.flash-deal-section {
    padding: 20px 15px 25px 30px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.flash-deal-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.flash-deal-slider .card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin: 0 10px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.flash-deal-slider .card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dee2e6;
}

.flash-deal-slider .card p,
h5 {
    text-align: start;
}

.flash-deal-slider .card p {
    font-weight: 300;
    font-size: 15px;
}

.timer-section {
    background-color: #e9ecef;
    padding: 5px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.timer-section span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.timer-value {
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    color: #555;
}


/* .timer-value {
    color: #000;
    font-weight: bold;
} */

.add-to-cart-btn {
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}


/* Sirf flash-deal slider ke prev/next arrows ke liye */

.flash-deal-slider .slick-prev,
.flash-deal-slider .slick-next {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: #ff6600;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.flash-deal-slider .slick-prev {
    left: -30px;
}

.flash-deal-slider .slick-next {
    right: -30px;
}

.flash-deal-slider .slick-prev::before,
.flash-deal-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.flash-deal-slider .slick-prev::before {
    content: "\f053";
}

.flash-deal-slider .slick-next::before {
    content: "\f054";
}

.vgf {
    padding: 20px;
}

.vsg::after {
    content: '';
    background-color: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .flash-deal-slider .card {
        margin: 0 5px;
    }
    .flash-deal-slider .slick-prev {
        left: -15px;
    }
    .flash-deal-slider .slick-next {
        right: -15px;
    }
}