.home-product-item {
  list-style: none;
}

.home-product-item .add_to_cart_button:hover,
.home-product-item .add_to_cart_button:focus,
.home-product-item .add_to_cart_button:active {
  background-color: #7D675D;
  color: #ffffff;
}

.home-product-item .added_to_cart:hover,
.home-product-item .added_to_cart:focus,
.home-product-item .added_to_cart:active {
  background-color: #7D675D;
  color: #ffffff;
}

.home-product-item .product-title,
.home-product-item .product-price span {
  color: #FFFFFF;
}

.home-product-item .original-price {
  color: #FFFFFF !important;
}

.home-product-item .product-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.home-product-item .product-price-hold {
  border-top: 1px solid #A58677;
  border-bottom: 1px solid #A58677;
  padding-top: 30px;
  padding-bottom: 3px;
}

.home-product-item .button,
.home-product-item .added_to_cart {
  background-color: transparent;
  border: 1px solid #A58677;
  color: #A58677;
  font-family: Playfair Display SC;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  height: 53px;
  padding: .85em 1em;
}

.home-subscription-section {
  margin-top: 80px;
}

.section-plans {
  position: relative;
}

.section-plans-content {
  position: relative;
  z-index: 10;
}

.section-plans:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.dark-mode .accordion-content {
  background: #363636e0;
}

.dark-mode .btn-trans,
.dark-mode .plan-group-title {
  background: #a58677;
  color: #0A0A0A;
}

.dark-mode .btn-trans:focus,
.dark-mode .btn-trans:active,
.dark-mode .btn-trans:hover {
  color: #282828;
  background: #b0988c;
}

.dark-mode .sub-item .item:after {
  border-color: #0A0A0A transparent transparent;
}

.dark-mode.section-plans:after {
  background: black;
}

.light-mode .plans-left-uptitle,
.light-mode .plans-box-title .plans-box-title-content,
.light-mode .plans-detail,
.light-mode .plans-price {
  color: #9E1C43;
}

.light-mode .plans-left-title,
.light-mode .plans-left-text,
.light-mode .plans-box-title,
.light-mode .plans-price-info {
  color: #121212;
}

.light-mode .btn-trans {
  color: #f1eee9;
  background: #9E1C43;
  border-color: #9E1C43;
}

.light-mode .btn-trans:focus,
.light-mode .btn-trans:active,
.light-mode .btn-trans:hover {
  background: #be456a;
  border-color: #9E1C43;
}

.light-mode .plan-group-title,
.light-mode .plans-box-yearly,
.light-mode .plans-divider {
  color: #f1eee9;
  background: #9E1C43;
  border-color: #9E1C43;
}

.light-mode .accordion-content {
  color: #f1eee9;
  background: #9E1C43;
  border-color: #9E1C43;
  background: #ffffffa6;
}

.light-mode .sub-item .accordion-content:last-child {
  border-bottom-color: #9E1C43;
}

.light-mode .is-active .item {
  color: #f1eee9;
  background: #9E1C43;
  border-color: #9E1C43;
}

.light-mode .is-active .item:after {
  border-color: #f1eee9 transparent transparent;
}

.light-mode.section-plans:after {
  background: white;
}

.light-mode .plans-box-yearly .plans-box-title,
.light-mode .plans-box-yearly .plans-price-info,
.light-mode .plans-box-yearly .plans-price {
  color: #f1eee9;
}

.home-search-options {
  display: flex;
  gap: 20px;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-search-options__title {
  flex-shrink: 0;
  width: 180px;
  color: #B9B3A9;
  margin-right: 8px;
  height: 36px;
  display: flex;
  align-items: center;
}

.home-search-options__list-view,
.home-search-options__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-search-options__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  height: 36px;
  border-bottom: 2px solid #A58677;
  transition: 0.2s;
  color: #E4DFD6;
}

.home-search-options__item:nth-child(n+7) {
  display: none;
}

.home-search-options__item:hover,
.home-search-options__item:focus,
.home-search-options__item:active {
  color: #E4DFD6;
}

