@font-face {
    font-family: 'HighVoltage Rough';
    src: url('HighVoltageRough.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.btn-primary, .btn-secondary{
    padding: 1rem 1.5rem;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary{
    border: 2px solid #000000;
    background: #fff;
    color: #000000;
}
.btn-primary:hover{
    border: 2px solid #2b4c28;
    background: #2b4c28;
    color: #fff;
}
.btn-secondary{
    border: 2px solid #000000;
    background: #000000;
    color: #fff;
}
.btn-secondary:hover{
    border: 2px solid #2b4c28;
    background: #fff;
    color: #2b4c28;
}
.select-title.expand-more.form-control,
.select-title .select-title-name,
.dropdown i{
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "HighVoltage Rough" !important;
    
}

/* Header */
header#header{
    z-index: 9999;
}
#desktop-header {
    background: #f8f8f8;
}
header#header .header-nav{
    padding-left: 75px;
    padding-right: 75px;
}
/*header#header .header-nav{
    padding-bottom: 0px !important;
}*/
header .header-top{
    padding-top: 25px !important;
    padding-bottom: 18px !important;
}
header#header img.logo{
    height: 80px;
    width: auto;
}
#index header#header{
    /*border-bottom: 0px solid #eee;*/
}
/*#header #desktop-header-container {
    max-width: 100%;
    padding: 0px 80px;
}*/
#header #desktop-header-container > .row.align-items-center {
    margin: 0px 0px;
}
#iqitmegamenu-wrapper.stuck{
    border-bottom: none;
    box-shadow: 0px -8px 15px 10px rgba(0, 0, 0, 0.2);
}
#iqitmegamenu-wrapper.stuck .container.container-iqitmegamenu {
    /*max-width: 100%;
    padding: 0px 80px !important;*/
}
#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper{
    right: 80px;
}
#header #desktop-header-container .row.align-items-center .header-content .col:first-child {
    padding-left: 0px;
}
#header #desktop-header-container .row.align-items-center .col:first-child{
    padding-left: 15px;
}
#header #desktop-header-container .row.align-items-center .col:nth-child(3){
    padding-right: 0px;
}
header .header-top .col-header-right {
    width: calc(100% - 350px);
    margin-left: auto;
}
.d-flex.header-menu {
    margin-top: 25px;
    border-top: 1px solid rgba(0,0,0,.1);
}

/* Header Menu Top */
#top-menu {
    display: flex;
    padding-top: 12px;
}
#top-menu li {

}
#top-menu li a {
    padding-bottom: 0px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
#top-menu li:first-child a {
    padding-left: 0px;
}

/* Header Search */
header #search_widget {
    max-width: 100%;
}
header #search_widget .form-search-control {
    padding: 18px 40px 16px 20px;
}
/* Header Menu */
header .col-header-left.col-header-menu{
    padding-left: 0px;
}
header .header-nav .right-nav{
    padding-right: 22px;
}
/* Header Icons */
.col-btn-header {
    padding-top: 10px;
}
#header .header-btn-w .header-btn .title {
    margin-top: 0px;
    color: #000;
}
header .header-top .col-header-right .header-btn-w {
    display: flex;
    align-items: center;
    /*width: 40px;*/
    height: 40px;
    position: relative;
    text-align: center;
}
#header .header-btn-w .header-btn{
    margin-top: 3px;
}
#header .col-mobile-btn-menu .fa-bars::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/menu-icon.png");
    background-size: auto;
    background-size: auto;
    background-size: contain !important;
}
#header #header-search-btn .fa-search::before, #header .col-mobile-btn-search .fa-search::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/icon-search.png");
    background-size: auto;
    background-size: auto;
    background-size: contain !important;
}
#header #header-user-btn .fa-user::before, #header .col-mobile-btn-account .fa-user::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icon-user.png");
    background-size: contain !important;
}
#header #ps-shoppingcart-wrapper .fa-shopping-bag::before, #header .ps-shoppingcart .fa-shopping-bag::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icon-cart.png");
    background-size: contain !important;
}
/* Header | Blockcart Content */
header #blockcart-content{
    width: 380px !important;
    max-width: initial;
    box-shadow: 0px 7px 10px -7px rgba(0,0,0,.3);
}
header #blockcart-content .col.col-info{
    padding-right: 10px;
}
header #blockcart-content .col.col-info a{
    font-weight: 700;
    color: #000;
}
header #blockcart-content .cart-products > li {
    border-bottom: 1px solid #eee;
}
header #blockcart-content .cart-subtotals {
    padding: 15px 5px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
header #blockcart-content .cart-totals {
    border-top: none;
    font-size: 16px;
    font-weight: 500;
}
header #blockcart-content .cart-buttons{
    display: flex;
}
header #blockcart-content .btn-secondary{
    margin: 0px 0px 0px 5px;
    padding: 1rem 1.5rem;
}
header #blockcart-content .btn-primary{
    margin: 0px 5px 0px 0px !important;
}
/* Sidebar Menu */
.sidebar-menu .elementor-widget-wrap {
    border: 3px solid #2b4c28;
}
.sidebar-menu .elementor-heading-title {
    padding: 15px 10px 18px 10px;
    background: #2b4c28;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul {
    padding: 8px 0px 8px 0px;
    display: flex;
    flex-direction: column;
}
.sidebar-menu .stuck .iqitmegamenu nav.cbp-hrmenu > ul {
    flex-direction: row;
}
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul > li {
    position: relative;
}
.sidebar-menu .stuck .iqitmegamenu nav.cbp-hrmenu > ul > li {
    padding-right: 25px;
    border-bottom: none;
 }
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul > li:last-child {
    border-bottom: none;
}
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul > li > a {
    margin: 0px 30px;
    padding: 18px 0px 18px 0px;
    display: block;
    max-width: calc(100% - 60px);
    border-bottom: 1px solid #eee;
    transition: .3s;
}
.sidebar-menu .stuck .iqitmegamenu nav.cbp-hrmenu > ul > li > a {
    margin: 0px 0px;
    max-width: 100%;
    border-bottom: none;
}
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul > li > a:hover {
    background: #f8f8f8;
}
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul > li > a > span.cbp-tab-title {
    display: flex;
    font-weight: 500;
}
.sidebar-menu .iqitmegamenu nav.cbp-hrmenu > ul > li > a > span.cbp-tab-title > i {
    margin-left: auto;
    transform: rotate(-90deg);
}
.sidebar-menu .cbp-hrsub.cbp-show {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 9;
    width: 100%;
}
.sidebar-menu .stuck .cbp-hrsub.cbp-show {
    right: initial;
    top: initial;
    z-index: 9;
    width: initial;
}
.sidebar-menu .cbp-hrsub.cbp-show .cbp-category-link-w a {
    color: #777;
}
.cbp-hrsub.col-12.cbp-show {
    width: calc(100% + 640px) !important;
}
.cbp-hrsub.col-12.cbp-show .col-2.cbp-menu-column {
    width: 20% !important;
}
.cbp-hrsub.col-6.cbp-show {
    width: calc(100% + 250px) !important;
}

