/*
  Rojo: #BB0303;
  Verde: #4E7C80;
  Azul: #0D2233;
  Gris claro: #E7EAE1;
  cf0a2c
  */

  :root {
    --red: #cf0a2c;
    --yellow: #ffd966;
}

body {
    margin: 0;
    padding: 0;
}

p {
    font-weight: 300;
}

#product .featured-products {
    display: none;
}

body#checkout section.checkout-step .address-item.selected {
    border: 3px solid #bb0303;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #bb0303;
}

/* ERROR 404 */

#pagenotfound #wrapper {
    background-color: transparent;
    padding-top: 0 !important;
}

#pagenotfound #content-wrapper {
    font-family: Arial, Verdana, "sans-serif";
    text-shadow: 0 0 2px #222;
    padding: 0 !important;
    text-align: center;
    font-weight: bold;
    background: #FFF;
    color: #222;
}

#pagenotfound header.page-header {
    display: none;
}

#pagenotfound .img-responsive {
    width: 100%;
    margin: 20px 0;
}

#pagenotfound .title {
    font-size: 12vw;
    line-height: 11vw;
    margin-bottom: 10px;
}

#pagenotfound .subtitle {
    font-size: 3vw;
    line-height: 3.4vw;
    margin-bottom: 60px;
}

#pagenotfound hr {
    width: 50px;
    border-bottom: 3px solid #CCC;
}

/* @media (min-width: 885px) {
    #pagenotfound #wrapper {
        padding-top: 90px !important;
    }
    } */

/*#_desktop_language_selector,
#_mobile_language_selector{
    display: none;
    }*/

    #psgdpr-link {
        display: none !important;
    }

    /* Básicos */

    .hide {
        display: none !important;
    }

    .padding-3 {
        padding: 3px !important;
    }

    .display-inline {
        display: inline !important;
    }

    .margin-top-0 {
        margin-top: 0px !important;
    }

    .margin-bottom-0 {
        margin-bottom: 0px !important;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .margin-top-20 {
        margin-top: 20px;
    }

    .margin-bottom-20 {
        margin-bottom: 20px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }

    .margin-bottom-30 {
        margin-bottom: 30px;
    }

    .margin-top-60 {
        margin-top: 60px;
    }

    .margin-bottom-60 {
        margin-bottom: 60px;
    }

    .margin-top-80 {
        margin-top: 80px;
    }

    .margin-bottom-80 {
        margin-bottom: 80px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bottom-100 {
        margin-bottom: 100px;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .margin-left-30 {
        margin-left: 30px;
    }

    .padding-5 {
        padding: 5px !important;
    }

    .padding-top-0 {
        padding-top: 0px !important;
    }

    .padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .padding-top-10 {
        padding-top: 10px;
    }

    .padding-bottom-10 {
        padding-bottom: 10px;
    }

    .padding-top-20 {
        padding-top: 20px;
    }

    .padding-bottom-20 {
        margin-bottom: 20px;
    }

    .padding-top-30 {
        padding-top: 30px;
    }

    .padding-bottom-30 {
        padding-bottom: 30px;
    }

    .padding-top-60 {
        padding-top: 60px;
    }

    .padding-bottom-60 {
        padding-bottom: 60px;
    }

    .padding-top-80 {
        padding-top: 80px;
    }

    .padding-bottom-80 {
        padding-bottom: 80px;
    }

    .padding-top-100 {
        padding-top: 100px;
    }

    .padding-bottom-100 {
        padding-bottom: 100px;
    }

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

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .line-height-10 {
        line-height: 10px;
    }

    .line-height-20 {
        line-height: 20px;
    }

    .line-height-25 {
        line-height: 25px;
    }

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

    .size-20 {
        font-size: 20px;
    }


    .bkg-red {
        background-color: #BB0303;
    }

    .bkg-blue {
        background-color: #0D2233;
    }

    .bkg-white {
        background-color: white;
    }


    .color-red {
        color: #BB0303;
    }

    .color-white {
        color: white;
    }

    .color-green {
        color: #4E7C80;
    }

    .color-gris {
        color: #E7EAE1;
    }

    .color-blue {
        color: #0D2233;
    }

    .btn {
        border-radius: 0 !important;
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: none !important;
    }

    .btn-primary {
        background-color: #BB0303;
        padding: 15px;
        border-radius: 4px;
    }

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        border: 1px solid #0A1B28;
        background-color: #0D2233;
    }

    .opacity-1 {
        background-color: #0000007a;
    }

    .bkg0 {
        background-color: white;
    }

    .bkg1 {
        background-color: #E7EAE1;
    }

    .hover-color-white:hover {
        color: white;
    }

    .hover-bkg-blue:hover {
        background-color: #0D2233;
    }

    .hover-bkg-red:hover {
        background-color: #BB0303;
    }

    /* General */

    a {
        color: #0D2233;
    }

    a:hover {
        color: #BB0303;
    }

    a.label:hover {
        color: #BB0303 !important;
    }

    .container {
        width: 100%;
        max-width: 1920px;
    }

    body:not(#index):not(#pagenotfound) #wrapper > .container{
        padding:0vw 5vw;
    }

    .separator {
        width: 150px;
        margin: 0 auto;
        display: block;
        border-bottom: 2px dotted #0D2233;
        margin-bottom: 30px;
    }

    .separator-dotted-white {
        width: 150px;
        margin: 0 auto;
        display: block;
        border-bottom: 2px dotted white;
        margin-bottom: 30px;
    }

    .separator-white {
        float: left;
        width: 100%;
        border-bottom: 1px solid white;
    }
    .separator-black {
        float: left;
        width: 100%;
        border-bottom: 1px solid #6e6e6e36;
    }

    .js-mobile-categories {
        display: none;
    }

    #pricesVisibility {
        cursor: pointer;
        color: lightgray;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 500;
    }

    .header1 h2,
    .header2 h2 {
        font-size: 32px;
    }

    .header2 {
        background-color: lightgray;
        background-image: url(../img/fondo2.jpg);
        background-size: cover;
        background-position: top center;
    }

    .header2 h2,
    .header2 .lead,
    .header2 p {
        color: white;
    }

    .btn-info {
        color: #fff;
        background-color: #0D2233;
        border-color: #0D2233;
    }

    /* Buscador superior */
    .search-widget form input[type="text"]:focus {
        outline: none;
    }

    .search-widget form input[type="text"]:focus+button .search {
        color: inherit;
    }

    ul.ui-autocomplete {
        z-index: 900;
        border-radius: 0;
        border-top: none;
    }

    .ui-autocomplete .separator {
        width: auto;
        margin: auto;
        display: initial;
        border-bottom: none;
        margin-bottom: auto;
        font-size: 12px;
        margin-right: 11px;
        display: none;
    }

    .ui-autocomplete.ui-menu .ui-menu-item {
        border-bottom: 1px solid #f4f4f4;
    }

    .ui-autocomplete.ui-menu .ui-menu-item a {
        line-height: 1.5;
        font-weight: 400;
        font-size: 13px;
    }

    .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
        cursor: pointer;
        border: none;
        border-radius: 0;
        margin: 0;
        background: #4E7C80;
        color: white;
    }

    /* Área personal, listado de pdf */

    .icon-document {
        width: 40px;
        height: 40px;
        float: left;
        background-color: lightgray;
        border-radius: 50%;
        margin-right: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
    }

    .icon-document-sale_order {
        background-color: #709bee;
    }

    .icon-document-delivery_note {
        background-color: #4bbba6;
    }

    .icon-document-invoice {
        background-color: #ea4e4e;
    }

    td span.type-name {
        line-height: 40px;
    }

    /* Ficha producto */

    .tabs .tab-pane .product-description {
        white-space: pre-line;
        line-height: 25px;

    }

    .product-flags li.product-flag {
        background-color: #aeaeae;
        font-weight: lighter !important;
    }

    .product-flags li.product-flag.new {
        background-color: #4E7C80;
    }

/*
.thumbnail-container .product-flags {
    display: none;
}
*/

.btn-primary.add-to-cart {
    background-color: #BB0303;
}

.btn-primary.add-to-cart:hover {
    background-color: #0D2233;
}

.current-price,
.product-price,
#blockcart-modal .product-name,
.tabs .nav-tabs .nav-link.active {
    color: #4E7C80;
}

.current-price {
    font-family: 'Rubik';
    font-weight: 100;
}

.product-price {
    font-size: 27px;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 3px solid #0D2233;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #4E7C80;
}

span.consultar {
    font-weight: 500;
    padding: 5px;
    /*border: 1px solid #4E7C80;*/
    color: black !important;
    background-color: var(--yellow) !important;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-table;
    width: auto;
    font-family: 'Rubik';
    font-weight: 100;
}

