body {
  line-height: 1.5;
  font-family: 'Myriad Pro', sans-serif;
  color: #393432;
}
p,span, a {
  font-family: 'Myriad Pro', sans-serif;

}
.contact #customer_details {
  margin-bottom: 0;
}

.contact .content-inner .section-title {
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 700;
  line-height: 53.32px;
}

.contact .entry p {
  margin-bottom: 28px;
}

.contact .entry p:last-child {
  margin-bottom: 0;
}

.contact .form-row label {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
}

.contact .form-row select,
.contact .form-row select:focus {
  background-color: #B9B3A9;
  color: #3B3B3B;
}

.contact__view {
  display: flex;
  gap: 40px;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact__info-view {
  flex-shrink: 0;
  width: 486px;
}

.contact__info-our {
  display: flex;
  flex-direction: column;
}

.contact__info-visit {
  display: flex;
  flex-direction: column;
}

.contact__info-visit > span {
  font-size: 16px;
  line-height: 22px;
}

.contact__mail-view {
  flex-grow: 1;
  width: 100%;
}

.contact-section {
  padding: 40px;
  background-color: #E4DFD6;
  height: 100%;
}

.contact-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-group__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #7D675D;
}

.contact-group__content {
  padding-bottom: 40px;
  border-bottom: 1px solid #A58677;
}

.contact-description {
  display: flex;
  gap: 10px;
  color: #3B3B3B;
  transition: color 0.2s;
}

.contact-description.is-link {
  cursor: pointer;
}

.contact-description.is-link:hover {
  color: #701620;
}

.contact-description.is-link:hover a.contact-description__label {
  color: #701620;
}

.contact-description__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.contact-description__icon > svg {
  width: 20px;
  height: 20px;
}

.contact-description__label {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 22px;
}

a.contact-description__label,
a.contact-description__label:focus {
  color: #3B3B3B;
}

@media screen and (max-width: 1023.98px) {
  .contact.content-outter {
    padding-top: 114px;
  }

  .contact__view {
    flex-direction: column;
  }

  .contact__info-view {
    width: 100%;
  }

  .contact-section {
    padding: 15px;
  }
}

#popup-chiller {
  margin-top: 1.5rem;
  background: #ff000000;
  border: 0;
  max-width: 500px;
  text-align: center;
  padding: 15px;
}

#popup-chiller:focus {
  outline: none;
}

#popup-chiller .cl-content {
  padding: 10px;
  background: #fff;
}

#popup-chiller .cl-content .cl-title {
  font-size: 1.5rem;
  padding: .5rem;
}

#popup-chiller .cl-content p {
  font-size: 1rem;
}

#popup-chiller .cl-content .cl-hl {
  color: #701620;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .5rem 0;
}

#popup-chiller .cl-content .small {
  font-size: 0.75rem;
  padding: 1rem;
  max-width: 400px;
  margin: auto;
}

#popup-chiller .cl-content input,
#popup-chiller .cl-content button {
  text-align: center;
  max-width: 250px;
  height: 40px;
  box-shadow: none;
  padding: .5rem;
  margin: .4rem auto;
}

#popup-chiller .cl-content a {
  color: black;
}

#popup-chiller .cl-content a:hover {
  text-decoration: underline;
}

#popup-chiller .cl-content .cl-border {
  padding: 1rem 0;
  border: 1px solid #bfbfbf;
}

#popup-chiller .cl-content form {
  padding-bottom: 0.5rem;
}

#popup-chiller .close-button {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  line-height: 0.7;
  border-radius: 20px;
  background: #fff;
  top: 1px;
  right: 1px;
  font-weight: 100;
  font-size: 30px;
}

#popup-chiller .close-button:hover {
  background: #701620;
  color: #FFFFFF;
  border-color: #701620;
  text-decoration: none !important;
}

#popup-chiller.luckypopup {
  max-width: 480px;
}

#popup-chiller.luckypopup .luckypopup__border {
  padding: 30px 20px;
  border-color: var(--color-primary-v2);
}

#popup-chiller.luckypopup .luckypopup__logo {
  width: 100px;
}

#popup-chiller.luckypopup .luckypopup__title {
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #701620;
}

#popup-chiller.luckypopup .luckypopup__description {
  margin-top: 10px;
  line-height: 22px;
  color: #3B3B3B;
}

#popup-chiller.luckypopup .luckypopup__actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

#popup-chiller.luckypopup .luckypopup__button {
  margin: 0;
  width: 169px;
  height: 53px;
}

#popup-chiller.luckypopup .luckypopup__button.is-plain {
  background-color: #fff;
  color: #701620;
  border: 1px solid #701620 !important;
  transition: 0.2s;
}

#popup-chiller.luckypopup .luckypopup__button.is-plain:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 320px) {
  #popup-chiller {
    margin-top: 1rem;
  }

  #popup-chiller .cl-content .cl-title {
    font-size: 1.4rem;
  }

  #popup-chiller .cl-content .cl-hl {
    font-size: 1.3rem;
  }
}

.alertify-notifier {
  z-index: 5556;
}

