html {
  scroll-behavior: smooth;
}
body {
    color: #393939;
    font-size: 15px;
    background: #ffffff;
}

.elementor-widget-FieldElementorWidget-RevSliders{
    /*background: pink;*/
}

.titrelight {
    font-weight:200
}

a{
    text-decoration: none;
}
aside#notifications {
    display: block;
}


#product #main{
    position: relative;
}
#product .loading_page:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
}
#product .loading_page:before{
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: fixed;
    height: 60px;
    width: 60px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#header .logo{
    max-width: 100px !important;
}
@media (max-width: 991px) {
  #header .logo {
    height: 50px !important;
  }

  #header .club_logo {
    height: 40px !important;
  }
  #wrapper {
    margin-top: 0;
  }


}


#main .page-content{
    margin-bottom: 0;
}
.header_style_1 #header-sticky .container .header-bottom-center .dropdown-menu-wraper {
    position: initial;
}

.header_style_1 #header-sticky .container .header-bottom-center .dropdown-menu-wraper .megamenu-dropdown{
    width: auto;
    top: 0;
    left: -1px;
    right: -1px;
    margin: 0;
}
.header_style_1 #header-sticky .container .header-bottom-center .dropdown-menu-wraper .container{
    max-width: 100%;
}
.header_style_1 #header-sticky .container #sticky_top #_desktop_user_info{
    padding: 0 15px;
}
#_desktop_fieldmegamenu{
    display: flex;
    justify-content: center !important;
}
.header_style_1 #_desktop_fieldmegamenu > ul{
    padding: 50px 0;
    margin: 0;
}
.header_style_5 #_desktop_fieldmegamenu.fieldmegamenu .menu_red .menu-items{
    border-bottom: 5px solid #e21f26;
}

.header_style_5 #_desktop_fieldmegamenu.fieldmegamenu .menu_black .menu-items{
    border-bottom: 5px solid #000;
}

.fieldmegamenu .menu-items .submenu_title,
.js-fieldmenu .menu-items .submenu_title{
    font-family: "Aktiv Grotesk Ex Bold"; 
    font-weight: 900;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.fieldmegamenu .field-subcategories,
.js-fieldmenu .field-subcategories
{
    margin-bottom: 16px;
}
#header .fieldmegamenu .menu-items .submenu_title a,
#header .js-fieldmenu .menu-items .submenu_title a
{
    color: #000;
}

#header .fieldmegamenu .menu-items .submenu_title a:hover,
#header .js-fieldmenu .menu-items .submenu_title a:hover
{
    color: #e21f26;
}


#header .fieldmegamenu .menu_red .menu-items .submenu_title,
#header .js-fieldmenu .menu_red  .menu-items .submenu_title,
#header .fieldmegamenu .menu_red .menu-items .submenu_title a,
#header.js-fieldmenu .menu_red  .menu-items .submenu_title a
{
    color: #e21f26;
}

#header .fieldmegamenu .menu_red .menu-items .submenu_title a:hover,
#header .js-fieldmenu .menu_red  .menu-items .submenu_title a:hover
{
    color: #000;
}

#popup_menu_mobile{
    width: calc(100% - 50px);
    width: 100%;
    top: 62px;
    height: calc(100% - 62px);

}
.popup-mobile{
    top: 62px;
    height: calc(100% - 62px);
}

#popup_menu_mobile .menu_red{
    border-left: 3px solid #E30613;
}
#popup_menu_mobile .menu_black{
    border-left: 3px solid #000;
}
#_mobile_fieldmegamenu > ul > li{
    margin-bottom: 8px;
    background: #fff;
    padding-left: 20px;

}
#cms.elementor-page #footer.mt-3{
    margin-top: 0 !important;
}
#cms.elementor-page .basic-content{
    margin-bottom: 3rem !important;
}

#footer .footer-content .block_newsletter form {
    display: flex;
    justify-content: flex-start;
}

#footer .footer-content .block_newsletter form .input-wrapper {
    width: calc(100% - 40px);
}
#footer .footer-content .block_newsletter form .input-wrapper input{
    width: 100% !important;
}
#footer .footer-content .block_newsletter form .btn-submit{
    box-shadow: none;
    float: none;
    position: initial;
}

.modal-header
{
    padding-top: 0;
    margin-bottom: 30px;
}
.modal-title {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #111;
    font-family: Aktiv Grotesk Ex;
}

#Popup_login_form .popup-header .close , .modal-header .close{
    margin: 0;
    opacity: 1;
    text-shadow: unset;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.field-subcategories-wrapper .subcat_description{
	font-size: 14px;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #333 !important;
}
.bg-red {
    background-color: #e30613 !important;
}
.text-white ,body.ce-kit-1 .text-white,.text-white a {
    color: #fff !important;
}

#wrapper  .breadcrumb-all-page{
    margin-bottom: 0;
}
#wrapper .ce-edit-wrapper{
    margin: 0 -15px;
}

#wrapper .breadcrumb-no-images .breadcrumb{
    background: transparent;
    text-align: left;
    margin-bottom: 0;
    padding: 15px 0;
}

#wrapper .breadcrumb-no-images .breadcrumb li a{
    text-decoration: none;
}
#wrapper .breadcrumb-no-images .breadcrumb li a:hover{
    color: #e30613;
    text-decoration: none;
}
#wrapper .breadcrumb-no-images .breadcrumb li::after {
    color: #3C3C3B;
}
#wrapper .breadcrumb li::after {
    font-family:inherit;
    content: '>';
}

#left-column, #content-wrapper.left-column {
    margin-top: 0;
}


.product-variants > .product-variants-item select{
        display: inline-block;
}
.more_info_attribut{
    display: block;
}

#blockreassurance_product ,#blockreassurance_product a{
	font-size: 11px !important;
	line-height: 13px;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}


.modal-content{
    padding: 30px 20px;
    flex-direction: column;
    display: flex;
    width: 100%;
}

#contact_modal .modal-dialog .modal-content .modal-header .close span {
    color: #000 !important;
    font-size: 30px;
}
.colored_list{
    color: #666;
}

label sup {
    color: #e30613;
    font-weight: bold;
}
#lgcookieslaw_banner{
    padding: 2rem 1rem;
}