.home-search-options__item.wine_type-bg {
  border-color: #9E1C43;
}

.home-search-options__item.wine_type-bg:hover {
  background-color: #9E1C43;
}

.home-search-options__item.wine_type-bg:active,
.home-search-options__item.wine_type-bg:focus {
  background-color: #8F0E35;
}

.home-search-options__item.wine_style-bg {
  border-color: #9D64CA;
}

.home-search-options__item.wine_style-bg:hover {
  background-color: #9D64CA;
}

.home-search-options__item.wine_style-bg:active,
.home-search-options__item.wine_style-bg:focus {
  background-color: #834CAE;
}

.home-search-options__item.wine_classification-bg {
  border-color: #FFCC00;
}

.home-search-options__item.wine_classification-bg:hover {
  background-color: #FFCC00;
  color: #ffffff;
}

.home-search-options__item.wine_classification-bg:active,
.home-search-options__item.wine_classification-bg:focus {
  background-color: #C5982D;
  color: #E4DFD6;
}

.home-search-options__item.country-bg {
  border-color: #46BBFF;
}

.home-search-options__item.country-bg:hover {
  background-color: #46BBFF;
}

.home-search-options__item.country-bg:active,
.home-search-options__item.country-bg:focus {
  background-color: #2296DA;
}

.home-search-options__item.region-bg {
  border-color: #B24510;
}

.home-search-options__item.region-bg:hover {
  background-color: #B24510;
}

.home-search-options__item.region-bg:active,
.home-search-options__item.region-bg:focus {
  background-color: #953608;
}

.home-search-options__item.grape-bg {
  border-color: #1C6601;
}

.home-search-options__item.grape-bg:hover {
  background-color: #1C6601;
}

.home-search-options__item.grape-bg:active,
.home-search-options__item.grape-bg:focus {
  background-color: #1A5802;
}

.home-search-options__more-btn {
  display: none;
  border: 1px solid #ffffff;
  height: 34px;
  padding-left: 11.5px;
  padding-right: 11.5px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background-color: #363636;
}

.home-search-options__more-btn:hover {
  border-color: #A58677;
  background-color: #A58677;
}

.home-search-options__more-btn:active {
  border-color: #9E1C43;
  background-color: #9E1C43;
}

.home-search-section-mobile {
  display: flex;
  flex-direction: column;
  gap: 96px;
  flex-shrink: 0;
  max-width: 449px;
}

.home-search-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #363636;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-direction: column;
  gap: 40px;
}

.home-search-section__form {
  display: flex;
  gap: 20px;
  height: 40px;
  width: 941px;
  max-width: 100%;
  padding: 0 15px 0 25px;
}

.home-search-section__form-submit {
  padding: 6px 32px;
}

.home-search-section__form-submit:active,
.home-search-section__form-submit:focus {
  padding: 6px 32px;
}

.home-search-section__form-submit.is-mobile {
  display: none;
}

.home-search-section__form-input {
  flex-grow: 1;
}

.home-search-section .search-input.input-group.is-mobile {
  display: none;
}

.home-search-section__form .input-group-field {
  background-color: #fff;
}

#home-search-section-reveal .search-input.input-group {
  width: 100%;
  margin-left: 0;
}

#home-search-section-reveal .search-input .input-group-field {
  border-bottom-color: #B9B3A9;
  border-right-color: #B9B3A9;
  border-left-color: #B9B3A9;
}

#home-search-section-reveal .search-input .input-group-label {
  border-bottom-color: #B9B3A9;
}

#home-search-section-reveal .ui-widget {
  max-height: calc(100vh - 100px);
}

.home-section-country-btn {
  height: 64px;
  padding: 20px 60px;
  border: 1px solid #938F88;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #938F88;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-section-country-btn:hover {
  background-color: rgba(158, 28, 67, 0.5);
  border-color: rgba(158, 28, 67, 0.5);
  color: #ffffff;
}

.home-section-country-btn.is-selected {
  background-color: #9E1C43;
  border-color: #9E1C43;
  color: #ffffff;
}