.alertify-notifier .ajs-message.ajs-error {
  background-color: #9e1c43;
  color: #fefefe;
}

.mini-cart-content {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

.plans-tabs .tabs-title.fifty {
  width: 50%;
}

.woocommerce-checkout-review-order {
  overflow: auto;
}

@media screen and (max-width: 639px) {
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    top: 13px !important;
  }
}

.section-gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 47.9vw;
  color: #091024;
  text-transform: uppercase;
}

.section-gift .section-uptitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 29px;
}

.section-gift .section-text {
  font-size: 16px;
  line-height: 30px;
  margin-left: 8px;
}

.plans-tabs .tabs-title > a[aria-selected="false"]:focus {
  border-bottom: 1px solid #767473;
  border-top: none;
}

.plans-tabs .tabs-title > a[aria-selected="false"]:first-child:focus {
  border-left: none;
}

.plans-tabs .tabs-title > a[aria-selected="false"]:last-child:focus {
  border-right: none;
}

@media only screen and (max-width: 1191px) {
  .section-image {
    max-height: 50vh;
    background-attachment: unset !important;
  }
}

@media only screen and (max-width: 500px) {
  .section-image {
    max-height: 30vh;
  }
}

.teaser-box-text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.teaser-box-text .flex-grow-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teaser-box-text .sub-card {
  font-size: 15px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 29px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: black;
  font-family: Fraunces, sans-serif;
  font-weight: 600;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .teasers-list ul li {
    text-align: center;
  }

  .teasers-list ul li a {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .teaser-box-text {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.order-status {
  font-size: 12px;
}

.entry table {
  min-width: unset;
}

.resendBtn {
  border: none;
  background-color: transparent;
  color: #701620;
}

@media screen and (min-width: 1024px) {
  .mob-nav-hold.close {
    right: -100%;
  }

  .header.open-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: none;
  }

  .header.sticky {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.plans-box-title {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.plans-detail {
  color: #a58677;
  margin: 10px 0;
  display: block;
}

.plans-divider {
  display: block;
  height: 1px;
  background-color: #a58677;
}

.woocommerce form .form-row .required {
  visibility: visible;
}

.woocommerce form label {
  display: inherit;
}

.woocommerce form label.error {
  display: none;
  color: #701620 !important;
}

.intro-right .section-uptitle {
  left: unset;
}

.intro-right .section-title {
  font-size: 40px;
  color: #1F242E;
  line-height: 1.1em;
  font-family: 'Beautique Display', san-serif;
  font-weight: 700;
  text-transform: none;
}

.checkout-btn {
  padding: 1em !important;
  font-size: 1.25em !important;
}

.payment-group {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.payment-group > div:nth-child(1) {
  flex: 1;
  min-width: 95px;
}

.payment-group > div:nth-child(2) {
  padding-left: 10px;
  text-align: right;
  display: flex;
  align-items: center;
}

.payment-group > div:nth-child(2) img {
  max-height: 30px;
  max-width: 100%;
  margin: 0 !important;
}

.payment-group .flex {
  display: flex;
  flex-direction: row;
}

.payment-group .flex > div:nth-child(1) {
  display: flex;
  align-items: center;
}

.payment-group .flex > div:nth-child(1) input {
  margin-right: 0.5em !important;
}

.payment-group .flex > div:nth-child(2) {
  flex: 1;
  align-items: center;
  line-height: 20px;
}

.payment-group .flex > div:nth-child(2) img {
  max-height: 50px;
  max-width: 100%;
  margin: 0 !important;
}

.dropdown_time_slot {
  margin-top: 0 !important;
  height: 42px !important;
  background-color: white !important;
  color: black !important;
  padding-right: 30px !important;
}

.order-note {
  margin-top: 10px;
}

.form-top-divider {
  padding-top: 15px;
}

.form-top-divider input {
  height: auto !important;
  margin-right: 7px !important;
}

.divider {
  height: 1px;
  margin-top: 7px;
  border-top: 1px solid #5c5c5a;
  display: block;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  line-height: 1;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

ul.payment_methods li {
  border-top: 1px solid #b9a295;
}

ul.payment_methods li:nth-child(1) {
  border-top: unset;
}

ul.payment_methods li > label {
  padding: 15px 0;
}

ul.payment_methods input[type='radio'] {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
}

ul.payment_methods input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
}

ul.payment_methods input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-color: #701620;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-left: 5px;
}

.subscription-icon {
  background-image: url(/images/subscriptions.svg?a39c0e836bf1ffb103e7ed9ed9129649);
}

.flex {
  display: inline-flex;
}

.center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .text-sm-right {
    text-align: right;
  }

  .woocommerce table.shop_table_responsive tr {
    padding-top: 40px;
  }
}

.entry table th.text-right {
  text-align: right;
}

.block-btn .button {
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  padding-bottom: 20px;
}

.card-container {
  width: 350px;
  max-width: 100%;
  margin: auto;
}

.card-container .card {
  width: 100%;
  padding-bottom: 57.14%;
  position: relative;
  height: 0;
}

.card-container .card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(/images/membership-card.png?a778a7fed3a69e38f1ecbc2e77ffd09f);
  background-size: 100%;
}

.card-container .card .name {
  font-size: 23px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10%;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

.sub-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 5px 0;
}

.sub-item .row {
  padding-left: 0;
  padding-right: 0;
}

.sub-item .item {
  color: #FFF;
  outline: unset;
  border: 1px solid #7d675d;
  padding: 20px !important;
}

.sub-item .item:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px inset;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.sub-item .accordion-content {
  background: none;
}

.sub-item .medium-5 .plans-box-title,
.sub-item .medium-5 .plans-price-info {
  height: auto;
}

.sub-item .plans-box {
  padding: 15px 10px;
}

.sub-item .plans-grid {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.sub-item .plans-price-info {
  line-height: 24px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.is-active .item {
  background: #a58677;
  font-weight: 600;
  color: #393432;
}

.is-active .item:after {
  -webkit-transform: rotate(180deg);
  border-color: #393432 transparent transparent;
}

.menu .nested {
  padding-bottom: 20px;
  margin: 0;
  border: 1px solid #7d675d;
}

.reveal-overlay {
  z-index: 66666;
}

#changeSubStatus {
  background: #f1eee9;
  padding: 1em 1.5em 1em;
}

#changeSubStatus legend {
  background: #f1eee9;
  font-size: 1.25em;
  font-weight: 500;
  padding: 0 5px;
}

#changeSubStatus .button {
  width: auto !important;
  padding: .7em .85em;
  color: #f1eee9;
  background: #701620 !important;
  text-transform: none;
  font-weight: 500;
  min-width: 80px;
  min-height: 35px;
  font-size: 1rem;
}

#changeSubStatus .button:hover {
  background: #be456a !important;
}

#changeSubStatus label {
  line-height: 1.25;
}

