/*
Theme Name: Hello-Elementor-child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
header {
  z-index: 3;
  position: relative;
}
.site-main {
  padding: 50px 0;
}
.woocommerce-MyAccount-navigation {
  padding: 20px;
  background-color: #F3F0E8;
  border-radius: 20px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul a {
  color: #102716;
  position: relative;
  padding: 5px 10px 5px 22px;
  display: inline-block;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul a:after {
  content: ' \2192';
  position: absolute;
  left: 0;
  top: 0;
  color: #102716;
  font-size: 20px;
}
.woocommerce-MyAccount-navigation ul a:hover {
  text-decoration: underline;
}
.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
}
.products li {
  padding: 10px !important;
  border: solid 1px #ddd;
  text-align: center;
}
.products li a {
  text-align: left;
}
.related.products {
  margin-top: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  background-color: #E8B84B;
  border-radius: 60px;
  color: #000000;
  padding: 10px 20px 12px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #163220;
  color: #ffffff;
}
.woocommerce ul.products li.product .button {
  background-color: #E8B84B;
  border-radius: 60px;
  color: #000000;
  padding: 10px 20px 12px;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #163220;
  color: #ffffff;
}
button.button {
  background-color: #E8B84B !important;
  border-radius: 60px !important;
  color: #000000 !important;
  padding: 10px 20px 12px !important;
}
button.button:hover {
  background-color: #163220 !important;
  color: #ffffff !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #64B136;
}
.woocommerce-MyAccount-content .woocommerce-Button[type="submit"] {
  margin-top: 20px;
}
