.product-gallery {
    width: 100%;
}
.product-gallery .slider-wrapper {
    display: flex;
    overflow: hidden;
}
.product-gallery .slider-thumb {
    max-width: 125px;
}
.product-gallery .slider-thumb li {
    height: 90px;
    overflow: hidden;
    position: relative;
    width: 90px !important;
    border: 1px solid #707070;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.product-gallery .slider-thumb li img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* .product-gallery .slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.product-gallery .slider-thumb .slick-prev,
.product-gallery .slider-thumb .slick-next {
    z-index: 1;
    height: 1em;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 300ms ease;
    font-size: 1.5em;
    color: #fff;
}
.product-gallery .slider-thumb .slick-prev:before,
.product-gallery .slider-thumb .slick-next:before {
    content: '';
}
.product-gallery .slider-thumb .slick-prev:hover,
.product-gallery .slider-thumb .slick-next:hover {
    opacity: 0.5;
}
.product-gallery .slider-thumb .slick-prev {
    left: unset;
    top: 0.5em;
}
.product-gallery .slider-thumb .slick-next {
    top: unset;
    right: unset;
    bottom: -0.5em;
}

product-gallery .slick-track .slick-track { display: none; }

@media (max-width: 767px) {
    .product-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }
    .product-gallery .slider-thumb {
        max-width: 100%;
    }
    .product-gallery .slider-thumb .slick-prev,
    .product-gallery .slider-thumb .slick-next {
        top: 50%;
        width: 1em;
        height: 100%;
    }
    .product-gallery .slider-thumb .slick-prev {
        left: 0;
    }
    .product-gallery .slider-thumb .slick-prev .fa:before {
        content: "\f104";
    }
    .product-gallery .slider-thumb .slick-next {
        right: 0;
    }
    .product-gallery .slider-thumb .slick-next .fa:before {
        content: "\f105";
    }
}

.recipe-gallery {
    width: 100%;
}
.recipe-gallery .slider-wrapper {
    overflow: hidden;
}

.recipe-gallery .slider-preview {
    max-height: 330px;
    overflow: hidden;
    margin-bottom: 20px;
}

.recipe-gallery .slider-thumb li {
    height: 90px;
    overflow: hidden;
    position: relative;
    width: 90px !important;
    border: 1px solid #707070;
    margin-right: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.recipe-gallery .slider-thumb li img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* .product-gallery .slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.recipe-gallery .slider-thumb .slick-prev,
.recipe-gallery .slider-thumb .slick-next {
    z-index: 1;
    height: 1em;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 300ms ease;
    font-size: 1.5em;
    color: #fff;
}
.recipe-gallery .slider-thumb .slick-prev:before,
.recipe-gallery .slider-thumb .slick-next:before {
    content: '';
}
.recipe-gallery .slider-thumb .slick-prev:hover,
.recipe-gallery .slider-thumb .slick-next:hover {
    opacity: 0.5;
}
.recipe-gallery .slider-thumb .slick-prev {
    left: unset;
    top: 0.5em;
}
.recipe-gallery .slider-thumb .slick-next {
    top: unset;
    right: unset;
    bottom: -0.5em;
}

recipe-gallery .slick-track .slick-track { display: none; }

@media (max-width: 767px) {
    .recipe-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }
    .recipe-gallery .slider-thumb {
        max-width: 100%;
    }
    .recipe-gallery .slider-thumb .slick-prev,
    .recipe-gallery .slider-thumb .slick-next {
        top: 50%;
        width: 1em;
        height: 100%;
    }
    .recipe-gallery .slider-thumb .slick-prev {
        left: 0;
    }
    .recipe-gallery .slider-thumb .slick-prev .fa:before {
        content: "\f104";
    }
    .recipe-gallery .slider-thumb .slick-next {
        right: 0;
    }
    .recipe-gallery .slider-thumb .slick-next .fa:before {
        content: "\f105";
    }
}