#header {
    position: relative;
    z-index: 999;
    background: transparent;
}

#header .mobile {
    display: flex;
}
#header .mobile .subelements {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}
#header .mobile .rightelements {
    display: flex;
    align-items: center;
}

#header .mobile .rightelements .item {
    padding-right: 15px;
}
div#_desktop_logo, .header-top-right {
    width: 25%;
}
#amazingproductfinder #external-product-form input#external_url::placeholder {
    font-family: 'Albert+Sans', arial;
    font-size: 13px
}
#amazingproductfinder #external-product-form input#external_url {
    background: white;
}
#amazingproductfinder .input-group {
    background: #ffffff;
}
#header .mobile .rightelements .item .icon-user:before {
    color: white;
}

#header .user-info .icon-user {
    display: none;
}
#header .faqs-icon{
    display: none
}
.faqs-icon:before {
    content: "";
    background: url(../../../img/faq_icon.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: 100% 100%;
}
.blog-icon:before {
    content: "";
    background: url(../../../img/blog-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
#header .blog-icon{
    display: none
}
#header .mobile .rightelements .item#_mobile_wihslist {
    height: 25px;
    position: relative;
    padding: 0px 20px 0px 0px;
}

#header .mobile .rightelements .item#_mobile_wihslist .wishlistCount {
    top: -7px;
}

#header .mobile  div#_mobile_wihslist .wishlistCount {
    position: absolute;
}
div#_mobile_search input {
    /* display: none; */
}
div#_mobile_logo h1 {
    margin-bottom: 0px;
}
#header #_desktop_logo .logo{
    width: 180px;
    max-width: 100%;
}
/*lateral cart*/
.lateral-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -470px;
    max-width: 100%;
    width: 450px;
    height: 100vh;
    background-color: white;
    padding: 0px 15px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
    overflow: scroll;
}
.lateral-popup.open {
    transition: right 300ms ease-in-out;
    right: 0;
}

section.lateral-popup .no-account {
    padding: 10px 0px 15px;
}

.lateral-popup::-webkit-scrollbar {
    display: none;
}

.lateral-popup .close-popup {
    float: right;
    height: 15px;
    cursor: pointer;
    margin: 13px;
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 0px;
}

.lateral-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}

.lateral-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}

.lateral-popup .title-popup {
    display: block;
    clear: both;
    font-size: 20px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    margin-top: 13px;
}

.lateral-popup .cart-bottom {
    margin-top: 10px;
    color: black;
    text-align: left;
}

.lateral-popup .cart-bottom .buy {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px -5px 0px;
}

