@font-face {
    font-family: "Henderson Sans W00 Basic SemiBd";
    src: url('/fonts/Henderson Sans W00 Basic SemiBd.ttf');
}

.detail-footer h3 {
    font-family: 'Henderson Sans W00 Basic SemiBd', sans-serif;
    font-size: 15px;
    color: #AB8813;
    margin-top: 30px;
}

.product-detial h1 {
    font-family: "Libre Caslon Display", serif;
    font-size: 20px;
    font-weight: 600;
}

.detail-text {
    font-size: 16px;
    color: #BCBCBC;
}

.product-detial h3 {
    font-size: 16px;
    color: #AB8813;
    margin-top: 15px;
    margin-bottom: 15px;
}

[name="qty"] {
    max-width: 75px;
}

.marketplace-icon {
    max-height: 60px;
}

.lSAction {
    color: #AB8813 !important;
}

@media (max-width: 1200px) {
    .product-detial .product {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 992px) {
    .detail-footer .container {
        width: 100% !important;
    }

    .shop-now img {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .product-detial {
        padding: 10px;
    }

    .product-detial .detial {
        margin-top: 20px;
    }

    .input-group {
        width: 300px !important;
    }

    .input-group #add-to-cart {
        width: 180px;
    }
}
