/*#Header{
    position: fixed!important;
    background-color: white;
}
#PageBody{
    padding-top: 190px;
}
#PageBody#pageOpc{
    padding-top: 190px;
}
@media (min-width: 700px) and (max-width: 1200px) {
    #HeaderBottom {
        height: 85px;
    }
    #PageBody{
        padding-top: 230px;
    }
    #PageBody#pageOpc{
        padding-top: 230px;
    }
}
@media (max-width: 700px) {
    #PageBody{
        padding-top: initial;
    }
    #PageBody#pageOpc{
        padding-top: 190px;
    }
}

/************* GENERAL **************/
:root{
    --manufacturers_block_gap: 1rem;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/template/fonts/OpenSans-Regular.eot?') format('eot'), url('/template/fonts/OpenSans-Regular.woff') format('woff'), url('/template/fonts/OpenSans-Regular.ttf') format('truetype'), url('/template/fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/template/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/template/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*
@font-face {
    font-family: 'Montserrat-Black';
    src:
         url('template/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

body {
    font-size: 14px;
    color: #2b3039;
    font-family: 'Montserrat', 'Open Sans';
}

h1 {
    font-size: 26px;
    color: #2b3039;
    font-weight: normal;
    margin: 10px 0px 15px 0px;
}

h2,
.h2 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    color: #2b3039;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2b3039;
}

p {}

b,
strong {
    color: #2b3039;
}

a {
    color: #B31221;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
}

label {
    cursor: pointer;
}

.tituloh2 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    color: #2b3039;
}

.tituloh3 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    color: #2b3039;
}


/* osCommerce Styles */

.headerError,
.messageStackError,
.messageStackWarning {
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 5px;
    background: #AA0000;
    color: #ffffff;
}

.markProductOutOfStock {
    color: #ff0000;
    font-style: italic;
}

.stockWarning {
    color: #ff0000;
}

.orderEdit {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
}

.orderEdit:hover {
    text-decoration: underline;
}

.moduleRow:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.moduleRowPayment:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.clearfix {
    clear: both;
}

#etiquetas-list {
    margin: 10px 0;
    /* margin-top: -10px; */
}

#etiquetas-list>a {
    color: #fff;
    background-color: #2eabc1;
    padding: 5px 15px;
    margin: 5px 10px;
    display: inline-block;
    border-radius: 15px;
}

#etiquetas-list>a:hover {
    background-color: #017a95;
}

h1.pageHeading {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1.pageHeading.landing {
    margin: 10px auto;
    text-align: center;
}

.CategoryValoracion {
    color: #777;
    margin: 10px 0;
}

.bx-wrapper .bx-viewport{
    box-shadow: none !important;
    border: 0 !important;
}

.text-center {
    text-align: center !important;
}

@media screen and (min-width: 1400px) {
    .CategoryValoracion,
    h1.pageHeading.category {
        margin-left: 25px;
    }
}

@media screen and (max-width: 700px) {
    img {
        max-width: 100%;
    }
    input,
    select {
        max-width: 100%;
    }
    .no_diplay {
        display: none;
    }
    /* .bx-wrapper .bx-next {
        right: 0!important;
    } */
    #fancybox-left span {
        left: 20px;
    }
    #fancybox-right span {
        right: 20px;
        left: unset;
    }
    /**
    #fancybox-left, #fancybox-right {
        visibility: visible!important;
        display: inline!important;
    }
    */
    h1.pageHeading {
        padding: 0px 10px;
    }
    .CategoryValoracion {
        color: #777;
        padding: 10px;
    }
    .paginacionProductos {
        padding: 10px;
    }
    #categoryDescription {
        padding: 0px 15px;
    }
}


/************ FIN GENERAL **********/


/************ LAYOUTS **************/

@media screen and (min-width: 700px) {
    body {
        margin: 0px;
        padding: 0px;
    }
    #Header {
        position: relative;
        width: 100%;
        text-align: center;
        min-width: 980px;
        height: 190px;
        z-index: 500;
    }
    #HeaderTop {
        position: relative;
        width: 100%;
        text-align: center;
        min-width: 980px;
        z-index: 1000;
        border-bottom: 1px solid #DDD;
    }
    #HeaderTopContainer {
        display: flex;
        position: relative;
        margin: auto;
        width: 980px;
        height: 38px;
        text-align: left;
        background: #FFF;
    }
    #HeaderMiddle {
        background: #FFFFFF;
        position: relative;
        width: 100%;
        text-align: center;
        min-width: 980px;
        z-index: 998;
    }
    #HeaderMiddleContainer {
        display: flex;
        align-items: center;
        position: relative;
        margin: auto;
        width: 980px;
        height: 60px;
        padding: 25px 0;
        text-align: left;
    }
    #HeaderBottom {
        position: relative;
        width: 100%;
        background-color: #2B2F3A;
        text-align: center;
        min-width: 980px;
        z-index: 500;
        background-image: url('/template/web/header-menu/menu-lines.png'), url('/template/web/header-menu/menu-lines-2.png');
        background-position: right center, left center;
        background-repeat: no-repeat, no-repeat;
    }
    #PageBody {
        position: relative;
        width: 100%;
        text-align: center;
        min-width: 980px;
    }
    #PageBodyContainer {
        position: relative;
        margin: auto;
        width: 980px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
    }
    #PageBannerContainer {
        position: relative;
        margin: auto;
        width: 1280px;
        text-align: center;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
    }
    #Footer {
        position: relative;
        width: 100%;
        text-align: center;
        background: url(/template/web/bg-Footer.gif) top repeat-x;
        min-width: 980px;
    }
    #FooterContainer {
        position: relative;
        margin: auto;
        padding: 0px 0px 0px 0px;
        width: 980px;
        height: 630px;
        text-align: left;
        background: url(/template/web/bg-footer-container.png) top center no-repeat;
    }
    #FooterMiddle {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: #2B3039;
        min-width: 980px;
    }
    #FooterMiddleContainer {
        position: relative;
        margin: auto;
        padding: 15px 0px;
        width: 980px;
        text-align: center;
    }
    #FooterBottom {
        width: 100%;
        text-align: center;
        background-color: #2B3039;
        min-width: 980px;
    }
    #FooterBottomContainer {
        position: relative;
        margin: auto;
        padding: 0px 0px 0px 0px;
        width: 980px;
        text-align: left;
    }
    #FooterPoll {
        position: relative;
        width: 100%;
        text-align: center;
        background: #2B3039 url(/template/web/bg-header.png) top center repeat-x;
        min-width: 980px;
        z-index: 1000;
    }
    #FooterContainerPoll {
        position: relative;
        margin: auto;
        width: 980px;
        height: 189px;
        text-align: left;
    }

    #GaleriaInicio {
        position: relative;
        width: 980px;
        margin: 10px 0px 20px;
        display: inline-block;
    }
    #block_promotional_message {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        max-width: 980px;
        margin: 10px auto 10px;
        padding: 10px 0;
        font-size: 25px;
        line-height: 20px;
    }
    #block_promotional_message p {
        margin: 0;
    }
    #block_banner_mini {
        display: none;
    }
    #block_banner_mini img {
        max-width: 100%;
    }
    #Content {
        position: relative;
        float: right;
        width: 980px;
        margin: 0px 0px 20px 0px;
    }
    #Content.with_column,
    .SearchContent.with_column {
        width: 630px;
    }
    #ColumnLeft {
        position: relative;
        float: left;
        width: 320px;
        padding-right: 30px;
        margin: 0px 0px 0px 0px;
    }
    #breadcrumbs {
        position: relative;
        width: 100%;
        text-align: center;
        margin: 0px 0px 10px;
    }
    #breadcrumbsContainer {
        position: relative;
        margin: auto;
        width: 980px;
        height: 15px;
        text-align: left;
    }
    #breadcrumbsContainer a {
        color: #777;
        font-family: arial;
        font-size: 12px;
    }
    #breadcrumbsContainer a:hover {
        text-decoration: underline;
    }
    #block_banner_left {
        display: none;
    }
    #block_banner_right {
        display: none;
    }
}

@media screen and (min-width:1400px) {
    #Header {
        min-width: 1380px;
    }
    #HeaderTop {
        min-width: 1380px;
    }
    #HeaderTopContainer {
        width: 1380px;
    }
    #HeaderMiddle {
        min-width: 1380px;
    }
    #HeaderMiddleContainer {
        width: 1380px;
    }
    #HeaderBottom {
        min-width: 1380px;
    }
    #PageBodyContainer {
        width: 1380px;
    }
    #block_promotional_message {
        width: 100%;
        text-align: center;
        max-width: 1380px;
    }
    #block_banner_left {
        margin: 0px 700px 0px 0px;
    }
    #block_banner_right {
        margin: 0px 0px 0px 700px;
    }
    #FooterMiddleContainer {
        width: 1380px;
    }
    #FooterBottomContainer {
        width: 1380px;
    }
    #GaleriaInicio {
        width: 1380px;
    }
    #block_banner_mini {
    /**    position: relative;
        width: 380px;
        margin: 10px 0px 20px 20px;
        display: inline-block;*/        
        display: none;
    }
    #block_banner_left {
        display: block;
        position: fixed;
        top: 200px;
        right: 50%;
        margin: 0px 710px 0px 0px;
        z-index: 1000;
    }
    #block_banner_right {
        display: block;
        position: fixed;
        top: 200px;
        left: 50%;
        margin: 0px 0px 0px 710px;
        z-index: 1000;
    }
    #Content {
        width: 1380px;
    }
    #Content.with_column,
    .SearchContent.with_column {
        width: 1030px;
    }
    #breadcrumbsContainer {
        width: 1380px;
    }
}

@media screen and (max-width:1399px) {}

@media screen and (min-width:1200px) and (max-width:1399px) {
    #Header {
        min-width: 1180px;
    }
    #HeaderTop {
        min-width: 1180px;
    }
    #HeaderTopContainer {
        width: 1180px;
    }
    #HeaderMiddle {
        min-width: 1180px;
    }
    #HeaderMiddleContainer {
        width: 1180px;
    }
    #HeaderBottom {
        min-width: 1180px;
    }
    #PageBodyContainer {
        width: 1180px;
    }
    #block_promotional_message {
        width: 100%;
        text-align: center;
        max-width: 1180px;
    }
    #block_banner_left {
        margin: 0px 600px 0px 0px;
    }
    #block_banner_right {
        margin: 0px 0px 0px 600px;
    }
    #FooterMiddleContainer {
        width: 1180px;
    }
    #FooterBottomContainer {
        width: 1180px;
    }
    #GaleriaInicio {
        width: 100%;
        /**width: 838px;*/
    }
    #block_banner_mini {
        display: none; 
        /**position: relative;
        width: 322px;
        margin: 20px 0px 20px 20px;
        display: inline-block;*/
    }
    #Content {
        width: 1180px;
    }
    #Content.with_column,
    .SearchContent.with_column {
        width: 830px;
    }
    #breadcrumbsContainer {
        width: 1180px;
    }
}

@media screen and (max-width: 700px) {
    body {
        margin: 0px;
        padding: 0px;
    }
    #Header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #FFF;
        text-align: center;
        z-index: 10000;
        min-height: 133px;        
        /* min-height:138px; */
    }
    #HeaderContainer {
        position: relative;
        /*overflow:hidden;*/
        /*background:#2b3039;*/
    }
    #PageBody {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 133px;
        padding-top: 10px;
    }
    #PageBodyContainer {
        position: relative;
        text-align: left;
    }
    #Footer {
        position: relative;
        width: 100%;
        text-align: center;
        background: #009DB8;
    }
    #Footer a {
        color: #FFF;
    }
    #FooterContainer {
        position: relative;
        padding: 10px;
        text-align: left;
    }
    #FooterMiddle {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: #2B3039;
    }
    #FooterBottom {
        width: 100%;
        text-align: center;
        background-color: #2B3039;
        padding: 15px 0 50px;
        margin-bottom: 39px;
    }
    #ColumnLeft {
        position: relative;
        padding-bottom: 10px;
    }
    .hide-sphone {
        display: none;
    }
    #Content {
        position: relative;
        float: none;
        margin: 0px;
        clear: both;
    }
    #block_promotional_message {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        margin: -7px auto 10px;
        padding: 5px 0;
        clear: both;
    }
    #block_promotional_message span {
        padding: 10px 0;
        font-size: 16px;
    }
    #block_promotional_message p {
        margin: 0;
    }
    #GaleriaInicio {
        float: none;
    }
    #block_banner_mini {
        /*display: none;*/
    }
    #FooterTop {
        padding-bottom: 5px;
    }
    #block_banner_left {
        display: none;
    }
    #block_banner_right {
        display: none;
    }
    .bloque_columna{
        padding: 0px 15px;
    }
}


/************* BUTTONS *************/

@media screen and (min-width: 700px) {
    .button_buy_now {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 5px 12px;
        text-decoration: none;
        cursor: pointer;
        width: 131px;
        background: #2b3039;
        border-radius: 20px;
    }
    .button_buy_now:hover {
        background: #B31221;
    }
    .button_sold_out {
        -moz-box-shadow: inset 0px 1px 0px 0px #c62222;
        -webkit-box-shadow: inset 0px 1px 0px 0px #c62222;
        /*box-shadow:inset 0px 1px 0px 0px #0f5a82;*/
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d04141), color-stop(1, #a23333));
        background: -moz-linear-gradient( center top, #d04141 5%, #a23333 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d04141', endColorstr='#a23333');
        background-color: #d04141;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #cf4040;
        display: inline-block;
        color: #FFFFFF;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #c62222;
        border-radius: 20px;
    }
    /* Button More Info */
    .button_more_info {
        -moz-box-shadow: inset 0px 1px 0px 0px #0f5a82;
        -webkit-box-shadow: inset 0px 1px 0px 0px #0f5a82;
        /*box-shadow:inset 0px 1px 0px 0px #0f5a82;*/
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a79ac), color-stop(1, #044c72));
        background: -moz-linear-gradient( center top, #1a79ac 5%, #044c72 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a79ac', endColorstr='#044c72');
        background-color: #1a79ac;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #0f5a82;
        display: inline-block;
        color: #ffffff;
        font-family: arial;
        font-size: 11px;
        font-weight: bold;
        padding: 3px 9px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #0f5a82;
        cursor: pointer;
        border-radius: 20px;
    }
    .button_more_info:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #044c72), color-stop(1, #1a79ac));
        background: -moz-linear-gradient( center top, #044c72 5%, #1a79ac 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#044c72', endColorstr='#1a79ac');
        background-color: #044c72;
        text-decoration: none;
    }
    /* Button in cart (en ficha de producto) */
    .button_in_cart {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        text-decoration: none;
        cursor: pointer;
        background: #2aacc2;
        border-radius: 20px;
        height: 20px;
    }
    .button_in_cart:hover {
        background: #2B3039/*url(/template/web/icon-button-cart.png) no-repeat 80px 7px*/
        ;
        text-decoration: none;
    }
    .button_in_cart_big {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 8px 57px 8px 12px;
        text-decoration: none;
        cursor: pointer;
        background: #2b3039 url(/template/web/btn-buy-now.png) no-repeat 95px 3px;
        border-radius: 20px;
    }
    .button_in_cart_big:hover {
        background: #B31221 url(/template/web/btn-buy-now.png) no-repeat 95px 3px;
        text-decoration: none;
    }
    .button {
        background-color: #2b3039;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 7px 25px 9px 25px;
        text-decoration: none;
        cursor: pointer;
        border: 0px;
        border-radius: 25px;
    }
    .button:hover {
        background-color: #B31221;
        text-decoration: none;
    }
    .button_votar {
        background-color: #2b3039;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px 3px 10px;
        text-decoration: none;
        cursor: pointer;
        height: 18px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 56px;
        border-radius: 25px;
    }
    .button_votar:hover {
        background-color: #B31221;
        text-decoration: none;
    }
    .button_votado {
        background-color: #fbbe5f;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px 3px 10px;
        text-decoration: none;
        cursor: pointer;
        height: 18px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 56px;
        border-radius: 25px;
    }
    /* Buton mini - botones pequeños de la web*/
    .button-mini {
        background-color: #2b3039;
        display: inline-block;
        color: #fff;
        font-size: 11px;
        padding: 4px 7px 3px 7px;
        text-decoration: none;
        cursor: pointer;
        border: 0px;
        border-radius: 25px;
    }
    .button-mini:hover {
        background-color: #B31221;
        text-decoration: none;
    }
    .button_header_cart {
        background: url(/template/web/bullet-arrow.png) left center no-repeat;
        color: #2b3039;
        padding: 0px 0px 0px 10px;
        border-radius: 25px;
    }
    .button_header_cart:hover {
        text-decoration: underline;
    }
    .button_notify_product {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 5px 30px 5px 12px;
        text-decoration: none;
        cursor: pointer;
        width: 131px;
        background: #2b3039 url(/template/web/icon-avisarme-product-box.png) no-repeat 120px 10px;
        border-radius: 25px;
    }
    .button_notify_product:hover {
        background: #B31221 url(/template/web/icon-avisarme-product-box.png) no-repeat 120px 10px;
        text-decoration: none;
    }
    .button_notify_product_info_big {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 8px 30px 8px 30px;
        text-decoration: none;
        cursor: pointer;
        background: #B31221/*url(/template/web/btn-avisar.png) no-repeat 104px 3px*/
        ;
        border-radius: 25px;
    }
    .button_notify_product_info_big:hover {
        background: #2b3039/*url(/template/web/btn-avisar.png) no-repeat 104px 3px*/
        ;
        text-decoration: none;
    }
    .button_notify_product_info {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        padding: 10px 25px;
        text-decoration: none;
        cursor: pointer;
        background: #B31221/*url(/template/web/icon-button-mail.png) no-repeat 80px 7px*/
        ;
        border-radius: 25px;
    }
    .button_notify_product_info:hover {
        background: #2b3039/*url(/template/web/icon-button-mail.png) no-repeat 80px 7px*/
        ;
        text-decoration: none;
    }
    .button-login {
        background-color: #B31221;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        border: 0px;
        display: inline-block;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        padding: 5px 20px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 25px;
    }
    .button-login:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B31221), color-stop(1, #B31221));
        background: -moz-linear-gradient( center top, #B31221 5%, #B31221 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B31221', endColorstr='#B31221');
        text-decoration: none;
        background-color: #B31221;
    }
    .button_up {
        position: fixed;
        bottom: 10px;
        right: 5px;
        text-align: right;
        display: none;
        cursor: pointer;
        outline: none;
        transition: all 1s ease;
        opacity: 0;
    }
    .button_up img {
        width: 52px;
        height: 48px;
        display: block;
    }
    .button_buy_cat {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 5px 12px 5px 12px;
        text-decoration: none;
        cursor: pointer;
        width: 149px;
        background: #B31221;
        border-radius: 25px;
    }
    .button_buy_cat:hover {
        background: #2c3039;
        text-decoration: none;
    }
    .button_buy_cat_vip {
        background: #ffbf00;
        border-radius: 25px;
    }
}

.button-mini {
    background-color: #2b3039;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 5px 25px 5px 25px;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
}

.button-mini:hover {
    background-color: #007a94;
    text-decoration: none;
}

.button-mini-coupon {
    background-color: #2b3039;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 4px 25px 4px 25px;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.button-mini-coupon:hover {
    background-color: #b31221;
    text-decoration: none;
}

.button_cookie {
    background-color: #B31221;
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    border: 0px;
}

.button_cookie:hover {
    background-color: #007a94;
    text-decoration: none !important;
}

#button_confirm {
    font-size: 20px;
    border-radius: 25px;
}

@media screen and (max-width: 700px) {
    .button_buy_now {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        padding: 5px 0px;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        background: #2c3039;
        border-radius: 25px;
        margin-top: 10px;
    }
    .button_buy_now:hover {
        background: #B31221;
    }
    .button_sold_out {
        -moz-box-shadow: inset 0px 1px 0px 0px #c62222;
        -webkit-box-shadow: inset 0px 1px 0px 0px #c62222;
        /*box-shadow:inset 0px 1px 0px 0px #0f5a82;*/
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d04141), color-stop(1, #a23333));
        background: -moz-linear-gradient( center top, #d04141 5%, #a23333 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d04141', endColorstr='#a23333');
        background-color: #d04141;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #cf4040;
        display: inline-block;
        color: #FFFFFF;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #c62222;
        border-radius: 25px;
    }
    /* Button More Info */
    .button_more_info {
        -moz-box-shadow: inset 0px 1px 0px 0px #0f5a82;
        -webkit-box-shadow: inset 0px 1px 0px 0px #0f5a82;
        /*box-shadow:inset 0px 1px 0px 0px #0f5a82;*/
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a79ac), color-stop(1, #044c72));
        background: -moz-linear-gradient( center top, #1a79ac 5%, #044c72 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a79ac', endColorstr='#044c72');
        background-color: #1a79ac;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #0f5a82;
        display: inline-block;
        color: #ffffff;
        font-family: arial;
        font-size: 11px;
        font-weight: bold;
        padding: 3px 9px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #0f5a82;
        cursor: pointer;
        border-radius: 25px;
    }
    .button_more_info:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #044c72), color-stop(1, #1a79ac));
        background: -moz-linear-gradient( center top, #044c72 5%, #1a79ac 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#044c72', endColorstr='#1a79ac');
        background-color: #044c72;
    }
    /* Button in cart (en ficha de producto) */
    .button_in_cart {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 12px 50px;
        text-decoration: none;
        cursor: pointer;
        background: #2aacc2;
        border-radius: 25px;
    }
    .button_in_cart:hover {
        background: #2b3039;
    }
    .button_notify_product_info {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 12px 50px;
        text-decoration: none;
        cursor: pointer;
        background: #B31221;
        border-radius: 25px;
    }
    .button_notify_product_info:hover {
        background: #2b3039;
    }
    .button_in_cart_big {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 8px 57px 8px 12px;
        text-decoration: none;
        cursor: pointer;
        background: #2b3039 url(/template/web/btn-buy-now.png) no-repeat 95px 3px;
        border-radius: 25px;
    }
    .button_in_cart_big:hover {
        background: #B31221 url(/template/web/btn-buy-now.png) no-repeat 95px 3px;
    }
    .button {
        background-color: #2b3039;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 7px 25px 9px 25px;
        text-decoration: none;
        cursor: pointer;
        border: 0px;
        border-radius: 25px;
    }
    .button:hover {
        background-color: #B31221;
    }
    .button_votar {
        background-color: #2b3039;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px 3px 10px;
        text-decoration: none;
        cursor: pointer;
        height: 18px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 56px;
        border-radius: 25px;
    }
    .button_votar:hover {
        background-color: #B31221;
    }
    .button_votado {
        background-color: #B31221;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px 3px 10px;
        text-decoration: none;
        cursor: pointer;
        height: 18px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 56px;
        border-radius: 25px;
    }
    /* Buton mini - botones pequeños de la web*/
    .button-mini {
        background-color: #2b3039;
        display: inline-block;
        color: #fff;
        font-size: 11px;
        padding: 5px 20px 5px 20px;
        text-decoration: none;
        cursor: pointer;
        border: 0px;
        border-radius: 25px;
    }
    .button-mini:hover {
        background-color: #B31221;
    }
    .button_header_cart {
        background: url(/template/web/bullet-arrow.png) left center no-repeat;
        color: #fff;
        padding: 0px 0px 0px 10px;
        border-radius: 25px;
    }
    .button_header_cart:hover {
        text-decoration: underline;
    }
    .button_notify_product {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        padding: 5px 0px 5px 0px;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        background: #2b3039 url(/template/web/icon-avisarme-product-box.png) no-repeat 50px 10px;
        border-radius: 25px;
    }
    .button_notify_product:hover {
        background: #B31221 url(/template/web/icon-avisarme-product-box.png) no-repeat 50px 10px;
    }
    .button_notify_product_info_big {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 8px 57px 8px 12px;
        text-decoration: none;
        cursor: pointer;
        background: #B31221;
        border-radius: 25px;
    }
    .button_notify_product_info_big:hover {
        background: #2b3039;
    }
    .button-login {
        background-color: #B31221;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        border: 0px;
        display: inline-block;
        color: #ffffff;
        font-size: 20px;
        font-weight: normal;
        padding: 5px 15px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 25px;
    }
    .button-login:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B31221), color-stop(1, #B31221));
        background: -moz-linear-gradient( center top, #B31221 5%, #B31221 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B31221', endColorstr='#B31221');
        background-color: #B31221;
    }
    .button_up {
        position: fixed;
        bottom: 10px;
        right: 5px;
        text-align: right;
        display: none;
        cursor: pointer;
        outline: none;
        transition: all 1s ease;
        opacity: 0;
        border-radius: 25px;
    }
    .button_up img {
        width: 52px;
        height: 48px;
        display: block;
    }
    /* Button in cart (en ficha de producto) */
    .button {
        margin: 5px;
        border-radius: 25px;
    }
    /* Buton mini - botones pequeños de la web*/
    .button-mini {
        margin: 5px;
        border-radius: 25px;
    }
    .button_up {
        display: block !important;
        border-radius: 25px;
    }
    #process {
        text-align: center;
    }
    #button_confirm {
        font-size: 24px;
        border-radius: 25px;
    }
    .button_buy_cat {
        border: 0px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        padding: 7px 0px;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        background: #B31221;
        border-radius: 25px;
    }
    .button_buy_cat:hover {
        background: #2c3039;
    }
    .button_buy_cat_vip {
        background: #ffbf00;
        border-radius: 25px;
    }
}


/******** FIN BUTTONS ************/


/******** HEADER *****************/

@media screen and (min-width: 700px) {
    #Logo {
        position: relative;
        display: inline-block;
        width: 26%;
    }
    #LogoResponsive {
        display: none;
    }
    /* Login box */
    #LoginBox {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 25%;
        text-align: left;
        height: 38px;
    }
    #MyAccountButton {
        position: relative;
        display: inline-block;
        padding-left: 30px;
        text-align: center;
    }
    #NewAccountButton {
        display: inline-block;
        padding-left: 20px;
        position: relative;
        text-align: center;
    }
    .user {
        display: block;
        text-align: right;
        color: #2B2F3A;
    }
    .user_logoff {
        display: block;
        text-align: right;
        color: #2B2F3A;
        line-height: 10px;
    }
    .user_logoff a {
        color: #2B2F3A;
        font-size: 11px;
    }
    .user_logoff a:hover {
        color: #B31221;
    }
    .LoginboxMyAccount {
        display: block;
        color: #2B2F3A;
        font-size: 15px;
        font-weight: bold;
    }
    .LoginboxMyAccount:hover {
        color: #B31221;
    }
    #NewAccountButton a {
        color: #2B2F3A;
        font-weight: 600;
    }
    #NewAccountButton a:hover {
        color: #B31221;
    }
    .LoginBoxLink {
        color: #2B2F3A;
        font-size: 14px;
    }
    .LoginBoxLink:hover {
        color: #B31221;
    }
    #button_login_account_form {
        position: absolute;
        width: 180px;
        height: 175px;
        top: 39px;
        left: 0px;
        padding: 10px;
        z-index: 999;
        display: none;
        background: #2B2F3A;
        font-size: 12px;
    }
    #box_login_user,
    #box_login_pass {
        color: #FFF;
        font-size: 13px;
        font-family: arial;
        margin: 5px 0px;
    }
    #email_address,
    #password {
        width: 90%;
        height: 14px;
        font-size: 12px;
        color: #6e5a99;
        margin: 0px 0px 5px 0px;
    }
    #remember {
        margin: 2px 0px 2px 0px;
        color: #FFF;
    }
    #box_login_forgotten {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    #box_login_forgotten a {
        color: #fff;
        border-bottom: 1px solid #bababa;
        font-size: 11px;
        font-family: arial;
    }
    #box_login_forgotten a:hover {
        color: #99D8E3;
    }
    #box_login_submit {
        position: absolute;
        bottom: 20px;
        left: 67px;
    }
    /* Shopping cart */
    #ShoppingCart {
        display: flex;
        align-items: center;
        position: relative;
        height: 60px;
        width: 25%;
        right: 0px;
        background: url(/template/web/bg-shopping-cart.png) left no-repeat;
    }
    #ShoppingCartLink {
        position: absolute;
        height: 60px;
        width: 60px;
        z-index: 999;
    }
    #HeaderWishlistCart{
        display: flex;
        align-items: center;
        position: relative;
        height: 60px;
        width: 9%;
        cursor:pointer;
    }
    #HeaderWishlistCartName{
        display: inline-flex;
        align-items: center;
        margin-left: 15%;
        /*margin: auto;*/
    }
    #HeaderWishlistCartNameBlock{
        position: relative;
    }
    .header_cart_contents {
        font-size: 12px;
        font-weight: bold;
        margin-left: 5px;
        background: #0B9BB2;
        border-radius: 15px;
        color: #fff;
        width: 26px;
        height: 26px;
        text-align: center;
        padding: 1px;
        position: absolute;
        top: 8px;
        left: 34px;
        line-height: 25px;
    }
    #GoCartMobile {
        display: none;
    }
    #ShoppingCartMobile {
        display: none;
    }
    #CartItemNumber {
        position: relative;
        width: 20px;
        height: 20px;
        left: 39px;
        text-align: center;
    }
    #CartItemNumber a {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
    }
    #PriceProductInCart {
        position: relative;
        left: 50px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        color: #B31221;
    }
    #cartLeft {
        width: 50%;
        display: inline-flex;
        align-items: center;
    }
    #cartRight {
        width: 50%;
    }
    #CheckoutButton {
        position: relative;
        text-align: left;
        font-size: 14px;
    }
    #GoCartButton {
        position: relative;
        text-align: left;
        font-size: 14px;
    }
    #SearchBox {
        position: relative;
        display: inline-block;
        height: 45px;
        width: 355px;
        border: 1px solid #999;
        box-sizing: border-box;
    }
    #block_search_mobile {
        display: inline-block;
        text-align: center;
        width: 42%;
    }
    #SearchBoxInput {
        border: 0px;
        padding: 0px;
        height: 43px;
        width: 100%;
        padding: 0 70px 0 10px;
        font-size: 16px;
        color: #666;
        box-sizing: border-box;
        outline: none;
    }
    #SearchBoxInput::placeholder {
        color: #666;
        opacity: 1;
    }
    #SearchBoxInput:-ms-input-placeholder {
        color: #666;
    }
    #SearchBoxInput::-ms-input-placeholder {
        color: #666;
    }
    #CloseSearchBoxButton{
        display: none;
        position: absolute;
        top: 2px;
        right: 35px;
        font-size: 25px;
        line-height: 25px;
        height: 27px;
        padding: 7px;
        cursor: pointer;
        color: #B31221; 
    }
    #CloseSearchBoxButton:hover{
        text-decoration: none;
    }
    #SearchBoxButton {
        position: absolute;
        top: 2px;
        right: 2px;
        background-color: transparent;
        height: 27px;
        padding: 5px;
        filter: invert(0.4);
    }
    #SearchBoxInputLabel {
        display: none;
    }
    
    .bloqueProductosSearchMasVendidos{
        display: flex;
        justify-content: space-evenly;
    }
    #ManufacturerBox {
        position: absolute;
        top: 83px;
        left: 490px;
        height: 38px;
        width: 188px;
        z-index: 100;
        /*background:url(/template/web/input-select-bg.png) left no-repeat;*/
        border-bottom: 1px solid #2facc2;
    }
    #ManufacturerBoxSelect {
        margin: 0px;
        padding: 0px;
        left: 0px;
        opacity: 0;
        width: 100%;
        top: 0px;
        position: absolute;
        height: 100%;
        z-index: 105;
    }
    .BoxSelect {
        color: #929292;
    }
    .ManufacturerBoxSelectLayer {
        color: #b2b2b2;
        height: 38px;
        border: 0px;
        padding: 0px 34px 0px 0px;
    }
    .ManufacturerBoxSelectText {
        display: block;
        overflow: hidden;
        padding: 9px 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        color: #2FACC2;
        font-size: 16px;
    }
    .ManufacturerBoxSelectArrow {
        background: url(/template/web/select.png) no-repeat;
        height: 32px;
        position: absolute;
        right: 0px;
        top: 4px;
        width: 32px;
    }
    #ContactInformation {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: left;
        justify-content: left;
        height: 38px;
        width: 40%;
        flex-wrap: wrap;
    }
    #ContactInformationResponsive {
        display: none;
    }
    #ContactInformationMail {
        position: relative;
        height: 27px;
        width: 155px;
        display: none;
    }
    #ContactInformationMail a {
        font-size: 18px;
        font-weight: normal;
        color: #e8e8e8;
    }
    #ContactInformationHorary {
        display: inline-block;
        position: relative;
        font-size: 14px;
        font-weight: 100;
        color: #666;
        text-align: right;
    }
    #ContactInformationHorary span {
        color: #2aacc2;
    }
    #ContactInformationPhone {
        padding-left: 10px;
        display: inline-block;
        position: relative;
        font-size: 14px;
        font-weight: 100;
        color: #2aacc2;
        text-align: left;
    }
    #ContactInformationPhone a {
        color: #2aacc2;
        font-weight: 100;
    }
    #ContactInformationWhatsapp {
        padding-left: 10px;
        display: inline-block;
        position: relative;
        font-size: 14px;
        font-weight: 100;
        color: #2aacc2;
        text-align: left;
    }
    #ContactInformationWhatsapp a {
        color: #2aacc2;
        font-weight: 100;
    }
    #account_header,
    #telephone_mobile,
    #search_header_responsive {
        display: none;
    }
    #HeaderInfo {
        position: absolute;
        top: 0px;
        left: 550px;
        height: 36px;
        font-size: 16px;
        font-weight: bold;
        color: #ffb200;
        text-align: left;
    }
    .HeaderInfoItem {
        position: relative;
        float: left;
        height: 31px;
        padding: 5px 0px 0px 0px;
    }
    .HeaderInfoItem a {
        color: #ada3c8;
        font-size: 18px;
        display: block;
        font-weight: normal;
    }
    .HeaderInfoItem a:hover {
        color: #ddd;
    }
    .SeparatorItem {
        position: relative;
        float: left;
        height: 36px;
        margin: 0px 10px 0px 10px;
    }
    #HeaderMenu {
        position: relative;
        align-items: center;
        position: relative;
        margin: auto;
        width: 1015px;
        height: 40px;
        text-align: center;
        /*background-color:#009db8;*/
    }
    #IconHome {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 40px;
        width: 40px;
    }
    #HeaderIcons {
        position: absolute;
        top: 5px;
        left: 10px;
        height: 30px;
        display: none;
    }
    #Languages {
        position: absolute;
        top: 10px;
        left: 94px;
        height: 30px;
    }
    #BannerEnvioGratisContainer {
        height: 38px;
        overflow: hidden;
        width: 20%;
    }
    #BannerEnvioGratis {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 120px;
        background: #B31221;
        border-radius: 180px;
        position: relative;
        top: -42px;
    }
    #BannerEnvioGratis a {
        display: block;
        padding-top: 45px;
        color: #FFF;
        text-align: center;
        font-size: 12px;
    }
    #BannerEnvioGratis a span {
        display: block;
    }
    #BannerEnvioGratis a strong {
        color: #FFF;
    }
    #SocialHeader {
        display: inline-block;
        position: relative;
        width: 20%;
        height: 38px;
        text-align: left;
    }
    #SocialHeaderResponsive {
        display: none;
    }
    #SocialHeaderTitle {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 102px;
        height: 25px;
        color: #fff;
        text-align: right;
        padding: 6px 0px 0px 0px;
    }
    #SocialHeaderIcons {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        text-align: center;
    }
    #MyAccountButton_Resp {
        display: none;
    }
    #CerradoHoy {
        position: absolute;
        top: -3px;
        left: 144px;
        z-index: 10;
    }
    #icon-ham {
        display: none;
    }
}

