/* Settings content */
#index #wrapper{
	padding-top: 0px;
}
.btn.btn-primary,
.btn.btn-secondary{
    padding: 15px 35px 15px 35px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: Montserrat;
    text-transform: uppercase;
}
/* Header */
#index #header {
    background: rgba(255,255,255,1);
    border-bottom: none;
}
#header,
#header .stuck.stuck-menu{
    border-bottom: 1px solid #f5f5f5;
}
#header .logo.img-fluid {
    width: 200px;
}
.header-top{
    position: relative;
}

/* Header Btn */
header .header-top .col-header-right > div{
    margin-top: 4px;
}
header .header-top .col-header-right .header-btn-w{
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}
#header #header-user-btn{
    margin-right: 5px;
}
#header #ps-shoppingcart-wrapper #blockcart,
#header #header-user-btn .header-user-btn,
#header #header-search-btn #header-search-btn-drop{
    position: absolute;
    top: 7px;
    left: 7px;
    line-height: 20px;
}
#header #ps-shoppingcart-wrapper .fa-shopping-bag::before,
#header .ps-shoppingcart .fa-shopping-bag::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/bag-64.png);
    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: 24px;
    height: 24px;
    background: url(../img/user-64.png);
    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: 24px;
    height: 24px;
    background: url(../img/search-64.png);
    background-size: auto;
    background-size: contain !important;
}
/* Mobile Header */
#mobile-header .col-mobile-btn.col-mobile-btn-account{
    display: none !important;
}
#mobile-header .col-mobile-btn-menu .fa-bars::before {
    margin-top: 2px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/menu.png);
    background-size: auto;
    background-size: auto;
    background-size: contain !important;
    transition: .2s;
}

/* Menu */
#index #iqitmegamenu-horizontal{
	background: transparent;
}
#iqitmegamenu-horizontal{
	margin-top: 0px;
}
#iqitmegamenu-horizontal .cbp-horizontal ul > li.cbp-hrmenu-tab > a{
    position: relative;
}
#iqitmegamenu-horizontal .cbp-horizontal ul > li.cbp-hrmenu-tab > a::after{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c41615;
    position: absolute;
    bottom: -20px;
    left: 50%;
    opacity: 0;
    transition: .3s;
}
#iqitmegamenu-horizontal .cbp-horizontal ul > li.cbp-hrmenu-tab > a:hover::after{
    opacity: 1;
    bottom: 0px;
}
#iqitmegamenu-horizontal .cbp-horizontal .cbp-tab-title{
	font-weight: 500;
    position: relative;
}
#iqitmegamenu-horizontal .cbp-horizontal > ul > li > a, 
#iqitmegamenu-horizontal .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
#iqitmegamenu-horizontal .cbp-horizontal > ul > li > .cbp-main-link {
    max-width: 300px;
}
#iqitmegamenu-horizontal .container.iqitmegamenu-submenu-container{
    max-width: 1320px;
}
#iqitmegamenu-horizontal #cbp-hrmenu .cbp-hropen .cbp-hrsub {
    padding-top: 15px !important;
}
.stuck.stuck-menu #iqitmegamenu-horizontal #cbp-hrmenu .cbp-hropen .cbp-hrsub {
    padding-top: 0px !important;
}

/* Mobile Menu */
#iqitmegamenu-mobile{
    padding: 10px 15px 0 15px;
}
#iqitmegamenu-mobile > li > a{
    padding: 10px 32px 10px 0px;
    min-height: auto;
    font-size: 14px;
}
/*#iqitmegamenu-mobile > li:first-child > a,
#iqitmegamenu-mobile > li:nth-child(4) > a,
#iqitmegamenu-mobile > li:nth-child(7) > a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: none;
}*/
#iqitmegamenu-mobile > li:nth-last-child(2) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}
#iqitmegamenu-mobile > li:nth-child(9) > a{
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
#iqitmegamenu-mobile li span.mm-expand{
    font-size: 20px;
    line-height: 32px;
    top: 5px;
    width: 20px;
}
#iqitmegamenu-mobile > li > ul{
    margin-left: 0px;
    padding: 0px;
}
#iqitmegamenu-mobile > li > ul > li > a{
    padding: 10px 32px 10px 10px;
    font-size: 14px;
}