span.no-stock {
    font-weight: 500;
    padding: 5px;
    border: 1px solid #4E7C80;
    color: #4E7C80;
    border-radius: 4px;
    margin-bottom: 30px;
    display: inline-table;
    width: auto;
}

div.product-list-stock,
div.product-list-on-demand,
div.product-list-colors {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    line-height: 21px;
}

div.product-list-colors {
    color: #7a7a7a;
}


/* Listado de producto en vista categoría */

body:not(#search) #products .total-products {
    display:none;
}
#products .total-products {
    padding-top: 0
}

#products .product-miniature {
    margin-bottom: 60px;
}

.product-miniature .product-description {
    box-shadow: none !important;
}

.product-miniature .thumbnail-container:hover .product-description::after {
    border: none !important;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: auto;
    position: inherit;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    position: inherit;
    height: auto;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: inherit;
}

.product-miniature .thumbnail-container .product-thumbnail img{
    max-width: 90%;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    height: auto;
    position: inherit;
}

.product-miniature .product-price-and-shipping {
    /*margin-bottom: 30px;*/
}

/***/

.product-accessories {
    margin-top: 60px;
}

.product-accessories .product-miniature {
    max-width: 18%;
    margin-left: 0;
    padding-left: 0;
}

.product-accessories .product-miniature .thumbnail-container,
.product-accessories .product-miniature .product-description {
    max-width: 100%;
}

.product-accessories .product-miniature .thumbnail-container img {
    width: 60%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.product-accessories .product-miniature span.list-price {
    font-size: 18px;
    margin-bottom: 15px;
}

.product-accessories .product-miniature div.product-list-stock {
    font-size: 14px;
}

.product-accessories .product-miniature .product-description h2 {
    min-height: 50px;
}


@media (max-width: 1440px) {
    .product-accessories .product-miniature {
        max-width: 23%;
    }
}

@media (max-width: 1200px) {
    .product-accessories .product-miniature {
        max-width: 30%;
    }
}

@media (max-width: 960px) {
    .product-accessories .product-miniature {
        max-width: 47%;
    }

    div#banner-left {
        display: none;
    }
}

@media (max-width: 590px) {
    .product-accessories .product-miniature {
        max-width: 100%;
    }
}


/***/

.product-brand>span {
    text-transform: uppercase;
    color: #4E7C80;
}

#product .product-discounts {
    margin-bottom: 1rem;
}


.product-miniature .highlighted-informations {
    position: initial !important;
    display: none;
}

span.list-price {
    color: black;
    font-weight: 500;
    padding: 0px 5px;
    /*color: white;
    background-color: #00A86B;*/
    border-radius: 0px;
    display: inline-table;
    width: auto;
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 400;
    margin-top: 10px;
}

.pcolors {
    color: #464646;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom:0px;
}


.thumbnail-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #BB0303;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.js-product-miniature .thumbnail-container {
    margin-top: 4px;
    box-shadow: none !important;
}

.js-product-miniature {
    display: inline-block;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    position: relative;
    overflow: hidden;
    font-family: Rubik;
    font-weight: 300;
}

.js-product-miniature span.consultar {
    margin-bottom: 28px;
}



/* In related products  */
.product-related .products .js-product-miniature  {
    width: 16.66%;
}

@media (max-width: 1350px) {

    .product-related .products .js-product-miniature  {
        width: 33%;
    }

}








/* Grilla */

.grilla {
    margin-bottom: 30px;
    background-color: white;
    overflow-x: auto;
    font-size: 14px;
    padding: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.grilla thead {
    font-family: Rubik !important;
    font-weight: 300;
}

.grilla span.image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 80px;
    height: 35px;
    margin-right: 11px;
    vertical-align: middle;
}

.grilla span.image.image-color {
    background-color: transparent !important;
}

.grilla span.error {
    display: block;
    background-color: red;
    color: white;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
}

.grilla .input-quantity {
    width: 50px;
    margin: 0 auto;
    display: block;
    border: 1px solid #4E7C80;
    background-color: #83CCD2;
    text-align: center;
    line-height: 25px;
    color: white;

}

.grilla .stock-counter {
    display: block;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
}