.lateral-popup .cart-bottom .buy > * {
    margin: 0px 5px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

/*.lateral-popup a.shopping-buy {
    text-transform: uppercase;
    border: 1px solid black;
    padding: 8px 80px;
}*/

.lateral-popup .product-image {
    width: 25%;
    float: left;
    margin-right: 5%;
}

.lateral-popup .product-image img {
    width: 100%;
}
.lateral-popup .name_price_cart {
    width:70%;
    float:left;
    padding-top:0px;
    text-align: left;
}

.lateral-popup .quantity-controls {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lateral-popup .quantity-controls .quantity .quantity {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.lateral-popup .quantity-controls .quantity button {
    padding: 4px 10px;
    background: none;
}

.lateral-popup .quantity-controls > .quantity {
    border: 1px solid #cbcbcb;
    height: fit-content;
    border-radius: 10px;
}
.lateral-popup .quantity-controls .quantity button:hover, .lateral-popup .quantity-controls .quantity button:focus-visible, button.btn.btn-touchspin.js-touchspin:hover, button.btn.btn-touchspin.js-touchspin:active, button.btn.btn-touchspin.js-touchspin:focus-visible {
    border: none!important;
}
.af_filter_content .owl-theme .owl-nav button {
    margin-top: -20px !important;
}
#login-form-popup button#submit-login {
    width: calc(100% - 15px);
}
.shop_widget-bottom-right .card-text > .row {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#spr .card-title-small, #spr .card-title-small + p {
    text-align: center;
    margin-right: 5px;
    margin: 0px;
    padding: 0px 2px;
}

.lateral-popup .name_price_cart > a {
    padding-right: 25px;
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.lateral-popup .attributes_content {
    font-size: 13px;
}

.lateral-popup .supplier_name {
    text-transform: uppercase;
    background: #3c3c3b;
    color: white;
    font-size: 12px;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 12px;
    line-height: 22px;
    margin-top: 8px;
}
.lateral-popup .remove_product_cart {
    width: 21px;
    float: left;
    font-size: 22px;
    padding-top: 11px;
    position: absolute;
    top: 5px;
    right: 0px;
}


.lateral-popup .remove_product_cart .icon-trash:before {
    font-family: 'Material Icons';
    content: "\e872";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    content: "";
    background: url(../../../img/delete.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.lateral-popup .product-price {
    display: block;
    padding-top: 0px;
}
.lateral-popup span.price {
    font-size:18px;
    font-weight: 600;
    color: black;
}

.lateral-popup .oldprice {
    text-decoration: line-through;
    color: gray;
    font-size: 13px;
}

.lateral-popup .product-item.animate {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 2;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
}

.lateral-popup .product-item {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.lateral-popup .cart-bottom .desglose > * {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 13px;
}

.lateral-popup .cart-bottom .desglose .value {
    color: black;
}

.lateral-popup .cart-bottom .desglose .total .value, .lateral-popup .cart-bottom .desglose .total .name {
    font-weight: 600;
    font-size: 15px;
}
.overlay-lateral-popup {
    background: #ffffff00;
    position: fixed;
    z-index: 50;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
}
body.openLateralPopup .overlay-lateral-popup {
    background: #00000047;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}
/*end lateral cart*/
/*block customer signin*/
.myaccountlateral .modal_item > *{
    display: block;
}

.myaccountlateral .modal_item {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.myaccountlateral .modal_item .item {
    font-size: 14px;
    margin-bottom: 5px;
}

.myaccountlateral .modal_item .item i {
    display: inline-block;
}
.myaccountlateral .close_session {
    font-size: 14px;
}

.myaccountlateral .close_session i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.myaccountlateral .modal_item .title {
    font-weight: 600;
    font-size: 14px;
    color: black;
    margin-bottom: 6px;
}
.myaccountlateral .modal_item .item i:before {
    font-size: 20px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
/*block customer signin end*/
span.cart-products-count {
    position: absolute;
    background: transparent;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    right: 1px;
    top: -10px;
    text-align: center;
    font-size: 11px;
    color: #FBBB50;
}
header .blockcart {
    position: relative;
}
#header .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding-left: 0px;
}
#header .header-top-right > * {
    padding: 0px 0px 0px 28px;
}


.header-top-container {
    padding: 15px 15px;
}
#header div#_desktop_search {
    max-width: 606px;
    /* margin: 0 auto; */
}
header .user-info .customername{
    vertical-align: middle;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 7px;
}

header .user-info .account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.language-selector.dropdown.js-dropdown button {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0px;
    display: flex;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    font-size: 13px;
    margin-top: 1px;
}
.language-selector.dropdown.js-dropdown .material-icons {
    color: white;
    font-size: 17px;
    line-height: 21px;
}

.language-selector.dropdown.js-dropdown li a{
    color: black!important;
}

.extrapadding {
    padding-left: 15px;
    padding-right: 0px
}
div#ecommbanners_displayBanner p {
    font-size: 13px;
}





div#ecommbanners_displayBanner {
    background: #FF8237;
    border-bottom: 1px solid #ff8237;
}

div#ecommbanners_displayBanner * {
    color: white;
    font-size: 14px!important;
}

body #header .header-top .header-top-container {
    background: #3C3C3B;
    border-radius: 50px;
    padding: 17px 43px;
}

body #header .header-top .header-top-container > .row {
    align-items: center;
}

body #header .header-top {
    padding: 10px;
    background: transparent;
    position: fixed;
    top: 25px;
    left: 0px;
    right: 0px;
    transition: all 0.3s ease;
    /* background: transparent; */
}

body #header.fixed-header .header-top {
    top: 0px;
    transition: all 0.3s ease;
}

#header a {
    color: white;
    font-size: 13px;
    font-weight: 300;
}

#header .lateral-popup a {
    color: black;
}

