/* ====================================
   🎨 Product Page - Custom Styling
   File: product-page.css
   Works only on single product pages
==================================== */
.left-sidebar .widget-area {display: none !important;width: 0% !important;}
.left-sidebar .content-area {width: 100% !important;float: left !important;}
/*.single-product div.product .woocommerce-tabs {display: none !important;}*/
@media (min-width: 768px) {.single-product div.product .woocommerce-product-gallery { width: 65% !important; margin-right: 1.882% !important; margin-bottom: 1.706em !important; border: 1px solid #77707047;}}
@media (min-width: 768px) {
  .single-product div.product .summary {
    width: 33% !important;
    float: right !important;
  }
}

.yay-currency-single-page-switcher {margin-bottom: 0px !important;}
.topbar {padding: 0px 0 !important;}



button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
  background-color: #FF4742!important;}
h1, .alpha {font-size: 1.618em;}
.single-product div.product p.price {font-size: 1em !important;margin: 0.5em 0 !important;}


.single-product div.product .woocommerce-product-gallery img{margin: auto !important;}

.entry-summary{ background: #fafafa !important; border: 1px solid #e4e4e4 !important; padding: 10px !important; border-radius: 12px !important;}

.cart{ background: #fafafa !important; border: 1px solid #e4e4e4 !important; padding: 10px !important; border-radius: 12px !important;}




