/* Header Top */
#header .header-nav{
    font-weight: 600;
}
.btn-primary, .btn-secondary{
    padding: 12px 22px;
    border-radius: 25px;
}
.btn-primary{
    background: #d30623;
    color: #fff;
}
.btn-secondary{
    background: #eeb63b;
    color: #000;
}
/**/
.bootstrap-touchspin .form-control{
    border-radius: 8px 0px 0px 8px !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{
    border-top-right-radius: 8px !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    border-bottom-right-radius: 8px !important;
}
/**/
#content-wrapper h1.page-title{
    margin-top: 23px;
    color: #2e2e2e;
    font-size: 28px;
    font-weight: 500;
}
/**/
/* Header */
#header{
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
}
#header .header-top{
    border-bottom: 1px solid #f9f9fb;
}
#header #desktop_logo{
    width: 228px;
}
#desktop-header.stuck-header,
#iqitmegamenu-wrapper.stuck-menu {
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
/* Header Search */
#header .desktop-header-style-2 .search-widget {
    max-width: 72%;
}
#header .header-top .form-search-control {
    border-radius: 25px !important;
}
/* Header | Right */
#header .col-header-right .row.justify-content-end{
    display: flex;
}
/* Header Button | User Btn */
#header .header-btn-w .header-btn.header-user-btn,
#header .col-header-right .row.justify-content-end #ps-shoppingcart-wrapper,
#header .col-header-right .row.justify-content-end #language_selector{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#header .col-header-right .row.justify-content-end #header-user-btn{
    order: 2;
}
#header .header-btn-w .header-btn.header-user-btn{
    padding: 12px 22px;
    border-radius: 25px;
    background: #d30623;
    color: #fff;
}
#header .header-btn-w .header-btn.header-user-btn span.title{
    margin: 0px 0px 0px 3px;
}
#header .header-btn-w .header-btn.header-user-btn .fa-user::before{
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../img/user-64.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/* Header Button | Cart */
#header .col-header-right .row.justify-content-end #ps-shoppingcart-wrapper{
    padding: 0px 15px;
    order: 1;
}
#header .col-header-right .row.justify-content-end #ps-shoppingcart-wrapper .title{
    display: none;
}
#header .col-header-right .row.justify-content-end #ps-shoppingcart-wrapper .fa-shopping-bag::before{
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("../img/shopping-bag-64.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/* Header Button | Language */
#header .col-header-right .row.justify-content-end #language_selector{
    order: 0;
}
#header .col-header-right .row.justify-content-end #language_selector .lang-flag {
    display: none;
}
/* Header Menu */
#header #iqitmegamenu-wrapper .cbp-horizontal > ul > li > a > .cbp-tab-title{
    font-weight: 500;
    line-height: 24px;
}
/* Header Menu | New Design */
.container.iqit-megamenu-container {
    padding-left: 0px;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 > a > .cbp-tab-title i.icon.fa-bars{
    font-size: 18px;
    position: absolute;
    top: -1px;
    left: 0px;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 > a > .cbp-tab-title > .cbp-submenu-aindicator{
    display: none;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10.cbp-hropen .cbp-hrsub{
    display: none;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-hrsub.open-mega-menu{
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-hrsub.open-mega-menu > .cbp-hrsub-inner{
    margin: 0;
    width: 320px;
    position: relative;
}

/* Header Menu | Icon open-close */
#iqitmegamenu-horizontal #nav-icon3{
    margin: 5px 12px 0 0px;
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}
#iqitmegamenu-horizontal #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#header #iqitmegamenu-wrapper .cbp-horizontal > ul > li > a:hover #nav-icon3 span {
    background: #d30623;
}
#iqitmegamenu-horizontal #nav-icon3 span:nth-child(1) {
    top: 0px;
}
#iqitmegamenu-horizontal #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 6px;
}
#iqitmegamenu-horizontal #nav-icon3 span:nth-child(4) {
    top: 12px;
}
#iqitmegamenu-horizontal .active-menu #nav-icon3 span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#iqitmegamenu-horizontal .active-menu  #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#iqitmegamenu-horizontal .active-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#iqitmegamenu-horizontal .active-menu  #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* Menu Niv 1 */
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-hrsub.open-mega-menu > .cbp-hrsub-inner .cbp-column-title.cbp-category-title{
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-column-title.nav-link.cbp-category-title.active{
    font-weight: 600 !important;
    color: #d30623 !important;
    position: relative;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-column-title.nav-link.cbp-category-title.active::after {
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -12px;
    color: #d30623;
}

/* Menu Niv 2 */
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-category-link-w,
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .iqitmegamenu-submenu-container .col-12,
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-links.cbp-category-tree > li{
    position: initial;
}

#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-column-title.nav-link.cbp-category-title:hover{
    color: #d30623 !important;
}
.cbp-hrmenu .cbp-categories-row .cbp-category-link-w .cbp-links.cbp-category-tree{
    display: none;
}
.cbp-hrmenu .cbp-categories-row .cbp-category-link-w .cbp-links.cbp-category-tree.niv-submenu-2,
.cbp-hrmenu .cbp-categories-row .cbp-category-link-w .cbp-hrsub-level2{
    display: block;
    padding: 20px 0px 20px 20px;
    width: 320px;
    position: absolute;
    top: 0;
    right: -320px;
    background: #fff;
    border-left: 1px solid #eee;
    box-shadow: 0px 18px 19px -6px rgba(0,0,0,0.1);
}
/* Menu Niv 3 */
.cbp-hrmenu .cbp-categories-row .cbp-category-link-w .cbp-hrsub-level2{
    top: 20px;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-links.cbp-category-tree > li{

}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-links.cbp-category-tree > li > .cbp-category-link-w{

}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-links.cbp-category-tree > li > .cbp-category-link-w > a{
    padding-left: 0px;
}
#iqitmegamenu-horizontal #cbp-hrmenu-tab-10 .cbp-links.cbp-category-tree > li > .cbp-category-link-w > a::before{
    display: none;
}
/* Cart */
#ps-shoppingcart #blockcart-content{
    padding-bottom: 30px;
    min-width: 400px;
    max-width: 400px;
}
#ps-shoppingcart #blockcart-content .cart-title #remove-from-cart{
    margin-top: 10px;
    font-size: 18px;
    color: #2f3327;
    opacity: 1;
}
#ps-shoppingcart #blockcart-content .cart-products > li{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
}
#ps-shoppingcart #blockcart-content .cart-products > li:last-child{
    border-bottom: none !important;
}
#ps-shoppingcart #blockcart-content .cart-products > li .col.mr-2{
    max-width: 80px;
}
#ps-shoppingcart #blockcart-content .col-info a.remove-from-cart{
    padding: 4px 8px;
    background: #f8f8f8;
    border-radius: 50%;
}
#ps-shoppingcart #blockcart-content .cart-subtotals {
    border-top: 1px solid #f5f5f5;
}
#ps-shoppingcart #blockcart-content .cart-buttons a.btn-primar{

}
/* Blockcart Notification */
#blockcart-notification{
    border-radius: 8px;
}

