/*
Theme Name: 5CM Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.flashsale__label.style1.chay-hang {
    background: #ff8d00;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    margin: 7px 0px;
}
.flashsale__label.style1.vua-mo-ban {
    background: #04bdb7;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    margin: 7px 0px;
}
.flashsale__label.style1.het-hang {
    background: red;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    margin: 7px 0px;
}
.sold-count{
    background: #0fc31c;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    margin: 7px 0px;
}
.video-slide {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.video-slide:hover {
    filter: brightness(0.8);
}

.video-play-button {
    font-size: 17px;
    color: white;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 17px;
    border-radius: 50%;
    transition: 0.3s;
}
/* Custom Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
/*     background-color: rgba(0, 0, 0, 0.6); */
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
/*     background-color: rgba(255, 255, 255, 0.9); */
    color: #000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Vị trí cụ thể */
.swiper-button-prev {
    left: -20px; /* bạn có thể chỉnh thành 10px hoặc 0 tuỳ layout */
}

.swiper-button-next {
    right: -20px;
}

/* Mobile responsive (ẩn nút trên mobile nếu muốn) */
@media (max-width: 640px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}