.block_timer_deal_detail .title_deal_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #8A1538;
    background-image: linear-gradient(to right, #ba0d41, #8A1538);
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    overflow : hidden;
}

.block_timer_deal_detail .title_deal_brand img {
    height: 16px;
}

.block_timer_deal_detail .title_deal_brand .time_finish {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-self: flex-end;
    align-items: center;
}

.block_timer_deal_detail .timmer_deal_label {
    padding-right: 5px;
    font-size: 12px;
    color: #FFF;
}

@media screen and (min-width: 701px) and (max-width: 900px) {
    .block_timer_deal_detail .timmer_deal_label {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .block_timer_deal_detail .timmer_deal_label {
        display: none;
    }
}

.block_timer_deal_detail .timmer_deal_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.block_timer_deal_detail .item_count_down {
    width: 26px;
    margin: 0 3px;
    padding: 3px 0;
    border-radius: 5px;
    background: #211F20;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
}

.block_timer_deal_home .timmer_deal_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}

.block_timer_deal_home .item_count_down {
    width: 32px;
    margin: 0 5px;
    padding: 3px 0;
    border-radius: 5px;
    background: #211F20;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}

.hotdealsp {
    margin-top: 6rem;
}

@media screen and (max-width: 800px) {
    .hotdealsp {
        margin-top: 4rem;
    }
}

.hotdealsp .container{
    background: #8A1538;
    border-radius: 2rem;
    overflow: hidden;
}

.hotdealsp .global-top {
    border-bottom: 0.2rem solid #FFF;
    margin-bottom: 2rem;
}

.hotdealsp .global-top .title {
    color: #FFF;
}

.hotdealsp .detailPslide-wrapper {
    padding: 2rem 0 4rem 0;
    margin-bottom: 2rem;
}

.hotdealsp .bla{
    background: #FFF;
    border-radius: 1.2rem;
}

.hotdealsp .bla-dis {
    left: 1rem;
    top: 1rem;
}

.hotdealsp.detailPslide .postSwiper .swiper-pagination {
    top: calc(100% + 3rem);
}
@media screen and (max-width: 600px) {
    .hotdealsp.detailPslide .postSwiper .swiper-pagination {
        top: calc(100% + 2rem);
    }
}

.hotdealsp.detailPslide .postSwiper .swiper-btn-next,
.hotdealsp.detailPslide .postSwiper .swiper-btn-prev {
    bottom: calc(100% + 3rem);
    border: 0.1rem solid #ff9800;
    color: #ffffff;
    background-color: #ff9800;
}

.hotdealsp.detailPslide .postSwiper .swiper-btn-next:hover,
.hotdealsp.detailPslide .postSwiper .swiper-btn-prev:hover {
    color: #ff9800;
}

.hotdealsp.detailPslide .postSwiper .swiper-btn-next.swiper-button-disabled,
.hotdealsp.detailPslide .postSwiper .swiper-btn-prev.swiper-button-disabled {
    background-color: #ffffff;
    color: #ff9800;
}

@media screen and (max-width: 450px) {
    .hotdealsp.detailPslide .postSwiper .swiper-btn-prev {
        left: 5px;
        right: auto !important;
    }

    .hotdealsp.detailPslide .postSwiper .swiper-btn-next {
        right: 5px;
        left: auto;
    }
}

.hotdealsp .swiper-pagination-bullet-active {
    background-color: #FFF;
}
