.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
@media (min-width: 992px) {
    .custom-screen-height {
        height: auto !important;
        min-height: 400px;
    }
}
.product-image-thumb .swiper-slide img {
    filter: grayscale(100%);
    transition: filter 0.3s;    
}

.product-image-thumb .swiper-slide-thumb-active img {
    filter: none;
}
.product-image-thumb .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

    .product-image-thumb .swiper-slide img {
        border-radius: 6px;
    }

.product-image-thumb .swiper-slide-thumb-active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.icon-text-nowrap {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .display-order-1 {
        order: 1;
    }

    .display-order-2 {
        order: 2;
    }
}
@media (min-width: 1024px) {
    .language-name {
        display: none;
    }
}
@media (max-width: 1024px) {
    .slider-one-slide-prev-1,
    .slider-one-slide-next-1 {
        display: none !important;
    }
}