/* Col Title */
.col-title .elementor-widget-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.col-title.title-center .elementor-widget-wrap {
    justify-content: center;
}
.col-title .elementor-widget-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    top: 24px;
    left: 0px;
}
.col-title.title-center .elementor-widget-wrap::before {
    top: 17px;
}
.col-title .elementor-widget-heading {
    padding-right: 15px;
    background: #fff;
}
.col-title.title-center .elementor-widget-heading {
    padding-left: 15px;
    padding-right: 15px;
}
.col-title .elementor-widget-button {
    padding-left: 15px;
    background: #fff;
}

/* Home Article 2 column */
.col-2-products .products-list {
    margin: 0px;
    border: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
}
.col-2-products .products-list .js-product-miniature-wrapper {
    width: 50%;
    border-bottom: 1px solid #eee;
}
.col-2-products .products-list .js-product-miniature-wrapper:nth-child(2n+1){
    border-right: 1px solid #eee;
}
.col-2-products .products-list .js-product-miniature-wrapper:last-child,
.col-2-products .products-list .js-product-miniature-wrapper:nth-last-child(2){
    border-bottom: none;
}
.col-2-products .products-list .product-miniature-list-row {
    padding: 10px 0px 5px 0px;
}
.col-2-products .products-list .product-miniature-list-row .col-12.col-sm-3 {
    width: 40%;
}
.col-2-products .products-list .product-miniature-list-row .col.col-description {
    width: 60%;
}
.col-2-products .products-list .product-miniature-list-row .col.col-description .product-description-short,
.col-2-products .product-functional-buttons.product-functional-buttons-bottom{
    display: none;
}
.col-2-products .products-list .product-miniature-list-row .h3.product-title {
    font-family: Roboto !important;
    font-size: 16px;
    text-transform: uppercase;
}
.col-2-products .products-list .product-miniature-list-row .h3.product-title a {
    color: #000;
}
.col-2-products .products-list .product-miniature .thumbnail-container .product-thumbnail {
    display: block;
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.col-2-products .products-list .product-brand a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.col-2-products .products-list .col-buy {
    margin-top: 15px;
}
.col-2-products .product-miniature .product-add-cart .btn.btn-product-list.add-to-cart i::before {
    left: 21px;
}
.col-2-products .product-miniature:hover .h3.product-title,
.col-2-products .product-miniature:hover .product-reference,
.col-2-products .product-miniature:hover .product-brand,
.col-2-products .product-miniature:hover .product-price-and-shipping {
    opacity: 0.2;
}
.col-bg-spacer .elementor-widget-spacer,
.col-bg-spacer .elementor-widget-spacer .elementor-widget-container {
    height: 100% !important;
}

/* Home Slider Products */
.home-slider-products .swiper-wrapper .product-miniature {
    padding: 15px;
}

/* Breadcrumb */
#wrapper .breadcrumb{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 75px;
    padding-left: 75px;
}
/* SlideShow | Accueil Page */
.block-category-50{
    height: 50%;
}
.top-block-1,
.top-block-2{
    height: 600px;
}
.top-block-3 > .elementor-column-wrap > .elementor-widget-wrap{
    height: 100%;
}
.top-block-2 .elementor-column-wrap{
    align-items: end !important;
}
.top-block-2 .elementor-widget-wrap{
    display: flex;
    align-items: center;
}
.top-block-2 .elementor-widget-wrap .elementor-widget-heading{
    padding-right: 15px;
}
.block-category-50{
    display: flex;
    align-items: end;
}
.block-category-50 > .elementor-container{
    width: 100%;
}
.block-category-50 .elementor-button-link{
    padding: 15px 10px 13px 20px !important;
    background: #2b4c28 !important;
    border: 2px solid #2b4c28 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 2px;
}
.block-category-50 .elementor-button-link:hover{
    background: #fff !important;
    color: #2f5428 !important;
}
/* Content */
.title-line .elementor-heading-title span{
    position: relative;
}
.title-line .elementor-heading-title span::before{
    display: block;
    content: '';
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 20px;
    right: -115px;
}
.title-line .elementor-heading-title span::after{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #000;
    position: absolute;
    top: 16px;
    right: -20px;
}
/* Accueil Home Page */
.product-slide-nav .swiper-button{
    top: 0px !important;
    background: #fff;
    opacity: 1;
    z-index: 999;
    color: #000;
}
.product-slide-nav .swiper-button.swiper-button-disabled{
    color: #ddd;
}
.product-slide-nav .swiper-button::after{
    font-size: 28px;
}
.product-slide-nav .js-product-miniature-wrapper.product-carousel{
    padding-top: 0px;
    padding-bottom: 0px;
}
.product-slide-nav .swiper-slide.swiper-slide-visible,
.product-slide-nav .swiper-slide.swiper-slide-visible .js-product-miniature-wrapper{
    height: 100% !important;
}
.section-new-product .elementor-row .elementor-column:first-child{

}
.section-new-product .elementor-row .elementor-column:last-child{
    margin: 40px 0px 40px -80px;
    width: calc(75% + 80px);
}
.section-new-product .elementor-row .elementor-column:last-child .elementor-widget-wrap{
    padding: 35px 0px 35px 25px;
    background: #fff;
}
.img-bg{
    margin: -170px 0px;
}
/* Product Miniature */
.product-miniature{
    overflow: hidden;
    background: #fff;
}
.product-miniature .thumbnail-container{
    padding: 0;
}
.product-miniature .thumbnail-container .product-thumbnail{
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    display: none;
}
.product-miniature .product-description > .row{
    margin-top: 5px;
    flex-direction: column;
}
.product-miniature .product-description .product-category-name{
    font-size: 12px;
    font-weight: 500;
    color: #2b4c28 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.product-miniature .product-description .h3.product-title{
    margin-bottom: 15px;
    font-family: Roboto !important;
    text-transform: uppercase;
}
.product-miniature .product-description .h3.product-title a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.product-miniature .product-description .product-price-and-shipping{
    text-align: left;
}
.product-miniature .product-description .product-price-and-shipping .product-price{
    font-size: 16px;
    font-weight: 500;
    color: #2b4c28;
}
.product-miniature .product-add-cart {
    padding-top: 0px !important;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -50px;
    transition: .3s;
}
.product-miniature .product-add-cart{
    padding-left: 12px;
}
.product-miniature .product-add-cart,
.product-miniature .product-add-cart .input-group-add-cart{
    display: flex;
    justify-content: start;
}
.product-miniature .product-add-cart .btn.btn-product-list.add-to-cart,
.product-miniature .product-add-cart .btn.btn-product-list{
    background-color: #000000;
    color: #fff;
}
.product-miniature .product-add-cart .btn {
    margin-right: 5px;
    padding: 0px !important;
    width: 45px;
    height: 45px;
}
.product-miniature .product-add-cart .btn.btn-product-list.add-to-cart i::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/icon-add-cart-white.png);
    background-size: contain !important;
    position: absolute;
    top: 9px;
    left: 11px;
}
.product-miniature .product-add-cart .btn.btn-product-list{
    line-height: 45px;
}
.product-miniature:hover .product-add-cart{
    bottom: 30%;
}
.product-miniature:hover .thumbnail-container{
    opacity: .3;
}
/* Tab Products */
.tabs.elementor-products-tabs ul.nav.nav-tabs{
    margin-bottom: 40px;
    border-bottom: 0px;
}
.tabs.elementor-products-tabs ul.nav.nav-tabs .nav-link{
    padding: 12px 10px 10px 10px;
    border: 2px solid #000000 !important;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tabs.elementor-products-tabs ul.nav.nav-tabs .nav-link.active{
    border: 2px solid #000000 !important;
    background: #000000;
    color: #fff;
}
/* Footer Newsletter */
footer .block-newsletter {
    display: flex;
    flex-direction: column;
    position: relative;
}
footer .block-newsletter::after {
    content: '';
    display: block;
    width: 100%;
    height: 384px;
    background-image: url("../img/footer.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .block-newsletter h5 {
    font-size: 40px !important;
    text-transform: uppercase !important;
}
footer .block-newsletter .ps-emailsubscription-block {
    max-width: 460px;
    margin: 15px auto 0 auto;
}

/* Footer */
#footer .block-iqitcontactpage .block-content > .part:last-child{
    display: none;
}
/*#footer-container-first h5{
    color: #c8b299;
}*/
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover{
    background: #000 !important;
}
footer #footer-container-first {
  margin: 0px 0px !important;
  padding: 10px 0px 0px 0px;
  width: 100vw;

}
#footer-container-first .newsletter-input-group button{
    border: none !important;
}
#footer-container-first ul.social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    background: #fff;
}
#footer .container {
  max-width: 100%;
  padding: 0px;
}
/**/
#footer .container{
    max-width: 100%;
}
#footer-container-main {
    margin: 0 auto;
    padding: 60px 80px 30px 80px !important;
    background-image: url("../img/bg-footer-szewc.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer-container-main > .container,
#footer-container-main > #footer-copyrights {
    margin: 0 auto;
    max-width: 1440px;
}
#footer-container-main .block-iqitcontactpage hr{
    display: none !important;
}
#footer-container-main .block-iqitcontactpage .part{
    margin-bottom: 5px;
}
/*#footer-container-main .block-iqitcontactpage strong,
#footer-container-main .block-iqitcontactpage .part i{
    color: #000000;
}*/
#footer-container-main .contact-rich .part .icon {
     vertical-align: top;
}
#footer-copyrights {
    padding: 15px 65px;
}
#footer #iqithtmlandbanners-block-3 .block-title{
    display: none;
}
#footer #iqithtmlandbanners-block-3 img{
    width: 220px;
}
#footer-container-main .block-iqitlinksmanager-3{
    order: 1;
}
#footer-container-main .block-iqitlinksmanager-1{
    order: 2;
}
#footer-container-main #iqithtmlandbanners-block-2{
    order: 3;
}
#footer-container-main #iqithtmlandbanners-block-3{
    order: 0;
}
#footer-container-main .block-iqitcontactpage{
    order: 4;
}
/**/
#footer-container-main > #footer-copyrights {
    margin-top: 40px;
    padding: 40px 0px 0px 0px;
}
#footer-container-main > #footer-copyrights .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#footer-container-main > #footer-copyrights .row .col-12.copyright-img,
#footer-container-main > #footer-copyrights .row .col-12.copyright-txt,
#footer-container-main > #footer-copyrights .row .col-12.block-social-links {
    margin-bottom: 0px;
    width: auto;
}

