/* 
Theme Name: Hello Simple Child Theme
Theme URI: https://digitoro.com/
Description: Hello is a child theme of Hello Elementor, created by Elementor team
Author: JP
Author URI: https://digitoro.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello
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
*/

.ajax-product-selector select {
	display: block;
  background: var( --e-global-color-d006eab );
  border: 1px solid #000;
  padding: 15px;
  border-radius: 15px;
	color: #03250F!important;
}

.ajax-product-display .woocommerce-product-gallery {
    opacity: 1 !important;
    visibility: visible !important;
	width: 100%!important;
}

.ajax-product-display .woocommerce-product-gallery {
	width: 100%!important;
}

.ajax-product-wrapper {
    position: relative; /* ensures overlay positions relative to wrapper */
}

.ajax-product-wrapper .ajax-loading-overlay {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); /* semi-transparent black */
    z-index: 99;

    /* Flexbox centering */
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Make Shop Menu vertical */
.shop-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; /* adjust as needed */
}

.shop-menu li {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.shop-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.shop-menu li ul {
  display: none;
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.shop-menu li ul li:last-child {
    border-bottom: 0;
}

.toggle-submenu {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

.shop-menu ul.sub-menu {
  list-style: none;
  padding-left: 15px;
  margin: 0;
  display: none; /* default hidden */
  border-left: 2px solid #ddd;
}

.shop-menu li {
  position: relative;
}

.shop-menu li a {
  display: block;
  padding: 12px 45px 12px 4px;
  color: #333;
  text-decoration: none;
}

.shop-menu li a:hover {
    color: #04451B;
    font-weight: bold;
}

.shop-menu .toggle-submenu {
position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  user-select: none;
width: 30px;
font-size: 20px;
  height: 30px;
  text-align: center;
  font-weight: 300;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}

.shop-menu li a:hover .toggle-submenu,
.shop-menu .toggle-submenu:hover {
    background: #04451B;
    border-color #04451B;
    color: #fff;
}

.product.woocommerce.add_to_cart_inline  {
	border: 0!important;
	padding: 0!important;
}

.parent-products-wrap {
  margin-top: 60px;
}

.parent-products-heading {
  font-size: 1.6em;
  margin-bottom: 25px;
  text-align: left;
}

.parent-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.parent-product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: transform 0.2s ease;
}

.parent-product img:hover {
  transform: scale(1.03);
}

.parent-product .product-title {
  font-size: 1em;
  margin: 10px 0 5px;
}

.parent-product .product-title a,
.parent-product .price a {
	color: #000!important;
}

.parent-product .price {
  display: block;
	font-family: "Libre Baskerville", Sans-serif;
  margin-bottom: 10px;
}

.parent-product .button,
.parent-product .select-options {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.2s;
}

.parent-product .button:hover,
.parent-product .select-options:hover {
  background: #444;
}
