/** Theme 1 **/
.special_box_t1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.product_slider_t1 {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 17px 50px 15px 0;
    flex-direction: column;
}

.left_column_t1 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 333px;
}

.products_slider_swiper_t1 {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.item_product_t1 {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}


.product_item_t1 {
    background: #fff;
    height: auto;
}

.link_product_special {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.detail_product_offer_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.img_box_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    min-width: 250px;
    width: 30%;
    flex-direction: column;
}

.img_box_t1 img {
    width: 100%;
    border-radius: 0 0 10px 10px;
}


.title_offer_box_t1 {
    color: #fff;
    min-height: 45px;
    z-index: 9;
    display: block;
    font-size: 22px;
}

.content_product_offer_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 70%;
}

.countdown_box_t1 {
    border-top: 1px solid #4a4a4a29;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.title_timer_t1 {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5rem;
    line-height: 20px;
    font-size: 12px;
    white-space: pre-wrap;
}

.countdown_content_box_t1 {
    font-weight: 600;
    display: inline-block;
    padding: 1rem;
    font-size: 25px;
    color: #393939;
    text-transform: capitalize;
    line-height: 25px;
    text-align: center;
    padding-top: 0.5rem;
}

.countdown_content_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown_content_t1 span {
    padding: 0 5px;
    font-size: 21px;
    font-weight: 100;
}


.price_box_discount_t1 {
    font-size: 12px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    /* margin-right: 5px; */
    width: 100%;
}

.price_discount_rds {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 32px;
    padding: 0 0.5rem;
    border-radius: 10px 10px 0 0;
    background-color: #40444d;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.price_discount_rds span {
    margin-right: 0.3rem;
}

.product_name_t1 {
    color: #393939;
    font-size: 18px;
    line-height: 1.89;
    font-weight: 700;
    text-align: right;
    max-width: 100%;
    margin: 1rem 0;
}

.product_description_t1 {
    font-size: 12px;
    color: #494949;
    height: 40px;
    padding: 0 1rem;
}

/** Timer **/
.bo_timer_t1 {
    border-radius: 5px;
    padding: 0.5rem;
    display: FLEX;
    flex-direction: column;
    margin: 0 3px;
    min-width: 40px;
    text-align: center;
    font-size: 12px;
}

.bo_timer_t1 {
    background: #cbcbcb44;
}

.bo_timer_t1 p {
    font-size: 70%;
    margin-bottom: 0px;
    color: #323232;
    line-height: normal;
}

/** Timer **/

/** PGN **/

.swiper_pagination_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
}


/** PGN **/

.all_product_special_rds {
    padding: 0.5rem;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    z-index: 9;
    color: #23262b;
    border: 1px solid #23262b;
    margin-top: 10px;
    border-radius: 18px 18px 18px 0;
    display: inline-flex;
    align-self: flex-end;
    margin-left: 10px;
}

.all_product_special_rds:hover {
    background: #bc053c;
    color: #fff;
    border: 1px solid #d60644;
}

.gallery-container_t1 .offer_slide_side_rds {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #EFEFEF;
    background: #fff;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    border-radius: 20px 20px 20px 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    max-height: 85px;
    min-height: 85px;
    width: 85%;
    color: #40444d;
}

.offer_slide_side_rds.swiper-slide-thumb-active {
    background: #d60644;
    border-color: #0000;
    color: #fff;
    width: 95%;
}


.gallery-container_t1 .swiper-container-vertical > .swiper-wrapper {
    align-items: flex-end;
    padding-top: 10px;

}

.swiper-container.galleryThumbst1 {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 333px;
}

.offer_slide_side_rds .price_box_discount_side_t1 {
    display: none;
}

.swiper-slide-thumb-active .price_box_discount_side_t1 {
    display: block;
    border-radius: 20px;
    background-color: #0000001f;
    color: #fff;
    padding: 15px 10px 15px 10px;
    text-align: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 10px;
    margin-right: 10px;
}


.price_box_discount_side_t1 span {
    display: none;
}

.product_name_side_t1 {
    margin-right: 10px;
    font-size: 12px;
}

.image_side_t1 {
    width: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

/** Responsive **/

@media only screen and (max-width: 768px) {
    .item-product {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content_product_offer_t1, .img_box_t1 {
        width: 100%;
    }

    .price_box_discount_t1 {
        display: none;
    }

    .product_name_t1 {
        margin-top: 10px;
    }

    .countdown_box_t1 {
        padding-top: 0px;
    }
}

/** Responsive **/

.product_slider_mob_rds {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 20px 10px;
    flex-direction: column;
    background: #d60644;
    border-radius: 15px;
}

.products_sldier_swiper_mob_t1 {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.img_box_mob_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    flex-direction: column;
}

.img_box_mob_t1 img {
    width: 100%;
}

.product_name_mob_t1 {
    color: #393939;
    font-size: 14px;
    line-height: 1.70;
    font-weight: 700;
    margin: .5rem 0;
    text-align: center;
    width: 100%;
    white-space: normal;
    height: 3em;
    overflow: hidden;
}

.content_product_offer_mob_t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.product_item_mob_t1 {
    height: auto;
    max-width: 210px;
    margin-left: 10px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.product_slider_mob {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.final_price_mob_rds {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.2px;
    color: #d60644;
    vertical-align: middle;
    font-weight: 700;
}

.old_price_mob_rds {
    margin-right: 5px;
    font-size: 12px;
    line-height: 23px;
    position: relative;
    color: #727272;
    vertical-align: middle;
    text-decoration: line-through;
}

.countdown_content_box_mob_t1 span {
    padding: 0 5px;
    font-size: 17px;
    font-weight: 100;
}

.all_product_special_mob_rds {
    padding: 0.5rem;
    font-size: 14px;
    display: block;
    text-align: center;
    z-index: 9;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 1rem;
}

.all_product_special_mob_t1:hover {
    color: #fff;
}

.title_offer_box_mob_t1 {
    color: #fff;
    min-height: 41px;
    border-radius: 0 0 5px 5px;
    z-index: 9;
    display: block;
    line-height: normal;
    align-self: center;
    text-align: center;
    font-size: 22px;
    padding-bottom: 15px;
}

.special_box_mob_t1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.price_box_t1 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.unlimited_offer {
    font-size: 17px;
    height: 40px;
}