.bloqueProductosSearchMasVendidosContainer{
    flex: 1 1 auto;
}

.bloqueProductosSearchMasVendidosContainer h2{
    text-align: center;
}

#SocialHeaderTitle {
    display: none;
}
.search_suggestions{
    padding: 2px;
}
.search_suggestions .suggestion{
    color: #666;
    font-weight: lighter;
    display: block;
    padding: 3px 10px;
    outline: none;
    cursor: pointer;
}
.block_suggestions_search .suggestion{
    padding: 6px 10px;
}
.search-block-suggestions{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media screen and (min-width: 1400px) {
    #MyAccountButton {
        padding-left: 20px;
    }
    #PriceProductInCart {
        left: 70px;
    }
    #SearchBox {
        width: 505px;
    }
    #HeaderMenu {
        width: 1390px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #MyAccountButton {
        padding-left: 20px;
    }
    #PriceProductInCart {
        left: 60px;
    }
    #SearchBox {
        width: 460px;
    }
    #HeaderMenu {
        width: 1190px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #BannerEnvioGratis a {
        padding-top: 45px;
        font-size: 12px;
    }
}

@media screen and (min-width: 700px) and (max-width: 991px) {
    #BannerEnvioGratis a {
        padding-top: 45px;
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .search-noproducts-offers{ 
        flex-wrap: wrap;
    }

    #Logo {
        display: none;
    }
    #LogoResponsive {
        margin: auto;
        float: left;
        width: 200px;
        margin-left: 1%;
        margin-top: 9px;
    }
    #LogoResponsive img {
        width: 100%;
    }
    #LoginBox {
        display: none;
    }
    #MyAccountButton {
        display: block;
    }
    #NewAccountButton {
        display: none;
    }
    #IconHome {
        display: none;
    }
    #button_login_account_form {
        display: none;
    }
    #box_login_user {
        display: block;
    }
    #box_login_pass {
        display: block;
    }
    #ShoppingCart {
        display: none;
    }
    #ShoppingCartMobile {
        position: relative;
        float: right;
        width: 18%;
        text-align: left;
        padding: 13px 0px 0px 0px;
    }
    #CartItemNumberMobile {
        display: inline-block;
        background-color: #B31221;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 29px;
        vertical-align: middle;
        /* line-height: 20px; */
        text-align: center;
        border-radius: 50%;
        position: absolute;
        left: 40px;
        top: 11px;
    }
    #CartItemNumberMobile a {
        color: #fff;
        font-size: 13px;
        font-weight: 100;
    }
    #GoCartMobile {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #CartItemNumber {
        position: absolute;
        width: 37px;
        height: 24px;
        top: 10px;
        left: 44px;
        text-align: center;
    }
    #CartItemNumber a {
        font-size: 15px;
        /*color:[palette-color-1];    */
    }
    #PriceProductInCart {
        display: none;
    }
    #CheckoutButton {
        display: none;
    }
    #GoCartButton {
        display: none;
    }
    #SocialHeader {
        display: none;
    }
    #BannerEnvioGratis {
        height: 23px;
        display: flex;
        justify-content: center;
        align-content: center;
        padding-top: 5px;
        background: #B31221;
    }
    #BannerEnvioGratis a {
        color: #FFF;
    }
    #BannerEnvioGratis a strong {
        color: #FFF;
    }
    #MyAccountButton_Resp {
        background: url("/template/web/icon-access-client.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        display: block;
        height: 15px;
    }
    #SearchBoxInputLabel {
        display: none;
    }
    #SearchBoxInput::placeholder {
        color: #777;
        font-weight: 300;
        opacity: 1;
    }
    #SearchBoxInput:-ms-input-placeholder {
        color: #777;
        font-weight: 300;
    }
    #SearchBoxInput::-ms-input-placeholder {
        color: #777;
        font-weight: 300;
    }
    .bloqueProductosSearchMasVendidos{

    }
   #WishlistResponsive{
        margin: 10px 0px 0px 15px;
        text-align: left;
    }
    #ContactInformation {
        position: relative;
        float: left;
        margin: 10px 0px 10px 5px;
        text-align: left;
        display: none;
    }
    #ContactInformationHorary,
    #ContactInformationMail {
        display: none;
    }
    #ContactInformationPhone {
        font-size: 20px;
        color: #fff;
    }
    #ContactInformationPhone a {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .PhonePrefix {
        margin: 0px 10px 0px 0px;
        font-size: 14px;
    }
    #HeaderIcons {
        display: none;
    }
    #HeaderInfo {
        display: none;
    }
    #Languages {
        display: none;
    }
    #ManufacturerBox {
        display: none;
        position: relative;
        background: #06A0BA;
    }
    #ManufacturerBoxSelect {
        background: #06a0ba;
        color: #ffffff;
        font-size: 18px;
        height: 35px;
        position: relative;
        width: 98%;
        padding: 5px 0;
        margin: 5px 0;
        border: 0;
        border-bottom: 1px solid #ffffff;
    }
    .ManufacturerBoxSelectLayer {
        display: none;
    }
    #suggestions {
        position: relative;
        z-index: 101;
    }
    #SocialHeaderTitle {
        padding: 5px 0px;
    }
    #cartAlert {
        max-width: 300px;
    }
    #MyAccountButton {
        display: none;
    }
    #CerradoHoy {
        position: relative;
        z-index: 10;
        background: #2B2F3A;
    }
    #icon-ham {
        position: relative;
        float: left;
        width: 45px;
        padding: 12px 0px 0px 5px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }
    #block_logo_mobile {
        height: 55px;
        max-height: 55px;
        overflow: hidden;
        width: 100%;
        /* padding: 10px 0px 0px 0px; */
        background-color: #FFFFFF;
    }
    #block_search_mobile {
        display: block;
        top: 87px;
        background-color: #fff;
        clear: both;
        padding: 0px 10px 9px 10px;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #DDD;
    }
    /* Search box */
    #SearchBox {
        padding: 0px;
        position: relative;
        float: left;
        text-align: left;
        width: 100%;
    }
    #SearchBoxInput {
        position: relative;
        /* top: 0px; */
        /* left: -7px; */
        padding: 10px 70px 10px 15px;
        box-sizing: border-box;
        color: #2B2F3A;
        font-family: 'Montserrat', 'Open Sans';
        font-size: 14px;
        width: 100%;
        border: 1px solid #999;
        background: none;
        font-weight: lighter;
        outline: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #SearchBoxButton {
        position: absolute;
        top: 7px;
        right: 10px;
        height: 23px;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        filter: invert(100%);
        transform: rotate(270deg);
    }
    #CloseSearchBoxButton{
        display: none;
        position: absolute;
        top: 0px;
        right: 35px;
        font-size: 21px;
        line-height: 21px;
        height: 21px;
        padding: 9px;
        cursor: pointer;
        color: #B31221;
    }
    #CloseSearchBoxButton:hover{
        text-decoration: none;
    }
    #telephone_mobile {
        display: block;
        float: right;
        margin: 0px 5px 0px 0px;
        position: relative;
    }
    #account_header {
        display: block;
        float: right;
        margin: 12px 0px 0px 0px;
        position: relative;
        width: 40px;
    }
    #search_header_responsive {
        display: block;
        float: right;
        margin: 8px 0px 0px 0px;
        position: relative;
        width: 45px;
    }
    .bx-has-pager:not(#FooterTopValoraciones .bx-has-pager) {
        display: none;
    }
    #IconoMenu {
        width: 30px;
        filter: invert(1);
    }
    #IconCesta {
        width: 30px;
        margin-left: 5px;
        filter: invert(1);
    }
    #IconUser {
        width: 30px;
        filter: invert(1);
    }
    #IconSearch {
        width: 30px;
    }
    #IconTelefono {
        width: 45px;
    }
    #HeaderWishlistCart{
        display: none;
    }
}

@media screen and (max-width: 420px) {
    #CartItemNumberMobile {
        left: 37px;
        top: 8px;
        width: 21px;
        height: 21px;
        line-height: 19px;
    }
}

@media screen and (max-width: 325px) {
    #LogoResponsive {
        margin: auto;
        float: left;
        width: 90px;
        margin-top: 19px;
        text-align: center;
    }
    #ShoppingCartMobile {
        width: 45px;
    }
    #CartItemNumberMobile {
        left: 20px;
        top: 8px;
        width: 20px;
        height: 20px;
        line-height: 19px;
    }
    #CartItemNumberMobile a {
        color: #fff;
        font-size: 13px;
        font-weight: 100;
    }
}


/********** FIN HEADER ****************/


/********** MENU HEADER **************/


/* Main manu */

.nav>li>a {
    height: 23px;
    padding: 10px 35px;
    display: block;
    border-right: 1px solid #cbcbcb;
    color: #646464;
    font-size: 18px;
}

.nav>li>a:hover {
    color: #ffffff;
    background: #1b88bb;
}


/* First drop menu */

.nav li li a {
    display: block;
    z-index: 100;
    padding: 10px 15px;
    background: #eeeeee;
    position: relative;
    border-top: 1px dotted #175e4c;
    color: #333333;
    background: #eeeeee;
}

.nav li li a:hover {
    color: #ffffff;
    background: #05629F;
}


/* Second drop menu */

.nav li li li a {
    background: #eeeeee;
    z-index: 200;
    border-top: 1px solid #1d7a62;
}

.nav li li li a:hover {}


/* -------------------------- */


/* Estilos de maquetación del menú */

.nav,
.nav ul,
.nav li,
.nav a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}

.toggleMenu {
    display: none;
    padding: 0px 0px;
    color: #333333;
    text-align: center;
    position: absolute;
    top: -28px;
    right: 5px;
}

.nav {
    list-style: none;
    *zoom: 1;
    /*background:#175e4c;*/
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 9em;
}

.nav li {
    position: relative;
}

.nav>li {
    float: left;
}

.nav>li>.parent {
    /*
    background-image: url("/template/dusnic/menu/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
    */
}

.nav li ul {
    position: absolute;
    left: -9999px;
    width: 200px;
}

.nav>li.hover>ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

@media screen and (max-width: 700px) {
    .nav {
        display: none;
    }
    .active {
        display: block;
    }
    .nav>li {
        float: none;
    }
    .nav>li>a {
        color: #333333;
        border-bottom: 1px dotted #aaaaaa;
    }
    .nav>li>.parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100% !important;
    }
    .nav>li.hover>ul,
    .nav li li.hover ul {
        position: static;
    }
    #HeaderMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 150;
    }
    #HeaderMenu.--visible {
        pointer-events: auto;
    }
    #HeaderMenu.--visible:after {
        opacity: 1;
        pointer-events: auto;
    }
    .content-header-menu {
        background-color: #eee;
        color: #333;
        position: relative;
        max-width: 400px;
        width: calc(100% - 50px);
        height: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(-103%);
        transform: translateX(-103%);
        display: flex;
        flex-direction: column;
        will-change: transform;
        z-index: 160;
        pointer-events: auto;
    }
    .--visible .content-header-menu {
        -webkit-transform: none;
        transform: none;
    }
    .--animatable .content-header-menu {
        transition: all 130ms ease-in;
    }
    .--visible.--animatable .content-header-menu {
        transition: all 330ms ease-out;
    }
    #HeaderMenu:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    }
    #HeaderMenu .social_button {
        display: inline-block;
    }
    #ContactInformationResponsive {
        color: #2B2F3A;
        font-size: 14px;
        text-align: left;
    }
    .tituloMenuResponsive {
        display: block;
        color: #2B2F3A;
        /* font-size: 15px; */
        text-align: left;
        /* text-transform: uppercase; */
    }
    #ContactInformationHoraryResponsive {
        padding: 15px 0px 10px 10px;
        /* border-bottom: 1px solid #fff; */
        background-color: #eee;
    }
    #ContactInformationHoraryResponsive>div {
        background: url(/template/web/mobile/icon-time.png) left top/23px no-repeat;
        padding-left: 30px;
    }
    #ContactInformationContactsResponsive {
        padding: 10px 0px 10px 10px;
        /* border-bottom: 1px solid #bebebe; */
        font-size: 16px;
        line-height: 25px;
        background-color: #eee;
    }
    #ContactInformationPhoneResponsive {
        background: url(/template/web/mobile/icon-telephone.png) left/23px no-repeat;
        padding-left: 30px;
    }
    #ContactInformationPhoneResponsive a {
        color: #2B2F3A;
    }
    #ContactInformationPhoneResponsive .PhonePrefix {
        font-size: inherit;
    }
    #ContactInformationMailResponsive a {
        color: #2B2F3A;
    }
    #ContactInformationMailResponsive {
        background: url(/template/web/mobile/icon-mail.png) left/23px no-repeat;
        padding-left: 30px;
        font-size: 15px;
    }
    #SocialHeaderResponsive {
        padding: 15px 0px;
    }
    #SocialHeaderIcons {
        height: 31px;
    }
}

@media screen and (max-width: 320px) {
    #ContactInformationHoraryResponsive,
    #ContactInformationContactsResponsive {
        padding: 15px 0px 15px 15px;
        font-size: 14px;
        line-height: 19px;
    }
}


/********** FIN MENU HEADER **************/


/********** TOPNAV2 **************/


/* -------------------------- */


/* Estilos de disenyo del menu horizontal multisección */


/* -------------------------- */

@media screen and (min-width: 700px) {
    /*------------ Cabecera responsive ------------*/
    #head-menu_topnav2 {
        display: none;
    }
    /*------------ / Cabecera responsive ------------*/
    #menu_topnav2 {
        position: absolute;
        top: 0px;
        width: 100%;
        /*left:40px;*/
    }
    .toggleMenu_topnav2 {
        display: none;
    }
    /*------------ Primer nivel ------------*/
    ul#topnav2 {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        list-style: none;
        position: relative;
        height: 40px;
        background: #2B3039;
        display: flex;
        flex-flow: row wrap;
    }
    ul#topnav2>li {
        float: left;
        border-right: 1px solid #2B3039;
        text-align: center;
        flex: 1;
    }
    ul#topnav2>li>a {
        height: 20px;
        padding: 10px 5px;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Montserrat', 'Open Sans', normal;
        white-space: nowrap;
    }
    ul#topnav2>li:first-child>a {
        background: #B31221;
    }
    ul#topnav2>li:nth-child(2)>a.current.change,
    ul#topnav2>li:nth-child(2)>a.change,
    ul#topnav2>li:nth-child(2)>a.current,
    ul#topnav2>li:nth-child(2)>a:hover {
        background: #B31221;
    }
    /*--Cambia color cuando se pone puntero encima--*/
    ul#topnav2>li>a.change {
        /*background:#2B3039;*/
        background: #007A94;
        color: #FFF;
    }
    ul#topnav2>li>a.current {
        /*background:#2B3039;*/
        background: #007A94;
        color: #FFF;
    }
    /*--Cambia color categoria actual cuando visualizas otra--*/
    ul#topnav2>li>a.current.change {
        background: #0185A1;
        color: #FFF;
    }
    /*------------ Fin Primer nivel ------------*/
    /*------------ Segundo nivel ------------*/
    ul#topnav2>li>ul {
        margin: 0px;
        float: left;
        padding: 15px 0;
        position: absolute;
        left: 0;
        top: 40px;
        display: none;
        width: 1000px;
        /*background: url("/template/web/fondo-menu.png") no-repeat scroll right bottom #2B3039;*/
        background: #FFF;
        color: #000;
        z-index: 1;
        border-bottom: 1px solid #2B2F3A;
        text-align: left;
    }
    ul#topnav2>li>ul.has_banners {
        width: 600px;
    }
    ul#topnav2>li>ul.banner_menu {
        width: 400px;
        left: auto;
        right: 0;
    }
    ul#topnav2>li>ul>li {
        float: left;
        display: block;
        /*border-right: 1px dotted #D3D3D3;*/
        width: 190px;
        font-size: 12px;
        margin: 0px 10px 10px 10px;
        padding: 10px;
    }
    ul#topnav2>li>ul>li:last-child {
        border: none;
    }
    ul#topnav2>li>ul>li>a {
        padding: 0px 0px 5px 0px;
        display: block;
        color: #2B2F3A;
        text-decoration: none;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 17px;
    }
    ul#topnav2>li>ul>li.change {
        display: block !important;
    }
    ul#topnav2>li>ul>li>a:hover {
        color: #B31221;
    }
    ul#topnav2>li>ul>li>a.current {
        font-weight: bold;
    }
    /*------------ Fin Segundo nivel ------------*/
    /*------------ Tercer nivel ------------*/
    ul#topnav2>li>ul>li>ul {
        position: relative;
        margin: 0px;
        padding: 0px;
        display: block;
    }
    ul#topnav2>li>ul>li>ul.banner_menu {
        display: block;
    }
    ul#topnav2>li>ul>li>ul>li {
        float: none !important;
        text-decoration: none;
        list-style-type: none;
        padding-top: 5px;
        height: 20px;
        overflow: hidden;
    }
    ul#topnav2>li>ul>li>ul.banner_menu>li {
        height: 100%;
        padding: 5px;
    }
    ul#topnav2>li>ul>li>ul>li>a {
        /* background: url("/template/web/header-menu/flechaMenu.gif") no-repeat  left; */
        display: inline-block;
        font-size: 14px;
        text-transform: capitalize;
        padding: 0px;
        color: #2B2F3A;
        height: 20px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    ul#topnav2>li>ul>li>ul.banner_menu>li>a {
        overflow: auto;
        height: 100%;
    }
    ul#topnav2>li>ul>li>ul.banner_menu>li img {
        max-width: 190px;
    }
    ul#topnav2>li>ul>li>ul>li>a.view_more {
        text-decoration: underline;
    }
    /*--Cambia color cuando se pone puntero encima--*/
    ul#topnav2>li>ul>li>ul>li>a.change {
        color: #2B2F3A;
        /*display: block;*/
    }
    ul#topnav2>li>ul>li>li>ul>a.current {
        font-weight: bold;
    }
    ul#topnav2>li>ul>li>ul>li>a:hover {
        color: #B31221;
    }
    /*------------ Fin Tercer nivel ------------*/
    /*----------Clases para Javascript nueva clase=ul_1_format------*/
    /*--Nuevo formato en nivel 2--
    ul#topnav2>li>ul.ul_1_format{
       color: #FF0000;
       height: none;
    }
    ul#topnav2>li>ul.ul_1_format>li{
        display: inline-block;
        width: 195px;
        border:none;
        height: 25px;
    }
    /*Clase para el cambio de un li que se ha selecionado para ver su tercer nivel
    ul#topnav2>li>ul.ul_1_format>li.vision{
        background: #4c4e53;
    }
    /*Cambio de altura para los "li" de una fila
    ul#topnav2>li>ul.ul_1_format>li.cambio_li{
        height: 68px;
    }

    ul#topnav2>li>ul.ul_1_format>li.vision>a{
        color:#ffffff;
    }
    ul#topnav2>li>ul.ul_1_format>li>a{
       font-size: 14px;
       text-align: center;
    }



    /*--Nuevo formato en nivel 3--

    ul#topnav2>li>ul.ul_1_format>li>ul{
       height: 68px;
       position: absolute;
       width: 100%;
       left: 0px;
       background: #4c4e53;
       margin:10px 0px 20px 0px;
    }

    /*Muestra el tercer nivel
    ul#topnav2>li>ul.ul_1_format>li>ul.mostrar{
        display: block!important;
    }

    ul#topnav2>li>ul.ul_1_format>li>ul>li{
        float:left;
        display: inline-block;
        width: 227px;
        border: medium none;
        padding: 8px 9px;
        text-align: center;
    }

    ul#topnav2>li>ul.ul_1_format>li>ul>li>a{
       font-size: 13px;

    }*/
    /*--OTROS--*/
    /*Clase para la categorias con scroll */
    .select {
        display: block!important;
    }
    .scroll-pane {
        padding-top: 10px;
        width: 200px;
        height: 300px;
        overflow: hidden
    }
    .scroll-pane ul {
        position: relative;
        margin: 0px;
        padding: 0px;
        display: none;
    }
    .scroll-pane li {
        float: none !important;
        text-decoration: none;
        list-style-type: none;
        border-bottom: 1px dotted #D3D3D3;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
    .scroll-pane li>a {
        display: inline;
        font-size: 14px;
        text-transform: capitalize;
        padding: 0px;
        /*color: #cccccc;*/
        color: #2B2F3A;
    }
    .scroll-pane li>a:hover {
        /*color:#009DB8;*/
        color: #2B3039;
    }
}

@media screen and (min-width: 1400px) {
    ul#topnav2>li>a {
        padding: 10px 15px;
    }
    /*------------ Segundo nivel ------------*/
    ul#topnav2>li>ul {
        width: 1400px;
    }
    ul#topnav2>li>ul.has_banners {
        width: 800px;
    }
    ul#topnav2>li>ul.banner_menu {
        width: 600px;
        left: auto;
        right: 0;
    }
    ul#topnav2>li>ul.ul_1_format>li {
        width: 190px;
    }
    ul#topnav2>li>ul.banner_menu.ul_1_format>li {
        width: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    ul#topnav2>li>a {
        padding: 10px 8px;
    }
    /*------------ Segundo nivel ------------*/
    ul#topnav2>li>ul {
        width: 1200px;
    }
    ul#topnav2>li>ul.has_banners {
        width: 700px;
    }
    ul#topnav2>li>ul.banner_menu {
        width: 500px;
        left: auto;
        right: 0;
    }
    ul#topnav2>li>ul.banner_menu.ul_1_format>li {
        width: auto;
    }
}


/* -------------------------- */


/* Estilos de dise�o del men� horizontal multisección */


/* -------------------------- */

@media screen and (max-width: 700px) {
    /*
    .toggleMenu_topnav2{
        color: #FFFFFF;
        display: block;
        font-size: 16px;
        padding: 10px 0;
        text-decoration: none;
        background: #007a94;
        text-align: center;
        border-top:1px solid #ddd;
        border-bottom:1px solid #ddd;
    }
    */
    /*------------ Cabecera responsive ------------*/
    #head-menu_topnav2 {
        background-color: #017a95;
        color: #fff;
        height: 50px;
        min-height: 50px;
        text-align: left;
    }
    #head-menu_topnav2 .header-menu-title {
        display: inline-block;
        padding-top: 15px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 20px;
    }
    #HeaderMenu #head-menu_topnav2 #close-menu-responsive {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        font-size: 20px;
        font-weight: 900;
        background-color: #017a95;
        color: #fff;
        /* border-radius: 50%; */
        /* box-sizing: border-box; */
        /* margin: 2px; */
        /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
        /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    }
    #HeaderMenu.--visible #head-menu_topnav2 #close-menu-responsive {
        right: -50px;
    }
    /*------------ Primer nivel ------------*/
    #body-menu_topnav2 {
        overflow-Y: scroll;
        overflow-x: hidden;
    }
    ul#topnav2 {
        margin: 0;
        padding: 0px 0px 0px 0px;
        width: 100%;
        list-style: none;
        position: relative;
        font-size: 14px;
        display: block;
        text-align: left;
        /* background-color: #eeeeee; */
        background-color: #2B2F3A;
    }
    ul#topnav2>li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #77c2d1;
        border-bottom: 1px solid #fff6;
        padding: 8px 0px 0px 0px;
        position: relative;
        /* background: url(/template/web/mobile/arrow-menu.png) 95%/7px no-repeat; */
    }
    ul#topnav2>li:first-child {
        background: #B31221;
    }
    ul#topnav2>li:last-child {
        border: none;
    }
    ul#topnav2>li>a {
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        font-weight: 500;
        /* text-transform: uppercase; */
        display: inline-block;
        padding-bottom: 8px;
        padding-left: 20px;
        color: #eee;
        text-decoration: none;
    }
    ul#topnav2>li.visualizando>a {
        background-color: #B31221;
    }
    ul#topnav2>li.current>a+ul {
        display: block;
    }
    ul#topnav2>li:first-child>a {
        background: #B31221;
    }
    ul#topnav2>li:first-child>a.current.change,
    ul#topnav2>li:first-child>a.change,
    ul#topnav2>li:first-child>a.current,
    ul#topnav2>li:first-child>a:hover {
        background: #B31221;
    }
    /*------------ Fin Primer nivel ------------*/
    /*------------ Segundo nivel ------------*/
    ul#topnav2>li>ul {
        display: none;
        margin: 0px;
        padding: 0px;
        position: relative;
        background: #FFF;
    }
    ul#topnav2>li>ul.current {
        display: block;
    }
    ul#topnav2>li>ul.banner_menu {
        display: none !important;
    }
    ul#topnav2>li>ul>li {
        display: block;
        width: 100%;
        font-size: 14px;
        text-decoration: none;
        min-height: 14px;
        padding: 8px 0px 0px 0px;
        background: #eee;
        position: relative;
        border-bottom: 1px solid #CCC;
    }
    ul#topnav2>li>ul>li>a {
        margin: 0px;
        display: inline-block;
        padding-bottom: 8px;
        padding-left: 20px;
        color: #333;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    ul#topnav2>li>ul>li.current>a {
        color: #B31221;
    }
    ul#topnav2>li>ul>li.current>a+ul {
        display: block;
    }
    /*------------ Fin Segundo nivel ------------*/
    /*------------ Tercer nivel ------------*/
    ul#topnav2>li>ul>li>ul {
        display: none;
        margin: 0px;
        padding: 0px;
        position: relative;
        background-color: #fff;
    }
    ul#topnav2>li>ul>li>ul>li {
        display: block;
        width: 100%;
        margin: 0px 0px 0px 0px;
        text-decoration: none;
        /*border-bottom: 1px solid #ddd; */
        min-height: 13px;
        padding-right: 20px;
        position: relative;
        background: #FFF;
        border-bottom: 1px solid #DDD;
        height: 31px;
    }
    ul#topnav2>li>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    ul#topnav2>li>ul>li>ul>li>a {
        display: inline-block;
        color: #494949;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 13px;
        padding-top: 8px;
        padding-left: 20px;
        padding-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    ul#topnav2>li>ul>li>ul>li.current>a,
    ul#topnav2>li>ul>li>ul>li>a.view_more {
        color: #B31221;
    }
    ul#topnav2>li>ul>li>ul>li>a.view_more {
        text-decoration: underline;
    }
    /*------------ Fin Tercer nivel ------------*/
    ul#topnav2 .arrow {
        position: absolute;
        height: 10px;
        width: 10px;
        top: 10px;
        left: calc(100% - 15px);
    }
    ul#topnav2 .arrow::before,
    ul#topnav2 .arrow::after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 0.15rem;
        height: 100%;
        transition: all 0.5s;
    }
    ul#topnav2 .open>.arrow::before,
    ul#topnav2 .current>.arrow::before {
        left: -2px;
        transform: rotate(45deg);
    }
    ul#topnav2 .open>.arrow::after,
    ul#topnav2 .current>.arrow::after {
        left: 5px;
        transform: rotate(-45deg);
    }
    ul#topnav2 .arrow::before,
    ul#topnav2 .closed>.arrow::before {
        left: -2px;
        transform: rotate(-45deg);
        background-color: #777777;
    }
    ul#topnav2 .arrow::after,
    ul#topnav2 .closed>.arrow::after {
        left: 5px;
        transform: rotate(45deg);
        background-color: #777777;
    }
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 320px) {
    ul#topnav2>li>a {
        height: 15px;
        line-height: 15px;
        font-size: 15px;
        padding: 15px 0px 15px 15px;
    }
}


/********** FIN TOPNAV2 **************/


/********** PAGE BODY ***************/


/*OPC*/