.grilla .price {
    font-weight: 100;
    color: #4E7C80;
    border: 1px solid #4E7C80;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.grilla tr td,
.grilla tr th {
    vertical-align: middle;
}

.grilla tr th.row-name,
.grilla tr td.row-name {
    white-space: nowrap;
    cursor: pointer;
}

/*.grilla tr td.supply-cell {
    background-color: #588C8C;
    border-color: white;
    color: white;
    }*/

    .grilla tr.even {
        background-color: #f4f4f4;
    }

    .grilla tr.even,
    .grilla tr.even td {
        border-color: white;
    }

    @media (max-width: 560px) {

        .grilla {
            font-size: 10px;
        }

        .grilla span.image.image-color {
            display: block;
            height: 15px;
            width: 30px;
            margin: 0 auto;
        }

        .grilla tr td.row-name {
            text-align: center;
        }

        .grilla tr th,
        .grilla tr td {
            padding: 5px;
        }

        .grilla .price {
            border: none;
            padding: 0;
        }

        .grilla .input-quantity {
            width: 25px;
            line-height: 16px;
        }

    }

    .grilla-cart-lines .attr-group-name,
    .product-line-grid .product-line-info span.label {
        display: none !important;
    }

    .grilla-cart-lines .attr-name {
        margin-left: 3px;
    }

    span.supply-qty {
        font-weight: 500;
    }

    span.supply-week {
        font-weight: 500;
    }


    /* Listado categorías home */
    .category-link-home a {
        padding: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: white;
        width: 100%;
        float: left;
        border-radius: 4px;
        border-left: 10px solid #BB0303;
    }

    .category-link-home a:hover {
        transition: 0.3s;
    }

    .category-block {
        background-size: cover;
        background-position: center center;
        margin-bottom: 30px;
    }

    .list-category .list-category-name {
        position: absolute;
        z-index: 9;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
        font-size: 25px;
        background-color: #0000008f;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }

    .list-category .col-md-10 div {
        padding: 0;
        margin: 0;
    }

    .list-category img:hover {
        cursor: pointer;
        border: 1px solid transparent;
    }


    /* Listado productos home */
    .product-block {
        text-align: center;
        border-top: 3px solid transparent;
    }

    .product-block::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 50%;
        top: 0;
        background: #BB0303;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .product-block:hover::before {
        left: 0;
        right: 0;
    }

    .product-block {
        display: inline-block;
        -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0);
        position: relative;
        overflow: hidden;
        font-family: Rubik;
        font-weight: 300;
    }

    .product-block img {
        margin-top: 5px;
    }

    .product-block .product-name {
        float: left;
        width: 100%;
        margin-top: 10px;
        color: #0D2233;
        margin-bottom: 5px;
        font-weight: 300;
    }

    .product-block .product-reference {
        color: black;
    }

    .product-block .product-description,
    .product-block .product-reference {
        font-weight: 300;
    }

    /* Listado supply plan home */

    .supply-home-container {
        background-image: url(../img/supply_3.jpg);
        background-size: cover;
        background-position: center center;
    }

    .title-supply-home {
        font-family: Rubik;
        background-color: #4E7C80;
        color: white;
        line-height: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: 300;
    }

    .title-supply-home i {
        font-size: 80px;
    }

    .title-supply-home .col-md-8 {
        font-size: 18px;
    }

    .row-supply-home {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .row-supply-home>[class*='col-'] {
        display: flex;
        flex-direction: column;

    }

    #changeSupply {
        float: left;
        width: 100%;
        color: #1e1e1e;
        font-size: 18px;
        border-radius: 4px;
        border-color: transparent;
        padding-left: 9px;
        margin-top: 12px;
    }

    .supply-block {
        text-align: center;
        padding: 0;
        float: left;
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 25px;
        background-color: white;
        padding-bottom: 40px;
        -webkit-box-shadow: 6px 6px 26px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 6px 6px 26px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 6px 6px 26px -3px rgba(0, 0, 0, 0.75);
    }

    .supply-block::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 50%;
        top: 0;
        background: #BB0303;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .supply-block:hover::before {
        left: 0;
        right: 0;
    }

    .supply-block {
        display: inline-block;
        -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0);
        position: relative;
        overflow: hidden;
        font-family: Rubik;
        font-weight: 300;
    }

    .supply-block img {
        width: 100%;
        margin-top: 5px;
    }

    .supply-block .product-name {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
        color: #0D2233;
        margin-bottom: 10px;
        min-height: 60px;
    }

    .supply-block .product-reference {
        display: block;
        color: #7a7a7a;
        font-weight: 300;
        /*margin-bottom: 5px;*/
    }

    .supply-block .alert {
        margin-bottom: 0px;
    }

    /* Comerciales home */

    .comercial-home .owl-item {
        background-color: white;
    }

    .comercial-home .owl-item span.nombre,
    .comercial-home .owl-item span.cargo,
    .comercial-home .owl-item span.ext {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }

    .comercial-home .owl-item span.nombre {
        margin-top: 10px;
        font-weight: 500;
        color: #BB0303;
    }

    .comercial-home .owl-item span.cargo {
        min-height: 40px;
        color: #0D2233;
    }

    .comercial-home .owl-item span.ext {
        margin-top: 15px;
        min-height: 40px;
        color: #0D2233;
    }


    /* Menú lateral izquierda */
    #left-column .block-categories.active {
        position: fixed;
        width: 100%;
        z-index: 900;
        height: 100%;
        left: 0;
        overflow: scroll;
        display: inherit;
        top: 0;
    }

    #left-column .block-categories .navbar-toggler {
        width: 28px;
        height: 28px;
        margin: 1px 0;
        text-align: center;
    }

    #left-column .block-categories .navbar-toggler:hover {
        background: #0D2233;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    #left-column .block-categories .navbar-toggler>i {
        position: relative;
        top: -2px;
    }

    #left-column .block-categories .navbar-toggler:hover>i {
        color: white;
    }

    .block-categories .category-sub-menu li a {
        font-family: Rubik !important;
        font-weight: 300;
    }

    ul.category-sub-menu ul.category-sub-menu {
        margin-left: 12px;
    }

    .block-categories a {
        color: #444343;
    }

    .block-categories .category-sub-menu li[data-depth="0"]>a {
        font-weight: 300;
        border-bottom: 1px dotted rgba(115, 115, 115, 0.41);
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
    }

    .block-categories .category-sub-menu li[data-depth="1"] {
        margin-bottom: 1px;
    }

    .block-categories .category-sub-menu li a.category-sub-link:before {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        left: -15px;
        margin-top: 11px;
        border-top: #808080 1px dotted;
    }

    .block-categories .category-sub-menu li[data-depth="1"] a {
        display: block;
        line-height: 23px;
        padding: 2px 0;
    }

    .block-categories .category-sub-menu li a:hover {
        color: #BB0303;
        font-weight: 500;

    }

    .block-categories .material-icons.add,
    .block-categories .material-icons.remove {
        color: #acacac;
        font-size: 15px;
        line-height: 31px;
        margin: 0 auto;
    }

    ul.category-sub-menu ul.category-sub-menu {
        border-left: 1px dotted gray;
        padding-left: 16px;
    }

    .category-sub-menu a.menu-active {
        color: #BB0303;
    }

    /* Slider home */
    .slider-home {
        float: left;
        width: 100%;
        height: 450px;
        background-color: black;
        background-image: url("../img/slider1.jpg");
        background-position: center center;
        background-size: cover;

    }

    .slider-home .link-product {
        float: left;
        margin-top: 380px;
        background-color: #f70b0b;
        padding: 15px;
        border-radius: 30px;
        color: white;
    }

    .slider-telephone {
        float: left;
        width: 100%;
        color: white;
        background-color: #BB0303;
        line-height: 40px;
        text-align: center;
    }

    .sombra {
        text-shadow: 4px 4px 0px rgb(250, 32, 32, 0.8);
        text-align: center !important;
    }

    /* Videos home */
    .videos-home {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 60px;
        background-color: black;
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: url(../img/fondo1.jpg);
        background-size: cover;
        background-position: center;
    }

    .videos-home .video {
        position: relative;
        padding-bottom: 56.25%;
        /*panorámico*/
        padding-top: 25px;
        height: 0;
    }

    .videos-home .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .px-4 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .phone-top, .language-selector-wrapper {
        padding: 0;
        font-family: 'Rubik';
        font-size: 12px;
    }

    /* Footer */
    #footer {
        padding-top: 0;
        margin-top: 20px;
    }

    #footer .footer-container {
        background-color: #f3f3f3;
        padding:2vw 4vw;
    }
    #footer .footer-container h2{
        font-size: 16px;
        line-height: 20px;
        font-family: Helvetica-Now-Text-Bold, Helvetica, Arial, sans-serif;
        color: #000;
        display: block;
        margin-bottom: 0;
        padding: 14px 0;
        text-transform: none;
    }

    #footer .footer-container a,
    #footer .footer-container p {
        font-size: 14px;
        line-height: 20px;
        font-family: Helvetica-Now-Text-Regular, Helvetica, Arial, sans-serif;
        display: inline-block;
        color: #6e6e6e;
        transition: color .4s 
        cubic-bezier(.25, .46, .45, .94);
    }

    #footer .footer-container a:hover,
    #footer .footer-container p:hover {
        color: #000;
    }

    #footer .footer-social a{        
        color: #000;
        font-size: 18px;
    }

    #footer .footer-container .h3,
    #footer #block_myaccount_infos .myaccount-title a,
    #footer .block-contact-title {
        color: black !important;
    }

    #footer a {
        color: #6e6e6e;
    }

    /* iconos footer */
    .footer-social-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-social-link svg {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    /* Páginas CMS */
    .page-cms {
       /* padding: 15px;*/
   }

   .page-cms h2 {
    margin-top: 30px;
}

.page-cms #content-wrapper ul {
    width: 90%;
    margin-left: 5%;
}

 /*    .page-cms ul li {
        list-style: circle;
        margin-bottom: 5px;
        font-size: .9375rem;
        color: #7a7a7a;
        font-weight: 400;
        } */

        .page-cms ul li ul li {
            list-style: disclosure-closed;

        }

        .page-cms .page-header {
            background-color: #0D2233;
            padding: 30px;
            text-align: center;
            margin-bottom: 0 !important;
            text-transform: uppercase;
        }

        .page-cms .page-header h1 {
            color: white;
        }

        .page-cms #wrapper {
            background-color: white;
            box-shadow: none;
        }

        /* Fila de subscripción antes del footer */
        .row-subscription {
            padding-top: 80px;
            background-image: url(../img/subscription.jpg);
            background-position: center center;
            background-size: cover;
            padding-bottom: 80px;
        }

        /* añadido para ajustarlo */
        .block_newsletter {
            max-width: 100%;
            background: transparent;
        }

        .block_newsletter p {
            color: white;
            font-weight: 500 !important;
            font-size: 33px !important;
            line-height: 39px !important;
        }

        .block_newsletter form input {
            border-radius: 0;
            line-height: 13px;
            border: none;
        }

        .block_newsletter .col-md-7 {
            padding-top: 1%;
        }

        /* Imágenes categoría en home */
        #content>div.list-category img {
            border: none !important;
            filter: grayscale(1);
            -webkit-transition: filter 0.6s ease-in-out;
            -moz-transition: filter 0.6s ease-in-out;
            -o-transition: filter 0.6s ease-in-out;
            transition: filter 0.6s ease-in-out;
        }

        #content>div.list-category img:hover {
            filter: grayscale(0);
        }

        /* Media queries */
        @media (max-width: 1100px) {

            .logo-brands-top { display:none; }

            /* Ocultar ayuda grilla */
            .grilla-help {
                display: none;
            }

            /* Ocultar slider home */
            #rev_slider_1_1_forcefullwidth {
                display: none;
            }

            .category-link-home {
                margin-bottom: 40px;
            }

            .category-link-home a {
                border-right: 10px solid #BB0303;
            }

            /* Menú lateral */
            #left-column {
                width: 100%;
            }

            #content-wrapper {
                width: 100%;
                overflow-x: hidden;
            }

            body.page-category .js-mobile-categories {
                display: block;
                background-color: white;
                width: 100%;
                text-align: center;
                font-size: 18px;
                line-height: 40px;
                cursor: pointer;
                border-radius: 2px;
                margin-bottom: 10px;
            }

            body.page-category .js-mobile-categories.active {
                z-index: 9999;
                position: fixed;
                top: 0;
                right: 0;
                padding: 2px 0;
            }

            #left-column .block-categories {
                display: none;
            }

            /* Imágenes de producto */
            #product #content.page-content {
                max-width: 100% !important;
            }

        }

        @media (max-width: 1100px),
        (pointer:none),
        (pointer:coarse) {
            #left-column .block-categories {
                display: none;
            }
        }

        body#product .tabs .product-description iframe {
            max-width: 100%;
        }

        #footer .footer-social-link {
            font-size: 19px;
        }

/*********************************************************
 * CAMBIOS PABLO
 *********************************************************/

 body:not(#index) {
    background-color: #f1f1f1;
}

#header {
    box-shadow: 0px 0px 4px #CCC;
    /* position: fixed; */
    z-index: 900;
    width: 100%;
    top: 0;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#wrapper {
    padding-top: 0px;
}

@media (max-width: 1024px) {
    #wrapper {
        padding-top: 10px;
    }
}

body#index #content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

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

body:not(#index) #_mobile_user_info,
body#index #_mobile_cart,
body#index #_mobile_top_shop_link {
    padding-top: 0.8rem;
}

body#index #_mobile_top_shop_link>div {
    margin-top: .9375rem;
}

