

/* Start:/local/templates/evacorm/components/bitrix/catalog/.default/bitrix/catalog.element/evrokorm/style.css?17482859741157*/
.product-slider__slide img, .product-slider__slide {
    max-width: 500px !important;
    max-height: 500px !important;
}


.kormlenie_table tr {

}

/* Feeding portions table styles */
.product__descr table {
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #e8e8e8;
}

.product__descr table thead {
    background-color: #d6e6f5;
}

table.product__descr th {
    color: #333;
    font-weight: 600;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

table.product__descr td {
    padding: 12px 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #444;
}

table.product__descr tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

table.product__descr tbody tr:hover {
    background-color: #f1f7fb;
}

table.product__descr tbody tr:last-child td {
    border-bottom: none;
}

/* Make table responsive */
@media (max-width: 767px) {
    table.product__descr {
        display: block;
        overflow-x: auto;
    }
}
/* End */
/* /local/templates/evacorm/components/bitrix/catalog/.default/bitrix/catalog.element/evrokorm/style.css?17482859741157 */
