/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/






/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Poppins Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Poppins Thin */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Poppins Thin Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Poppins ExtraLight */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* Poppins ExtraLight Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* Poppins Light */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Poppins Light Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Poppins Medium */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Poppins Medium Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* Poppins SemiBold */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Poppins SemiBold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Poppins Bold */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Poppins Bold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Poppins ExtraBold */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Poppins ExtraBold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Poppins Black */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Poppins Black Italic */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/BT5-apistore/assets/fonts/poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}









:root {
    --color-1: #ffc300;
	 --color-2: #272727; 
	 --color-3: #FCF7EB;



         --bs-primary: var(--color-1);
            --bs-secondary: var(--color-2);
                --bs-primary-bg-subtle: var(--color-1);
                    --bs-secondary-bg-subtle: var(--color-2);
                    --bs-accordion-btn-focus-box-shadow:0 !important;
     }

*{
    font-family:'Poppins', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
    font-weight: 500;
}

:root{
    --bs-border-radius: 0.8rem;
    --swiper-navigation-color:var(--color-1) !important;
    --swiper-theme-color:var(--color-1) !important;
    --swiper-navigation-top-offset:30% !important;
}
*{
    background-repeat: no-repeat;
}
#wpadminbar{
    z-index:999999999;
}

/* 
header{
    margin: 20px;
    border-radius : 50px;
    transition: all 0.3s ease-in-out;
    
    
} */

.color-1{color:var(--color-1);}
.bg-color-1 {background-color: var(--color-1) !important;}
.color-2 {color: var(--color-2) !important;}
.bg-color-2 {background-color: var(--color-2) !important;}
.color-3 {color: var(--color-3) !important;}
.bg-color-3 {background-color: var(--color-3) !important;}