body#index #_mobile_user_info,
body:not(#index) #_mobile_cart {
    padding-top: 0.8rem;
    margin-right: 18px;
}

body:not(#index) #_mobile_cart {
    margin-right: 0;
}

.form-control:focus {
    color: #7a7a7a;
    border-color: #bb0303;
    outline: none;
}

.form-control:focus,
.input-group.focus {
    outline: .1875rem solid #bb0303;
}

.dropdown-menu .select-list:hover {
    background-color: #bb0303 !important;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
    border: 1px solid #487276;
    background-color: #4E7C80;
}

.no-wrap {
    white-space: nowrap;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #bb0303;
}

/* Ocultación de precios */
.price-container {
    display: none;
}

/* Menú */
#header .header-nav #menu-icon {
    margin-top: 0.7rem;
}

#js-nav-mobile-menu,
#_mobile_top_shop_link {
    display: none;
}

#_desktop_top_shop_link {
    display: block;
    margin-right: 25px;
}

#_desktop_cart {
    margin-right: 0px;
}

#_mobile_logo {
    padding-top: 0;
}

#search_widget {
    margin: 16px 0;
    margin-left: 8rem;
    float: left !important;
    width: 49%;
}

#search_widget form button,
#search_widget form button:hover {
    background: #FFF;
    bottom: .5rem;
    border: none;
}

#header .logo {
    filter: brightness(0);
    padding: 15px 5px;
    max-width: 205px;
}

#header .header-nav {
    border-bottom: none;
}

#header .header-top {
    padding-bottom: 0 !important;
    background-color: white;
}

#header div.language-selector.js-dropdown {
    height: 20px;
}

#header #notifications>div.container:after {
    display: none;
}

#header .header-nav .cart-preview.active {
    background: white;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #4E7C80;
}

/* Proximas recepciones */
#recepciones {
    padding-top: 50px;
}

/* Corregir scroll horizontal en el index */
body#index #content div.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Buscador en pantallas pequeñas */
@media (max-width: 1100px) {
    #js-desktop-menu-items {
        width: auto !important;
    }

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

    #_desktop_logo {
        display: none;
    }

    #search_widget {
        z-index: 99999;
        /* margin: auto !important; */
        /* left: 10%; */
        padding: 0px 30px;
        position: absolute;
        width: 100vw !important;
        top: 18px;
        background-color: white;
        /* padding-bottom: 17px; */
    }

    #header {
        height: 130px;
        background-color: white;
    }

    #mobile_top_menu_wrapper {
        padding: 0px 20px;
        top: 0;
        z-index: 99999;
        width: 100%;
        position: absolute;
        height: 100vh;
        margin: 0;
    }

    #recepciones div.item.supply-block {
        width: 100%
    }
}

#dropdownMenuButton.account {
    padding-right: 0 !important;
}

#dropdownMenuButton.account+div.dropdown-menu a {
    padding: 3px 1.5rem;
}

#_desktop_top_shop_link {
    background-color: #BB0303;
}

#_desktop_top_shop_link:hover {
    background-color: #0D2233;
}

#_desktop_top_shop_link a img {
    filter: invert(100%) sepia(43%) saturate(2%) hue-rotate(169deg) brightness(107%) contrast(101%);
}

#_desktop_top_shop_link a span {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold;
}

#js-desktop-menu-items>div:not(#search_widget) {
    cursor: pointer;
    float: right !important;
    padding: 18px 10px !important;
    box-sizing: initial;
    text-align: center;
}

#js-desktop-menu-items {
    padding: 0 !important;
}

body#authentication #footer {
    display: none !important;
}

#js-desktop-menu-items>div a,
#js-desktop-menu-items>div>div {
    font-size: small;
    display: block;
}

#js-desktop-menu-items>div img {
    padding-bottom: 12px;
    display: block;
    margin: 0 auto;
}

#js-desktop-menu-items a>span {
    font-size: small;
}

@media (max-width: 1350px) {
    #search_widget {
        width: 40%;
        margin-left: 6rem;
    }
}

@media (max-width: 1180px) {
    #search_widget {
        width: 50%;
        margin-left: 6.5rem;
    }
}

@media (min-width: 768px) {
    .search-widget {
        min-width: auto;
    }
}

@media (max-width: 1100px) {
    #search_widget {
        width: 50%;
        margin-left: 6rem;
    }

    #header {
        position: relative;
        box-shadow: none;
    }
}

@media (max-width: 989px) {
    #search_widget {
        width: 25%;
        margin-left: 1rem;
    }

    #header .logo {
        max-width: 132px;
    }
}

@media (max-width: 810px) {
    #search_widget {
        width: 20%;
    }
}