.opc_title {
    font-size: 20px;
    font-weight: bold;
    color: #007A94;
    width: 100%;
    padding: 10px 0px 2px 0px;
    margin: 0px 0px 3px 0px;
    border-bottom: 1px solid #dddddd
}

.method_title {
    font-weight: bold;
    font-size: 16px;
}

.method_envio_gratis {
    font-size: 12px;
    color: #b31221;
    margin: 5px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
}

.method_envio_te_faltan {
    font-size: 12px;
    color: #232615;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
}

.method_envio_te_faltan span {
    color: #b31221;
}

#shipping_state,
#shipping_country,
#payment_state,
#payment_country {
    width: 100%;
}

#shipping_address,
#account,
#payment {
    font-size: 14px;
}

#shipping_address input,
#shipping_address select,
#payment_address input,
#payment_address select {
    font-size: 14px;
}

#shipping_address td,
#payment_address td {
    padding: 4px 2px;
}

#shipping_addresses_list,
#payment_addresses_list {
    margin: 15px 0px 0px 0px;
}

.total_order_value {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
}

.total_item_value_text {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}

.total_item_value {
    text-align: right;
    font-size: 16px;
    font-weight: normal;
}

#opc_conditions {
    font-size: 12px;
}

@media screen and (min-width: 700px) {
    /* Shopping cart */
    .productListing {
        border-collapse: collapse;
        width: 1380px !important;
    }
    .productListing td {
        vertical-align: middle;
        border-bottom: 1px solid #EEEEEE;
        padding: 5px;
    }
    .productListing td td {
        border: none;
    }
    .tableHeader {
        font-weight: bold;
        background: #eeeeee;
        border: none;
        padding: 5px;
    }
    .productListingHeader-products {
        width: 70%;
    }
    .productListingHeader-quantity {
        width: 10%;
    }
    .productListingHeader-total {
        width: 15%;
    }
    .productListingHeader-remove {
        width: 5%;
    }
    .chemical-advice {
        font-size: 14px;
        color: #FE8712;
        border: 1px solid;
        padding: 4px 10px;
        border-radius: 5px;
    }
    /* create_account.php */
    #existing_user {
        width: 40%;
        float: right;
    }
    #new_account {
        width: 50%;
        float: left;
        padding: 0px 20px 0px 0px;
        border-right: 1px solid #cccccc;
    }
    .widthInput {
        width: 100%;
    }
    #new_account h3 {
        border-bottom: 1px solid #cccccc;
    }
    .checkout_bullet {
        background: #2b3039;
        text-indent: -9999px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 10px 0px 0px 0px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .input_field_short {
        width: 300px;
    }
    .input_field {
        width: 500px;
    }
    .input_field_long {
        width: 700px;
    }
    .titular {
        width: 100%;
        background-color: #007a94;
        color: #fff;
        font-size: 26px;
        text-align: center;
        padding: 5px 0px;
        margin: 10px 0px 0px 0px;
        font-weight: normal;
    }
    .headerNavigation {
        display: block;
        float: left;
        padding: 0px;
    }
    .bread_crumbs_arrow {
        float: left;
        margin: 0px 5px;
        position: relative;
        top: 3px;
    }
    #categoryDescriptionBottom {
        margin: 20px 0px 0px 0px;
    }
    /*OPC*/
    #new_order {
        border: 1px solid #cccccc;
        padding: 20px 0px;
    }
    #existing_users_form {
        border: 1px solid #cccccc;
        padding: 20px 20px;
    }
    #column_1 {
        width: calc(33% - 20px);
        float: left;
        padding: 0px 10px;
    }
    #column_2 {
        width: calc(33% - 20px);
        padding: 0px 10px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        float: left;
    }
    #column_3 {
        width: calc(33% - 20px);
        float: left;
        padding: 0px 10px;
    }
    #column_3 textarea {
        width: 100%;
    }
    #column_3bis {
        float: right;
        padding: 20px;
        text-align: right;
    }
    .opc_sub_title {
        font-size: 14px;
        font-weight: bold;
        color: #007A94;
        width: 100%;
        padding: 10px 0px 2px 0px;
        margin: 0px 0px 3px 0px;
        border-bottom: 1px solid #dddddd
    }
    .opc-step {
        vertical-align: middle;
        padding: 0px 10px 0px 0px;
    }
    .method_description {
        font-size: 13px;
        padding: 0px 0px 0px 5px;
        cursor: pointer;
    }
    .method_error {
        font-size: 12px;
        color: #999999;
    }
    .method_separator {
        border-bottom: 1px solid #eeeeee;
        margin: 2px 0px;
        height: 1px;
    }
    .opc_products {
        border-collapse: collapse;
        width: 100%;
    }
    .opc_totals {
        float: right;
        background-color: #f6f6f6;
        width: 100%;
        padding-right: 16px;
    }
    .opc_comments {
        padding: 10px 0px;
    }
    .opc_comments textarea {
        height: 60px;
    }
    .moduleRowSelected .description_module {
        clear: both;
        font-size: 12px;
        padding: 0px 0px 0px 15px;
        display: block;
    }
    .moduleRow .description_module {
        display: none;
        clear: both;
        font-size: 12px;
        padding: 0px 0px 0px 15px;
    }
    .mesage_error_cupon {
        font-size: 11px;
        color: #ff0000;
    }
    .td_cart_heading {
        font-size: 12px;
        color: #277ba0;
        font-weight: bold;
        padding: 5px 0px;
    }
    .td_cart_heading_qty {
        padding: 5px 3px;
    }
    .tr_cart_product {
        border-bottom: 1px solid #dddddd;
    }
    .td_cart_product_name {
        font-size: 12px;
        text-align: left;
        padding: 3px 0px;
    }
    .td_cart_product_qty {
        font-size: 12px;
        text-align: center;
        width: 40px;
        padding: 3px 5px;
    }
    .td_cart_product_price {
        font-size: 12px;
        text-align: right;
        padding: 3px 0px;
    }
    .td_cart_product_delete {
        font-size: 12px;
        text-align: center;
        padding: 3px 0px 3px 3px;
        cursor: pointer;
    }
    .collaspe {
        border-collapse: collapse;
    }
    .tr_th {
        border: 1px solid #ccc;
    }
    .tr_th th {
        font-weight: bold;
        padding: 3px;
        text-align: center;
    }
    .tr_td {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .account {
        text-align: center;
    }
    #discount_coupon_text {
        margin: 5px 0px 10px 0px;
    }
    #discount_coupon {
        height: 20px;
        width: 200px;
        padding-left: 10px;
        font-size: 14px;
    }
    /*---------------------------ENCUESTAS------------------------------------
    --------------------------------------------------------------------------------*/
    #encuesta {
        width: 100%;
        margin-bottom: 30px;
    }
    .block_question_title {
        font-weight: bold;
        margin: 0px 0px 10px 0px;
    }
    .block_question {
        margin: 10px 0px;
        background-color: #f3f3f3;
        border: 1px solid #e8e8e8;
        padding: 15px;
    }
    .shop_radio {
        margin: 0px 10px 0px 0px;
    }
    .shop_text {
        width: 80%;
        height: 50px;
        font-size: 16px;
    }
    #legend_lopd {
        font-size: 10px;
    }
    #input_lopd {
        margin: 10px 0px;
    }
    .SocialPollTitleShop {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
        font-weight: bold;
    }
    .SocialPollTitle {
        font-size: 14px;
        margin: 25px 0px 5px 0px;
        font-weight: bold;
    }
    #SocialPoll {
        margin: 0px 0px;
    }
    #SocialPoll a {
        cursor: pointer;
        display: inline-block;
        margin: 0px 3px;
    }
    #pop {
        z-index: 10000;
        position: absolute;
        top: 50px;
        left: calc(50% - 200px);
        text-align: center;
        display: none;
        width: 462px;
        height: 386px;
    }
    #pop_cerrar {
        position: absolute;
        top: 15px;
        right: 17px;
        cursor: pointer;
        z-index: 1000;
    }
    #pop_container {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 462px;
        height: 386px;
        z-index: 999;
    }
    #pop_social {
        position: absolute;
        top: 225px;
        left: 0px;
        text-align: center;
        width: 100%;
    }
    #pop_social img {
        margin: 0px 2px;
    }
    #fondoTransparente {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 9999;
        filter: alpha(opacity=70);
        opacity: .7;
    }
    #block_information_container {
        margin: 10px 0px;
        display: flex;
        flex-wrap: wrap;
    }
    #block_information_container a:hover {
        text-decoration: underline;
    }
    .block_information_item {
        position: relative;
        float: left;
        width: calc(33% - 40px);
        margin: 0px 20px;
    }
    .block_information_item_title {
        padding: 5px 10px;
        color: #B31221;
        font-size: 22px;
        text-align: center;
        margin: 0px;
        font-weight: normal;
    }
    .block_information_item_title a {
        color: #B31221;
        font-size: 22px;
        font-weight: 600;
    }
    .block_information_item_description {
        padding: 0px 0px 5px;
        font-size: 14px;
    }
    /*---------------------------FICHA MARCA------------------------------------
    --------------------------------------------------------------------------------*/
    .manufacturer_block {
        float: left;
        width: 630px;
        padding: 10px 0px 0px 20px;
    }
    .manufacturer_image {
        position: relative;
        float: right;
        /*width:265px;*/
        padding: 0px;
    }
    .manufacturer_image img {
        text-align: right;
    }
    #Banner-Envio-Gratis-Mv {
        display: none;
    }
    .manufacturer_info h1 {
        font-size: 28px;
        font-weight: bold;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    /* Shopping cart */
    .productListing {
        width: 1180px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* Shopping cart */
    .productListing {
        width: 980px !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 991px) {
    /* Shopping cart */
    .productListing {
        width: 680px !important;
    }
}

#bxslider_manufacturer_box {
    height: 59px;
    padding: 5px 0;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #BBB;
    margin: 10px auto 27px;
}

#bxslider_manufacturer .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    padding: 0 20px;
    width: calc(100% - 80px) !important;
}

.bxslider_manufacturers {
    margin: auto;
}

.bxslider_manufacturers li {
    width: initial !important;
    margin: 0px 22px;
    line-height: 55px;
    height: 55px;
    vertical-align: middle;
}

.bxslider_manufacturers li a img {
    max-width: 100%;
    max-height: 55px;
    display: inline;
    vertical-align: middle;
}

.inputRequirement {
    text-align: center;
    width: 15px;
    color: #fc7700;
}

.text_info {
    margin-left: 10px;
    font-style: italic;
}

.text_info_payment {
    font-size: 11px;
    font-style: italic;
}

.text_info_cart {
    font-size: 11px;
    font-style: italic;
}

.messageStackSuccess {
    background-color: #99ff00;
    color: #222;
}

.title_table_shipping {
    font-weight: bold;
    color: #fff;
    padding: 3px 10px;
}

.data_table_shipping {
    padding: 0px 10px;
}

#BOXsliderProductos {}

#BOXsliderProductos .bx-wrapper {
    margin: 0 auto 0;
}

#Box-Banner_index img {
    transition: all 0.2s ease-in-out 0s;
}

#Box-Banner_index img:hover {
    transform: scale(1.1);
    z-index: 9999;
}

#Box-Banner_index {
    /**border-top: 2px solid #2C3039;
    border-bottom: 2px solid #2C3039;*/
    padding: 0px 0 0px;
    margin-bottom: 0px;
    text-align: center;
}

.box-banner-tipo-1 {
    width: calc(100% - 20px);
    vertical-align: top;
    text-align: center;
    margin: 8px 10px;
    overflow: hidden;
}

.box-banner-tipo-2 {
    width: calc(50% - 22px);
    vertical-align: top;
    display: inline-block;
    margin: 8px 10px;
    overflow: hidden;
}

.box-banner-tipo-3 {
    width: calc(33% - 20px);
    vertical-align: top;
    display: inline-block;
    margin: 8px 10px;
    overflow: hidden;
}

.ver_todo_slider {
    text-align: center;
    margin: 10px 0 25px;
    clear: both;
}

.ver_todo_slider a {
    background: #B31221;
    color: #ffffff;
    font-size: 16px;
    padding: 7px 15px;
    display: inline-block;
}

.ver_todo_slider a:hover {
    background: #2c3039;
    color: #ffffff;
    text-decoration: none;
}


/*---------------------------FICHA MARCA------------------------------------
--------------------------------------------------------------------------------*/

@media screen and (max-width: 700px) {
    #manufacturers_categories {
        display: none;
    }
    #Box-Banner_index {
        margin-bottom: 5px;   
    }
}

.manufacturer {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    clear: both;
}

.manufacturer_info {
    position: relative;
    padding: 0px;
    /*background-color:#e8e7e7;*/
    overflow: hidden;
}

.manufacturer_info_extra {
    width: 100%;
}

.manufacturer_name {
    position: relative;
    font-family: arial;
    font-size: 38px;
    color: #000;
    border: 0px;
}

.manufacturer_description {
    position: relative;
    font-family: arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}

.manufacturers_categories {
    position: relative;
    width: 940px;
    padding: 15px 15px;
}

.manufacturers_categories_box {
    float: left;
    width: 450px;
}

.manufacturers_categories_box ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.manufacturers_categories_box ul li {
    border: 0px;
    list-style: none;
}

.manufacturers_categories_box ul li a {
    font-size: 18px;
    color: #008894;
    font-weight: normal;
}

.manufacturers_categories_box ul ul {
    margin: 0px 0px 0px 17px;
    padding: 0px;
}

.manufacturers_categories_box ul ul li {
    border: 0px;
    list-style: square;
    color: #008894
}

.manufacturers_categories_box ul ul li a {
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.manufacturers_categories_box_separator {
    clear: both;
    padding-bottom: 15px;
}

.boxHome {
    width: 100%;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.boxHomeContent {
    padding: 20px 0;
    line-height: 22px;
}

.boxHomeContent p {
    margin: 0px;
}

#payment_iframe {
    display: none;
    width: 100%;
    height: 800px;
    border: none;
}

.title_item_card {
    font-weight: bold;
    margin-top: 5px;
    font-style: italic;
}

.item_card {
    margin: 5px 0px;
}


/*-----------COOKIES------------*/

#cookies-message {
    bottom: 0;
    left: 0;
    font-family: Arial, Verdana;
    font-size: 18px;
    position: fixed;
    color: #FFF;
    padding: 20px;
    text-align: center;
    width: 100%;
    z-index: 999999999;
    background: none repeat scroll 0 0 #555;
    border-top: 1px solid #222;
}

#cookies-message a {
    color: #007a94;
}

#cookies-message a:hover {
    text-decoration: underline;
}

#cookies-message-container {
    margin: 5px auto;
    text-align: center;
    position: relative;
    text-align: center;
    width: 80%;
}

.celda_odd {
    padding: 5px 10px;
    background-color: #2eabc1;
    color: #fff;
}

.celda_even {
    padding: 5px 10px;
    background-color: #f5f5f5;
}

@media screen and (max-width: 700px) {
    .noShowMovil {
        display: none;
    }
    .box-banner-tipo-1 {
        width: 96%;
        text-align: center;
        margin: 2%;
    }
    .box-banner-tipo-2 {
        width: 96%;
        text-align: center;
        margin: 2%;
    }
    .box-banner-tipo-3 {
        width: 96%;
        text-align: center;
        margin: 2%;
    }
}

.search {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    clear: both;
}


/********** SIN RESULTADOS DE BUSQUEDA *********/

.SearchContainer:after {
    content: " ";
    display: block;
    clear: both;
}

.laguna-blue {
    color: #33b1c6;
}

#advanced-search-result .advancedSearchHeading {
    font-size: 23px;
}

.search-separator-line {
    border-bottom: 1px solid #EEE;
    width: 100%;
}

.SearchContent .no-products {
    text-align: center;
}

.SearchContent .no-products p {
    margin: 3px 0;
}

.SearchContent .no-products .no-products-title {
    font-size: 20px;
}

.SearchContent .no-products .no-products-subtitle {
    font-size: 17px;
}

.search-flower-background {
    background: url('/template/web/img-sup-no-busqueda.jpg') center repeat-x;
    height: 200px;
}

#search-noproducts-categories {
    margin: 20px 20px 0px 20px;
    text-align: center;
}

#search-noproducts-sections {
    margin: 0px 20px 10px 20px;
    text-align: center;
}

#search-noproducts-categories .search-noproducts-button {
    width: 22%;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    padding: 8px 5px 8px 5px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
}

#search-noproducts-sections .search-noproducts-button {
    width: 22%;
    display: inline-block;
    border: 2px solid #009db8;
    color: #009db8;
    font-size: 20px;
    padding: 6px 3px 6px 3px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#search-noproducts-categories .search-noproducts-button:hover,
#search-noproducts-sections .search-noproducts-button:hover {
    text-decoration: none;
}

#search-noproducts-sections .search-noproducts-button.last {
    margin-right: 0px;
}

#search-noproducts-sections .search-noproducts-button:hover {
    border: 2px solid #0075AD;
    color: #0075AD;
    background: #EEE;
}

#search-noproducts-categories .search-noproducts-button.perfumes:hover,
#search-noproducts-categories .search-noproducts-button.cosmetic:hover,
#search-noproducts-categories .search-noproducts-button.makeup:hover,
#search-noproducts-categories .search-noproducts-button.hair:hover,
#search-noproducts-categories .search-noproducts-button.bronzers:hover,
#search-noproducts-categories .search-noproducts-button.body:hover,
#search-noproducts-categories .search-noproducts-button.home:hover,
#search-noproducts-categories .search-noproducts-button.sunglasses:hover {
    background-color: #0075AD;
}

#search-noproducts-categories .search-noproducts-button.perfumes {
    background: #009db8 url('/template/web/icons/icon-perfumes.png') left 3px center no-repeat;
}

#search-noproducts-categories .search-noproducts-button.cosmetic {
    background: #009db8 url('/template/web/icons/icon-cosmetics.png') left 3px center no-repeat;
}

#search-noproducts-categories .search-noproducts-button.makeup {
    background: #009db8 url('/template/web/icons/icon-maquillaje.png') left 3px center no-repeat;
}

#search-noproducts-categories .search-noproducts-button.hair {
    background: #009db8 url('/template/web/icons/icon-hair.png') left 3px center no-repeat;
    margin-right: 0%;
}

#search-noproducts-categories .search-noproducts-button.bronzers {
    background: #009db8 url('/template/web/icons/icon-bronceadores.png') left 3px center no-repeat;
}

#search-noproducts-categories .search-noproducts-button.body {
    background: #009db8 url('/template/web/icons/icon-body.png') left 3px center no-repeat;
}

#search-noproducts-categories .search-noproducts-button.home {
    background: #009db8 url('/template/web/icons/icon-house.png') left 3px center no-repeat;
}

#search-noproducts-categories .search-noproducts-button.sunglasses {
    background: #009db8 url('/template/web/icons/icon-gafas.png') left 3px center no-repeat;
    margin-right: 0%;
}

.bestsellers-title {
    border-bottom: 1px solid #DDD;
}

.bestsellers-title span {
    border-bottom: 3px solid #009DB8;
    text-transform: uppercase;
    font-size: 20px;
}

#bxslider_bestsellers_box {
    border: none;
    max-width: 1360px;
}

/* #bxslider_bestsellers_box .bx-wrapper .bx-controls-direction a {
    top: 100%;
} */

#bxslider_bestsellers_box .ProductBox {
    position: relative;
    float: left;
    width: 173px !important;
    height: 395px;
    margin: 5px 10px 20px 10px;
}

#bxslider_bestsellers_box .bx-wrapper {
    margin: 0 auto 0;
}

#bxslider_bestsellers_box .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.SearchContent .ProductBox {
    /*margin: 5px 20px 20px 20px;*/
}

.search-noproducts-contact {
    background: url('/template/web/banner-contacto.jpg') #DDD left no-repeat;
    height: 318px;
}

.search-noproducts-contact p {
    padding-left: 300px;
    padding-right: 100px;
    text-align: center;
}

.search-noproducts-contact .bottom-banner-title {
    font-weight: 600;
    font-size: 20px;
    top: 70px;
    position: relative;
}

.search-noproducts-contact .bottom-banner-subtitle {
    top: 55px;
    position: relative;
}

.search-noproducts-contact .bottom-banner-body {
    top: 60px;
    position: relative;
}

.search-noproducts-contact .bottom-banner-body a {
    text-decoration: underline;
}

.search-noproducts-contact .bottom-banner-button {
    background: #009db8 url('/template/web/icons/icon-contact.png') left 3px center no-repeat;
    top: 80px;
    position: relative;
    color: #FFF;
    padding: 5px 60px;
    font-size: 20px;
}

.search-noproducts-contact .bottom-banner-button:hover {
    background-color: #0075AD;
}

.block_information_item_image a {
    display: block;
    width: 100%;
    text-align: center;
}

.block_information_item_image img {
    max-width: 100%;
}


/********** FIN SIN RESULTADOS DE BUSQUEDA *********/

@media screen and (max-width: 700px) {
    /** shopping-cart.php **/
    .chemical-advice {
        font-size: 12px;
        color: #FE8712;
        border: 1px solid;
        padding: 4px 10px;
        border-radius: 5px;
    }
    /* create_account.php */
    #existing_user {
        width: 100%;
        float: none;
    }
    #new_account {
        width: 100%;
        float: none;
    }
    .cartImage {
        display: none;
    }
    .input_field_short,
    .input_field,
    .input_field_long {
        width: 100%;
    }
    #breadcrumbs {
        display: none;
    }
    .bloque_tiendas_left {
        text-align: center;
    }
    .bloque_tiendas_right {
        text-align: center;
    }
    .tablas_privacidad {
        width: 300px!important;
    }
    /*--Cambia dimensiones Vídeo de Youtube--*/
    .MsoNormal object {
        height: 250px;
        width: 300px;
    }
    .text_info_cart {
        display: none;
    }
    .productListing-data a>b {
        font-size: 12px;
    }
    .productListing-gift {
        display: none;
    }
    .productListing-gift img {
        width: 22px;
    }
    #categoryDescription table {
        width: 100%!important;
    }
    #imagen_Puntos {
        width: 88%;
        margin: 0px!important;
    }
    #imagen_Regalo_Sorpresa {
        width: 88%;
        margin: 0px!important;
    }
    .titular {
        color: #000;
        font-size: 26px;
        text-align: center;
        margin: 10px 0px 10px 0px;
    }
    .subtotal {
        font-size: 20px;
    }
    #new_order {
        padding: 0px 0px 10px 0px;
    }
    #existing_users_form {
        padding: 0px 20px 10px 20px;
    }
    #existing_users_form input {
        display: block;
    }
    #existing_users_form .button-login {
        display: block;
        margin-top: 15px;
    }
    .password_forgotten {
        display: block;
        margin: 20px 0px 0px 0px;
    }
    .class_h1 {
        text-align: center;
    }
    #column_1 {
        /* width: 300px; */
        float: left;
        padding: 0px 10px;
    }
    #column_2 {
        /* width: 300px; */
        padding: 0px 10px;
        /* border-right: 1px solid #cccccc; */
        /* border-left: 1px solid #cccccc; */
        float: left;
    }
    #column_3 {
        margin: 10px 0px;
        padding: 0px 10px;
        clear: both;
    }
    #column_3 textarea {
        width: 100%;
    }
    #column_3bis {
        padding: 20px;
        text-align: center;
    }
    #categoryDescriptionBottom,
    .boxHome {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }
    .opc_sub_title {
        font-size: 14px;
        font-weight: bold;
        color: #007A94;
        width: 100%;
        padding: 10px 0px 2px 0px;
        margin: 0px 0px 3px 0px;
        border-bottom: 1px solid #dddddd
    }
    .opc-step {
        vertical-align: middle;
        padding: 0px 10px 0px 0px;
    }
    .method_description {
        font-size: 12px;
        padding: 0px 0px 0px 5px;
        cursor: pointer;
    }
    .method_error {
        font-size: 12px;
        color: #999999;
    }
    .method_separator {
        border-bottom: 1px solid #eeeeee;
        margin: 2px 0px;
        height: 1px;
    }
    .opc_products {
        /* border-collapse:collapse; */
        width: 100%;
    }
    .opc_totals {
        float: right;
        background-color: #f6f6f6;
        width: 100%;
        padding-right: 16px;
    }
    .opc_comments {
        padding: 10px 0px;
    }
    .opc_comments textarea {
        height: 60px;
    }
    .moduleRowSelected .description_module {
        clear: both;
        font-size: 12px;
        padding: 0px 0px 0px 15px;
        display: block;
    }
    .moduleRow .description_module {
        display: none;
        clear: both;
        font-size: 12px;
        padding: 0px 0px 0px 15px;
    }
    .mesage_error_cupon {
        font-size: 11px;
        color: #ff0000;
    }
    .td_cart_heading {
        font-size: 12px;
        color: #277ba0;
        font-weight: bold;
        padding: 5px 0px;
    }
    .td_cart_heading_qty {
        padding: 5px 3px;
    }
    .td_cart_product_name {
        font-size: 12px;
        border-bottom: 1px solid #dddddd;
        text-align: left;
        padding: 3px 0px;
    }
    .td_cart_product_qty {
        font-size: 12px;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        width: 40px;
        padding: 3px 5px;
    }
    .td_cart_product_price {
        font-size: 12px;
        border-bottom: 1px solid #dddddd;
        text-align: right;
        padding: 3px 0px;
    }
    .td_cart_product_delete {
        font-size: 12px;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        padding: 3px 0px 3px 3px;
        cursor: pointer;
    }
    #shipping_address,
    #account,
    #payment {
        font-size: 13px;
    }
    .collaspe {
        border-collapse: collapse;
    }
    .tr_th {
        border: 1px solid #ccc;
    }
    .tr_th th {
        font-weight: bold;
        padding: 3px;
        text-align: center;
    }
    .tr_td {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .account {
        text-align: center;
    }
    /*---------------------------ENCUESTAS------------------------------------
    --------------------------------------------------------------------------------*/
    #encuesta {
        width: 100%;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .block_question_title {
        font-weight: bold;
        margin: 0px 0px 10px 0px;
    }
    .block_question {
        margin: 10px 0px;
        background-color: #f3f3f3;
        border: 1px solid #e8e8e8;
        padding: 15px;
    }
    .shop_radio {
        margin: 0px 0px 7px 0px;
        display: block;
        font-size: 18px;
    }
    .shop_text {
        width: 95%;
        height: 100px;
        font-size: 18px;
    }
    #legend_lopd {
        font-size: 10px;
    }
    #input_lopd {
        margin: 10px 0px;
    }
    .button {
        font-size: 20px;
    }
    .SocialPollTitleShop {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
        font-weight: bold;
    }
    .SocialPollTitle {
        font-size: 14px;
        margin: 25px 0px 5px 0px;
        font-weight: bold;
    }
    #SocialPoll {
        margin: 0px 0px;
    }
    #SocialPoll a {
        cursor: pointer;
        display: inline-block;
        margin: 0px 3px;
    }
    #pop {
        z-index: 10000;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        background: url(/template/web/popup/bg.png) top center no-repeat;
        display: none;
        width: 100%;
        height: auto;
    }
    #pop_cerrar {
        position: absolute;
        top: 15px;
        right: 17px;
        cursor: pointer;
        z-index: 1000;
    }
    #pop_container {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        z-index: 999;
    }
    #pop_social {
        position: absolute;
        top: 225px;
        left: 0px;
        text-align: center;
        width: 100%;
    }
    #pop_social img {
        margin: 0px 1px;
    }
    #fondoTransparente {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 9999;
        filter: alpha(opacity=70);
        opacity: .7;
    }
    #SliderCategories {
        margin-top: 10px;
    }
    #block_information_container {
        margin: 10px 0px;
        padding: 20px;
        background: #EEE;
        overflow: hidden;
    }
    #block_information_container a:hover {
        text-decoration: underline;
    }
    .block_information_item {
        position: relative;
        width: 100%;
        margin: 10px 0px;
    }
    .block_information_item_image {
        text-align: center;
    }
    .block_information_item_image img {
        max-width: 100%;
        margin: 0 auto;
    }
    .block_information_item_title {
        padding: 5px 10px;
        color: #B31221;
        font-size: 22px;
        text-align: center;
        margin: 0px;
        font-weight: normal;
    }
    .block_information_item_title a {
        color: #B31221;
        font-size: 22px;
        font-weight: 600;
    }
    .block_information_item_description {
        padding: 0px 0px 20px;
        font-size: 14px;
    }
    .bx-wrapper {
        margin-bottom: 10px !important;
    }
    .manufacturer_block {
        padding: 10px 2%;
        width: 96%;
    }
    .manufacturer_image {
        float: none;
        text-align: center;
    }
    #Banner-Envio-Gratis-Mv {
        margin: 0px 0px;
    }
}


/********** SIN RESULTADOS DE BUSQUEDA ****/

@media screen and (min-width: 700px) {
    .SearchContainer {
        position: relative;
        margin: auto;
        width: 980px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
    }
    .SearchContent {
        position: relative;
        float: right;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
}

@media screen and (min-width: 1400px) {
    .SearchContainer {
        width: 1380px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .SearchContainer {
        width: 1180px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .SearchContainer {
        width: 980px;
    }
}

@media screen and (max-width: 700px) {
    .SearchContainer {
        position: relative;
        text-align: left;
    }
    .SearchContent {
        position: relative;
        float: none;
        margin: 0px 5px 0px 5px;
    }
    .SearchContent .ProductBox {
        margin: 0px auto;
    }
    #bxslider_bestsellers_box .ProductBox {
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        float: none;
        width: calc(50% - 25px) !important;
        padding: 10px;
        margin: 0px auto;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        background: none !important;
        overflow: hidden;
        text-align: left;
        display: inline-block;
    }
    #bxslider_bestsellers_box .bxslider_bestsellers {
        padding: 0;
    }
    #bxslider_bestsellers_box .ProductBox .bx-wrapper img {
        max-width: 100%;
        display: block;
    }
    #bxslider_bestsellers_box .ProductBox .ProductName {
        /*  display: block;
        position: absolute;
        right: 0;
        text-align: left;
        top: 25px;
        width: 64%;
        overflow: hidden;
        height: 43px;*/
    }
    #bxslider_bestsellers_box .ProductBox .ProductName a {
        color: #333333;
        font-size: 15px;
    }
    .search-noproducts-contact {
        background: url(/template/web/banner-contacto.jpg) right;
        height: 250px;
    }
    .search-noproducts-contact p {
        padding: 0px;
    }
    .search-noproducts-contact .bottom-banner-title {
        top: 20px;
    }
    .search-noproducts-contact .bottom-banner-subtitle {
        top: 0px;
    }
    .search-noproducts-contact .bottom-banner-body {
        top: 20px;
    }
    .search-noproducts-contact .bottom-banner-button {
        top: 20px;
    }
}

@media screen and (max-width: 700px) {
    #search-noproducts-categories .search-noproducts-button,
    #search-noproducts-sections .search-noproducts-button {
        width: 45%;
        margin-right: 0%;
    }
}

@media screen and (max-width: 450px) {
    #search-noproducts-categories .search-noproducts-button,
    #search-noproducts-sections .search-noproducts-button {
        width: 100%;
        margin-right: 0%;
    }
}


/********** FIN SIN RESULTADOS DE BUSQUEDA ****/


/********** FIN PAGE BODY ***********/


/********** MODULOS *****************/

