#carouselProductHeader .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 100%;
}

#carouselProductHeader .carousel-control-next-icon,
#carouselProductHeader .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

#carouselProductHeader .service-quote {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3.5rem;
    color: #fff;
    word-wrap: break-word;
    font-size: 1.2rem;
    font-weight: bold;
    width: 50%;
}

#carouselProductHeader img {
    height: 580px;
    object-fit: cover;
    object-position: center;
}

.entry-content .service-product .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.entry-content .service-product img {
    height: 230px;
    object-fit: cover;
    object-position: bottom;
}

.entry-content .service-product .card-title {
    color: #9b918c !important;
}

.entry-content .service-product .card-text {
    color: #583e31 !important;
}

.entry-content .service-product .card-body {
    /* height: 170px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.entry-content .service-product .card-footer {
    color: #9b918c !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.product>h5, .product-detail>h5 {
    overflow: hidden;
}

.product>h5:after, .product-detail>h5:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 83%;
    margin-right: -100%;
    margin-left: 1em;
    border-top: 2px solid #583e31;
}

.product-detail-left .product-detail-img-right, .product-detail-right .product-detail-img-right {
    position: relative;
}

/* .product-detail-left .product-description-left, .product-detail-right .product-description-right {
    margin-top: 2rem;
} */
.product-description-left,
.product-description-right {
    text-indent: 60px;
    text-align: justify;
}

.product-description-double-qoute-left,
.product-description-double-qoute-right {
    display: none;
}

.product-gallery-thumbnail {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 1200px) {
    #carouselProductHeader .service-quote {
        font-size: 4rem;
    }

    .product h5 {
        position: absolute;
        top: 5%;
        z-index: 2;
    }

    .product-description-double-qoute-left,
    .product-description-double-qoute-right {
        display: block;
    }

    .product-detail-bg-img-left {
        position: absolute;
        top: 45%;
        left: -3%;
        z-index: 3;
    }

    .product-detail-bg-img-right {
        position: absolute;
        top: 45%;
        right: -11%;
        z-index: 3;
    }

    .product-detail-right .product-description-left {
        margin-top: -60%;
    }

    /* Content */
    .product-detail h5 {
        position: absolute;
        top: 2%;
    }
}