.home-section-country-btn__icon {
  width: 24px;
}

.home-section-region-btn {
  height: 42px;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-weight: 600;
  color: #938F88;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  line-height: 22px;
}

.home-section-region-btn:hover {
  border-bottom: 1px solid rgba(158, 28, 67, 0.5);
  color: rgba(158, 28, 67, 0.5);
}

.home-section-region-btn.is-selected {
  border-bottom: 1px solid #9E1C43;
  color: #9E1C43;
}

.home-section-see-btn {
  height: 34px;
  padding: 8px 16px 6px;
  border: 1px solid #7D675D;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #7D675D;
  transition: all 0.2s;
}

.home-section-see-btn:hover,
.home-section-see-btn:focus,
.home-section-see-btn:active {
  background-color: #7D675D;
  color: #ffffff;
}

.home-section-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.home-section-title__label {
  font-family: Playfair Display SC;
  font-size: 34px;
  font-weight: 700;
  line-height: 45.32px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-section {
  display: flex;
  justify-content: center;
  background-color: #121212;
  padding: 80px 15px;
}

.home-section__view {
  display: flex;
  max-width: 1480px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.home-section__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sort-section {
  padding: 100px 15px;
  padding-top: 0;
  max-width: 1480px;
  width: 100%;
}

.home-sort-section__filter {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 100px;
}

.home-sort-section__filter-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Playfair Display SC;
  font-size: 42px;
  font-weight: 700;
  line-height: 55.99px;
  color: #9E1C43;
  text-transform: uppercase;
  text-align: center;
}

.home-sort-section__filter-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: #938F88;
}

.home-sort-section__product {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s, max-height 0.5s;
}

.home-sort-section__product.is-mobile {
  display: none;
}

.home-sort-section__product__empty {
  display: none;
  flex-direction: column;
  align-items: center;
}

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

.home-sort-section .owl-prev {
  left: -32px;
}

.home-sort-section .owl-next {
  right: -32px;
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  background: #9e1b43 !important;
  opacity: 0.6;
}

.home-sort-section .owl-prev {
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  background: #9e1b43 !important;
  opacity: 0.6;
}

.home-sort-section .owl-carousel .owl-nav {
  opacity: 1;
}

.home-sort-section .owl-next:hover {
  opacity: 1;
  text-decoration: none;
}

.home-sort-section .owl-prev:hover {
  opacity: 1;
  text-decoration: none;
}

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

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

.home-sort-section .owl-prev:focus,
.home-sort-section .owl-next:focus {
  outline: 0;
}

.home-sub-type-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #E4DFD6;
  flex: 0 0 auto;
  border: 1px solid #EFDCB9;
  background-color: #A58677;
  position: relative;
  overflow: hidden;
}

.home-sub-type-item:hover .home-sub-type-item__bg {
  transform: scale(1.3);
}

.home-sub-type-item__bg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s;
}

.home-sub-type-item__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #00000073;
}

.home-sub-type-item__name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  width: 320px;
  height: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
  word-break: break-word;
  padding: 16px 20px;
  z-index: 2;
  position: relative;
  writing-mode: horizontal-tb;
}

.home-sub-type-item__name > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-sub-type-item:hover,
.home-sub-type-item:active,
.home-sub-type-item:focus {
  color: #ffffff;
}

.home-sub-type-section__container {
  width: 100%;
  max-width: 1440px;
  margin-top: 80px;
}

.home-sub-type-section__container-view {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 3%;
  row-gap: 40px;
  flex-wrap: wrap;
}

.home-wine-connoisseur-section {
  display: flex;
  margin-top: 80px;
  margin-bottom: 40px;
}

.home-wine-connoisseur-section .grid-item {
  width: 100%;
}

.home-wine-connoisseur-section .winemag-item > a {
  display: flex;
  flex-direction: column;
}