/* Modal */
#blockcart-modal .col-md-5{
    flex: 0 0 35%;
    max-width: 35%;
}
#blockcart-modal .col-md-7{
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 40px;
}
#blockcart-modal .col-info {
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #eee;
}
#blockcart-modal .col-info .product-name a{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#blockcart-modal .cart-content-btn{
    margin-top: 25px;
    display: flex;
}
#blockcart-modal .cart-content-btn .btn{
    margin: 0px !important;
    padding: 12px 15px 12px 15px;
    font-size: 16px;
    font-weight: 500;
}
#blockcart-modal .cart-content-btn .btn.btn-primary{
    margin-right: 12px !important;
}
#blockcart-modal .cart-content-btn .btn.btn-secondary{
    margin-left: 12px !important;
}
/* Breadcrumb */
nav.breadcrumb{
    margin-bottom: 0px;
}
nav.breadcrumb .container{
    padding: 0px 0px;
    max-width: 100%;
}
#cms nav.breadcrumb{
    display: none !important;
}
/* CMS */
#cms .page-header {
    display: none;
}
.section-header-cms .elementor-heading-title span {
    text-shadow: 1px 0 #999, -1px 0 #999, 0 1px #999, 0 -1px #999, 0px 0px #999, 0px 0px #999, 0px 0px #999, 0px 0px #999;
}
/* Authentication */
#authentication #content-wrapper,
#password #content-wrapper,
#registration #content-wrapper{
    padding: 80px 0px;
    text-align: center;
}
.page-authentication #content,
#password #content,
#registration #content {
    margin-bottom: 0px;
    border: 0;
}
#authentication .h1.page-title,
#password .h1.page-title,
#registration .h1.page-title,
#cart .h1.page-title,
#checkout .h1.page-title,
#contact .h1.page-title,
#module-iqitsearch-searchiqit .h1.page-title{
    color: #000;
}
.page-authentication .login-form .form-group{
    flex-direction: column;
    align-items: flex-start !important;
}
#authentication .login-form{
    margin: 15px auto;
    width: 40%;
    text-align: left;
}
.page-authentication #content input,
#password form.form-inline input{
    padding: 12px 15px;
}
.page-authentication .login-form .form-group{
    flex-direction: column;
    align-items: flex-start !important;
}
.page-authentication .login-form .form-group .col-md-2,
.page-authentication .login-form .form-group .col-md-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
#authentication .page-content hr{
    display: none !important;
}
/* Cr�ez votre compte  */
#authentication .register-form{
    margin: 0 auto;
    width: 70%;
    text-align: left;
}
#authentication #submit-login,
#password #send-reset-link,
#registration .btn-primary.form-control-submit{
    padding: 12px 25px;
    border: 2px solid #000000;
    background: #000000;
    color: #fff;
}
#authentication #content .form-control,
#password form.form-inline input,
#registration .form-control,
.checkout-step .form-control{
    background-color: rgba(255,255,255,.05);
    color: #fff;
    border: solid 1px #eee;
}
.checkout-step select.form-control{
    background-color: #272727 !important;
    color: #fff;
    border: solid 1px #353535;
    height: 42px;
}
.checkout-step .custom-select2::after {
    color: #fff;
}
#authentication #content .btn-outline-secondary,
#registration .btn-outline-secondary,
.checkout-step .btn-outline-secondary,
.checkout-step .btn-primary{
    background: #000000;
    color: #fff;
    border: solid 1px #000000;
}

