/* LISTADO */
#listagrid, #listalist {
    cursor: pointer;
}

#tipo_lista .product .product_container {
    border: 1px solid #e5e5e5;
}

#tipo_lista .product .product-img img {
    padding: 10px;
}

.black {
    color: #000 !important;
}

.num_productos {
    padding-right: 20px;
}

.num_productos b {
    padding-right: 5px;
}

/* FICHA */
.shop-single hr {
    clear: both;
}

#tabla_hijos {
    margin-top: 25px;
}

#tabla_hijos .shop-grid .product{
    margin-bottom: 0 !important;
}

.hijo_directo {
    position: relative;
}

#tabla_hijos thead {
    background: #373636;
    color: #fff;
}

#tabla_hijos {
    color:#373636;
}

#tabla_hijos td {
    vertical-align: middle;
}

#tabla_hijos td form {
    margin: auto;
}

#tabla_hijos td .anade_carrito {
    background: #178f16;
    color: #fff;
    padding: 7px 13px;
    margin-left: 4px;
}

#tabla_hijos td .anade_carrito:hover {
    background: #373636;
}

#tabla_hijos td .anade_carrito_disabled {
    background: #ccc;
    padding: 7px 13px;
    margin-left: 4px;
    color: #fff;
}

#description table tr:first-child {
    background: #666;
    color: #fff;
}
#description table td {
    border: 1px solid #ccc;
    text-align: center;
}
#description table {
    width: 100%;
    border: 1px solid #ccc;
    margin-top:20px;
}

/* FILTRO FAMILIA BUSQUEDA */
.tarjeta_familia {
    border: 1px solid #ccc;
    display: block;
    padding: 20px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    margin-bottom: 1rem;
    min-height: 251px;
}

@media screen and (max-width: 600px) {
    table {
        width:100%;
        border-collapse:separate;
        border-spacing:0px 30px;
    }
    table tbody td {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;

    }

    table tbody td:last-child{
        border-bottom: 1px solid #ddd;
    }

    thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    tr td:first-child {
        background: #f0f0f0;
        font-weight:bold;
        font-size:1.3em;
    }
    tbody td {
        display: block;
        text-align:center;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
        color: #191919
    }

    #tabla_hijos .imagen_rejilla {
        width: auto;
        text-align: center;
    }

    #tabla_hijos .imagen_rejilla img {
        display: inline-block !important;
    }

    #tabla_hijos tr {
        border: 1px solid #ddd;
    }

    #tabla_hijos .precio {
        text-align: center !important;
    }

    .product-review {
        text-align: left;
        margin-top: 20px
    }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