#lgcookieslaw_banner .lgcookieslaw-link-container{
    padding: 1rem 0;
}
.lgcookieslaw-button-container button{
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    font-size: 1rem !important;
    margin : auto 1rem;
    padding: 5px 15px;
}
#popup-cart .close-cart:hover{
    cursor: pointer;
}
.field-product-item .left-product .product-thumbnail.loading{
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('../img/loading_gris.gif');
}
#_desktop_cart .click-cart .cart-products-count{
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    font-weight: bold;
}

.quickview  #product-availability{
    font-size: 13px;
}

.product-variants{
/*    margin-bottom: 15px;*/
    width: 100%;
}
#product_prices, .product-add-to-cart{
    width: 100%;
}

.product-variants > .product-variants-item{
    margin: 0 0 16px;
}
.product-variants > .product-variants-item select{
    float: none;
    margin-top: 0;
    line-height: 1;
    font-size: 14px;
    padding-right: 30px;
}
.product-miniature .price,
.featured-products .price,
.product-accessories .price,
.product-miniature .price,
.item-product-list .price{
    padding: 0 2px;
}

.product-miniature .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price,
.item-product-list .regular-price{
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    padding: 0 2px;
}

.product-miniature .discount{
    display: block !important;
}

.product-miniature.discount span,
.featured-products .discount span,
.product-accessories .discount span ,
.product-miniature .discount span,
.item-product-list .discount span
 {
    color: #fff !important;
    background: #e30613 !important;
    padding: 2px 5px 0px!important;
    font-size: 11px !important;
    display: block;
}
.total_compare_value span, .total_wishlist_value span{
    vertical-align: middle !important;
    font-size: 80%;
    padding-left: 3px;
}
.total_compare_value span:before{
    content: " ";
}
.left-product {
    display: block;
    /*border: 1px solid #ebebeb;*/
    padding: 10px;
}
#module-fieldcompare-comparator .products_block {
    margin-top: 50px;
}
#module-fieldcompare-comparator #product_comparison .item .item-inner{
    display: inline-block;
}
#module-fieldcompare-comparator .product-miniature{
    max-width: 300px;
}
/*.on_sale,
.promo,
.oddment,
.new {

}*/
li.product-flag{
    margin: 0;
    background: #e91004;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 2px 0;
    text-align: center;
    position: absolute;
    left: -43px;
    top: 30px;
    width: 150px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
}
li.product-flag.club,
li.product-flag.on_sale{
  left: initial;
  right: -24px;  
      -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0 !important;


}


.images-container .vertical_thumbnail .product-cover {
  max-width: calc(100% - 120px);
  display: inline-block;
  float: right;
}

.images-container .vertical_thumbnail .thumb-product-page {
  max-width: 100px;
  display: inline-block;
  position: relative;
}

.images-container .product-cover,
#images-container_mobile .product-cover{
    border: 1px solid #ebebeb;
    padding: 15px;
    overflow: hidden;
}
.images-container .horizontal_thumbnail .product-cover{
    width: 100%;
    text-align: center;
}
.images-container .horizontal_thumbnail .product-cover img{
    max-height: 500px;
    /*border: 1px solid #ebebeb;*/
}

#images-container_mobile .owl-item, 
#product_gallery_images_caroussel figure{
    padding: 0 50px;
}

#images-container_mobile .owl-nav,
#product_gallery_images_caroussel .owl-nav
{
    opacity: 1;
}

.owl-nav .owl-prev , .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 15px);
    margin: 0 !important;
}
.owl-nav .owl-prev:hover , .owl-nav .owl-next:hover{
    background: none !important;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}

#product .js-qv-mask.mask img{
    border: 1px solid #ebebeb;
}
.owl-nav .owl-next span{
    padding-left: 2px;
}
#product .product-prices .product-discount .regular-price,
#product .product-prices .tax-shipping-delivery-label,
#discount_by_quantity .tax-shipping-delivery-label,
#product #discount_by_quantity .discount_unit_label {
    margin-left: .625rem !important;
    font-size: .8125rem;
    color: #7a7a7a;
}
#discount_by_quantity .discount_pu,
#discount_by_quantity .discount_total {
    color: #7a7a7a;
}
/*#product_tabs{
    background-image: url(../img/product-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0;
    padding-top: 100px;
}*/

#product_tabs  h2,
#product_tabs  h3{
    font-weight: 400;
}

#panels_product .panel-heading{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 16px;
    line-height: 1;
}
#panels_product .panel-heading.red{
    background: #e30613;
}
#panels_product .panel-heading.red a,
#panels_product .panel-heading.red a:hover,
#panels_product .panel-heading.red a:focus{
    color: #fff !important;
}

#panels_product .panel-heading h4{
    margin: 0;

}
 .panel-heading a{
    display: flex;
    justify-content: space-between;
}
#panels_product .panel-heading a:after{
    content: '\f067'; 
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: lighter;
}
#panels_product .active .panel-heading a:after{
    content: '\f068'; 
}

#panels_product .panel-collapse{
    margin-bottom: 32px;
} 
#wrapper #panels_product .ce-edit-wrapper {
  margin: 0 ;
}



.fancyboxToTech:hover{
    cursor: pointer;
}

.PopupCompareInner > h3,{
    font-size: 18px;
}
.close-pop{
    top: 10px;
    right: 10px;
    position: absolute;
}
.close-pop:hover{
    cursor:pointer;
}
.close-pop:hover .material-icons{
    color: #e30613;
}


/*BTN*/
a.btn{
    text-decoration: none;
    font-size: 14px;
}
.btn:hover {
    background-color: white;
    color: #e30613;
    border: 2px solid #e30613;
}

.btn{
    font-family: "Roboto", sans-serif;
    border-radius: 50px 50px 50px 50px;
    box-shadow: none;
   padding: 12px 24px;!important;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.btn-default .btn-primary, .btn-secondary, .btn-tertiary {
  padding: 12px 24px;
}

/*noir -> rouge*/
.btn-default { 
    color: #fff !important;
    background: #000;
    border: 2px solid #000;

}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
    color: #000 !important;
    background: #fff;
    border: 2px solid #000;

}
/*rouge -> noir*/
.btn-primary, .btn-primary.focus, .btn-primary:focus {
    color: #fff !important;
    background: #e30613 !important;
    border: 2px solid #e30613;
}
 .btn-primary:hover {
    color: #e30613 !important;
    background: #fff !important;
    border: 2px solid #e30613 !important;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus:disabled, .btn-primary:disabled:focus, .btn-primary:disabled:hover{
    color: #fff;
    background: #e30613;
    opacity: .45;
    border: 2px solid #e30613;

}
.btn-sm {
  padding: .25rem .75rem;
  font-size: .875rem;
  border-radius: 15px;
}

