
@media only screen and (min-width: 576px) {
    .shop-detail-section .gallery-column .thumbs-carousel::-webkit-scrollbar {
        height: 2px;
    }

    .shop-detail-section .gallery-column .thumbs-carousel::-webkit-scrollbar {
        width: 2px;
    }

    .register-section .column.login_column {
        margin-left: -1px;
    }

    .gridModeON .shop-item .upper-content h2.product-title {
        min-height: 44px;
    }

    .wizard-shoppingCart table.cartTable .cartTableCell .product-item .product-thumb{
        display: inline-block;
        min-width: 50px;
        max-width: 50px;
    }


}

@media only screen and (min-width: 768px) and (max-width:1139px){

    .shop-detail-section .swiper-container figure.image {
        height: 350px;
        margin-bottom: 0px;
    }
}


@media only screen and (min-width: 768px){

    .shop-detail-section .gallery-column .thumbs-carousel {
        max-height: 450px;
        overflow-y: auto;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 1140px) {
    /*#############################(Swiper Start)###############################*/
    .shop-detail-section .swiper-container-horizontal figure.image {
        height: 430px;
    }

    .shop-detail-section .gallery-column .thumbs-carousel .swiper-wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .shop-detail-section .gallery-column .thumbs-carousel .swiper-slide {
        margin-right: 0px !important;
    }

    /*#############################(Swiper End)#################################*/
}


@media only screen and (max-width: 1139px) {

    .shop-detail-section .gallery-column .thumbs-carousel {
        position: static;
        width: 100%;
        overflow-x: auto;
    }

    .shop-detail-section .gallery-column .thumbs-carousel .swiper-slide {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-top: 10px;
        margin-right: 30px;
    }

    .shop-detail-section .gallery-column .thumb {

        height: 70px;
    }

    .shop-detail-section .gallery-column .carousel-outer {
        padding-right: 5px;
    }

    .shop-detail-section .list-two {
        margin-top: var(--margin-top-20);
    }
}

@media only screen and (max-width: 1023px) {

    .shop-detail-section .content-column .inner-column,.product-warranty {
        padding-left: var(--padding-zero);
    }


}

@media only screen and (max-width: 767px) {

    .shop-detail-section .gallery-column .carousel-outer {
        padding-right: 0px;
    }

    .shop-detail-section .swiper-container figure.image {
        height: 290px;
    }

    .shop-detail-section .gallery-column .thumb {
        height: 76px;
        min-width: 76px;
    }

    .shop-detail-section .gallery-column .thumbs-carousel .swiper-slide {
        margin-right: 12px !important;
    }

    .swiper-container-vertical > .swiper-wrapper {
        flex-direction: row !important;
    }
}

@media only screen and (max-width: 575px) {

.lower-box>.container>.row>.col-md-12{
    padding-inline:0;
}
#ProductOverview .specification-description{

    overflow-x: auto;
    overflow-y: hidden;
}

.tabs-content .accordion-item .accordion-button{


    text-wrap: nowrap;
}

#product-showcase .productShowcase-gridBlock{

    border-right: none;
}



}

