/* 
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 */

.gform_wrapper .gfield_checkbox > li {
    line-height: 50px;
    float: left;
    border: 1px solid #d6d6d6;
    border-radius: 25px;
    width: 20%;
    text-align: center;
    padding-left: 0px !important;
    margin-right: 2%;
    min-height: 237px;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px;
    margin-left: 6px !important;
}

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(100% - 8px) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 1;
}


.e-gallery-image {
    background-color: #fff;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}