#header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f1f1f1;
}

#header .mobile {
    display: flex;
}

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

#header .mobile .rightelements {
    display: flex;
    align-items: center;
}

#header .mobile .rightelements > * {
    margin-left: 5px;
}

#header .mobile .rightelements .item {
    padding-right: 15px;
}

#header .mobile .rightelements .item#_mobile_wihslist {
    height: 25px;
    position: relative;
    padding: 0 10px 0 0;
}

#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 {
    max-width: 199px;
}

/*lateral cart*/
.lateral-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -470px;
    max-width: 100%;
    width: 450px;
    height: 100vh;
    background-color: white;
    padding: 0 15px 20px 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: 50%;
    font-size: 14px;
}

.lateral-popup .cart-bottom .buy > .btn-primary {
    background-color: #32D8E6;
    color: black;
}

/*.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;
    border-radius: 15px;
}

.lateral-popup .quantity-controls > .quantity {
    border: 1px solid #cbcbcb;
    height: fit-content;
    border-radius: 15px;
}

.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 .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;
}

.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: grey;
    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: lightgrey;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    right: -7px;
    top: -10px;
    text-align: center;
    font-size: 11px;
}

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;
}

#header .header-top-right > * {
    padding: 0px 0px 0px 10px;
}


.header-top-container {
    padding: 15px 15px;
}

#header div#_desktop_search {
    max-width: 430px;
    margin: 0 auto;
}

header .user-info .customername {
    vertical-align: middle;
    /*max-width: 75px;*/
    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;
}

.language-selector-wrapper button span.uppercase {
    text-transform: uppercase;
}

.language-selector-wrapper li {
    display: flex;
}

.language-selector-wrapper li > a {
    width: 90px;
}

.language-selector-wrapper img {
    width: 26px;
}


#language_menu_content li {
    display: flex;
}

#language_menu_content li.current {
    background-color: var(--btn-secondary);
    padding-right: 10px;
}

#language_menu_content li img {
    width: 26px;
}

.extrapadding {
    padding-left: 15px;
    padding-right: 0px
}

div#ecommbanners_displayBanner p {
    font-size: 15px;
}

a.catalog > img {
    height: 25px;
}

#_desktop_logo h1 {
    margin: 0px;
}

/*media querys*/
@media (max-width: 991px) {
    /*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;
    }

    #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: 0px
    }

    body:not(#index) #wrapper {
        padding-top: 100px;
    }

    body.displaybannershow #wrapper {
        padding-top: 140px;
    }

    body.banner-holidays #wrapper{
        padding-top: 340px;
    }

    body.displaybannershow:not(#index) #wrapper {
        padding-top: 160px;
    }

    body#checkout:not(#index) #wrapper {
        padding-top: 10px;
    }

    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 10px;
    }

    body.page-customer-account #content-wrapper {
        padding: 15px;
    }

    header .language-selector-wrapper {
        display: none;
    }

    #header .mobile .rightelements .item {
        padding-right: 10px;
    }

    /*#header .mobile .rightelements .item#_mobile_wihslist{*/
    /*    padding-right: 25px*/
    /*}*/
    #_mobile_user_info {
        display: flex;
    }

    #_mobile_user_info > * {
        margin-right: 10px;
    }

}

@media (max-width: 580px) {

    #header .rightelements #_mobile_whatsapp img {
        width: 24px;
        height: 24px;
    }

    #header .rightelements .icon-user:before {
        font-size: 22px;
    }

    #header .rightelements .item#_mobile_wihslist {
        padding: 0 !important;
    }
}


/*end media querys*/