.textshadow{text-shadow: 0px 0px 20px #000000,1px 1px 20px #000000,-1px -1px 20px #000000;}




main h1, main h2{font-weight: 500 ;}

p a, li a {
    color: #00699e;
    text-decoration: underline;
}



/* COMPOSANTS */

.link-1{
    color: #000!important;
    border-width: 0px!important;
    border-radius: 100px;
    letter-spacing: -0.01em;
    font-size: 20px;
    
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    background-image: linear-gradient(63deg, rgba(255,195,0,1) 60%, #ffd445 100%);
    padding-top: 16px!important;
    padding-right: 24px!important;
    padding-bottom: 16px!important;
    padding-left: 24px!important;
    transition: padding 300ms ease 0ms; 
}

.link-1::after{
    color: #000;
    
    font-size: inherit!important;
    left: auto;
    font-family: FontAwesome!important;
    font-weight: 900!important;
    
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    
    text-shadow: none;
    margin-top : 6px;
    }


.link-1:after {
    content: "\f061"; /* Code Unicode pour l'icône du téléphone dans FontAwesome */
    font-family: FontAwesome;
}


.link-1:hover:after{
    margin-left: 0.3em;
    left: auto;
    margin-left: 0.3em;
    opacity: 1; 
}


.link-1:hover{
    padding-right: 48px!important;
    padding-left: 24px!important;
    
}








.link-2, .link-1.is-active{
    color: #fff!important;
    border-width: 0px!important;
    border-radius: 100px;
    letter-spacing: -0.01em;
    font-size: 20px;
    
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    background-image: linear-gradient(63deg, #000 100%, rgba(255,195,0,1) 60%) !important;
    padding-top: 16px!important;
    padding-right: 24px!important;
    padding-bottom: 16px!important;
    padding-left: 24px!important;
    transition: padding 300ms ease 0ms; 
}

.link-2::after{
    color: #fff !important;
    
    font-size: inherit!important;
    left: auto;
    font-family: FontAwesome!important;
    font-weight: 900!important;
    border: none !important;
    
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    
    text-shadow: none;
    margin-top : 6px;
    }


.link-2:after{
    content: "\f061"; /* Code Unicode pour l'icône du téléphone dans FontAwesome */
    font-family: FontAwesome;
}


.link-2:hover:after {
    margin-left: 0.3em;
    left: auto;
    margin-left: 0.3em;
    opacity: 1; 
}


.link-2:hover {
    padding-right: 48px!important;
    padding-left: 24px!important;
    
}





.link-3, .wp-element-button, .add_to_cart_button.ajax_add_to_cart, .single_add_to_cart_button, .wpcf7-submit, .woocommerce-photo-reviews-form-button-add-review, .fc-place-order-button, .fc-step__next-step, .fc-step__substep-save, .btn.btn-primary {
    background-color: var(--color-1) !important;
    border-radius: 0 0;
    border: 0.5px solid var(--color-1) !important;
    color: black !important;
    transition: all ease 0.2s;
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    /* font-weight: bold; */
    align-items: center;
    gap: 10px;
    border-radius: 3px !important;
    
}

.link-3:hover , .wp-element-button:hover,.add_to_cart_button.ajax_add_to_cart:hover, .single_add_to_cart_button:hover, .wpcf7-submit:hover, .btn.btn-primary:hover  {
    transform: scale(1.02);
    color: var(--color-1);
    background-color: black;
    
}


.link-4{
    color: #fff!important;
    border-width: 0px!important;
    border-radius: 100px;
    letter-spacing: -0.01em;
    
    
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    
    background-image: linear-gradient(63deg, #000 100%, rgba(255,195,0,1) 60%) !important;
    transition: padding 300ms ease 0ms; 
}





.navbar-collapse{
    flex-grow: unset !important;
}




.navbar {
    background-image: none !important;
}

.nav-link{
    color: black !important;
    transition: all 0.2s ease;
}
.nav-link.active,.menu-item .active{
    color: var(--color-1) !important;
    transition: all 0.2s ease;
}





.nav-link:hover{
    color: var(--color-1) !important;
    transition: all 0.2s ease;
}


.nav-link:focus-visible {
    /* -webkit-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
    box-shadow: none !important;
    outline: 0;
}

.display-1{
    font-weight: 500 !important;
}




/* ----------------------------------------EFFETS-------------------------------------------- */

/*----HOVER SCALE ----*/
.hover-scale:hover, .solo-product:hover {
    transform: scale(1.05) !important;
    transition: all 200ms ease-in-out;
  }
  .hover-scale, .solo-product {
    transform: scale(1);
    transition: all 200ms ease-in-out;
  }





/*----HOVER TRANSLATE ----*/
.hover-translate:hover {
    transform: translateX(10px);
    transition: all 200ms ease-in-out;
  }
  .hover-translate {
    transform: translateX(0px);
    transition: all 200ms ease-in-out;
  }

/*----HOVER gradient ----*/
  .hover-gradient:hover {
  
    background-image:linear-gradient(164deg,rgba(255,255,255,0) 50%,rgba(0,0,0,0.99) 87%) !important;
    background-color: rgba(0, 0, 0, 0);
    transition: all 200ms ease-in-out;
    color:#1ba0cb;
  }
  .hover-gradient {
    background-image:linear-gradient(164deg,rgba(255,255,255,0) 50%,rgba(0,0,0,0.99) 87%) !important;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 200ms ease-in-out;
  }





.box-shadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}


.text-shadow{
    text-shadow: 0.08em 0.08em 0.24em rgba(0,0,0,0.4);
}


.text-shadow-aaa{
    text-shadow: 0.08em 0.08em 0.24em rgba(0,0,0,0.4), 0.08em 0.08em 0.24em rgba(0,0,0,0.4), 0.08em 0.08em 0.24em rgba(0,0,0,0.4), 0.08em 0.08em 0.24em rgba(0,0,0,0.4);

}


/* CONTACT */
.wpcf7-text:focus-visible,
.wpcf7-textarea:focus-visible {
  outline: unset !important;
}


#contact_section .wpcf7-text,
#contact_section .wpcf7-textarea,
#contact_section .wpcf7-quiz,
#contact_section .wpcf7-date,
#contact_section .wpcf7-select,
#contact_section .wpcf7-number,
#contact_section .f12c  {
  width: 100% !important;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  border: none;
  padding: 20px;
  color: black;
  border : solid 1px var(--color-1)
}

#contact_section .wpcf7-text::placeholder,
#contact_section .wpcf7-textarea::placeholder {
  color: var(--principale);
}

#contact_section textarea,
#contact_section p,
#contact_section label,
#contact_section span {
  width: 100% !important;
}

#contact_section .wpcf7-submit {
    border: none !important;
}

input[type="date"], select {
    -webkit-appearance: none;
    appearance: none;
    /* Vos autres styles */
}


#contact_section .wpcf7-spinner{
    width: 25px !important;
    background-color: var(--color-1) !important;
}



#contact_section .captcha-image img{
    padding: 1em;
}










/* PRESTATIONS CARDS HOVER EFFECT */
.custom-hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
  }
  
  .custom-hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
  }
  
  .custom-hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    height: 100%;
    object-fit: cover;
  }
  
  .custom-hover-content {
    position: relative;
    z-index: 3;
  }
  
  
  /* DEMO 1 ============================== */
  .custom-hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
  }
  
  .custom-hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
  }
  
  .custom-hover-1 .custom-hover-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  
  .custom-hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
  }
  
  .custom-hover-1:hover .custom-hover-1-content {
    bottom: 2rem;
  }
  
  .custom-hover-1:hover .custom-hover-1-description {
    opacity: 1;
    transform: none;
  }
  
  .custom-hover-1:hover img {
    left: 0;
  }
  
  .custom-hover-1:hover .custom-hover-overlay {
    opacity: 0;
  }








