﻿
#btn-apply-form {
    min-height: 44px;
    min-width: 120px;
}

.min-dimensions-cell {
    min-width: 40px;
    min-height: 22px;
}

.min-div-height {
    height: 60px;
    overflow: hidden;
}

.white-space-pre {
    white-space: pre-line;
    font-family: inherit;
    overflow-y:hidden;
}

.min-div-height > .span-desc {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}


@media only screen and (max-width: 576px) {
    .btn-buy-now, .btn-add-to-cart {
        width: 100%;
        margin-right: 0 !important;
    }

    .btnMakeOffer {
        margin: auto;
    }

    .cards-container {
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .detail-slider-thumb {
        height: auto !important;
    }

    .detail-slider-thumb .slick-list {
        padding:0 5px 0 0 !important;
    }

    .detail-slider-main, .detail-slider-main img, .detail-slider-main .container-video {
        height: 320px !important;
    }

    .slider-thumb {
        margin-bottom: 5px;
    }

    #btn-apply-container, #btn-apply-form, #modal-offer-container, #modal-offer-container button {
        width: 100%;
    }

    #modal-offer-container {
        margin: 1rem 0 0 0!important
    }

}

img.carousel-img {
    margin: 0 auto;
    object-fit: contain !important;
}

.carousel-page-number {
    position: absolute;
    bottom: 100px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.carousel-tooltip {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: opacity 1s ease-in-out;
}