@media (max-width: 1100px) {


    #header .logo {
        padding: 10px 0px;
        max-width: 120px !important;
    }

    #_mobile_cart {
        margin-right: 0;
    }

    #search_widget {
        margin: 13px 0 !important;
    }

    body:not(#authentication) #js-nav-mobile-menu {
        display: block;

    }

    #js-desktop-menu-items>div:not(#search_widget) {
        display: none;
    }

    div.js-top-menu.mobile>div {
        padding: 10px;
    }

    /* #wrapper {
        padding-top: 5px;
    }

    body:not(#index) #wrapper {
        padding-top: 25px;
        } */
    }

    @media (max-width: 480px) {

        #js-nav-mobile-menu a>span,
        #js-nav-mobile-menu span.expand-more {
            display: none;
        }
    }

    .dropdown:hover .expand-more,
    .btn-unstyle:focus .expand-more,
    #search_widget:hover i.search {
        color: var(--red) !important;

    }

    #header a:hover{
        color: black !important;
    }
    
    #header .menu-navigation a:hover{
        border-bottom: 1px solid var(--red);
    }

    /* Ocultar precios en el carro de compra */
    div.cart-grid.without-prices>div.cart-grid-right,
    div.cart-grid.without-prices .product-price {
        display: none;
    }

    div.cart-grid.without-prices>div.cart-grid-body {
        width: 100% !important;
    }

    /* Newsletter + Ordenar */
    #block-newsletter-label input[type="email"] {
        line-height: 1.2em;
    }

    div.sort-by-row button.select-title {
        line-height: 1.4em;
        padding: 5px 8px;
    }

    /* Color de flechas en miniaturas */
    #content div.scroll-box-arrows>.left,
    #content div.scroll-box-arrows>.right,
    nav.pagination .current a {
        background: #FFF;
        color: #4E7C80;
    }

    #envia {
        height: 2.75rem;
        padding-top: .625rem;
        line-height: 22px;
    }

    /* Precio de producto */
    #product .product-prices {
        margin-bottom: 0.8rem;
    }

    #product .product-prices div {
        margin-bottom: 0;
    }

    #product .product-prices .product-price {
        line-height: 0.8em;
        background-color: white;
        padding: 10px;
    }

    .product-miniature .product-title a {
        font-size:14px;
    }

    #product .product-prices .tax-shipping-delivery-label {
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
    }

    #product-modal .modal-content .modal-body .product-images img:hover {
        border: 3px solid #BB0303;
    }


    .outlet-price {
        background-color: #F6F20C !important;
        border-radius: 0 !important;
    }

    /* Menos espacio entre miniaturas */
    .images-container .product-images>li.thumb-container>.thumb {
        margin-right: 0;
    }

    /* Espacio erróneo entre productos + extender sombra en hover */
    #products .product-miniature {
        margin: 0;
        overflow: visible;
    }

    #products .product-title a {
        font-weight: 100;
    }

    /* Miniatura de los productos */
    #products .thumbnail-container,
    #products .highlighted-informations,
    #products .product-description {
        width: 100%;
    }

    /* Fotos de las miniaruras */
    #products a.product-thumbnail {
        text-align: center;
    }

    /* Tamaño máximo de las miniaturas */
    #products a.product-thumbnail img {
        margin: 19px auto !important;
        width: 100% !important;
    }

    .refstck {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        background: white;
        border-bottom: 1px solid #d3d3d36e;
        margin-bottom: 10px;
    }

    /* Tamaño de productos en movil */
    @media (max-width: 634px) {
        article.product-miniature {
            width: 50%;
            padding-right: 0;
            padding-left: 0;
        }

        .product-miniature .product-title a{
            font-size: 14px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp:4 ; 
            -webkit-box-orient: vertical;
        }

        .refstck {
            flex-direction: column;
        }

        .product-related article.product-miniature {
            width: 49%;
        }
    }

    .product-thumbnail:hover img {
        transform: scale(1.1);
    }
    .product-thumbnail img {
        transition: 350ms;    
    }

    /* Supply plan */

    div.alert-supply+div.product-list-stock {
        padding-left: 32px;

        -webkit-transition: padding-left 0.2s ease;
        -moz-transition: padding-left 0.2s ease;
        -o-transition: padding-left 0.2s ease;
        transition: padding-left 0.2s ease;
    }

    #products .product-miniature:hover div.alert-supply+div.product-list-stock {
        padding-left: 0;
    }

    .alert-supply {
        margin-bottom: 0;
        background-color: #0D2233;
        color: #FFF;
        overflow: hidden;
        position: absolute;
        padding: 5px 10px;
        bottom: 0;
        left: 0;
        z-index: 500;
        width: 100%;
        height: 32px;

        -webkit-transition: bottom 0.1s 0.2s ease, width 0.2s ease;
        -moz-transition: bottom 0.1s 0.2s ease, width 0.2s ease;
        -o-transition: bottom 0.1s 0.2s ease, width 0.2s ease;
        transition: bottom 0.1s 0.2s ease, width 0.2s ease;
    }

    .alert-supply:not(.expanded) .media-left {
        background-color: inherit;
        padding-top: 3px;
    }

    .alert-supply:not(.expanded) .media-left i {
        position: fixed;
    }

    .alert-supply .media-body {
        text-align: right;
    }

    .alert-supply .media-body p {
        color: #FFF;
    }

    .alert-supply.expanded {
        width: 100%;
        height: auto;
        font-size: 16px;
        background-color: #4E7C80;
        color: #FFF;
        position: relative;
        max-width: 19.4rem;
        bottom: 0;
    }

    /* Supply plan en pantallas grandes */
    @media (min-width: 1100px) {

        body#index div.item.supply-block .alert-supply,
        #products .product-miniature:hover .alert-supply {
            height: auto;
            /*bottom: 30px;*/
            max-height: 200px;
            overflow-y: auto;

            -webkit-transition: bottom 0.2s ease;
            -moz-transition: bottom 0.2s ease;
            -o-transition: bottom 0.2s ease;
            transition: bottom 0.2s ease;
        }
    }

    /* Supply plan en pantallas pequeñas */
    @media (max-width: 1100px) {

        .alert-supply,
        .alert-supply.expanded {
            max-width: none;
            height: auto;
            position: relative;
            bottom: 0;
        }

        .alert-supply {
            height: 27px;
        }

        .alert-supply .media-body p.size-12 {
            display: none;
        }

        .product-miniature .product-price-and-shipping span.list-price {
            margin-bottom: 10px;
        }
    }

    /* Supply plan en home */
    body#index div.item.supply-block .alert-supply {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    /* Paginación */
    #products .show-all-bottom>a {
        margin-top: 1em;
    }

    nav.pagination {
        margin: 0;
        font-size: 0;
        width: 90%;
    }

    nav.pagination ul.page-list li>* {
        font-size: 1rem;
    }

    nav.pagination ul.page-list li>span.spacer {
        margin: 0 10px;
    }

    nav.pagination ul.page-list li a {
        display: inline-block;
        line-height: 38px;
        font-weight: normal;
        padding: 0 .8rem;
    }

    nav.pagination .current a {
        background: #4E7C80;
        font-size: inherit;
        color: white;
    }

    .pagination a:not(.previous):not(.next) {
        letter-spacing: inherit;
    }

    nav.pagination ul.page-list {
        padding: 0 1rem;
        box-shadow: none;
    }

    nav.pagination .clearfix:after {
        display: none;
    }

    /* Botón de mostrar todo */
    div.input-group-addon.show-all-btn {
        padding: 0 !important;
        border: none !important;
        background-color: transparent;
    }

    div.input-group-addon.show-all-btn>a {
        margin-left: 10px;
    }

    /* query paginacion */
    @media (max-width: 768px) {
        nav.pagination {
            width: 80%;
        }
    }

    @media (max-width: 425px) {
        div.input-group-addon.show-all-btn>a {
            margin-left: 5px;
        }
    }

    /* Página de producto */
    #product #content.page-content {
        max-width: 684px !important;
    }

    #product #content.page-content img.js-qv-product-cover {
        /*padding: 30px;*/
    }

    /* Iniciar sesión */
    #authentication .input-group-btn button,
    #authentication .input-group-btn button:active {
        padding: .75rem 1rem;
        outline: 1px solid #7a7a7a;
    }

    @media (max-width: 1100px) {
        #authentication #content {
            margin-left: 15px;
            margin-right: 15px;
        }
    }

    /* Mi cuenta */
    .page-my-account #content .links a:hover i {
        color: #bb0303;
    }

    /* Breadcrumbs */

    #wrapper .breadcrumb {
        list-style: none;
        overflow: hidden;
    }

    .breadcrumb ul {
        float: left;
    }

    .breadcrumb li {
        float: left;
        margin-bottom: 1px;
    }
    .breadcrumb li:first-child a {
        padding-left: 0px;
    }

    .breadcrumb li a {
        font-family: "Rubik";
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: #0D2233 !important;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 5px 10px 15px;
        position: relative;
        display: block;
        float: left;
    }

    .breadcrumb li a:hover {
        color: #BB0303 !important;
    }

    .breadcrumb li a::after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #7a7a7a;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        margin-left: 0;
        left: 100%;
        z-index: 2;
    }

    .breadcrumb li:after {
        display: none;
    }

    .breadcrumb li:last-child a::after,
    .breadcrumb li:last-child a::before {
        border: 0;
    }

    @media (max-width: 1100px) {
        #wrapper .breadcrumb {
            margin-bottom: 14px;
        }

        #wrapper .breadcrumb a {
            font-size: 10px;
            line-height: 14px;
            padding: 1px 2px 0px 10px;
        }
    }

/*
    #generar_oferta,
    #descargar_imagenes,
    #descargar_ficha,
    #descargar_documentacion {
        color: #232323;
        background-color: white;
        border: 1px solid #808080db;
        font-family: "Rubik";
        font-weight: 300;
        border-radius: 4px !important;
    }

    #generar_oferta i {
        color: #BB0303;
    }

    #descargar_imagenes i {
        color: #0D2233;
    }

    #descargar_ficha i {
        color: #4E7C80;
    }

    #generar_oferta:hover,
    #descargar_imagenes:hover,
    #descargar_ficha:hover {
        border: 1px solid #487276;
        background-color: #4E7C80;
        color: white;
    }

    #generar_oferta:hover i,
    #descargar_imagenes:hover i,
    #descargar_ficha:hover i {
        color: white;
    }

    #descargar_documentacion {
        background-color: #BB0303;
        border-color: #BB0303;
        color: white;
        border-radius: 4px !important;
    }
    */

