.product-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #373737;
}

.product-details {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #6B6B6B;
}

.product-price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #8DB005;
}

.btn-buy-product {
    padding: 16px 34px;
    background: #0196FD;
    border-radius: 5px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #FFFFFF;
    text-transform: uppercase;
}

.btn-buy-product:hover {
    text-decoration: none !important;
    color: #FFFFFF;
    box-shadow: 3px 3px 10px #9EC3E6;
}

.product-description-list ul {
    margin-left: -25px;
}

.product-description-list ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: justify;
    text-transform: uppercase;
    color: #373737;
    padding-left: 1em;
    margin-bottom: 10px;
}

.horizontal-line {
    border: 1px solid #CFCFCF;
    margin-top: 10px;
    margin-bottom: 15px;
}

.image-item {
    padding: 5px;
}

.image-box {
    position: relative;
    width: 82px;
    height: 82px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
}

.image-box.active {
    outline: 1px solid #0196FD;
}

.image-box-primary img {
    max-height: 257px;
}

.slider-num {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding: 4px 10px;

    float: right;
    background: rgba(55, 55, 55, 0.6);
    border-radius: 100px;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .image-box {
        width: 62px;
        height: 62px;
    }
}

@media (max-width: 992px) {
    .carousel img {
        max-height: 300px;
        margin: 0 auto;
    }

    .product-title {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
    }
}

@media (max-width: 768px) {
    .image-box-primary {
        text-align: center !important;
    }
}