.home-wine-connoisseur-section .winemag-item img {
  aspect-ratio: 455  / 255;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-wine-connoisseur-section .winemag-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.home-wine-connoisseur-section .winemag-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.home-wine-connoisseur-section .winemag-excerpt {
  flex-grow: 1;
}

.home-wine-connoisseur-section .winemag-date {
  font-size: 17px;
  line-height: 22px;
}

.home-wine-connoisseur-section .winemag-link {
  text-transform: normal;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 1024px) {
  .home-product-item {
    width: 100%;
  }

  .home-search-options {
    flex-direction: column;
  }

  .home-search-options__title {
    width: unset;
    justify-content: center;
  }

  .home-search-options__list-view {
    justify-content: center;
    overflow-x: auto;
    overflow-y: none;
    flex-wrap: nowrap;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .home-search-options__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
  }

  .home-search-options__list > * {
    flex: 0 0 auto;
  }

  .home-search-section__form {
    gap: 12px;
  }

  .home-search-section .ui-widget.ui-widget-content {
    width: calc(100vw - 30px) !important;
  }

  .home-search-section__form-submit {
    display: none;
  }

  .home-search-section__form-submit.is-mobile {
    display: block;
  }

  .home-search-section .search-input.input-group.is-mobile {
    display: table;
  }

  .home-search-section .search-input.input-group:not(.is-mobile) {
    display: none;
  }

  #home-search-section-reveal .search-input.input-group {
    display: table;
  }

  .home-sort-section__product:not(.is-mobile) {
    display: flex;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.5s, max-height 0.5s;
  }

  .home-sort-section__product.is-mobile {
    display: none;
    flex-direction: column;
    gap: 100px;
  }

  .home-sort-section__product.is-mobile .home-product-item:nth-child(n+4) {
    display: none;
  }

  .home-sub-type-section__container {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: unset;
  }

  .home-sub-type-section__container-view {
    justify-content: flex-start;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
  }

  .home-sub-type-item {
    scroll-snap-align: center;
  }
}

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

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

.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-family: Josefin Sans;
  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;
  font-family: Josefin Sans;
}

.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: #9E1C43;
}

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

.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: #9e1c43;
  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.5rem;
  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: #9e1c43;
  color: #FFFFFF;
  border-color: #9e1c43;
  text-decoration: none !important;
}

.popup-chiller.luckypopup {
  max-width: 480px;
  font-family: Josefin Sans;
}

.popup-chiller.luckypopup .luckypopup__border {
  padding: 30px 20px;
  border-color: #A58677;
}

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

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

.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: #9E1C43;
  border: 1px solid #9E1C43 !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;
  }
}

.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;
}

@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;
}

.resend-btn {
  border: none;
  background-color: transparent;
  color: #9e1d43;
}

@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: #9e1d43 !important;
}

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

.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;
}

.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: #9e1c43;
  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?d18a060d180a9674ceb6f7693c55ce3e);
}

.flex {
  display: inline-flex;
}

.center-vertical {
  display: flex;
  flex-direction: column;
  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: 6px inset;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0.5rem;
}

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

.sub-item .accordion-content:last-child {
  border-bottom-color: #7d675d;
}

.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: #9e1c43 !important;
  text-transform: none;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  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: #9e1c43 !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%;
  }
}

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

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

.intro-single {
  border-bottom: 1px solid #cccccc7a;
}

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

.product-image-hold {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

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

.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.webp?901f28cf3cef2b16c1d542821744cd8d) 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 {
  height: 570px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.wl-slide-home .content-slide-home h3 {
  padding-bottom: 0.5rem;
}

.wl-slide-home .content-slide-home p {
  text-transform: unset;
  padding-bottom: 1.5rem;
}

.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: #9e1b43 !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 {
    height: 400px;
    padding: 1rem 4rem 0 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;
    background-color: rgba(255, 255, 255, 0.51) !important;
    color: #000;
  }

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

