/* SLIDER */

.carousel-mobile,
.carousel-escritorio {
    margin: 10px 0px 40px;
}

.carousel-escritorio .slick-slide, .carousel-mobile .slick-slide {
    height: unset;
}
/* SLIDER */

header ul.breadcrumb {
    display: none;
}


/* Contenedor color */

.container-lista-color a:hover {
    text-decoration: none;
}

.container-lista-color .result-color {
    width: 100%;
    height: 100px;
    border: 1px solid #e4e4e4;
}

.descripcion-result-color {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 15px;
}

.container-lista-color p,
.container-lista-color h5 {
    margin: 0;
    color: #868686;
}

.caption {
    font-style: italic;
    color: #868686;
}

p.caption.text-uppercase {
    font-size: 12px;
}

.container-lista-color h4 {
    font-size: 18px!important;
    color: #163288;
    font-weight: 600;
    margin: 10px 0px 40px;
}

.container-lista-color p.title-result-color {
    line-height: 15px;
    margin-bottom: -10px;
}


/* Contenedor color */


/* Paginador */

#coloresGrid .slick-slide {
    height: 80%;
}

#coloresGrid ul.slick-dots li.slick-active button {
    background: #163288;
    color: white;
    position: relative;
}

#coloresGrid ul.slick-dots li button {
    padding: 20px 25px 20px 10px;
    color: black;
    font-weight: bold;
    border: none;
}

#coloresGrid ul.slick-dots li {
    display: inline-block;
}

#coloresGrid ul.slick-dots {
    list-style: none;
    text-align: center;
    margin-top: 15px;
}

#coloresGrid li.slick-active button:after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    border: 1px #ffffff solid;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}


/* #coloresGrid button.slick-prev.slick-arrow.slick-disabled,
#coloresGrid button.slick-prev.slick-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-180%);
    height: 64px;
    width: 100px;
    background: black url(/wp-content/uploads/2020/02/arrow.png) no-repeat 100% center;
    color: white;
    margin: 0 20px;
    color: transparent;
    font: 0/0 -webkit-pictograph;
    padding: 30px 5%;
    display: inline-block;
}

#coloresGrid button.slick-next.slick-arrow {
    position: absolute;
    left: 55%;
    bottom: 0px;
    height: 64px;
    width: 100px;
    background: black url(/wp-content/uploads/2020/02/arrow.png) no-repeat 100% center;
    color: white;
    margin: 0 20px;
    color: transparent;
    font: 0/0 -webkit-pictograph;
    padding: 30px 5%;
    transform: rotate(180deg) translateX(-30%);
    display: inline-block;
} */


/* Paginador */

.products-list {
    max-width: 75%;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
}

.products-list .col-md-4 {
    padding: 20px;
    background-color: #ffffff;
}

.products-list figure {
    position: relative;
    box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.2);
    max-height: 270px;
}

.products-list figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10px;
    top: 0;
    left: 0;
}

.products-list figure img {
    display: block;
    position: relative;
    z-index: 10;
    transition: transform 0.4s;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 280px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.products-list figure figcaption h3 {
    font-size: 14px!important;
    margin-top: 145px!important;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.products-list figure figcaption p {
    font-size: 13px;
    color: #000;
}

.background-image-product {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    background: #ffffff;
    z-index: 9;
    transition: transform 0.4s;
}

.products-list figure:hover img,
.products-list figure:hover .background-image-product {
    transform: translateY(-50px) scale(0.5);
}

.breadcrumb {
    color: black;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb li a {
    color: #163288;
    font-weight: 400;
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.menu-busqueda-colores ul {
    list-style: none;
    padding-left: 0;
}

.menu-busqueda-colores ul li h3 {
    padding: 30px;
    margin: 0 !important;
}

.menu-busqueda-colores ul li {
    max-width: 380px;
}

.menu-busqueda-colores ul li a {
    color: #000;
    position: relative;
}

.menu-busqueda-colores ul li a::before {
    position: absolute;
    right: 14px;
    top: 12px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: gray;
}

.menu-busqueda-colores ul li a:after {
    position: absolute;
    right: 7px;
    top: 18px;
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background: gray;
}

.list-term-filter-first-child {
    border: solid 1px #edeef0;
}

.list-term-filter-first-child a {
    padding: 15px;
    display: block;
}

.term-list-second-level a {
    background-color: #edeef0;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-third-level a {
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-fourth-level a {
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-fifth-level a {
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.term-list-sixth-level a {
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.category-active {
    font-weight: bold;
}

p#cta-ecommerce {
    position: relative;
    top: -12px;
}

a.btn.btn-ecommerce {
    background: #fee912;
    font-weight: bold;
}

@media (min-width: 992px) {
    .products-list {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .products-list figure figcaption h3 {
        margin-top: 100px!important;
    }
    .text-center p {
        font-size: 10px!important;
        line-height: 10px;
        margin: 0px!important;
    }
    .col-lg-4.col-md-6 figure {
        margin-top: 15px;
        margin-bottom: 15px;
        box-shadow: 0 1px 6px 0px rgba(50, 50, 50, 0.2);
        max-height: 500px!important;
        height: 300px;
    }
    p#cta-ecommerce {
        z-index: 10;
        padding-top: 85px;
    }
    figcaption.text-center a h3,
    figcaption.text-center a>p {
        background: red;
        opacity: 0;
    }
}

@media(max-width:767px) {
    .carousel-mobile {
        display: block !important;
    }
    .carousel-escritorio {
        display: none;
    }
    #coloresGrid .slick-slide {
        height: 93%;
    }
}