/* 

.pwf-toggle {padding : 10px;
width: 24px;
height: 24px;}


.pwf-woo-filter .pwf-toggle::before{
    font-size: 20px !important;
}
 */



/* //Woocomerce */
.pwf-sticky-filter{
    z-index: 9997 !important;
}


.woocommerce-loop-product__title {
    min-height: 60px;
    color: black !important;
}

/* span.price{
    color: #363636 !important;
    font-weight: 700;
    font-size: 1.5em !important;
} */


/* 
span.onsale {
    border-radius: 0 !important;
    background-color: rgb(187, 16, 16) !important; 
} */
/* 
.summary span.onsale {
    position: relative !important;
}

.discount-percentage{
    background-color: rgb(187, 16, 16) !important;
    color: #fff;
    margin-left: 20px;

} */


@media (max-width: 991px) { 
.woocommerce-ordering {display: none;}
}

.woocommerce-ordering select{
    border-radius: 25px;
    color: black !important;
    background-color: var(--color-1);
    padding: 10px;
}



.pwf-sticky-filter-inner, .pwf-filter-button{
    background-color: var(--color-1) !important;
}


.pwf-field-item-title{
    background-color: var(--color-1);
    padding: 10px;
}

.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler{
  width: 24px !important;
height: 24px !important;
font-size: 24px !important;
line-height: 24px !important;
height: 24px !important;}



.wc-block-mini-cart__button {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 !important;
}


.wc-block-mini-cart__amount{
  margin: 0 !important;
}


.solo-product{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}









.dgwt-wcas-darkened-overlay{
    opacity: 0.5 !important;
}
















   

    /* .woocommerce-product-gallery__image{
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        border: solid 2px var(--color-1);
    } */
    /* .woocommerce-product-gallery__wrapper,.woocommerce-product-gallery__image{
        
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    }
     */
    .woocommerce ul.products li.product a img , .attachment-woocommerce_thumbnail{
        
        aspect-ratio: 1/1;
        object-fit: contain;
    }

.term-description{
    display: none !important;
}

/* ZOOOM WOOCOMMERCE */
.pswp--open {
    display: block;
    z-index: 99999;
}


.woocommerce span.onsale,.woocommerce-page span.onsale {
    background: #ffc300!important;
	margin: auto!important;
}

.woocommerce ul.products li.product .price del {
	font-size: 1rem;
}

#sort_customizable_table {
    margin: 50px 0!important
}

#sort_customizable_table>tbody>tr:nth-child(1n) {
    background-color: #f2f2f2!important
}

#sort_customizable_table>tbody>tr:nth-child(2n) {
    background-color: #e2e2e2!important
}

.wdr_bulk_table_thead {
    background-color: #ffc300!important;
    color: white!important
}

.awdr-bulk-customizable-table table.cart th,.awdr-bulk-customizable-table table.cart th,.awdr-bulk-customizable-table table.cart td,
.awdr-bulk-customizable-table table.cart td,.awdr-bulk-customizable-table table.cart tr,.awdr-bulk-customizable-table  table.cart tr,
.product .awdr-bulk-customizable-table table tr, .product .awdr-bulk-customizable-table table td,.product .awdr-bulk-customizable-table table th {
    padding: 0.857em 0.587em;
    max-width: 100%;
    border: solid 1px grey!important
}











.cr-all-reviews-shortcode .crstar-rating span::before, .star-rating, .woocommerce .star-rating span::before {
    font-family: star !important;
    color: var(--color-1) !important;
}


.star-rating{

    margin: auto !important;
}


.cr-all-reviews-shortcode .cr-all-reviews-add-review,.cr-review-form-submit,.cr-review-form-continue{
    background-color: var(--color-1) !important;
}


#wcpr-comment{display: block;}

input, textarea {
    class: form-control;
}





/* .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    color: #171800 ;
    font-size: 2.5em;
} */



 .wc-block-components-product-metadata__description{
    display: none;
}

















:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button{
    font-weight: 500;;
}



.hover-bg-offcanvas-trigger:hover{
    background-color: #e2e2e2 !important;
 
}
.hover-bg-offcanvas-trigger{
   
    transition: all 0.2s ease;
}
.wc-block-mini-cart__badge{
    color: black;
}





.woocommerce .quantity .qty {
    padding: 5px;;
}












/* Ajout au panier */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) span.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce span.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    animation: spin 2s linear infinite;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) span.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce span.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em;
}


