/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

#bellyHeader {
    box-shadow: 0px 4px 13px 0px rgb(243 243 243 / 75%);
    -webkit-box-shadow: 0px 4px 13px 0px rgb(243 243 243 / 75%);
    -moz-box-shadow: 0px 4px 13px 0px rgb(243 243 243 / 75%);
}

.scroller {
  max-width: 600px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

div#product-purchase.show {
    display: flex;
}

div#product-purchase-title-loop.show {
    display: flex;
}

#commentform p.form-submit input {
    font-family: "Studio Pro Bold", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #4E3176 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #725CA400 !important;
    padding: 20px 50px 20px 50px !important;
    border-radius: 30px 30px 30px 30px !important;
    text-transform: lowercase;
}

textarea#comment {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 15px 25px;
}

.stars a {
	color: #4E3176 !important;
}

h2.woocommerce-Reviews-title {
    color: #000000;
    font-family: "Lalezar", Sans-serif;
    font-size: 35px;
    font-weight: 400;
}
#product-review-button {cursor: pointer !important;}

div#product-reviews.show {
    display: flex;
}

div#product-reviews .elementor-widget-container {width: 100%;}

table.variations .cfvsw-swatches-container.cfvsw-product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

table.variations th.label {
    display: none;
}

.cfvsw-swatches-option {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 20px !important;
}

table.variations td.value {
    padding-top: 0;
}

button.single_add_to_cart_button {
    font-family: "Studio Pro Bold", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #4E3176 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #725CA400 !important;
    padding: 20px 50px 20px 50px !important;
    border-radius: 30px 30px 30px 30px !important;
    text-transform: lowercase;
    width: 100%;
}

button.single_add_to_cart_button span.elementor-button-icon {
    display: none !important;
}

.woocommerce-variation.single_variation {
    display: none !important;
}

a.reset_variations {
    display: none !important;
}