.btn.btn-xs{
    font-size: 80% !important;
    font-weight: 700;
    padding: 2px 5px;
    /*border-radius: 5px;*/
    display: inline-flex;
    align-items: center;
    text-transform: unset;
}
.btn.btn-xs span{
    padding-right: 5px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #e30613;
  text-decoration: none;
  color: #fff;
}
.dropdown-toggle::after{
  display: inline-block;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  border:none;
  padding-left: 15px;
  vertical-align: baseline;
}

/*blanc bord noir-> blancbord rouge*/
.btn-secondary, .btn-secondary.focus, .btn-secondary:focus {
    color: #000 !important;
    background: #fff;
    border: 2px solid #000;
    text-decoration: none !important;

}
 .btn-secondary:hover, .btn-secondary.active, .btn-secondary.active:hover{
    color: #fff !important;
    border: 2px solid #000 !important;
    background: #000 !important;
}

/*blanc -> rouge*/
.btn-tertiary, .btn-tertiary.focus, .btn-tertiary:focus {
    color: #000;
    background: #fff;
    border: 2px solid #fff;

}
 .btn-tertiary:hover {
    color: #fff;
    background: #e30613;
}

/*bleu -> bleu bor noir*/
.btn-info, .btn-info.focus, .btn-info:focus {
    color: #000;
    background: #36BDE7;
    border: 2px solid #36BDE7 !important;
}
 .btn-info:hover {
    color: #36BDE7;
    background: #000;
    border: 2px solid #000 !important;
}

.btn-success, .btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #28a745 ;
  border: 2px solid #28a745 !important;
}
.btn-success:hover {
  color: #28a745;
  background-color: #fff ;
  border: 2px solid #28a745 !important;
}
.btn-danger, .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #dc3545 ;
  border: 2px solid #dc3545 !important;
}
.btn-danger:hover {
  color: #dc3545;
  background-color: #fff ;
  border: 2px solid #dc3545 !important;
}

.btn-warning, .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #000;
  background-color: #FFC107 ;
  border: 2px solid #FFC107 !important;
}
.btn-warning:hover {
  color: #000;
  background-color: #fff ;
  border: 2px solid #FFC107 !important;
}
.link_to{
    font-size: 80%;
}
.link_to .fa{    
    font-size: 16px;
}
.link_to .fa-file-pdf{
    color: #dc3545;
}
.link_to .fa-file-excel{
    color: #28a745;
}
.product-line-grid-body > .product-line-info.small > .label{
    font-size: unset;
}
body#checkout .checkout-process{
    padding:  5px 0;
}

body#checkout .checkout-process section:last-child{
    padding-bottom: calc(.9375rem - 5px);
}
body#checkout section.checkout-step{
    box-shadow: none;
}
body#checkout #delivery label{
    text-align: left;
}

#product-availability {
    margin: 1.5rem 0 1rem !important;
}

#infos_club .card-body #btn_container{
    text-align: right;
}

.horizontal_mode .item-inner .left-product.loading{
    min-height: 158px;
}
.horizontal_mode .item-inner .right-product{
    padding-top: 25px;
}

#product h1[itemprop="name"], .quickview h1[itemprop="name"]{
    text-transform:initial;
    margin: 0 0 8px;
    font-size: 28px;
    font-family: 'Aktiv Grotesk Ex'; 
    color: #3C3C3B;
    font-weight: 900;
}
.product-reference{
    color: #A1A1A1;
    font-size: 12px;
}
.product-des p {
    font-size: 15px;
    font-weight: 300;
    color: #3C3C3B;
    margin: 16px 0 16px;
}
.scrollToAnchor, .openTabPanel{
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
}
.scrollToAnchor .icon, .openTabPanel .icon{
    margin-left: 6px;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}
#product .product-prices .current-price,
#product #discount_by_quantity #discount_total,
#product #discount_by_quantity #discount_unit_price{
     font-family: 'Aktiv Grotesk Ex'; 
     font-size: 32px;
     font-weight: 600; 
     line-height: 1;
     color: #e51d02;
 }
#product .product-actions .add-to-cart{
    height: auto;
}
#product .product-actions .add-to-cart .poli_icon-cart:before{
    font-size: 14px;
}
.product-no_flags{
    margin: 0;
    font-size: 12px;
    color: #A1A1A1;
    margin: 0 -5px;
}
.product-no_flags li{
    display: block;
    padding: 0 5px;
}
#box-product-grid .product-miniature .product-no_flags, 
#product-accessories .product-miniature .product-no_flags,
#product_cates .product-miniature .product-no_flags ,
.swiper-slide  .product-miniature .product-no_flags
{
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}
#box-product-list .product-miniature .product-no_flags{
    position: relative;
    top: -5px;
    margin-bottom: 10px;
}
#product .product-no_flags{
    padding-top: 2px;
}

#popup-cart .box-item {
    height: calc(100% - 130px);
}
#images-container_desktop, #images-container_mobile{
    display: none;
}
.more_info_attribut li{
    padding-bottom: 5px ;
}
.more_info_attribut .fas, .more_info_attribut [class^="poli_icon"]{  
    font-size: 20px; 
    position: relative;
    width: 25px;       
    display: inline-block; 
}
.more_info_attribut small{
    padding-left: .625rem ;
}
.square_list li{
    background: #fff;
    color: #3C3C3B;
    font-weight: 600;
    border: 1px solid #ddd !important;
    padding: .125rem .625rem;
    margin : 0 5px 5px;
}

.js-customer-form .custom-checkbox label{
    font-size: 12px;
    display: inline-block;
}
/* CV */