#changeSubStatus .error {
  padding-top: 10px;
}

#changeSubStatus input {
  margin: 0;
  line-height: 1;
}

#changeSubStatus textarea {
  border: 1px solid #f1eee9;
  margin: 0;
  height: 75px !important;
}

#changeSubStatus ul.payment_methods li {
  border: 0;
}

#changeSubStatus ul.payment_methods li > label {
  padding: 0 0 14px;
}

@media screen and (max-width: 639px) {
  .reveal {
    height: auto;
    min-height: auto;
  }

  #changeSubStatus {
    padding: .5em 1em .5em;
  }

  #changeSubStatus legend {
    font-size: 1.1em;
  }
}

.entry .current_campaign {
  margin-bottom: 5px;
}

.accordion-menu .sub-item {
  scroll-margin-top: 100px;
}

.referral-code .woocommerce-message a.button {
  background: none !important;
  color: #701620 !important;
  padding: 0;
}

.referral-link input,
.referral-link input:focus {
  width: calc(100% - 85px);
}

.referral-link .btn-subscribe {
  width: 80px;
  color: #fff;
}

.referral-link .copied {
  font-size: 1rem;
  color: #a58677;
}

.referral-link h3,
.referral-link p {
  margin-bottom: .25rem;
}

.referral-link p {
  font-size: 0.9rem;
  margin-bottom: .5rem;
}

.referral-link p span {
  font-weight: 700;
}

.referral-share {
  padding-bottom: 2.5em;
}

.referral-share .share-btn,
.referral-share .share-btn-email {
  margin-top: .5rem;
  display: inline-block;
  padding: 4px 7px 3px;
  text-decoration: none;
  min-width: 130px !important;
  margin-right: 5px;
  background: #a68676;
  color: white;
}

.referral-share .share-btn img,
.referral-share .share-btn-email img {
  width: 28px;
}

.referral-share .share-btn:hover,
.referral-share .share-btn-email:hover {
  background: #b0988c;
  color: white;
}

.referral-share .share-btn-more img {
  width: 20px;
}

.chiller-landing .btn-purple,
.chiller-landing .btn-purple:focus,
.chiller-landing .btn-purple:active {
  padding: 16px 5px;
}

.ala .button,
.subs .button {
  line-height: 1.5 !important;
  padding: 16px 5px !important;
  font-size: 14px !important;
}

.ala .sub-item .plans-price-info,
.subs .sub-item .plans-price-info {
  padding: 0 25%;
}

.referral-history h3 {
  margin-bottom: .25rem;
}

@media screen and (max-width: 639px) {
  .referral-share {
    text-align: center;
  }
}

.cart_item .product-price span,
.cart_item .product-subtotal span {
  white-space: nowrap;
}

.chiller-border {
  border-bottom: 1px solid #7674732b;
  padding-top: 2rem;
  width: 94%;
  margin-left: 3%;
}

@media only screen and (max-width: 1023px) {
  .chiller-border {
    width: 96%;
    margin-left: 2%;
  }

  .wl-slide-home .content-slide-home p {
    max-width: unset !important;
  }

  .shop-nav {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 639px) {
  .chiller-landing .btn-chiller {
    border-bottom: 1px solid #7674732b;
    padding-bottom: 1rem;
  }

  .wl-slide-home .item {
    min-height: 360px !important;
  }
}

#viewOrderForm .order-notes {
  width: 100%;
}


