@media screen and (min-width: 1024.02px) {
	.single-product-wrapper .product.single-gallery-1column .product-body .product-gallery-column{
		width: auto !important;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
}
@media screen and (min-width: 1024.02px) {
	.single-product-wrapper .product.single-gallery-1column .product-body .product-detail-column {
		position: sticky;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: clamp(360px, 45%, 480px);
		top: 125px;
	}
}

.single-product-wrapper .product.single-gallery-1column .quantity.quantity-select.size-lg, .single-product-wrapper .single-gallery-1column .product-detail-column .single_add_to_cart_button {
    height: 44px;
}

.single-product-wrapper .product.single-gallery-1column .buy_now_button{
    height: 44px;
    width:100%;
}

.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-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;
}


@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;
	}
}