/* Section Slideshow */
.tp-dottedoverlay.twoxtwo {
    background: rgba(0,0,0,0.2) !important;
}
.text-slider-center{
    text-align: center !important;
}
/*.section-slider .elementor-row > .elementor-column:first-child{
    position: relative;
}
#index .section-slider .elementor-row > .elementor-column:first-child .elementor-widget{
    margin: 0 !important;
    padding: 0px 115px 0px 40px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: 0px top;
    position: absolute !important;
    bottom: 0px;
    left: 45px;
    width: 100vh !important;
    letter-spacing: .08em;
    text-align: left;
}
.section-slider .elementor-row > .elementor-column:last-child{
    overflow: hidden;
}*/

/* Section Collection */
.section-collection .elementor-image-box-wrapper .elementor-image-box-content{
    margin: -62px auto 0 auto;
    padding: 30px;
    width: 80%;
    background: #fff;
    position: relative;
}
.elementor-button-wrapper .btn.btn-secondary{
    position: relative;
}
.section-collection .elementor-button-wrapper .btn.btn-secondary::after{
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../img/arrow-btn.png);
    background-size: contain;
    position: absolute;
    top: 12.8px;
    right: 0px;
    transition: .3s;
}
.elementor-button-wrapper .btn.btn-secondary:hover::after{
    right: -15px;
}

/* Section Category */
.section-category .elementor-widget-image-box{
    position: relative;
}
.section-category .elementor-widget-image-box .elementor-image-box-content{
    position: absolute;
    top: 10%;
    left: 6%;
    width: 88%;
    height: 80%;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-category .elementor-widget-image-box .elementor-image-box-title > a{
    color: #fff;
}
#index .section-category .elementor-widget-button{
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    opacity: 0;
    transition: .3s;  
}
/*#index .section-category .elementor-widget-button .btn-secondary{
    padding-right: 50px;
}*/
/*#index .section-category .elementor-button-wrapper .btn.btn-secondary::after{
    top: 13px;
    right: 18px;
}
#index .section-category .elementor-button-wrapper .btn.btn-secondary:hover::after{
    right: 8px;
}*/
#index .section-category .elementor-column-wrap:hover .elementor-widget-button{
    bottom: 90px;
    opacity: 1;
}

/* Miniature Article */

.section-index-miniature .elementor-heading-title{
    float: left;
    margin-top: -45px;
}
.product-flags,
article.product-miniature .product-flags,
article.product-miniature .product-functional-buttons,
article.product-miniature .product-add-cart{
    display: none !important;
}
article.product-miniature .h3.product-title a{
    color: #000 !important;
}
article.product-miniature .product-price{
    font-weight: 500;
}

/*.Effect Hover Image */
article.product-miniature .thumbnail-container,
.elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}
article.product-miniature .thumbnail-container::before,
.elementor-image-box-wrapper::before{
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
article.product-miniature:hover .thumbnail-container::before,
.elementor-image-box-wrapper:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 120%;
    }
}
@keyframes shine {
    100% {
        left: 120%;
    }
}

/* Footer */
#footer .block-title{
    font-size: 18px;
    font-weight: 500;
}
footer #iqithtmlandbanners-block-5 .block-title{
    display: none;
}
footer #iqithtmlandbanners-block-5{
    order: 0;
}
footer .block-iqitlinksmanager-1{
    order: 1;
}
footer .block-iqitlinksmanager-3{
    order: 2;
}
footer .block-iqitcontactpage{
    order: 3;
}
footer .block-iqitlinksmanager li a{
    font-size: 14px;
    color: #333;
}
footer .block-iqitcontactpage .icon{
    display: none !important;
}
/**/
#footer-container-main{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
footer ul.social-links{
    margin: 10px 0px 10px 0px;
}
footer ul.social-links li a,
#product .social-sharing ul li a{
    display: inline-block;
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    transition: .3s;
}
footer ul.social-links li.facebook a,
#product .social-sharing ul li.facebook a{
    background: #2b559f;
    line-height: 43px;
}
footer ul.social-links li.instagram a,
#product .social-sharing ul li.pinterest 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 );
}
/**/
#product #product-livrare-tab .block-title{
    display: none !important;
}
/**/
#footer-copyrights._footer-copyrights-2 {
    padding-bottom: 5px;
}