/* Password */
#password #content{
    width: 100%;
}
#password form.form-inline{
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#password form.form-inline label,
#password form.form-inline input{
    margin: 0px 15px 15px 15px !important;
}
#password form.form-inline input{
    max-width: 480px;
}
#password #send-reset-link{
    padding: 15px 25px;
    border: 0px solid #2f5428;
    background: #2f5428;
    color: #fff;
}
/* Registration */
#registration .register-form {
    margin: 0 auto;
    width: 70%;
    text-align: left;
}
#registration .form-footer{
    margin-top: 30px;
}
/* Cart | Checkout */
#cart #inner-wrapper.container,
#checkout #inner-wrapper.container{
    max-width: 100%;
    padding: 0px 80px 30px 80px;
}
#checkout #inner-wrapper.container{
    margin-bottom: 40px;
}
#cart #content-wrapper .h1.page-title, #checkout #content-wrapper .h1.page-title {
    padding-top: 50px;
    padding-bottom: 25px;
}
#cart .cart-grid-right .cart-summary,
#checkout .cart-grid-right .cart-summary {
    margin-bottom: 1rem;
    background: rgba(255,255,255,.1);
}
#cart .cart-grid-right .cart-summary .btn-primary {
    border: 2px solid #000000;
    background: #000000;
    color: #fff;
}
#cart .cart-grid-right .cart-summary .btn-primary:hover {
    border: 2px solid #2b4c28;
    background: #fff;
    color: #2b4c28;
}
#cart .cart-item .product-line-info{
    padding-left: 40px;
    text-align: left;
}
#cart .cart-item .product-line-info a{
    font-weight: 700;
    color: #000000;
}
#cart .cart-grid-body{
    padding-bottom: 25px;
}
#cart .cart-summary-line.cart-total,
#checkout .cart-summary-line.cart-total{
    font-size: 16px;
    color: #000;
}
#checkout .modal-dialog{
    max-width: 100% !important;
}
/* Category */
#module-iqitsearch-searchiqit #wrapper{
    margin-bottom: 80px;
}
.layout-left-column #wrapper .container{
    padding: 0px 80px 0px 95px;
    max-width: 100%;
}
.layout-left-column #wrapper nav.breadcrumb .container{
    padding: 0px 0px 0px 0px;
}
.layout-left-column #wrapper{
    padding-bottom: 60px;
}
.layout-left-column .h1.page-title {
    margin-top: 15px;
    text-align: left !important;
}
.layout-left-column #js-product-list-header{
    padding-top: 25px;
}
#module-iqitsearch-searchiqit #js-product-list-header{
    padding-top: 40px;
}
.layout-left-column .products-selection .col,
#module-iqitsearch-searchiqit  .products-selection .col{
    margin-left: auto;
}
.layout-left-column .products-selection .col.view-switcher,
#module-iqitsearch-searchiqit .products-selection .col.view-switcher{
    display: none !important;
}
.layout-left-column #left-column {
    margin-top: 25px;
    margin-right: 1%;
    padding: 25px;
    background: rgba(255,255,255,.1);
    flex: 0 0 24%;
    max-width: 24%;
}
.layout-left-column #left-column .block-title{
    border-bottom: solid 1px rgba(255,255,255,.1);
}
.layout-left-column #left-column .block-title,
.layout-left-column #left-column .block-title a{
    color: #2f5428;
}
.layout-left-column #left-column ul li a{
    color: #777 !important;
}
#active-search-filters a {
    padding: 5px 10px;
}
.products-selection .showing {
    color: #777;
}
/* Filtres */
#active-search-filters a{
    display: inline-block;
}
#active-search-filters a i{
    margin-top: -4px !important;
}
#active-search-filters .filter-block.filter-block-all a{
    background: #000 !important;
}
/* Product */
#product #wrapper .breadcrumb {
    background: transparent;
}
#product .h1.page-title {
    margin-bottom: 0px;
    padding: 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}
#product .product-reference {
    margin-top: 10px;
    font-weight: 500;
    color: #000;
}
#product .product-variants {
    display: flex;
    flex-direction: column;
}
#product .product-variants .product-variants-item {
    margin-bottom: 0px;
    margin-right: 0px;
}
#product .product-variants > .product-variants-item .custom-select2 {
    min-width: 80%;
    max-width: 80%;
}
#product .product-add-to-cart {
    margin-top: 10px;
}
#product .product-variants .form-control-label {
    color: #000;
}
#product .col-10.col-left-product-cover {
    border: 1px solid #ddd;
}
#product #main-product-wrapper .col-product-info .add button i,
#product #main-product-wrapper .col-product-info .product-additional-info .social-sharing {
    display: none !important;
}
.row.tab-section h2.title-tab {
    margin-bottom: 0px;
    padding: 10px 15px 8px 15px;
    width: max-content;
    background-color: #000;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.row.tab-section h2.title-tab.legislation {
    margin-top: 25px;
}
.row.tab-section .product-description,
.row.tab-section .product-details-tab,
.row.tab-section .legislation-details-tab {
    padding: 25px 25px 25px 25px;
    background-color: #f5f5f5;
    color: #000;
}
.row.tab-section .product-details-tab .product-features {
    margin-top: 0px;
    padding: 12px 15px 0px 15px;
    background: #fff;
}
.row.tab-section .product-details-tab .product-features .data-sheet {
    margin-bottom: 0px;
}
.row.tab-section .product-details-tab .product-features .data-sheet dd.value:last-child,
.row.tab-section .product-details-tab .product-features .data-sheet dt.name:nth-last-child(2) {
    margin-bottom: 0px;
    border-bottom: 0px;
}
#wrapper .row.tab-section .legislation-details-tab .block-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
#product .tabs.product-tabs {
    display: none !important;
}
.product-accessories.block.block-section .section-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    border-bottom: none !important;
    text-align: left;
    margin-top: 80px;
}
#product .tax-shipping-delivery-label {
    display: none !important;
}
#product .product-additional-info {
    border-top: none;
    padding: 20px;
    background-color: #f8f8f8;
}
#product .product-additional-info ul {
    padding: 0px;
}
#product .product-additional-info ul li {
    padding: 5px 0px 5px 28px;
    position: relative;
    list-style: none;
    color: #000;
    text-transform: uppercase;
}
#product .product-additional-info ul li::before {
    display: block;
    content: '\f058';
    font: 14px/1 FontAwesome;
    color: #2b4c28;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 7px;
}

    /*#product #wrapper .breadcrumb{
				border-bottom: 1px solid #eee;
		}*/
/*#product .product-info-row{
    padding-top: 60px;
}
#product #inner-wrapper.container{
    padding: 0px 0px 80px 0px;
    max-width: 100%;
}
#product #main-product-wrapper .col-md-6.col-product-image{
    padding-left: 30px;
    padding-right: 60px;
    margin: 60px -60px 60px 60px;
    z-index: 9;
    background: #fff;
}
#product #main-product-wrapper .col-md-6.col-product-info{
    padding-left: 0px;
    padding-right: 0px;
    background: #f8f8f8;
}
#product #main-product-wrapper .col-md-6.col-product-image .product-cover{
    margin: 60px 0px 60px 60px;
    z-index: 9;
    background: transparent;
}
#product #main-product-wrapper .col-product-info .product_header_container{
    padding-bottom: 30px;
    margin-bottom: 0px;
    border-bottom: 0px solid rgba(160,160,160,.25);
}
#product #main-product-wrapper .col-md-6.col-product-info #col-product-info{
    padding: 120px 80px 120px 120px;
    background: rgba(255,255,255,.1);
    height: 100%;
    border-left: none;
}
#product #main-product-wrapper .col-product-info .product_header_container .page-title{
    margin-bottom: 30px;
    padding-right: 180px;
    font-weight: 500;
    text-transform: uppercase;
}
#product #main-product-wrapper .col-product-info .product-prices.js-product-prices{
    display: flex;
    align-items: baseline;
}
#product #main-product-wrapper .col-product-info .product-prices.js-product-prices .tax-shipping-delivery-label{
    margin-left: 8px;
    font-size: 16px;
}
#product #main-product-wrapper .col-product-info .product-add-to-cart{
    padding-top: 38px !important;
}
#product #main-product-wrapper .col-product-info .add button i{
    display: none !important;
}
#product #main-product-wrapper .col-product-info .product-additional-info{
    display: none;
}
#product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .swiper-slide{
    width: 132px !important;
}
#product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .thumb-container{
    padding: 0px;
}
#product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .thumb-container img{
    padding: 10px;
    border: 1px solid #eee;
    width: auto;
    height: auto;
}
#product .add button.btn-primary{
    border: 2px solid #f50e0a;
    background: #f50e0a;
    color: #fff;
}*/
/* Product Tab */
/*#product #product-infos-tabs{
    border-bottom: 0px;
}
#product #product-infos-tabs a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
}
#product .nav-tabs .nav-link.active,
#product .nav-tabs .nav-link:hover,
#product .nav-tabs .nav-link:focus {
    border-bottom: solid 3px #000000;
}
#product .tabs.product-tabs {
    margin: 40px 0px;
}
#product #product-infos-tabs-content{
    margin: 40px auto 0px auto;
}
#product #product-infos-tabs-content .name,
#product #product-infos-accordion-mobile .name {
    font-size: 12px;
    color: #f50e0a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}*/