/* Content */
#wrapper{
    background-color: #f9f9fb;
}
/* SlideShow */
#index .tp-bullets.ares.horizontal{
    width: 100% !important;
}
#index .tp-bullets.ares.horizontal .tp-bullet {
    margin-left: 12px;
    width: 14px;
    height: 12px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: unset !important;
    left: unset !important;
    transition: .3s;
}
#index .tp-bullets.ares.horizontal .tp-bullet.selected {
    width: 28px;
    background: #d30623;
}
.section-slideshow .elementor-row > .elementor-column:last-child{
    padding: 15px;
}
.section-slideshow .elementor-column-wrap,
.section-slideshow .elementor-column-wrap .elementor-widget-wrap,
.columns-radius img{
    border-radius: 8px;
    overflow: hidden;
}

/* Tabs Section */
.tabs.elementor-products-tabs .nav-tabs .nav-item {
    margin-right: 10px;
}
.section-tabs-products .swiper-arrows-above .swiper-button{
    width: 32px;
    height: 32px;
    border-radius: 8px;
}
.section-tabs-products .swiper-button-next,
.section-tabs-products .swiper-button-prev {
    background: #d30623;
}
.section-tabs-products .swiper-arrows-above .swiper-button-prev{
    right: 2.8rem;
}
.section-tabs-products .swiper-pagination.swiper-pagination-bullets{
    display: none !important;
}
/**/
.section-tabs-products .products.elementor-products-carousel{
    padding: 15px 0px;
}
.section-tabs-products .nav.nav-tabs,
.section-tabs-products .nav-tabs .nav-link,
.section-tabs-products .nav-tabs .nav-link.active{
    border-bottom: none !important;
}
.section-tabs-products .nav.nav-tabs{
    border-radius: 25px;
}
.section-tabs-products .nav-tabs .nav-link{
    padding: 12px 22px;
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    opacity: 1;
    transition: .3s;
}
.section-tabs-products .nav-tabs .nav-link:hover{
    background: #fff;
}
.section-tabs-products .nav-tabs .nav-link.active{
    background: #d30623;
    color: #fff;
}
/* Miniature article */
article.product-miniature{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
article.product-miniature li.product-flag{
    border-radius: 8px;
}
article.product-miniature li.product-flag:first-child{
    border-radius: 8px 0px 8px 0px;
}
article.product-miniature .product-functional-buttons{
    display: none !important;
}
article.product-miniature .h3.product-title{
    padding: 10px 0px 10px 0px;
    min-height: 65px;
}
article.product-miniature .h3.product-title a{
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}
/**/
article.product-miniature .product-add-cart{
    padding-top: 0px !important;
}
article.product-miniature .row.miniature-bottom{
    align-items: center;
}
article.product-miniature .row.miniature-bottom .col.col-auto:last-child{
    margin-left: auto;
}
article.product-miniature .row.miniature-bottom .product-price{
    font-size: 18px;
    font-weight: 500;
}
article.product-miniature .btn.btn-product-list{
    padding: 0px !important;
    display: inline-block;
    width: 50px;
    height: 45px;
    border-radius: 8px;
    background-color: #d30623;
}
article.product-miniature .btn.btn-product-list .fa-shopping-bag::before{
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("../img/shopping-bag-64-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 14px;
}
article.product-miniature .btn.btn-product-list.view-article::before{
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("../img/view-64-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 27px;
}
article.product-miniature .btn.btn-product-list.view-article{
    display: none;
}
/* Section Category Info */
.section-category-info{

}
.section-category-info .elementor-widget-wrap{
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.section-category-info .elementor-image-box-wrapper .elementor-image-box-content{
    padding: 0px 0px;
}
.section-category-info .elementor-image-box-wrapper .elementor-image-box-content ul li a{
    padding-left: 18px;
    position: relative;
    transition: .3s;
}
.section-category-info .elementor-image-box-wrapper .elementor-image-box-content ul li a::before{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background-color: #d30623;
    position: absolute;
    top: 7px;
    left: 0px;
    transition: .3s;
}
.section-category-info .elementor-image-box-wrapper .elementor-image-box-content ul li a:hover{
    padding-left: 25px;
}
.section-category-info .elementor-image-box-wrapper .elementor-image-box-content ul li a:hover::before{
    width: 10px;
}
/* Image + text */
.elementor-image-box-wrapper img{
    border-radius: 8px;
}
/* Footer */
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover{
    background-color: transparent !important;
}
footer #footer-container-first{
    padding-top: 40px;
}
footer #footer-container-first .social-links a{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background: rgba(255,255,255, 0.2);
    text-align: center;
    line-height: 46px;
}
footer #footer-container-first .social-links a i{
    color: #FFF !important;
}
#footer #footer-container-first .ps-emailsubscription-block .newsletter-input-group {
    border-radius: 8px;
}
/**/
footer .block-iqitcontactpage .block-content .icon,
footer .block-iqitcontactpage .block-content hr{
    display: none;
}
footer .block-iqitcontactpage .block-content strong{
    font-weight: normal;
}
/* Category page */
#products .alert{
    border-radius: 8px;
}
/* Product Page */
#wrapper .breadcrumb{
    margin-top: 0px !important;
}
#product #product-images-large{
    background-color: #fff;
    border-radius: 8px;
}
#product .product_header_container{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#product #content-wrapper h1.page-title{
    margin-top: 0px;
}
#product .product-additional-info{
    border-top: none;
}
#product .product-reference{
   margin: 15px 0px 12px 0px;
}
#product .block-price,
#product .product-prices .tax-shipping-delivery-label{
    display: inline-block;
}
#product .block-price .product-price{
    font-size: 24px;
    font-weight: 500;
}
#product .product-prices .tax-shipping-delivery-label{
    font-size: 16px;
}
#product .product-quantity{
    margin-top: 10px;
}
#product .product-quantity button.add-to-cart i{
    display: none !important;
}
#product-infos-tabs .nav-link{
    font-weight: 500;
}
/* Panier page */
.cart-grid-right .cart-summary {
    border-radius: 8px;
    background: #fff;
}
.cart-summary .cart-summary-line.cart-total {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
ul.cart-items > li{
    padding: 5px 15px;
    background-color: rgba(255,255,255,.5);
}
ul.cart-items > li:nth-child(2n){
    background-color: #fff;
}
ul.cart-items > li:last-child{
    border-radius: 0px 0px 8px 8px;
}
ul.cart-items > li.cart-item-header{
    background-color: #d30623;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}
ul.cart-items > li img{
    border-radius: 8px;
}
/* Authentication page */
#authentication .h1.page-title{
    text-align: center;
}
#authentication #content,
#password #content{
    padding: 0px;
    border: none;
}
#authentication #content hr{
    display: none;
}
#authentication .login-form{
    margin: 0 auto;
    width: 480px;
}
#authentication .login-form .form-group{
    margin-bottom: 0px;
    flex-direction: column;
}
#authentication .login-form .form-group .col-md-2,
#authentication .login-form .form-group .col-md-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#authentication .login-form .form-group .form-control,
#password #content .form-control,
input.form-control,
textarea.form-control{
    border-radius: 8px;
    padding: 12px;
}
#authentication .login-form .form-group .form-control.js-visible-password{
    border-radius: 8px 0px 0px 8px;
}
#authentication .login-form .form-group .input-group .btn,
#customer-form .input-group-append .btn{
    border-radius: 0px 8px 8px 0px;
}
#authentication .no-account{
    margin-top: 25px;
}
/* Customer form */
#customer-form,
.my-account-page-content-wrapper,
#content-hook_order_confirmation{
    padding: 25px !important;
    background: #fff;
    border-radius: 8px;
}
/* Checkout page */
#checkout #js-checkout-summary hr:last-child{
    display: none;
}
#checkout .checkout-step{
    background-color: #fff;
}
#checkout .checkout-step:first-child{
    border-radius: 8px 8px 0px 0px;
}
#checkout .checkout-step:last-child{
    border-radius: 0px 0px 8px 8px;
}
#checkout .checkout-step .step-title{
    font-weight: 500;
}
/* Order Confirmation */
#content-hook_order_confirmation{
    margin-bottom: 40px;
}
#content-wrapper #content-hook_order_confirmation h1.page-title{
    margin-top: 0px;
    color: #49aa4f;
}
#content-hook_order_confirmation .card-title{
    font-weight: 600;
    color: #000;
}
#content-hook_order_confirmation .font-weight-bold.totals{
    color: #000;
}
/* Contact page */
#contact .contact-rich strong{
    margin-bottom: 28px;
}
#contact .contact-rich strong,
.contact-form h4{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
#contact .contact-rich .icon i{
    font-size: 20px;
}
#contact .contact-rich hr,
#contact .contact-page-info hr{
    border-top: 1px solid hsla(0,0%,63%,.15);
}
#contact .contact-form select{
    border-radius: 8px;
    padding: 12px;
    height: auto;
}
#contact .contact-form .bootstrap-filestyle .btn.btn-default{
    padding-top: 14px;
    background: #d30623;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
}
/* Livraison Page */
.icons-livraison .elementor-icon-list-item {
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px -2px 8px rgba(0,0,0,0.03);
}
.icons-livraison .elementor-icon-list-item .elementor-icon-list-icon{
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(211,6,35,1);
    margin-right: 12px;
    line-height: 32px;
}
.accordion-style .elementor-accordion-item{
    margin-bottom: 15px;
    border: 1px solid #d4d4d4 !important;
    border-radius: 8px;
}






