.single-product .entry-summary .product_title {
  margin-bottom:0px !important;
  font-size:25px;
}

.single-product .woocommerce-message {
  margin-top:0px !important;
  
}
.single-product .entry-summary select[name="attribute_pa_color"] {
  padding:8px;
  font-size:14px;
}

.single-product .entry-summary select[name="attribute_pa_color"]:focus-visible {
   outline:none !important;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before  {
        font-weight:600 !important;
    }

    .single-product .product-type-simple form.cart {
    display: flex;
    align-items: center;
    }
    
    .single-product .product-type-variable  .woocommerce-variation-add-to-cart {
     display: flex;
    align-items: center; 
    }
    
    
    .storefront-sticky-add-to-cart__content-title {
        margin-bottom:8px;
    }
    
    .woocommerce-product-rating {
        margin-top:10px !important;
        margin-bottom:10px !important;
    }