/**/
/*#content-wrapper .product-accessories.block.block-section,
#content-wrapper .category-products.block.block-section,
#content-wrapper .viewed-products.block.block-section{
    margin-top: 80px;
    padding: 0px 80px;
}
#content-wrapper .product-accessories.block.block-section .section-title,
#content-wrapper .category-products.block.block-section .section-title,
#content-wrapper .viewed-products.block.block-section .section-title {
    font-family: "HighVoltage Rough" !important;
    font-size: 40px !important;
    font-weight: 500;
    text-transform: uppercase !important;
    color: #000000;
    text-align: center;
    border: none;
}
 */
#product .legislation-tab .block-iqithtmlandbanners-html .block-title {
    margin-bottom: 10px;
    border-bottom: none;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: #2b4c28;
}
#product .legislation-tab .block-iqithtmlandbanners-html {
    display: none !important;
    padding: 0px 0px;
}
#product #legislation-details-tab .legislation-tab .block-iqithtmlandbanners-html ul {
    padding: 0px !important;
}
#product .legislation-tab .block-iqithtmlandbanners-html ul li {
    padding: 8px 0px 8px 20px;
    list-style: none;
    border-bottom: 1px solid rgba(160,160,160,.25);
    position: relative;
}
#product .legislation-tab .block-iqithtmlandbanners-html ul li::before {
    content: "\f105";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 7px;
    margin: auto;
    font: 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    line-height: inherit;
    font-size: 13px;
    transition: all .2s cubic-bezier(.7,0,.3,1);
}
#product .legislation-tab.legislation-b #iqithtmlandbanners-block-5{
    display: block !important;
}
#product .legislation-tab.legislation-c #iqithtmlandbanners-block-4 {
    display: block !important;
}
#product .legislation-tab.legislation-d #iqithtmlandbanners-block-6 {
    display: block !important;
}
#product .col-add-btn button.add-to-cart {
    color: #fff;
    border-color: #2b4c28;
    background-color: #2b4c28;
    transition: .3s ease-out;
}
#product .col-add-btn button.add-to-cart:hover {
    color: #2b4c28;
    border-color: #2b4c28;
    background-color: #fff;
}

/* Contact */
/*#contact #wrapper .breadcrumb{
    border-bottom: 1px solid #eee;
}*/
#contact #inner-wrapper.container{
    padding: 0px 80px 0px 80px;
    max-width: 100%;
}
#contact h1.page-title,
#module-ph_simpleblog-list h1.page-title,
#module-ph_simpleblog-single h1.page-title {
    margin-top: 40px !important;
}
#contact .page-content{
    padding-top: 40px;
    padding-bottom: 40px;
}
#contact .page-content .contact-page-info{
    border-right: 0px;
}
#contact .page-content .contact-page-info hr {
    display: none !important;
}
#contact .page-content .contact-page-info > .part{
    margin-top: 0px !important;
    padding: 0px 100px 0px 25px !important;
}
#contact .page-content .contact-page-info > .part p{
    border-top: 1px solid #eee;
    padding-top: 24px;
}
#contact .page-content .contact-page-info .contact-rich{
    margin: 80px 0px 0px 0px;
    padding: 25px;
    background: #fff;
    position: relative;
    z-index: 1;
}
#contact .page-content .contact-page-info strong,
#contact .contact-form h4{
    margin-bottom: 15px;
    font-size: 28px;
    color: #000;
	line-height:1
}
#contact .page-content .contact-page-info .part{
    margin-top: 15px;
    display: flex;
}
#contact .page-content .contact-page-info .part .icon{
    margin: 2px 8px 0px 0px;
    width: 22px;
}
#contact .page-content .contact-page-info .part .icon i{
    font-size: 18px;
    color: #000000;
}
#contact .page-content .col-sm-8{
    margin-left: -80px;
    padding: 40px 40px 40px 120px;
    background: #f8f8f8;
    max-width: calc(66.66% + 70px);
    width: calc(66.66% + 70px);
    flex: auto;
}
#contact .page-content .contact-form .btn.btn-primary{
    padding: 15px 25px 13px 25px;
    border: 2px solid #2b4c28;
    background: #2b4c28;
    color: #fff;
}
#contact .contact-form .form-control {
    background-color: rgba(255,255,255,.9);
    color: #000;
    border: solid 1px #eee;
}
#contact .contact-form .form-control option{
    color: #000;
}
#contact .contact-form .btn.btn-default{
    background: #2b4c282b4c28;
    color: #fff;
}
#contact .contact-form .form-group.row .col-md-6{
    flex: 0 0 75%;
    max-width: 75%;
}
#contact .contact-form .form-group.row .col-md-3.form-control-comment {
    display: none;
}
/*
#contact .page-content .contact-form .btn.btn-primary:hover{
    background: #304aa8;
}*/
#contact .page-content .contact-form input,
#contact .page-content .contact-form select,
#contact .page-content .contact-form textarea{
    padding: 12px 15px;
}
#contact .page-content .contact-form .bootstrap-filestyle .btn.btn-default{
    padding-top: 15px;
}
#contact .page-content .contact-form select{
    height: 46px;
}
#contact .page-content .contact-form select{
    background-position: calc(100% - 13px) calc(1em + 8px),calc(100% - 8px) calc(1em + 8px),100% 0;
}
#contact .page-content .contact-form .form-control-comment {
    padding-top: 15px;
}
/* Blog */
#module-ph_simpleblog-list #content {
    margin-bottom: 60px;
}
#module-ph_simpleblog-list #inner-wrapper,
#module-ph_simpleblog-single #inner-wrapper {
    padding: 0px 80px;
    max-width: 100%;
}
#module-ph_simpleblog-list #inner-wrapper .simpleblog__listing__post {
    padding-left: 15px;
    padding-right: 15px;
}
.simpleblog__postInfo ul {
    justify-content: center;
}
.block-center .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.simpleblog__listing__post__wrapper__content__headline.post-title {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: none;
}
.simpleblog__listing__post__wrapper__content__headline.post-title a {
    font-family: Roboto !important;
    font-size: 18px;
    color: #000 !important;
}
.simpleblog__listing__post__wrapper__footer.pt-3.mt-3.text-muted {
    border-top: none;
    position: absolute;
    top: 15px;
    left: 20px;
    margin-top: 0px !important;
    padding: 5px 0px 5px 5px !important;
    background: #2b4c28;
    color: #fff !important;
}
.title-normal h2 {
    font-family: Roboto !important;
}

