/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1696389801
Updated: 2023-10-04 03:23:21

*/

.woocommerce div.product div.images.woocommerce-product-gallery{
	display:inline-flex;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    order: 1;
    width: 80%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport ol.flex-control-nav.flex-control-thumbs {
    order: 0;
    width: 20%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    background: #FFE7B2;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}