/**
 * Theme Name: Cerato Child
 * Description: This is a child theme of Cerato
 * Author: ZooTemplate
 * Author URI: http://zootemplate.com
 * Template: cerato
 * Version: 1.3.9
 * Text Domain: cerato-child
 * Domain Path: /languages/
 */

 /** theme templates overrides **/

 .zoo-cw-option-display-size-1 {
    min-width: 24px;
    height: 24px;
 }

 .wrap-group-qty .qty-nav {
   background: #eeeeee;
   font-size: 2rem !important;
   font-weight: 300;
 }

 .wrap-group-qty .qty {
    border: 1px solid #000000;
 }

 .woocommerce .quantity input.qty {
   font-size: 16px !important;
   font-weight: bold;
   border: 1px solid #222222;
 }

 .woocommerce div.product .woocommerce-product-rating {
   display: none;
 }

 .woocommerce div.product form.cart .button.single_add_to_cart_button {
  background: #569ea6;
  opacity: 1;
  max-width: 200px;
 }

 .woocommerce div.product form.cart .button.single_add_to_cart_button.disabled:hover {
  background: #569ea6;
 } 

 .woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background: #222222;
 } 

 .sticky-gallery .woocommerce-product-gallery__image:not(.slick-slide) {
    position: static !important;
    opacity: 1 !important;
    z-index: 1 !important;
    visibility: visible !important;
    margin-bottom: 16px !important;
    width: calc(50% - 8px) !important;
    margin-right: auto;
 }

.bulk-delivery-order  {
  width: fit-content;
  display: flex;
  position: relative;
}

.woocommerce .pre-order-actions {
  text-align: center;
}

.woocommerce .pre-order-actions.order-actions {
  display: flex;
  justify-content: space-evenly;
}

.bulk-delivery-order-form input {
  display: none;
  text-align: center;
}

.bulk-delivery-order-form button {
  font-weight: bold;
}

.bulk-delivery-order .reveal-overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bulk-delivery-order-form.revealed .reveal-overlay{
  display: none;
}

.pre-order-actions .bulk-delivery-order {
  margin-left: 16px;
}

 @media (min-width: 992px) {
  .woocommerce div.product .product_title {
    font-size: 32px;
    font-weight: bold;
  }

  .woocommerce .woocommerce-product-details__short-description {
    font-size: 18px;
  }

  .sticky-gallery.zoo-product-gallery .wrap-main-product-gallery {
    display: flex;
    flex-wrap: wrap;
  }

  .sticky-gallery.zoo-product-gallery .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
  }

  .sticky-gallery.zoo-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
  }

  .sticky-gallery.zoo-product-gallery .woocommerce-product-gallery__image a:before{
    content: "\49";
    position: absolute;    
    font-family: "win-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 16px;
    top: 16px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
  }

  .zoo-product-data-tabs {
    padding-left: 0;
    padding-right: 0;
  }

 }

 @media (min-width: 1200px) {
  .nw-tab-buttons ul {
    max-width: 1140px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1500px) {
  .nw-tab-buttons ul {
    max-width: 1240px;   
  }
}