@media (min-width: 768px) {
    .section-product .vehicle-detail-banner .banner-slider {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .section-product .vehicle-detail-banner .banner-slider .slider.slider-for {
        width: 78%;
    }

    .section-product .vehicle-detail-banner .banner-slider .slider.slider-nav {
        width: 22%;
    }

    .section-product .vehicle-detail-banner .banner-slider .slider.slider-nav .slick-track {
        display: flex;
        gap: 3px;
        flex-direction: column;
    }

    .section-product .vehicle-detail-banner .banner-slider .slider.slider-nav .thumbnail-image {
        width: 88px !important;
    }
}


@media only screen and (max-width: 600px) {
  .section-product .vehicle-detail-banner .banner-slider{
    display: flex;
    flex-direction: column;
   }
  .section-product .vehicle-detail-banner .banner-slider .slider.slider-nav .slick-track{
    display: flex;
    flex-direction: row;
  }
}    

.section-product .vehicle-detail-banner .banner-slider .zoom-image-hover .zoomImg{
   transition: transform .5s ease-out 0s;
   min-height:811px !important;
   min-width:541px !important;
   
}

.cr-checkbox{
    height: 530px;
    overflow: hidden;
    overflow-y: auto;
}

/* Deal */
.bg-banner-deal {
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url("https://www.demoplace.in/pristine/assets/front/assets/img/deal/bg-deal-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: back 7s infinite;
}
@keyframes back {
    0% {
        background-image: url("https://www.demoplace.in/pristine/assets/front/assets/img/deal/bg-deal-2.jpg");
    }
    50% {
        background-image: url("https://www.demoplace.in/pristine/assets/front/assets/img/deal/bg-deal-3.jpg");
    }    
    100%{
        background-image: url("https://www.demoplace.in/pristine/assets/front/assets/img/deal/bg-deal-2.jpg");
    }
    
  }

.cr-deal-rightside {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    .cr-deal-content {
        max-width: 500px;
        padding: 24px;
        background-color: rgba(255, 255, 255, .22);
        border-radius: $radius;
        box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, .05);
        text-align: left;
        span {
            font-family: $font-family-Poppins;
            font-size: 16px;
            font-weight: 400;
            code {
                font-size: 26px;
                font-weight: 900;
                line-height: 1.2;
                color: $main-primary-color;
            }
        }
        h4.cr-deal-title {
            margin-top: 12px;
            margin-bottom: 15px;
            font-family: $font-family-Manrope;
            font-size: 28px;
            font-weight: bold;
            line-height: 1.2;
            color: $title-color;
        }
        p {
            font-size: 14px;
            font-weight: 300;
        }
    }
}

.cr-counter {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    .cr-counter-inner {
        padding: 12px 24px;
        display: flex;
        border: 1px solid #eee;
        border-radius: $radius;
        h4 {
            width: 45px;
            margin: 0;
            position: relative;
            display: grid;
            font-family: $font-family-Poppins;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 400;
            color: $text-color;
            text-align: center;
            span {
                font-family: $font-family-Poppins;
                font-size: 20px;
                font-weight: bold;
                line-height: 1.2;
                color: $title-color;
            }
            &:not(:first-child) {
                margin-left: 20px;
                &::after {
                    content: ":";
                    font-size: 25px;
                    color: $text-color;
                    position: absolute;
                    right: 50px;
                    top: 5px;
                }
            }
        }
    }
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .cr-deal-rightside {
        .cr-deal-content {
            max-width: 400px;
            h4.cr-deal-title {
                font-size: 22px;
            }
        }
    }
    .cr-counter {
        .cr-counter-inner {
            h4 {
                span {
                    font-size: 18px;
                }
            }
        }
    }
    .bg-banner-deal, .cr-deal-rightside {
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .cr-deal-rightside {
        .cr-deal-content{
            max-width: 100%;
        }
    }
    
}

@media only screen and (max-width: 575px) {
    .cr-deal-rightside {
        .cr-deal-content {
            h4.cr-deal-title {
                font-size: 22px;
            }
            span {
                code {
                    font-size: 22px;
                }
            }
        }
    }
    .cr-deal-rightside {
        .cr-deal-content {
            max-width: 100%;
            text-align: center;
            .cr-counter {
                justify-content: center;
            }
        }
    }
}

@media only screen and (max-width: 390px) {

    .cr-products-rightbar {
        .cr-products-rightbar-content {
            .cr-unique {
                display: none;
            }
        }
    }

    .cr-deal-rightside {
        .cr-deal-content {
            padding: 15px;
        }
    }

    .cr-counter {
        .cr-counter-inner {
            h4 {
                font-size: 12px;
                span{
                    font-size: 16px;
                }
            }
        }
    }

    .cr-counter {
        .cr-counter-inner {
            h4 {
                &:not(:first-child) {
                    margin-left: 5px;
                    &::after{
                        font-size: 20px;
                        top: 5px;
                        right: 43px;
                    }
                }
            }
        }
    }

    .cr-products-rightbar {
        .cr-products-rightbar-content {
            h4{
                font-size: 17px;
            }
            .cr-off{
                margin-top: 10px;
                span {
                    font-size: 17px;
                }
            }
            .rightbar-buttons{
                margin-top: 20px;
            }
        }
    }

    .cr-products-leftbar {
        .cr-products-leftbar-content {
            h2{
                font-size: 20px;
            }
            h4{
                font-size: 20px;
            }
            span{
                font-size: 15px;
            }
        }
    }

}
@media only screen and (max-width: 360px) {
    .bg-banner-deal, .cr-deal-rightside {
        height: 450px;
    }
}