@media screen and (min-width: 700px) {
    /*AVISARME*/
    #box_notification {
        position: relative;
        margin: 10px 0px 0px 0px;
        width: 375px;
        height: 110px;
        border: 1px solid #009db8;
        overflow: hidden;
    }
    #title_box_notification {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 23px;
        padding: 0px 0px 0px 0px;
        background-color: #009db8;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    /*-----------COOKIES------------*/
    #cookies-message {
        bottom: 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 999999999;
        border: none;
        /* background-color: #009db8; */
        background-color: #333;
    }
    #cookies-message-container {
        margin: 5px auto;
        text-align: center;
        position: relative;
        text-align: center;
        width: 100%;
    }
    #birthday_container {
        width: 100%;
        font-size: 14px;
        position: relative;
        margin: 20px 0px 0px 0px;
        text-align: center;
    }
    #birthday_title {
        color: #fff;
        font-size: 36px;
        margin: 0px 0px 0px 0px;
        text-align: center;
        background-color: #22a8c1;
    }
    #birthday_footer {
        background-color: #1aa5bc;
        width: 100%;
        height: 25px;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    #birthday_column_left {
        background-color: #fff;
        width: 70%;
        font-size: 14px;
        position: relative;
        float: left;
        margin: 20px 0px 0px 0px;
        text-align: left;
    }
    #birthday_column_right {
        background-color: #fff;
        width: 20%;
        font-size: 14px;
        position: relative;
        float: right;
        margin: 20px 0px 0px 0px;
        text-align: center;
    }
    .input_title {
        position: relative;
        width: 90px;
        float: left;
        margin: 0px 0px 0px 0px;
    }
    #email_input {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #pass_input {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    .input_birthday {
        float: left;
        width: 70%;
    }
    .input_birthday input {
        width: 100%;
        height: 27px;
        border: 1px solid #cacaca;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
    }
    #birthday_container #birthday_select_day {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #birthday_container #birthday_select_month {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #birthday_container #birthday_select_year {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #birthday_container select {
        font-size: 16px;
        height: 25px;
        font-weight: normal;
        color: #5f5f5f;
    }
    #birthday_container #birthday_select_day {
        border: 1px solid #c9c9c9;
        width: 65px;
    }
    #birthday_container #birthday_select_month {
        border: 1px solid #c9c9c9;
        width: 130px;
    }
    #birthday_container #birthday_select_year {
        border: 1px solid #c9c9c9;
        width: 65px;
    }
    #birthday_text {
        position: relative;
    }
    #birthday_button_submit_container {
        width: 100%;
        text-align: center;
        margin: 30px 0px;
    }
    #birthday_button_submit {
        position: relative;
        width: 100%;
        text-align: center;
    }
    #birthday_return {
        position: relative;
        margin: 20px 0px 0px 0px;
    }
    #Box-newsletter-header {
        height: 60px;
        position: relative;
        margin-bottom: 20px;
    }
    #text-newsletter {
        position: absolute;
        top: 5px;
        left: 87px;
    }
    #privacidad-newsletter {
        position: absolute;
        top: 30px;
        left: 82px;
    }
    #email-newsletter {
        position: absolute;
        left: 516px;
        top: 9px;
    }
    #NewsletterBoxHeader {
        position: relative;
        height: 41px;
        width: 275px;
    }
    #NewsletterBoxInputHeader {
        height: 30px;
        left: 10px;
        padding: 0;
        position: absolute;
        top: 6px;
        width: 230px;
    }
    #NewsletterBoxButtonHeader {
        position: absolute;
        right: 3px;
        top: 3px;
    }
}

/* #GaleriaInicio .bx-wrapper .bx-pager,
#GaleriaInicio .bx-wrapper .bx-controls-auto {
    bottom: 10px;
} */

#GaleriaInicio .bx-wrapper {
    margin-bottom: 0px !important;
}


/* NEWSLETTER HEADER */

#Box-newsletter-header {
    background: #96D6E0;
}

#text-newsletter .primero-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

#text-newsletter .segundo-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

#privacidad-newsletter .accept_policy_text_header {
    color: #ffffff;
}

#privacidad-newsletter a {
    color: #ffffff;
}

#NewsletterBoxHeader {
    background: #ffffff;
}

#NewsletterBoxInputHeader {
    border: 0 none;
    color: #b2b2b2;
}

#NewsletterBoxButtonHeader a {
    cursor: pointer;
}


/*AVISARME*/

#form_response_notification {
    position: absolute;
    top: 21px;
    left: 0px;
    color: #FFFFFF;
    display: none;
    padding: 2px;
    text-align: center;
    width: 100%;
    background-color: #d96200;
}

#email_notification {
    position: absolute;
    top: 45px;
    left: 15px;
    font-size: 14px;
    color: #6f6f6f;
    width: 60%;
    height: 27px;
    padding: 2px 5px;
}

#button_notify {
    position: absolute;
    top: 45px;
    right: 10px;
    cursor: pointer;
}

#accept_form_notification {
    position: absolute;
    top: 84px;
    left: 15px;
}

.text_accept_form_notification {
    color: #545454;
    font-size: 13px;
}


/*PUNTOS*/

.puntos_item {
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

.puntos_incompatibles {
    margin: 10px 0px 0px 0px;
    font-style: italic;
}


/*PACKS REGALOS*/

#shopping_cart_promo {
    text-align: center;
    font-size: 20px;
}


/*INSTANT SEARCH*/
#searchResults{
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 166px);
    z-index: 501;
    background-color: #FFFFFF;
    overflow: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}
@media screen and (max-width: 700px){
    #searchResults{
        height: calc(100vh - 173px);
        top: 133px;
        z-index: 100;
        padding-top: 0px;
    }
    #searchResults .bestsellers-title{
        border: none;
    }
    .SearchContainer #ColumnLeft{
        padding-bottom: 0px;
    }
}
#keywords {
    width: 150px;
    height: 13px;
    color: #888;
    font-style: italic;
}

.suggestionsBox {
    position: absolute;
    left: -1px;
    margin: 1px 0px 0px 0px;
    width: 100%;
    /*max-width: 420px;*/
    height: auto;
    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666;
    text-align: left;
}

.suggestionList ul {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    height: 100px;
    border-bottom: 1px dotted #cccccc;
}

.suggestionList li:hover {
    background-color: #f5f5f5;
    color: #FFFFFF;
}

#search_text_box {
    margin: 10px 0px;
    font-size: 11px;
}

.search_text_box_avanzado {
    margin: 10px 0px;
    font-size: 11px;
    font-weight: bold;
}

.InstantSearchCaja {
    position: relative;
    margin: 0px;
}

.InstantSearchImage {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
}

.InstantSearchImage img {
    max-height: 100%;
}

.InstantSearchNombre {
    position: absolute;
    top: 5px;
    left: 120px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #333;
    text-align: left;
    width: calc(100% - 120px);
    height: 45px;
    overflow: hidden;
}

.InstantSearchDescripcion {
    position: absolute;
    top: 45px;
    left: 120px;
    font-size: 10px;
    text-align: left;
    color: #555;
    width: calc(100% - 120px);
    height: 45px;
    overflow: hidden;
}

.InstantSearchPrecio {
    position: absolute;
    top: 45px;
    left: 120px;
    text-align: left;
}

.InstantSearchPrecioNormal {
    color: #B31221;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat-Bold';
}

.InstantSearchPrecioOfertaAnt {
    text-decoration: line-through;
    color: #7d7b7c;
    font-size: 18px;
}

.InstantSearchPrecioOferta {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat-Bold';
    color: #B31221;
    margin-left: 20px;
}

@media screen and (min-width: 1400px) {
    .suggestionsBox {
        /*width: 570px;*/
    }
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .suggestionsBox {
        /*width: 495px;*/
    }
}


/*VOTACION*/

#cuadro_voto {
    position: relative;
    height: 340px;
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #ddd;
}

#cuadro_voto_titulo {
    color: #730319;
    font-size: 11px;
    font-weight: bold;
    left: 25px;
    position: absolute;
    top: 10px;
}

#cuadro_voto_puntuacion {
    position: relative;
    width: 100%;
    margin: 5px 0px 5px 0px;
    font-family: arial;
    font-size: 11px;
}

#cuadro_voto_numero {
    position: relative;
    width: 100%;
    margin-left: 5px;
}

#cuadro_voto_opinion {
    position: relative;
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

#cuadro_voto_estrellas {
    position: relative;
    width: 100%;
    margin: 15px 0px 0px 0px;
    font-size: 12px;
}

#cuadro_voto_estrellas_valoracion {
    position: relative;
    float: left;
    margin: 2px 0px 0px 40px;
}

#cuadro_voto_estrellas_ya_votado {
    position: relative;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}

#cuadro_voto_estrellas_stars {
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
}

#cuadro_voto_user {
    position: relative;
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

#voto_user {
    width: 235px;
    padding: 10px;
    border: none;
    font-size: 16px;
}

#voto_comment {
    width: 235px;
    height: 100px;
    font-size: 14px;
    color: #777;
    border: none;
    padding: 10px;
}

#cuadro_voto_comment {
    position: relative;
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

#cuadro_voto_accept {
    position: relative;
    float: left;
    margin: 5px 0px 0px 30px;
    text-align: left;
}

#cuadro_voto_boton {
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

#bloque_info {
    position: relative;
    width: 100%;
    margin: 6px 0px 0px 0px;
    color: #019bb6;
    font-weight: bold;
}

#cuadro_voto_colaborar {
    color: #019bb6;
    display: none;
    position: relative;
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.stars {
    cursor: pointer;
    vertical-align: middle;
}


/*Comentario de productos*/

.products_encuesta {
    position: relative;
    margin: 15px 0px;
    height: 200px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.products_encuesta_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    text-align: center;
}

.products_encuesta_votes img {
    margin: 0px;
    cursor: pointer;
}

.products_encuesta_text {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 440px;
    height: 100%;
}

.products_encuesta_image {
    position: absolute;
    top: 0px;
    left: 0px;
}

.products_encuesta_title {
    color: #444d49;
    font-size: 20px;
}

.products_encuesta_comment {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.products_encuesta_votes {
    position: absolute;
    top: 60px;
    left: 0px;
}

.products_comentario {
    width: 418px;
    height: 80px;
}

.encuesta_input {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px;
}

.input_nombre_publico {
    width: 270px;
    margin: 0px 5px;
}

.prod_comentario {
    margin-bottom: 20px;
}

.prod_comentario_nombre {
    font-size: 18px;
    color: #444d49;
    margin-bottom: 10px;
}

.prod_comentario_nombre span {
    font-size: 11px;
}

.prod_comentario_votos {
    margin-bottom: 5px;
}

.comentario {
    margin: 15px 0px 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.comentario_nombre {
    font-size: 18px;
    margin-bottom: 5px;
}

.comentario_nombre span {
    font-size: 12px;
}

.comentario_votos {
    margin-bottom: 5px;
}

.comentario_comentarios {
    font-style: italic;
}


/*---------------------------TOP VENTAS------------------------------------
--------------------------------------------------------------------------------*/

.elemento_topventas {
    position: relative;
    height: 95px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #c0d5de;
    margin: 10px 0px 0px 0px;
}

.elemento_topventas_image {
    position: absolute;
    top: 0px;
    left: 12px;
}

.elemento_topventas_name {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 120px;
    height: 57px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    color: #044C72;
}

.elemento_topventas_price {
    position: absolute;
    bottom: 10px;
    left: 95px;
    width: 120px;
    text-align: center;
    font-size: 10px;
    color: #e05723;
    vertical-align: middle;
}

SPAN.productNormalPriceTop {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #861546;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

SPAN.productSpecialPriceTop {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

SPAN.productWithoutSpecialPriceTop {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: line-through;
    color: #555;
    font-size: 10px;
    display: block;
}

.ratingValue {
    font-size: 45px;
    font-weight: bold;
    font-family: 'BOOKOS', 'Open Sans';
}

.bestRating {
    font-family: 'BOOKOS', 'Open Sans';
    font-size: 30px;
    font-weight: bold;
}

.reviewCount {
    display: block;
}

@media screen and (max-width: 700px) {
    /*AVISARME*/
    #box_notification {
        position: relative;
        margin: 10px 0px 0px 0px;
        width: 350px;
        height: 110px;
        border: 1px solid #206c9d;
        overflow: hidden;
    }
    #title_box_notification {
        width: 100%;
        padding: 3px 0px;
        background-color: #206c9d;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    #birthday_container {
        width: 100%;
        font-size: 14px;
        position: relative;
        margin: 20px 0px 0px 0px;
        text-align: center;
    }
    #birthday_title {
        color: #fff;
        font-size: 36px;
        margin: 0px 0px 0px 0px;
        text-align: center;
        background-color: #22a8c1;
    }
    #birthday_footer {
        background-color: #1aa5bc;
        width: 100%;
        height: 25px;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    #birthday_column_left {
        background-color: #fff;
        width: 70%;
        font-size: 14px;
        position: relative;
        float: left;
        margin: 20px 0px 0px 0px;
        text-align: left;
    }
    #birthday_column_right {
        background-color: #fff;
        width: 20%;
        font-size: 14px;
        position: relative;
        float: right;
        margin: 20px 0px 0px 0px;
        text-align: center;
    }
    .input_title {
        position: relative;
        width: 90px;
        float: left;
        margin: 0px 0px 0px 0px;
    }
    #email_input {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #pass_input {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    .input_birthday {
        float: left;
        width: 70%;
    }
    .input_birthday input {
        width: 100%;
        height: 27px;
        border: 1px solid #cacaca;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
    }
    #birthday_container #birthday_select_day {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #birthday_container #birthday_select_month {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #birthday_container #birthday_select_year {
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    #birthday_container select {
        font-size: 16px;
        height: 25px;
        font-weight: normal;
        color: #5f5f5f;
    }
    #birthday_container #birthday_select_day {
        border: 1px solid #c9c9c9;
        width: 65px;
    }
    #birthday_container #birthday_select_month {
        border: 1px solid #c9c9c9;
        width: 130px;
    }
    #birthday_container #birthday_select_year {
        border: 1px solid #c9c9c9;
        width: 65px;
    }
    #birthday_text {
        position: relative;
    }
    #birthday_button_submit_container {
        width: 100%;
        text-align: center;
        margin: 30px 0px;
    }
    #birthday_button_submit {
        position: relative;
        width: 100%;
        text-align: center;
    }
    #birthday_return {
        position: relative;
        margin: 20px 0px 0px 0px;
    }
    /* NEWSLETTER HEADER */
    #Box-newsletter-header {
        height: 100px;
    }
    #text-newsletter {
        position: relative;
        top: 0;
        left: inherit;
        text-align: center;
    }
    #text-newsletter .segundo-text {
        display: none;
    }
    #privacidad-newsletter {
        position: relative;
        top: 0;
        left: inherit;
        text-align: center;
    }
    #email-newsletter {
        position: relative;
        top: 0;
        left: inherit;
        padding: 0 15px;
        margin: 5px 0;
    }
    #NewsletterBoxHeader {
        width: 100%;
        height: 35px;
    }
    #NewsletterBoxInputHeader {
        height: 35px;
        position: absolute;
        width: 75%;
        padding: 0 10px;
    }
    #NewsletterBoxButtonHeader {
        width: 35px;
        height: 35px;
        display: inline-block;
        float: right;
    }
    /*-----------COOKIES------------*/
    #cookies-message {
        bottom: 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 999999999;
        border: none;
        /* background-color: #009db8; */
        background-color: #333;
        box-sizing: border-box;
    }
    #cookies-message-container {
        text-align: center;
        position: relative;
        text-align: center;
        width: 100%;
    }
}


/********** FIN MODULOS *************/


/********** NEWS ********************/


/*LISTADO DE NOTICIAS*/

#latest_news {
    margin: 20px 0px 0px 0px;
}

#latest_news h2 {
    margin: 20px;
}
#latest_news .newsBox{
    position: relative;
    float: left;
    width: calc(33% - 40px);
    margin: 10px 20px;
    flex: 1;
}

#newsListing {
    display: flex;
}
.newsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .newsContainer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .newsContainer {
        grid-template-columns: 1fr;
    }
}

.newsImage {
    margin: 0px;
    width: 100%;
}

.newsImage a {
    width: 100%;
    display: block;
    text-align: center;
}

.newsImage img {
    max-width: 100%;
}

.newsTitle {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.newsTitle a {
    color: #2b3039;
}

.newsReadMore {
    margin: 15px 0px 0px 0px;
    text-align: center;
}

.newsReadMore a {
    background: #B31221;
    padding: 10px 25px;
}

.newsReadMore a:hover {
    background: #2B2F3A;
}

.newsImageContent {
    float: left;
    width: 250px;
    margin: 0px 10px 0px 0px;
}


/*FICHA NOTICIA*/

.newsSource {
    margin: 5px 0px 5px 0px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 5px 0px;
}

.newsDate {
    margin: 0px 0px 0px 25px;
    font-style: italic;
}

.newsIntro {
    text-align: center;
}

.newsContent {}

@media (max-width: 700px) {
    #latest_news .newsBox {
        position: relative;
        float: left;
        margin: 10px 0px;
        flex: 1;
        width: 100%;
    }
    .newsImage,
    .newsTitle,
    .newsIntro,
    .newsReadMore {
        padding: 0 10px;
        width: calc(100% - 20px)
    }
}


/********** FIN NEWS ****************/


/********* MENU COL ******************/

@media screen and (min-width: 700px) {
    /* -------------------------- */
    /* Estilos de diseño del menú */
    /* -------------------------- */
    /* Estilos de maquetación del menú */
    .navCol,
    .navCol ul,
    .navCol li,
    .navCol a {
        margin: 0;
        padding: 0;
    }
    a {
        text-decoration: none;
    }
    .container {
        width: 90%;
        max-width: 900px;
        margin: 10px auto;
    }
    .toggleMenuCol {
        display: none;
    }
    .navCol {
        list-style: none;
        *zoom: 1;
        /*background:#175e4c;*/
    }
    .navCol:before,
    .navCol:after {
        content: " ";
        display: table;
    }
    .navCol:after {
        clear: both;
    }
    .navCol ul {
        list-style: none;
        width: 9em;
    }
    .navCol li {
        position: relative;
    }
    .navCol>li {
        float: left;
    }
    .navCol>li>.parent {}
    .navCol li ul {
        position: absolute;
        left: -9999px;
        width: 200px;
    }
    .navCol>li.hover>ul {
        left: 0;
    }
    .navCol li li.hover ul {
        left: 100%;
        top: 0;
    }
}

@media screen and (max-width: 700px) {
    .navCol {
        display: none;
    }
    .toggleMenuCol {
        display: none;
        background: #DDD;
        padding: 10px 0px;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .active {
        display: block;
    }
    .navCol>li {
        float: none;
    }
    .navCol>li>.parent {
        background-position: 95% 50%;
    }
    .navCol li li .parent {
        background-image: url("/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .navCol ul {
        display: block;
        width: 100% !important;
    }
    .navCol>li.hover>ul,
    .navCol li li.hover ul {
        position: static;
    }
}


/********* FIN MENU COL **************/


/********* CATEGORIES_LISTING ***********/

@media screen and (min-width: 700px) {
    .categoryBox {
        position: relative;
        float: left;
        width: 172px;
        height: 172px;
        margin: 5px 10px 30px 10px;
        text-align: center;
        border-top: 1px solid #d2d2d2;
    }
    .categoryImage {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 170px;
        height: 126px;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
    }
    .categoryName {
        display: block;
        position: absolute;
        top: 126px;
        left: 0px;
        text-align: center;
        width: 162px;
        height: 40px;
        background: #007a94;
        padding: 5px 5px 0px 5px;
        line-height: 16px;
    }
    .categoryNameVip {
        display: block;
        position: absolute;
        top: 126px;
        left: 0px;
        text-align: center;
        width: 162px;
        height: 40px;
        background: #f5daaf;
        padding: 5px 5px 0px 5px;
        line-height: 16px;
    }
}

/* @media screen and (min-width: 1400px) {
    #SliderCategories .bx-wrapper .bx-next {
        right: -10px;
    }
    #SliderCategories .bx-wrapper .bx-prev {
        left: -10px;
    }
} */

#SliderCategories .slide,
#SliderCategories .slide a {
    /*display: block !important;*/
    width: 100% !important;
    left: 0px;
    text-align: center;
}

#SliderCategories .slide img {
    display: inline-block;
}

.categoryName a {
    color: #fff;
    font-size: 14px;
}

.categoryName a:hover {
    color: #cce4ea;
}

.categoryNameVip a {
    color: #2B3039;
    font-size: 14px;
}

.categoryNameVip a:hover {
    color: #000;
}

.styleProductPackRegaloCateTitle {
    width: 230px !important;
    padding: 10px 35px !important;
    font-size: 20px !important;
    font-weight: lighter !important;
    line-height: 20px !important;
    max-width: 280px !important;
}

.styleProductPackRegaloPromoCateImage {
    display: inline-block;
    max-width: 70px;
    vertical-align: middle;
}

.styleProductPackRegaloPromoCateImage img {
    max-width: 100%;
}

.styleProductPackRegaloPromoCateTitle {
    max-width: 180px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #2fabc2;
    text-decoration: underline;
}

.manufacturer .categoryBox {
    height: 70px;
    background: #007a94;
    padding: 10px;
    box-sizing: border-box;
}

.manufacturer .categoryBox a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.manufacturer .categoryName {
    position: relative;
    top: unset;
    height: unset;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .categoryBox {
        position: relative;
        float: left;
        width: 45% !important;
        padding: 1% !important;
        margin: 1% !important;
        text-align: center;
        border: 1px solid #cccccc;
        overflow: hidden;
        height: 170px;
    }
    .categoryImage {
        width: 100%;
        text-align: center;
        height: 126px;
    }
    .categoryName {
        width: 100%;
        text-align: center;
        padding: 5px 0px 5px 0px;
        background: #007A94;
        height: 45%;
    }
    .manufacturer .categoryBox {
        height: 80px!important;
        width: 48% !important;
        box-sizing: border-box;
    }
}


/***************** FIN CATEGORY_LISTING *************/


/***************** PRODUCT LISTING ******************/

@media screen and (min-width: 700px) {
    #bloqueProductos {
        clear: both;
        min-height: unset;
        padding: 20px 0;
        float: none;
    }
    #bloqueProductos .no-results {
        font-size: 20px;
        font-weight: 600;
        margin: 20px 0;
        padding: 20px;
        background-color: #2b2f3a;
        color: #fff;
        width: calc(100% - 40px);
        display: block;
    }
    .paginacionProductos {
        clear: both;
    }
    .filter {
        margin: 5px 15px 15px 0px;
        position: relative;
        float: left;
    }
    .filter_order {
        margin: 5px 15px 15px 0px;
        position: relative;
        float: right;
    }
    .filter_select {
        color: #555;
        font-size: 14px;
    }
    /* Cajas de productos */
    
    /*#BOXsliderProductos .ProductBox {
        width: 190px;
        height: 390px;
        margin: 5px 15px 20px 15px;
    }
     .ProductBox {
        position: relative;
        float: left;
        width: 190px;
        height: 390px;
        margin: 5px 10px 20px 10px;
    } */
    .ProductImage {
        display: block;
        width: 100%;
        height: 252px;
        margin-bottom: 10px;
    }
    .ProductImage a {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .ProductImage a img {
        margin: auto;
    }
    .ProductNormalPrice,
    .ProductSpecialPrice {
        font-size: 22px;
        color: #2b3039;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        margin: 0px 3px;
    }
    .ProductDiscount {
        display: block;
        position: absolute;
        top: 344px;
        left: 0px;
        text-align: center;
        width: 100%;
        height: 12px;
        background-color: #2b3039;
        color: #fff;
        font-size: 11px;
        font-family: arial;
        padding: 2px 0px 4px 0px;
        font-family: 'Montserrat-Bold';
    }
    .ProductDesde {
        font-weight: normal;
        font-style: italic;
        font-size: 14px;
    }
    /*botones*/
    .ProductBuyNow {
        position: relative;
        width: 100%;
        z-index: 40;
    }
    .ProductAdornoNavidad {
        position: absolute;
        top: 373px;
        left: 0px;
        z-index: 50;
    }
    .ProductAdornoCorazon {
        position: absolute;
        top: 307px;
        left: 136px;
        z-index: 50;
    }
    .ProductMoreInfo {
        position: absolute;
        bottom: 50px;
        left: 100px;
    }
    .ProductPromoNoDiscount.Laguna {
        /*top: 55px;
        left: -5px;
        right: unset;*/
    }
    .ProductPromoText {
        position: absolute;
        top: 11px;
        left: 0px;
        font-size: 19px;
        color: #FFF;
        font-weight: bold;
        width: 50px;
        text-align: center;
    }
    .ProductPromoTextQty {
        position: absolute;
        top: 12px;
        left: 0px;
        font-size: 9px;
        color: #FFF;
        font-weight: 100;
        width: 50px;
        text-align: center;
        /*display:none;*/
    }
    .ProductPromoTextDiscount {
        position: absolute;
        top: 22px;
        left: 0px;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        width: 50px;
        text-align: center;
        /*display:none;*/
    }


    .ProductBox:has(.ProductPromo) .ProductPromoTextDiscountPrice{
        top: 58px;
    }
    .ProductBox:has(.ProductPromo):has(.ProductEnvioGratis) .ProductPromoTextDiscountPrice{
        top: 87px;
    }
    
    .ProductPromoTextDiscountPrice.ProductInfo {
        top: 15px;
        right: -80px;
        left: auto;
    }

    /* Selección del número de productos a añadir a la cesta
        Si este campo está visible, no deberá estarlo .styleProductBuyNow
    */
    .ProductCartQuantity {}
    /* Unidades disponibles*/
    .ProductQuantity {}
    .ProductModel {}
    .ProductDescription {}
    .styleProductPackRegalo {
        background: #FFFFFF;
        border: 1px solid #007994;
        width: 300px;
    }
    .styleProductPackRegaloNombre {
        position: relative;
        width: 270px;
        background-color: #2c3039;
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .styleProductPackRegaloNombre a {
        color: #fff;
    }
    .styleProductPackRegaloPromo {
        position: relative;
        width: 280px;
        padding: 5px 10px;
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        font-style: italic;
        text-align: center;
    }
    .styleProductPackRegalo p{
        margin-top: 0px;
    }
    .styleProductPackRegaloImagen {
        position: relative;
        width: 100%;
        max-width: 120px;
        text-align: center;
        margin: auto;
    }
    .ProductPromoContainer {
        width: 100%;
        text-align: center;
    }
    .ProductPromoQty {
        width: 114px;
        height: 114px;
        background: url(/template/web/icon-promo.png) center no-repeat;
        text-align: center;
    }
    .ProductPromoQtyText {
        position: absolute;
        width: 100px;
        top: 40px;
        left: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    .ProductPremioVogue {
        position:absolute;
        top: 110px;
        right:-20px;
    }
    .BoxSpecialGama {
        height: 335px;
    }
    #BotonMostrarTodos a {
        border: 2px solid #2facc2;
        display: inline-block;
        padding: 3px 5px;
    }
    #BotonMostrarTodos a:hover {
        border: 2px solid #2C3039;
        background: #2C3039;
        color: #ffffff;
    }
    .ProductInfoDiscount {
        display: inline-block;
        margin: 0px 1px;
        font-size: 14px;
        color: #FFF;
        background: #B31221;
        padding: 3px 5px;
        border-radius: 15px;
        font-family: 'Montserrat-Bold';
    }
    .button_sold_out_text {
        position: relative;
        color: #B31221;
        font-size: 12px;
        margin: -10px 5px 0px 0px;
        width: 110px;
        display: flex;
        align-content: center;
        justify-content: center;
        padding-top: 23px;
    }
    /* Fin Cajas de productos */
}