/*
#wrapper .breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 12px Sans-Serif;
}

.breadcrumb li {
    float: left;
    margin-bottom: 1px;
}

.breadcrumb li:after {
    display: none;
}

.breadcrumb li a {
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    background: #0D2233;
    position: relative;
    display: block;
    float: left;

    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.12s ease;
}

.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #0D2233;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    left: 100%;
    z-index: 2;

    -webkit-transition: border-left-color 0.1s ease;
    -moz-transition: border-left-color 0.1s ease;
    -o-transition: border-left-color 0.1s ease;
    transition: border-left-color 0.1s ease;
}

.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid white;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 20px;
}

.breadcrumb li:last-child a {
    padding-right: 20px;
    background: white !important;
    color: #0D2233 !important;
    pointer-events: none;
    cursor: default;
}

.breadcrumb li:last-child a::after,
.breadcrumb li:last-child a::before {
    border: 0;
}

.breadcrumb li a:hover {
    background: #4E7C80;
}

.breadcrumb li a:hover:after {
    border-left-color: #4E7C80 !important;
}

@media (max-width: 1100px) {
    #wrapper .breadcrumb {
        font: 10px Sans-Serif;
    }

    .breadcrumb li a {
        padding: 6px 6px 6px 20px;
    }

    .breadcrumb li:first-child a {
        padding-left: 15px;
    }

    .breadcrumb li a::after {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 11px solid #0D2233;
        margin-top: -11px;
    }

    .breadcrumb li a::before {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 11px solid white;
        margin-top: -11px;
    }
    }*/

    /* Ayuda para la tabla de tallas y colores */
    .grilla-help {
        position: relative;
        font-size: 12px;
        left: -10px;
    }

    .grilla-help a {
        font-size: 12px;
    }

    .grilla-help a .material-icons {
        position: relative;
        margin-right: 2px;
        top: -1px;
    }



    /* Oculta dirección de facturación en el checkout */
    body#checkout .cart-grid-body #checkout-addresses-step #invoice-addresses,
    body#checkout .cart-grid-body form h2 {
        display: none;
    }


    /*  */

    /* Formulario - Refuerza tu venta online */
    #module-js_customize-venta .row-subscription {
        display: none;
    }

    #module-js_customize-venta section#wrapper {
        font-family: Rubik;
        background-color: white;
    }

    #module-js_customize-venta .title-banner {
        background-image: url('/modules/js_customize/views/img/venta-online/venta-onli-bkg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    #module-js_customize-venta .title-banner hr {
        border-color: white;
        width: 125px;
    }

    #module-js_customize-venta .title {
        font-size: 2.25rem;
        color: white;
    }

    #module-js_customize-venta .subtitle {
        font-size: 1.25rem;
        color: white;
        line-height: 31px;
    }

    #module-js_customize-venta .subtitle i {
        font-size: 1.75rem;
    }

    #module-js_customize-venta .title-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #module-js_customize-venta .content-text p {
        font-size: 19px;
    }

    #module-js_customize-venta .benefits div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #module-js_customize-venta .benefits div h3 {
        color: #0D2233;
        font-size: 1.25rem;
    }

    #module-js_customize-venta .benefits div i {
        font-size: 2.75rem;
        margin-bottom: 10px;
        color: #0D2233;
    }

    #module-js_customize-venta .benefits div p {
        max-width: 80%;
        display: block;
        margin: 0 auto;
        color: #0D2233;
    }

    #module-js_customize-venta .benefits div hr {
        border-color: #BB0303;
        width: 30%;
    }

    #module-js_customize-venta .formulario {
        background-color: #e8e8e8;
    }

    #module-js_customize-venta form input,
    #module-js_customize-venta form textarea {
        border-radius: 4px;
        background-color: #e8e8e873;
    }


    /*RESTYLING 02/02/2021 */
    .product-body {
        font-family: Rubik !important;
        font-weight: lighter;
    }

    .product-menu {
        display: none;
        font-family: Rubik !important;
        padding: 0;
        padding-bottom: 20px;
        padding-top: 10px;
        border-top: 3px solid #f7f7f7;
        border-bottom: 1px solid #e6e2e2;
        display: none;
    }

    .product-menu.fixed {
        z-index: 999;
        top: 92px;
        margin-bottom: 60px;
        position: fixed;
    }

    .product-menu .product-menu-item {
        color: white;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
        border-bottom: 3px solid transparent;
        padding-bottom: 9px;
        padding-top: 10px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        color: #9d9d9d !important;
    }

    .product-menu .product-menu-item:hover {
        font-weight: bold;
        color: #4E7C80 !important;
    }

    .product-menu .product-menu-item.active {
        font-weight: bold;
        border-top: 3px solid #4E7C80;
        color: #232323 !important;
        text-decoration: none;
    }

    .product-menu .product-menu-item.disabled {
        color: #e6e2e2 !important;
    }

    .product-menu .product-menu-item i {
        color: #bb0303 !important;
    }

    .product-menu .menu-price {
        text-align: right;
        display: block;
        margin-top: 8px;
        margin-right: 15px;
    }

    .product-menu .product-menu-items .product-menu-image {
        float: left;
        width: auto;
    }

    .product-menu .product-menu-items .product-menu-image img {
        margin-left: -15px;
        max-height: 50px;
    }

    .product-menu .product-menu-items .product-menu-title {
        margin-bottom: 10px;
        color: #232323;
        line-height: 50px;
        font-weight: lighter;
    }

    .product-menu-info .menu-price .product-prices {
        margin: 0 !important;
    }

    .product-menu-info .menu-price .product-prices .product-price {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .product-menu-info .menu-price .product-prices .price-content {
        font-size: 22px;
    }

    .product-menu-info .menu-price .product-prices .price-content .tax-shipping-delivery-label {
        font-size: 10px;
    }

    .product-info-content p.h5 {
        display: none;
    }

    .product-info-content .product-info-title {
        font-family: Rubik !important;
        font-size: 24px;
        font-weight: bold;
        color: #232323;
    }

    .product-info-content .product-info-title i {
        font-weight: lighter;
    }

    .small-separator {
        border-bottom: 3px solid #232323;
        width: 25px;
        display: block;
        margin-bottom: 15px;
    }


    #wrapper {
        background-color: white;
    }

    .grilla {
        box-shadow: none;
        padding: 0;
    }

    body#product #wrapper.menu-in {
        padding-top: 210px;
        box-shadow: none;
    }

    .product-comercial {
        font-family: Rubik !important;
        font-weight: lighter;
    }


    .product-comercial p {
        margin: 0;
    }

    .product-comercial i.fa-caret-right {
        position: relative;
        top: 3px;
    }

    .product-comercial img {
        max-width: 100%;
    }

    .product-comercial .nombre {
        color: #BB0303;
    }

    .product-comercial p i {
        color: #0D2233;
        font-size: 22px;
    }
/*
    .product-comercial-bullets h3 {
        text-transform: none;
        font-family: Rubik !important;
        font-size: 24px;
        font-weight: lighter;
        color: #232323;
    }

    .product-comercial-bullets .bullet p {
        font-family: Rubik !important;
        color: #0D2233;
        line-height: 30px;
    }

    .product-comercial-bullets i.orange {
        color: #f6a400 !important;
        font-size: 14px !important;
        margin-bottom: 10px;
        border: 1px solid #f6a400;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 10px;
    }
    */
    .product-comercial .employee-line {
        float: left;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 5px;
    }

    .product-weight-body {
        overflow-x: auto;
    }

    table.extra-product tr,
    table.extra-product th,
    table.extra-product td {
        border: 1px solid #f6f6f6;
        border-collapse: collapse;
    }

    table.extra-product th {
        font-size: 12px;
        background-color: #f4f4f4;
        border-color: white;
        font-weight: bold;
        padding: 0.5rem;
    }

    table.extra-product td {
        font-size: 12px;
        padding: 0.5rem;
    }

    table.extra-product.table-product th:nth-child(1),
    table.extra-product.table-product th:nth-child(2),
    table.extra-product.table-product td:nth-child(1),
    table.extra-product.table-product td:nth-child(2) {
        /*display: none;*/
    }

    table.table-combination tr td:first-child {
        vertical-align: middle;
    }


    @media only screen and (max-width: 1400px) {
        .product-menu .product-menu-item {
            padding-right: 10px;
            padding-left: 10px;
            font-size: 12px;
        }

        .product-menu-info .menu-price .product-prices .price-content {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .product-menu {
            z-index: 999999;
            background-color: white;
            position: fixed;
            padding-bottom: 0px;
            width: 100%;
        }

        .product-menu .product-menu-item {
            padding-bottom: 4px;
            padding-top: 0px;
            float: left;
            height: 30px;
        }

        .product-menu .product-menu-items .product-menu-title {
            line-height: 24px;
        }

    }

    @media only screen and (max-width: 992px) {
        .product-menu {
            top: 0;
        }
    }

    @media only screen and (max-width: 680px) {
        .product-menu .product-menu-links {
            display: none !important;
        }

        .product-menu #related,
        .product-related-body {
            display: none;
        }

        .product-menu {
            padding-top: 0;
        }

        .product-menu .product-menu-items .product-menu-title b {
            padding-top: 15px;
        }

        .product-menu .product-menu-items .product-menu-image img {
            max-height: 130px;
            /* margin-left: -45px;*/
        }

        .product-menu-links {
            margin-top: 15px;
        }

        .product-menu .product-menu-items .product-menu-title-content {
            margin-top: 26px;
            float: left;
            width: calc(100% - 130px);
        }

        .product-menu .product-menu-items .product-menu-links {
            float: left;
        }

        .row.sort-by-row .input-group {
            display: block;
        }

        .row.sort-by-row .input-group button {
            margin-bottom: 15px;
        }

        .row.sort-by-row .input-group .input-group-addon {
            width: 50%;
            margin: 0;
            float: left;
            display: inherit;
        }
    }

    /* Cambio 04/02/2021 */
    .product-miniature .product-description h2 {
        padding-left: 10px;
        padding-right: 10px;
        /*min-height: 65px;*/
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        color: #2d2d2d !important;
        font-weight: bold;
    }

    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        text-align: left;
        margin-bottom: 0;
        margin-top: 0;
    }

    div.product-list-stock.si-stock {
        /*background-color: inherit !important;*/
        color: #7a7a7a;
        /*font-weight: 400;*/
        background-color: white;
    }

    div.product-list-stock,
    div.product-list-on-demand,
    div.product-list-colors {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 100;
    }

    .product-miniature .product-price-and-shipping {
        text-align: left !important;
        padding-right: 10px;
    }

    div.product-list-stock.no-stock {
        color: #BB0303;
    }

    div.product-list-on-demand {
        color: #e39d10;
    }

    .thumbnail-container::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 50%;
        top: 0;
        /*background: #00a86b;*/
        background: #e1dddd;
        height: 1px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .thumbnail-container:hover::before {
        left: 0;
        right: 0;
    }

    .thumbnail-container {
        border-top: 3px solid white;
        display: inline-block;
        -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0);
        position: relative;
    }

