/**
 * Theme Name: Cerato Child
 * Description: This is a child theme of Cerato
 * Author: ZooTemplate
 * Author URI: http://zootemplate.com
 * Template: cerato
 * Text Domain: cerato-child
 * Version: 2.2.7
 */
.zoo-extend-cart-info,.onsale{
    display:none;
}

#mega-menu-wrap-primary-menu,#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover{
    /* background: #ffffff; */
}
#wc-stripe-payment-request-button-separator{
    display: none!important;
}

.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-checkout.paypal-buttons-layout-vertical{
    z-index : 0!important;
}

.product-loop-title .stock, .custom-meta-inner .stock-quantity{
    display: none;
}
.regular-price{
    text-decoration: line-through;
}

.tax-info{
    font-size: 10px;
}

.tax-recap-checkout{
    font-size: 12px;
}
.tax-recap-cart{
    font-size: 10px;
    padding-right: 0.7vw;
}
.tax-recap-checkout th{
    text-align: right;
}

.woocommerce-cart table.cart tbody td.product-price{
    width: 10%;
}
.tax-cart{
    text-align: right;
    display: grid;
}

.zoo-wrap-cart-content .woocommerce-cart-form{
    width: 100%;
}

.woocommerce-cart table.cart .order-shipping,
.woocommerce-cart table.cart .order-total{
    background: none;
    border: none;
    border-bottom: 1px solid var(--border-color);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.text-right{
    text-align: right;
}
.w-85{
    width:85%;
}
.d-flex{
    display: flex;
}

.w-40{
    width: 40%;
}
.mr-10{
    margin-right: 10% !important;
}

.checkout-button.button.alt.wc-forward{
    margin-left: 62%;
    display: inline;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--pre-orders,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--cards,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods{
    display: none!important;
}
.u-column2.col-2.woocommerce-Address{
    display: none;
}

#site-main-content  .onsale{
    background-color: var(--red-bg);
    color: white;
}

#site-main-content  .onsale.onsale-lvht{
    background-color: #94295E;
    color: white;
}

.zoo-sidebar-control, .wrap-toggle-products-layout, .right-top-shop-loop.top-page-pagination{
    display:none;
}

.shop-title{
    display:none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > a.mega-menu-link{
    /*background:linear-gradient(to bottom, #fff, #fff)!important;*/
}

.orderby option[value=relevance] {
    display: none!important;
}

.elementor-widget-woocommerce-products .wrap-product-img {
	height: 319px;
}

.elementor-widget-woocommerce-products .wrap-product-img img {
	object-fit: fill;
}

.products .cafe-row {
	display: grid !important;
	
}

.elementor-widget-woocommerce-products ul.products{
	display: grid !important;
	
}

@media (max-width: 768px) {
	.elementor-widget-woocommerce-products .wrap-product-img img {
	    object-fit: inherit;
    }
}

.cafe-wrap-search-fields {
    border-radius: 0px !important;
}

.products .product .wrap-product-loop-content .wrap-product-loop-detail .product-loop-title {
    min-height: 65px;
}

form.woocommerce-checkout {
	/* flex-wrap: inherit; */
}



.elementor-button--view-cart,
.elementor-button--checkout {
    min-height: 80px !important;
    display: flex !important;
    align-content: center;
    align-items: center;
}

.woocommerce div.product .summary .price,
.woocommerce div.product .bundled_item_cart_details .price {
    font-weight : 400;
}

.woocommerce .product-subtotal{
    color: black;
    font-weight: 400;
}    

.zoo-icon-arrow-left, .zoo-icon-arrow-right {
    color: black;
}

.zoo-icon-arrow-left:hover, .zoo-icon-arrow-right:hover {
    background-color: #7f2c5d !important;
    border-color: #7f2c5d !important;
    color: white;
    border-radius: 50%;
}

#zoo-back-to-top:hover {
    background-color: #7f2c5d !important;
    border-color: #7f2c5d !important;
}

.wrap-breadcrumb {
    background: #F4F4F4;
}

/* Fibosearch bar transparent */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background-color: transparent;
}

.woocommerce-products-header__title {
    text-align: center;
}

.cwginstock-subscribe-form .panel-primary {
    border-color: #333;
  }
  
  .cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: #333;
    border-color: #333;
  }
  
  .swal2-header button {
      padding: 12px;
      margin: 10px;
  }

/* Spinner CSS pur */
.woocommerce-loader {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #007cba; /* Couleur principale */
    animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }
  
/* Optionnel : Style de la modale pour personnaliser globalement */
#custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: "Proxima-Nova" ;
  }
  
  #custom-modal div {
    background: white;
    padding: 20px;
    border-radius: 50px;
    text-align: center;
  }
  
  #custom-modal p {
    margin-top: 15px;
  }
  
  .woocommerce-error {
    font-family: "Proxima-Nova" ;
    color: red;
  }
  