/* 
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 {
	overflow-x: hidden!important;
}
.elementor-nav-menu .elementor-item {
  position: relative;
  display: inline-block;
}

.elementor-nav-menu .elementor-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px; 
  transform: translateX(-50%) scale(0.8);
  width: 6px;
  height: 6px;
  background-color: #c47a3f; 
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.elementor-nav-menu .elementor-item:hover::after,
.elementor-nav-menu .elementor-item.elementor-item-active::after,
.elementor-nav-menu .elementor-item.elementor-item-current::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.head-orange span {
	color: #D18647;
}

.my-green-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap: 8px; 
}

.my-green-btn .elementor-button-icon svg{
  display: none !important;
}

.my-green-btn .elementor-button-icon{
  width: 24px;              
  height: 24px;
  display: inline-block;     
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.2s ease;
  
 
  background-image: url("/wp-content/uploads/2025/10/Icon-white.svg");
}

.my-green-btn:hover .elementor-button-icon{
  background-image: url("/wp-content/uploads/2025/10/Icon.svg");
}

.e-loop-add-to-cart-form-container {
	justify-content: center;
}

.my-form-cont input, textarea{
	padding: 20px 10px 20px 20px!important;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none!important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a{
	background-color: #6D3914!important;
	color: #fff!important;
}

.circular-text-my {
  display: inline-block;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.img-cat-my-cont {
  overflow: hidden; 
  position: relative;
}

.img-cat-my {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.img-cat-my-cont:hover .img-cat-my {
  transform: scale(1.05);
}

.elementor-21 .elementor-element.elementor-element-ac05432 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table a{
	border-color: #d18647!important;
}

.elementor-21 .elementor-element.elementor-element-ac05432 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table a:hover{
	border-color: #284435!important;
}


.popup-scale-in {
  animation: popupScaleAnim 3s ease forwards!important; 
  transform-origin: center;
}


@keyframes popupScaleAnim {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.woocommerce-Reviews-title {
	display: none;
}

.woocommerce-noreviews, .comment-reply-title, #comment-form-rating-label, .comment-form-comment label {
	font-size: 22px;
    font-weight: 700;
    color: #6D3914;
	margin-bottom: 0px;
}

#comment-form-rating-label, .comment-form-comment label, .comment-form-author label, .comment-form-email label {
	font-size: 18px;
    font-weight: 700;
    color: #6D3914;
}

.comment-form-rating{
	padding-top: 30px;
}
.comment-form-author, .comment-form-email, .comment-form-comment {
	    display: flex;
    flex-direction: column;
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label{
	padding-bottom: 20px;
}

#comment {
   background-color: #f9f3ea;
   border: 2px solid #6D3914;
    color: #6D3914;
    font-size: 14px;
    font-weight: 400;

}

.comment-form-author input, .comment-form-email input {
		width: 80%;
	font-size: 18px;
	color: #6D3914;
	 border-radius: 3px;
	   background-color: #f9f3ea;
   border: 2px solid #6D3914;
    color: #6D3914;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce #review_form #respond textarea{
	width: 80%;
	font-size: 18px;
	color: #6D3914;
		height: 150px;
	 border-radius: 3px;
}

.woocommerce p.stars a::before {
	color: #284435;
}

.star-rating, .star-rating span::before{
	color: #6d3914;
}

.woocommerce .elementor-492 .elementor-element.elementor-element-d041681 .woocommerce-review-link{
	font-size: 18px;
	color: #6D3914;
}

.woocommerce-product-rating {
	    border-bottom: 1px solid #6D3914;
	padding-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 0px;
    border-bottom: 1px solid #6D3914!important;
	border-radius: 0px;
    padding: 20px 40px;
	    border: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	font-size: 18px;
	color: #292928;
}

.woocommerce-review__author, .woocommerce-review__published-date {
	color: #284435;
}
.woocommerce-review__author {
 color: #6D3914;
}
	
.woocommerce #review_form #respond .form-submit input {
	background-color: #284435;
	color: #fff;
	border-radius: 45px 45px 45px 45px;
    padding: 15px 65px 15px 65px;
	font-family: proxima-nova;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.woocommerce #review_form #respond .form-submit input:hover {
	background-color: #D18647;
}


ol.commentlist{
	padding-left: 0px;
}

@media (max-width: 600px) {
.woocommerce #review_form #respond textarea{
	width: 100%;
}	

	.woocommerce #review_form #respond .form-submit input {
		width: 100%;
	}
}

.elementor-menu-cart__toggle .elementor-button-icon{
	background-color: #fff;
}

.e-coupon-anchor-description {
	display: none!important;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
	    width: 48%;
}
.elementor-19 .elementor-element.elementor-element-ce297f3 .e-cart-content, .elementor-19 .elementor-element.elementor-element-ce297f3 .woocommerce-shipping-destination, .elementor-19 .elementor-element.elementor-element-ce297f3 .shipping-calculator-button span {
	display: none!important;
}
.woocommerce-checkout-review-order th {
	width: 50%;
}
.woocommerce-shipping-calculator a {
	display: none!important;
}

.elementor-19 .elementor-element.elementor-element-ce297f3 .e-cart-content, .elementor-19 .elementor-element.elementor-element-ce297f3 .woocommerce-shipping-destination, .elementor-19 .elementor-element.elementor-element-ce297f3 .shipping-calculator-button span{
	font-size: 15px;
	line-height: 18px;
}

a.reset_variations  {
	font-weight: 600;
	color: #6D3914;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
background: #284435;
	color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background: #D18647;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	box-shadow: none;
}
	
	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding-left: 15px;
	}

.woo-selected-variation-item-name {
	line-height: 14px;
}

.woocommerce-variation-price {
	padding-bottom: 25px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color:#284435;
}

.my-video .elementor-custom-embed-play {
	display: none!important;
}

p.woocommerce-shipping-destination  {
	font-size: 16px!important;
}