.block19-1 .product {
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.block19-1 .product:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    z-index: 10;
}
.block19-1 .product-name {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #333333 !important;
}
.block19-1 .product-available,
.modal19_1 .product-available {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    position: relative;
    padding-left: 14px;
}
.block19-1 .product-available::before,
.modal19_1 .product-available::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.block19-1 .product-available-yes,
.modal19_1 .product-available-yes { color: #69BE15; }
.block19-1 .product-available-yes::before,
.modal19_1 .product-available-yes::before { background-color: #69BE15; }
.block19-1 .product-available-no,
.modal19_1 .product-available-no { color: #E93B3B; }
.block19-1 .product-available-no::before,
.modal19_1 .product-available-no::before { background-color: #E93B3B; }

.block19-1 .product-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: auto;
}
.block19-1 .product-prices,
.modal19_1 .product-prices {
    display: flex;
    flex-wrap: wrap;
}
.block19-1 .product-prices > div,
.modal19_1 .product-discount {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.block19-1 .product-price,
.modal19_1 .product-price {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin-right: 7px;
}
.block19-1 .product-price-old,
.modal19_1 .product-price-old {
    font-size: 13px;
    line-height: 30px;
    text-decoration: line-through;
    color: #999999;
}
.product-economy-percent {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    padding: 1px 3px 1px 4px;
    background-color: #FFD600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 2px;
}
.product-economy-money {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    padding: 1px 2px 1px 5px;
    background-color: #ffef9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.block19-1 .product .btn {
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}
.block19-1 .product:hover .btn {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.block19-1 .product-stickers {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.block19-1 .product-sticker {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 1px 5px 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.block19-1 .product-sticker-sale {
    background-color: #FFD600;
    color: #333333;
}
.block19-1 .product-sticker-new {
    background-color: #46BD1C;
}
.block19-1 .product-sticker-recommend {
    background-color: #8E51CB;
}
.block19-1 .product-sticker-hit {
    background-color: #FC3E14;
}

.block19-1 .product-img {
    max-height: 270px;
    margin-bottom: 25px;
    position: relative;
    padding-top: 100%;
}
.block19-1 .product-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: auto;
    margin: auto;
}
.block19-1 .col-xl-4 .product-img {
    max-height: 390px;
}
.block19-1 .col-xl-6 .product-img {
    max-height: 580px;
}
.block19-1 a.product-img,
.block19-1 a.product-name {
    display: block;
    cursor: pointer;
}


/* modal */
.modal19_1 .simplebar-track.simplebar-horizontal {
    height: 3px;
    overflow: visible;
    bottom: 0;
}

.modal19_1 .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 3px;
    top: 0;
}

.modal19_1 .product-images {
    margin: 0 -60px 58px;
    white-space: nowrap;
    border-bottom: 1px solid #ECECEC;
}

.modal19_1 .product-images img {
    width: auto;
    height: 400px;
    padding-bottom: 20px;
}

.modal19_1 .product-image {
    margin-bottom: 58px;
}

.modal19_1 .product-image img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}

.modal19_1 .product-category {
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 8px;
}

.modal19_1 .product-name {
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 20px;
}

.modal19_1 .product-info {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.modal19_1 .product-available {
    margin: 0 28px 0 0;
}

.modal19_1 .product-rating {
    display: flex;
}

.modal19_1 .product-star {
    margin-right: 1px;
    width: 15px;
    height: 15px;
    position: relative;
}

.modal19_1 .product-star--on {
    color: #f2d228;
}

.modal19_1 .product-star--off {
    color: #dfdfdf;
}

.modal19_1 .product-star svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal19_1 .product-sale {
    border-radius: 3px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    margin-bottom: 42px;
}
.modal19_1 .product-sale:not(.empty-price) {
    padding: 25px 30px;
    border: 1px solid #ECECEC;
}
.modal19_1 .product-sale.empty-price {
    padding-bottom: 40px;
    border-bottom: 1px solid #ECECEC;
}

.modal19_1 .product-discount {
    margin-bottom: 5px;
}

.modal19_1 .product-desc {
    margin-bottom: 25px;
}

.modal19_1 .product-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 16px;
}

.modal19_1 .product-desc-text {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.modal19_1 .product-char {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    padding: 13px 17px;
}

.modal19_1 .product-char:nth-child(2n) {
    background: #F7F7F7;
}

.modal9_1 .product-char:nth-child(2n+1) {
    background: #FFFFFF;
}

@media (max-width: 991px) {
    .modal19_1 .product-images {
        margin-left: -30px;
        margin-right: -30px;
    }
    .block19-1 .product .btn {
        opacity: 1;
    }
}

@media (min-width: 720px) {
    .modal19_1 .product-button .btn {
        width: 330px;
        padding: 13px 0 15px;
        font-size: 15px;
        line-height: 20px;
    }
    .modal19_1 .empty-price .product-button .btn {
        width: unset;
        padding: 13px 42px 15px;
    }
}

@media (max-width: 575px) {
    .modal19_1 .product-images {
        margin: 0 -15px 20px;
    }

    .modal19_1 .product-image {
        margin-bottom: 20px;
    }

    .modal19_1 .product-name {
        font-size: 25px;
        line-height: 30px;
    }

    .modal19_1 .product-info {
        margin-bottom: 20px;
    }

    .modal19_1 .product-sale {
        margin-bottom: 20px;
    }
    .modal19_1 .product-sale:not(.empty-price) {
        padding: 20px 25px;
    }
    .modal19_1 .product-sale.empty-price {
        padding-bottom: 20px;
    }

    .modal19_1 .product-title {
        margin-bottom: 14px;
    }

    .modal19_1 .product-desc {
        margin-bottom: 20px;
    }

    .modal19_1 .product-desc-text {
        font-size: 14px;
        line-height: 24px;
    }
}
