.dealBox .countdown {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 0;
    right: 0;
    padding: 3px 10px;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%);
    border-bottom-left-radius: 7px;
    z-index: 2;
    font: 14px Quicksand-SemiBold;
    color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.left-pro-detail .flashsale {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 0, 95, 1) 0%, rgba(253, 138, 72, 1) 100%);
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}

.left-pro-detail .flashsale .left {
    font: 25px Quicksand-Bold;
    color: #fff;
}

.left-pro-detail .flashsale .time {
    display: flex;
    gap: 5px;
    font: 14px Quicksand-Bold;
    color: #fff;
}

/* Flash sale */
.title__flashsale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background: url(../images/bg-deal.jpg)center no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
}

.title__flashsale .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.title__flashsale .dangdienra {
    background: linear-gradient(90deg, rgba(255, 0, 95, 1) 0%, rgba(253, 138, 72, 1) 100%);
    padding: 7px 10px;
    border-radius: 7px;
    font: 16px Quicksand-Medium;
    color: #fff;
    text-transform: capitalize;
}

.title__flashsale i {
    color: #fff;
    margin-left: 5px;
}

.title__flashsale h2 {
    font: 26px Quicksand-Bold;
    color: #fff;
    text-transform: uppercase;
}

.title__flashsale .right {
    font: 14px Quicksand-Bold;
    color: #fff;
    text-transform: uppercase;
}

.title__flashsale .right label {
    margin-bottom: 0;
}

.title__flashsale .right select {
    margin-left: 10px;
    padding: 5px 15px;
    border-radius: 100rem;
}

.companyBox_image .countdown {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    gap: 5px;
    padding: 7px 10px;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 2;
    font: 14px Quicksand-SemiBold;
    color: #fff;
    width: calc(100% - 7px);
    pointer-events: none;
}

/* Index */
.filterHome_wrap .col-l {
    padding: 0 5px;
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
}

.flash-deal_element h2 a {
    transition: .3s;
}

.flash-deal_element h2 a:hover {
    color: yellow;
    letter-spacing: 1px;
}