.deals-template-2 .products-list {
    border-radius: var(--border-radius_1);
}

.deals-template-2 .swiper-wrapper {
    position: unset;
}

.deals-template-2 .deals_heading {
    padding-bottom: 1rem;
}

.deals-template-2 .product-layout:nth-child(even) .label-sale {
    right: 0;
}

.deals-template-2 .products-list .product-layout:after {
    display: none;
}

.deals-template-2 .price-details,
.deals-template-2 .caption {
    margin: 1px;
}

.deals-template-2 .item-timer {
    background-color: unset;
}

.deals-template-2 .item-time-w {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    position: relative;
    margin-top: 3rem;
}

.deals-template-2 .item-time-w svg {
    width: 16rem;
    height: 16rem;
    position: absolute;
    top: -10rem;
    color: var(--border_color_1);
}

.deals-template-2 .time-item::after {
    content: ':';
    position: absolute;
    right: -6px;
}

.deals-template-2 .time-item:last-child::after{
    content: '';
}

.deals-template-2 .item-timer .time-item {
    float: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    width: 34px;
    height: 34px;
    margin: 0px 7px;
    border-radius: 10px;
    padding: 0;
    position: relative;
}

@media (min-width: 992px) {
    .deals-template-2:before,
    .deals-template-2:after {
        content: '';
        display: block;
        width: 21%;
        height: 100%;
        position: absolute;
        bottom: 0;
        background-color: var(--primary_1);
        background-image: url(/image/design/patterns/bg3.png);
        background-blend-mode: screen;
        background-size: 210px;
    }
    
    .deals-template-2:before {
        right: 0;
        border-radius: 3rem 0 0 3rem;
    }
    
    .deals-template-2:after {
        left: 0;
        border-radius: 0 3rem 3rem 0;
    }

    .deals-template-2 .time-item {
        color: var(--primary_2) !important;
    }

    .deals-template-2 .product-layout:nth-child(even) {
        flex-direction: row-reverse;
        padding-right: var(--margin-2);
        border-right: 4px solid var(--border_color_1);
    }
    
    .deals-template-2 .product-layout:nth-child(odd) {
        padding-left: var(--margin-2);
        border-left: 4px solid var(--border_color_1);
    }    
}

@media (max-width: 991px) {
    .deals-template-2:before {
        content: ':';
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--primary_1);
        background-image: url(/image/design/patterns/bg3.png);
        background-blend-mode: screen;
        background-size: 210px;
    }
    .deals-template-2 .item-time-w svg {
        opacity: unset !important; 
        position: unset !important; 
        top: unset !important;
        width: 30px !important;
        height: 30px !important;
        
    }
    .deals-template-2 .item-time-w {

        flex-direction: row;
        margin-top: 0;
    }
    .deals-template-2 .product-layout:nth-child(odd) {
        padding-left: unset;
        border-left: unset;
    }
    .deals-template-2 .item-timer .time-item {
        font-weight: bold;    
    }
}