/* Category Page */
#category #wrapper{
    padding-bottom: 60px;
}
#category .h1.page-title{
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}
#category .col.view-switcher.hidden-sm-down,
#category .products-sort-nb-dropdown.products-sort-order,
#category .products-sort-nb-dropdown.products-nb-per-page,
#category #left-column,
#category .category-list .block-title,
#category #search_filters ul li .custom-checkbox{
    display: none !important;
}
#category #js-product-list-top .justify-content-between > .col{
    margin-left: auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
#category #content-wrapper.col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#category #js-product-list-top{
    margin-top: 24px;
    margin-bottom: 24px;
    border: none;
}
#category .category-list #search_filters{
    margin-top: 40px;
}
#search_filters .facet > .facet-type-checkbox{
    overflow-x: visible;
}
#category #search_filters ul{
    text-align: center;
}
#category #search_filters ul li{
    display: inline-block;
}
#category #search_filters ul li a{
    padding: 15px 35px 15px 35px;
    background-color: #f5f5f5;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}
#category #active-search-filters{
    text-align: center;
}
#category #active-search-filters .js-search-link{
    padding: 10px 15px 9px 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    background: #000;
}

/* Product Page */

#wrapper #content-wrapper .h1.page-title{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
}
#product .product_header_container{
    border-bottom: none;
}
#product .tax-shipping-delivery-label{
    display: none !important;
}
#product .product-information .rte-content{
    margin-bottom: 20px;
    line-height: 24px;
}
#product .product-variants .form-control-label,
#product .product-variants .social-sharing,
#product .social-sharing label{
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#product .product-quantity .col.col-12.col-sm-auto,
#product .product-quantity .social-sharing{
    margin-bottom: 0px;
}
#product .btn.btn-primary.add-to-cart i{
    display: none;
}
#product .social-sharing ul,
#product .social-sharing ul li,
#product .social-sharing ul li a{
    padding: 0px;
    height: 100%;
}
/*#product .social-sharing ul li a{
    padding: 0px 20px;
    display: block;
    line-height: 47px;
}*/
/*#product .social-sharing ul li.facebook a{
    background: #2b559f;
    color: #FFF;
}*/
#product .product-add-to-cart,
#product .product-additional-info{
    padding-top: 0px !important;
    border-top: 0px;
}
#product .product-discounts{
    margin-bottom: 0px !important;
}
#product .product-additional-info #iqithtmlandbanners-block-4{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
#product .product-additional-info #iqithtmlandbanners-block-4 a{
    margin-left: 20px;
    padding: 16px 35px 15px;
    display: inline-block;
    background: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    font-family: Montserrat;
    text-transform: uppercase;
}

/* Product description */
#product #product-infos-tabs.nav-tabs{
    border-bottom: none;
}
#product #product-details-tab-nav{
    display: none;
}
#product #product-infos-tabs.nav-tabs li > a{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Product | Alte detalii */
#product .alte-detalii{
    margin: 15px 0px 30px 0px;
    padding: 30px 0px 15px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#product .alte-detalii-block{
    padding-left: 64px;
    position: relative;
}
#product .alte-detalii-block:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 0;
}
#product .alte-detalii-block.aspect:before{
    background: url(../img/aspect.png);
    background-size: contain !important;
}
#product .alte-detalii-block.intretinere:before{
    background: url(../img/intretinere.png);
    background-size: contain !important;
}
#product .alte-detalii-block.temperatura:before{
    background: url(../img/temperatura.png);
    background-size: contain !important;
}
#product .alte-detalii-block.calcare:before{
    background: url(../img/calcare.png);
    background-size: contain !important;
}
#product .alte-detalii-block h2{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#product .alte-detalii-block p{
    font-size: 14px;
}