/* .thumbnail-container:hover {
    -webkit-box-shadow: 0px 20px 46px -21px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 0px 20px 46px -21px rgba(0, 0, 0, 0.10) !important;
    box-shadow: 0px 20px 46px -21px rgba(0, 0, 0, 0.10) !important;
    } */

    .alert-supply {
        margin-left: 10px;
        margin-right: 10px;
    }

    .alert-warning {
        border: none !important;
        background-color: rgba(255, 154, 82, 0.17);
    }

    p.miniature-reference {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 13px;
    }


    /* Cambios filtros de categoría */
    #search_filters {
        box-shadow: none;
        background-color: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .horizontal_filters {
        float: left;
        width: 100%;
        height: auto;
        max-height: 300px;
        overflow-y: scroll;
        margin-top: 10px;
    }

    .active_filters,
    .horizontal_filters {
        background: #dededd5e;
    }

/*
#search_filters_wrapper {
    float: left;
    width: 100%;
    height: auto;
    background-color: #dededd5e;
    display: none !important;
}

#search_filters .facet .facet-label a {
    margin-top: 2px;
    font-family: 'Rubik';
    font-weight: 100;
}

#search_filters .facet .facet-label a span.magnitude {
    font-size: 10px;
}

#openFilter {
    border: 1px solid #dededd5e;
    padding: 8px 8px;
    border-radius: 4px;
    color: black;
    font-size: 20px;
    cursor: pointer;
    padding: 7px 8px;
}

#openFilter:hover {
    border: 1px solid #487276;
    background-color: #4E7C80;
    color: white;
}

.horizontal_filters .custom-checkbox input[type="checkbox"]+span {
    border: 1px solid #0000002e;
    border-radius: 4px;
}

.horizontal_filters #search_filters .facet .facet-title {
    color: #484848;
}

#search_filters .facet ul.collapse {
    column-count: 2;
}

#search_filters .facet:first-child {
    border-right: 1px solid white;
}
*/
.products-sort-order .select-title {
    font-family: 'Rubik';
    font-weight: 100;
    width: 270px;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #dededd5e;
    box-shadow: none;
}

.products-sort-order .select-list {
    font-family: 'Rubik';
    font-weight: 100;
    font-size: 15px;
    padding: 5px 8px;
}

.products-sort-order .dropdown-menu {
    border-radius: 4px;
    left: inherit;
}

.sort-by-row .btn-info,
.input-group-addon .btn-info {
    font-family: 'Rubik';
    font-weight: 100;
    background-color: white;
    border: 1px solid #dededd5e;
    color: black;
    border-radius: 4px !important;
    padding: 7px 8px;
    margin-left: 10px;
}

.sort-by-row .btn-info:hover,
.input-group-addon .btn-info:hover {
    color: white;
}

.dropdown-menu .select-list:hover {
    background-color: #4E7C80 !important;
}


.input-group-addon-jsFilter {
    border: 0;
    padding: 0 10px;
}

.products-sort-order .input-group-addon {
    float: left;
    display: block;
    width: auto !important;
    background-color: white;
    margin-bottom: 10px;
}

.products-sort-order .input-group {
    float: left;
    width: auto;
    display: inherit;
    margin-bottom: 10px;
}

div.input-group-addon.show-all-btn>a {
    margin-right: 10px;
}

.btn-jsCatalog {
    margin-right: 10px;
}

.pages-caption {
    font-family: 'Rubik';
    font-weight: 100;
    font-size: 80%;
}

nav.pagination ul.page-list li a {
    font-family: 'Rubik';
    font-weight: 100;
}


.categoryNumProducts {
    float: left;
    width: 25%;
    padding-left: 15px;
}

.categoryFilterBar {
    float: left;
    width: 75%;
}

.categoryFilterCounter {
    float: left;
}

@media (max-width: 1200px) {

    .categoryNumProducts,
    .categoryFilterBar,
    .products-sort-order {
        width: 100%;
    }

    .products-selection .sort-by-row {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 680px) {
    .categoryNumProducts {
        display: none;
    }

    .sort-by-row .btn-info,
    .input-group-addon .btn-info,
    .input-group button,
    .products-sort-order .select-list {
        font-size: 12px;
    }

    .products-sort-order .select-title {
        width: 100%;
    }

    div.sort-by-row button.select-title {
        line-height: 23px;
        padding: 3px 8px;
    }

    div.sort-by-row button.select-title .material-icons {
        font-size: 12px;
        line-height: 23px;
    }

    .categoryFilterCounter {
        padding-top: 0px !important;
    }

    .products-selection {
        margin-bottom: 0px;
    }

    .products-selection .sort-by-row {
        margin-top: 0px;
    }

    #openFilter {
        font-size: 12px;
        line-height: 23px;
        padding: 3px 8px;
    }

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

    .breadcrumb {
        margin-bottom: 0;
    }

}

@media (max-width: 760px),
(pointer:none),
(pointer:coarse) {
    .js-mobile-categories {
        overflow: hidden;
        display: block;
        margin: 0px;
        padding: 0px;
        bottom: 96px;
        transition: none 0s ease 0s;
        z-index: 999;
        position: fixed;
        right: 19px;
        height: 62px;
        width: 62px !important;
        background-color: #f6a400 !important;
        border-radius: 50% !important;
        color: white;
        line-height: 60px !important;
        text-align: center;
    }

    .js-mobile-categories.active {
        height: 30px;
        width: 30px !important;
        line-height: 28px !important;
        top: 10px !important;
        right: 20px !important;
    }

    .block-categories.active {
        z-index: 99999;
    }

}

@media (max-width: 420px) {
    span.list-price {
        font-size: 16px;
    }

    #search_filters .facet .facet-label a,
    .horizontal_filters #search_filters .facet .facet-title {
        font-size: 12px;
        line-height: 14px;
    }

    #search_filters .facet {
        padding-top: 0;
    }

    .js-mobile-categories {
        bottom: 70px;
        height: 50px;
        width: 50px !important;
        line-height: 50px !important;
    }

}

.product-info-content .price-container {
    margin-bottom: 0px;
}

/* Supply */

.list-supply {
    display: none;
    max-height: 100px;
    overflow-y: scroll;
}

.btn-supply {
    cursor: pointer;
    margin-bottom: 10px;
}

.btn-supply i {
    margin-right: 5px;
}

.btn-supply:hover {
    color: #000000;
}

.btn-supply,
.list-supply p {
    font-weight: 100;
    font-size: 12px;
}

.list-supply p {
    float: left;
    width: 100%;
}

.list-supply p:nth-child(odd) {
    color: #232323;
    background-color: #f0f0f0;
}

span.supply-week,
span.supply-qty {
    float: left;
    width: 50%;
    font-weight: 100;
}

.list-supply-home p {
    float: left;
    width: 100%;
    color: #232323;
    background-color: #f0f0f0
}

/* Active */
/* article.supply-active img {
    max-height: 100px !important;
    } */

    article.supply-active .product-description {
        background-color: #f4f4f4 !important;
    }

    .js-product-miniature span.consultar {
        margin-bottom: 0;
    }

    .btn-supply {
        margin-bottom: 5px;
        margin-top: 5px;
        background-color: #ffffff;
        color: #7a7a7a;
        padding: .05rem .5rem;
        font-size: .775rem;
        cursor: pointer;
        font-family: "Rubik";
        font-weight: 300;
        border-radius: 4px !important;
    }

    body#product .list-supply {
        display: inherit;
        max-height: none;
        overflow-y: visible;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    body#product .btn-supply:hover {
        border: 1px solid #487276;
        background-color: #4E7C80;
        color: white;
    }

    .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover{
        background-color: #303030;
        border-color: #303030;
    }

    .page-item.disabled .page-link {
        color:black;
    }

    .page-link:focus, .page-link:hover{
        color: #797979;
    }

    body#product .supply-title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #232323;
        font-size: 13px;
    }

    .grilla span.supply-week,
    .grilla span.supply-qty {
        width: auto;
    }

    .grilla .supply-cell i {
        float: left;
        width: auto;
        font-size: 13px;
        line-height: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #prev-next-product {
        float: right;
    }

    #prev-next-product a {
        display: inline;
        font-family: "Rubik";
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: #0D2233 !important;
        margin-left: 3px;
        margin-right: 3px;
    }

    /* Spinner en resultados de búsqueda  */
    .faceted-overlay {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(25, 25, 25, 0.5);
        z-index: 999;
    }


    .faceted-overlay .overlay__inner {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .faceted-overlay .overlay__content {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    @keyframes rotate360 {
        to {
            transform: rotate(360deg);
        }
    }

    .faceted-overlay .spinner {
        width: 75px;
        height: 75px;
        display: inline-block;
        border-width: 2px;
        border-color: rgba(255, 255, 255, 0.05);
        border-top-color: rgba(255, 255, 255, 0.05);
        border-top-color: #fff;
        /*animation: spin 1s infinite linear;*/
        border-radius: 100%;
        border-style: solid;
        animation: 2s rotate360 infinite linear;
    }

    /*Página de "No se ha encontrado el atributo */
/*
.contenedor{
    box-sizing: inherit !important;
    position: relative;
    display: inline-block;
    text-align: center;
}
*/

/*.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    font-size: 1.5em; */
    /*24px*/
/* font-family: "Times New Roman", Times, serif;
padding: 0.625em; */
/*10px*/
/*
}

*/
body#search .img-responsive {
    /*
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 1888px;
    overflow: hidden;
    */
    max-width: 100%;
}

body#search .carousel-caption {
    top: 20px;
    color: rgba(0, 0, 0, 0.6);
}

