/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border: 1px solid #d97742;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	/*background: #f4ede3;
	box-shadow: 0 24px 56px -24px rgba(26, 23, 20, .18);
	border-radius: 4px;
	padding:20px 20px;*/
}
.woocommerce-product-gallery .flex-viewport {
	border: 15px solid #F4EDE3;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	/*margin: 0 20px;*/
}
/* Fix anchor scroll under sticky header */
html {
    scroll-padding-top: 120px;
}

/* Optional for specific sections */
section[id] {
    scroll-margin-top: 120px;
}