/* Estilos de búsqueda/searches - extraído de styles30042021.css */

/* Breadcrumbs / Rutas */
.div-breadcrumbs{
    width: 100%;
    padding: 0px 10px;
    overflow-x: hidden;
    border-bottom: groove;
}

.ruta2 {
    padding: 2rem 3rem;
    font-size: 2rem;
    color: white;
    border-bottom: groove;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.ruta2 a{    
    color: #fff;
    text-transform: capitalize;
}

.ruta2 h1{
    padding: 2rem 3rem;
    font-size: 3rem;
    color: white;
    text-align: center;
}

.ruta2 > :nth-last-child(2) {
    color: aqua !important;
}

h2.ruta2 {
    scroll-padding-left: 100px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
}

h2.ruta2>* {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
}

h2.ruta2 a,
h2.ruta2 .item {
    display: inline-block;
    width: auto !important;
}

h2.ruta2 {
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* Internet Explorer y Edge antiguo */
}

h2.ruta2::-webkit-scrollbar {
    display: none;              /* Chrome, Safari, Opera */
}

/* Botón Step Back */
a.btn-step-back,
a.btn-back{
    padding: 5px 9px 5px 9px;
    font:  21px/19px 'BentonSans-Regular','BentonSans-Bold';
    color: #FFF !important;
    background: #545454;
    cursor: pointer;
    z-index: 100;
    width: auto;
    text-align: center;
}

/* Búsqueda Info */
.busqueda-info {
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-flex;
    margin: 2rem 0;
}

.centrar{
    text-align: center;
    justify-content: center;
}

.btn-busqueda {
    border-left: groove;
    height: 100%;
    width: auto;
    max-width: 4rem;
    max-height: 2.5rem;
    background: white;
    padding: 0.5rem;
}

#menubuscar{
    border-bottom:groove;
}

/* Grid de productos */
.prod-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
    max-width: 100%;
}

.div-prod {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn-favorito {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.producto-img {
    max-height: 30rem;
    width: 100%;
    object-fit: scale-down;
}

.div-producto-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-grid div a {
    z-index: 1;
    max-width: 100%;
    text-decoration: none;
    color: #111;
    padding: 1rem;
}

.btn-zoom {
    width: 100%;
    position: absolute;
    top: 10px;
    left: -10px;
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

.product-subtitle,
.product-title {
    font-size: 3rem;
    text-align: center;
    margin: 4px auto;
    font-weight: 400;
}

.producto-comparar>small,
.producto-comparar>label {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}

.producto-comparar {
    background-color: #111;
    display: flex;
    align-items: center;
    margin: 0;
}

/* Botón favorito */
.boton-favorito-producto{
    height: 5rem;
    width: 5rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 3rem;
    font-family: 'BentonSans-Regular','BentonSans-Bold';
    cursor: pointer;
    color: black;
    z-index: 100;
}

.boton-favorito-producto img{
    height: auto;
    width: 5rem;
}

/* Utilidades */
.cienwidth{
    width:100% !important;
}

.separator{
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.coming-soon {
    text-align: center;
    font-size: 4rem;
}

/* Checkbox */
.checkbox{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin: 0 1rem 0 0;
}

/* FEL Classes */
.fel-min-height-10 {
    min-height: 10rem;
}

.fel-product-subtitle-color {
    color: #111;
}

.fel-label-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

/* Estilos adicionales para productos */
.div-produ-compara{
    color: black;
    padding: 1rem 0;
    font-family: 'BentonSans-Regular','BentonSans-Bold';
    font-size: 2.5rem;
    margin:0;
}

.div-consulta-comparar{
    background: white;
    border-top:groove;
    display:flex;
    justify-content: center;
}

.div-consulta-comparar label{
    color: black;
}

/* Estilos de botones extra */
.btn-extra {
    padding: 1rem;
    text-align: center;
}

.btn-extra a {
    display: block;
    padding: 1px 0 1 4px;
    font: 23px/42px 'BentonSans-Regular','BentonSans-Bold';
    color: #988B85;
    border: 1.5px solid black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.btn-extra-favorito {
    padding: 1rem;
    text-align: center;
}

.btn-extra-favorito a {
    display: block;
    padding: 1px 0 1 4px;
    font: 23px/42px 'BentonSans-Regular','BentonSans-Bold';
    color: #988B85;
    border: 1.5px solid black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.btn-extra a:hover {
    color: #493E3A;
    border-color: #EBE9E7;
    background-color: #D5D0CA;
    box-shadow: 0 0 10px #CECAC4;
    -moz-box-shadow: 0 0 10px #CECAC4;
    -webkit-box-shadow: 0 0 10px #CECAC4;
}

.btn-extra a.active {
    color: #493E3A;
    border-color: #988B85;
    background-color: #D5D0CA;
}

/* Premium styles */
.premium {
    height: 12rem !important;
    width: 12rem !important;
    z-index: 9999;
    margin: 2rem;
    position: absolute !important;
    left: 0 !important;
    margin-left: 5rem !important;
}

.premium-favorito{
    display:block; 
    height: 8rem;
}

.premium-consulta{
    display:block; 
    height: 6rem !important;
}

/* Responsive */
@media (max-width: 950px) {
    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .prod-grid {
        grid-template-columns: 1fr;
    }

    .producto-img {
        width: 100%;
        display: block;
        object-fit: scale-down;
    }

    .div-producto-img {
        width: 100%;
        display: block;
    }
}

@media (max-width: 750px) {
    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
    }
    
    .ruta2 h1 {
        font-size: 2rem;
    }
    
    a.btn-step-back,
    a.btn-back{
        padding: 0.5rem;
    }
    
    .premium {
        height: 8rem  !important;
        width:  8rem  !important;
        margin-left: 2rem !important;
    }
    
    .premium-favorito{
        height: 6rem;
    }
}

@media (max-width: 600px) {
    .ruta2 {
        padding: 0rem 0rem !important;
    }
    
    a.btn-step-back,
    a.btn-back{
        font-size:1.5rem;
    }
}

@media (max-width: 550px){
    .div-produ-compara{
        font-size: 1.5rem;
    }
    
    .boton-favorito-producto {
        font-size: 1.5rem;
        height: 4rem;
    }
    
    .boton-favorito-producto small{
        font-size: 1.5rem;
    }
    
    .boton-favorito-producto img {
        width: 4rem;
    }
}

@media (max-width: 500px){
    .ruta2 {
        font-size: 1.25rem !important;
    }
    
    .ruta2 h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 320px){
    .ruta2 {
        font-size: 1.25rem !important;
    }
    
    .ruta2 h1 {
        font-size: 1.5rem;
    }
}

.premium-menu {
    height: 4rem !important;
    width: 4rem !important;
}

.nombre-premium{
    justify-content: center;
}

@media (max-width: 750px){
    .nombre-premium{
        justify-content: left;
    }
}