.item-home-slide:before {
  content: '';
  position: absolute;
  background: radial-gradient(rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 450px;
  left: -40%;
  top: -250px;
}

.item-home-slide:after {
  content: '';
  position: absolute;
  background: radial-gradient(at right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 450px;
  top: -250px;
}

#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: #9e1d43 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: #9e1d43 transparent transparent;
}

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

.shopping-img-hold img {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.shopping-img-hold a {
  width: 48px;
  height: 48px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@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: #9e1c43;
  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: #9e1c43;
  font-size: 15px !important;
}

.product-item__percent {
  position: absolute;
  right: 10%;
  top: 28px;
  background-color: #E9763F;
  color: #fff;
  font-family: Josefin Sans;
  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: #9e1b43;
}

.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: #9e1c43;
}

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

.referral-everyone h3 {
  font-size: 23px;
  font-weight: bold;
  color: #9e1c43;
  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;
}

.searchform-sort {
  padding-bottom: 3rem;
  margin-top: -3rem !important;
}

.searchform-sort select {
  min-width: 215px;
}

.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: #9e1b43 !important;
  color: #fff;
  padding: 0 15px !important;
}

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

.product-price-hold .product-price {
  min-width: 50%;
  width: auto;
}

.product-price-hold .nopad {
  padding-top: 5px;
}

.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 **/

.logo {
  width: auto;
  float: left;
  padding-right: 3rem;
}

.header .shop-nav .cart a,
.header .shop-nav .log a {
  letter-spacing: unset;
}

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

.header.sticky .logo img {
  width: 90px;
  height: 48px;
}

.header .logo img {
  width: 150px;
  height: 81px;
  max-width: 100%;
}

.header.sticky .nav {
  padding-top: 14px;
}

.header .nav {
  width: auto;
  margin-bottom: -15px;
}

.header .shop-nav > ul > li.log > a,
.header .shop-nav > ul > li.cart > a {
  padding-left: 25px !important;
}

.header .shop-nav {
  padding-top: 20px;
  padding-left: 20px;
  float: right;
  width: auto;
}

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

.header .shop-nav > ul > li > a {
  padding-left: 0;
}

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

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

.header .shop-nav .log,
.header .shop-nav .cart {
  margin-right: 10px;
}

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

@media only screen and (max-width: 1300px) {
  .header .logo img {
    width: 105px;
    height: 49px;
  }

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

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

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

.mob-nav-hold {
  overflow: auto;
  height: calc(100vh - 110px);
}

.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: block;
}

.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);
  }
}

@media only screen and (max-width: 1400px) {
  .nav ul li {
    margin-right: 20px;
  }

  .nav ul li a {
    font-size: 13px;
  }

  .shop-nav > ul > li.log > a,
  .shop-nav > ul > li > a > span.amount {
    font-size: 13px;
  }
}

@media screen and (max-width: 1300px) {
  .shop-nav > ul > li > a > span.amount {
    font-size: 13px;
  }
}

.shop-nav > ul > li > a > span.amount {
  letter-spacing: unset;
}

.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: 300px;
  left: 0%;
  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;
  height: 44px !important;
}

@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: 40px;
}

.product-price-hold {
  padding-top: 15px;
  padding-bottom: 15px;
}
  
.product-chinese-name {
  font-size: 14px; }

.product-title {
  letter-spacing: 1px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-checkout-review-order .coupon #coupon_code {
  width: 100% !important;
}

@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;
  }
}


.wl-slide-home .section-title {
  letter-spacing: 4px;
}

.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: #9e1c43;
  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: #fff0 !important;
  color: #9e1c43 !important;
  border: 1px solid #9e1c43;
}

.woocommerce button.w3-bnt-account-cancel:hover {
  background: #be456a !important;
  color: #f1eee9 !important;
  border: 1px solid #be456a;
}

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

.product-title {
  margin-bottom: 0;
}

.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 #881f3f;
}

.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 #881f3f;
}

.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;
}

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

.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: #a58677;
  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%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: 91px !important;
  color: #fff;
  text-decoration: unset;
  line-height: 7px !important;
}

.wl-product-add-ons .wala__price {
  font-size: 11px;
  text-align: center;
  color: #a58576;
  padding-top: 5px;
}

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