.cv-hidden {
    display: none;
}
#cv_insert_modal_button{
    margin: 1.5rem 0 !important;
}
/*#cv_open_modal_butt

on {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 270px;
    background-image: url(../../../../modules/configurateurvisuel3d/lib/jquery-poli/css/img/bouton_panier_personnaliser_notext.png);
    line-height: 52px;
    cursor: pointer;
}

#cv_open_modal_button{
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}   
#cv_open_modal_button:hover{
    opacity: 0.5;
}
#cv_open_modal_button:hover #cv_customize_btn_label{
    color:black;
    opacity: 0.5;
} 
#cv_customize_btn_label {
    position: relative;
    left: 30px;
    top: 0px;   
    color: white;
    display: inline;
    text-transform: uppercase;
    letter-spacing:1px;
}

.cv_customize_btn_label_normal {
    left: -187px;
    font-size: 18px;
    font-weight:bold;                 
}

.cv_customize_btn_label_restore {
    font-size: 18px;
    font-weight:bold;                              
}
*/

  .elementor-accordion .elementor-accordion-title {
    padding: 15px 20px 15px 0;
  }

@media (max-width: 360px) {
  .product-line-grid-right .price, .product-line-grid-right .qty {
    width: auto !important;
    
  }
}
@media screen and (max-width: 575px){

    #content-wrapper, #left-column {
        padding-left:  15px !important;
        padding-right: 15px !important;
    }

    #product #content-wrapper {
        padding-left:  0 !important;
        padding-right: 0 !important;
    }

    #field-search, #popup-cart {
        width: calc(100% - 50px);
    }

    .product_right .product-information .product-actions form .product-variants .more_info_attribut{
        display: block;
        margin-left: 0 !important;
    }
    .product_right .product-information .product-actions form .product-add-to-cart .product-quantity .qty,
    .product_right .product-information .product-actions form .product-add-to-cart .product-quantity .add
    {
        width: 100%;
        display: flex;
        justify-content: center;

    }
    .product_right .product-information .product-actions form .product-variants .flex-fill > div{
        width: 100%;
    }
    #product-availability {
      font-size: 12px;
    }
    .top-title span{
        font-size: 28px;
        display: block;
    }
    #club_list h3{
        font-size: 0.9rem;
    }

}
@media (min-width: 576px){

    .product_right  form .product-variants .row_ ,
    .product_right  form .product-add-to-cart .product-quantity {
        align-items: center !important;
        display: flex !important;
    }
    .product_right  form .product-add-to-cart .product-quantity .qty{
        display: initial;
        justify-content: initial;
    }
    .product_right  form .product-add-to-cart .product-quantity .add {
        display: initial;
        justify-content: initial;
    }



}

@media screen and (max-width: 767px){

    #product .images-container .owl-carousel{
        max-width: initial !important;
    }

    #footer .footer-content .block_newsletter form .input-wrapper{
        max-width: 300px;
    }
    .product_right .product-actions form{
        display: initial;
    }
    #infos_club .card-body {
        display: block !important;
        flex: initial;
        align-items: initial;
        justify-content: initial;
    }
    #infos_club .card-body li{
        font-size: 80%;
    }
    
    #infos_club .card-body .btn_container{
        text-align: center;
    }
    .product_right{
        align-items: initial;        
    }
    .product-des p {
        margin: 0;
    }

    .product-actions .add-to-cart_, .product-actions .wishlist, .product-actions .compare{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .social-sharing > span{
        display: inline;
        font-size: 14px;
        color: #666;
    }
    .social-sharing li span{
        display: none;
    }
    .total_wishlist_value, .total_compare_value, #back-top{
        display: none !important;
    }
  .elementor-accordion .elementor-accordion-title {
    padding: 12px 25px 12px 0;
  }


}
@media (min-width: 768px) {
    .d-md-block{
        display: block !important;
    }
    #infos_club .card-body .btn_container{
        text-align: right;
    }
    .mb-md-0{
        margin: 0 !important;
    }

}
@media (min-width: 768px) and (max-width: 991px){
  .product_right .product-information .product-actions form {
        display:initial;
        flex-direction: initial;
        align-items: initial;
    }
    .product_right .product-information .product-actions form .product-add-to-cart .product-quantity .add {
      width: initial;
      display: initial;
      justify-content: initial;
    }
    .product_right .product-information .product-actions form .product-add-to-cart .product-quantity .qty {
      display: initial;
      justify-content: initial;
    }

}

@media screen and (max-width: 991px){

  .hidden-md-down {
    display: none !important;
  }    
    .submegamenu_list  [class*="menucol-"]{
        width: 100% !important;
        padding:0 15px;
    }
    .field-subcategories-wrapper ul {
        white-space: nowrap;
        /*overflow-x: scroll;*/
        padding : 10px 0 20px;
    }
    .field-subcategories-wrapper ul .btn{
        padding: .25rem .5rem;
        font-size: .875rem;
    }
    .products-selection .total-products{
        display: none;
    }
    
    #wrapper .breadcrumb-no-images {
        margin-top: 0;
    }   
    #wrapper .breadcrumb-no-images .breadcrumb li {
        font-size: 13px;
        line-height: 1.5rem;
    }
    #wrapper .breadcrumb-no-images .breadcrumb li a{
        font-size: 13px;
    }
    #footer .footer-content .block_newsletter form{
          justify-content: center;
    }
    .item-product-list .button-action .button_view_product,
    .item-product-list .product-miniature .right-product .button-action .tab_button .btn-add-to-cart,
    .item-product-list .product-miniature .right-product .button-action .tab_button .wishlist,
    .item-product-list .product-miniature .right-product .button-action .tab_button .compare,
    .item-product-list .product-miniature .right-product .button-action .tab_button .button_quickview {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    #header_club h1{
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .mb-lg-0{
        margin-bottom: 0rem !important;
    }
    
    .mt-md-3{
        margin-top: 3rem !important;
    }
    .mb-md-2{
        margin-bottom: 1.5rem !important;
    }
    .mb-md-0{
        margin-bottom: 0rem !important;
    }
    .px-md-1{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .hidden-lg-up {
        display: none !important;
    }
    .d-lg-block{
        display: block !important;
    }
    #category-description table.frise img{
        height: 50vh;
        width: auto !important;
        /*margin:0 1rem !important;*/
    }
    .product_left{
        padding-left: 0;
        padding-right: 1.5rem !important;
    }
    .product_right{
        padding-left: 1.5rem !important;
        padding-right: 3rem !important;

    }
    #product_col{
        position: relative;
    }

    #product_col .product_left.sticky_col_top #content{
        position: fixed;
        left: 0;
    }
    #product_col .product_left.sticky_col_bot #content{
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #product_col .product_right.sticky_col_top{
        position: fixed;
        right: 0;
    }
    #product_col .product_right.sticky_col_bot{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #product_gallery_container figure{
        padding-bottom: 10px;
        max-width: 50%;
    }
    #product_gallery_images figure:nth-child(odd) {
        padding-right: 5px;
    }
    #product_gallery_images figure:nth-child(even) {
        padding-left: 5px;
    }
    #extra-technology li{
        padding: 3rem !important;
    }
    #cv_insert_modal_button {
      margin: 3rem 0 !important;
    }

}

