/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* prevent canvas from displaying on mobile menu */
.wapf_canvas_wrapper {
	z-index: 0;
}

/* Single Product Image */
@media only screen and (min-width: 767px) {
.woocommerce div.product div.images img {
    border-radius: 8px;
}
}

.wapf-layers {
	z-index: 0;
}

/* Single Product Fiels */
.wapf-wrapper {
	margin: 0 0 20px 0 !important;
}

div.wapf-swatch--text.wapf-checked {
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
}

.wapf-swatch--image.wapf-checked {
    border-color: var( --e-global-color-accent ) !important;
}

.wapf-field-container {
    padding: 0 0 25px 0 !important;
}

.wapf-field-label label {
    font-size:16px;
}

.hide-label label {
	display: none;
}

.align {
	margin-top: -20px;
}

.two-col .wapf-swatch-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 10px;
}

.two-col .wapf-swatch--text {
	margin: 0;
	text-align: center;
}

.three-col .wapf-swatch-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 10px;
}

.three-col .wapf-swatch--text{
	margin: 0;
	text-align: center;
}

/* Prevent zooming on text fields on mobile */

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
}

