/*
Theme Name: Tobel Child
Description: A child theme of Tobel
Version: 1.0
Text Domain: tobel
Template: tobel
*/
/* * * * * * * * * *  Розміщуйте ваш код тільки під цим рядком  * * * * * * * * * * */


#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image, #yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
	width: calc(100% - 25%);
}
.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: row-reverse;
}
.woocommerce-product-gallery__wrapper .qodef-woo-thumbnails-wrapper {
	width: 25%;
}