@media screen and (min-width: 1400px) {
    /* .ProductBox {
        width: 190px;
        margin: 5px 30px 20px 30px;
    } */
    .filter_order {
        margin-right: 25px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .ProductBox {
        width: 190px;
        margin: 5px 8px 20px 8px;
    }
}

@media screen and (max-width: 700px) {
    /* Cajas de productos */
    #bloqueProductos {
        margin: 10px 0 10px;
        min-height:unset;
    }
    #bloqueProductos .no-results {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0;
        border-bottom: 2px solid #00B0C0;
    }
    .filter {
        margin: 5px 10px 10px 0px;
        position: relative;
        display: block;
    }
    .filter_order {
        margin: 10px 15px 5px 10px;
        position: relative;
        display: block;
    }
    .ProductBox {
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        float: none;
        width: calc(50% - 25px);
        height: 370px;
        padding: 10px;
        margin: 0px auto;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        background: none !important;
        overflow: hidden;
        text-align: left;
        display: inline-block;
    }
    .ProductImage {
        position: relative;
        margin: 10px 0 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    .ProductImage a {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .ProductBuyNow {
        text-align: center;
        margin: 0px 10px;
    }

    .ProductPromoNoDiscount.Laguna {
        /*top: 55px;
        left: 10px;
        right: unset;*/
    }
    .ProductValoracion {
        display: block;
        font-size: 12px;
        padding: 2px 0;
        width: 100%;
    }
    /*precios */
    .ProductNormalPrice,
    .ProductSpecialPrice {  
        font-size: 22px;
        color: #2b3039;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        margin: 0px 5px;
    }
    .ProductDiscount {
        position: absolute;
        right: 10px;
        text-align: center;
        top: 75px;
        width: 45px;
        background: #FBA63C;
        color: #fff;
        font-weight: bold;
        font-family: 'Montserrat-Bold';
    }
    .ProductMoreInfo {
        display: none;
    }
    .ProductAdornoNavidad {
        display: relative;
    }
    .styleProductPackRegalo {
        background: #FFFFFF;
        border: 1px solid #007994;
        width: 100%;
    }
    .styleProductPackRegaloNombre {
        position: relative;
        width: 270px;
        background-color: #2c3039;
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .styleProductPackRegaloNombre a {
        color: #fff;
    }
    .styleProductPackRegaloPromo {
        position: relative;
        width: 280px;
        padding: 5px 10px;
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        font-style: italic;
        text-align: center;
    }  
    .styleProductPackRegalo p{
        margin-top: 0px;
    }
    .styleProductPackRegaloImagen {
        position: relative;
        width: 100%;
        max-width: 120px;
        text-align: center;
        margin: auto;
    }
    .BoxSpecialGama {
        height: auto;
    }
    #BotonMostrarTodos {
        display: none;
    }
    
    .ProductInfoDiscount {
        display: inline-block;
        margin: 0px 1px;
        font-size: 14px;
        border-radius: 20px;
        color: #FFF;
        background: #B31221;
        padding: 3px 5px;
        font-family: 'Montserrat-Bold';
        width: 40px;
    }
    .button_sold_out_text {
        position: relative;
        color: #ff0000;
        font-style: italic;
        font-size: 14px;
        margin: 10px 0px;
        padding-right: 20px;
    }
}


/***************** FIN PRODUCT LISTING **************/


/***************** PRODUCT INFO ********************/

@font-face {
    font-family: 'BOOKOS';
    src: url('/template/fonts/BOOKOS.eot?') format('eot'), url('/template/fonts/BOOKOS.woff') format('woff'), url('/template/fonts/BOOKOS.ttf') format('truetype'), url('/template/fonts/BOOKOS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Ficha de productos */

.promo_avanced_box {
    margin: 5px 0px 10px 0px;
    background: url(/template/web/banner-ofertas.jpg) left center no-repeat #2C3039;
    padding-top: 1px;
    padding-left: 110px;
    min-height: 90px;
}

.promo_avanced_title {
    color: #FFF;
    margin: 6px 0px;
    font-size: 20px;
    text-align: left;
    padding-left: 0px !important;
}

.promo_avanced_description {
    color: #FFF;
    margin: 5px 0px;
    text-align: left;
    padding: 10px 0px 10px 0px;
}

#products_features_description {
    font-weight: bold;
    font-size: 14px;
}

#products_features_description h2 {
    font-weight: bold;
    font-size: 14px;
}

.wishlist_link_container {
    text-align: right;
    margin-top: 5px;
}

.wishlist_link {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: #2aacc2;
}

@media screen and (min-width: 700px) {
    #products_model {
        margin-bottom: 10px;
    }
    #AddThis {
        width: 100%;
        height: 85px;
        margin: 5px 0px 0px 0px;
        /*border-top:1px solid #c1c1c1;*/
        /*border-bottom:1px solid #c1c1c1;*/
        position: relative;
    }
    #compartir_redes {
        position: relative;
        left: 00px;
        top: 15px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .addthis_default_style {
        position: absolute;
        left: 50px;
        top: 50px;
    }
    #fb-share-button {
        position: absolute;
        right: 50px;
        top: 50px;
    }
    #products_imagenes_responsive_container {
        display: none;
    }
    #products_imagenes_container {
        margin-bottom: 10px;
    }
    #products_imagenes {
        position: relative;
        width: 100%;
        border: none;
    }
    #products_imagenes .image_big {}
    #products_imagenes .image_thumb {
        border: none;
        margin: 0px 8px 0px 8px;
    }
    #gallery_thumbs {
        text-align: left;
        margin: 10px 5px 10px 5px;
    }
    #product_info_left {
        position: relative;
        float: left;
        width: 300px;
        margin: 0px 0px 0px 10px;
    }
    #product_info_right {
        position: relative;
        float: right;
        width: 620px;
        margin: 0px 10px 0px 0px;
    }
    #products_name {
        font-size: 25px;
        color: #2B2F3A;
        font-family: 'Montserrat-Bold';
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #div_products_name {
        display: block;
        width: calc(100% - 125px);
    }
    #manufacturer_name_right a{
        font-size: 25px;
        color: #2B2F3A;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    #products_valoraciones_ficha {
        position: absolute;
        right: 0;
        top: 10px;
        width: 125px;
        text-align: right;
    }
    #valoraciones_ficha_ver_mas {
        display: block;
        cursor: pointer;
    }
    #div_products_name_mobile {
        display: none;
    }
    #product_info_right .comment a.commentStarsLink img.star {
        max-height: 20px;
    }
    #product_info_right .commentRowFace img.CommentBlockFace {
        height: 40px;
    }
    #div_manufacturers_image {
        width: 100%;
        max-width: 300px;
        clear: both;
        text-align: center;
        margin: auto;
        float: none;
        display: block;
    }
    #div_manufacturers_image img {
        max-height: 60px;
        max-width: 100%;
    }
    #piGal {}
    #piGal ul {
        left: 0px;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
        position: relative;
    }
    #piGal li {
        margin: 0px;
        padding: 0px;
        height: 300px;
        left: 0px;
    }
    #piGal img {
        /*border:1px solid #ddd;*/
    }
    .thumbs img {
        margin: 0px 9px 0px 9px;
    }
    #piGal a:hover {
        text-decoration: none;
    }
    #piGal .outer {
        text-align: left;
        left: 0px;
        position: relative;
        width: 300px;
        display: inline;
    }
    .lupa {
        position: absolute;
        top: 140px;
        left: 130px;
    }
    #product_content {
        width: 100%;
        margin-top: 15px;
    }
    .product_box {
        text-align: right;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #products_price {
        font-size: 35px;
        margin-bottom: 10px;
        color: #007a94;
    }
    .productInfoDiscount {
        margin: 0px 5px 0px 0px;
        font-size: 14px;
        color: #FFF;
        background: #B31221;
        border-radius: 20px;
        padding: 3px 5px;
        font-family: 'Montserrat-Bold';
    }
    #products_attributes {
        text-align: right;
    }
    #products_attributes div {
        margin: 15px 8px;
    }
    #products_attributes .option_title_select {
        font-size: 14px;
        font-weight: bold;
        color: #2b3039;
        margin: 15px 0px 15px 0px;
        text-align: left;
    }
    .attribute {
        margin: 5px 0px;
    }
    #products_text_attributes {
        text-align: right;
    }
    #products_text_attributes div {
        margin: 5px 0px;
    }
    .product_box table {
        text-align: right;
    }
    .products_button_buy_now {
        margin: 15px 0px;
    }
    .products_button {
        margin: 30px 0px 15px 0px;
    }
    #products_description {
        position: relative;
        clear: both;
    }
    #products_promo_text {
        /*
        position: absolute;
        top: 25px;
        right: 0px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background: url(/template/web/icon-segunda-unidad.png) top no-repeat;
        */
    }
    #products_date_available {
        margin: 10px 0px 0px 0px;
        color: #ff0000;
    }
    #products_promo_discount_price {
        position: relative;
        margin: 5px 0px 0px 0px;
        text-align: right;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
    }
    .combination-image {
        cursor: pointer;
        position: relative;
        text-align: center;
        float: left;
        width: 120px;
        height: 90px;
    }
    .combination-color {
        cursor: pointer;
        position: relative;
        float: left;
        width: 38px;
        height: 32px;
    }
    /* ANYADIR CANTIDAD */
    #quantity_container {
        display: flex;
        align-items: end;
        justify-content: right;
        padding: 5px 10px 5px 0;
    }
    #quantity_container .quantity_span {
        padding-right: 5px;
        font-weight: 600;
        font-size: 16px;
    }
    #quantity_container input {
        height: 25px;
        width: 35px;
        padding: 0;
        background: #FFF;
        color: #333;
        border: none;
        font-size: 18px;
        text-align: center;
        line-height: 25px;
        padding: 0px 5px;
        border: 1px solid #CCC;
        margin: 0 5px;
    }
    #quantity_container .button.inc {
        background-image: url('/template/web/plus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        height: 27px;
        width: 27px;
        padding: 0;
        margin: 0;
    }
    #quantity_container .button.dec {
        background-image: url('/template/web/minus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        height: 27px;
        width: 27px;
        padding: 0;
        margin: 0;
    }
    .tic {
        position: absolute;
        bottom: 15px;
        right: 0px;
        width: 0px;
        height: 16px;
    }
    .selected-tic {
        background: url(/template/web/tic.png);
        width: 16px;
        height: 16px;
    }
    .option_price_color {
        position: absolute;
        top: 33px;
        left: -8px;
        font-size: 10px;
    }
    #tabsDescription {
        border: 0px;
        background: none;
        margin: 10px 0px 10px 0px;
    }
    #tabsDescription .ui-tabs-nav {
        border: 0px;
        background: none;
    }
    #tabsDescription .ui-tabs-panel {
        border: none;
        background: #F5F5F5;
    }
    #tabsDescription .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        background: none;
        border: none;
        color: #333;
        text-transform: uppercase;
    }
    #tabsDescription .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #888;
    }
    #tabsDescription .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        background: none;
        border: none;
        color: #2B2F3A;
        text-transform: uppercase;
        background: #F5F5F5;
        font-family: 'Montserrat-Bold';
    }
    #tabsDescription .ui-tabs-anchor {
        font-size: 16px;
    }
    .products_info_box {
        width: 100%;
        height: 160px;
        position: relative;
        border-bottom: 1px solid #DDD;
    }
    .products_info_image {
        position: relative;
        float: left;
        margin: 8px 0px 0px 0px;
        width: 140px;
    }
    .products_info_content {
        position: relative;
        float: left;
        margin: 0px 0px 0px 10px;
        width: calc(100% - 150px);
        text-align: left;
    }
    .products_info_name {
        position: relative;
        padding: 30px 0px 0px 0px;
        width: calc(65% - 60px);
        display: inline-block;
        vertical-align: top;
    }
    .products_info_name a {
        color: #2B2F3A;
        font-family: 'Montserrat-Bold';
        font-size: 18px;
        font-weight: 600;
    }
    .products_info_name a:hover {
        color: #B31221;
    }
    .products_stickers {
        position: absolute;
        padding-top: 10px;
    }
    .sticker_mejor_precio {
        position: relative;
        padding-right: 10px;
    }
    .sticker_promo {
        position: relative;
        padding-right: 10px;
    }
    .sticker_laguna {
        position: relative;
        padding-right: 10px;
    }
    .products_info_reference {
        font-size: 12px;
        color: #666;
        display: block;
    }
    .products_info_price {
        position: relative;
        height: 47px;
        padding: 30px 0px 0px 0px;
        width: calc(40% - 20px);
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    .price_unidad_medida {
        font-size: 11px;
        color: #2aacc2;
        margin: 3px 0px;
    }
    .products_info_buy_now {
        position: relative;
        width: 230px;
        padding: 5px 0px 0px 0px;
        display: inline-flex;
        justify-content: center;
        align-content: center;
    }
    .button_stock_warning_text {
        position: relative;
        color: #B31221;
        font-size: 10px;
        padding-top: 5px;
    }
    .button_stock_warning_text img {
        vertical-align: middle;
        height: 15px;
    }
    #products_info_left_content {
        position: relative;
        margin: 0px 0px 0px 0px;
        width: 100%;
        text-align: center;
        background-color: #f5f5f5;
        border: none;
    }
    #products_info_left_content h3 {
        font-size: 16px;
    }
    .products_info_left_content_body {
        padding: 10px 5px;
    }
    .products_info_left_name {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .products_info_left_price {
        display: none;
    }
    .products_info_left_buy_now {
        text-align: center;
        margin: 10px 0px 10px 0px;
    }
    .pack_regalo {
        margin: 0px 0px 10px 0px;
        width: 100%;
        height: 225px;
        border: 1px solid #ddd;
        position: relative;
        overflow: hidden;
    }
    .pack_regalo_nombre {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 25px;
        padding: 0px 10px;
        background-color: #B31221;
        font-size: 16px;
        color: #fff;
    }
    .pack_regalo_nombre a {
        font-size: 16px;
        color: #fff;
        position: relative;
        top: 3px;
    }
    .pack_regalo_imagen {
        position: absolute;
        top: 25px;
        left: 0px;
        width: 205px;
        height: 205px;
    }
    .pack_regalo_promo {
        position: absolute;
        top: 25px;
        left: 205px;
        width: calc(100% - 235px);
        height: 170px;
        padding: 15px;
    }
    /*.ProductInfoOutlet{
        position:absolute;
        top:264px;
        right:-4px;
        z-index:100;
    } */
    .ProductInfoOutlet {
        display: block;
        background: #F9870C;
        color: #ffffff;
        font-size: 18px;
        font-family: 'Montserrat-Bold';
        padding: 3px 10px;
        position: absolute;
        top: 55px;
        left: 0px;
        border-radius: 10px;
        z-index: 9;
    }
    .productInfoSpecialNewPrice {
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        color: #2B2F3A;
        font-weight: bold;
    }
    .productInfoWithoutSpecialPrice {
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        color: #2B2F3A;
        font-weight: bold;
    }
    .productInfoSpecialOldPrice {
        text-decoration: line-through;
        font-size: 12px;
        color: #999999;
    }
    .sticker_promocion {
        position: absolute;
        top: 35px;
        right: 10px;
    }
    /**
    .sequra-promotion-widget {
        margin: 0px 0px 3px;
        width: calc(100% - 30px);
        display: inline-block;
        padding: 20px 0px 0px 0px;
    }
    */
}

#product_features {
    clear: both;
    margin: 20px 0;
    border-bottom: 2px solid #eee;
    text-align: left;
}

#features_title {
    background: none;
    border: none;
    color: #2B2F3A;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    padding: 5px 10px 0;
    border-bottom: 1px solid #AAA;
    margin-bottom: 10px;
}

#product_features .product_feature .product_feature_name {
    display: inline-table;
    width: calc(50% - 20px);
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
}

#product_features .product_feature .product_feature_value {
    display: inline-table;
    width: calc(50% - 20px);
    font-size: 15px;
    font-weight: 100;
    padding: 5px 10px;
}

#product_features .product_feature:nth-child(2n+1) {
    background: #EEE;
}

@media screen and (min-width: 1200px) {
    #product_info_right .comment a.commentStarsLink img.star {
        max-height: 30px;
    }
}

@media screen and (min-width: 1400px) {
    #product_info_left {
        width: 300px;
    }
    #product_info_right {
        width: 1020px;
    }
    .products_info_box {
        height: 140px;
    }
    .products_info_buy_now {
        padding: 40px 0px 0px 0px;
    }
    .products_info_content {
        width: calc(100% - 380px);
        margin: 0px;
        padding-left: 10px;
    }
    .products_info_image img {
        max-height: 120px;
    }
    .products_info_name {
        width: calc(55% - 35px);
    }
    .products_info_name a {
        display: inline-block;
        height: 42px;
        overflow: hidden;
    }
    .products_info_price {
        width: calc(45% - 10px);
    }
    /**
    .sequra-promotion-widget {
        width: calc(15% - 10px);
    }
    */
    #products_promo_text {
        right: 5px;
        top: 35px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #product_info_left {
        width: 300px;
    }
    #product_info_right {
        width: 820px;
    }
    .products_info_content {
        width: calc(100% - 380px);
        margin: 0px;
        padding-left: 10px;
    }
    .products_info_name {
        width: calc(55% - 35px);
    }
    .products_info_name a {
        display: inline-block;
        height: 63px;
        overflow: hidden;
    }
    .products_stickers {
        position: absolute;
        padding-top: 10px;
    }
    .sticker_mejor_precio {
        position: relative;
        padding-right: 10px;
    }
    .sticker_promo {
        position: relative;
        padding-right: 10px;
    }
    .sticker_laguna {
        position: relative;
        padding-right: 10px;
    }
    .products_info_price {
        width: calc(50% - 45px);
    }
    .products_info_buy_now {
        padding: 40px 0px 0px 0px;
    }
    /**
    .sequra-promotion-widget {
        width: calc(100% - 30px);
    }
    */
    #products_promo_text {
        right: 5px;
        top: 35px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .products_info_name {
        padding: 10px 0px 0px 0px;
    }
    .products_info_price {
        padding: 15px 0px 0px 0px;
    }
    .products_info_name a {
        display: inline-block;
        height: 63px;
        overflow: hidden;
    }
    .products_stickers {
        position: absolute;
        padding-top: 10px;
        width: 240px;
    }
    .sticker_mejor_precio {
        position: relative;
        padding-right: 10px;
    }
    .sticker_promo {
        position: relative;
        padding-right: 10px;
    }
    .sticker_laguna {
        position: relative;
        padding-right: 10px;
    }
}

@media screen and (min-width: 700px) and (max-width: 991px) {
    .products_info_name {
        padding-top: 10px;
    }
    .products_info_name a {
        display: inline-block;
        height: 63px;
        overflow: hidden;
    }
    .products_info_price {
        padding-top: 10px;
    }
    .products_stickers {
        position: absolute;
        padding-top: 10px;
        width: 230px;
    }
    .sticker_mejor_precio {
        position: relative;
        padding-right: 10px;
    }
    .sticker_promo {
        position: relative;
        padding-right: 10px;
    }
    .sticker_laguna {
        position: relative;
        padding-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    .wishlist_link_container{
        text-align: right;
        margin-top: 10px;
        margin-right: 20px;
    }
    .product_info_hexas_selector {
        margin: 0 10px;
    }
    #products_promo_text {
        clear: both;
    }
    .button_stock_warning_text {
        position: relative;
        color: #B31221;
        font-size: 14px;
        padding-top: 10px;
        text-align: center;
    }
    .button_stock_warning_text img {
        vertical-align: middle;
        height: 20px;
    }
    #products_valoraciones_ficha {
        position: relative;
        display: block;
        margin-right: 10px;
        text-align: right;
        margin-top: 3px;
    }
    #valoraciones_ficha_ver_mas {
        display: inline-block;
        margin-left: 5px;
    }
    /* ANYADIR CANTIDAD */
    #quantity_container {
        display: inline-flex;
        align-items: center;
        justify-content: right;
        padding: 5px 30px 5px 0;
    }
    #quantity_container .quantity_span {
        padding-right: 5px;
        font-weight: 600;
        font-size: 16px;
    }
    #quantity_container input {
        height: 40px;
        width: 35px;
        padding: 0;
        background: #FFF;
        color: #333;
        border: none;
        font-size: 25px;
        text-align: center;
        line-height: 40px;
        padding: 0px 5px;
        border: 1px solid #CCC;
        margin: 0 5px;
    }
    #quantity_container .button.inc {
        background-image: url('/template/web/plus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }
    #quantity_container .button.dec {
        background-image: url('/template/web/minus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }
}

#product_info_hexas {
    text-align: left;
    display: block;
    width: 100%;
    margin: 20px 0;
    padding-top: 0px;
}

.product_info_color_hexa_container {
    display: inline-block;
    border: 2px solid transparent;
    margin: 3px;
    padding: 3px;
}

.product_info_color_hexa_container.selected {
    border: 2px solid #222;
}


/*
#product_info_hexas_selector {
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #BBB;
}
*/

.product_info_hexas_selector_wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    margin-bottom: 20px;
}

.product_info_hexas_selector {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #999;
}

.product_info_hexas_selector_trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 17px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 45px;
    background: #ffffff;
    cursor: pointer;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #999;
}

.product_info_hexas_options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #555;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    max-height: 275px;
    overflow: auto;
}

.product_info_hexas_selector.open .product_info_hexas_options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.product_info_hexas_option {
    position: relative;
    display: block;
    text-align: left;
    padding: 0 15px 0 15px;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 45px;
    cursor: pointer;
    transition: all 0.5s;
}

.product_info_hexas_option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.product_info_hexas_selector_wrapper .arrow {
    position: relative;
    height: 15px;
    width: 15px;
}

.product_info_hexas_selector_wrapper .arrow::before,
.product_info_hexas_selector_wrapper .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}

.product_info_hexas_selector_wrapper .arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: #2B2F3A;
}

.product_info_hexas_selector_wrapper .arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #2B2F3A;
}

.product_info_hexas_selector_wrapper .open .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
}

.product_info_hexas_selector_wrapper .open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}

.product_info_hexas_option.selected {
    color: #ffffff;
    background-color: #007A94;
}

.product_info_color_hexa {
    height: 35px;
    width: 35px;
}
¡
.product_info_hexas_selector .product_info_color_hexa {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 11px;
    height: 25px;
    width: 25px;
}

#voto_user,
#voto_comment {
    font-family: 'Open Sans';
}

.diaslaguna {
    font-weight: bold;
    font-size: 16px;
}

#whatsapp {
    display: none;
    text-align: center;
}

#whatsapp_title {
    color: #1d9d10;
    font-size: 16px;
    padding: 10px 5px;
    text-align: center;
}

#whatsapp img {
    max-width: 50px;
}

.product_no_discount {
    color: #ff0000;
    font-style: italic;
}

#flats_1 {
    background: #F5F5F5;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 5px;
}

.flat_1 {
    width: 32%;
    display: inline-block;
}

.flat_1 a {
    color: #333;
}

.flat_1 img {
    vertical-align: middle;
}

#flats_2 {
    margin: auto;
    text-align: center;
    padding: 30px 5px;
}

.flat_2 {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.flat_2 a {
    color: #2B2F3A;
    font-size: 15px;
}

.flat_2 b {
    font-family: 'Montserrat-Bold';
}

.flat_2 img {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

#flats_extra_info {
    background: linear-gradient(90deg, #B31221, #2B2F3A);
    padding: 20px 0;
    overflow: auto;
    margin: 20px 0;
}

#flats_extra_info .flat_extra_info {
    text-align: center;
    width: calc(33% - 40px);
    display: inline-block;
    float: left;
    padding: 0 20px;
}

#flats_extra_info .flat_extra_info img {
    display: block;
    margin: 0 auto 10px;
}

#flats_extra_info .flat_extra_info .flat_extra_info_title {
    color: #FFF;
    font-weight: 600;
}

#flats_extra_info .flat_extra_info .flat_extra_info_description {
    color: #FFF;
}

.banners_ficha_prod {
    width: 49%;
    display: inline-block;
}

.banners_ficha_prod img {
    max-width: 100%;
}

#product_info_left #cuadro_voto {
    border: none;
    background: #f5f5f5;
}

#product_info_right #bx-pagerProductos {
    border: none;
}

#product_info_right #BOXsliderProductos .bx-wrapper {
    max-width: 1000px !important;
}

#product_info_right #bx-pagerProductos a {
    background: none;
    border: none;
    border-bottom: 5px solid #eee;
    color: #2B2F3A;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-family: 'Montserrat-Bold';
}

#product_info_right #bx-pagerProductos a.active {
    color: #B31221;
    border-bottom: 5px solid #B31221;
}


/* compartir redes sociales */

.socialsharing_product {
    margin-top: 30px;
}

.btn-twitter:before {
    content: none !important;
}

.btn-twitter {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0px 0px;
    background: url("/template/web/social-share/icon-twitter.png")no-repeat;
    cursor: pointer;
}

.btn-twitter:hover {
    background: url("/template/web/social-share/icon-twitter-2.png")no-repeat;
    border-radius: 2px;
}

.btn-facebook:before {
    content: none !important;
}

.btn-facebook {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0px 0px;
    background: url("/template/web/social-share/icon-face.png") no-repeat;
    cursor: pointer;
}

.btn-facebook:hover {
    background: url("/template/web/social-share/icon-face-2.png") no-repeat;
    border-radius: 2px;
}

.btn-instagram {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0px 0px;
    background: url("/template/web/social-share/icon-insta.png") no-repeat;
    cursor: pointer;
}

.btn-instagram:hover {
    background: url("/template/web/social-share/icon-insta-2.png") no-repeat;
    border-radius: 2px;
}

.btn-google_plus:before {
    content: none !important;
}

.btn-google_plus {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0px 0px;
    background: url("/template/web/social-share/icon-google.png") no-repeat;
    cursor: pointer;
}

.btn-google_plus:hover {
    background: url("/template/web/social-share/icon-google-2.png") no-repeat;
    border-radius: 2px;
}

.btn-pinterest:before {
    content: none !important;
}

.btn-pinterest {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0px 0px;
    background: url("/template/web/social-share/icon-pinterest.png") no-repeat;
    cursor: pointer;
}

.btn-pinterest:hover {
    background: url("/template/web/social-share/icon-pinterest-2.png") no-repeat;
    border-radius: 2px;
}

.btn-email:before {
    content: none !important;
}

.btn-email {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0px 0px;
    background: url("/template/web/social-share/icon-more.png") no-repeat;
    cursor: pointer;
}

.btn-email:hover {
    background: url("/template/web/social-share/icon-more-2.png") no-repeat;
    border-radius: 2px;
}


/* COMENTARIOS DE PRODUCTO */

h1.titulo {
    text-align: center;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 30px;
}

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rowsCommentsHeading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
}

.rowsCommentsHeading:before,
.rowsCommentsHeading:after {
    display: table;
    content: " ";
}

.rowsCommentsHeading:after {
    clear: both;
}

.commentsHeadingBox {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    background-color: #eee;
    border: 1px solid #cacaca;
    border-radius: 40px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 220px;
}

.col100,
.col75,
.col65,
.col50,
.col35,
.col25,
.col10 {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col100 {
    width: 100%;
}

.col75 {
    width: 75%;
}

.col65 {
    width: 65%;
}

.col50 {
    width: 50%;
}

.col35 {
    width: 35%;
}

.col25 {
    width: 25%;
}

.col10 {
    width: 10%;
}

img.star {
    max-height: 20px;
}

img.star:nth-child(odd) {
    margin-left: 10px;
}

img.star:nth-child(1) {
    margin-left: 0;
}

a.commentStarsLink {
    white-space: nowrap;
}

ul#filterStars {
    padding: 0;
    column-count: 2;
    column-gap: 0;
    list-style: none;
}

#filterStars li {
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

#filterStars a.commentStarsLink span {
    position: absolute;
    right: 0;
    top: 15px;
    color: #cd0066;
    font-size: 12px;
}

#commentBlockTopRowTotals {
    text-align: center;
}

a.commentStarsLink #commentBlockTopRowTotalsNumbers {
    font-size: 25px;
    font-weight: 900;
    color: #000;
    margin-left: 15px;
}

#commentBlockTopRowTotals>span {
    display: inline-block;
    text-align: center;
    color: #cd0066;
    width: 100%;
}

img.CommentBlockFace {
    margin: 0 auto;
    display: block;
    height: 40px;
}

.CommentBlockTopFace span {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap;
    color: #444;
}

#rowComentsFaces {
    padding-top: 50px;
    padding-bottom: 0px;
}

.CommentBlockTopFace .porcentajeFace {
    font-size: 16px;
    font-weight: 900;
    margin-top: 4px;
    color: #046575;
}

.comment {
    border-bottom: 1px solid #ccc;
}

.comment a.commentStarsLink img.star {
    max-height: 15px;
}

.comment>.rowsCommentsHeading {
    padding: 20px 0;
}

.commentDate {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}

.commentName {
    color: #017a95;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
}

.commentCity {
    color: #2badc3;
    font-size: 15px;
}

.commentReply {
    margin-left: 50px;
    margin-top: 10px;
    font-style: italic;
    color: #453333;
}

hr {
    border-top: 1px solid #ccc;
    margin: 0;
}

#comentarios_ajax {
    padding-top: 60px;
    padding-bottom: 30px;
}

.commentRowFace {
    display: inline;
}

.commentRowFace img.CommentBlockFace {
    height: 21px;
    display: inline;
    vertical-align: text-top;
}

h3.filtersHeader {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 7px;
}

.cleanFilters a {
    color: #cd0066;
    font-size: 14px;
}

.cleanFilters a img {
    height: 12px;
    padding-left: 5px;
}

.commentContent {
    padding-top: 3px;
}

@media (max-width: 767.98px) {
    .contentBox {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .col10,
    .col35,
    .col50,
    .col65,
    .col75,
    .col100 {
        width: 100%;
    }
    .col25 {
        width: 50%;
    }
    .rowsCommentsHeading {
        margin: 0;
    }
    .comment .starLinks {
        padding-left: 30px;
    }
    ul#filterStars {
        column-count: 1;
    }
}

@media screen and (max-width: 700px) {
    #piGal {
        float: none;
        border: none;
    }
    #div_products_name_mobile h1 {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Montserrat-Bold';
        text-align: left;
        margin: 0px;
    }
    .products_info_name {
        padding: 0 10px;
        width: calc(100% - 110px);
        margin-left: 90px;
        height: 75px;
    }
    .products_info_name a {
        color: #2B2F3A;
        font-weight: 600;
        font-family: 'Montserrat-Bold';
        font-size: 17px;
        display: block;
        height: 60px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .products_stickers {
        padding-top: 10px;
        padding-left: 100px;
    }
    .sticker_mejor_precio {
        position: relative;
        padding-right: 10px;
    }
    .sticker_promo {
        position: relative;
        padding-right: 10px;
    }
    .sticker_laguna {
        position: relative;
        padding-right: 10px;
    }
    .products_info_reference {
        font-size: 12px;
        color: #666;
        display: block;
    }
    .products_info_image {
        position: relative;
        float: left;
        margin: 20px 10px 40px;
        width: 80px;
    }
    .products_info_content {
        text-align: left;
    }
    .products_info_price {
        padding-top: 5px;
        padding-left: 100px;
    }
    #product_content {
        width: 100%;
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    #product_content iframe {
        width: 300px;
    }
    #product_content h2 {
        padding-left: 10px;
        text-align: left;
    }
    #products_promo_text {
        position: relative;
        /*
        top: 5px;
        clear: both;
        font-size: 12px;
        background: #B31221;
        color: #FFF;
        padding: 3px 10px;
        border-radius: 15px;
        width: max-content;
        display: inline-block;
        margin-right: 10px;
        */
    }
    .products_button {
        display: none;
    }
    .products_info_left_price {
        display: block;
    }
    #product_info_right {
        border-left: 0px;
        padding-left: 0px;
        margin: 0 0px 0 0;
        width: 100%;
    }
    #product_info_left {
        width: 100%;
        margin: 10px 0 0 0px;
        text-align: center;
        display: block;

    }
    #div_products_name {
        padding: 0px 10px;
        border-bottom: 1px solid #CCC;
    }
    #div_products_name h1,
    #manufacturer_name_right {
        display: none;
    }
    #product_info_right #BOXsliderProductos .bx-wrapper {
        max-width: 100%;
    }
    #product_mobile_header {
        position: relative;
        text-align: left;
        padding-bottom: 10px;
        margin: 0 10px;
    }
    #product_mobile_header:not(.manufacturer-product-margin) #div_products_name_mobile {
        display: inline-block;
        width: 100%;
    }
    #product_mobile_header.manufacturer-product-margin #div_products_name_mobile {
        display: inline-block;
        width: 100%;
    }
    #div_manufacturers_image {
        max-width: 290px;
        text-align: center;
        margin: auto;
        padding-right: 10px;
    }
    #div_manufacturers_image img {
        max-height: 60px;
        max-width: 100%;
    }
    #products_info_left_content {
        display: none;
    }
    .products_info_left_content_body {
        background: #f9f9f9;
        padding: 10px 0px;
    }
    #tabsDescription {
        border: 0px;
        background: none;
        width: 100%;
    }
    .productInfoDiscount {
        margin: 0px 5x 0px 10px;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Montserrat-Bold';
        color: #FFF;
        border-radius: 20px;
        background: #B31221;
        padding: 3px 5px;
    }
    .products_info_left_buy_now {
        text-align: center;
        margin-bottom: 7px;
    }
    .products_info_box {
        text-align: left;
        margin: 0px 0px 25px 0px;
        padding-bottom: 25px;
        border-bottom: 1px solid #CCC;
    }
    .productInfoSpecialNewPrice {
        font-size: 24px;
        color: #2B2F3A;
        font-weight: 600;
        font-family: 'Montserrat-Bold';
        margin: 4px 5px 0px;
        font-weight: 600;
        display: inline-block;
    }
    .productInfoWithoutSpecialPrice {
        font-size: 24px;
        color: #2B2F3A;
        font-weight: 600;
        font-family: 'Montserrat-Bold';
        margin: 4px 0;
        display: block;
    }
    .productInfoSpecialOldPrice {
        text-decoration: line-through;
        font-size: 14px;
        color: #999999;
    }
    .products_info_buy_now {
        width: 100%;
        margin: 25px 0px 0px 0px;
        text-align: center;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .pack_regalo_promo {
        border-bottom: 1px solid #DDDDDD;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 7px;
    }
    .addthis_toolbox {
        display: inline-block;
        margin: 10px auto;
    }
    #fb-share-button {
        display: block;
        margin: 10px auto;
    }
    #cuadro_voto {
        display: none;
    }
    #AddThis {
        margin-top: 20px;
    }
    .no_display {
        display: none;
    }
    .pack_regalo_nombre a {
        margin-bottom: 10px;
        color: #B31221;
    }
    /*.ProductInfoOutlet{
        position:absolute;
        top:300px;
        right:5px;
        z-index:100;
    } */
    .ProductInfoOutlet {
        display: inline;
        background: #F9870C;
        color: #ffffff;
        font-size: 18px;
        font-family: 'Montserrat-Bold';
        padding: 3px 10px;
        position: relative;
        top: 0px;
        right: calc(50% - 60px);
        border-radius: 10px;
        z-index: 9;
    }
    .flat_1 {
        width: 32%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }
    .flat_1 img {
        display: block;
        margin: auto;
    }
    #tabsDescription {
        background: #F1F1F1;
        margin: 10px 0px 00px 0px;
        border: 0px;
        border-radius: 0px;
        padding: 0;
    }
    #tabsDescription .ui-tabs-nav {
        border: 0px;
        background: none;
    }
    #tabsDescription .ui-tabs-panel {
        border: none;
        background: #F5F5F5;
    }
    #tabsDescription .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        background: none;
        border: none;
        color: #2B2F3A;
        text-transform: uppercase;
    }
    #tabsDescription .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #888;
    }
    #tabsDescription .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        background: none;
        border: none;
        font-weight: 600;
        color: #2B2F3A;
        text-transform: uppercase;
    }
    #tabsDescription .ui-tabs-anchor {
        font-size: 16px;
    }
    #flats_extra_info {
        margin-top: 0px;
    }
    .flat_2 {
        width: 48% !important;
        margin: 10px auto;
    }
    .banners_ficha_prod {
        width: 100% !important;
    }
    .banners_ficha_prod img {
        margin: 0px auto !important;
    }
    #compartir_redes {
        font-size: 18px;
        margin: 10px;
    }
    .socialsharing_product {
        margin-top: 0px !important;
    }
    .sticker_promocion {
        display: none;
    }
    .price_unidad_medida {
        font-size: 11px;
        color: #2aacc2;
        margin: 10px 0px 0px 0px;
    }
    #product_info_left .ProductInfoOutlet {
        display: none;
    }
    #products_imagenes {
        display: none;
    }
    #products_imagenes_responsive_container img {
        width: 80%;
        margin: 0 auto;
    }
    /* #products_imagenes_responsive_container .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 60px;
        z-index: 999;
    } */
    /* #products_imagenes_responsive_container .bx-wrapper .bx-prev {
        left: 0;
        background: url(/template/web/mobile/arrow-left.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }
    #products_imagenes_responsive_container .bx-wrapper .bx-next {
        right: 0;
        background: url(/template/web/mobile/arrow-right.png) center no-repeat;
        background-size: contain;
        opacity: 1
    } */
    #products_imagenes_responsive_container .bx-wrapper .bx-viewport {
        box-shadow: none;
    }
    /*
    #products_imagenes_responsive_container .bx-wrapper .bx-prev:hover {
        opacity:1;
    }

    #products_imagenes_responsive_container .bx-wrapper .bx-next:hover {
        opacity:1;
    }
    */
    .sequra-promotion-widget {
        /**
        float: right;
        width: 70%;
        margin: 38px 0px 10px;
        */
        margin-right: 5px;
    }
    
    #flats_extra_info .flat_extra_info {
        width: calc(100% - 40px);
        padding: 20px;
    }
    .sticker_mejor_precio {
        position: relative;
        left: unset;
    }
    .sticker_promo {
        position: relative;
        left: unset;
    }
    .sticker_laguna {
        position: relative;
        left: unset;
    }
}


