/* 
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 */
html,
body{
  width:100% !important;
  overflow-x:hidden !important;
}

/***gallery woocommerce***/
.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
    
}
body .wpgs-nav .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
    border: unset !important;
}
body .wpgs-nav .slick-list {
		margin-left: -5px;
		margin-right: -5px; 
}

/*********/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color:#FAFAF1;
}
.woo-variation-swatches .variable-items-wrapper{
	margin-bottom: 20px !important;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 16px !important;
    padding: 10px !important;
    background: #000 !important;
    color: #fff !important;
}
.aws-container .aws-search-field{
	font-size: 16px !important;
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.isfef-image-select .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	width:18% !important;
}

@media screen and (max-width: 600px){
	.isfef-image-select .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    width:30% !important;
}
}

.woocommerce img, .woocommerce-page img{
	width:100% !important;
}
.elementor-1528 .elementor-element.elementor-element-af32b0c .cart button, .elementor-1528 .elementor-element.elementor-element-af32b0c .cart .button {
	width:70% !important;
}
.product span.price {
  font-size: 40px !important;
  display: block !important;
  text-align: center;
	font-weight: 600;
	color: #000 !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding:10px 0px!important;
}
.reset_variations{
	visibility:revert !important;
}

