.elementor-menu-cart__container {
  display: none !important;
}

.custom-add-to-cart-form {
  display: flex;
  flex-wrap: nowrap;
}
.custom-add-to-cart-form .quantity {
  vertical-align: middle;
}
.custom-add-to-cart-form .quantity input {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  width: 100%;
  margin-inline-end: 0;
  text-align: center;
  vertical-align: top;
  width: 70px;
  height: 37px;
}
.custom-add-to-cart-form .single_add_to_cart_button {
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all 0.3s;
  background-color: #ffdd00;
  transition: all 0.3s !important;
  border-style: none;
  cursor: pointer;
  gap: 5px;
}
.custom-add-to-cart-form .single_add_to_cart_button:hover {
  background-color: black;
}
.custom-add-to-cart-form .single_add_to_cart_button:hover span {
  color: #fff !important;
}
.custom-add-to-cart-form .single_add_to_cart_button:hover svg path {
  fill: #fff;
}
.custom-add-to-cart-form .single_add_to_cart_button span {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  transition: all 0.3s !important;
  color: #000000;
  text-transform: uppercase;
}
.custom-add-to-cart-form .single_add_to_cart_button .btn-cart-icon {
  max-width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}
.custom-add-to-cart-form .single_add_to_cart_button .btn-cart-icon svg {
  width: 100%;
}
.custom-add-to-cart-form .single_add_to_cart_button .btn-cart-icon svg path {
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */