
i.icon-bag:before {
    content: "";
    background: url(../imgs/ico-cesto.png) no-repeat;
    width: 30px;
    height: 38px;
    display: inline-block;
    margin-top: -6px;
}
img.img-responsive {
    width: 100%;
    height: auto;
}
body.content_only header, body.content_only .breadcrumb {
    display: none;
}
.cbp-hrsub.cbp-show.cbp-notfit {
    z-index: 3;
}
.fancybox-close:before {
    font-family: Material Icons;
    content: "close";
    font-size: 35px;
    line-height: 35px;
}
@media(min-width:992px) {
    nav.breadcrumb {
        padding-top: 2px !important;
    }
}
@media(max-width:991px) {
    nav.breadcrumb {
        padding-top: 15px !important;
    }
}
.cart-popup .totalcart {
    float: right;
    padding-right: 15px;
    text-align: center;
    width: 50%;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.container_cart .empty_cart {
    text-align: center;
    margin-top: 40px;
}

/* DESPLEGABLE CART */
#_desktop_cart .blockcart-popup {
    position: fixed;
    top: 0;
    right: -404px;
    width: 394px;
    height: 100vh;
    background-color: #fcfaf1;
    z-index: 999;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
}
#_desktop_cart .blockcart-popup.open {
    right: 0;
    transition: right 300ms ease-in-out;
}
#_desktop_cart .blockcart-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 998;
    opacity: 0.5;
}
#_desktop_cart .blockcart-bg.open {
    display: block;
}
#_desktop_cart .blockcart-popup .close-popup {
    float: right;
    height: 15px;
}
#_desktop_cart .blockcart-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
}
#_desktop_cart .blockcart-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
}
#_desktop_cart .blockcart-popup .title-popup {
    display: block;
    clear: both;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup .shipping-free {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
#_desktop_cart .blockcart-popup #cart-list {
    font-size: 0;
    max-height: -webkit-calc(100vh - 265px);
    max-height: -moz-calc(100vh - 265px);
    max-height: calc(100vh - 265px);
    overflow-y: auto;
}
#_desktop_cart .blockcart-popup #cart-list .product-item {
    padding: 15px 0 10px;
    border-bottom: 1px solid #deddd8;
}
#_desktop_cart .blockcart-popup #cart-list .product-image {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
#_desktop_cart .blockcart-popup #cart-list .product-image img {
    max-width: 100%;
    height: auto;
}
#_desktop_cart .blockcart-popup #cart-list .product-description {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-name {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .description {
    display: block;
    font-size: 13px;
    color: #000;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-attributes {
    margin-bottom: 0;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-attributes span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-quantity {
    margin-bottom: 15px;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-quantity span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-delete {
    display: block;
    font-size: 13px;
    color: #777;
    text-decoration: underline;
}
#_desktop_cart .blockcart-popup #cart-list .product-price {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: right;
}
#_desktop_cart .blockcart-popup #cart-list .product-price .price {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup .cart-bottom .subtotal .name,
#_desktop_cart .blockcart-popup .cart-bottom .discount .name,
#_desktop_cart .blockcart-popup .cart-bottom .shipping .name,
#_desktop_cart .blockcart-popup .cart-bottom .total .name {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
}
#_desktop_cart .blockcart-popup .cart-bottom .subtotal .value,
#_desktop_cart .blockcart-popup .cart-bottom .discount .value,
#_desktop_cart .blockcart-popup .cart-bottom .shipping .value,
#_desktop_cart .blockcart-popup .cart-bottom .total .value {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    text-align: right;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup .cart-bottom .shopping-buy {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    margin-top: 20px;
}
#_desktop_cart .blockcart-popup .cart-bottom .shopping-list {
    letter-spacing: 0px;
    font-size: 12px;
    background: transparent;
    color: #00798f;
    text-align: left;
    font-family: Muli;
    letter-spacing: 0.3px;
    padding-left: 25px;
    height: 19px;
    line-height: 23px;
}
div#ps_topbanner_wrapper {
    letter-spacing: 0px;
    font-size: 11px;
    background: transparent;
    color: #00798f;
    text-align: left;
    font-family: Muli;
    letter-spacing: 1px;
    padding-left: 0px;
    height: 24px;
    line-height: 33px;
}
div#_desktop_logo {
     padding-top: 10px;
    padding-right: 0px;
}
.header-top .right-block {
    padding-top: 0px;
}
div#gdpr_consent a {
    text-decoration: underline;
}
.breadcrumb ol li:last-child a span {
    color: black;
}
#header .header-nav .top-logo#_mobile_logo h1{ 
    margin: 0;
    line-height: 0;
}
#header .header-nav .top-logo#_mobile_logo {
    padding:10px 0px;
}
span.namecustomer {
    position: absolute;
    bottom: -25px;
    right: 0px;
    font-size: 11px;
    width: 163px;
    text-align: center;
    padding-left: 46px;
}
.ui-autocomplete li img {
    max-width: 40px;
}
@media(max-width: 1280px){
    div#ps_topbanner_wrapper {
        letter-spacing: 0.5px;
    }
}
@media(max-width: 1210px){
    div#ps_topbanner_wrapper {
        font-size: 10px
    }
}
@media(max-width: 1199px){
    .searchcontent .itemleft {
        width: 76%;
        padding-right: 26px;
    }

}
@media(max-width: 991px){
    div#_desktop_retornable{
        margin-left: 15px;
    }
    span.namecustomerout {
        display: none
    }
    #cms #content-wrapper {
        padding-top: 25px;
    }
    .header-top .right-block {
        width:100%;
    }
    .search-widget form button[type=submit] {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    #header .header-top {
        padding: 23px 0px 0px;
    }
    .header-top .right-block {
        position: fixed!important;
        left: 0px;
        right: 0px;
        top: 71px;
        z-index: 100;
        visibility: hidden;
        /* display: none !important; */
        background: white;
        padding-top: 0px;
        transition: all 0.5s ease;
    }
    .header-top .right-block > *:not(#search_widget, #lgcookieslaw_banner) {
        display: none;
    }
    #header .header-top .position-static.text-left {
        display: none;
    }
    #header .header-nav .top-logo#_mobile_logo {
        width:200px;
        max-width: 137px;
        display: inline-block;
        margin: 0px 55px 0px 0px;
    }
    #header .header-top .search-widget form input {
        width: calc(100% - 55px)!important;
        height: 46px;
        border: none;
    }
    div#_mobile_search {
        cursor: pointer;
        margin-left: 0px;
        margin-top: -1px;
    }
    #header .header-top .search-widget{
        height: 0px;
        position: relative;
        transition: all 0.5s 0.5s ease;
        width: 100%;
        float: none;
        visibility: initial;
        max-width: initial;
        margin: 0px -15px;
    }
    #header .header-top .search-widget form{
         padding-top: 3px;
         width: 100%;
         z-index: 10; /* to position it in front of the other content */
         position: absolute;
         left: -1000px;
         transition: all .5s ease; /* our nice transition */
         display:none;
    }
    #header .header-top .search-widget.isShow{
        height: 50px;
        transition: all 0.4s 0s ease;
        position: fixed;
        left: 0px;
        top: 66px;
        margin: 0px !important;
        -webkit-box-shadow: 0px 28px 95px -34px rgba(0,0,0,0.56);
        -moz-box-shadow: 0px 28px 95px -34px rgba(0,0,0,0.56);
        box-shadow: 0px 28px 95px -20px rgba(0,0,0,0.56);
        }
    header.isScroll .header-top .right-block{
        top: 44px;
        transition: all 0.5s ease;
    }
    #header .header-top .search-widget form {
        padding:0px 15px;
    }
    #header .header-top .search-widget.isShow form{
        transition: all .5s ease;
        left: 0px;
        display: block;
        background: white;
        top: 0px;
    }
    #header .header-top .search-widget form input::-webkit-input-placeholder, #header .header-top .search-widget form input::-moz-placeholder, #header .header-top .search-widget form input:-ms-input-placeholder, #header .header-top .search-widget form input:-moz-placeholder{
        font-style: italic;
        text-transform:lowercase
    }
    .header-nav .hidden-lg-up.text-sm-center.mobile {
        position:relative;
        text-align: center;
    }

}
@media(max-width:767px) {
    .header-top .right-block {
        top: 71px;
    }
    #header .header-nav .blockcart.active{
        margin-left: 0px;
    }
    header.isScroll .header-top .right-block{
        top: 55px;
    }
    .header-nav .hidden-lg-up.text-sm-center.mobile {
        text-align:left;
    }
    #header .header-nav .top-logo#_mobile_logo {
        margin: 0px 55px 0px 10px
    }   
    #cms section#wrapper {
        padding-top: 0px;
    }
    #header .col-md-3.col-sm-12.position-static.right-block {
        min-height:0px !important;
    }
    .lgcookieslaw_button_container {
        display: block!important;
    }
    .lgcookieslaw_button_container > div {
        width: 100%;
        display: block!important;
    }
     div#_mobile_content_right > * {
        float: right;
        margin-left: 15px !important;
    }
}
@media(max-width:340px) {
    div#_mobile_content_right > * {
        float: right;
        margin-left: 8px !important;
    }
    
}

div#_desktop_language_selector {
    float: right;
    padding-top:11px;
    margin-left:11px;
}
i.material-icons.language-icon:before {
    content: "";
    background: url(../img/svg/idioma.svg) no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 15px;
    height: 19px;
}

div#_desktop_language_selector .dropdown-menu {
    max-width: 100px !important;
    min-width: 80px !important;
}
#pagenotfound section#wrapper {
        padding-bottom: 100px;
    padding-top: 100px;
    background-image: url(../img/bg_404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#pagenotfound #content-wrapper i#fakeSearch {
    display: none;
}
body#pagenotfound div#search_widget .closesearch {
    display: none;
}
body#pagenotfound .search-widget form button[type=submit] {
    left: initial;
    float: none;
}
#pagenotfound div#content-wrapper {
    padding-left: 50%;
}
#pagenotfound section#content {
    margin: 0px;
    background: #fff; 
}
#pagenotfound h1 {
    font-weight: normal;
   color: #7d7d7d; 
}
#pagenotfound h4, #pagenotfound p{
    color: black
} 
#pagenotfound .page-content #search_widget {
    margin-top: 12px;
        height: 40px;
}
#products .page-not-found {
    box-shadow: none;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: none;
}
.card {
    box-shadow: none;
}
@media(min-width:1200px) and (max-width:1365px) {
    #header .header-top .search-widget {
        /* width: 23px; */
    }
}
@media(max-width:480px) {
    #header .user-popup {
        width:100vw;
        right:-480px;
    }
}

#shipping-info .carrier-extra-content {
    padding: 0px;
}
.msp-extra-content > .col-lg-12 {
    padding-left: 0px;
    float: left;
    width: auto;
}
div#planning-carrier .ui-state-active,
div#planning-carrier .ui-widget-content .ui-state-active,
div#planning-carrier .ui-widget-header .ui-state-active {
    background: #c5f5c2;
}
div#planning-carrier-times {
    width: 250px;
    float: left;
    margin: 0px;
    padding-top: 0px;
    max-width: 100%;
}
div#planning-carrier-times > a {
    display: block;
    border: 1px solid black;
    max-width: 210px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
#planning-carrier-times .selectTimeslots {
    color: black!important;
    font-weight: bold;
    background: #c5f5c2;
}
/* Modal para mensajes */
#modal_msg_holder{
    position:fixed;
    top:0;
    left:0;
    z-index:99999999999;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,0.5);
    padding:30px;
}
#modal_msg{
    position:relative;
    width:100%;
    max-width:800px;
    padding:30px;
    padding-top:50px;
    background:#fff;
}
#modal_msg span.msg{
    display:block;
    margin:5px 0px;
    padding:7px;
    border-bottom:1px solid #ccc;
    border-left:5px solid #ccc;
}
#modal_msg span.msg.msg_error{
    border-color:#e20000;
}
#close_modal_msg{
    position:absolute;
    top:15px;
    right:15px;
    width:15px;
    height: 15px;
    cursor: pointer;
}

#close_modal_msg:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}

#close_modal_msg:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}
div#_desktop_changepc {
    float: right;
    margin: 2px 3px 0px 0px;
}
@media(min-width:992px) {
    .mobile_container_header {
        display:none;
    }
}
@media(max-width:1199px) {
    .searchcontent .subblock.itemright span {
        padding: 3px 3px 0px;
        line-height: 11px;
    }
    div#ps_topbanner_wrapper {
        font-size: 9px;
    }
    span.namecustomer {
        bottom: -1px;
    }
    span.namecustomerout {
       bottom: -8px;
    }
}
@media(max-width:992px) {
    span.namecustomer {
        bottom: -18px;
        left: 50%;
        right: auto;
        padding: 0px;
        margin-left: -80px;
    }
}
@media(max-width: 425px){
    .cart-popup .totalcart {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }

    .shopping-buy {
        float: none;
        display: block;
        text-align: center;
    }
    span.cart-products-count {
        display: none;
    }
}