@media screen and (min-width: 1300px) {
    .more_info_attribut{
        margin-top: 0;
        margin-left: 0;
    }

}

.os-theme-dark > .os-scrollbar-horizontal{
  height: 15px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track{
    background: #f4f4f4;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    border-radius: 0px;
}
body#checkout section.checkout-step .delivery-option{
    display: block;
}
body#checkout section.checkout-step .delivery-option-infos{
    display: flex;
}
body#checkout section.checkout-step .payment-options .payment-option{
    display: flex;
    align-items: center;
    background: #f6f6f6;
    padding: 10px 10px;
    margin-bottom: .9375rem;
}    

body#checkout section.checkout-step .payment-options label{
    margin: 0;
    min-height: 35px;
    display: flex;
    align-items: center;

}
body#checkout section.checkout-step .payment-options label img{
    margin-left: 15px;
    border-radius: 5px;
}
#lgcookieslaw_banner{
    padding: 1rem 1rem 2rem;
}
#top_lgcookieslaw_reject_all{
    background: none;
    border: none;
    color: #6c757d ;
    font-size: 12px ;
}
#lgcookieslaw_customize_cookies{
    line-height: 10px;
    height: 40px !important;
}

.lgcookieslaw-message-floating button:hover{
    cursor: pointer;
}


#module-fieldelementor-preview .field-instagram-feed{
    background: pink;
    min-height: 100px;
}

#contact_modal p{
    font-size: 14px;
}
#contact_modal ul.address{
    margin: 0;
}
#contact_modal ul.address a{
    color: #393939;
}
#contact_modal ul.address .fa{
    width: 15px;
    margin-right: 5px;
    text-align: center;
}
#category_top, #product_top{
    padding: 24px 0 14px;
    background-color: #020301;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url(../img/category_top_particulier.png);*/

}
#category_top.esprit_club, #product_top.esprit_club{
    background-color: #AA0E17;
    /*background-image: url(../img/category_top_club.png);*/
}
#product_top{
    padding: 4px 0;
}

#category_top .title{
    color: #FFF;
    font-family: Aktiv Grotesk Ex;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
#category_top .title span.primary{
    padding-right: 16px;
}
#category_top .title span.secondary{
    font-size: 32px;
    font-style: normal;
    font-weight: lighter;
    text-transform: initial;
}


#category-description table.frise{
    margin: 1rem auto 2rem;
}
#category-description table.frise td:nth-child(2){
    padding: 0 1rem;
}
#category #category-description h1{
    font-size: 28px !important;
}
#category #category-description h1:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/before-title-01.svg);
  margin: 0 auto 16px;
  text-align: center;
}
.cookie_settings .elementor-icon-list-icon {
  width: 1em;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.cookie_settings .elementor-icon-list-item:hover .elementor-icon-list-icon {
  color: #e30613;
}
.cookie_settings .elementor-icon-list-text{
    padding-left: 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    display: inline;
    vertical-align: middle;
}

.text_red .title-text{color: #e30613 !important;}


#_desktop_fieldmegamenu .border_left {
    border-left: 1px solid #eee ;
}

#desktop-header .submegamenu_list .personalisation .normalized{
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
/*    min-height: 256px;
    max-width: 384px;*/
    aspect-ratio: 384/256;
}
#desktop-header .submegamenu_list .personalisation .img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
}
#desktop-header .submegamenu_list .personalisation .txt{
    font-family: "Aktiv Grotesk Ex"; 
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0 45px;
}
#desktop-header .submegamenu_list .personalisation .txt a{
    color: #fff;
}
#desktop-header .submegamenu_list .personalisation .txt a.hidden-md-down,
#desktop-header .submegamenu_list .personalisation .txt a.hidden-md-down:hover{
    font-family: "Roboto"; 
    font-weight: 900;
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
    display: inline-block;
}
#desktop-header .submegamenu_list .personalisation .txt a.hidden-md-down:after{
    content: "\f061";
    font-family:"Font Awesome 5 Free";
    display: inline-block;
    padding-left: 5px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#desktop-header .submegamenu_list .personalisation .txt a.hidden-md-down:hover:after{
    padding-left: 10px;
}
#popup_menu_mobile .submegamenu_list .personalisation .normalized{
    border-radius: 20px;
    padding: 8px 8px 8px 8px;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

#popup_menu_mobile .submegamenu_list .personalisation .normalized .img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 8px 0 0;
    overflow: hidden;
}
#popup_menu_mobile .submegamenu_list .personalisation .normalized .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#popup_menu_mobile .submegamenu_list .personalisation .normalized .txt{
    width: calc(100% - 40px - 8px);
    font-family: "Aktiv Grotesk Ex Bold";
    font-weight: 900;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0;
}

#popup_menu_mobile .menu_red .submegamenu_list .personalisation .normalized{
    border: 2px solid #e21f26;
    background: #FFF5F5;
}
#popup_menu_mobile .menu_red .submegamenu_list .personalisation .normalized .img{
    border: 2px solid #e21f26;
}

#popup_menu_mobile .menu_red .submegamenu_list .personalisation .normalized .txt a{
    color: #e21f26;    
}
#popup_menu_mobile .menu_red .submegamenu_list .personalisation .normalized .txt a:hover{
    color: #000;    
}



