.btn-detail-custom{
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

.btn-outline-detail-custom{
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

.btn-outline-detail-custom:hover {
    background: #47b2e4;
    color: #fff;
}

.card-hover-zoom:hover {
    transition: transform 0.3s ease-out;
    transform: scale(1.1);
}

.product-title {
    color: #333;
    font-weight: bold;
}
.product-description {
    color: #666;
}
.product-price {
    color: #47b2e4;
    font-size: 1.25rem;
    font-weight: bold;
}

.footer{
    padding: 2rem 0 !important;
    margin-top: auto !important;
}

.top-bar-new {
    transition: background-color 0.3s ease;
    /* Default background color */
    background: #37517e;
}
/* Change background color on hover */
.top-bar-new:hover {
    background: #37517e;
}
/* Reset background color when scrolled */
.top-bar-new.scrolled {
     background: rgba(40, 58, 90, 0.9);
}

.gslide-image img {
    background: #fff;
}

.glightbox-clean .gdesc-inner {
    text-align: center!important;
    padding-bottom: 2px;
}
