/* Settings */
body{
    font-weight: 300;
}
.btn-secondary, .btn-primary{
    padding: 16px 35px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}
.btn-primary, .btn-secondary:hover{
    border: 2px solid #8dbf2f;
    background: rgb(141,191,47);
    background: linear-gradient(326deg, rgba(141,191,47,1) 50%, rgba(222,220,0,1) 100%);
    color: #fff;
}
.btn-secondary, .btn-primary:hover{
    background-color: #fff;
    border: 2px solid #8dbf2f;
    color: #8dbf2f;
}
.swiper-button{
    border-radius: 50%;
}
.btn-icon .btn-secondary{
    padding: 0px 0px;
    background: transparent;
    border: transparent;
}
.btn-icon .btn-secondary i{
    margin-right: 0px;
}
.section-width{
    margin: 0px -15px;
}
/**/
.bootstrap-touchspin .form-control{
    border-radius: 5px 0px 0px 5px !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{
    border-top-right-radius: 5px !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    border-bottom-right-radius: 5px !important;
}
/* Header */
header .header-top{
    padding-top: 8px;
    padding-bottom: 8px;
}
header .header-top img.logo{
    margin-top: 0px;
    height: 68px;
    width: auto;
}
#iqitmegamenu-wrapper.stuck-menu {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
/* Header icon */
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-top .col-header-right .header-btn-w.ps-shoppingcart{

}
#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: 25px;
    height: 25px;
    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: 25px;
    height: 25px;
    background: url(../img/icon-cart.png);
    background-size: contain !important;
}
/* Header Cart */
#ps-shoppingcart-wrapper #blockcart-content{
    width: 420px;
}
#blockcart-content .col-info .row.align-items-center{
    margin-top: 0px !important;
}
#blockcart-content .col-info .pb-1 a{
    font-weight: 400;
    color: #2f3327;
}
#blockcart-content .col-info .col.mr-2{
    max-width: 80px;
}
#blockcart-content .col-info a.remove-from-cart{
    padding: 4px 9px;
    background: #f8f8f8;
    border-radius: 50%;
}
#blockcart-content .cart-totals{
    font-size: 16px;
    font-weight: 400;
    color: #2f3327;
}
#blockcart-content .cart-products > li{
    border-bottom: 1px solid #f8f8f8 !important;
}
#blockcart-content .cart-products > li:last-child{
    border-bottom: none !important;
}
#blockcart #blockcart-content .cart-title #js-cart-close{
    margin-top: 10px;
    font-size: 18px;
    color: #2f3327;
    opacity: 1;
}
#blockcart #blockcart-content .cart-buttons{
    display: flex;
}
#blockcart #blockcart-content .cart-buttons .btn{
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 5px !important;
}
/**/
#language_selector{
    display: flex !important;
    align-items: center;
    padding-right: 10px;
}
#language_selector .expand-more img{
    margin-top: -3px;
}
.header-top #language_selector a{
    font-weight: 400;
    font-size: 14px;
    color: #2f3327;
}
/* Menu */
header .cbp-horizontal .cbp-tab-title {
    font-weight: 400;
    font-size: 14px;
}
header .cbp-horizontal > ul > li{
    position: relative;
}
header .cbp-horizontal > ul > li:nth-last-child(2){
    margin-left: 40px;
}
header .cbp-horizontal > ul > li:nth-last-child(2)::before{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: #2f3327;
    position: absolute;
    top: 18px;
    left: -18px;
}
/* Slideshow */
#index .tp-bullets.ares.horizontal{
    width: 368px !important;
    height: 43px !important;
    background-image: url(../img/bg-bullets.png);
    background-size: contain;
    transform: matrix(1, 0, 0, 1, -184, -40) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}