.product-image-hold img,
.product-image-detail img {
  overflow: hidden;
  color: #a68676;
  -o-object-fit: contain;
     object-fit: contain;
}

.owl-carousel .owl-item .product-image-hold img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.owl-carousel .owl-item .product-image-hold img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.product-image-hold {
  padding: 0;
  background-image: url(/images/product-default.svg?429f197d6fb4dbbc3d5f942fe5586c80);
  background-repeat: no-repeat;
  background-position: center;
}

.product-image-hold:hover img {
  transform: scale(1.1);
}

.product-image-hold img {
  height: 100%;
  border-radius: 4px;
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.product-image-hold img[alt] {
  font-size: 0;
}

.winemag-image img {
  background: #ffffff45;
  color: #39343294;
  overflow: hidden;
  min-height: 75px;
}

.pagination .page-item ~ .active .page-link {
  padding: 7px 14px 10px;
  color: #fff;
  background: #a58677;
}

.single-img img {
  background: #ffffff45;
  color: #00000094;
  overflow: hidden;
  width: 100%;
  min-height: 75px;
}

.woocommerce-info.birthday::before {
  background: url(/images/gift.png?c261f2d5a61e7a4f102cc57510610e2c) no-repeat center center;
  background-size: cover;
}

.wala-shop-banner.wl-slide-home .item {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30% 0 0 0;
  height: auto;
}

.wl-slide-home .item {
  min-height: 570px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.wl-slide-home .content-slide-home {
  color: #ffffff;
}

.wl-slide-home .content-slide-home h3 {
  font-size: 64px;
  font-family: 'UTM Neutra', serif;
  margin-bottom: 32px;
  line-height: 1.1;
  color: var(--color-primary-v2);
  font-weight: 400;
  letter-spacing: unset;
}

.wl-slide-home .content-slide-home p {
  text-transform: unset;
  margin-bottom: 36px;
  font-size: 36px;
  line-height: 40px;
  max-width: 775px;
  color: #535250;
  font-weight: 500;
  text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px  0.5px 0 #fff, 0.5px  0.5px 0 #fff;
}

.wl-slide-home .btn-purple {
  text-transform: unset;
  font-weight: 700;
}

.wl-slide-home .owl-prev,
.wl-slide-home .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

.wl-slide-home .owl-prev {
  left: 20px;
}

.wl-slide-home .owl-next {
  right: 20px;
}

.wl-slide-home .owl-next,
.wl-slide-home .owl-prev {
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  background: var(--color-primary-v2) !important;
  opacity: .6;
}

.wl-slide-home .owl-next:hover,
.wl-slide-home .owl-prev:hover {
  opacity: 1;
  text-decoration: none;
}

.wl-slide-home .owl-prev span,
.wl-slide-home .owl-next span {
  transform: scale(2, 5);
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
}

.wl-slide-home .owl-prev:focus,
.wl-slide-home .owl-next:focus {
  outline: 0;
}

.wl-slide-home .owl-dots {
  height: 0;
}

@media only screen and (max-width: 768px) {
  .wala-shop-banner.wl-slide-home .item {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 50% 0 0 0 !important;
    margin-top: 70px;
    background-color: unset !important;
    height: auto;
  }

  .wl-slide-home .item {
    min-height: 400px;
    padding: 4rem 4rem 1rem 1rem;
  }

  .wl-slide-home .owl-prev {
    left: 5px;
  }

  .wl-slide-home .owl-next {
    right: 5px;
  }

  .wl-slide-home .owl-prev {
    left: calc(100% + -80px);
    top: calc(100% + -20px);
  }

  .wl-slide-home .owl-next {
    top: calc(100% + -20px);
  }

  .wl-slide-home .item-home-slide {
    background-blend-mode: screen;
    color: #000;
  }

  .wl-slide-home .item-home-slide:after,
  .wl-slide-home .item-home-slide:before {
    background: none;
  }
}

#menu-nav .is-dropdown-submenu {
  left: auto;
  top: auto;
  background: #fff;
  border: 0;
  padding: 5px 10px;
  min-width: 0;
}

#menu-nav .nav-sub .nav-sub-title:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #393432 transparent transparent;
  right: 100%;
  left: calc(100% + 5px);
  margin-top: -6px;
}

#menu-nav .nav-sub .nav-sub-title:hover:after {
  border-color: #701620 transparent transparent;
}

#menu-nav .nav-sub .nav-sub-title:hover:after,
#menu-nav .nav-sub .menu li {
  padding-top: 7px;
  white-space: nowrap;
}

#menu-nav .submenu {
  margin-top: 1px;
  background: #ffffffff;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#menu-nav-1 ul {
  margin: 0;
}

#menu-nav-1 .menu-mb li {
  display: block;
}

#menu-nav-1 .nav-sub-title:after {
  right: 100%;
  left: calc(100% + 5px);
  zoom: .7;
  margin-top: -6px;
  border-color: #393432 transparent transparent;
}

