.product-gallery {
    max-width: 600px;
    margin: 0 auto;
}

.slider-for img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    cursor: pointer;
}

.slider-nav .slick-current img {
    border-color: #0071a1; /* Highlight for the active thumbnail */
}
.slick-prev, .slick-next {
    background: none; /* Remove default background */
    border: none;     /* Remove default border */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 20px;  /* Adjust for Font Awesome icons or text */
}

.slick-prev {
    left: -40px; /* Position the left arrow */
}

.slick-next {
    right: -40px; /* Position the right arrow */
}

.slick-prev img, .slick-next img {
    width: 40px; /* Customize arrow image size */
    height: auto;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.8; /* Add hover effect */
}

.product-gallery .slick-prev {
    left: -6px;
}
.product-gallery .slick-next {
    right: -6px;
}

.product-gallery  .slick-prev:before, .product-gallery  .slick-next:before{
color: #000;
}
.cei-buy-main-sec .cei-buy-main-inn-wrap .col-xs-12:first-child img {
    max-height: 600px;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}