div#content-wrapper {
    background: #f2f2f2;
    /* background: red; */
}
.input-group-visibility {
    z-index: 9999;
}
.showpasswordlateral {
    position: absolute;
    right: 36px;
    margin-top: 22px;
    z-index: 22;
    cursor: pointer;
}

/*media querys*/
@media(max-width: 991px){
    div#ecommbanners_displayBanner .item-html.onlytext{
          /* overflow-x: auto; */
          /* white-space: nowrap; */
          /* width: 100%; */
    }

header li.htmlcontent-item-1 {
    /* display: block; */
}

div#ecommbanners_displayBanner .item-html.onlytext > p {
    /* display: inline-block; */
    /* white-space: nowrap; */
}
    #amazingproductfinder #external-product-form input#external_url{
        height: 35px;
        line-height: 35px;
    }

#amazingproductfinder #external-product-form button.btn.btn-primary {
    height: 35px;
    margin: 0px;
    border-radius: 25px;
}

input#external_url {}
    body #header.fixed-header .header-top{
        /* background: black; */
    }
    body #header .header-top{
        top: 65px!important;
        background: #3c3c3b;
        padding: 0px;
    }

body #header .header-top .header-top-container {
    /* margin: 0px; */
}
    /*header .header-top-right, header #_desktop_logo{*/
    /*    display: none!important;*/
    /*}*/
    header .header-top-center{
        width: 100%
    }
    header#header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header#header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    }
    #wrapper {
        padding-top: 58px;
    }
    #header .header-nav {
        max-height: initial;
        border-bottom: none;
        padding: 3px 0px;
        background: #3c3c3b;
    }
    #header .header-top{
        padding: 0px
    }
    #header .header-nav .user-info{
        margin: 0px
    }

    .user-info .islogged {display: none}
    #header .top-logo img {
        width: auto;
        max-height: 2rem;
    }
    .header-top-container{
        padding: 10px 10px!important;
    }
    body:not(#index) #wrapper {
        padding-top: 105px;
    }
    body.displaybannershow #wrapper {
        padding-top: 125px!important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 125px!important;
    }
     body#category.displaybannershow #wrapper {
        padding-top: 95px!important;
    }
    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 0px;
    }

    body.page-customer-account #content-wrapper {
        /*padding: 20px;*/
    }

    header .language-selector-wrapper .mobilelangauge {
        display: none;
    }
    header .language-selector-wrapper select.link, header .language-selector-wrapper option {
        background: #3c3c3b;
        color: white;
        border: none;
        text-transform: uppercase;
    }
    #header .mobile .rightelements .item#_mobile_wihslist {
        display: none;
    }
    #header .mobile .rightelements .item#_mobile_faqs {
        height: 25px;
        padding-left: 11px;
    }
    #header .mobile .rightelements #_mobile_blog {
        height: 20px;
        position: relative;
        top: 1px;
    }
    #header .mobile .rightelements .item {
        padding-left: 20px;
        padding-right: 0px;
    }
    #header .mobile .rightelements {
        padding: 3px 0px 3px;
    }
    #header .mobile .rightelements div#_mobile_cart {
        position: relative;
        top: 4px;
    }
    /*#header .mobile .rightelements .item#_mobile_wihslist{*/
    /*    padding-right: 25px*/
    /*}*/

}
@media(max-width: 767px){
   #header .faqs-icon, #header .blog-icon{
        display: inline-block
    }
    #_mobile_faqs .txt,  #_mobile_blog .txt{
        display: none
    }
    #header .mobile .rightelements .item .user-info .icon-user{
        display: inline-block
    }
    #header .mobile .rightelements .item .user-info .txt{
        display: none
    }
    #header .header-top-right > *{
    padding-right: 15px;
}
    #spr .card-bottom-right .card-title + p {
        display: none;
    }

    #spr .card-bottom-right {
        padding: 11px 22px;
        /* max-width: 45px; */
        margin-bottom: 10px;

    }
    #return-to-top {
        display: none !important;
    }
    body #spr .progress-stars {
        color: #FFD700 !important;
        width: 100%;
        /* visibility: hidden; */
        height: 0px;
        display: block;
        margin: 1px -37px;
        position: relative;
        top: 23px;
    }
}
/*end media querys*/
