#header {
     position: relative;
     z-index: 999;
     background: white;
     padding-bottom: 10px;
     border-bottom: 1px solid #e9e9e9;
}

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

body header#header .ets_solo_social_wrapper.lgp {
    display: block;
    padding-right: 15px;
}

header .ets_solo_wrapper_content.trp, header .ets_solo_wrapper_content.brp, header .ets_solo_social_wrapper.lgp {
    text-align: left;
}

header .ets_solo_or {
    display: none;
}

header .ets_solo_social_wrapper {
    margin-top: 24px;
    border-top: 1px solid #d9d9d9;
    padding-top: 19px;
    margin-right: 20px;
}
#header .mobile .subelements {
    width: calc(100% - 36px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .mobile .rightelements {
    display: flex;
    align-items: center;
}

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

#header .mobile .rightelements .item:last-child {
    padding-right: 0px;
}

#header .mobile .rightelements .item#_mobile_wihslist {
    height: 25px;
    position: relative;
    padding: 0px 25px 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{
    max-width: 180px;
}
/*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;
}

.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;
    text-align: left;
}

.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 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: 35px;
}

.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: 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 .close_session {
    font-size: 14px;
}

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

.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 {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    bottom: 1px;
    font-size: 16px;
    position: relative;
}

span.cart-products-count:before {
    content: "(";
}

span.cart-products-count:after {
    content: ")";
}
header .blockcart {
    position: relative;
}

header .blockcart .header {
    display: flex;
}

header .blockcart .header > a {
    display: flex;
}
#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;
    text-align: left;
    /* display: none; */
    /* background: red; */
    /* width: 20%; */
    /* flex: initial; */
    /* display: block; */
    padding-top: 13px;
}

.lateral-popup .no-account {
    margin: 15px 0px;
    display: block;
}
#header .header-top-right > * {
    padding: 0px 0px 0px 20px;
    vertical-align: middle;
    display: inline-block;
}

#header .header-top-right > #_desktop_user_info .txt {
    vertical-align: middle;
    color: black;
}
.header-top-container {
    padding: 15px 15px;
}
#header div#_desktop_search {
    max-width: 100%;
    margin: 0 auto;
}
header .user-info .customername{
    vertical-align: middle;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


.language-selector.dropdown.js-dropdown button {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0px;
}



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

div#ecommbanners_displayBanner {
    background: #FBC982;
}
body div#ecommbanners_displayBanner ul.htmlcontent p{
    font-size: 13px;
    line-height: 20px;
    padding: 6px 0px;
}

div#ecommaddtocart_nostock_modal .modal-dialog .modal-content .btn {
    border-radius: 6px;
    background: #559CA1;
    line-height: 50px;
}

div#_mobile_search {
    margin: 0 -15px;
    width: -webkit-fill-available;
}

div#_mobile_search > div {
    width: 100%;
}

#checkoutpro-header #header_logo img {
    max-width: 145px;
}

.language-selector .material-icons {
    font-size: 15px;
}

#password ul.ps-alert-success .item i {
    display: none;
}
/*media querys*/

@media(max-width: 991px){
    #header .header-top-right{
    padding: 0px;
}
    #_mobile_iqitmenu{}
    .menuicon{
    position: relative;
    display: block;
}
.menuicon .bar1, .menuicon .bar2, .menuicon .bar3 {
        width: 26px;
        height: 1px;
        background-color: #333;
        margin: 10px 0;
        transition: 0.4s;
        display: block;
    }
    .menuicon .bar2 {
        width: 17px;
    }
    
    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;
        box-shadow: none;
        padding-bottom: 0px;
    }
    #wrapper {
        padding-top: 100px;
    }

body.bannercontent #wrapper {
    padding-top: 135px;
}
    #header .header-nav {
        max-height: initial;
        border-bottom: none;
        padding: 3px 0px 2px;
    }
    #header .header-top{
        padding: 0px
    }
    #header .header-nav .user-info{
        margin: 0px
    }

#header .header-nav .user-info .txt {
    display: none;
}

    .user-info .islogged {display: none}
    #header .top-logo img {
        width: 100%;
        max-height: 45px;
        margin: 5px 5px 5px 10px;
    }
    .header-top-container{
        padding: 0px
    }
    body:not(#index) #wrapper {
        padding-top: 105px;
    }

body.bannercontent:not(#index) #wrapper {
    padding-top: 145px;
}
    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 20px;
    }
    header .language-selector-wrapper {
        display: none;
    }
}
/*end media querys*/


.order-confirmation-table img {
    max-width: 100%;
    height: auto;
}

.myaccountlateral {
    padding-right: 15px;
}

.myaccountlateral .inp {
    max-width: 100%;
}