#popup_menu_mobile .menu_black .submegamenu_list .personalisation .normalized{
    border: 2px solid #000;
    background: #eee;
}
#popup_menu_mobile .menu_black .submegamenu_list .personalisation .normalized .img{
    border: 2px solid #000;
}
#popup_menu_mobile .menu_black .submegamenu_list .personalisation .normalized .txt a{
    color: #000;    
}
#popup_menu_mobile .menu_black .submegamenu_list .personalisation .normalized .txt a:hover{
    color: #e21f26;    
}

.elementor-page .full_width, .home_full_width, #contact .full_width{
    width: 100vw ;
    position: relative ;
    background-position-x: center;
    margin-left: -50vw;
    left: 50%;
}
@media screen and (min-width: 1300px) {
  .elementor-page .full_width, .home_full_width , #contact .full_width{
    margin-left: calc(-100vw + 1210px ) !important;
    left: calc(50vw - 1210px / 2) !important;
  }
}

@media screen and (max-width: 1204px){
    .cta_soldes .elementor-cta-bg-wrapper img.elementor-cta-bg{
        object-fit: cover;
    }
}

@media screen and (max-width: 1920px){
    .cta_soldes {
        width: 100vw ;
        position: relative ;
        margin-left: -50vw;
        left: 50%;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1920px){
  .cta_soldes {
    margin-left: calc(-100vw + 1210px ) !important;
    left: calc(50vw - 1210px / 2) !important;
  }
}
@media screen and (min-width: 1921px){
    .cta_soldes {
        max-width: 1920px;
        left: 50%;
        margin-left: calc(-1920px / 2);
    }
}
.elementor-widget-wrap:has(section){
  display: block !important;
}

.elementor-text-editor ul, .elementor-accordion ul{
    list-style: disc;
    padding-left: 40px;
}
.elementor-text-editor a, .elementor-accordion a{
    color: #e30613;
}
.elementor-text-editor a:hover, .elementor-accordion a:hover{
    text-decoration: underline;
}
.elementor-text-editor a.btn-default, .elementor-accordion a.btn-default{
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 16px;
}
.elementor-text-editor a.btn-default:hover, .elementor-accordion a.btn-default:hover{
    text-decoration: none;
}
.elementor-page #timeline a, .elementor-page .timeline_mobile a{
    color: #3C3C3B;
}
.elementor-page #timeline a:hover, .elementor-page .timeline_mobile a:hover{
    text-decoration: none;
    color: #e30613;
}
.elementor-page #timeline .point img{
    position: relative;
    z-index: 1;
}
.elementor-page #timeline .point:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: 0;
}
.elementor-page #timeline .elementor-column:first-child .point:before{
    width: 50%;
    left: 50%;
}
.elementor-page #timeline .elementor-column:last-child .point:before{
    width: 50%;
}
.elementor-page #timeline .elementor-element-populated{
    padding: 0;
}
.elementor-page #timeline .elementor-text-editor p{
    margin:  12px 0;
    line-height: 18px !important;
    min-height: 54px;
}
.elementor-page #timeline .elementor-column:nth-child(odd) .elementor-element-populated {
    padding-top: 112px;
}

.elementor-page .timeline_mobile  .elementor-row .elementor-column:nth-child(odd) {
    padding-top: 7px;
}
.elementor-page .timeline_mobile p{
    margin: 0;
}
.elementor-page .timeline_mobile.bar  .elementor-row .elementor-column:nth-child(even) .elementor-widget-wrap{
    padding-bottom: 50px;
}

.elementor-page .timeline_mobile.bar  .elementor-row .elementor-column:nth-child(even) .elementor-widget-image:after {
    content: '';
    display: inline-block;
    background: #000;
    height: calc( 100% - 25px + 50px);
    width: 1px;
}

@media screen and (max-width: 991px){
    #hero_home{
        margin: 0 -30px;
    }
    .elementor-page #timeline .elementor-text-editor p{
        font-size: 13px !important;
        min-height: 72px;

    }
    .elementor-page #timeline .elementor-column:nth-child(odd) .elementor-element-populated {
        padding-top: 130px;
    }
}
#personnalisation .elementor-widget-wrap{
  display: block;
}
#club_particulier_buttons .elementor-column{
    aspect-ratio: 608/496;
}

.cta_soldes .elementor-cta-content,
.des_mobile .elementor-cta-content{
    aspect-ratio: 1920/400;
}

