﻿/*ESTILOS PRINCIPALES*/
.row-shop {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.producto-sku, .producto-categoria {
    font-size: 12px;
    color: #716E67;
    margin-bottom: 0px;
}

.producto-div-precios {
    margin-top: 20px;
    display: block;
    line-height: 1rem;
}

.producto-precio-anterior {
    font-size: 14px;
    font-weight: 400;
    color: #716E67;
    text-decoration: line-through;
}

.producto-precio {
    font-weight:bold;
}

.precio-origen {
	font-size: 14px;
	font-weight: 400;
	color: #b2b2b2;
	text-decoration: line-through;
}

.precio-descuento {
	color: #0099F1;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.row-producto {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.col-imagen {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-contenido {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-botones {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.boton-ver-detalle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 12px;
    color: #ffffff;
    background: crimson;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
}

.boton-carro {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px;
    color: #ffffff;
    /*background: #0099F1;*/
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
    border: 0;
}

 /*   .boton-carro:hover, .boton-carro:focus {
        background-color: #0079C1 !important;
        border-color: #0079C1 !important;
        color: white;
    }*/

.boton-carro-sin-stock {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px;
    color: #ffffff;
    background: #b2b2b2;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
    cursor: default;
    border: 0;
}

    .boton-carro-sin-stock:focus, .boton-carro-sin-stock:hover {
        color: #fff;
    }

.boton-ver-detalle:hover, .boton-ver-detalle:focus {
    background-color: #EF4B6C !important;
    border-color: #EF4B6C !important;
    color: white;
}

.columna-ordenar {
    display: flex;
    width: 100%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

    .columna-ordenar span {
        font-size: 13px !important;
        margin-top: .25rem !important;
        margin-right: .5rem !important;
    }

.columna-vistas {
    display: inline;
    width: 100%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    text-align: end;
}

/*ESTILOS DE PRODUCT-SHOW-OPTION*/

.row-pso {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.btn_st {
    border: none;
    outline: none;
    padding: 8px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

    .btn_st:hover {
        background-color: #0099F1;
        color: white;
    }

    .btn_st.active {
        background-color: #0099F1;
        color: white;
    }

.contenedor-botones {
    margin-left: 10px;
}

.contenedor-filtro-vacio {
    padding: 100px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #F1F1F1;
    margin-right: -15px;
    margin-left: -15px;
}

    .contenedor-filtro-vacio img {
        width: 10%;
    }

/*RESPONSIVE STYLES*/
/*MENOR A UNA TABLET*/
@media only screen and (max-width: 360px) {
    .boton-ver-detalle {
        font-size: 9px;
    }

    .boton-carro {
        font-size: 10px;
    }

    .col-contenido {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-botones {
        flex: 0 0 35%;
        max-width: 35%;
        padding-left: 2px;
    }

    .fs-paginador {
        font-size: 12px;
    }
}
/*MENOR A UNA TABLET*/
@media only screen and (min-width: 361px) and (max-width: 767px) {
    .boton-ver-detalle {
        font-size: 10px;
    }

    .boton-carro {
        font-size: 10px;
    }

    .col-contenido {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .col-botones {
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 2px;
    }

    .row-pso {
        display: block;
    }

    .col-opciones {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        justify-content: flex-end;
    }

    .col-paginador {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        justify-content: flex-end;
    }

    .fs-paginador {
        font-size: 12px;
    }

    .columna-ordenar, .columna-vistas {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 594px) {
    .columna-ordenar {
        flex: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .columna-vistas {
        display: flex;
        flex: 100%;
        max-width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
}

/*DIMENSIONES DE UNA TABLET*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boton-carro, .boton-ver-detalle {
        font-size: 10px
    }

    .boton-carro {
        font-size: 10px;
        padding: 12px 12px;
    }

    .col-contenido {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-botones {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 2px;
    }

    .fs-paginador {
        font-size: 12px;
    }

    .row-pso {
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    .row-shop {
        display: block;
    }
}
