#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 > .item {
    padding: 0px 10px;
}

#header .mobile .rightelements #_mobile_user_info i {
    font-size: 29px;
    line-height: 30px;
}

#header .mobile .rightelements #_mobile_search i {
    padding-top: 5px;
}
div#_mobile_search input {
    display: none;
}
div#_mobile_logo h1 {
    margin-bottom: 0px;
}
/*lateral cart*/
.lateral-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -150vw;
    width: 437px;
    height: 100vh;
    background-color: white;
    padding: 30px;
    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;
    margin: 20px 25px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

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

.blockcart + .lateral-popup .title-popup {
    position: relative;
    top: -32px;
    margin-bottom: 0px;
}

.lateral-popup.nologged .title-popup {
    border: none;
    font-size: 15px;
    color: black;
    padding-top: 9px;
}

/*.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 .name_price_cart .quantity .quantity {
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;

}
.lateral-popup .remove_product_cart {
    width: 10%;
    float: right;
    font-size: 22px;
    padding-top: 11px;
}
.lateral-popup .product-price {
    display: block;
    padding-top: 15px;
    color: #0076a8;
}

.lateral-popup .oldprice {
    color: black;
    text-decoration: line-through;
    font-size: 11px;
}
.lateral-popup span.price {
    font-size:18px
}

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

.lateral-popup .cart-bottom .desglose > * {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    color: black;
}
.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 ul li {
    padding: 14px 0px;
}
.myaccountlateral ul li > a > span > * {
    vertical-align: middle;
    display: inline-block;
}
/*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 20px;
}

section.lateral-popup.my-account-lateral-block.nologged {
    width: 100vw;
}
.header-top-container {
    padding: 15px 15px;
}
#header div#_desktop_search {
    /* max-width: 430px; */
    /* margin: 0 auto; */
}
#header .logo {
    max-width: 178px;
    height: auto;
    margin: 0 auto;
}
div#ecommbanners_displayBanner > ul, div#ecommbanners_displayBanner > ul li {
    height: 35px;
    line-height: 35px;
}
div#ecommbanners_displayBanner ul.htmlcontent p {
    line-height: 32px;
}

i.material-icons.shopping-cart {
    display: block;
    font-size: 0px;
    background: #0076a8;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 57px;
    border-radius: 50%;
}

i.material-icons.shopping-cart:before {
    content: "";
    background: url(../../../../assets/img/cart-icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
}
div#_desktop_user_info .user-info i {
    font-size: 27px;
}




#wrapper .breadcrumb li::after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
    position: relative;
    top: -1px;
    line-height: 10px;
}

#wrapper .breadcrumb li a, #wrapper .breadcrumb li span {
    font-size: 12px;
    line-height: 12px;
    color: black;
}

#wrapper .breadcrumb li > span {
    font-weight: bold;
}

#wrapper .breadcrumb ol {
    text-align: center
}

#wrapper .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
}

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

#wrapper .breadcrumb {padding: 20px 0px;margin-bottom: 5px;}

i.close-icon:before {
    content: "";
    background: url(../../../img/close-icon.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
}

i.close-icon {
    display: inline-block;
}

a.btn.btn-info.add-to-wishlist-icon:before {
    content: "";
    background: url(../../../img/fav-icon.svg);
    width: 19px;
    height: 16px;
    display: block;
}

a.btn.btn-info.add-to-wishlist-icon {
    font-size: 0px;
    display: inline-block;
}

i.sharedicon:before {
    background: url(../../../img/shared-ico.svg?f);
    content: "";
    width: 16px;
    height: 16px;
    display: block;
}

i.sharedicon {
    display: inline-block;
}

.nologged .myaccountlateral {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
}
.myaccountlateral.loaderin{
    opacity: 0.5;
}

.nologged .myaccountlateral .no-account {
    padding-top: 66px;
    font-size: 15px;
    font-weight: normal;
}

.nologged .myaccountlateral .no-account span {
    display: block;
}

.nologged .myaccountlateral .no-account a {
    display: block;
    border: 1px solid #d8e0e8;
    height: 48px;
    line-height: 47px;
    width: 449px;
    max-width: 100%;
    margin: 20px auto;
}

#header {
    color: black;
}