.cta_collection .elementor-cta-content{
    aspect-ratio: 608/380;
}
@media screen and (min-width: 768px){
      .cta_collection .elementor-cta-content{
        aspect-ratio: 608/700;
    }
    .cta_collection.half .elementor-cta-content{
        aspect-ratio: 608/350;
        min-height: initial;
    }  
    #infos_club {
      margin-top: 30px;
    }
}
@media screen and (min-width: 1024px){

    .cta_collection .elementor-cta-content{
        aspect-ratio: 608/544;
    }
    .cta_collection.half .elementor-cta-content{
        aspect-ratio: 608/272;
        min-height: initial;
    }

    .cta_collection .elementor-button{
        padding: 12px 0;
    }

    .cta_collection .elementor-cta-content h2{
        transform: translate(0, 83px);
        transition: transform 1s;
    }
    .cta_collection .elementor-cta-content:hover h2{
        transform: translate(0, 0);
    }
    .cta_collection .elementor-cta-content div{
        opacity: 0;
        transition: opacity 1s;
    }
    .cta_collection .elementor-cta-content:hover div{
        opacity: 1;

    }
    .cta_collection .elementor-button {
        border-width: 0 !important;
        border-radius: 0 !important;
    }
    .cta_collection .elementor-cta-content:hover  .elementor-cta-button-wrapper{
        transition-delay:0.25s;
    }

    .cta_collection .elementor-button .elementor-button-icon{
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .cta_collection .elementor-button:hover .elementor-button-icon{
        padding-left: 10px;
    }
}



.elementorGallery{
    position: relative;
}
.elementorGallery .elementor-widget-wrap{
    padding-bottom: 50px;
}
.elementorGallery .elementor-widget-image-gallery{
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.elementorGallery .elementor-widget-image-gallery:after{
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.elementorGallery.hidden .elementor-widget-image-gallery{
    height: 500px !important;
    overflow: hidden;
}
.elementorGallery .elementor-widget-button{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0 !important;
}
.elementorGallery.hidden .elementor-widget-wrap{
    padding-bottom: 0;
}
.elementorGallery.hidden .elementor-widget-image-gallery:after{
    opacity: 1;
    height: 125px;
}
.elementorGallery figure{
    width: calc(100% / 4);
    padding: 8px;
    text-align: center;    
}

.call_to_action .elementor-cta-content{
    aspect-ratio: 720/688;
}

@media screen and (min-width: 992px) {
/*    .call_to_action .elementor-cta-content{
        aspect-ratio: 720/344;
    }*/
    .call_to_action .elementor-cta-bg-wrapper img.elementor-cta-bg{
        object-position: top;
    }

    .call_to_action .elementor-cta-content h2{
        transform: translate(0, 200%);
        transition: transform 1s;
    }
    .call_to_action .elementor-cta-content:hover h2{
        transform: translate(0, 0);
    }
    .call_to_action .elementor-cta-content div{
        opacity: 0;
        transition: opacity 1s;
    }
    .call_to_action .elementor-cta-content:hover div{
        opacity: 1;
    }


    .call_to_action .elementor-cta-content:hover  .elementor-cta-button-wrapper{
        transition-delay:0.25s;
    }
}

.blog-items li{
    position: relative;
}
.blog-items .blog_infos{
    padding-top: 15px;
    padding-bottom: 50px;
}


.blog-items .bottom{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 5px solid #E30613;
    padding-bottom: 15px;

}

.blog-image{
    display: block;
    transition: all 0.4s;
    width: 100%;
    aspect-ratio: 570/385;
}
.blog-image img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    z-index: 1;
}
.blog-items .blog_category a{
    color: #E30613;
    text-transform: uppercase; 
    font-size: 12px;
    font-weight: 600;
}
.blog-items h5{
    font-family: Aktiv Grotesk Ex;
}
.blog-items .post-date{
    font-size: 13px;
    color: #888;
}
.blog-items  .read_more{
    font-weight: bold;
}
#solde_banner p{
    margin: 0;
}

.elementor-widget-category-carousel .txt{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-family: "Aktiv Grotesk Ex", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 40px 10px;
}

.elementor-widget-category-carousel a{
    color: #fff;

}
#l-esprit-club .elementor-cta-description{
    font-weight: 300;
    letter-spacing: 1.2;
}
#l-esprit-club .elementor-button{
    padding: 12px 0;
}
#l-esprit-club .elementor-button:hover .elementor-button-icon{
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

#l-esprit-club .elementor-button:hover .elementor-button-icon{
    padding-left: 10px;
}
#carrousel_logo.bordered .swiper-slide-image{
    background: #fff;
}
#carrousel_logo .swiper-slide-image{
    max-width: 200px;
    padding:15px;
}
@media screen and (min-width: 992px) {
    #carrousel_logo .swiper-slide-image{
        max-width: 130px;
    }
}
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper .elementor-image-box-content{
    text-align: left;
    margin-left: 15px;
}


.elementor-email-subscription button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px !important;
}
.elementor-email-subscription .elementor-field-type-subscribe {
    width: calc(100% - 100px);
}

#footer_link .elementor-text-editor ul{
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0;
}
#footer_link .elementor-text-editor ul li{
    margin-bottom: 5px;
}

#footer_link .elementor-text-editor a{
    color: #000;
    text-decoration: none;
}
#footer_link .elementor-text-editor a:hover{
    color: #e30613;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

#footer_bottom_link .elementor-text-editor ul{
    list-style: none;
    padding-left: 0;
}
#footer_bottom_link .elementor-text-editor a,
#footer_bottom_link .elementor-text-editor span.btnst{
    color: #797979;
    text-decoration: none;
    cursor: pointer;
}


#footer_bottom_link .elementor-text-editor a:hover,
#footer_bottom_link .elementor-text-editor span.btnst:hover
{
    color: #e30613;
}

@media screen and (min-width: 768px) {
    #footer_bottom_link .elementor-text-editor li{
        display: inline;
    }
    #footer_bottom_link .elementor-text-editor li:not(:last-child):after{
        content: "|";
        display: inline-block;
        padding: 0 10px;
        color: #797979;
    }
}

/*  COLLECTION */

.collection_category .owl-stage{
    display: flex;
}
.collection_category h3{
    font-family: "Aktiv Grotesk Ex", sans-serif !important;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: #3C3C3B !important;
}
.collection_product h4{
    font-family: "Aktiv Grotesk Ex", sans-serif !important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #3C3C3B  !important;
}
.collection_product  h5{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .25rem;
}
.collection_product .description{
    font-size: 16px;
    line-height: 24px;
    color: #3C3C3B  !important;
    font-weight: 300 !important;

}
.collection_product .description ul{
    padding-left: 12px;
    list-style: disc;
}
.collection_product .description li {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.collection_product .btn i.fa{
    padding-left: 5px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.collection_product .btn:hover i.fa{
    padding-left: 10px;
}

.blp-products .blp-product{
    padding: 32px 16px 32px;
    border: 1px solid white;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin: 16px;
    height: calc(100% - 16px * 2 );
}
.blp-products .blp--color {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 16px 0;
}
.blp-products .blp--title{
    margin-bottom: 16px;
    font-size: 16px;
}
.blp-products .blp--title {
    text-transform: uppercase;
    font-weight: 300;
    color: #3C3C3B;
}
.bpf--colors{
    display: flex;
    gap: 16px;
    margin: 16px 0;
}
.blp-product img{
    margin-bottom: 16px;
}
.blp-product .bpf--colors{
    justify-content: center;
}
.bpf--colors span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border:  1px solid #ccc;
}
.bpf--colors .color:hover{
    border: 1px solid #ccc;
    cursor: pointer;
}
.ui-tooltip {
  background: #000;
  color: #fff;
  border: 1px solid #333;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border:none;
}
.collection_product .owl-thumbs{
    gap: 8px;
}
.product_image_nav button,
.collection_product .owl-thumbs .owl-thumb-item:hover{
    cursor: pointer;
}
.product_image_nav{
    position: absolute;
    top: calc(50% - 72px /2);
    right: 0;
    bottom: calc(50% - 72px /2);
    left: 0;
    display: none;
}
.product_slider_carousel.owl-carousel-center.owl-loaded .owl-stage-outer{
    display: flex;
    justify-content: center;
}

.owl-carousel:hover .product_image_nav{
    display: block;
}
.product_image_nav .product_image_prev{
    left: 0;
}
.product_image_nav .product_image_next{
    right: 0;
}
.product_image_nav button{
    position: absolute; 
    top: 0;
    width: 72px;
    height: 72px;
    border: none;
    border-radius: 0;
    display: block;
    color: #3C3C3B;
    background-color: rgba(230,230,230, .7);
}
.product_image_nav button:not(:disabled):hover{
    background-color: rgba(230,230,230, .9);
}

@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(2) {
    order: 10;
  }
}
@media screen and (max-width: 991px) {
    .collection_product .col-lg-7 {
      order: -1 !important;
    }
    .collection_product .owl-thumbs{
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
@media screen and (max-width: 575px) {
    .product_image_nav{
        top: calc(50% - 40px /2);
        bottom: calc(50% - 40px /2);
    }
    .product_image_nav button{
        width: 40px;
        height: 40px;
    }
    .product_image_nav [class^="poli_icon-"]:before {
        font-size: 16px !important;
    }
    #category #category-description h1{
        font-size: 20px !important;
    }
    #category_top .title span{
        display: block;
        padding: 0;
        font-size: 16px !important;
        line-height: 24px;
    }
}