/* Breadcrumb */
#cms header.page-header{
    display: none;
}
#wrapper .breadcrumb{
    margin-bottom: 100px;
}
.breadcrumb ol li,
.breadcrumb ol li a{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    color: #fff;
}

/* About Us */
.section-about-1{
    z-index: 2;
}
.section-about-2{
    z-index: 1;
}
.block-about-1::before{
    display: block;
    content: '';
    width: 36px;
    height: 85%;
    /*background: #c41615;*/
    background-image: url(../img/about1-v.png);
    background-size: contain;
    position: absolute;
    top: 10%;
    left: 9px;
}
/*.block-about-1::after,
.section-about-2 .elementor-widget-heading::after,
.section-about-3 .elementor-widget-heading::after,
.section-about-4 .elementor-widget-heading::after{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #c41615;
    position: absolute;
    top: 10%;
    left: -1px;
}*/
/**/
.section-about-2 .elementor-widget-heading::before{
    display: block;
    content: '';
    width: 100%;
    height: 36px;
    /*background: #c41615;*/
    background-image: url(../img/about2.png);
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -104%;
}
/*.section-about-2 .elementor-widget-heading::after{
    top: 11px;
    left: -104%;
}*/
/**/
.section-about-3 .elementor-widget-heading::before,
.section-about-4 .elementor-widget-heading::before{
    display: block;
    content: '';
    width: 93%;
    height: 36px;
    /*background: #c41615;*/
    position: absolute;
    top: 0px;
    left: 0;
}
.section-about-3 .elementor-widget-heading::before{
    background-image: url(../img/about1-h.png);
    background-size: contain;
}
.section-about-4 .elementor-widget-heading::before{
    background-image: url(../img/about2.png);
    background-size: contain;
}
.section-about-3 .elementor-widget-heading .elementor-heading-title,
.section-about-4 .elementor-widget-heading .elementor-heading-title{
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 15px;
}
/*.section-about-3 .elementor-widget-heading::after,
.section-about-4 .elementor-widget-heading::after{
    top: 11px;
    left: 93%;
}*/


/* Contact page */
#contact #wrapper{
    padding-bottom: 60px;
}
#contact .col-sm-4.contact-page-info{
    border-right: none;
}
#contact #content-wrapper .page-title{
    border-bottom: none;
}
#contact .col-sm-4.contact-page-info hr{
    display: none;
}
#contact .page-content > .row:nth-child(2){
    margin-top: 40px;
}
#contact .page-content > .row:nth-child(2) > .col-sm-4::before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/test-collection-3.jpg);
    background-size: cover;
    background-position: center center;
}
#contact .h1.page-title{
    margin-bottom: 10px;
}
#contact .contact-page-info .contact-rich{
    margin-top: 30px;
}
.contact-rich > strong{
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.contact-rich .part .icon ,
.contact-rich .part .icon i{
    font-size: 16px;
    color: #333;
}

#contact .contact-page-info .contact-rich .part{
    margin-top: 5px;
}
.contact-rich .part .icon{
    width: 30px;
}
.contact-rich .part .data,
.contact-rich .part .data a{
    font-size: 14px;
    color: #333 !important;
}
footer .contact-rich > strong{
    margin-top: 1px !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
#contact .contact-form h4{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0px;
}
/* Form */
#contact .contact-form{
    padding: 30px 15px 30px 15px;
    background: #f8f8f8;
}
#contact .contact-form .form-fields{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
#contact .contact-form .form-fields .form-group.row{
    margin-left: 0px;
    margin-right: 0px;
}
#contact .contact-form .form-fields .form-group.row:first-child,
#contact .contact-form .form-fields .form-group.row:nth-child(4),
#contact .contact-form .form-fields .form-group.row:nth-child(5){
    width: 100%;
}
#contact .contact-form .form-fields .form-group.row:nth-child(2),
#contact .contact-form .form-fields .form-group.row:nth-child(3){
    width: 50%;
}
#contact .contact-form .form-fields .col-md-3,
#contact .contact-form .form-fields .col-md-6,
#contact .contact-form .form-fields .col-md-9{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#contact .contact-form .form-fields label{
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#contact .contact-form footer.form-footer{
    padding-right: 15px;
}

