@media screen and (min-width: 992px) {
    .single-gallery-1column > * .product-detail-inner {
        position: sticky;
        top: 5rem;
    }
}

.single-gallery-carousel2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

.single-gallery-carousel2columns svg {
    width: 20px;
    color: #4F575E;
}

.single-gallery-carousel2columns ul.flex-direction-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 20px;
}

.single-gallery-carousel2columns .product-checklist {
    display: none;
}

.single-gallery-carousel2columns .woocommerce-product-details__short-description {
    display: none;
}

.single-gallery-2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.single-gallery-1column .woocommerce-product-gallery__image {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.single-gallery-1column .woocommerce-product-gallery__image + .woocommerce-product-gallery__image{
    margin-top: 5px;
}

.single-gallery-2columns {
    padding-left: 0 !important;!i;!;
}

.single-gallery-2columns .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.single-gallery-2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

@media screen and (max-width: 600px) {
    .single-gallery-1column .woocommerce-product-gallery__wrapper,
    .single-gallery-2columns .woocommerce-product-gallery__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }
	.single-gallery-1column .woocommerce-product-gallery__wrapper > *,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper > * {
	    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
	}
	
	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
		width: 3px;
		height: 4px;
	}

	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track {
		background-color: #f6f4f0;
		border-radius: 9px;
	}

	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-radius: 9px;
	}
}