header#site-header header div.elementor-sticky #logo img {
  transition: all .3s ease 0s;
  max-height: 50px;
  height: 50px;
  padding: 1rem;
}
header#site-header header div.elementor-sticky:not(.elementor-sticky--active) {
  background-color: transparent !important;
  transition: background 0.5s ease 0s;
}
header#site-header header div.elementor-sticky:not(.elementor-sticky--active) #logo img {
  max-height: 250px;
  height: 250px;
  padding: 0rem;
}
#site-header {
  position: absolute !important;
  transition: all 0.3s ease 0s;
}
#site-header #svg_logo {
  transition: all 0.3s ease 0s;
}
#site-header .elementor-sticky--active {
  background-color: #FFFFFF !important;
}
#site-header .elementor-sticky--active #svg_logo {
  transition: all 0.3s ease 0s;
}
#site-header .elementor-sticky--active #svg_logo path,
#site-header .elementor-sticky--active #svg_logo polygon {
  fill: #798D87 !important;
}
#site-header .elementor-sticky--active.elementor-sticky--effects {
  position: fixed !important;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
#site-header .elementor-sticky--active.elementor-sticky--effects #header_container {
  border: none !important;
}
#site-header .elementor-sticky--active.elementor-sticky--effects #svg_logo {
  width: 50%;
}
#site-header .menu-item .elementor-item {
  background-color: #FFFFFFAA;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  #site-header .elementor-sticky #logo #svg_logo {
    height: 50px;
    padding: 1rem;
  }
  #site-header .elementor-sticky:not(.elementor-sticky--active) {
    background-color: transparent !important;
  }
  #site-header .elementor-sticky:not(.elementor-sticky--active) #logo #svg_logo {
    max-height: 63px;
    height: 63px;
    width: 141px;
    max-width: 100%;
  }
  .single_add_to_cart_button {
    font-size: 1.1rem !important;
  }
  form.cart .quantity .qty {
    width: 32px !important;
    height: 32px !important;
  }
  .variations {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .variations th,
  .variations td {
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1.3;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }
  .variations tr {
    background: transparent;
  }
}
.owp-cart-shop-link {
  border: 1px solid #9ebaa0;
  color: #FFFFFF;
  background-color: #9ebaa0;
  display: block;
  padding: 0rem 2rem;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-family: "Goudy Old Style", Sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.owp-cart-shop-link:hover {
  background-color: #798d87;
  color: #FFFFFF;
}
.added_to_cart.wc-forward {
  border: 1px solid #9ebaa0;
  color: #FFFFFF;
  background-color: #9ebaa0;
  display: block;
  padding: 0rem 2rem;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-family: "Goudy Old Style", Sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.added_to_cart.wc-forward:hover {
  background-color: #798d87;
  color: #FFFFFF;
}
.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
}
.woocommerce-mini-cart__buttons.buttons a {
  display: block;
  width: 100% !important;
  margin-bottom: 1rem;
}
.woocommerce-variation-price .price {
  font-family: "Goudy Old Style", Sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.variations label {
  line-height: 1.2;
}