@media (max-width: 1200px) and (min-width: 991px){
    #contact .col-sm-4.contact-page-info .contact-rich .part .icon{
        display: none !important;
    }
}
@media (max-width: 991px) and (min-width: 0px){
    #index #header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    #header #mobile-header .mobile-main-bar {
        padding-top: 12px;
        padding-bottom: 10px;
    }
}
@media (max-width: 991px) and (min-width: 769px){
    .section-index-miniature .elementor-heading-title {
        margin-top: -42px;
    }
    /**/
    .section-category .elementor-image-box-title{
        font-size: 24px !important;
    }
    #index .section-category .elementor-widget-button {
        bottom: -20px;
    }
    #index .section-category .elementor-column-wrap:hover .elementor-widget-button {
        bottom: 0px;
    }
    /**/
    .section-icons .elementor-image img{
        max-width: 25% !important;
    }
    .section-icons .elementor-heading-title{
        font-size: 16px !important;
    }
    /**/
    footer #iqithtmlandbanners-block-5 {
        display: none;
    }
    /**/
    #product .product-additional-info #iqithtmlandbanners-block-4 a {
        margin-top: 10px;
        margin-left: 0px;
    }
    /**/
    .section-about-us-1 .elementor-row .elementor-col-33:nth-child(2){
        display: none !important;
    }
    .section-about-us-1 .elementor-row .elementor-col-33{
        width: 50% !important;
    }
    /**/
    #wrapper #content-wrapper .h1.page-title {
        font-size: 28px;
    }
    #contact .col-sm-4.contact-page-info .contact-rich .part .icon{
        display: none !important;
    }
}
@media (max-width: 768px) and (min-width: 0px){
    .reverse-column .elementor-row > .elementor-column:first-child{
        order: 1;
    }
    .reverse-column .elementor-row > .elementor-column:last-child{
        order: 0;
    }
    /**/
    #index .section-collection{
        padding-top: 0px !important;
    }
    .section-collection .elementor-button-wrapper .btn.btn-secondary::after{
        top: inherit;
        right: 46%;
        bottom: -18px;
    }
    /**/
    #index .slick-products-carousel {
        margin: 0;
    }
    .section-index-miniature .elementor-heading-title {
        float: left;
        margin-top: -30px;
    }
    /**/
    .section-category .elementor-image-box-title{
        font-size: 24px !important;
    }
    #index .section-category .elementor-widget-button {
        bottom: -20px;
    }
    #index .section-category .elementor-column-wrap:hover .elementor-widget-button {
        bottom: 0px;
    }
    /**/
    .section-icons .elementor-row > .elementor-column{
        margin-bottom: 20px;
    }
    /**/
    #footer-container-main .js-block-toggle .block-title::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: url(../img/plus-black.png);
        background-size: auto;
        background-size: cover;
        position: absolute;
        top: 3px;
        right: 0px;
    }
    #footer-container-main .js-block-toggle._toggled .block-title::before {
        background: url(../img/minus-black.png);
        background-size: auto;
        background-size: cover;
    }
    /**/
    #wrapper .breadcrumb {
        margin-bottom: 80px;
    }
    #wrapper #content-wrapper .h1.page-title {
        font-size: 24px;
    }
    #search_filter_controls,
    #js-product-list-top{
        display: none !important;
    }
    #category #search_filters ul li a {
        margin-bottom: 15px;
        display: inline-block;
    }
    #category #active-search-filters {
        margin-bottom: 20px !important;
    }
    /**/
    #product #wrapper #content-wrapper .h1.page-title {
        margin-top: 20px !important;
    }
    #product .product-additional-info #iqithtmlandbanners-block-4 a {
        margin-top: 15px;
        margin-left: 0px;
    }
    /**/
    #contact .col-sm-4.contact-page-info {
        border-bottom: 0px;
        margin-bottom: 40px;
    }
    #contact .contact-form .form-fields {
        flex-direction: column;
    }
    #contact .contact-form .form-fields .form-group.row:nth-child(2),
    #contact .contact-form .form-fields .form-group.row:nth-child(3) {
        width: 100%;
    }
}