/***************** FIN PRODUCT INFO ****************/


/***************** SLIDER PRODUCTOS ****************/

@media screen and (min-width: 700px) {
    #BOXsliderProductos .bx-wrapper .bx-viewport {
        box-shadow: none;
    }
    .bx-wrapper img.img-votacion-star {
        display: inline-block;
    }
    #BOXsliderProductos {
        margin-top: 10px;
    }
    /* PAGINADOR */
    #bx-pagerProductos {
        text-align: center;
    }
    #bx-pagerProductos a {
        cursor: pointer;
        border-bottom: 5px solid #DDD;
        color: #2C3039;
        font-weight: 600;
        font-size: 21px;
        display: inline-block;
        padding: 3px 20px 0;
    }
}

@media screen and (max-width: 700px) {
    #BOXsliderProductos {}
    #BOXsliderProductos .bxsliderProductos {
        list-style: outside none none;
        padding: 0;
    }
    /* PAGINADOR */
    #bx-pagerProductos a {
        cursor: pointer;
        display: block;
        width: 96%;
        text-align: center;
        background: #DCDCDC;
        color: #2C3039;
        margin: 2%;
        font-weight: 600;
        font-size: 22px;
        padding: 3px 0px;
    }
}

#bx-pagerProductos a.active {
    color: #B31221;
    border-bottom: 5px solid #B31221;
}

#bx-pagerProductos a:hover {
    text-decoration: none;
}

/***************** FIN SLIDER PRODUCTOS ************/

/***************** SLIDER INSTAGRAM ****************/

#BOXsliderInstagram .bx-wrapper .bx-viewport {
    box-shadow: none;
}
.bx-wrapper img.img-votacion-star {
    display: inline-block;
}
#BOXsliderInstagram {
    margin-top: 10px;
}

#BOXsliderInstagram .show_more_instagram {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 30px);
    text-align: center;
    clear: both;
    justify-content: center;
}

.box_instagram_slider {
}

#BOXsliderInstagram .show_more_instagram .button {
    width: auto;
}

/* PAGINADOR */
#bx-pagerInstagram {
    text-align: center;
}
#bx-pagerInstagram a {
    cursor: pointer;
    border-bottom: 5px solid #DDD;
    color: #2C3039;
    font-weight: 600;
    font-size: 21px;
    display: inline-block;
    padding: 3px 15px 0;
}
#bx-pagerInstagram a.active {
    color: #B31221;
    border-bottom: 5px solid #B31221;
}
#bx-pagerInstagram a:hover {
    text-decoration: none;
}

.bxsliderInstagram .box_instagram_posts_container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    grid-auto-rows: 265px;
    grid-auto-flow: dense;
}


.bxsliderInstagram .instagram_post {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    max-height: 265px;
    max-width: 265px;
}

.bxsliderInstagram .instagram_post.featured {
    grid-column: span 2;
    grid-row: span 2;
    max-height: 540px;
    max-width: 540px;
}

.bxsliderInstagram .instagram_post .image_icon {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 5px;
    padding: 2px;
    background: #0004;
    border-radius: 5px;
    width: auto;
}

.bxsliderInstagram .instagram_post.video {
    grid-row: span 2;
    max-height: 540px;
    max-width: 265px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.bxsliderInstagram .instagram_post.video .image_icon {
    top: calc(50% - 11px);
    right: calc(50% - 11px);
    width: auto;
    background: transparent;
    -webkit-filter: drop-shadow(1px 1px 2px #222);
    filter: drop-shadow(1px 1px 2px #222);
}

.bxsliderInstagram .instagram_post video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.bxsliderInstagram .instagram_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* BX SLIDER CAT */
.bxsliderInstagram.with_column .box_instagram_posts_container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
}


.bxsliderInstagram.with_column .instagram_post {
    max-height: 250px;
    max-width: 250px;
}

.bxsliderInstagram.with_column .instagram_post.featured {
    max-height: 510px;
    max-width: 510px;
}

.bxsliderInstagram.with_column .instagram_post.video {
    max-height: 510px;
    max-width: 250px;
}

#instagram_post_frame {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0006;
    display: none;
    justify-content: center;
    align-items: center;

}

#instagram_post_info_frame {
    height: 600px;
    max-height: calc(100vh - 100px);
    width: 1400px;
    max-width: calc(100vw - 150px);
    background: #FFF;
    display: flex;
    position: relative;
}

#instagram_post_frame_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#instagram_post_frame #instagram_post_frame_prev {
    position: absolute;
    top: calc(50% - 18px);
    left: 20px;
    cursor: pointer;
}

#instagram_post_frame #instagram_post_frame_next {
    position: absolute;
    top: calc(50% - 18px);
    right: 20px;
    cursor: pointer;
}

#instagram_post_info_frame .instagram_post_image {
    text-align: center;
    flex: 1 1 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

#instagram_post_info_frame .instagram_post_image .desktop-img,
#instagram_post_info_frame .instagram_post_image img {
    max-height: 100%;
    max-width: 100%;
}

#instagram_post_info_frame .instagram_post_info {
    flex:1 1 700px;
    overflow-y: auto;
    position: relative;
}

#instagram_post_info_frame .instagram_post_info .instagram_post_username {
    padding: 15px 15px 0 15px;
    font-weight: 600;
}

#instagram_post_info_frame .instagram_post_info .instagram_post_timestamp {
    padding: 5px 15px 0 15px;
    color: #888;
    font-size: 13px;
}

#instagram_post_info_frame .instagram_post_info .instagram_post_caption {
    padding: 15px;
    max-height: 90px;
    overflow: hidden;
    position: relative;
}

#instagram_post_info_frame .instagram_post_info .instagram_post_caption_content {
    padding-bottom: 15px;
}

#instagram_post_info_frame .instagram_post_caption_show {
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 15px);
    display: flex;
    justify-content: center;
    align-items: end;
    top: 15px;
    background: #FFF;
    -webkit-mask-image: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.45) 100%);
    mask-image: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.45) 100%);
    cursor: pointer;
    margin-bottom: 1px solid #DDD;
    user-select: none;
    transition: 0.5s;
  }

#instagram_post_info_frame .instagram_post_caption_show.open {
    background: #FFF0;
}

#instagram_post_info_frame .instagram_post_caption_show.open img {
    transform: rotate(180deg);
}

#instagram_post_info_frame .instagram_post_info .instagram_post_permalink {
    padding: 10px;
    text-align: center;
}


#instagram_post_info_frame .instagram_post_info .instagram_post_products {
    clear: both;
    border-top: 1px solid #EEE;
    margin-top: 10px;
    padding: 10px 15px 0 15px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#instagram_post_info_frame #instagram_post_frame_gallery {
    padding: 0;
}
#instagram_post_info_frame .bx-wrapper,
#instagram_post_info_frame .bx-viewport {
    height: 100% !important;
    width: 100%;
}

#instagram_post_info_frame li {

}

.instagramReadMore{
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.instagramReadMore.top{
    margin-bottom: 0;
}

@media screen and (max-width: 700px) {
    #instagram_post_info_frame {
        flex-direction: column;
    }
    #bx-pagerInstagram a {
        width: calc(50% - 15px);
        padding: 0;
        margin: 5px;
    }

    #instagram_post_info_frame {
        max-width: calc(100vw - 80px);
    }

    #instagram_post_frame #instagram_post_frame_prev {
        left: 5px;
        cursor: pointer;
    }

    #instagram_post_frame #instagram_post_frame_next {
        right: 0px;
    }
}

@media screen and (max-width: 575px) {
    #instagram_post_info_frame {
        max-width: calc(100vw - 0px);
        height: 800px;
        max-height: calc(100vh - 100px);
    }

    #instagram_post_frame #instagram_post_frame_next {
        z-index: 9;
    }
    #instagram_post_frame #instagram_post_frame_prev {
        z-index: 9;
    }
/*
    .instagram_post_products .ProductBox {
        width: 190px;
        margin: 15px auto 0;
    }
    */
}


/***************** FIN SLIDER PRODUCTOS ************/


/********** FOOTER *******************/

@media screen and (min-width: 700px) {
    /* Estilos generales del Footer */
    #Footer {
        color: #ffffff;
    }
    #Footer a,
    #Footer strong,
    #Footer b {
        color: #ffffff;
    }
    /* Estilos generales del Footer */
    .footerLogos {
        float: left;
        width: 100%;
        padding: 15px 0;
        font-size: 15px;
    }
    #DusnicLogo {
        position: relative;
        float: left;
    }
    #DusnicLogo img {
        margin: 0px 0px 0px 10px;
    }
    #DusnicLogo a {
        color: #009db8;
    }
    #white {
        display: none;
    }
    #FooterInfo {
        position: relative;
        color: #009db8;
        float: right;
        transform: translateY(50%);
    }
    #Cards {
        position: relative;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }
    .cardsBlockLeft {
        display: inline-block;
        box-sizing: border-box;
        padding: 0 20px 0 0;
    }
    .cardsBlockRight {
        display: inline-block;
        box-sizing: border-box;
        padding: 0 0px;
        text-align: left;
    }
    .cardRow {
        margin: 15px 0;
    }
    #Cards .cardsBlockLeft img {
        margin: 0px 2px;
        vertical-align: middle;
    }
    #LogosSub {
        position: relative;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }
    #LogosSubContainerImgs {
        background: #FFF;
        width: 340px;
        margin: auto;
    }
    #LogosSub img {
        max-width: 100px;
        vertical-align: middle;
        padding: 0px 5px;
    }
    #LogosSubContainer {
        max-width: 999px;
        margin: 5px auto;
        text-align: center;
    }
    #Social {
        position: relative;
    }
    #Footer p {
        margin: 0px;
    }
    #Footer .bloque {
        position: relative;
        width: 33%;
        max-width: 400px;
        margin: 0 auto;
        text-align: left;
        height: unset;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 15px;
    }
    #Footer .footerBorder {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #Footer .titulo_bloque {
        position: relative;
        color: #ffffff;
        font-size: 23px;
        padding: 0px 0px 0px 0px;
    }
    #Footer .contenido_bloque {
        position: relative;
        margin: 25px 0px 0px 0px;
        color: #FFF;
    }
    #Footer .menu_bloque {
        position: relative;
        margin: 15px 0px 0px 0px;
    }
    #Footer .menu_bloque .category_0 {
        margin: 3px 0px;
    }
    #Footer .menu_bloque .category_0 a {
        color: #FFF;
    }
    #Footer .menu_bloque .category_0 a:hover {
        text-decoration: underline;
    }
    #Footer .bloque1 {
        left: 0;
    }
    #Footer .bloque2 {
        left: 0;
    }
    #Footer .bloque3 {
        left: 0;
    }
    .bloque3 {
        left: 500px;
    }
    #Footer .bloque4 {
        position: absolute;
        top: 333px;
        width: 100%;
        height: 80px;
        text-align: center;
        font-size: 14px;
    }
    .boxFooterBig {
        position: relative;
        width: calc(33% - 20px);
        max-height: 400px;
        margin: 0 10px;
        float: left;
        text-align: center;
    }
    .boxFooterBig img {
        max-width: 100%;
    }
    .boxFooterBig {
        border-radius: 50%;
        height: 100%;
        background: #FFF;
        height: 300px;
        background: #FFF;
        width: 300px;
    }
    .boxFooterBigBody {
        position: relative;
        width: 100%;
        height: 220px;
    }
    .boxFooterBigBodyText {
        font-size: 16px;
        color: #2b3039;
        text-align: left;
        padding: 20px 25px;
    }
    .boxFooterBigBodyBoxPhone {
        position: absolute;
        top: 210px;
        left: 15px;
        width: 146px;
        height: 63px;
    }
    .boxFooterBigBodyBoxPhoneText {
        color: #2b3039;
        font-size: 21px;
        font-weight: bold;
        width: 100%;
    }
    .boxFooterBigBodyBoxMail {
        position: absolute;
        top: 126px;
        left: 30px;
        font-size: 14px;
        color: #007a94;
    }
    .boxFooterBigBodyBoxIconMail {
        position: absolute;
        top: 220px;
        left: 165px;
    }
    #boxFooterBigBodyBoxEvaMerino {
        position: absolute;
        top: 25px;
        right: 10px;
    }
    .boxFooterBigFooter {
        position: relative;
        width: 100%;
        height: 75px;
    }
    #boxFooterSmallContainer {
        position: relative;
        width: 980px;
        height: 270px;
        margin: 45px auto 0px;
    }
    .boxFooterSmall {
        position: relative;
        width: 33%;
        height: 200px;
        float: left;
        color: #2B3039;
    }
    .boxFooterSmallSeparate {
        position: relative;
        width: 15px;
        height: 135px;
        float: left;
        border-right: 1px solid #c1c1c1;
        margin: 7px 0px 0px 0px;
    }
    .boxFooterSmallHeader {
        position: relative;
        width: 100%;
    }
    .boxFooterSmallHeaderIcon {
        position: relative;
        margin-bottom: 10px;
    }
    .boxFooterSmallHeaderTitle {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: #B31221;
        text-transform: uppercase;
    }
    .boxFooterSmallBody {
        position: relative;
        width: 100%;
        height: auto;
    }
    .boxFooterSmallBodyTextTop {
        font-size: 19px;
    }
    .boxFooterSmallBodyTextBottom {
        font-size: 13px;
        margin: 5px 0px 0px 0px;
    }
    .boxFooterSmallBodyTextBottom span {
        color: #B31221;
    }
    .boxFooterSmallBodyTextSeparate {
        color: #d6d6d6;
        margin: 0px;
    }
    #boxValoracionComentarios {
        height: 35px;
        text-align: center;
        padding: 10px 0px 0px 0px;
    }
    #boxValoracionComentariosText {
        padding: 10px 15px;
        font-family: arial;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
    }
    #NewsletterBox {
        height: 30px;
        width: 100%;
        max-width: 350px;
        border-radius: 25px;
        border: 1px solid #DDD;
        background: #DDD;
        margin: 5px auto;
        padding-left: 10px;
    }
    #NewsletterBoxInput {
        border: 0px;
        padding: 0px;
        height: 30px;
        width: 200px;
        font-size: 14px;
        color: #2B3039;
        background: transparent;
    }
    #NewsletterBoxButton {
        display: inline-block;
    }
    #NewsletterBoxButton a {
        background: #B31221;
        padding: 6px 17px 6px 17px;
    }
    #NewsletterBoxButton a:hover {
        background: #2B3039;
    }
    #NewsletterBoxPrivacity input {}
    .accept_policy_text {
        position: relative;
        top: 1px;
        font-family: arial;
        font-size: 11px;
        color: #8c8f94;
    }
    #categories_links {
        position: relative;
        width: 100%;
        height: 50px;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
        padding: 15px 0px;
        margin-bottom: 15px;
    }
    #categories_links a {
        color: #FFF;
    }
    #categories_links a:hover {
        color: #a6d1da;
    }
    .separate_category_link {
        color: #FFF;
        margin: 0px 10px;
    }
    #Social a,
    #SocialHeader a {
        cursor: pointer;
        display: inline-block;
        margin: 0px 0px;
    }
}

@media screen and (min-width: 1400px) {
    #boxFooterSmallContainer {
        width: 1380px;
    }
    .boxFooterBig {
        margin: auto 25px;
    }
    .boxFooterBig {
        width: 400px;
        height: 400px;
    }
    .boxFooterBig.valoracionFooter .boxFooterBigBody {
        height: 280px;
    }
    #boxValoracionComentarios {
        height: 60px;
    }
    #NewsletterBoxInput {
        width: 230px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #boxFooterSmallContainer {
        width: 1180px;
    }
    .boxFooterBig {
        margin: auto 25px;
    }
    .boxFooterBig {
        width: 340px;
        height: 340px;
    }
    .boxFooterBig.valoracionFooter .boxFooterBigBody {
        height: 260px;
    }
    #boxValoracionComentarios {
        height: 45px;
    }
    #NewsletterBoxInput {
        width: 230px;
    }
}

.social_button {
    height: 26px;
    width: 26px;
}

.social_button.icon_facebook {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: 0px 0px;
}

.social_button.icon_facebook:hover {
    background-position: 0px -26px;
}

.social_button.icon_twitter {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -26px 0px;
}

.social_button.icon_twitter:hover {
    background-position: -26px -26px;
}

.social_button.icon_googleplus {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -52px 0px;
}

.social_button.icon_googleplus:hover {
    background-position: -52px -26px;
}

.social_button.icon_blog {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -78px 0px;
}

.social_button.icon_blog:hover {
    background-position: -78px -26px;
}

.social_button.icon_instagram {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -104px 0px;
}

.social_button.icon_instagram:hover {
    background-position: -104px -26px;
}

.social_button.icon_pinterest {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -130px 0px;
}

.social_button.icon_pinterest:hover {
    background-position: -130px -26px;
}

.social_button.icon_youtube {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -156px 0px;
}

.social_button.icon_youtube:hover {
    background-position: -156px -26px;
}

.social_button.icon_linkedin {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -182px 0px;
}

.social_button.icon_linkedin:hover {
    background-position: -182px -26px;
}

.social_button.icon_tiktok {
    background: url(/template/web/icons-social-networks.png) no-repeat rgba(0, 0, 0, 0);
    background-position: -338px 0px;
}

.social_button.icon_tiktok:hover {
    background-position: -338px -26px;
}

#shopmania {
    position: absolute;
    left: 190px;
    bottom: 15px;
}

@media screen and (max-width: 700px) {
    #Footer .bloque {
        position: relative;
        margin: 0;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
        height: auto !important;
        font-size: 15px;
        border-bottom: none;
        padding: 10px;
        box-sizing: border-box;
    }
    #Footer .titulo_bloque {
        position: relative;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0px;
    }
    #Footer .contenido_bloque {
        position: relative;
        padding: 5px 0px;
    }
    #Footer .menu_bloque {
        position: relative;
        padding: 5px 0px;
    }
    #Footer .category_0 {
        line-height: 30px;
    }
    #categories_links {
        max-width: 300px;
        margin: 0 auto;
    }
    #categories_links a {
        color: #009db8;
        font-size: 16px;
        display: inline-block;
        padding: 0 10px;
    }
    #DusnicLogo {
        position: relative;
        top: 36px;
        right: 0px;
        text-align: center;
    }
    #Social {
        display: none;
    }
    #Cards {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    #Cards .cardsBlockLeft {
        padding: 15px 0;
    }
    #Cards .cardsBlockLeft img {
        margin: 8px 2px;
        vertical-align: middle;
    }
    #LogosSub {
        position: relative;
        width: 98%;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
        padding: 0px 1%;
    }
    #LogosSubContainerImgs {
        background: #FFF;
        width: 340px;
        margin: auto;
    }
    #LogosSub img {
        max-width: 100px;
        vertical-align: middle;
        padding: 0px 5px;
    }
    #LogosSubContainer {
        max-width: 100%;
        margin: 5px auto;
        text-align: center;
    }
    .bloque1 {
        color: #FFF;
    }
    .bloque1 p {
        text-align: center;
        border: none;
        margin: 0px;
        padding: 0px;
    }
    .bloque1 .contenido_bloque {
        padding: 0px;
    }
    .bloque1 .contenido_bloque a {
        color: #FFF !important;
    }
    #FooterInfo {
        position: relative;
        top: 21px;
        color: #fff;
    }
    .boxFooterBig {
        display: block;
        margin: 20px auto;
        text-align: center;
    }
    .boxFooterBig.valoracionFooter {
        border-radius: 50%;
        background: #FFF;
        height: 400px;
        width: 400px;
        position: relative;
        text-align: center;
    }
    #boxFooterSmall_1 {
        margin-top: 10px;
        text-align: center;
    }
    #boxFooterSmall_2 {
        margin-top: 10px;
        text-align: center;
    }
    #boxFooterSmall_3 {
        margin-top: 10px;
        text-align: center;
    }
    .boxFooterSmall {
        color: #2B3039;
    }
    .boxFooterSmallHeader {
        position: relative;
        width: 100%;
    }
    .boxFooterSmallHeaderIcon {
        position: relative;
        margin-bottom: 10px;
    }
    .boxFooterSmallHeaderTitle {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: #B31221;
        text-transform: uppercase;
    }
    .boxFooterSmallBody {
        position: relative;
        width: calc(100% - 10px);
        height: auto;
        padding: 0 5px;
    }
    .boxFooterSmallBodyTextTop {
        font-size: 19px;
    }
    .boxFooterSmallBodyTextBottom {
        font-size: 13px;
        margin: 5px 0px 0px 0px;
    }
    .boxFooterSmallBodyTextBottom span {
        color: #B31221;
    }
    .boxFooterSmallBodyTextSeparate {
        color: #d6d6d6;
        margin: 0px;
    }
    #green {
        display: none;
    }
    #Social a,
    #SocialHeader a {
        cursor: pointer;
        display: inline-block;
        margin: 0px 1px 4px 0px;
    }
    .valoracionFooter {
        display: block;
    }
    #boxValoracionComentarios {
        height: 35px;
        text-align: center;
        padding: 10px 0px 0px 0px;
    }
    #boxValoracionComentariosText {
        padding: 10px 15px;
        font-family: arial;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
    }
    #NewsletterBox {
        height: 30px;
        width: 100%;
        max-width: 350px;
        border-radius: 25px;
        border: 1px solid #DDD;
        background: #DDD;
        margin: 5px auto;
        padding-left: 0px;
    }
    #NewsletterBoxInput {
        border: 0px;
        padding: 0px;
        height: 30px;
        width: 244px;
        font-size: 16px;
        color: #2B3039;
        background: transparent;
        position: relative;
        top: -1px;
    }
    #NewsletterBoxButton {
        display: inline-block;
    }
    #NewsletterBoxButton a {
        background: #B31221;
        font-size: 15px;
        padding: 6px 6px;
        margin: 0;
    }
    #NewsletterBoxButton a:hover {
        background: #2B3039;
    }
    #NewsletterBoxPrivacity input {}
    .accept_policy_text {
        position: relative;
        top: 1px;
        font-family: arial;
        font-size: 11px;
        color: #8c8f94;
    }
    .boxFooterBigBody {
        position: relative;
        width: 100%;
        height: 220px;
    }
    .boxFooterBigBodyText {
        font-size: 16px;
        color: #2b3039;
        text-align: left;
        padding: 20px 25px;
    }
    #boxValoracionComentarios {
        height: 45px;
        text-align: center;
        padding: 10px 0px 0px 0px;
    }
    #boxValoracionComentariosText {
        padding: 10px 15px;
        font-family: arial;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        height: 90px;
    }
    #banner_descarga_app_container {
        background-color: #000;
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        height: 91px;
        width: 100%;
        z-index: 10000;
        text-align: center;
    }
    #banner_descarga_app {
        background: url('/template/web/bg-banner-app.jpg') no-repeat transparent left top;
        height: 91px;
        width: 330px;
        margin: auto;
        position: relative;
    }
    #banner_descarga_app_link_android {
        position: absolute;
        left: 80px;
        bottom: 8px;
    }
    #banner_descarga_app_link_ios {
        position: absolute;
        left: 209px;
        bottom: 8px;
    }
    #banner_descarga_app_link_android img {
        width: 118px;
    }
    #banner_descarga_app_link_ios img {
        width: 109px;
    }
    #CerrarBoxPopUpFooter {
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 1px 6px;
        border-radius: 15px;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer;
    }
    .separate_category_link {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .boxFooterBig,
    .boxFooterBig.valoracionFooter {
        height: 350px;
        width: 350px;
    }
}
.boxFooterSmallBodyTextTop .tel-link{
    color: #2b3039;
}
.boxFooterSmallBodyTextTop .boxFooterSmallBodyTextSeparate{
    color: #B31221;
}

/********** FIN FOOTER^***************/


/********** TIENDAS LAGUNA **********/

#header {
    width: 100%;
    overflow: hidden;
}

#header_logo {
    float: left;
    margin: 20px 0px 0px 20px;
    max-width: 200px;
}

#header_logo img {
    max-width: 100%;
}

#header_title {
    float: left;
    margin: 0px 0px 0px 20px;
}

#message {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

#message_container {
    padding: 20px;
    background-color: #fcfaef;
    color: #ff0000;
    border: 1px solid #ddd;
    font-size: 18px;
}

@media (max-width: 750px) {
    #column_left {
        overflow: auto;
        background-color: #f0faff;
    }
    #column_right {
        color: #333;
    }
    h1 {
        font-size: 24px;
        color: #2b3039;
        font-weight: 600;
    }
}

@media (min-width: 751px) {
    #column_left {
        display: none;
        width: 30%;
        float: left;
        height: 475px;
        overflow: auto;
        background-color: #f0faff;
        border-right: 3px solid #184e81;
    }
    #column_right {
        width: 100%;
        float: left;
        padding-left: 20px;
        color: #333;
    }
    h1 {
        line-height: 36px;
        font-size: 36px;
        color: #2b3039;
    }
}

.item_tienda {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #ddd;
    background-color: #f0faff;
}

.item_tienda:hover {
    background-color: #ffffdd;
}

.item_tienda_nombre {
    font-size: 14px;
    font-weight: bold;
    color: #184e81;
    text-decoration: underline;
    cursor: pointer;
}

.item_tienda_direccion {
    font-size: 12px;
    color: #184e81;
}

.item_tienda_localidad {
    font-size: 12px;
    color: #184e81;
}

.item_tienda_select a {
    cursor: pointer;
    text-decoration: underline;
}

#bloque_tienda_nombre {
    margin: 10px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
}

#bloque_tienda_direccion {
    margin: 0px 0px 0px 0px;
}

.bloque_tienda_titulo {
    margin: 10px 0px 10px 0px;
    border-bottom: 2px solid #ddd;
    font-size: 18px;
    color: #013f78;
    font-weight: bold;
}

#bloque_tienda_select {
    margin: 15px 0px 0px 0px;
}

#bloque_tienda_select a {
    color: #da5805;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: normal;
}


/********** FIN TIENDAS LAGUNA *******/


/********** CLOUD ZOOM *************/


/* This is the moving lens square underneath the mouse pointer. */

.cloud-zoom-lens {
    border: 4px solid #888;
    margin: -4px;
    /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
}


/* This is for the title text. */

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}


/* This is the zoom window. */

.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
}


/* This is the loading message. */

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.cloud-zoom-gallery {
    margin: 3px;
}

#cloud-gallery {
    padding: 10px 0px;
}


/********** FIN CLOUD ZOOM **********/


/********** JQUERY JSSCROLLPANE *****/


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}


/*--Barra vertical--*/

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background: #009DB8;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #009DB8;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}


/*--Fondo de la barra--*/

.jspTrack {
    background: #444444;
    position: relative;
}


/*--Barrita cursor--*/