/* Oferta flash 19/01/2022  */
.ofertaFlash {
    position: relative;
    padding: 5px;
    background-color: #f78826;
    width: 100%;
    text-align: center;
    color: white;
}


.ofertaFlash span.ofertaFlashPrecio {
    font-weight: bold;
}

/* Mensaje en resultados de búsqueda  */
.paginated-results {
    display: inline-block;
    /*display: none;*/
    font-size: 10px;
    line-height: 36px;
    margin-right: 15px;
    cursor: pointer;
}

/* Oferta Liquidación 29/04/2022  */
.ofertaLiquidacion {
    position: relative;
    padding: 5px;
    background-color: #f78826;
    width: 100%;
    text-align: center;
    color: white;
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background: linear-gradient(-45deg, #ee7752, #e81313, #cc2121, #e3230f);
    background-size: 400% 400%;
    animation: bkgOfertaLiquidacion 15s ease infinite;
}

/* Oferta Liquidación 29/04/2022  */
.new_coleccion {
    position: relative;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-size: 400% 400%;
}

.new_coleccion.vib {
    color: #E1CD00;
    background: linear-gradient(-45deg, #3a3a3a, #3c3c3c, #1b1b1b, #000000);
}

.new_coleccion.eneb {
    color: white;
    background-color: #0782e0;
}

.new_coleccion.soft {
    color: white;
    background-color: #0782e0;
}

.new_coleccion img {
    vertical-align: text-bottom;
}

@media (max-width: 1780px) {
    .new_coleccion img {
        display: none;
    }
}

@keyframes bkgOfertaLiquidacion {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ofertaLiquidacionPrecioAntiguo {
    text-decoration: 1px line-through lightgray;
    color: #acaaaa;
    font-weight: lighter;
}


.js-address-form .form-fields .form-group:nth-child(3),
.js-address-form .form-fields .form-group:nth-child(4) {
    display: none !important;
}


body#checkout section.checkout-step .form-control-label {
    text-align: left !important;
}

body#checkout section.checkout-step #delivery-address {
    margin: 0px;
}

.new_coleccion.js_black_friday {
    background: #bf0310;
}

.new_coleccion.js_black_friday .black_f {
    font-weight: bold;
    text-shadow: 2px 2px 1px #000000, 3px 2px 1px #000000, 5px 2px 1px #00000070;
    color: white;
}

.new_coleccion.js_offer {
    background: #bf0310;
}

.new_coleccion.js_offer div {
    font-size: 21px;
    line-height: 24px;
}

.new_coleccion.js_offer .offer_js {
    font-weight: bold;
    text-shadow: 2px 2px 1px #000000, 3px 2px 1px #000000, 5px 2px 1px #00000070;
    color: white;
}

@media (max-width: 330px) {
    #header .header-nav .top-logo a img {
        max-height: 30px;
        max-width: 100%;
        padding: 0;
    }
}

/* Minimum sale price (PVP mínimo) - Listado */
div.minimun_pvp_list {
    border-top: 1px solid #00000029;
    padding-left: 10px;
    color: black;
    margin-bottom: 5px;
}

div.minimun_pvp_list .minimun_pvp_list_description {
    color: black;
    font-size: 12px;
    margin-right: 7px;
}

div.minimun_pvp_list span.price {
    color: black;
}

/* Minimum sale price (PVP mínimo) - Ficha producto */
div.product-price.h5.minimun_pvp {
    border-left: 1px solid #00000021;
    text-align: center;
}

.minimun_pvp .price-content {
    font-size: 20px !important;
}

div.product-price.h5.minimun_pvp .current-price .price-content,
div.product-price.h5.minimun_pvp .current-price .price-content .tax-shipping-delivery-label {
    color: black;
}

div.product-price.h5.minimun_pvp .current-price .price-content .tax-shipping-delivery-label {
    margin-bottom: 10px !important;
}

/* Compare table */
#compare_table {
    max-width: 100%;
    overflow-x: auto;
}

#compare_table table img {
    max-width: 120px;
}

#compare_table .feature-row td,
#compare_table .feature-row.feature-image th {
    text-align: center;
}

#compare_table .feature-row td {
    font-size: 14px;
}

#compare_table td.row-name-header {
    text-align: left;
    min-width: 250px;
}

#compare_table table tr.feature-row td {
    padding: 0.5rem;
}

#compare_table .bg-white {
    background-color: #fff !important;
    --bs-table-accent-bg: #fff !important;
}

#compare_table .no-border-bottom {
    border-bottom: none !important;
}

#compare_table .no-border-top {
    border-top: none !important;
}

#compare_table .price {
    font-size: 22px;
}

#compare_table a.add-to-cart {
    padding: 5px 15px;
}

#compare_table .stock-value {
    font-size: 12px;
    color: #7a7a7a;
    font-family: Rubik;
}

#compare_table .feature-value,
#compare_table .feature-name {
    font-size: 12px;
    font-family: Rubik;
}

#compare_table .feature-name {
    font-weight: bold;
}

#compare_table a.add-to-cart {
    line-height: inherit;
    background-color: #BB0303;
    border: none;
}

@media (max-width: 730px) {
    #compare_table td.row-name-header {
        min-width: 0;
    }

    #compare_table table tr.feature-row td {
        padding: .25rem;
    }

    #compare_table a.add-to-cart {
        line-height: 14px;
        font-size: 12px;
    }

    #compare_table .price {
        font-size: 18px;
    }

    #compare_table .feature-row td {
        font-size: 12px;
    }

    #compare_table table img {
        max-width: 90px;
    }

}

#tiktok svg {
    fill: #ffffff
}

#x svg {
    fill: #ffffff
}

#category .product-price-and-shipping {
    display: block;
}

/* Ocultar chat a usuarios sin loguear */
body#authentication iframe,
body#authentication #smartsupp-widget-container {
    display: none !important;
}

/* Cuadro de busqueda */
.search_button {
    background: transparent !important;
    margin: 0px 5px;
}

#search_widget .material-icons {
    transition: color .5s ease;
}

#search_widget:hover .material-icons {
    color: #BB0303;
    cursor: pointer;
}

.d-flex{
    display:flex;
}

.align-center{
    align-items: center;
}

.justify-between{
    justify-content: space-between;
}
.justify-end{
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    #_desktop_cart, #_desktop_user_info {
        display:none;
    }
    #search_widget {
        position: relative;
        margin: auto;
        width: 85vw !important;
    }

    #header .top-logo img {
        width: auto;
        max-height: 4rem;
    }

    .hidden-js-up {
        display: none;
    }
}

.hidden-js-up {
    display: flex;
    justify-content: space-between;
}

#menu-icon-js-mb {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

/* revolution slider */
#carousel{
    margin-bottom: 0 !important;
    overflow: hidden !important;
    margin-top: 0px;
}

@media (min-width: 1440px) {
    #carousel {
        margin-top: 0px;
        overflow: hidden;
        width: 100% !important;
        height: 100% !important;
    }

    #carousel ul,
    #carousel ul li {
        height: 100% !important;
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    #carousel ul li img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        display: block;
    }
}
#js-product-list-bottom {
    display: flex;
    justify-content: center;
}


.overlay-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: flex-end; /* Alinea el modal a la derecha */
    z-index: 9999;
}

.modal-product{
    overflow: auto;
    right: 0;
    position: absolute;
    background: white;
    width: 0%;
    max-width: 80%;
    height: 100%;
    padding: 20px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-my-account #content .links a span.link-item {
    background: #e9e9e9ee;
}

.product-cover .layer:hover {
    opacity: 0;
}

#product #content.page-content img.js-qv-product-cover {
    cursor:zoom-in;
    transition: 0.3s;
}
#product #content.page-content img.js-qv-product-cover:hover {
    transform: scale(1.1);
}
#left-column {
    position: sticky;
    margin: 3rem 0rem !important;
    top: 0px;
    overflow-y: scroll;
}
.text-dark{
    color:black;
}


.bg-jims{
    /* background-color: #ff6666; */
    background-color: var(--red) !important;
}

.text-jims{
    background-color: var(--red) !important;
}

.bg-jims-text{
    background-color: var(--red) !important;
    color:white !important;
}

#search #filter-mb, #search #js-filter-form {
    display: none;
}