#menu-nav-1 .nav-sub-title:hover:after {
  border-color: #701620 transparent transparent;
}

.woocommerce-cart table.cart img {
  height: 100% !important;
  border-radius: 50px;
  max-width: 100%;
  max-height: 100%;
}

.shopping-img-hold img {
  object-fit: contain;
  height: 48px;
  width: 48px;
  border-radius: 30px;
  background: #eee;
  border: 1px solid #ffffff9c;
}

@media screen and (min-width: 768px) {
  .features-carousel .columns {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}

@media screen and (min-width: 40rem) {
  .teasers-list {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .teasers-list {
    padding-bottom: 2rem;
  }
}

.teasers-list a:hover .teaser-box-hold:hover {
  border: 1px solid #be456a;
}

.teasers-list a:hover .teaser-box:after {
  background: rgba(190, 69, 106, 0.8);
}

.original-price-checkout {
  margin-bottom: -8px;
}

.original-price-checkout span {
  font-size: 13px;
  font-weight: 400;
  color: #393432;
}

.original-price-checkout .percent {
  color: #701620;
  font-size: 13px !important;
  font-weight: bold;
}

.original-price {
  opacity: .5;
  text-decoration: line-through;
  font-size: 15px !important;
  color: #393432 !important;
  font-weight: unset !important;
}

.original-price span {
  font-size: 15px !important;
}

.original-price-sale {
  margin-top: -15px;
  margin-bottom: -9px;
}

.original-price-sale .percent {
  color: #701620;
  font-size: 15px !important;
}

.product-item__percent {
  position: absolute;
  right: 10%;
  top: 28px;
  background-color: #701620;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #EECEBF;
  padding: 6px 14px 2px;
}

@media screen and (max-width: 639px) {
  .original-price {
    margin-top: -10px;
  }
}

.sub-flexi h3 {
  font-variant: all-small-caps;
  font-size: 20px;
}

.sub-flexi h3 span {
  font-size: 25px !important;
  color: #701620;
}

.flexi-active-sub {
  color: #393432 !important;
  text-decoration: blink !important;
}

.flexi-active-sub:hover {
  color: #a58677 !important;
  text-decoration: underline !important;
}

.sub-flexi .disabled {
  opacity: .7;
}

/* referral */

.referral-everyone {
  max-width: 700px;
  border: 1px solid #fff;
  padding: 30px;
}

.referral-everyone .section-title {
  margin-bottom: 30px;
}

.referral-everyone span {
  font-size: 125%;
  color: #701620;
}

.referral-everyone p {
  padding: 10px 0;
}

.referral-everyone h3 {
  font-size: 23px;
  font-weight: bold;
  color: #701620;
  text-transform: uppercase;
  padding: 10px;
}

.referral-everyone .referral-everyone-body {
  border: 1px solid #bfbfbf;
  padding: 20px;
  margin: 20px 0;
  background: #ffffff6e;
}

.referral-everyone .referral-everyone-submit {
  margin-top: 1rem;
}

.referral-everyone .referral-everyone-submit input,
.referral-everyone .referral-everyone-submit button {
  text-align: center;
  max-width: 375px;
  height: 45px;
  box-shadow: none;
  padding: .5rem;
  margin: .4rem auto;
}

.referral-everyone .referral-backpage {
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.referral-everyone .referral-backpage p {
  font-size: 1.45rem;
  font-weight: 800;
}

.referral-everyone .referral-backpage p i {
  font-weight: 500;
  font-size: 1.25rem;
}

.referral-everyone-next {
  padding: 2rem 3rem;
}

.referral-everyone-next .referral-title {
  font-size: 1.25rem;
  font-weight: 800;
  padding-bottom: 2rem;
}

.referral-everyone-next .referral-everyone-head b {
  font-weight: 800;
}

.referral-everyone-next .referral-share {
  padding-bottom: 0;
}

.referral-everyone-next .referral-share span {
  color: #fff;
  font-size: 100%;
}

.border-bt {
  border-bottom: 1px solid #b9a295;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.members-benefits .benefit-tab-title p {
  -webkit-box-orient: vertical;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.members-benefits .is-active .benefit-tab-title p {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  display: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}

#menu-nav .nav-sub {
  padding-right: 15px;
}

#menu-nav .nav-sub .nav-sub-title:after {
  left: calc(100% - 10px);
}

.sticky .nav-sub .submenu {
  margin-top: 15px !important;
}


.w-100 {
  width: 100% !important;
}

.bt-m1 a {
  margin: 1px 0 !important;
}

.woocommerce table td {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.woocommerce-orders-table__header-order-date {
  min-width: 120px;
}

.rePayment,
.reOrder {
  min-width: 135px;
}

.wpcf7-submit {
  background: #701620 !important;
  color: #fff;
  padding: 0 15px !important;
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

.product-price-hold .product-price {
  min-width: 50%;
  width: auto;
  margin-bottom: 16px;
}


.woocommerce-order-details__title i {
  font-size: 15px;
}

.m-2-0 {
  margin: 2px 0 !important;
}

.checkout_coupon .apply_coupon,
.checkout_coupon .remove_coupon {
  height: 32px !important;
  padding: 0 10px !important;
}

.woocommerce form.checkout_coupon {
  padding: 10px 10px 10px;
}

.woocommerce .winemag-search form .form-row {
  padding-right: 0px !important;
}

.woocommerce-cart-form .quantity a.btn-number {
  text-decoration: none;
}

/** Custom nav **/

.header {
  z-index: 999 !important;
}


.header .shop-nav > ul > li.log > a,
.header .shop-nav > ul > li.me > a,
.header .shop-nav > ul > li.cart > a {
  height: 24px;
  display: inline-block;
}

.header .shop-nav > ul > li.me {
  padding-left: 3px;
}

.header .shop-nav > ul > li.me > a {
  padding-left: 27px !important;
}

.header .shop-nav > ul > li.ques {
  display: inline-block;
  vertical-align: top;
  height: 25px;
}

.header .shop-nav > ul > li.ques > a {
  margin: 0;
  padding: 6px 16px;
  text-wrap: nowrap;
}

.header .shop-nav > ul > li:not(:last-child) {
  margin-right: 5px;
}

.header .shop-nav > ul > li > a img {
  margin-top: -5px;
  width: 26px;
}

.header .shop-nav > ul > li > a img:hover {
  opacity: .8;
}

.header .nav-trigger {
  width: auto;
  float: right;
}

@media only screen and (max-width: 1300px) {

  .header .shop-nav {
    padding-top: 9px;
  }

  .header .shop-nav > ul > li {
    margin-right: 3px;
  }

  .header .shop-nav img {
    width: 22px;
  }
}

.mob-nav-hold .shop-nav .log,
.mob-nav-hold .shop-nav .cart {
  display: block;
}

.mob-nav-hold .socials-list {
  flex-shrink: 0;
}

.mob-nav-hold .socials-list .logout {
  display: block;
}

.mob-nav-hold .socials-list .logout a {
  letter-spacing: .7px;
  font-size: 17px;
  color: #393432;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mob-nav-hold .socials-list .logout a svg {
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .woocommerce-cart #coupon_code {
    width: 100% !important;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr {
    padding-top: 10px !important;
  }

  .woocommerce-cart-form .product-name a.thumb,
  .woocommerce-cart-form .product-thumbnail a {
    width: 45px;
    height: 45px;
    display: block !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(1n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(1n) td {
    background: #a5857640;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(1n) td:last-child,
  .woocommerce-page table.shop_table_responsive tr:nth-child(1n) td:last-child {
    border-bottom: 0 !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.025);
  }
}

.woocommerce table.cart td.actions .coupon {
  padding-bottom: 0 !important;
}

.woocommerce input.button {
  margin-bottom: 0 !important;
}

.cart-item-empty {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #FFFFFF;
  margin: auto;
}

.cart-item-empty img {
  width: 7rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cart-items {
  text-align: center;
}

.cart-items .cart-empty {
  margin-top: 2em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333b0;
}

.cart-items .text-shop {
  text-decoration: none;
}

.quick-cart-item {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #f3f0f0;
  margin: auto;
  margin-top: 25px;
}

.quick-cart-item img {
  width: 5rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopping-block {
  width: 340px;
  min-height: 190px;
}

.shopping-item {
  border-bottom: none;
}

.woocommerce-mini-cart__empty-message {
  margin-top: 25px;
  font-size: 1.2em;
  padding: 0 30px;
  padding-bottom: 100px;
}

.ql-editor {
  white-space: unset !important;
}

.checkout-btn#place_order {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wala-discount {
  padding-top: 15px !important;
  padding-left: 15px !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.wala-discount span {
  display: block;
  padding-bottom: 5px;
}

.wala-discount .wala-discount-input {
  width: calc(100% - 206px);
  display: inline-block;
}

.wala-discount .wala-discount-bnt {
  width: 200px;
  display: inline-block;
}

.wala-discount .wala-discount-bnt button {
  width: 100%;
  margin-top: -2px;
  margin-bottom: 0 !important;
}

.wala-discount .coupon-code-input {
  border-radius: 4px;
  color: inherit;
}
.product-item-price {
  margin-bottom: 16px;
}
.product-item-price span {
  font-size:20px;
  display: inline-flex;
  align-items: flex-start;
  color: var(--color-primary-v2);
  font-weight: 700;
  line-height: 1.1em;
}
@media only screen and (max-width: 480px) {
  .wala-discount .wala-discount-input {
    width: 100%;
    display: block;
  }

  .wala-discount .wala-discount-bnt {
    width: 100%;
    display: block;
  }
}

.wala-fs-15 {
  font-size: 1.5rem;
}
.product-price span {
  font-size: 32px;
  display: inline-flex;
  align-items: flex-start;
  color: var(--color-primary-v2);
  font-weight: 700;
  line-height: 1.1em;
}


.product-title {
  letter-spacing: 0;
  text-align: left;
  color: var(--color-product-title-primary);
  font-family: 'Myriad Pro', serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 44px;
  cursor: pointer;
}
.product-title:hover {
  color: var(--color-primary-v2);
}
@media only screen and (min-width: 769px) {

  .wl-slide-home .owl-nav {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    opacity: 0;
  }

  .wl-slide-home:hover .owl-nav {
    opacity: 1;
  }
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}

.wala-plan-price {
  font-size: 2.8rem;
}

.wala-plan-currency {
  display: block;
  font-size: 1.9rem;
  padding-top: .5rem;
}

.wala-plan-title {
  margin-bottom: 0;
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre {
  margin-bottom: revert !important;
}

.mb-1 {
  margin-bottom: .5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.error_discount #coupon_code {
  background: #ebd3cd;
  color: #393432;
  text-decoration: line-through;
}

.ajs-modal {
  top: 100px !important;
}

.ajs-modal .ajs-body {
  font-size: 15px;
  padding-left: 0;
}

.ajs-modal .ajs-body .ajs-content {
  padding: 0;
  padding-top: 15px;
  text-align: center;
}

.ajs-modal .ajs-body .ajs-content img {
  padding-bottom: 15px;
}

.ajs-modal .ajs-header {
  font-size: 20px;
  background: #701620;
  color: #fff;
}

.ajs-modal .ajs-ok {
  visibility: hidden;
}

.w3-ql-editor p {
  margin-bottom: 0 !important;
}

.w3-ql-editor blockquote {
  border-left: 4px solid #ccc !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  padding-left: 16px !important;
}

.w3-ql-editor span {
  display: unset;
}

.woocommerce button.w3-bnt-account-cancel {
  background: #FFFFFF !important;
  color: #7D675D !important;
  border: 1px solid #A58677;
}

.woocommerce button.w3-bnt-account-cancel:hover {
  color: #701620 !important;
  background: #FFFFFF !important;
  border-color: #701620 !important;
}

.product-notes {
  margin-bottom: 10px !important;
}

.wala-rating-code {
  margin-bottom: 10px;
}

.wala-rating-code--detail {
  min-height: 83px;
  padding-left: 0;
}

.wala-rating-code--detail .vivino-widget .vivino-widget-wine {
  border-color: #9e1c43;
  background: unset;
}

.wala-rating-code--detail .vivino-widget > a {
  width: 162px;
  height: 46px;
  display: block;
  overflow: hidden;
  background-image: url(/assets/v2/image/loading/rating-product-detail.svg);
  font-size: 0;
}

.wala-rating-code--remove-avg {
  margin-bottom: 0;
}

.wala-rating-code--remove-avg .vivino-widget-rating-avg {
  line-height: unset !important;
  width: 0;
  visibility: hidden;
}

.wala-rating-code--remove-avg .vivino-widget .vivino-widget-wine {
  border-color: #701620;
}

.wala-rating-code--remove-avg .vivino-widget-rating-label,
.wala-rating-code--remove-avg .vivino-widget-read-reviews {
  padding: 0 2px !important;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}

.wala-rating-code--remove-avg .vivino-widget-logo {
  width: 21px !important;
  height: 21px !important;
  background-size: cover;
}

.wala-rating-code--remove-avg .vivino-widget-rating {
  padding: 0 !important;
  margin: 0 !important;
}

.wala-rating-code--remove-avg .vivino-widget .vivino-widget-wine {
  background: unset;
  width: auto;
}

.wala-rating-code--remove-avg .vivino-widget .vivino-widget-wine .vivino-widget-rating-stars .vivino-widget-stars [class*="icon"] {
  height: 15px;
  width: 15px;
}

.wala-rating-code--remove-avg .vivino-widget > a {
  width: 90px;
  height: 23px;
  display: block;
  overflow: hidden;
  background-image: url(/assets/v2/image/loading/rating.svg);
  font-size: 0;
}

.wala-rating-code--remove-avg .vivino-widget .vivino-widgets-rating-count {
  visibility: hidden;
  height: 0;
}

.vivino-widget .vivino-widget-wine.vivino-widget-big {
  min-width: auto !important;
}


.w3-bnt-auto-w {
  width: auto !important;
}

.wala-max-w-510 {
  max-width: 510px;
  margin: auto;
}

.wala-winemag-fitter-category {
  padding: 0;
}

.wala-winemag-fitter-category .card {
  position: relative;
  margin-top: 1.3rem;
}

@media screen and (min-width: 40em) {
  .wala-winemag-fitter-category .card {
    margin-top: 1.8750rem;
  }
}

.wala-winemag-fitter-category .card a {
  padding: 10px 10px 7px;
  border: 1px solid #a5867775;
  display: block;
}

.wala-winemag-fitter-category .card a:hover {
  border: 1px solid #701620;
}

.wala-winemag-fitter-category .card a:hover .card-img img {
  transform: scale(1.3);
}

.wala-winemag-fitter-category .card a:hover .card-img:before {
  background: #00000080;
}

.wala-winemag-fitter-category .card a:hover .card-section p {
  color: #fff;
}

.wala-winemag-fitter-category .card a .card-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 42.86%;
}

.wala-winemag-fitter-category .card a .card-img img {
  transition: transform 700ms;
  width: 100%;
  -webkit-box-orient: vertical;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  min-height: 50px;
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wala-winemag-fitter-category .card a .card-img:before {
  top: 0;
  content: "";
  background: unset;
  width: 100%;
  height: 100%;
  display: revert;
  position: absolute;
  z-index: 1;
}

.wala-winemag-fitter-category .card a .card-section {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 26px;
  width: calc(100% - 52px);
  background: linear-gradient(0deg, #282828 0%, #ffffff00 100%);
}

.wala-winemag-fitter-category .card a .card-section p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 5px 0;
  -webkit-box-orient: vertical;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-width: calc(100%);
}

.wala-winemag-fitter-category .card .wala-active {
  border: 1px solid #701620;
}

.wala-winemag-fitter-category .card .wala-active .card-img:before {
  background: #00000080;
}

.wala-winemag-fitter-category .card .wala-active .card-section p {
  color: #fff;
}

@media screen and (max-width: 639px) {
  .intro-single .product-price-hold .btn-purple {
    padding: 16px 10px;
  }

  .wala-winemag-fitter-category .card a .card-section {
    left: 21px;
    width: calc(100% - 42px);
  }
}

.wala-btn-pdf {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  background: #a68676;
  padding: 5px 12px;
  width: 43px;
  height: 27px;
  border-left: 1px solid #caa28e;
  border-top: 1px solid #caa28e;
  border-radius: 2px;
}

.wala-btn-pdf:hover {
  opacity: .8;
}

.wala-shop-search.wala--simple .search-selects-list .wid {
  width: 23%;
  margin-right: 2.66%;
}

.wala-shop-search.wala--simple .search-selects-list .wid:nth-child(4) {
  margin: 0;
  float: left;
  clear: unset;
}

.wala-shop-search.wala--simple .wala-search-none {
  display: none;
  max-height: 0;
}

.wala-shop-search.wala--simple .wala-search-none * {
  display: none;
}

.wala-shop-search.wala--simple .wala--action.wala--advanced {
  display: none;
}

.wala-shop-search.wala--simple .wala--action.wala--simple {
  display: unset;
}

.wala-shop-search.wala--advanced .wala--action.wala--advanced {
  display: unset;
}

.wala-shop-search.wala--advanced .wala--action.wala--simple {
  display: none;
}

.wala-shop-search .wala--action {
  color: #616161;
  text-decoration: underline;
  font-weight: 100;
  font-size: .9rem;
}

.woocommerce .section-search {
  padding: 5rem 0 !important;
}

#wines .form-row select,
#wines .form-row select:focus {
  padding: 2px 25px 2px 5px;
}

@media only screen and (max-width: 768px) {
  .wala-shop-search.wala--simple .search-selects-list .wid {
    width: 49%;
    margin-right: 2%;
  }

  .wala-shop-search.wala--simple .search-selects-list .wid:nth-child(2n) {
    margin: 0;
    float: left;
    clear: unset;
  }
}

.search-selects-list .wid:nth-child(4) {
  margin: 0;
  float: left;
  clear: unset;
}

.wl-product-add-ons {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wl-product-add-ons .wl-slide-product-add-ons {
  margin-left: -16px;
}

.wl-product-add-ons h3 {
  color: var(--color-primary-v2);
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.wl-product-add-ons .wala--img-block {
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #a68676;
  margin: auto;
}

.wl-product-add-ons .wala--img-block a {
  height: 100%;
}

.wl-product-add-ons .wala--img-block a img {
  width: auto;
  height: 100%;
  margin: auto;
  font-size: 10px;
}

.wl-product-add-ons .wl__action {
  color: #a68676;
  font-size: 13px;
  text-decoration: underline;
}

.wl-product-add-ons a.ajax_add_to_cart,
.wl-product-add-ons a.ajax_add_to_cart:focus,
.wl-product-add-ons a.added_to_cart,
.wl-product-add-ons a.added_to_cart:focus {
  padding: 8px 7px !important;
  font-size: 8px !important;
  width: 97px !important;
  color: #fff;
  text-decoration: unset;
  line-height: 7px !important;
  border-radius: 3px;
}

.wl-product-add-ons .wala__price {
  font-size: 11px;
  text-align: center;
  color: var(--color-primary-v2);
  padding-top: 5px;
}

.wala-price {
  font-weight: 700;
  color: #701620;
}

.woocommerce .products-list .type-product a.ajax_add_to_cart,
.woocommerce .products-list .type-product a.added_to_cart,
.home-sort-section__product a.ajax_add_to_cart,
.home-sort-section__product a.added_to_cart {
 max-width: 325px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  font-family: 'Myriad Pro', serif !important;
  border: 1px solid var(--color-primary-v2) !important;
  background: #FFFFFF !important;
  color: var(--color-primary-v2) !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 0;
  gap: 10px;
  text-transform: none;
}
.woocommerce .products-list .type-product a.ajax_add_to_cart:hover {
  background: #EF50701A !important;
}
.woocommerce .products-list .type-product a.ajax_add_to_cart:active {
   background: #EF507080 !important;
 }

