.product-info-checkout-top img.product-img {
height:200px;
}
.product-info-checkout-top div.short-description {
padding-left:20px;
}
.product-info-checkout-top {
background-color: #f5f5f5;
display: flex;
align-items:top;
padding:25px;
}
.product-info-checkout-top-2 {
clear:both;
margin-bottom:35px;
}
.woocommerce-additional-fields {
margin-bottom:25px;
}
@media (max-width: 600px) {
.product-info-checkout-top img.product-img {
height:110px;   
}
.product-info-checkout-top div.short-description {
padding-left:15px;
}
}
@media (max-width: 414px) {
.product-info-checkout-top div.short-description .contents {
display:none;   
}
}
#order_comments_field .optional {
display:none;
}
.woocommerce-additional-fields h3:first-child {
display:none;
}
textarea#order_comments {
height:80px !important;
}
.product-info-checkout-col .short-description {
margin-top:25px;
margin-bottom:25px;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label {
display:none !important;
}
.woocommerce form .form-row {
padding-bottom:5px !important;
}