﻿/*======================*/
/*#region CARRITO*/

table.ListadoCarrito * {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    text-align: center;
}

table.ListadoCarrito {
    width: 100%;
}

    table.ListadoCarrito thead tr th {
        font-weight: bold;
        background-color: #2d2d2d;
        color: #ffffff;
    }

    table.ListadoCarrito thead tr th,
    table.ListadoCarrito tbody tr td {
        height: 30px;
        padding: 3px 3px 3px 3px;
    }

    table.ListadoCarrito tbody tr td {
        border-bottom: 1px solid #cdcdcd;
    }

.btnCarrito {
    width: 40px;
}

/*#endregion*/
/*======================*/

.containerListCarritoLineas {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.categoriaDescripcion {
    padding: 10px;
    background-color: #e6e6e6;
    font-weight: bold;
}

.lineaByCategoria {
    height: auto;
    /*padding: 7px;*/
    border: 1px solid #c5c5c5;
}

    .lineaByCategoria .imagen img {
        width: 120px;
        height: 90px;
    }

    .lineaByCategoria .titulo, .lineaByCategoria .imagen, .lineaByCategoria .cantidad, .lineaByCategoria .boton {
        height: 90px;
    }

    .lineaByCategoria .cantidad {
        line-height: 90px;
        white-space: nowrap;
    }

    .lineaByCategoria .titulo .referencia {
        font-weight: bold;
        font-size: 15px;
        color: #428bca;
    }

    .lineaByCategoria .titulo .descripcion {
        font-weight: bold;
        font-size: 15px;
        color: #3a3a3a;
    }

    .lineaByCategoria .boton a {
        padding-top: 35px;
        padding-bottom: 35px;
        font-size: 18px;
        cursor: pointer;
    }

        .lineaByCategoria .boton a:hover {
            color: #ff8500;
        }

.botonesCesta {
    float: right;
}

.lineaByCategoria .imagen img {
    height: 90px;
    width: 120px;
}

.imgProducto img {
    height: 250px;
    object-fit: contain;
}
/*@mediaQueries Producto*/
@media (max-width: 1279px) {
    .imgProducto img {
        height: 125px;
        object-fit: contain;
    }
}

.imgFichaProducto img.imagenDefault {
    max-height: 400px;
    object-fit: contain;
}

.imgFichaProducto img {
    max-height: 400px;
    object-fit: contain;
}

.imgProductoGrid img {
    height: 100px;
    object-fit: contain;
}

.imgEdicionProductoGrid img {
    height: 40px;
    object-fit: contain;
}

.gridEdicionProductos md-chip {
    height: auto !important;
    line-height: inherit !important;
    margin: 8px 0 0 0 !important;
}

.gridEdicionProductos tr td {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.gridProductos.k-grid .k-state-selected, .gridProductos.k-grid .k-alt, .gridProductos.k-grid tr:hover, .gridProductos.k-grid td.k-state-selected:hover, .gridProductos.k-grid tr.k-state-selected:hover td {
    background-color: #fff;
    color: black;
}

.cardCarrito {
    background-color: rgb(234, 95, 142);
    color: white;
}

    .cardCarrito md-card-content {
        font-weight: 500;
        /*font-size: 18px;*/
        text-align: right;
        font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
    }

.imgEdicionProductoGrid img {
    height: 40px;
    object-fit: contain;
}

.imagenesProductoGrid img {
    height: 100px;
    object-fit: contain;
}

.gridEdicionProductos md-chip {
    height: auto !important;
    line-height: inherit !important;
    margin: 8px 0 0 0 !important;
}

.gridEdicionProductos tr td {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

/*========================*/
/*#region Preview de producto */

.product-container {
    position: relative;
    margin: 10px;
}

.product-info {
    z-index: 1;
    background-color: white;
    position: relative;
}

.favorito-cantidad span {
    text-align: right;
    margin-right: 5%;
}

    .favorito-cantidad span:after {
        content: ":";
    }

.favorito-cantidad input {
    text-align: center;
}

card-producto md-card md-card-content {
    padding-bottom: 0;
}

card-producto md-card .highlighted-informations {
    position: absolute;
    bottom: 25%;
    z-index: 0;
    background: transparent;
    text-align: center;
    width: 100%;
    height: 53px;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
    transition: bottom .3s;
}

card-producto md-card:focus .highlighted-informations,
card-producto md-card:hover .highlighted-informations {
    background: #fff;
    bottom: 34%;
}

card-producto md-card:focus .highlighted-informations:after,
card-producto md-card:hover .highlighted-informations:after {
    opacity: 1
}

card-producto md-card .highlighted-informations .quick-view {
    color: #7a7a7a;
    font-size: 1.5rem;
    font-family: sans-serif;
}

card-producto md-card .highlighted-informations .quick-view:hover {
    color: #2fb5d2;
    cursor: pointer;
}

card-producto md-card:focus .product-info:after,
card-producto md-card:hover .product-info:after {
    content: "";
    border-top: 1px solid #7a7a7a;
    position: absolute;
    width: 80%;
    top: 0;
    left: 10%;
    opacity: .25
}

.product-info .product-title {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1279px) {
    card-producto md-card:focus .highlighted-informations, card-producto md-card:hover .highlighted-informations {
        bottom: 46%;
    }

    card-producto md-card .highlighted-informations {
        bottom: 31%;
    }
}

/*XS*/
@media (max-width: 599px) {
    card-producto md-card:focus .highlighted-informations, card-producto md-card:hover .highlighted-informations {
        bottom: 53%;
    }
    card-producto md-card .highlighted-informations {
        bottom: 31%;
    }
}
/*SM*/
@media (min-width: 600px) and (max-width: 959px) {
    card-producto md-card:focus .highlighted-informations, card-producto md-card:hover .highlighted-informations {
        bottom: 53%;
    }
    card-producto md-card .highlighted-informations {
        bottom: 31%;
    }
}
/*md*/
@media (min-width: 960px) and (max-width: 1279px) {
    card-producto md-card:focus .highlighted-informations, card-producto md-card:hover .highlighted-informations {
        bottom: 46%;
    }

    card-producto md-card .highlighted-informations {
        bottom: 31%;
    }
}
/*lg*/
@media (min-width: 1280px) and (max-width: 1919px) {
    card-producto md-card:focus .highlighted-informations, card-producto md-card:hover .highlighted-informations {
        bottom: 35%;
    }
}

/*#endregion*/
/*========================*/
/*========================*/
/*#region Botón Carrito */
.badgeCarrito {
    position: absolute;
    z-index: 5;
    top: 0px;
    right: -5px;
    left: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 3px 0 3px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #e47227;
    color: #fff;
    border-radius: 25px;
}

.badgeCarrito.badgeCarrito-xs {
    font-size: 12px;
    line-height: 28px;
}
/*#endregion*/
/*========================*/

.importadoB2c {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

.imgSlider img {
    max-height: 135px;
    object-fit: contain;
}

.subir-boton-carrito {
    position: absolute !important;
    padding-bottom: 135px !important;
}