.nologged .myaccountlateral .form-group {
    margin-bottom: 0px;
}

.nologged .myaccountlateral .forgot-password {
    text-align: left;
    padding: 6px 0px 17px;
}

.nologged .myaccountlateral .forgot-password a {
    color: #0076a8;
}

.myaccountlateral .inp input {
    width: 448px;
    height: 48px;
    border: 1px solid #d8e0e8;
    box-shadow: none;
}

.myaccountlateral #submit-login {
    width: 100%;
}

.myaccountlateral .inp {
    max-width: initial;
}

i.icon-trash:before {
    content: "";
    background: url(../../../img/trash-icon.svg);
    width: 11px;
    height: 12px;
    display: block;
}
/*loader*/
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0076a8;
    border-bottom: 8px solid #0076a8;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 35%;
    z-index: 9999;
    right: 50%;
    left: 48%;
    transform: translate(50%,-50%);
    text-align: center;
    opacity: 1 !important;
    display: none;
}
.loading{
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0076a8;
    border-bottom: 8px solid #0076a8;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 35%;
    z-index: 9999;
    right: 50%;
    left: 48%;
    transform: translate(50%,-50%);
    text-align: center;
    opacity: 1 !important;
    display: none;
}

#product .loading {
    -webkit-animation: none;
    animation: none;
    border:none;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    cursor: pointer;
    height:auto;
    transform: none;
    left: 0;
    width: auto;
}

/* register loader */
#checkoutpro-register .loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0076a8;
    border-bottom: 8px solid #0076a8;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 20%;
    z-index: 9999;
    right: 50%;
    left: 32%;
    transform: translate(50%,-50%);
    text-align: center;
    opacity: 1 !important;
    display: none;
}

/* register loader opacity */
#login-info.loader-in{
    opacity: 0.5;
}
/* register loader opacity */
body.page-authentication section#wrapper.loader-in{
    opacity: 0.5;
}

/*section.lateral-popup.my-account-lateral-block.nologged.open .loader1 {
    display: none !important;
}
.loader1{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0076a8;
    border-bottom: 16px solid #0076a8;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 30%;
    z-index: 9999;
    right: 50%;
    left: 40%;
    transform: translate(50%,-50%);
    text-align: center;
    opacity: 1 !important;
}*/

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* end loader */
i.icon-trash {
    display: inline-block;
}

.buy a.btn.btn-secondary {
    background: transparent;
    font-weight: 100;
}

.buy a.btn.btn-secondary:hover {
    color: #0076a8;
}

#cookiesplus-modal-container p {
    font-weight: 100;
}

i.calendar-icon:before {
    content: "";
    background: url(../../../img/calendar-icon.svg) no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-size: cover;
}
i.address-icon:before {
    content: "";
    background: url(../../../img/address-icon.svg) no-repeat;
    width: 34px;
    height: 42px;
    display: inline-block;
    background-size: cover;
}
i.discounts-icons:before {
    content: "";
    background: url(../../../img/discounts-icon.svg) no-repeat;
    width: 41px;
    height: 41px;
    display: inline-block;
    background-size: cover;
}
i.premium-icons:before {
    content: "";
    background: url(../../../img/premium-icon.svg) no-repeat;
    width: 41px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
}
i.whislist-icon:before {
    content: "";
    background: url(../../../img/wishlist-icon.svg) no-repeat;
    width: 44px;
    height: 41px;
    display: inline-block;
    background-size: cover;
}
i.rgpd-icon:before {
    content: "";
    background: url(../../../img/rgpd-icon.svg) no-repeat;
    width: 43px;
    height: 41px;
    display: inline-block;
    background-size: cover;
}
i.cookies-icon:before {
        content: "";
        background: url(../../../img/cookies-icon.svg) no-repeat;
        width: 39px;
        height: 41px;
        display: inline-block;
        background-size: cover;
}


section#content #order-items .image img {
    width: 100%;
}

#header .user-info a.islogged{
    color: #000000;
}