a.added_to_cart{
    width: 100%;
}



.footer-menu{
    list-style-type: none;
}



.footer-menu li a {
    color: white !important;

    display: block;
    width : fit-content;
    margin-bottom: 0.5rem!important;
    margin-top: 0.5rem!important;

}


.footer-bottom a {
	font-size: 12px;
}







.pwf-load-more-button{
    margin-bottom:50px;
}
















.dgwt-wcas-st{
    width: auto !important;
}











#preloader{background-color: #20180085 !important;
    backdrop-filter: blur(5px) !important;
}
#preloader #status{
    color: var(--color-1) !important;

}



















.wpb_wmca_accordion_wrapper_theme_transparent ul li a:hover, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-wmca-focus>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_ancestor>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_parent>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_item>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-parent>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-ancestor>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-item>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-cat>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-wmca-current-cat-parent>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-submenu-indicator-minus>a {
    background-color: var(--color-1) !important;
}

.wpb_wmca_accordion_wrapper_theme_transparent>ul>li li:hover>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li li.wpb-wmca-focus>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li li.current-cat>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li li.current-menu-item>a, .wpb_wmca_accordion_wrapper_theme_transparent li.current_page_item>a {
    border-color: #000000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
}

.wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
    /* position: absolute;
    right: 0;
    width: 47px;
    height: 100%;
    top: 0;
    text-align: center;
    font-size: 20px; */
    font-weight: 500;
    /* display: inline-flex
;
    align-items: center;
    justify-content: center;
    z-index: 2;
    -o-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -webkit-transition: transform .3s 
linear;
    -ms-transition: transform .3s linear; */
}


.wpb-submenu-indicator-minus{
    background-color: #e2e2e2;
    border-left: solid 3px var(--color-1);
}
.wpb-submenu-indicator-minus .wpb-submenu-indicator-minus{
    background-color: #fff;
}

.wpb_wmca_accordion_wrapper_theme_transparent ul li a {
    color: #3F4254 !important;
    border-radius: 0px;
    border-left: 3px solid transparent;}






















    .wc-child-cats__thumb {
  display: inline-block;
}
.wc-child-cats__img {
  width: 80%;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border:solid 1px #fff;
}
.wc-child-cats__title {
  font-size: 0.95rem;
  line-height: 1.3;
  color : black;
}












































/*SWOPPER JS*/


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.swiper-slide.col-md-6.col-lg-4.col-xxl-3{
    width: 100% !important;}


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;}


.swiper-wrapper .swiper-slide div.product, .swiper-wrapper-page .swiper-slide div.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
   
    margin-left: 0;}


    .swiper-wrapper .products ul li, .swiper-wrapper .swiper-slide div {
        list-style: none outside;
    }



    .swiper-wrapper .swiper-slide div.product .swiper-wrapper-loop-category__title, .swiper-wrapper .swiper-slide div.product .swiper-wrapper-loop-product__title, .swiper-wrapper .swiper-slide div.product h3, .woocommerce-loop-product__title {
        padding: 0.5em 0;
        margin: 0;
        font-size: 0.8em !important;
    }


    .swiper-wrapper-loop-product__title {
        min-height: 60px;
        color: black !important;
    }


    .swiper-wrapper .swiper-slide div.product .price {
        color: #b3af54;
        display: block;
        font-weight: 400;
        margin-bottom: 0.5em;
        font-size: .857em;
    }

    span.price {
        color: #363636 !important;
        font-weight: 700;
        font-size: 1.5em !important;
    }


    .swiper-wrapper .swiper-slide div.product .price {
        color: #b3af54;
        display: block;
        font-weight: 400;
        margin-bottom: 0.5em;
        font-size: .857em;
    }


    .swiper-wrapper .swiper-slide div.product .button {
        display: inline-block;
        margin-top: 1em;
    }


    .swiper-wrapper .swiper-slide div.product a {
        text-decoration: none;
    }


    .swiper-button-next, .swiper-button-prev{
        padding: 25px;
        background: var(--color-1);
        box-shadow: 0px 0px 5px 0px black;
        border-radius: 100%;
        color: black !important;
       
    }
    

.swiper-container .products{
    width: fit-content !important;
}


.swiper-wrapper .col-md-6.col-lg-4.col-xxl-3{
    width: 100% !important;
}


.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
    display: none !important;
}







.hover-badge{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.hover-badge:hover{
    background-color: var(--color-1) !important;
    color: black !important;
    transition: all 0.2s ease;
}





.products .card .card-img-top{
    aspect-ratio: 1/1;
    object-fit: cover;
}







.offcanvas .cart-product-excerpt{
    display: none !important;
}


.item-quantity .variation {
    display: block !important;
}