.SpecialProductSlider{
    padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
    .SpecialProductSlider .SpecialProductDesktop {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .SpecialProductSlider .SpecialProductMobile{
        display: none;
    }
}


/** BackGround Objective **/
.special_product_box {
    position: relative;
}

.special_product_box:before {
    content: '';
    background: #d60644;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    border-radius: 30px;
    -moz-transform: translate(-20%, 0px) skew(20deg, 0deg);
    -webkit-transform: translate(-20%, 0px) skew(20deg, 0deg);
    -o-transform: translate(-20%, 0px) skew(20deg, 0deg);
    -ms-transform: translate(-20%, 0px) skew(20deg, 0deg);
    transform: translate(-20%, 0px) skew(20deg, 0deg);
}

.special_product_box:after {
    content: '';
    background: #d60644;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 70%;
    border-radius: 30px;
    display: block;
}

/** BackGround Objective **/

/*------------------------*/

/** Price On Main Slider **/

.price_product_rds {
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    align-items: center;
    flex-flow: wrap;
    padding-top: 10px;
}

.price_box_rds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.old_price_rds {
    margin-right: 5px;
    font-size: 80%;
    line-height: 23px;
    position: relative;
    color: #727272;
    vertical-align: middle;
    text-decoration: line-through;
}

.final_price_rds {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1.2px;
    color: #d60644;
    vertical-align: middle;
    font-weight: 700;
}

/** Price On Main Slider **/

/*------------------------*/

/** Timer On Slider **/
.products_container .bo_timer_mob {
    border-radius: 5px;
    padding: 0.25rem;
    display: FLEX;
    flex-direction: column;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    font-size: 12px;
    background: #cbcbcb44;
}

.products_container .bo_timer_mob p {
    margin-bottom: 0;
    font-size: 70%;
    color: #323232;
    line-height: normal;
}

/** Timer On Slider **/

/*------------------------*/

/** Timer On Product Page **/

.rdps-countdown-box .bo_timer_mob {
    border-radius: 5px;
    padding: 0.25rem;
    display: FLEX;
    flex-direction: column;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    font-size: 12px;
    background: #cbcbcb44;
}

.rdps-countdown-box .bo_timer_mob p {
    margin-bottom: 0;
    font-size: 70%;
    color: #323232;
    line-height: normal;
}

.countdown-content-box-pro {
    display: flex;
    text-align: center;
    justify-content: center;
}

.title_timer_product_page {
    text-align: center;
    margin-bottom: 5px;
}

/** Timer On Product Page **/

/*------------------------*/

/** Timer On Left Column Product **/
.rds_offer_image_Product {
    height: 20px;
}

.rdps-countdown-box-img-Product {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fb3449;
    margin-bottom: 0;
    background-color: #ffffff80;
    width: 100%;
}

.countdown_img_Product {
    line-height: 1;
    color: #fb3449;
    display: flex;
}

.bo-timer-Product {
    font-size: 14px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .rdps-countdown-box-img-Product {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .rds_offer_image_Product {
        margin-bottom: 5px;
        height: 0.8rem;
    }

}

.rdps-countdown-box-img-Product .bo_timer_mob {
    padding: 0.25rem;
    display: flex;
    font-size: 12px;
}

.rdps-countdown-box-img-Product p {
    display: none;
}

/** Timer On Left Column Product **/