.tooltip-inner{
    background: #3C3C3B;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #3C3C3B;
}
#category-top-menu-ft.collapse,
#category #left-column #search_filters #facets.collapse {
    margin: 0;
    width: 100%;
    display: block;
}
#product_gallery_container figure {
    margin: 0;
}
#product_gallery_container figure img {
    border: 1px solid #eee;
    width: 100%;
}
@media (max-width: 767px) {
  #category #left-column #search_filters .facet .collapse {
        display: block;
    }

  #category-top-menu-ft.collapse,
    #category #left-column #search_filters #facets.collapse {
        display: none;
    }

    #category-top-menu-ft.collapse.in,
    #category #left-column #search_filters #facets.collapse.in {
        display: block;
    }

    #category-top-menu-ft,
    #category #left-column #search_filters #facets{
        padding : 0 15px 15px;
    }
    .block-categories .title p,
    #search_filters #facet_heading .title p
    {
        font-size: 15px;
    }
    .block-categories .title p:hover,
    #search_filters #facet_heading .title p:hover
    {
        color: #e30613;
        cursor: pointer;
    }
}

#zakeke-frame .carousel{ display: none; }
#module-zakeke-customizer  #___ratingbadge_0{
    display: none !important;
}
#___ratingbadge_0 iframe{
    background: #F5F5F5;
}

#discount_by_quantity_slider.ui-slider .ui-slider-handle{
    top: -6px;
    background-image: url('../img/isotype.svg');
    background-repeat: no-repeat;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: none;
    outline: 0 none !important;
    background-size: cover;
}
#discount_by_quantity_slider.ui-slider .ui-slider-handle:hover{
    cursor: pointer;
}
.poli_swiper-button-prev,
.poli_swiper-button-next{
    position: absolute;
    top: calc(50% - 15px);
    margin: 0 !important;
    z-index: 10;
}
.poli_swiper-button-prev span,
.poli_swiper-button-next span{
    display: block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #232323;
    border-radius: 100%;
    background-image: none;
    text-align: center;

}
.poli_swiper-button-prev:hover span,
.poli_swiper-button-next:hover span{
    background: #e51d02;
    transition: 0.3s;
}

/*CLUB*/
#header_club h1{
  color: #3C3C3B;
  font-family: "Aktiv Grotesk Ex", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 18px;
}
#header_club h1 div{
    font-size: 14px;
    color: #E30613;
}
#header a.club_managment_link{
    color: #000;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#module-an_club_poli-club .card-body p:last-child{
    margin: 0;
}
#module-an_club_poli-club .top-title::before {
    margin-bottom: 8px;
}
@media screen and (min-width: 768px){
    #CP_HOME_TEXT{
        width: 60%;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


#club_products .filters button{
    margin-right: 10px;
}

#club_products  select.form-control{
}
#club_products  select.form-control:focus{
    border: 1px solid #ebebeb;
    background-color: #f1f1f1;
}

.club_products_list  .ratio {
  position: relative;
  width: 100%;
  padding: 0 30px;
}

.club_products_list  .ratio::before {
  display: block;
  content: "";
  padding-top: var(--bs-aspect-ratio, 100%);
}

.club_products_list .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.club_products_list .ratio-4x5 {
/*    aspect-ratio: calc(5/4 * 100); /* 125% */*/
}
.club_products_list .ratio-4x5 {
  --bs-aspect-ratio: calc(5 / 4 * 100%); /* 125% */
}
.club_products_list .product-image {
  object-fit: contain;
}
.club_products_list .price{
    font-family: Aktiv Grotesk Ex;
}
@media screen and (max-width: 768px){
    #club_products .sort-container{
        width: 100%;
    }
}
.cross_category .menu-items .container{
    max-width: unset;
}
.header_style_5 .fieldmegamenu .cross_category .menu-item{
    border-right: 1px solid #eee ;
    margin-bottom: 15px;
}
.header_style_5 .fieldmegamenu .cross_category .submegamenu_list .field-subcategories li.level_1{
    margin: 0;
}
.header_style_5 .fieldmegamenu .cross_category .submegamenu_list .field-subcategories li.level_1 a{
    line-height: 22px;
    transition: all 0.3s ease;
}
.cross_category .highlight{
    display: inline-block;
    padding:5px 10px;
    background: yellow;
}
.cross_category  .black_block{
    padding:5px 15px;
    background: #000;
    color: #fff;    
}
.cross_category  .black_block .submenu_title{
    color: #fff;
    border-bottom: 1px solid #777;
}
#header .cross_category  .black_block a{
    display: inline-block;
    color: #fff;
    line-height: 22px;
    transition: all 0.3s ease;
    opacity: 0.8;
}
#header .cross_category  .black_block a:hover{
    padding-left: 4px;
    opacity:1;
}

/*#module-an_club_poli-club #mobile-header-container{
    background: blue;
}*/

@supports (-webkit-touch-callout: none) {
#module-an_club_poli-club #mobile-header {
    position: sticky;
    top: 0;
  }
}