@media (max-width: 1728px) and (min-width: 1537px){
    #header .col-header-center.col-header-menu{
        padding-left: 0px;
        padding-right: 0px;
    }
    #header .cbp-horizontal > ul > li > a{
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (max-width: 1536px) and (min-width: 1400px){
    #header .cbp-horizontal > ul > li > a{
        padding-left: 8px;
        padding-right: 8px;
    }
    header#header img.logo {
        height: auto;
        width: 160px;
    }
    /**/
    #iqitmegamenu-horizontal .cbp-hrsub.col-2 {
        flex: 0 0 260px;
        max-width: 260px;
    }
}
@media (max-width: 1400px) and (min-width: 1320px){
    #header .cbp-horizontal > ul > li > a{
        padding-left: 6px;
        padding-right: 6px;
    }
    header#header img.logo {
        height: auto;
        width: 120px;
    }
    /**/
    #iqitmegamenu-horizontal .cbp-hrsub.col-2 {
        flex: 0 0 260px;
        max-width: 260px;
    }
    /**/
    .tabs.elementor-products-tabs .nav-item{
        margin-right: 5px;
    }
    /**/
}
@media (max-width: 1320px) and (min-width: 1280px){
    nav.header-nav .left-nav,
    nav.header-nav .center-nav{
        display: none;
    }
    header#header img.logo {
        height: auto;
        width: 100px;
    }
    #header .cbp-horizontal > ul > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
    #iqitmegamenu-horizontal .cbp-hrsub.col-2 {
        flex: 0 0 260px;
        max-width: 260px;
    }
    /**/
    .tabs.elementor-products-tabs .nav-item{
        margin-right: 5px;
    }
    /**/
}
@media (max-width: 1280px) and (min-width: 0px){
    nav.header-nav .left-nav,
    nav.header-nav .center-nav{
        display: none;
    }
    #desktop-header {
        display: none !important;
    }
    #mobile-header {
        display: block !important;
    }
    header#header img.logo {
        height: auto;
        width: 128px;
    }
    #index #mobile-header {
        border-bottom: none;
    }
    .mobile-main-bar {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }
    .mobile-main-bar .row-mobile-header .col-mobile-btn-menu{
        order: 0;
    }
    .mobile-main-bar .row-mobile-header .col-mobile-logo{
        margin-left: 90px;
        order: 1;
    }
    .mobile-main-bar .row-mobile-header .col-mobile-btn-search{
        order: 2;
    }
    .mobile-main-bar .row-mobile-header .col-mobile-btn-account{
        order: 3;
    }
    .mobile-main-bar .row-mobile-header .col-mobile-btn-cart{
        order: 4;
    }
    .mobile-main-bar .col-mobile-btn{
        margin-top: 12px;
    }
    /**/
}
@media (max-width: 1536px) and (min-width: 0px){
    header#header .header-nav,
    header .header-top{
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .col-header-center.col-header-menu{
        padding-left: 0px;
        padding-right: 0px;
    }
    #index header#header {
        margin: 0px auto 0px auto;
        width: calc(100% - 0px);
    }
    #header #desktop-header-container,
    #content .section-padding,
    #footer .container,
    .layout-left-column #wrapper .container,
    #cart #inner-wrapper.container,
    #checkout #inner-wrapper.container,
    .breadcrumb,
    #content-wrapper .product-accessories.block.block-section,
    #content-wrapper .category-products.block.block-section,
    #content-wrapper .viewed-products.block.block-section,
    #content-wrapper .section-category,
    #cms .page-header .h1.page-title,
    #product .row.product-info-row,
    #contact #inner-wrapper.container,
    #header #iqitmegamenu-wrapper.stuck .container.container-iqitmegamenu,
    #module-ph_simpleblog-list #inner-wrapper,
    #module-ph_simpleblog-single #inner-wrapper{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #header #iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper {
        right: 15px;
    }
    nav.breadcrumb .container,
    .layout-left-column #wrapper nav.breadcrumb .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    footer #footer-container-first,
    #wrapper .breadcrumb{
        margin: 0px 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #footer-container-main {
        padding: 60px 15px 30px 15px !important;
    }
    .layout-left-column #left-column {
        flex: 0 0 23%;
        max-width: 23%;
        margin-left: 1%;
    }
}
@media (max-width: 1400px) and (min-width: 991px){
    /*#desktop-header-container .row.align-items-center .col-header-left{
        padding-left: 25px;
        order: 1;
    }
    #desktop-header-container .row.align-items-center .col-header-center{
        order: 0;
    }
    #desktop-header-container .row.align-items-center .col-header-right{
        order: 2;
        max-width: 20%;
    }
    #desktop-header-container .row.align-items-center > .col-12{
        display: none;
    }*/
    #product .nav-tabs .nav-link.active,
    #product .nav-tabs .nav-link:hover,
    #product .nav-tabs .nav-link:focus {
        border-bottom: solid 3px transparent;
        color: #000000 !important;
    }
}
@media (max-width: 1400px) and (min-width: 1200px){
    .col-home-info > .elementor-column-wrap{
        padding: 40px 90px 40px 25px !important;
    }
    #password #content {
        width: 80%;
    }
    .col-bg-80 > .elementor-column-wrap{
        padding: 40px 40px 40px 40px !important;
    }
    #footer-container-main #iqithtmlandbanners-block-3 {
        display: none;
    }
    footer #footer-container-first {
        padding: 30px 15px 25px 15px;
    }
    #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
        padding: 60px 40px 120px 90px;
    }
    #product #main-product-wrapper .col-product-info .product_header_container .page-title {
        padding-right: 160px;
    }
    #product .nav-tabs .nav-link.active,
    #product .nav-tabs .nav-link:hover,
    #product .nav-tabs .nav-link:focus {
        border-bottom: solid 3px transparent;
        color: #2f5428 !important;
        letter-spacing: 0px;
    }
}
@media (max-width: 1200px) and (min-width: 991px){
    .title-line .elementor-heading-title span::before,
    .title-line .elementor-heading-title span::after{
        display: none !important;
    }
    .col-home-info{
        width: 100% !important;
    }
    .col-home-info .elementor-column-wrap{
        padding: 40px 40px 100px 40px !important;
    }
    .section-new-product{
        padding-bottom: 30px !important;
    }
    .section-new-product .elementor-row .elementor-column:last-child {
        margin: -60px 0px 0px 0px;
        margin-left: 3%;
        padding: 25px;
        width: 94%;
        background: #fff;
    }
    .section-new-product .elementor-row .elementor-column:last-child .elementor-widget-wrap {
        padding: 35px 0px 35px 0px;
        background: #fff;
    }
    /**/
    #product #main-product-wrapper .col-md-6.col-product-info {
        padding-left: 0px;
        padding-right: 0px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image {
        margin: 60px -60px 60px 0px;
        padding-left: 15px;
        padding-right: 25px;
        max-width: calc(50% + 60px);
    }
    #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
        padding: 120px 15px 120px 80px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .swiper-slide {
        width: auto !important;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .thumb-container img {
        padding: 3px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image .product-cover {
        margin: 40px 0px 40px 0px;
    }
    #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
        padding: 100px 15px 40px 80px;
    }
    /**/
    #password #content {
        width: 80%;
    }
    /**/
    .block-category-50 .elementor-button-link{
        padding: 15px 5px 13px 5px !important;
        letter-spacing: 0px;
    }
    .col-bg-80 .elementor-column-wrap{
        padding: 25px !important;
    }
    .elementor-button-link.elementor-button.btn.elementor-size-medium.btn-secondary.btn-traditional,
    .btn-primary, .btn-secondary,
    .tabs.elementor-products-tabs ul.nav.nav-tabs .nav-link{
        letter-spacing: 0px;
    }
    .tabs.elementor-products-tabs .nav.nav-tabs .nav-item{
        margin-bottom: 5px;
    }
    footer #footer-container-first {
        padding: 25px 10px 20px 10px;
    }
    #footer-container-main #iqithtmlandbanners-block-3 {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 0px){
    #header #mobile-header {
        border-bottom: none;
    }
    #header #mobile-header .mobile-main-bar{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-menu__language-currency{
        display: none !important;
    }
    .mobile-menu__footer {
        color: #fff;
        background-color: #2f5428;
        justify-content: center !important;
    }
    .mm-panel__header .btn:hover {
        color: #2f5428;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    #header .col-mobile-btn-menu .fa-bars::before,
    #header .col-mobile-btn-search .fa-search::before,
    #header .col-mobile-btn-account .fa-user::before,
    #header .ps-shoppingcart .fa-shopping-bag::before{
        margin-top: 6px;
    }
    /**/
    .section-category .top-block-1{
        margin-bottom: 15px;
        width: 100% !important;
    }
    .section-category .top-block-2,
    .section-category .top-block-3{
        width: 50% !important;
    }
    .section-category .top-block-2{
        height: 400px !important;
    }
    .section-category .top-block-2 .elementor-column-wrap{
        border-width: 0px 0px 0px 0px !important;
    }
    /**/
    .section-icons{
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }
    .section-icons .elementor-row .elementor-column{
        width: 25%;
    }
    .section-icons .elementor-row .elementor-column:first-child{
        width: 100%;
    }
    /**/
    .col-home-info{
        width: 100% !important;
    }
    .col-home-info .elementor-column-wrap{
        padding: 40px 40px 100px 40px !important;
    }
    .section-new-product{
        padding-bottom: 30px !important;
    }
    .section-new-product .elementor-row .elementor-column:last-child {
        margin: -60px 0px 0px 0px;
        margin-left: 3%;
        padding: 25px;
        width: 94%;
        background: #fff;
    }
    .section-new-product .elementor-row .elementor-column:last-child .elementor-widget-wrap {
        padding: 35px 0px 35px 0px;
        background: #fff;
    }
    /**/
    .section-category-4 .elementor-row .elementor-column{
        width: 50%;
    }
    .section-category-4 .elementor-row .elementor-column:first-child{
        margin-bottom: 10px;
        padding-right: 5px;
        order: 0;
    }
    .section-category-4 .elementor-row .elementor-column:nth-child(2){
        margin-bottom: 10px;
        padding-left: 5px;
        order: 1;
    }
    .section-category-4 .elementor-row .elementor-column:nth-child(3){
        padding-left: 5px;
        order: 3;
    }
    .section-category-4 .elementor-row .elementor-column:last-child{
        padding-right: 5px;
        order: 2;
    }
    .section-delivery .elementor-row .elementor-column:first-child{
        padding-left: 5px;
        order: 1;
    }
    .section-delivery .elementor-row .elementor-column:last-child{
        padding-right: 5px;
        order: 0;
    }
    .section-delivery .elementor-row .elementor-column:last-child .elementor-column-wrap{
        margin-left: 0px;
    }
    .section-delivery .elementor-row .elementor-column:first-child .elementor-column-wrap{
        margin-right: 0px;
    }
    .section-delivery .elementor-widget-wrap{
        text-align: center;
    }
    .section-delivery .elementor-widget-wrap .elementor-heading-title {
        font-size: 18px !important;
        text-align: center;
    }
    /**/
    .tabs.elementor-products-tabs ul.nav.nav-tabs .nav-item{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .tabs.elementor-products-tabs ul.nav.nav-tabs .nav-item .nav-link {
        padding: 12px 6px 10px 6px;
        border: 2px solid #fff !important;
        font-size: 14px;
    }
    /**/
    #footer-container-first .col-md-4.block-newsletter{
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    #footer-container-first .block-social-links{
        left: 0%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    /**/
    #product #main-product-wrapper .col-md-6.col-product-info {
        padding-left: 0px;
        padding-right: 0px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image {
        margin: 60px -60px 60px 0px;
        padding-left: 15px;
        padding-right: 25px;
        max-width: calc(50% + 60px);
    }
    #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
        padding: 120px 15px 120px 80px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .swiper-slide {
        width: auto !important;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .thumb-container img {
        padding: 3px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image .product-cover {
        margin: 40px 0px 40px 0px;
    }
    #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
        padding: 100px 15px 40px 80px;
    }
    /**/
    #authentication .login-form {
        width: 60%;
    }
    #registration .register-form,
    #password #content{
        width: 100%;
    }
    #password #send-reset-link {
        padding: 12px 15px;
    }
    #password form.form-inline input {
        min-width: 250px;
    }
    /**/
    .col-bg-80 .elementor-column-wrap{
        padding: 25px !important;
    }
    #footer-container-main #iqithtmlandbanners-block-3 {
        display: none;
    }
    #product .nav-tabs .nav-link.active,
    #product .nav-tabs .nav-link:hover,
    #product .nav-tabs .nav-link:focus {
        border-bottom: solid 3px transparent;
        color: #2f5428 !important;
        letter-spacing: 0px;
    }
}
@media (max-width: 768px) and (min-width: 0px){
    #header #mobile-header {
        padding-top: 10px;
    }
    header .header-nav {
        display: none !important;
    }
    header#header img.logo {
        height: auto;
        width: 160px;
    }
    .top-block-1{
        margin-bottom: 15px;
        height: 400px;
    }
    .top-block-2 {
        margin-bottom: 15px;
        height: 250px;
    }
    .top-block-3{
        height: 300px;
    }
    .top-block-2 .elementor-column-wrap,
    .top-block-3 .elementor-column-wrap{
        border-width: 0px 0px 0px 0px !important;
    }
    .top-block-3 .block-category-50{
        border-width: 0px 0px 10px 0px;
    }
    .top-block-3 .block-category-50 .elementor-button-link{
        margin: 0px 0px 10px 10px;
    }
    /**/
    .mobile-main-bar .row-mobile-header .col-mobile-btn-search {
        order: 1;
    }
    .mobile-main-bar .row-mobile-header .col-mobile-logo {
        margin-left: 0px;
        order: 2;
    }

    /**/
    .section-icons{
        padding-bottom: 40px !important;
    }
    .section-icons .elementor-icon-box-wrapper{
        margin-bottom: 25px;
        display: flex;
        text-align: left !important;
    }
    .section-icons .elementor-icon-box-wrapper .elementor-icon-box-icon{
        margin-right: 15px !important;
    }
    /**/
    .col-home-info .elementor-column-wrap{
        padding: 40px 40px 40px 40px !important;
    }
    /**/
    .col-home-info .elementor-column-wrap{
        padding: 40px 40px 100px 40px !important;
    }
    .section-new-product{
        padding-bottom: 30px !important;
    }
    .section-new-product .elementor-row .elementor-column:last-child {
        margin: -60px 0px 0px 0px;
        margin-left: 5%;
        padding: 25px 15px;
        width: 90%;
        background: #fff;
    }
    .section-new-product .elementor-row .elementor-column:last-child .elementor-widget-wrap {
        padding: 35px 0px 0px 0px;
    }
    .col-new-product .elementor-column-wrap{
        padding: 0px 0px 0px 0px !important;
    }
    /**/
    .tabs.elementor-products-tabs ul.nav.nav-tabs {
        margin-bottom: 25px;
        justify-content: initial;
    }
    .tabs.elementor-products-tabs ul.nav.nav-tabs .nav-item{
        margin-right: 5px;
    }
    .tabs.elementor-products-tabs ul.nav.nav-tabs .nav-item .nav-link{
        margin: 10px 0px 0px 0px;
        opacity: 1;
        background: #FFF;
        border: 2px solid #000 !important;
        color: #000000;
    }
    .tabs.elementor-products-tabs ul.nav.nav-tabs .nav-item .nav-link.active {
        border: 2px solid #000000 !important;
        background: #000000;
        color: #FFFF;
    }
    /**/
    .section-delivery .elementor-row .elementor-column:first-child{
        order: 1;
    }
    .section-delivery .elementor-row .elementor-column:last-child{
        order: 0;
    }
    /**/
    #footer-container-first ul.social-links{
        text-align: left !important;
    }
    /**/
    .layout-left-column .col-auto.facated-toggler.hidden-md-up{
        margin-left: 0;
    }
    .layout-left-column #left-column {
        padding: 0px;
        margin-left: 0%;
        margin-right: 0%;
        flex: 0 0 100%;
        max-width: 100%;
        background: #fff;
    }
    .layout-left-column #content-wrapper{
        padding: 0px 0px;
    }
    .layout-left-column #inner-wrapper > .row{
        margin: 0px;
    }
    #search_filter_controls .btn{
        margin-left: 0px !important;
        padding: 8px 15px;
    }
    .btn.btn-secondary.btn-sm.js-search-filters-clear-all{
        padding: 9px 15px;
        background: #2f5428;
        color: #000;
    }
    #search_filter_controls .btn .fa.fa-times {
        margin: 0px 8px 2px 0px !important;
    }
    #active-search-filters a {
        font-size: 12px !important;
    }
    #search_filter_toggler{
        padding: 9px 12px !important;
    }
    .layout-left-column #left-column #search_filter_controls{
        text-align: left;
    }
    /**/
    #product #main-product-wrapper .col-md-6.col-product-image {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px 0px 0px 0px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image .product-cover {
        margin: 0px 0px 0px 0px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .swiper-slide {
        width: auto !important;
    }
    #product .col-left-product-thumbs{
        padding: 0px 15px;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .swiper-slide {
        width: 64px !important;
    }
    #product #main-product-wrapper .col-md-6.col-product-image #product-images-thumbs .thumb-container img {
        padding: 2px;
        border: 1px solid #eee;
        width: auto;
        height: auto;
    }
    #product .col-left-product-thumbs {
        padding: 0px 15px;
        margin-top: 15px;
    }
    /**/
    #product #main-product-wrapper .col-md-6.col-product-info {
        padding-left: 15px;
    }
    #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
        padding: 25px 25px 25px 25px;
    }
    #product .product-quantity .col-add-qty{
        flex: 0 0 30%;
        max-width: 30%;
    }
    #product .product-quantity .col-add-btn{
        flex: 0 0 70%;
        max-width: 70%;
    }
    #product #product-infos-tabs a {
        font-size: 16px;
    }
    #product #product-infos-tabs {
        border-bottom: 0px;
        flex-direction: row;
    }
    #product #product-infos-tabs > li:first-child{
        margin-right: 15px;
    }
    #product .tabs.product-tabs {
        margin: 40px 0px 15px 0px;
    }
    #product-infos-accordion-mobile {
        margin-bottom: 0px !important;
    }
    /**/
    #authentication .login-form,
    #password #content,
    #authentication .register-form,
    #registration .register-form{
        width: 100%;
    }
    #password form.form-inline input {
        min-width: auto;
    }
    #password form.form-inline label,
    #password form.form-inline input {
        margin: 0px 15px 15px 15px !important;
    }
    /**/
    #cart #content-wrapper .h1.page-title{
        text-align: center;
    }
    #cart .cart-items{
        padding: 0px 10px;
        background: #f8f8f8;
        border-radius: 0px;
    }
    #cart .cart-items .cart-item:last-child{
        border-bottom: none;
    }
    #cart .cart-items .cart-item img{
        border-radius: 0px;
    }
    #cart .cart-item .product-line-info {
        text-align: left;
    }
    #cart .cart-item .product-line-actions{
        margin-top: 5px;
    }
    #cart .cart-item .product-line-actions .value,
    #cart .cart-item .product-line-actions .product-price{
        font-size: 12px;
    }
    #cart .cart-item .product-line-actions .unit-price,
    #cart .cart-item .product-line-actions .unit-price .product-discount{
        display: flex;
        flex-direction: column;
    }
    /**/
    #contact .page-content {
        padding-top: 15px;
    }
    #contact .page-content .contact-page-info .contact-rich {
        margin: 0px 0px 0px 0px;
        padding: 25px 25px 25px 25px;
        background-color: #000;
    }
    #contact .page-content .contact-page-info strong, #contact .contact-form h4 {
        margin-bottom: 5px;
        font-size: 22px;
        color: #fff;
    }
    #contact .page-content .contact-page-info .part,
    #contact .page-content .contact-page-info .part a,
    #contact .page-content .contact-page-info .part .icon i{
        color: #fff;
    }
    #contact .page-content .contact-page-info {
        margin-bottom: 0px;
        border-right: 0px;
        border-bottom: none;
    }
    #contact .page-content .col-sm-8 {
        margin: 0px 0px 0px 15px;
        padding: 25px 0px 15px 0px;
        background: #fff;
        max-width: calc(92% + 0px);
        width: calc(92% + 0px);
        flex: auto;
        z-index: 9;
    }
    #contact .contact-form h4{
        color: #000;
    }
    /* */
    .mobile-rtl .elementor-row .elementor-column:first-child{
        order: 1;
    }
    .mobile-rtl .elementor-row .elementor-column:last-child{
        order: 0;
    }
    .col-bg-80 .elementor-column-wrap{
        padding: 25px !important;
    }
    #product .nav-tabs .nav-link.active,
    #product .nav-tabs .nav-link:hover,
    #product .nav-tabs .nav-link:focus {
        border-bottom: solid 3px transparent;
        color: #2f5428 !important;
        letter-spacing: 0px;
    }
    #cart .cart-item .product-line-info {
        padding-left: 0px;
    }
    #cart .cart-item .product-line-info a {
        font-size: 18px;
    }
    footer #footer-container-first {
        padding: 25px 5px;
    }
    /**/
    #module-ph_simpleblog-single .simpleblog__postInfo > ul > li {
        margin-bottom: 5px;
    }
}