.jspDrag {
    background: url("/template/web/scroll-lines.png") no-repeat center center #009DB8;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}


/*--Flechas--*/

.jspArrow {
    background: #2B3039;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}


/*--Flecha de arriba--*/

.jspArrowUp {
    background: url("/template/web/scroll-arrow-top.png") no-repeat center center;
}


/*--Flecha de abajo--*/

.jspArrowDown {
    background: url("/template/web/scroll-arrow-bottom.png") no-repeat center center;
}


/*--Flecha desactivada--*/

.jspArrow.jspDisabled {
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 25px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}


/********** FIN JQUERY JSSCROLLPANE *****/


/***************** FILTROS Y COLUMNA LATERAL ***************/

.infoBoxHeading.button_show_filters {
    /*cursor:pointer;*/
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    clear: both;
}

.infoBoxHeading.button_show_filters.up {
    background-image: url(/template/web/up_arrow.svg);
    background-position: center right 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    clear: both;
}

.infoBoxHeading.button_show_filters.down {
    background-image: url(/template/web/down_arrow.svg);
    background-position: center right 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    clear: both;
}

.infoBoxHeading {
    width: 100%;
    height: 36px;
    text-transform: uppercase;
    font-size: 14px;
    font-height: 600;
    color: #B31221;
    margin: 0;
    text-align: left
}

.infoBoxHeading td {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0px;
    padding-bottom: 0
}

.infoBoxHeading td a {
    color: #2B2F3A
}

.infoBoxHeading td a:hover {
    color: #fff
}

.infoBox img {
    margin: 0 5px 0 0px
}

.infoBoxContents {
    font-size: 14px;
    padding: 5px 10px 10px 10px
}

.infoBoxContentsMenu {
    font-size: 12px;
    margin: 0 0 35px 0
}

.categoria0 {
    width: 223px;
    height: 22px;
    padding: 8px 0 0 10px;
    background: url(/imgTemplate/categoria0.jpg)
}

.categoria0 a {
    color: #fff;
    text-decoration: none
}

.categoria0 a:hover {
    color: #2B2F3A;
    text-decoration: underline
}

.categoria1 {
    padding: 5px 0;
    margin: 0 5px 0 0;
    text-align: left;
}

.categoria1 a {
    color: #2B2F3A;
    font-size: 16px;
    font-weight: bold;
}

.categoria1 a:hover {
    color: #B31221;
    text-decoration: underline;
}

.categoria1.current a {
    color: #B31221
}

.categoria1.open,
.categoria1.manufacturer {
    display: block;
}

.categoria2 {
    display: none;
    padding: 4px 0px;
    margin: 0px 0px 0px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
}

.categoria2 a {
    color: #2B2F3A
}

.categoria2.current a {
    color: #B31221
}

.categoria2 a:hover {
    color: #2B2F3A;
    text-decoration: underline;
}

.categoria2.open,
.categoria2.manufacturer {
    display: block;
}

.categoria3 {
    width: calc(100% - 35px);
    display: none;
    padding: 4px 0px 4px 20px;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0px 0px 15px;
    border-bottom: 1px solid #ededed;
}

.categoria3 a {
    color: #444;
}

.categoria3.current a {
    color: #B31221
}

.categoria3 a:hover {
    color: #2B2F3A;
    text-decoration: underline;
}

.categoria3.open,
.categoria3.manufacturer {
    display: block;
}

.categoria4 {
    width: calc(100% - 45px);
    display: none;
    padding: 4px 0px 4px 30px;
    font-size: 12px;
    margin: 0px 0px 0px 15px;
    border-bottom: 1px solid #ededed;
}

.categoria4 a {
    color: #444;
}

.categoria4.current a {
    color: #B31221
}

.categoria4 a:hover {
    color: #2B2F3A;
    text-decoration: underline;
}

.categoria4.open,
.categoria4.manufacturer {
    display: block;
}

.categoria5 {
    width: calc(100% - 55px);
    display: none;
    padding: 4px 0px 4px 40px;
    font-size: 12px;
    margin: 0px 0px 0px 15px;
    border-bottom: 1px solid #ededed;
}

.categoria5 a {
    color: #444;
}

.categoria5.current a {
    color: #B31221
}

.categoria5 a:hover {
    color: #2B2F3A;
    text-decoration: underline;
}

.categoria5.open,
.categoria5.manufacturer {
    display: block;
}

.filtro_box {
    height: 75px;
    overflow: auto;
    padding: 3px 0 0;
    position: relative;
    width: 180px;
}

.filtro_box input {
    margin: 1px;
    padding: 3px 0 0;
}

.filtro_label {
    cursor: pointer;
    margin: 0px;
    padding: 3px 0 0;
}

.filtro_header {
    height: 20px;
    position: relative;
    width: 182px;
    margin-top: 12px;
}

.filtro_header_titulo {
    left: 0;
    position: absolute;
    top: 0;
}

.filtro_header_borrar {
    right: 0;
    position: absolute;
    top: 0;
}

.box_filter_list {
    border: 1px solid #BBB;
    clear: both;
    margin: 5px 10px 15px 5px;
}

#list_manufacturer {
    border: none;
    margin: 0px 0px 15px 0px;
}

.box_filter_list>label {
    padding-left: 15px;
    font-weight: 100;
    font-size: 18px
}

.box_filter_list .filter_content {
    background: #F6F6F6;
    height: auto;
    padding: 0 0 0 5px;
    position: relative;
    margin: 10px 5px;
    max-height: 300px;
    overflow-y: auto
}

.box_filter_list input {
    -webkit-appearance: none;
    background-color: #FFF;
    border:1px solid #ccc;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.box_filter_list input.disabled {
    cursor: not-allowed;
    background-color: #ddd
}

.box_filter_list input:disabled span {
    color: #AAA;
    cursor: not-allowed;
}

.box_filter_list input:checked {
    background-color: #00B0C0;
    /*border:1px solid #adb8c0;*/
    color: #99a1a7
}

.box_filter_list input:checked:after {
    content: '\2713';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #dfdfdf
}

.box_filter_list>div>label {
    display: block;
    font-size: 13px;
}

.box_filter_list>div>label>span {
    position: relative;
    top: -7px;
    color: #2B2F3A;
}

.box_filter_list>div>label>span.disabled {
    color: #BBB;
    cursor: not-allowed;
}

.box_filter_slider {
    position: relative;
    padding-bottom: 25px;
    font-weight: 600;
    width: 100%;
    float: left;
    display: inline-block;
    clear: both
}

.box_filter_slider>span {
    padding-left: 10px;
    font-weight: 100;
}

.box_filter_slider>input {
    border: 0;
    background: 0 0;
    color: #2B2F3A;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 10px 5px 5px;
    display: inline-block;
    width: 120px;
}

.box_filter_slider>label {
    padding-left: 10px;
    font-weight: 100;
    font-size: 16px
}

.box_filter_slider>div {
    margin: 10px 25px 10px 15px
}

.box_filter_slider .ui-widget-content {
    background: #CCC
}

.box_filter_slider .ui-widget-header {
    background: #00B0C0
}

#slider-price,
#slider-price .ui-slider-handle {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid #00B0C0;
    background: #FFF;
    height: 5px;
}

#slider-price .ui-slider-handle {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 3px solid #00B0C0;
    height: 10px;
    width: 10px;
    background: #FFF;
    top: -5px;
}

#filtro_ {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}

.button_show_filters span {
    padding-left: 10px;
    padding-bottom: 0
}

#filtro_ .filter_title {
    text-align: left;
    margin-bottom: 0;
    margin-left: 5px;
}

#filtro_ .filter_title_clear {
    position: relative;
    top: -25px;
    text-align: right;
    padding-right: 10px;
    height: 0
}

#filtro_ .filter_title_clear.feature,
#filtro_ .filter_title_clear.special {
    top: -30px
}

#filtro_ .filter_title_clear a {
    text-decoration: underline;
    color: #00B0C0;
    cursor: pointer
}

#filtro_ .filter_title_clear a:hover {
    color: #2B2F3A
}

#filtro_ .filter_title.feature,
#filtro_ .filter_title.special {
    text-align: left;
    padding: 10px 10px;
    cursor: pointer;
    margin-left: 0px;
}

#filtro_ .filter_title.plus {
    background-image: url(/template/web/down_arrow.svg);
    background-position: center right 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat
}

#filtro_ .filter_title.minus {
    background-image: url(/template/web/up_arrow.svg);
    background-position: center right 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat
}

#filtro_ .filter_title span {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: #2B3039;
    text-transform: uppercase;
}

#filtro_ .filter_title.feature span,
#filtro_ .filter_title.special span {
    color: #2B3039;
}

#load_ajax {
    position: fixed;
    width: 100vw;
    height: 100vh;
    min-height: 130px;
    top: 0px;
    left: 0px;
    background-color: #333A;
    z-index: 10004;
}

#load_ajax .loader {
    position: relative;
    border: 5px solid #FFF;
    border-top: 5px solid #00B0C0;
    border-radius: 50%;
    top: calc(50% - 60px);
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    z-index: 10003;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.box_filter_list.feature .feature_title i,
.box_filter_list.special .special_title i {
    right: 10px;
    position: absolute;
    color: #f45389;
    font-size: 15px;
    font-family: Helvetica, FontAwesome!important
}

.box_filter_list.feature .feature_values,
.box_filter_list.special .special_values {
    margin-top: 0;
}

#filters_buttons {
    display: none;
}

.close-menu-responsive {
    display: none;
}

#menu-background {
    display: none;
}

@media screen and (max-width: 700px) {
    .infoBoxHeading.button_show_filters,
    .infoBoxHeading.button_show_categories {
        border-top: 1px solid #BBB;
        width: 100vw;
        height: 50px;
        position: fixed;
        top: 0px;
        z-index: 10005;
        color: #FAFAFA;
        background-color: #2B2F3A;
        border-bottom: 1px solid #DDD;
        display: none;
    }
    #box_categories,
    #box_categories_manufacturer {
        display: none;
        max-height: auto !important;
    }
    .infoBoxHeading td {
        padding-left: 5px;
    }
    #filtro_,
    #box_categories,
    #box_categories_manufacturer {
        float: left;
        margin-top: 0;
        margin-bottom: 10px;
        position: fixed;
        top: 50px;
        z-index: 10002;
        background: #FFF;
        overflow: scroll;
        height: 100vh;
        width: 90vw;
        max-width: 235px;
    }
    #box_categories,
    #box_categories_manufacturer {
        max-width: 350px;
    }
    #filters_buttons {
        display: block;
        background: #EEE;
        z-index: 9999;
        width: 100vw;
        height: 40px;
    }
    .close-menu-responsive {
        cursor: pointer;
        display: table-cell;
        text-align: center;
        width: 45px;
    }
    #button_show_categories_listing,
    #button_show_filters_listing {
        width: 50vw;
        display: inline-block;
        text-align: center;
        padding: 10px 0;
        font-size: 15px;
        border-top: 1px solid #BBB;
        border-bottom: 1px solid #BBB;
        cursor: pointer;
    }
    #button_show_categories_listing.manufacturer,
    #button_show_filters_listing.search {
        width: 100vw;
    }
    .SearchContent #filters_buttons {
        position: relative;
        left: -5px;
    }
    #button_show_filters_listing {
        background: url('/template/web/icons/icon-filtros.svg') no-repeat 20px center;
        background-size: 20px;
    }
    #button_show_categories_listing {
        width: calc(50vw - 1px);
        border-left: 1px solid #BBB;
        background: url('/template/web/icons/icon-categorias.svg') no-repeat 20px center;
        background-size: 17px;
    }
    #menu-background {
        width: 100vw;
        height: 100%;
        background: #000A;
        z-index: 99;
        display: none;
        position: fixed;
        top: 50px;
        left: 0px;
        height: calc(100vh - 41px);
        z-index: 10000;
    }
    #filtro_ .filter_title_clear {
        top: -15px;
    }
}

#box_categories {
    clear: both;
}

#ColumnLeft .titulo_bloque {
    color: #2B3039;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}

#ColumnLeft .category_0 {
    margin: 5px 0px;
}

#ColumnLeft .category_0 {
    margin: 15px 0px;
}

#ColumnLeft .category_0 a {
    color: #2b3039;
    font-size: 16px;
}

#ColumnLeft .category_0 a:hover {
    text-decoration: underline;
}

#ColumnLeft .category_0.category_active a {
    color: #b31221;
}


/***************** FIN FILTROS Y COLUMNA LATERAL ************/


/************ MARCAS **************/

#manufacturer-ordered-list {
    font-size: 0;
    text-align: left;
}

#manufacturer-ordered-list .manufacturer_line {
    padding: 5px 0;
}

#manufacturer-ordered-list .manufacturer_line a:hover {
    text-decoration: underline;
}

.alphabetical_group {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 15px;
}

.alphabetical_group>h2 {
    font-family: 'BOOKOS', 'Open Sans';
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
}

#manufacturer-filter-list {
    font-size: 0;
    text-align: center;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

#clear-filters {
    font-size: 12px;
    display: inline-block;
    width: 11.111%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    vertical-align: top;
}

#clear-filters .manufacturer-box {
    background-color: #2badc3;
}

#clear-filters:first-child {
    border-left: none;
}

#manufacturer-filter-list.active #clear-filters .manufacturer-box {
    background-color: #fff;
    color: #2badc3;
}

#manufacturer-filter-list.active .manufacturer-filter.active .manufacturer-box {
    background-color: #2badc3;
    color: #fff;
}

.manufacturer-filter {
    font-size: 12px;
    display: inline-block;
    width: 11.111%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2badc3;
    vertical-align: top;
}

.manufacturer-filter:first-child {
    border-left: none;
}

.manufacturer-filter.active {
    opacity: 1;
}

#manufacturer-select-filter-list {
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}

.manufacturer-select-filter {
    font-size: 12px;
    display: inline-block;
    width: 33.333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    vertical-align: top;
}

#manufacturer-select-filter-list:not(.active) .manufacturer-select-filter:first-child .manufacturer-box {
    background-color: #B31221;
    color: #fff;
}

#manufacturer-select-filter-list.active .manufacturer-select-filter:not(.active) {
    /* opacity:0.4; */
}

#manufacturer-select-filter-list .manufacturer-select-filter.active .manufacturer-box {
    background-color: #B31221;
    color: #fff;
}

#manufacturer-select-filter-list .manufacturer-box {
    background-color: #fff;
    color: #B31221;
    padding: 25px 5px 0px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}

.manufacturer-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 35px 5px 0px;
    height: 65px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 7px;
    cursor: pointer;
}

.manufacturer-box:hover {}

#manufacturer-alphabetical-anchor-list {
    font-size: 0px;
    text-align: center;
    margin-top: 2rem;
}

#manufacturer-alphabetical-anchor-list .alphabetical_anchor {
    border-left: 1px solid #cacaca;
    display: inline-block;
    padding: 0px 8px;
    margin: 8px 0;
    line-height: 5px;
    text-transform: capitalize;
    font-family: 'BOOKOS', 'Open Sans';
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}

#manufacturer-alphabetical-anchor-list .alphabetical_anchor.not-active {
    color: #bbb;
    cursor: default;
}

#manufacturer-alphabetical-anchor-list .alphabetical_anchor.active {}

#manufacturer-alphabetical-anchor-list .alphabetical_anchor:first-child {
    border: none;
}

#noResultsFound {
    display: none;
    margin: 0px 20px;
}

#noResultsFound p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    padding: 15px;
}


/* FILTER BUTTONS */


/* Todas */

#clear-filters .manufacturer-box {
    background-image: url(/template/web/manufacturers/todos.png);
}


/* Perfumes */

#manufacturer_filter_4529 .manufacturer-box {
    background-image: url(/template/web/manufacturers/perfume-2.png);
}


/* Cosmética */

#manufacturer_filter_5 .manufacturer-box {
    background-image: url(/template/web/manufacturers/cosmetics-2.png);
}


/* Maquillaje */

#manufacturer_filter_4 .manufacturer-box {
    background-image: url(/template/web/manufacturers/maquillaje-2.png);
}


/* Cabello */

#manufacturer_filter_507 .manufacturer-box {
    background-image: url(/template/web/manufacturers/pelo-2.png);
}


/* Bronceadores */

#manufacturer_filter_1 .manufacturer-box {
    background-image: url(/template/web/manufacturers/solar-2.png);
}


/* Cuerpo */

#manufacturer_filter_271 .manufacturer-box {
    background-image: url(/template/web/manufacturers/body-2.png);
}


/* Fragancias del hogar */

#manufacturer_filter_466 .manufacturer-box {
    background-image: url(/template/web/manufacturers/casa-2.png);
}


/* Gafas Sol */

#manufacturer_filter_3761 .manufacturer-box {
    background-image: url(/template/web/manufacturers/gafas-sol-2.png);
}


/* FILTER BUTTONS */


/* Todas */

#manufacturer-filter-list.active #clear-filters .manufacturer-box {
    background-image: url(/template/web/manufacturers/todos-2.png);
}


/* Perfumes */

#manufacturer-filter-list.active #manufacturer_filter_4529.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/perfume.png);
}


/* Cosmética */

#manufacturer-filter-list.active #manufacturer_filter_5.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/cosmetics.png);
}


/* Maquillaje */

#manufacturer-filter-list.active #manufacturer_filter_4.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/maquillaje.png);
}


/* Cabello */

#manufacturer-filter-list.active #manufacturer_filter_507.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/pelo.png);
}


/* Bronceadores */

#manufacturer-filter-list.active #manufacturer_filter_1.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/solar.png);
}


/* Cuerpo */

#manufacturer-filter-list.active #manufacturer_filter_271.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/body.png);
}


/* Fragancias del hogar */

#manufacturer-filter-list.active #manufacturer_filter_466.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/casa.png);
}


/* Gafas Sol */

#manufacturer-filter-list.active #manufacturer_filter_3761.manufacturer-filter.active .manufacturer-box {
    background-image: url(/template/web/manufacturers/gafas-sol.png);
}

#manufacturer_header {
    margin: 10px 0;
    display: block;
}

#manufacturer_header h1 {
    display: inline-block;
}

#manufacturers_image {
    float: right;
}

#manufacturers_image img {
    max-height: 80px;
}

#manufacturers_banner {
    margin: 10px 0;
    display: block;
    text-align: center
}

#manufacturers_banner img {
    max-width: 100%;
    /*height: 100%;*/
}

@media screen and (min-width: 1400px) {
    #manufacturer_header h1,
    #manufacturer_category_title {
        padding-left: 0px;
    }
}

@media screen and (max-width: 700px) {
    #manufacturer_header h1,
    #manufacturer_category_title {
        width: calc(100% - 20px);
        float: none;
        padding: 0 10px;
    }
    #manufacturers_image {
        display: none;
        width: 100%;
        float: none;
    }
    #clear-filters,
    .manufacturer-filter {
        width: 33.333%;
        font-size: 14px;
    }
    #manufacturer-filter-list .manufacturer-box {
        font-size: 12px;
        height: 50px;
        padding: 28px 5px 0px;
        background-position: center 2px;
    }
    #manufacturer-select-filter-list .manufacturer-box {
        font-size: 12px;
        padding: 15px 5px 15px;
        height: unset;
    }
    .manufacturer-select-filter {
        vertical-align: middle;
    }
    .alphabetical_group {
        width: 50%;
    }
}


/********** FIN MARCAS ***********/


/********** LAYER 1 RGPD *********/

.rgpd-layer1 {
    font-size: 10px;
    color: #444;
    text-align: justify;
}


/******* FIN LAYER 1 RGPD ********/


/******** BARRA FOOTER MOVIL WHATSAPP */

#contact-footer {
    display: none;
}

@media (max-width:767px) {
    #contact-footer {
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background: #333;
        z-index: 51;
    }
    #scroll-up {
        float: left;
        display: inline-block;
        margin: 5px auto;
        width: 15%;
        text-align: center;
    }
    #scroll-up a {
        width: 26px;
        height: 26px;
        background-image: url("../template/icons/icon-arrow-up.png");
        background-size: 26px 26px;
        display: inline-block;
        content: "";
    }
    .contact-footer-phone,
    .contact-footer-whatsapp {
        float: left;
        padding: 6px 0px 4px;
        line-height: 18px;
        margin: auto;
        width: 42%;
    }
    .contact-footer-phone a,
    .contact-footer-whatsapp a {
        color: #FFF !important;
        font-size: 14px;
    }
    .contact-footer-phone a:before {
        width: 26px;
        height: 26px;
        background-image: url("../template/icons/icon-phone.png");
        background-size: 26px 26px;
        display: inline-block;
        content: "";
        vertical-align: middle;
        margin-right: 5px;
    }
    .contact-footer-whatsapp a:before {
        width: 26px;
        height: 26px;
        background-image: url("../template/icons/icon-whatsapp.png");
        background-size: 26px 26px;
        display: inline-block;
        content: "";
        vertical-align: middle;
        margin-right: 5px;
    }
}

#product_info .bx-wrapper {
    margin: 0 auto 15px !important;
}

#product_info .product_images{
    margin:0px;
}

/******** FIN BARRA FOOTER MOVIL WHATSAPP */

@media screen and (max-width: 700px) {
        #wishlist_link_share{
            display:none;
        }
        
        #block_banner_mini{
            margin-top:15px;
        }
}

/* GALERIA INSTAGRAM */
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .bxsliderInstagram .box_instagram_posts_container {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
        grid-auto-rows: 225px;
    }


    .bxsliderInstagram .instagram_post {
        max-height: 225px;
        max-width: 225px;
    }

    .bxsliderInstagram .instagram_post.featured {
        max-height: 460px;
        max-width: 460px;
    }
    .bxsliderInstagram .instagram_post.video {
        max-height: 460px;
        max-width: 225px;
    }

    /* BX SLIDER CAT */
    .bxsliderInstagram.with_column .box_instagram_posts_container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 200px;
    }


    .bxsliderInstagram.with_column .instagram_post {
        max-height: 200px;
        max-width: 200px;
    }

    .bxsliderInstagram.with_column .instagram_post.featured {
        max-height: 410px;
        max-width: 410px;
    }

    .bxsliderInstagram.with_column .instagram_post.video {
        max-height: 410px;
        max-width: 200px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .bxsliderInstagram .box_instagram_posts_container {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
        grid-auto-rows: 235px;
    }


    .bxsliderInstagram .instagram_post {
        max-height: 235px;
        max-width: 235px;
    }

    .bxsliderInstagram .instagram_post.featured {
        max-height: 480px;
        max-width: 480px;
    }
    .bxsliderInstagram .instagram_post.video {
        max-height: 480px;
        max-width: 235px;
    }


    /* BX SLIDER CAT */
    .bxsliderInstagram.with_column .box_instagram_posts_container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 200px;
    }


    .bxsliderInstagram.with_column .instagram_post {
        max-height: 200px;
        max-width: 200px;
    }

    .bxsliderInstagram.with_column .instagram_post.featured {
        max-height: 410px;
        max-width: 410px;
    }

    .bxsliderInstagram.with_column .instagram_post.video {
        max-height: 410px;
        max-width: 200px;
    }

    .products_info_box {
        height: 170px;
    }

    .products_info_price {
        width: calc(50% - 20px);
    }

    .ProductPromoTextDiscountPrice.ProductInfo {
        top: 70px;
        right: 150px;
        left: auto;
      }
}


@media screen and (min-width: 701px) and (max-width: 991px) {
    .bxsliderInstagram .box_instagram_posts_container {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
        grid-auto-rows: 235px;
    }


    .bxsliderInstagram .instagram_post {
        max-height: 235px;
        max-width: 235px;
    }

    .bxsliderInstagram .instagram_post.featured {
        max-height: 480px;
        max-width: 480px;
    }
    .bxsliderInstagram .instagram_post.video {
        max-height: 480px;
        max-width: 235px;
    }

    /* BX SLIDER CAT */
    .bxsliderInstagram.with_column .box_instagram_posts_container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 200px;
    }


    .bxsliderInstagram.with_column .instagram_post {
        max-height: 200px;
        max-width: 200px;
    }

    .bxsliderInstagram.with_column .instagram_post.featured {
        max-height: 410px;
        max-width: 410px;
    }

    .bxsliderInstagram.with_column .instagram_post.video {
        max-height: 410px;
        max-width: 200px;
    }

    .products_info_box {
        height: 170px;
    }

    .products_info_price {
        width: calc(50% - 20px);
    }

    .ProductPromoTextDiscountPrice.ProductInfo {
        top: 70px;
        right: 150px;
        left: auto;
      }
}

@media screen and (max-width: 700px) {
/*
    .bxsliderInstagram .box_instagram_posts_container {
       grid-template-columns: auto;
        grid-auto-rows: 50%;
    }
    .bxsliderInstagram .instagram_post {
        max-height: none;
        max-width: 100%;
    }


    .bxsliderInstagram .instagram_post.featured {
        max-height: none;
        max-width: 100%;
    }

    .bxsliderInstagram .instagram_post.video {
        max-height: none;
        max-width: 100%;
    }
    */

    #instagram_post_info_frame {
        overflow-y: auto;
    }
    #instagram_post_info_frame .instagram_post_info {
        overflow-y: unset;
    }

    .bxsliderInstagram .box_instagram_posts_container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 10px;
    }

    .bxsliderInstagram .instagram_post {
        width: calc(50% - 5px);
        max-width: none;
        max-height: none;
    }

    .bxsliderInstagram .instagram_post.featured,
    .bxsliderInstagram .instagram_post.video {
        width: 100%;
        max-width: none;
        max-height: none;
    }

    .instagramReadMore {
        margin-top: 20px;
    }
    
    .ProductPremioVogue {
        position:absolute;
        top: 90px;
        right:0px;
    }
    
}

@media screen and (max-width: 700px) {

    .ProductPromoTextDiscountPrice.ProductInfo {
        top: 11px;
        right: unset;
        left: 15px;
    }
}

@media screen and (max-width: 585px) {
    .ProductNormalPrice, .ProductSpecialPrice {
        font-size: 17px;
    }
    .ProductInfoDiscount {
        display: inline-block;
        margin: 0px 1px;
        font-size: 12px;
        border-radius: 20px;
        color: #FFF;
        background: #B31221;
        padding: 2px 3px;
        font-family: 'Montserrat-Bold';
        width: 30px;
      }
}


/*ENCUESTAS*/
h1.titulo{
    text-align:center;
    font-weight:100;
    margin-top: 30px;
    margin-bottom: 30px;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rowsCommentsHeading{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:-15px;
    margin-right:-15px;
    
}
.rowsCommentsHeading:before,
.rowsCommentsHeading:after
{
    display: table;
    content: " ";
}
.rowsCommentsHeading:after
{
    clear: both;
}
.commentsHeadingBox{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    background-color:#eee;
    border:1px solid #cacaca;
    border-radius:40px;
    padding:15px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 220px;
}
.col100, .col75, .col65, .col50, .col35, .col25, .col10 {   
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */


    float:left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col100{
    width:100%;
}
.col75{
    width:75%;
}
.col65{
    width:65%;
}
.col50{
    width:50%;
}
.col35{
    width:35%;
}
.col25{
    width:25%;
}
.col10{
    width:10%;
}



img.star {
    max-height: 20px;
}

img.star:nth-child(odd) {
    margin-left: 10px;
}
img.star:nth-child(1) {
    margin-left: 0;
}
a.commentStarsLink {
    white-space: nowrap;
}
ul#filterStars{
    padding: 0;
    column-count: 2;
    column-gap: 0;
    list-style: none;
}

#filterStars li {
    padding-top: 11px;
    padding-bottom: 11px;
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
}
#filterStars a.commentStarsLink span{
    position:absolute;
    right:0;
    top: 15px;
    color: #cd0066;
    font-size:12px;
}

#commentBlockTopRowTotals{
    text-align:center;
}
a.commentStarsLink #commentBlockTopRowTotalsNumbers{
    font-size: 25px;
    font-weight: 900;
    color: #000;
    margin-left: 15px;
}
#commentBlockTopRowTotals > span{
    display:inline-block;
    text-align:center;
    color:#cd0066;
    width:100%;
}
img.CommentBlockFace {
    margin: 0 auto;
    display: block;
    height: 40px;
}
.CommentBlockTopFace span {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap;
    color: #444;
}
#rowComentsFaces{
    padding-top:50px;
    padding-bottom:0px;
}
.CommentBlockTopFace .porcentajeFace{
    font-size: 16px;
    font-weight: 900;
    margin-top: 4px;
    color: #046575;
}
.comment {
    border-bottom: 1px solid #ccc;
}
.comment a.commentStarsLink img.star{
    max-height:30px;
}
.comment > .rowsCommentsHeading {
    padding: 20px 0;
}
.commentDate {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    font-style:italic;  
}
.commentName {
    color: #017a95;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;    
    text-transform: capitalize;
}
.commentCity{
    color: #2badc3;
    font-size: 15px;
}
.commentReply{
    margin-left:50px;
    margin-top:10px;
    font-style:italic;
    color:#453333;  
}
hr {
    border-top: 1px solid #ccc;
    margin:0;
}
#comentarios_ajax{
    padding-top:60px;
    padding-bottom:30px;
}
.commentRowFace{
    display:inline;
}
.commentRowFace img.CommentBlockFace{
    height: 45px;
    display: inline;
    vertical-align: text-top;
}
h3.filtersHeader {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 7px;
}
.cleanFilters a{
    color:#cd0066;
    font-size: 14px;
}
.cleanFilters a img{
    height:12px;
    padding-left: 5px;
}
.commentContent{
    padding-top:3px;
}

#compracongarantia-laguna{
    position: fixed;
    bottom: 35px;
    left: 5px;
    z-index: 51;
}
#compracongarantia-laguna-resp{
    display: none;   
}
#compracongarantia-laguna img, #compracongarantia-laguna-resp img{
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 767.98px) { 
    .contentBox {  
       padding-top:15px;
       padding-bottom:15px;
    }
    
    .col10, .col35,.col50, .col65, .col75, .col100 {
       width:100%; 
    }
    .col25{
        width:50%;
    }
    .rowsCommentsHeading{
        margin:0;
    }
    .comment .starLinks{
        padding-left:30px;
    }
    ul#filterStars{
        column-count: 1;
    }
    #compracongarantia-laguna{
        display: none;   
    }
    #compracongarantia-laguna-resp{
        display: block;
        position: fixed;
        bottom: 39px;
        z-index: 51;
        -webkit-box-shadow: 0 -3px 4px -1px rgb(140 140 140 / 13%);
        box-shadow: 0 -3px 4px -1px rgb(140 140 140 / 13%);
    }
    
    .SearchContainer .paginacionProductos{
        padding-bottom: 40px;
    }
}

/*FIN ENCUESTAS*/

/** FIX CONTAINER 1200 1400 */
@media screen and (min-width: 1200px) {
    .w_1200, .w_1400{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .w_1200{
         max-width: 1200px;
    }
    .w_1400{
         max-width: 1400px;
    }
}
/** NUEVO BREAKPOINT */

@media screen and (min-width: 1900px) {
    .CategoryValoracion,
    h1.pageHeading.category {
        margin-left: 25px;
    }
    #Header {
        min-width: 1830px;
    }
    #HeaderTop {
        min-width: 1803px;
    }
    #HeaderTopContainer {
        width: 1830px;
    }
    #HeaderMiddle {
        min-width: 1830px;
    }
    #HeaderMiddleContainer {
        width: 1830px;
    }
    #HeaderBottom {
        min-width: 1830px;
    }
    #PageBodyContainer {
        width: 1830px;
    }
    #block_promotional_message {
        width: 100%;
        text-align: center;
        max-width: 1830px;
    }
    #FooterMiddleContainer {
        width: 1800px;
    }
    #FooterBottomContainer {
        width: 1800px;
    }
    #GaleriaInicio {
        width: 1430px;
    }
    #block_banner_mini {
        position: relative;
        width: 371px;
        margin: 10px 0px 20px 20px;
        display: inline-block;
    }
    #block_banner_left {
        display: none;
    }
    #block_banner_right {
        display: none;
    }
    #Content {
        width: 1830px;
    }
    #Content.with_column,
    .SearchContent.with_column {
        width: 1480px;
    }
    #breadcrumbsContainer {
        width: 1830px;
    }
    #MyAccountButton {
        padding-left: 20px;
    }
    #PriceProductInCart {
        left: 70px;
    }
    #SearchBox {
        width: 605px;
    }
    #HeaderMenu {
        width: 1830px;
    }

    ul#topnav2>li>a {
        padding: 10px 15px;
    }
    /*------------ Segundo nivel ------------*/
    ul#topnav2>li>ul {
        width: 1830px;
    }
    ul#topnav2>li>ul.has_banners {
        width: 800px;
    }
    ul#topnav2>li>ul.banner_menu {
        width: 600px;
        left: auto;
        right: 0;
    }
    ul#topnav2>li>ul.ul_1_format>li {
        width: 210px;
    }
    ul#topnav2>li>ul.banner_menu.ul_1_format>li {
        width: auto;
    }
    .SearchContainer {
        width: 1830px;
    }
    .suggestionsBox {
        /*width: 570px;*/
    }
    /* #SliderCategories .bx-wrapper .bx-next {
        right: -10px;
    }
    #SliderCategories .bx-wrapper .bx-prev {
        left: -10px;
    } */
    /* #BOXsliderProductos .ProductBox,
    .ProductBox {
        padding: 20px;
        width: 240px;
        margin: 5px 10px 20px;
    } */
    .filter_order {
        margin-right: 25px;
    }
    #product_info_left {
        width: 350px;
    }
    #product_info_right {
        width: 1020px;
    }
    .products_info_box {
        height: 140px;
    }
    .products_info_buy_now {
        padding: 40px 0px 0px 0px;
    }
    .products_info_content {
        width: calc(100% - 380px);
        margin: 0px;
        padding-left: 10px;
    }
    .products_info_image img {
        max-height: 120px;
    }
    .products_info_name {
        width: calc(55% - 35px);
    }
    .products_info_name a {
        display: inline-block;
        height: 42px;
        overflow: hidden;
    }
    .products_info_price {
        width: calc(45% - 10px);
    }
    /**
    .sequra-promotion-widget {
        width: calc(15% - 10px);
    }
    */
    #products_promo_text {
        right: 5px;
        top: 35px;
    }
    #boxFooterSmallContainer {
        width: 1600px;
    }
    .boxFooterBig {
        margin: auto 25px;
    }
    .boxFooterBig {
        width: 400px;
        height: 400px;
    }
    .boxFooterBig.valoracionFooter .boxFooterBigBody {
        height: 280px;
    }
    #boxValoracionComentarios {
        height: 60px;
    }
    #NewsletterBoxInput {
        width: 230px;
    }
    #manufacturer_header h1,
    #manufacturer_category_title {
        padding-left: 0px;
    }
    #Logo{
        text-align: center;
    }
    .w_1200, .w_1400, .w_1500, .w_1650{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .w_1200{
         max-width: 1200px;
    }
    .w_1400{
         max-width: 1400px;
    }
    .w_1500{
         max-width: 1500px;
    }
    .w_1650{
         max-width: 1650px;
    }
    .productListing {
        margin: auto;
    }
    #cuadro_voto_accept {
        margin: 5px 0px 0px 15px;
    }
    #voto_user, #voto_comment{
        width: 285px;
    } 
    #tabs_1 table{
        width: 100%;
    }
}