#index .tp-bullets.ares.horizontal .tp-bullet {
    margin: 0px 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: .3s;
    position: relative;
    display: inline-block;
    top: unset !important;
    left: unset !important;
    background: linear-gradient(326deg, rgba(141,191,47,1) 50%, rgba(222,220,0,1) 100%);
    opacity: .6;
}
#index .tp-bullets.ares.horizontal .tp-bullet.selected {
    width: 15px;
    height: 15px;
    opacity: 1;
}
/* Container */
#index section#wrapper{
    padding-top: 0 ;
}
.rev_slider_wrapper{
    border-radius: 5px;
    overflow: hidden !important;
}
/* Title Icons */
.title-icon .elementor-heading-title span{
    position: relative;
}
.title-icon .elementor-heading-title span::before{
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(../img/title.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -30px;
    left: 0;
}
/* Elementor Carousel Miniature */
.elementor-products-carousel{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Section Home Products */
.section-home-products .nav-tabs {
    border-bottom: none;
}
.section-home-products .nav-tabs .nav-item{
    margin-right: 30px;
    position: relative;
}
.section-home-products .nav-tabs .nav-item::after{
    display: block;
    content: '';
    width: 1px;
    height: 55%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 6px;
    right: -14px;
}
.section-home-products .nav-tabs .nav-item:last-child::after{
    display: none;
}
.section-home-products .nav-tabs .nav-link{
    padding-bottom: 0px !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-home-products .nav-tabs .nav-link.active,
.section-home-products .nav-tabs .nav-link:hover,
.section-home-products .nav-tabs .nav-link:focus {
    color: #000000;
    border-bottom: none;
}

/* Miniature */
article.product-miniature{
    /*border: 1px solid #eee;*/
    /*border-radius: 5px;*/
}
article.product-miniature .product-description .product-add-cart{
    display: flex;
    width: 110px;
    position: absolute;
    top: 58%;
    left: calc(57% - 55px);
    opacity: 0;
    z-index: 1;
    transition: .3s;
}
article.product-miniature button.add-to-cart,
article.product-miniature .btn.btn-product-list{
    margin: 0px 5px;
    padding: 5px;
    width: 45px;
    height: 45px;
    background: #fff;
    border: none;
    transition: .3s;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
}
button.add-to-cart .fa-shopping-bag{
    margin: 1px 0px 0px 8px;
    display: block;
    width: 26px;
    height: 26px;
}
button.add-to-cart .fa-shopping-bag::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icon-cart.png);
    background-size: contain !important;
}
article.product-miniature .btn.btn-product-list{
    border-radius: 5px 25px 25px 5px;
    line-height: 34px;
}
article.product-miniature .btn.btn-product-list.add-to-cart{
    border-radius: 25px 5px 5px 25px;
}
article.product-miniature .btn.btn-product-list i{
    color: #000;
}
/**/
article.product-miniature .thumbnail-container{
    padding: 0px 0px;
    border-radius: 5px;
    z-index: 1;
    transition: .3s;
}
article.product-miniature .thumbnail.product-thumbnail{
    padding: 40px 15px;
    border-radius: 5px;
    background-color: #f7f8fa;
}
article.product-miniature .thumbnail.product-thumbnail img{
    width: 72%;
}
/**/
article.product-miniature:hover .thumbnail-container{
    opacity: .4;
}
article.product-miniature:hover .product-description .product-add-cart{
    top: 35%;
    opacity: 1;
}
/**/
article.product-miniature .product-description{
    padding: 25px 0px 25px 0px !important;
    text-align: center;
}
article.product-miniature .product-description .product-price-and-shipping{
    padding-bottom: 0px;
}
article.product-miniature .product-description .h3.product-title{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
article.product-miniature .product-description .h3.product-title a{
    color: #2f3327;
}
article.product-miniature .product-description .product-price{
    font-size: 16px;
    font-weight: 500;
}
article.product-miniature .product-price-and-shipping .product-unity{
    padding: 0px 5px;
    border-radius: 5px;
    background-color: #f7f8fa;
    font-size: 13px;
    font-weight: 400;
}
/* Section category 4 block */
.section-category-block .elementor-column{
    padding: 10px;
}
.section-category-block .elementor-column .elementor-column-wrap{
    border-radius: 25px;
}
.column-bg-txt .elementor-widget-wrap{
    margin: 0 auto;
    padding: 80px 40px;
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    width: 380px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Section category */
.section-category {
    padding: 10px 15px 5px 15px;
    background-color: rgba(243,117,33,.1);
    border-radius: 25px;
}
.section-category .img-left.elementor-widget-image{
    margin: -33px 0px -30px -70px;
}
.section-category .img-right.elementor-widget-image{
    margin: -33px -70px -30px 0px;
}
.swiper-container-wrapper{
    margin-top: 0px !important;
}
.swiper-container-wrapper .swiper-button.elementor-swiper-button{
    background-color: transparent !important;
    border-radius: 5px;
    border: 2px solid #000;
    color: #000;
}
/* Section banner */
.section-testimonial .elementor-testimonial-wrapper{
    margin: 0 auto;
    width: 450px;
}
.section-testimonial .elementor-testimonial-wrapper .elementor-testimonial-image{
    display: none !important;
}
.section-testimonial .elementor-testimonial-wrapper .elementor-testimonial-details{
    text-align: center !important;
}
.section-testimonial .elementor-testimonial-carousel-wrapper .swiper-button{
    top: 28%;
    background: transparent !important;
    color: #2f3327 !important;
}
/* Column Category */
.column-category .btn-secondary{
    padding: 12px 15px;
    border: none;
    background-color: transparent;
}
/* Section bottom */
.section-bottom{
    padding: 40px 15px;
    display: flex;
    background: rgb(141,191,47);
    background: linear-gradient(326deg, rgba(141,191,47,1) 50%, rgba(222,220,0,1) 100%);
    border-radius: 5px;
}
.section-bottom .block-iqithtmlandbanners-html .block-title{
    display: none;
}
.section-bottom .block-iqithtmlandbanners-html .block-content{
    padding: 0px 15px;
}
.section-bottom .block-iqithtmlandbanners-html .block-content img{
    width: 50px;
    height: auto;
}
.section-bottom .block-iqithtmlandbanners-html .block-content p{
    font-weight: 300;
    color: rgba(255,255,255,.9);
    line-height: 22px;
}
/* Footer */
#wrapper{
    position: relative;
    z-index: 1;
}
#wrapper #content-wrapper{
    min-height: calc(100vh - 686px);
}
#footer{
    margin-top: -40px;
    position: relative;
    z-index: 0;
}
#footer #footer-container-main{
    padding-top: 80px;
}
#footer #footer-container-main .block-title{
    font-weight: 500;
}
#footer #footer-container-main a{
    font-weight: 300;
}
#footer #footer-container-main .contact-rich strong,
#footer #footer-container-main .contact-rich hr{
    display: none;
}
#footer #footer-container-main ul.social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    line-height: 42px;
    text-align: center;
    transition: .3s;
}
#footer #footer-container-main ul.social-links li.facebook a {
    background: #2b559f;
    line-height: 43px;
}
#footer #footer-container-main ul.social-links li.instagram a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#footer-copyrights p{
    font-size: 14px;
}
/* Pagina Categorii */
#category .alert-warning{
    margin-top: 30px;
    border-radius: 5px;
}
#category #left-column{
    display: none !important;
}
#category #content-wrapper{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#category #left-column,
#category #content-wrapper{
    padding-bottom: 40px;
}
#products .products-selection{
    border-top: none;
    border-bottom: none;
}
#products .col.col-auto{
    width: 100%;
    text-align: right;
}
#products .products-selection .view-switcher,
#products .products-selection .products-sort-order,
#products .products-selection .products-sort-nb-dropdown{
    display: none !important;
}
#products .products-selection .showing {
    margin-right: 0;
    font-weight: 300;
}
/* Pagina Categorii | Breadcrumb */
.breadcrumb {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.breadcrumb #js-product-list-header{
    margin-left: 15px;
}
#content-wrapper .page-title,
.breadcrumb #js-product-list-header .h1.page-title{
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2f3327;
}
/* Pagina Categorii | Breadcrumb */
#left-column{
    padding-top: 31px;
}
#left-column .block-title{
    margin-bottom: 5px;
}
/* Modal add to cart */
#blockcart-modal .modal-content{
    border-radius: 5px;
}
#blockcart-modal .modal-header{
    border-bottom: 1px solid #f8f8f8;
}
#blockcart-modal .modal-header .modal-title{
    font-size: 18px;
}
#blockcart-modal .modal-header .close {
    padding: 12px 19px;
    margin: -1rem -1rem -1rem auto;
    line-height: 35px;
}
#blockcart-modal .cart-content-btn{
    display: flex;
}
#blockcart-modal .cart-content-btn .btn{
    margin: 0px !important;
    padding: 18px 25px;
}
#blockcart-modal .cart-content-btn .btn.btn-primary{
    margin-right: 8px !important;
}
#blockcart-modal .cart-content-btn .btn.btn-secondary{
    margin-left: 8px !important;
}
/* Product page */
#product .product-info-row{
    padding-top: 40px;
}
#product .product_header_container{
    border-bottom: none;
}
#product .tax-shipping-delivery-label{
    display: none;
}
#product .product-description{
    padding-bottom: 22px;
}
#product .product-description-main{
    margin-bottom: 12px;
    padding: 15px;
    background: #f7f8fa;
    border-radius: 5px;
}
#product .product-additional-info {
    margin-top: 23px;
    padding-top: 23px;
    border-top: 1px solid rgba(160,160,160,0.1);
}
#product .h1.page-title{
    margin-top: 0px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2f3327;
}
#product .product-quantity button.add-to-cart i{
    display: none !important;
}
#product .social-sharing{
    display: flex;
}
#product .social-sharing ul{
    margin-left: 15px;
}
#product #product-infos-tabs .nav-item a{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2f3327;
}
#product #product-infos-tabs.nav-tabs .nav-link.active,
#product #product-infos-tabs.nav-tabs .nav-link:hover,
#product #product-infos-tabs.nav-tabs .nav-link:focus {
    color: #2f3327;
    border-bottom: solid 3px #8dbf2f;
}
/* Authentication page */
#cart #content-wrapper,
#authentication #content-wrapper,
#password #content-wrapper{
    padding: 40px 0px;
}
#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: 5px;
    padding: 12px;
}
#authentication .login-form .form-group .form-control.js-visible-password{
    border-radius: 5px 0px 0px 5px;
}
#authentication .login-form .form-group .input-group .btn,
#customer-form .input-group-append .btn{
    border-radius: 0px 5px 5px 0px;
}
#authentication .no-account{
    margin-top: 25px;
}
/* Cosul de cumparaturi */
#checkout #content-wrapper,
#cart #content-wrapper{
    padding-top: 15px;
    border-top: 1px solid #eee;
}
#checkout #content-wrapper .page-title,
#cart #content-wrapper .page-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
#cart .cart-item .unit-price .value{
    display: none;
}
#cart .cart-item .unit-price .unit-price-cart{
    font-size: 14px;
}
#checkout .cart-grid-right .cart-summary{
    margin-top: 0px;
}
.cart-grid-right .cart-summary {
    margin-top: 41px;
    background: #fff;
    border: 1px solid rgba(160,160,160,0.10);
    border-radius: 5px;
}
.cart-grid-right .cart-summary .cart-summary-totals{
    background: #f7f8fa;
    border-top: 1px solid rgba(160,160,160,0.10);
    border-bottom: 1px solid rgba(160,160,160,0.10);
}
.cart-grid-right .cart-summary hr{
    display: none;
}
.cart-summary .cart-summary-line.cart-total {
    font-weight: 500;
    font-size: 18px;
    color: #2f3327;
}
ul.cart-items > li{
    padding: 8px 15px;
    background-color: #fff;
    border-bottom: 1px solid rgba(160,160,160,0.10);
}
ul.cart-items > li:nth-child(2n){
    background-color: #fdfdfd;
}
ul.cart-items > li.cart-item-header{
    font-weight: 500;
    color: #8dbf2f;
    text-transform: uppercase;
    border-top: 0px;
}
#cart .product-image img{
    width: 70px;
    height: auto;
}
#checkout body#checkout section.checkout-step{
    border: 1px solid rgba(160,160,160,0.10);
}
#checkout .checkout-step .step-title{
    font-size: 16px;
    font-weight: 500;
}
#checkout #checkout-personal-information-step{
    border-radius: 5px 5px 0px 0px;
}
#checkout #checkout-payment-step{
    margin-bottom: 60px !important;
    border-radius: 0px 0px 5px 5px;
}
/* Cms page */
#cms #content-wrapper{
    padding-top: 25px;
}
#cms #content-wrapper .page-title{
    text-align: center;
}
/* Contact Page */
#contact .page-content{
    margin-top: 25px;
    margin-bottom: 80px;
}
#contact .page-title{
    padding-top: 25px;
}
.contact-page-info{
    padding-top: 30px;
    border-right: none;
}
.contact-page-info .contact-rich strong,
.contact-form h4{
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2f3327;
}
.contact-page-info .contact-rich hr{
    display: none;
}
.contact-page-info .contact-rich .part{
    margin-bottom: 20px;
}
.contact-page-info .contact-rich .part .icon{
    margin-right: 12px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    border-radius: 50%;
    background: rgb(141,191,47);
    background: linear-gradient(326deg, rgba(141,191,47,1) 50%, rgba(222,220,0,1) 100%);
}
.contact-page-info .contact-rich .part .icon i{
    color: #fff;
    font-size: 20px;
}
.contact-form{
    background: #f8f8f8;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
}
.contact-form #contactform-message{
    height: 200px;
}
.contact-form input,
.contact-form textarea,
.contact-form select{
    border-radius: 5px;
}
.contact-form select{
    height: 50px !important;
    background-position: calc(100% - 13px) calc(1em + 8px),calc(100% - 8px) calc(1em + 8px),100% 0 !important;
}
/* Delivery Page */
.icon-number .elementor-heading-title{
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgb(141,191,47);
    background: linear-gradient(326deg, rgba(141,191,47,1) 50%, rgba(222,220,0,1) 100%);
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 64px;
}
/* Cookie */
#iqitcookielaw.iqitcookielaw-showed{
    width: 50%;
    border-radius: 5px;
}
/* Responsive */
@media (max-width: 1201px) and (min-width: 991px){
    #iqitmegamenu-horizontal nav#cbp-hrmenu > ul > li:nth-last-child(2){
        display: none;
    }
    header .cbp-horizontal > ul > li:last-child {
        margin-left: 40px;
    }
    header .cbp-horizontal > ul > li:last-child::before {
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        background-color: #2f3327;
        position: absolute;
        top: 18px;
        left: -18px;
    }
}
@media (max-width: 991px) and (min-width: 0px){
    header #mobile-header .mobile-main-bar {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .col-mobile-logo img.logo{
        width: 64px;
    }
    header .col-mobile-btn .m-nav-btn{
        width: 50px;
        height: 40px;
    }
    header .col-mobile-menu-push.show #_mobile_iqitmegamenu-mobile{
        box-shadow: 50px 0px 50px rgba(0,0,0,.2);
    }
    /**/
    #iqitmegamenu-mobile ul{
        padding-top: 15px;
    }
    #iqitmegamenu-mobile ul li{
        padding: 8px 20px 8px 20px;
    }
    #iqitmegamenu-mobile ul li a{
        padding: 0px 20px 0px 0px;
        min-height: 25px;
        font-size: 16px;
    }
    #iqitmegamenu-mobile ul li a:hover{
        color: #8dbf2f;
    }
    #iqitmegamenu-mobile ul li:nth-last-child(3) a{
        margin-top: 5px;
        padding-top: 18px;
        border-top: 1px solid #eee;
    }
    /* fff5dd  fcf8ef */
}
@media (max-width: 991px) and (min-width: 769px){
    header #mobile-header .ps-shoppingcart.side-cart #blockcart-content {
        padding-bottom: 15px;
    }
    /**/
    .home-welcome-product .products-grid .js-product-miniature-wrapper:first-child,
    .home-welcome-product .products-grid .js-product-miniature-wrapper:last-child{
        display: none !important;
    }
    /**/
    .category-home .elementor-column > .elementor-column-wrap{
        padding: 64px 25px 40px 25px !important;
    }
    /**/
    footer .contact-rich .icon{
        display: none !important;
    }
    /**/
    #content-wrapper .page-title,
    .breadcrumb #js-product-list-header .h1.page-title,
    #product .h1.page-title{
        font-size: 24px;
    }
    /**/
    #checkout .form-group .col-md-2,
    #checkout .form-group .col-md-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #checkout .form-group .col-md-2.form-control-comment{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 768px) and (min-width: 0px) {
    .section-testimonial .elementor-testimonial-wrapper {
        margin: 0 auto;
        width: 280px;
    }
    .section-bottom{
        flex-direction: column;
    }
    /**/
    .section-tab-cat .nav.nav-tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .section-tab-cat .nav.nav-tabs .nav-item{
        margin-right: 0px;
        margin-bottom: 8px;
        padding-right: 20px;
    }
    .section-home-products .nav-tabs .nav-item::after{
        display: none;
    }
    .section-tab-cat .swiper-arrows-above .swiper-button {
        top: 82px !important;
    }
    /**/
    #js-product-list-top{
        display: none !important;
    }
    #category #content-wrapper{
        margin-top: 20px;
    }
    /**/
    header .col-mobile-btn .m-nav-btn {
        width: 42px;
        height: 40px;
    }
    #language_selector {
        padding-right: 0px;
        margin-top: -2px;
    }
    #language_selector .select-item-lang {
        display: none !important;
    }
    /**/
}










