/*
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 */
a {
	color:#4A7056;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index:1 !Important;
}
.um-col-1 {

	gap:30px;
}
.elementor-widget-shortcode i {
	color:#000 !important;
	font-size:20px;
	margin-top:5px;
}
.um-col-1 .um-field {
	    display: inline-block;
    width: 48%;
    margin: 0 1% 0%;
	padding-top:5px;
}

.woocommerce-orders-table__cell-order-actions a {
	margin-right:10px !important;
}
.wholesale_price_container,.wholesale_price_container bdi {
	color:#4A7056 !important;
	font-size:18px;
}
.woocommerce-MyAccount-navigation ul{
	padding-left:0;
	background:#D6DED0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style:none;
	display:block;
	height:auto;
	line-height:1;
}
.woocommerce-MyAccount-navigation ul li a {
	display:block;
	border-bottom:1px solid #aaa;
	padding:15px 20px 15px;
	color:#000;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	background:#4A7056;
	color:#fff;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom:0px solid #aaa;
}
.wc-block-cart__submit-container a{
	color:#fff !important;
	text-decoration:none !important;
	background:#4A7056;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-weight:bold;
}
#cartdetails .alignwide, #checkoutdetails .alignwide{
	margin-inline:0 !important;
}
#checkoutdetails .wc-block-components-checkout-place-order-button {
	background:#4A7056;
	color:#fff;
	border:0px solid #fff;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	text-align:center;
	font-family: "Figtree", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce ul.products li.product .button {
	text-align:center;
	display:block;
	background:#fff;
	color:#000;
	border:1px solid #000;
	border-radius:20px;
}
.woocommerce ul.products li.product span.price {
	text-align:center;
	font-family: "Figtree", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.woocommerce ul.products li.product, .wc-block-grid__products .wc-block-grid__product {
	padding:20px 20px  !important;
	border:1px solid #B4B4B4 ;
	border-radius:30px;
}
.wc-block-grid__products {
	flex-wrap: nowrap !important;
     margin: 0 !important;
    padding: 0;
    gap: 20px !important;
}
.wc-block-grid__product .wc-block-grid__product-title {
	font-size:20px !Important;
	color:#000;
}
.wp-block-button.wc-block-grid__product-add-to-cart a {
	width:100%;
	display:block;
	background:none !important;
	border:1px solid #000 !important;
	color:#000 !important;
	font-size:16px !Important;
	padding:5px 20px !important;
}
.wp-block-button.wc-block-grid__product-add-to-cart a:hover {
	background:#4A7056 !important;
	color:#fff !important;
}
.wc-block-grid__product-price span {
	font-size:20px !Important;
}

.um a.um-button, .um input[type=submit].um-button , .um a.um-button:hover, .um input[type=submit].um-button:hover {
	background:#4A7056 !important;
	border-radius:20px !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	font-size:1em !important;
}

.button.logoutfooter {
	width:100%;
	display:block;
	border-radius:30px!important;
	background:#4A7056 !important;
	color:#fff !important;
	text-align:center;
}
.logoutimg {
	width:27px;
	margin-top:6px;
}
p.submit {
	text-align:center;
	
}
p.submit input {
	background:;
	border:0px solid #fff;
	color:#fff;
	background:rgba( 74, 112, 86, 1.00 );
}
.wpcf7-spinner {
	position:absolute !important;
}
#productform {
	background:#efefef;
	max-width:500px;
	padding:20px;
}
#productform h2 {
	text-align:center;
	font-size:20px;
}
#productform textarea {
	height:100px;
}

/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {
	.wc-block-grid__product .wc-block-grid__product-title {
		font-size:16px !Important;
	}
	.wc-block-grid__product-price span {
		font-size:12px !Important;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		max-width:23% !important;
		margin-bottom:50px;
	}
}

/*all mobile*/
@media screen and (max-width:767px) {
	.um-col-1 .um-field {
		display:block;
		width:100%;
		margin-right:0 !important;
		
	}
	.logoutimg {
		width:20px;
		margin-top:6px;
		 margin-left: 8px;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product  {
		margin-bottom:20px;
	}
	.wc-block-grid__product .wc-block-grid__product-title {
		font-size:16px !Important;
	}
	.wc-block-grid__product-price span {
		font-size:12px !Important;
	}
	.woocommerce-MyAccount-navigation ul {
		margin-bottom:30px;
	}
	.woocommerce ul.products li.product {
		padding:10px;
	}
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		font-size:16px;
	}
	.woocommerce ul.products li.product .button {
		font-size:12px;
	}
}

/*mobile portrait*/
@media screen and (max-width:479px) {

}