/* LISTADO DE PRODUCTOS*/
#bloqueProductos, .no_bxslider,
.packs_products_slider_products_container_products{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 280px));
    gap: 1rem;
    justify-content: center;
}

@media(max-width: 1024px){
    #bloqueProductos, .no_bxslider,
    .packs_products_slider_products_container_products,
    .listing_box {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 300px));
        gap: 1rem;
        justify-content: center;
    }
}
@media(max-width: 600px){
    #bloqueProductos, .no_bxslider,
    .packs_products_slider_products_container_products,
    .listing_box {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 0;
    }
}

@media(max-width: 399px){
    #bloqueProductos, .no_bxslider,
    .packs_products_slider_products_container_products,
    .listing_box {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    #instagram_post_frame .listing-box{
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

#BOXsliderProductos .bloqueProductos.listing_box .ProductBox,
.bloqueProductos.listing_box .ProductBox{
    margin: auto;
}

.bx-viewport:has(.listing_box){
    padding: 1rem 4px 1rem 4px;
}
.bloqueProductosSearchMasVendidosContainer .bx-viewport{
    padding: 1rem 4px 1rem 4px;
}
#bloqueProductos .ProductBox,
.no_bxslider .ProductBox{
    width: auto !important;
    margin: 0 !important;
}


/* ETIQUETAS EN CAJA DE PRODUCTO (listados) */
.ProductPromo,
.ProductEnvioGratis,
.ProductPromoNoDiscount,
.ProductNew{
    padding: inherit;
}
/* Etiqueta promo */
.ProductPromo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    cursor: pointer;
}
/* Etiqueta envío gratis */
.ProductEnvioGratis {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: inherit;
}
.ProductBox:has(.ProductPromo) .ProductEnvioGratis{
    top: 34px;        
}
/* Etiqueta promo texto descuento */
.ProductPromoTextDiscountPrice {
    display: block;
    color: #2B2F3A;
    background-color: #ffffff;
    margin: 0;
    position: absolute;
    top: 20px;
    border: 1px solid #2B2F3A;
    font-family: 'Montserrat';
    font-size: 13px;
    padding: 3px 7px;
    width: auto;
    left: 20px;
    user-select: none;
    z-index: 10;
}
.ProductBox:has(.ProductPromo) .ProductPromoTextDiscountPrice{
    top: 58px;
}
.ProductBox:has(.ProductPromo):has(.ProductEnvioGratis) .ProductPromoTextDiscountPrice{
    top: 87px;
}
/* Etiqueta Mejor Precio */
.ProductPromoNoDiscount {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
}
/* Etiqueta Novedad */
.ProductNew {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.ProductNew span > span {
    background: #FFFFFF;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Montserrat';
    padding: 3px 7px;
    display: block;
}
.ProductBox:has(.ProductPromoNoDiscount) .ProductNew{
    top: 56px;
}   
/* Etiqueta outlet */
.ProductOutlet{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: inherit;
    z-index: 1;
}
.ProductOutlet span > span {
    display: block;
    background: #FFFFFF;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Montserrat';
    padding: 3px 7px;
}
.ProductBox:has(.ProductPromoNoDiscount) .ProductOutlet{
    top: 36px;
}
.ProductBox:has(.ProductNew) .ProductOutlet{
    top: 36px;
}
.ProductBox:has(.ProductPromoNoDiscount):has(.ProductNew) .ProductOutlet{
    top: 65px;
}

/*Ajuste etiquetas :has() no compatible*/
.ProductPromoNoDiscount ~ .ProductNew{
    top: 36px;
}   
.ProductPromoNoDiscount ~ .ProductOutlet{
    top: 36px;
}
.ProductPromoNoDiscount ~  .ProductNew ~ .ProductOutlet{
    top: 65px;
}
.ProductPromo ~ .ProductEnvioGratis{
    top: 34px;        
}
.ProductPromo ~ .ProductPromoTextDiscountPrice{
    top: 58px;
}
.ProductPromo ~ .ProductEnvioGratis ~ .ProductPromoTextDiscountPrice{
    top: 87px;
}

/* CAJA DE PRODUCTO */
/* General */
.ProductBox{
    position: relative;
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 280px;
    height: 480px;
    width: 100%;
}
/*Producto en bxslider*/
.listing_box .ProductBox{
    max-width: initial;
    padding: 0;
    height: 450px;
}
.listing_box .ProductBox > div{
    display: flex;
    flex-direction: column;
    height: 450px;
    padding: 20px;
}
.SearchContainer .ProductBox,
.packs_products_slider_products_container .ProductBox{
    height: 450px;
}
.packs_products_slider .ProductBox:not(:last-child):after {
    content: "+";
    font-size: 25px;
    font-weight: bold;
    background: #ffffff;
    color: #575757;
    border: 2px solid;
    position: absolute;
    right: -22px;
    top: 45%;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 23px;
}
.lkof{
    cursor: pointer;
}

.ProductImage{
    order: 0;
}

.ProductManufacturer{
    order: 1;
    height: 17px;
    margin-bottom: 5px;
}

.ProductManufacturer a, .ProductManufacturer span {
    color: #2b3039;
    font-weight: bold;
    font-size: 13px;        
    text-transform: uppercase;
}

.ProductManufacturer a:hover, .ProductManufacturer span:hover {
    color: #B31221;
}

.ProductName {
    order: 2;
    margin-bottom: 5px;
    /*max-height: 33px;*/
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ProductName a {
    color: #2b3039;
    font-size: 14px;
}
.ProductName a:hover {
    color: #B31221;
}
.ProductFeaturesDescription{
    order: 3;
    margin-bottom: 10px;
    max-height: 14px;
    overflow: hidden; 
    line-height: 1;
}
.ProductFeaturesDescription a, .ProductFeaturesDescription span{
    color: #707070;
    font-size: 11px;
    font-style: italic;
}

.ProductHexas{
    order: 4;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    height: 20px;
}
.product_listing_color_hexa {
    height: 20px;
    width: 20px;
    margin-left: 3px;
    display: inline-block;
}
.product_listing_color_hexa.more {
    background: url('/template/web/icons/icon-plus.svg') no-repeat center;
    background-size: 14px;
    margin-left: 4px;
    opacity: 0.6;
}

.product_info_hexas_selector .product_info_color_hexa {
    /* display: inline-block; */
    float: left;
    margin-right: 10px;
    margin-top: 11px;
    height: 25px;
    width: 25px;
}

.ProductValoracion{
    order: 5;
    height: 20px;
    margin-bottom: 5px;
}
.ProductValoracion .count_valoracion > span{
    vertical-align: top;
}
.ProductPrice{
    order: 6;
   /** margin-top: auto;*/
    position: absolute;
    bottom: 20px;
    max-height: 40px;
    white-space: nowrap;
    display: inline-flex;
    align-items: flex-end;
}

.ProductOldPrice {
    text-decoration: line-through;
    font-size: 12px;
    color: #9d9d9d;
    margin: 0px 3px 6px;
}

.finalPrice{
    display: inline-flex;
    flex-direction: column;
}

.ProductFromPrice {
    font-size: 11px;
    color: #555;
    line-height: 0.6;
}

.ProductWishlist{
    position: absolute;
    padding: inherit;
    right: 0;
    bottom: 0;
}

.ProductDescriptionRegalo{
    order: 7;
    font-size: 12px;
}

@media(max-width: 600px){
    .ProductBox,
    .listing_box .ProductBox>div{
        height: 420px;
        border: 1px solid #f6f6f6;
        box-shadow: none;
        padding: 15px;
    }
    .listing_box .ProductBox{
        border: 0;
        height: 420px;
    }
    .ProductPromoTextDiscountPrice{
        left: 15px;
        top: 15px;
    }
    .ProductBox:has(.ProductPromo) .ProductPromoTextDiscountPrice{
        top: 52px;
    }
    .ProductName{
        -webkit-line-clamp: 3;
        max-height: 50px;
    }
    .ProductManufacturer a, .ProductManufacturer span{
        font-size: 12px;
    }
    .ProductWishlist{
        bottom: 175px;
    }
    .ProductPrice{
        bottom: 15px;    
    }
}

@media(max-width: 399px){
    .ProductBox,
    .listing_box .ProductBox>div{
        padding: 10px;
        height: 385px;
    }
    .listing_box .ProductBox{
        border: 0;
        height: 385px;
    }
    .ProductWishlist{
        bottom: 200px;
    }
    .SearchContainer .ProductBox,
    .packs_products_slider_products_container .ProductBox{
        height: 365px;
    }
    .ProductPromoTextDiscountPrice{
        left:10px;
        top: 10px;
    }
    .ProductBox:has(.ProductPromo) .ProductPromoTextDiscountPrice{
        top: 50px;
    }
    .ProductBox:has(.ProductPromo):has(.ProductEnvioGratis) .ProductPromoTextDiscountPrice{
        top: 80px;
    }
    .ProductOutlet span > span,
    .ProductNew span > span,
    .ProductPromoTextDiscountPrice{
        font-size: 12px;
    }
}

/* Tabs de productos */
/**
 * Tabs
 */
 #product_slider_tabs {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}
#product_slider_tabs label {
    order: 1;
    display: block;
    padding: 0.5rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    transition: border-color ease 0.2s;
    border-bottom: 3px solid;
    border-color: #dcdcdc;
}
#product_slider_tabs .tab__content {
    order: 99; 
    flex-grow: 1;
    width: 100%;
    /* display: none; */
    padding: 1rem 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}
#product_slider_tabs input[type="radio"] {
    display: none;
}
#product_slider_tabs input[type="radio"]:checked + label {
    border-color: #b31221;

}
#product_slider_tabs input[type="radio"]:checked + label + .tab__content {
    position: relative;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 700px) {
  /* #product_slider_tabs .tab__content,
  #product_slider_tabs label {
    order: initial;
  } */
  #product_slider_tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    text-align: center;
  }
}

/* #product_slider_tabs{
    clear: both;
    position: relative;
    margin: 0 auto;
}

#product_slider_tabs .tabs_productos{
    float: left;
}

#product_slider_tabs [id^="tabs-"] {
    padding: 20px 0 0;
    opacity: 0;
    visibility: hidden;
}

#product_slider_tabs input {
    display: none;
}
    
#product_slider_tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#product_slider_tabs label:hover {
    color: #888;
    cursor: pointer;
    border-bottom: 2px solid #c7c7c7;
}

#product_slider_tabs [type=radio]:checked ~ label {
    border-bottom: 2px solid #B31221;
    color: #555;
    z-index: 2;
}

#product_slider_tabs [type=radio]:checked ~ [id^="tabs-"] {
    z-index: 1;
    opacity: 1;
    visibility: visible;
} 

.tabs_productos label {
    margin-right: 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #333;
   text-transform: uppercase;
}

.tabs_productos [type=radio] {
    display: none;   
}

.tab__content {
   position: relative;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
    opacity: 0;
}

#product_info #product_slider_tabs .bx-wrapper{
    margin: 0 !important;
}

*/

#container_instagram{
    background-color: #f6f6f6;
    /* box-shadow: 0 0 0 10vmax #F6F6F6;
    clip-path: inset(0 -10vmax); */
    box-shadow: 50px 0 0 0 #F6F6F6, -50px 0 0 0 #F6F6F6;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#container_instagram .bx-wrapper .bx-loading{
    background-color: #f6f6f6;
}

#container_instagram .box_instagram_posts_container{
    background-color: #f6f6f6;
}

#latest_news .h2{
    text-align: center;
    font-size: 1.6rem;
    margin: 1rem auto 0.5rem;
}

/* FOOTER TOP */
/*Bloque valoraciones*/
#FooterTopValoraciones {
    background: #F6F6F6;
    padding: 2rem;
}

#FooterValoraciones{
    display: flex;
    justify-content: space-evenly;
}

.valoracionesTitleSeccion{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

#boxNotaMedia{
    text-align: center;
}

#boxValoracionNota {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

#boxValoracionComentariosTop {
    color: #B31221;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

#FooterValoraciones .bx-wrapper .bx-viewport{
    background-color: #f6f6f6;
    padding: 1rem 6px 1rem 3px;
}

#PageBody .bx-wrapper:has(.listing_box) .bx-next,
#FooterValoraciones .bx-wrapper .bx-next{
    /* left: 100%;
    right: unset; */
    right: -40px;
}
#PageBody .bx-wrapper:has(.listing_box) .bx-prev,
#FooterValoraciones .bx-wrapper .bx-prev{
    /* right: 100%;
    left: unset; */
    left: -33px;
}
@media screen and (min-width: 1900px){
    #PageBody .bx-wrapper:has(.listing_box) .bx-next,
    #FooterValoraciones .bx-wrapper .bx-next{
        right: -30px;
    }
    #PageBody .bx-wrapper:has(.listing_box) .bx-prev,
    #FooterValoraciones .bx-wrapper .bx-prev {
        left: -23px;
    }
}
#instagram_post_frame .bx-next{
    right: 0;
}

#instagram_post_frame .bx-prev{
    left: 0;
}

#FooterValoraciones .valoracion_inicio{
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    box-sizing: border-box;
}

@media (max-width:1720px){
    #FooterValoraciones .valoracion_inicio{
        box-shadow: 0px 2px 3px #00000029;
    }
    #FooterValoraciones .bx-wrapper .bx-viewport{
        padding: 1rem 3px 1rem 3px;
    }
}
@media (max-width:950px){
    #FooterValoraciones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width:769px){
    #FooterValoraciones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #FooterValoraciones .bx-wrapper .bx-prev{
        left: -15px;
    }
    #FooterValoraciones .bx-wrapper .bx-next{
        right: -20px;
    }
}

#FooterValoraciones .valoracion_inicio>div{
    padding: 2rem 3rem;
}

#FooterValoraciones .valoracion_inicio p{
    margin: 0;
}

#FooterValoraciones .stars_inicio{
    display: inline-flex;
}

#FooterValoraciones .valoracion_inicio .letra_nombre{
    background-color: #b31221;
    color: white;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#FooterValoraciones .valoracion_inicio .header_valoracion{
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px auto;
}

#FooterValoraciones .valoracion_inicio .nombre{
    color: #2E3235;
    font-weight: bold;
    text-transform: capitalize;
}
#FooterValoraciones .valoracion_inicio .ciudad{
    font-style: italic;
    color: #6E7372;
}
#FooterValoraciones .valoracion_inicio .valoracion{
    font-size: 16px;
    font-style: italic;
    color: #2E3235;
}

#FooterValoraciones .bx-wrapper{
    margin: 0 0 60px;
}

#FooterValoraciones .bx-wrapper .bx-pager.bx-default-pager a.active,
#FooterValoraciones .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background-color: #6E7372;
}

#FooterValoraciones .bx-wrapper .bx-pager.bx-default-pager a{
    width: 13px;
    height: 13px;
}

#botonOpiniones a,
.boton-contacto a,
.boton-contacto-negro a{
    border-radius: 25px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
}

#botonOpiniones a,
.boton-contacto a{
    background-color: #B31221;
    padding: 10px 40px;
    color: #fff;
}
.boton-contacto-negro a{
    background-color: #2B3039;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
}
#botonOpiniones a:hover{
    background-color: #2B3039;
}
.boton-contacto a:hover{
    background-color: #f6f6f6;
    color: #232615;
}
.boton-contacto-negro a:hover{
    background-color: #B31221;
}
.valoracionHeaderTop,
.valoracionHeaderBottom{
    text-transform: uppercase;
    font-size: 20px;
}
.valoracionHeaderTop{
    font-weight: bold;
}

div#slide_valoraciones{
    display: flex;
}

#FooterTopBanners{
    padding: 2rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

#FooterTopBanners .bannersRedes,
#FooterTopBanners .bannerAsesoramiento,
#FooterTopBanners .bannerTiendas{
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

#FooterTopBanners .bannersRedes{
    background-color: #ededed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-column: 1 / span 2;
}

#FooterTopBanners .bannersRedes .boxGif img{
    vertical-align: middle;
}

#FooterTopBanners .bannersRedes .redes{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    justify-content: center;
}
#FooterTopBanners .bannersRedes .sublogo{
    display: block;
    font-size: 1.6rem;
    line-height: 0.5;
    color: #bd0e2d;
}

#FooterTopBanners .bannersRedes .redes .boxRedes{
    margin: 20px auto 0;
    padding: 0 2rem;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    justify-items: start;
}
#FooterTopBanners .bannersRedes .redes .boxRedes a img,
#FooterTopBanners .bannerAsesoramiento .contactos a img{
    margin-right: 10px;
}
#FooterTopBanners .bannerAsesoramiento .contactos a img{
    max-width: 35px;
}
#FooterTopBanners .bannersRedes .redes .boxRedes a,
#FooterTopBanners .bannerAsesoramiento .contactos a{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    justify-content: center;
    margin: 0.5rem;
    word-break: break-all;
}
#FooterTopBanners .bannersRedes .redes .boxRedes a{
    color: #2E3235;
}
#FooterTopBanners .bannerAsesoramiento .contactos a{
    color: #ffffff;
}
#FooterTopBanners .bannerAsesoramiento{
    background-color: #2E3235;
    color: #fff;
    grid-column: 3;
    padding: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
}

#FooterTopBanners .bannerAsesoramiento .asesoramientoHeaderTop{
    font-size: 1.8rem;
    font-weight: bold;
}
#FooterTopBanners .bannerAsesoramiento .asesoramientoHeaderBottom{
    font-size: 1.4rem;
}

#FooterTopBanners .bannerAsesoramiento .asesoras p{
    font-size: 1.8rem;
    margin: 0.5rem;
    font-weight: bold;
}

#FooterTopBanners .bannerTiendas{
    background-color: #ededed;
    grid-column: 4;
    display: flex;
    flex-direction: column;
}

#FooterTopBanners .bannerTiendas .tienda-portada{
    width: 100%;
    height: 35%; 
    object-fit: cover;
    object-position: 0 5%;
    overflow: hidden;
}

#FooterTopBanners .bannerTiendas .tiendasNumero strong,
#FooterTopBanners .bannerTiendas .tiendasNumero span{
    color: #B31221;
    font-size: 1.5rem;
}

#FooterTopBanners .bannerTiendas .tiendasNumero{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* margin: 3rem 0px 2rem; */
    gap: 1rem;
}

#FooterTopBanners .bannerTiendas .tiendasNumero strong{
    font-size: 1.8rem;
}

#FooterTopBanners .bannerTiendas .tiendasDescubre{
    font-size: 1.7rem;
    font-weight: bold;
}
#FooterTopBanners .bannerTiendas .info-tiendas{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-grow: 1;
}

#boxFooterSmallContainer {
    text-align: center;
}

@media (max-width: 1740px){
    #FooterTopBanners{
        grid-template-columns: repeat(3, 1fr);
    }
    #FooterTopBanners .bannersRedes{
        grid-column: 1 / span 2;
    }
    #FooterTopBanners .bannerAsesoramiento{
        grid-column: 3;
    }
    #FooterTopBanners .bannerTiendas{
        flex-direction: row;
        grid-column: 1 / span 3;
    }
    #FooterTopBanners .bannerTiendas .tienda-portada {
        width: 66%;
        height: 100%;
    }
}

@media (max-width: 1320px){
    #FooterTopBanners{
        grid-template-columns: repeat(2, 1fr);
    }
    #FooterTopBanners .bannersRedes{
        grid-column: 1 / span 2;
    }
    #FooterTopBanners .bannersRedes .redes .boxRedes{
        grid-template-columns: auto auto;
    }
    #FooterTopBanners .bannerAsesoramiento{
        grid-column: 1;
    }
    #FooterTopBanners .bannerTiendas{
        flex-direction: column;
        grid-column: 2;
    }
    #FooterTopBanners .bannerTiendas .tienda-portada {
        width: 100%;
        height: 50%;
    }
}

@media (max-width: 1200px){
    #FooterTopBanners .bannersRedes .redes .boxRedes{
        grid-template-columns: auto;
    }
    #FooterTopBanners .bannerTiendas .tiendasNumero span{
        font-size: 1.25rem;
    }
    #FooterTopBanners .bannerTiendas .tiendasNumero strong,
    #FooterTopBanners .bannerTiendas .tiendasDescubre{
        font-size: 1.5rem;        
    }
    #FooterTopBanners .bannerTiendas .info-tiendas{
        padding: 1rem 0 2rem;
    }
    #FooterTopBanners .bannerTiendas .tiendasDescubre{
        margin: 0.5rem 0 1rem;
    }
}

@media (max-width: 900px){
    #FooterTopBanners{
        gap: 1rem;
    }
    #FooterTopBanners .bannersRedes .redes .boxRedes a, #FooterTopBanners .bannerAsesoramiento .contactos a{
        font-size: 1rem;
    }
    #FooterTopBanners .bannersRedes .boxGif{
        max-width: 50%;
    }
    #FooterTopBanners .bannersRedes .redes{
        padding: 1rem;
    }
    #FooterTopBanners .bannersRedes .logoLaguna{
        max-width: 200px;
    }
    #FooterTopBanners .bannerAsesoramiento .asesoramientoHeaderTop {
        font-size: 1.7rem;
    }
    #FooterTopBanners .bannerAsesoramiento .asesoramientoHeaderBottom {
        font-size: 1.3rem;
    }
    #FooterTopBanners .bannerAsesoramiento .asesoras p {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px){
    #FooterTopBanners{
        grid-template-columns: repeat(1, 1fr);
    }
    #FooterTopBanners .bannersRedes .boxGif{
        max-width: 100%;
    }
    #FooterTopBanners .bannersRedes{
        grid-column: 1;
    }
    #FooterTopBanners .bannerAsesoramiento{
        grid-column: 1;
    }
    #FooterTopBanners .bannerTiendas{
        flex-direction: row;
        grid-column: 1;
    }
    #FooterTopBanners .bannerTiendas .tienda-portada {
        width: 40%;
        height: 100%;
        object-position: 60% 5%;
    }
}

@media (max-width: 600px){
    #FooterTopBanners .bannerTiendas{
        flex-direction: column;
    }
    #FooterTopBanners .bannerTiendas .tienda-portada {
        width: 100%;
        height: 40%;
        object-position: 0 5%;
    }
    #FooterTopBanners .bannerAsesoramiento{
        padding: 2rem 1rem;
    }
    #FooterTopBanners .bannersRedes .redes .boxRedes{
        padding: 0;
    }
}
.manufacturers_block{
    margin: 35px 0px;
}
.manufacturers_block.manufacturers_block_type_banners{
    display: flex;    
    flex-wrap: wrap;
    gap: var(--manufacturers_block_gap);
    justify-content: space-evenly;
}
.manufacturers_block.manufacturers_block_type_banners .manufacturers_block_type_banner{
    text-align: center;
}
.manufacturers_block_format_2{
    width: calc(100% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_3{
    width: calc(80% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_4{
    width: calc(75% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_5{
    width: calc(66% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_6{
    width: calc(60% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_7{
    width: calc(50% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_8{
    width: calc(40% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_9{
    width: calc(33% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_10{
    width: calc(25% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_11{
    width: calc(20% - var(--manufacturers_block_gap));
}
.manufacturers_block_format_12{
    width: auto;
}
.manufacturers_block_format_mosaic{
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.manufacturers_block_format_mosaic_odd{
    flex-direction: row-reverse;
}
.manufacturers_block_format_mosaic_image, .manufacturers_block_format_mosaic_text{
    flex: 1 1 0px;
}
.manufacturers_block_format_not_mosaic .manufacturers_block_banner_image{
    display: block;
}
.manufacturers_block_format_not_mosaic .manufacturers_block_banner_image,
.manufacturers_block_format_not_mosaic .manufacturers_block_banner_title,
.manufacturers_block_format_not_mosaic .manufacturers_block_banner_description{
    margin-bottom: 10px;
}
@media (max-width: 1199px){
    .manufacturers_block_format_2, .manufacturers_block_format_3, .manufacturers_block_format_4, 
    .manufacturers_block_format_5, .manufacturers_block_format_6, .manufacturers_block_format_7, 
    .manufacturers_block_format_8{
        width: calc(100% - var(--manufacturers_block_gap));
    }
    .manufacturers_block_format_9, .manufacturers_block_format_10, .manufacturers_block_format_11{
        width: calc(50% - var(--manufacturers_block_gap));
    }
    .manufacturers_block_format_mosaic{
        width: calc(100% - var(--manufacturers_block_gap));
        flex-direction: column;
    }
    .manufacturers_block_format_12{
        width: calc(100% - var(--manufacturers_block_gap));
    }
}
@media (max-width: 768px){
    .manufacturers_block_format_mosaic{
        flex-direction: column;
    }
    .manufacturers_block_type_banner{
        width: calc(100% - var(--manufacturers_block_gap));
    }
    form[name="wishlist_form"] #tdb3{
        float: left !important;
    }
}

@media (min-width: 1024px){
    #product_info_top{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    #product_info_left_sticky, #product_info_right_sticky{
        position: sticky;
        margin: 0 auto;
        top: 175px;
    }
    #product_info_center{

    }
    #product_info_center .packs_products_slider_products_container_products{
        grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
    }
    #flats_1{
        margin-bottom: 0px;
    }
}

.cms-table{
    max-width: 100%;
    overflow-x: auto;
}
.cms-table table,
.cms-table tbody,
.cms-table td{
    border: 1px solid #333;
    border-collapse: collapse;
    padding: 0.5rem;
}

@media screen and (min-width:1000px) and (max-width:1199px) {
    #GaleriaInicio{
        width: 759px;
    }
    #block_banner_mini{
        position: relative;
        width: 200px;
        margin: 10px 0px 20px 20px;
        display: inline-block;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px) {
    #GaleriaInicio{
        width: 910px;
    }
    #block_banner_mini{
        position: relative;
        width: 245px;
        margin: 10px 0px 20px 20px;
        display: inline-block;
    }
}
@media screen and (min-width:1400px) and (max-width:1899px) {
    #GaleriaInicio{
        width: 1075px;
    }
    #block_banner_mini{
        position: relative;
        width: 280px;
        margin: 10px 0px 20px 20px;
        display: inline-block;
    }
}
/* BLACK FRIDAY 2024 STYLE */
.container-category-bf {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    
    .block-category-bf {
        background-color: #2E3235;
        border-radius: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
        height: 150px;
        text-align: center;
        font-size: 1.2em;
        transition: background-color 0.3s, transform 0.3s;
    }
    .block-category-bf{
        color: white;
        font-weight: bold;
    }
    .block-category-bf:hover{
        text-decoration: none;
    }

    .block-category-bf:hover {
        background-color: #555;
        transform: translateY(-5px);
    }

    @media (max-width: 768px) {
        .block-category-bf {
            width: 45%;
        }
    }

    @media (max-width: 480px) {
        .block-category-bf {
            width: 100%;
        }
    }
    /* NAVIDAD 2024 */
    .container-category-christmas {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        align-content: center;
        height: calc(2 * 100px + 20px);
    }

    .block-category-christmas {
        background-color: #125932;
        border-radius: 20px;
        color: #E6C374;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 22%;
        height: 100px;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase;
        transition: background-color 0.3s, transform 0.3s;
    }

    .block-category-christmas:hover {
        background-color: #B31121;
        transform: translateY(-5px);
        text-decoration: none;
    }

    @media (max-width: 768px) {
        .block-category-christmas {
            width: 45%;
        }
        .container-category-christmas {
            height: auto;
        }
    }

    @media (max-width: 480px) {
        .block-category-christmas {
            width: 100%;
        }
        .container-category-christmas {
            height: auto;
        }
    }
    /* FIN NAVIDAD 2024 */
    #pop_cerrar{
        filter: invert(1);
        right: 5px;
    }
    /* Tarjeta carrito */
    #cartAlert a.view-cart{
        background-color: #EFEFEF;
        color: #2b3039;
    }
    #cartAlert a.make-order{
        background-color: #B31221;
    }
    #cartAlert .cart-total{
        font-style: normal;
        font-weight: 300!important;
    }

    /* Aplica el estilo únicamente al contenedor con id="topnav2" */


/* Los <li> sin hijos se mueven a una última "columna visual" */
#topnav2 > .li_0:nth-child(7) .li_1:nth-child(7) a {
    margin-top: 7px !important;
}
#topnav2 > .li_0:nth-child(7) .li_1:nth-child(7) a,#topnav2 > .li_0:nth-child(7) .li_1:nth-child(7) a,#topnav2 > .li_0:nth-child(7) .li_1:nth-child(8) a {
    font-size: 17px!important;
}
@media (min-width: 700px) {
    #topnav2 > .li_0:nth-child(7) .li_1:not(:has(ul)) {
        margin: 0px !important;
        padding: 0px !important;
        display: contents !important;
        
    }
    #topnav2 > .li_0:nth-child(7) .li_1:not(:has(ul)) a{
        font-size: 15px;
        padding-top: 3px;
    } 

    #topnav2 > .li_0:nth-child(7) .li_1:nth-child(5) a {
        /*margin-top: 7px !important;*/
    }
}

@media (max-width: 400px) {
    #LogoResponsive {
        width: 170px;
    }
    #LogoResponsive img{
        max-width: 170px!important;
    }
}
@media (max-width: 325px) {
    #LogoResponsive {
        margin: auto;
        float: left;
        width: 120px;
        margin-top: 15px;
        text-align: center;
    }
    #LogoResponsive img{
        max-width: 170px!important;
    }
}

/* ESTILOS MÁS BUSCADOS */
#masBuscadoFooter{
    padding: 15px 10px 10px;
    max-width: 1400px;
    margin: auto;
}
#masBuscadoFooterMarcas{
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1400px;
    margin: auto;
}

#masBuscadoFooter .title, #masBuscadoFooterMarcas .title{
    font-size: 20px;
    font-weight: bold;
    color: #2b3039;
}
#masBuscadoFooter .container-ul, #masBuscadoFooterMarcas .container-ul{
    display: inline-block;
    text-align: center;
}
#masBuscadoFooter div, #masBuscadoFooterMarcas div{
    display: inline-block!important;
}
#masBuscadoFooter ul, #masBuscadoFooterMarcas ul{
    display: inline;
    vertical-align: middle;
    padding: 0px;
    list-style: none;
}
#masBuscadoFooter li, #masBuscadoFooterMarcas li {
    display: inline;
    padding-left: 15px;
    word-break: keep-all;
}
#banner_descarga_app_container{
    display: none;
}
#contact-footer{
    display: none;
}
.logo-huella-fiscal{
    max-width: 250px;
    margin: auto;
    padding: 35px 0px 40px
}