#header .user-info a.islogged > * {
    display: inline-block;
    vertical-align: middle;
}

#authentication #main .page-header h1{
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        margin: 45px auto -21px;
    }
#authentication .custom-checkbox label em{
    font-size: 0px;
}

.forgotten-password .form-fields .center-email-fields {display: flex;align-items: center;align-content: center;}

.forgotten-password .form-fields .center-email-fields > * {padding: 0px 5px;margin: 0px!important;}

#pagenotfound .ondia {text-align: center;padding-top: 80px;font-weight: 100;font-size: 28px;}

#pagenotfound .page-not-found h4 {text-align: center;font-size: 60px; color: black;}

#pagenotfound .page-not-found p {text-align: center;font-size: 25px;line-height: 30px;padding: 55px 0px;}

#pagenotfound .page-not-found .foooterror a {border: 1px solid #c1c1c1;margin: 0 auto;width: 178px;display: block;text-align: center;text-transform: uppercase;font-weight: normal;font-size: 16px;line-height: 52px;}
#pagenotfound #main .page-header{padding: 0px;margin: 20px 0px 0px;}
#pagenotfound .page-not-found{max-width: 668px;}

.error.errorbirthday {color: red;font-weight: 100;}

img.logo-left {max-width: 71px;}
.product + .infinitescroll-bottom-message {
    display: none;
}
.page-customer-account #content .forgot-password a {
    color: #0076a8;
    font-size: 16px;
}

/*medida*/
@media(max-width: 991px){
    #header .user-info a.islogged {
    color: #0076a8;
}
    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;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        background: #f4f6f8;
    }
    #wrapper {
        padding-top: 58px;
    }
    #header .header-nav {
        max-height: initial;
        /* border-bottom: 1px solid #dbdbdb; */
    }
    #header .header-top{
        padding: 0px;
        display: none;
    }
    #header .header-nav .user-info{
        margin: 0px
    }
    #header .top-logo img {
        width: auto;
        max-height: 2rem;
        margin-top: 3px;
        margin-left: 5px;
    }
    .header-top-container{
        padding: 0px
    }

    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 20px;
    }
    #wrapper .breadcrumb{
        padding: 15px 0px;
    }
        #header .header-nav .cart-preview .shopping-cart{
        width: 30px;
        height: 30px;
        line-height: 47px;
    }
    body:not(#index) #wrapper {
    padding-top: 96px;
}
}
@media(max-width: 767px){
        body:not(#index) #wrapper {
        padding-top: 62px;
    }
    #ecommbanners_displayBanner{
        display: none
    }
    .loader {
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #0076a8;
        border-bottom: 8px solid #0076a8;
        width: 70px;
        height: 70px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 35%;
        z-index: 9999;
        right: 50%;
        left: 43%;
        transform: translate(50%,-50%);
        text-align: center;
        opacity: 1 !important;
        display: none;
    }
    #checkoutpro-register .loader {
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #0076a8;
        border-bottom: 8px solid #0076a8;
        width: 70px;
        height: 70px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 51%;
        z-index: 9999;
        right: 50%;
        left: 42%;
        transform: translate(50%,-50%);
        text-align: center;
        opacity: 1 !important;
        display: none;
    }
    

.container-iqit-menu{
    border: none
}
    #wrapper > .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .lateral-popup .close-popup{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .nologged .myaccountlateral{
        width: 100vw;
        padding: 15px;
    }

.nologged .myaccountlateral input {
    max-width: 100%!important;
    /* width: 100%; */
    /* display: block; */
    /* float: none; */
}

.myaccountlateral .inp {
    margin: 0 auto;
    width: 252px;
    max-width: 100%;
}

.nologged .myaccountlateral .input-group {
    display: block;
}
    .myaccountlateral #submit-login, .nologged .myaccountlateral .no-account a{
        width: 252px;
    }

.nologged .myaccountlateral .forgot-password {
    text-align: center;
}
    #authentication #main .page-header h1{
      
    }
    .lateral-popup{
        width: 100vw;
        padding: 50px 15px;
    }
}
/*media end*/


