/*
Theme Name: Krasaki theme
Author: Cloud-z
Description: In victory, you deserve Champagne. In defeat you need it.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  overflow-x: hidden;
  outline: none;
}

#content {
  max-width: 1920px;
  margin: 0 auto;
}

h2 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 72px;
  color: #0e0e0e;
  margin-bottom: 20px;
}

.waldorf {
  font-family: "WaldorfTLPro-Regular";
}

.text-white {
  color: white;
}

.text-green {
  color: #79B791;
}

.text-red {
  color: #C74954;
}

.transparent-blue-background {
  background-color: #1A283705 !important;
}

.title2 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
}

.title3 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3.43px;
  line-height: 21px;
  margin-bottom: 15px;
}

.text-huge {
  font-family: "WaldorfTLPro-Regular";
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 51px;
}

.text-big {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

.underline-title {
  position: relative;
  padding: 0 5px;
}

.underline-title:after {
  border-bottom: 22px solid #79B791;
  bottom: -3px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.underline-title span {
  z-index: 10;
  position: relative;
}

.cta-btn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  color: #1A2837;
  padding: 22px 54px;
  border: 1px solid #1A2837;
  margin-top: 48px;
  display: inline-block;
}

.cta-btn:hover {
  text-decoration: none;
  color: #1A2837;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background: #F1F2F3;
  color: #0e0e0e;
  border-top: 3px solid #C74954;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #C74954;
}

.woocommerce-info,
.woocommerce-message {
  border-top: 3px solid #79B791;
}

.woocommerce-info:before,
.woocommerce-message:before {
  color: #79B791;
}

.grecaptcha-badge {
  opacity: 0;
}

header #top-bar {
  height: 44px;
  background-color: #1A2837;
}

header #top-bar .free-delivery-block {
  padding-right: 20px;
  position: relative;
  flex-grow: 1;
  margin-right: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header #top-bar .free-delivery-block .search-open {
  padding-right: 0;
}

header #top-bar .free-delivery-block .search-open .search-icon {
  display: none;
}

header #top-bar .free-delivery-block .search-icon {
  position: absolute;
  right: 0;
  top: 34%;
  cursor: pointer;
}

header #top-bar .free-delivery-block #searchform {
  width: 0;
  overflow: hidden;
  position: absolute;
  transition: width 0.3s ease-in-out;
  right: 0;
  height: 34px;
}

header #top-bar .free-delivery-block #searchform.open {
  width: 100%;
}

header #top-bar .free-delivery-block #searchform .search-wrapper {
  display: flex;
  margin-left: 10px;
  height: 100%;
}

header #top-bar .free-delivery-block #searchform .search-wrapper input[type="text"] {
  flex-grow: 1;
  padding: 3px 25px 3px 15px;
  border-radius: 6px;
  border: 0;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #0e0e0e;
  max-width: 100%;
}

header #top-bar .free-delivery-block #searchform .search-wrapper input[type="submit"] {
  background: url("./assets/images/search-icon-green.svg");
  border: 0;
  display: block;
  height: 15px;
  width: 15px;
  right: 10px;
  top: 9px;
  position: absolute;
  background-repeat: no-repeat;
}

header .cart-wrapper,
header .logo-wrapper {
  flex-grow: 0;
}

header #site-navigation {
  height: 90px;
  background-color: white;
}

header #site-navigation .navbar {
  padding-left: 0;
  padding-right: 0;
}

header #site-navigation .nav-item a {
  color: #1A2837;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px;
}

header #site-navigation .site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

header #site-navigation .site-header-cart .cart-icon {
  padding: 13px 14px;
  background-color: #C74954;
  border-radius: 30px;
  display: block;
  z-index: 10001;
  position: relative;
}

header #site-navigation .site-header-cart .cart-icon .cart-badge {
  background-color: #1A2837;
  color: white;
  padding: 2px 7px;
  border-radius: 12px;
  top: 0px;
  right: -5px;
}

header #site-navigation .site-header-cart .cart-icon .cart-badge:hover {
  color: white;
}

#product-main-content {
  background: linear-gradient(to right, #F1F2F3 0%, #F1F2F3 45%, white 45%, white 100%);
  height: 875px;
}

#product-main-content.gift {
  background: none;
  height: 600px;
}

#product-main-content .product_images {
  left: 45%;
  top: 55%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
}

#product-main-content .product_images.gift {
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}

#product-main-content .product_images.gift .product-image-wrapper {
  text-align: center;
}

#product-main-content .product_images .custom-badge {
  left: 167px;
  top: -26px;
}

#product-main-content .product_images .discount-badge {
  left: 167px;
  top: 95px;
  background-color: #E1B941;
  border-radius: 40px;
  padding: 20px 12px;
  font-size: 20px;
  letter-spacing: 1px;
}

#product-main-content .subtitle {
  color: #C74954;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  margin-bottom: 8px;
}

#product-main-content .product_title {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 56px;
  color: #0e0e0e;
  margin-bottom: 14px;
  word-break: break-word;
}

#product-main-content .stock {
  color: #79B791;
  letter-spacing: 2px;
  line-height: 22px;
}

#product-main-content .stock .sku {
  opacity: 0.6;
  color: #1A2837;
  margin-left: 10px;
  white-space: nowrap;
}

#product-main-content .out-of-stock {
  color: #C74954;
}

#product-main-content .availability-badge img {
  vertical-align: text-bottom;
}

#product-main-content .price,
#product-main-content .price ins {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 72px;
  color: #1A2837;
  margin-bottom: 20px;
  font-weight: normal;
  text-decoration: none;
}

#product-main-content .price ins,
#product-main-content .price ins ins {
  color: #C74954;
}

#product-main-content .price del,
#product-main-content .price ins del {
  font-size: 24px;
  line-height: 36px;
  opacity: 1;
}

#product-main-content .cart {
  display: flex;
  margin-bottom: 20px;
}

#product-main-content .cart .add_to_cart_button {
  width: 100%;
  margin-left: 10px;
  border-radius: 0;
  border: 0;
  background-color: #C74954;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  outline: none;
  color: white;
  padding: 20px 10px;
}

#product-main-content .cart .add_to_cart_button.loading {
  opacity: 0.5;
}

#product-main-content .cart .add_to_cart_button.loading:after {
  top: 18px;
  right: 8px;
}

#product-main-content .cart .add_to_cart_button:hover {
  color: white;
  background-color: #C74954;
}

#product-main-content .cart .added_to_cart {
  display: none !important;
}

#product-main-content .price-note {
  opacity: 0.6;
  color: #1A2837;
  font-style: italic;
  letter-spacing: 0;
  line-height: 21px;
}

.quantity .qty {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 36px;
  border: 0.5px solid #1A2837;
  height: 54px;
  width: 64px;
  padding-right: 12px;
}

.quantity .qty :focus {
  border: inherit;
}

.quantity .qty-arrow {
  right: 8px;
  cursor: pointer;
}

.quantity .qty-up {
  top: 12px;
}

.quantity .qty-down {
  bottom: 12px;
}

.quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

#product-main-content-attributes-mobile {
  background-color: #F1F2F3;
}

.woocommerce-product-attributes {
  border-top: 1px solid #1A283724;
  width: 275px;
}

.woocommerce-product-attributes-item {
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #1A283724;
}

.woocommerce-product-attributes-item .attribute-icon-wrapper {
  float: left;
  width: 75px;
  flex-shrink: 0;
}

.woocommerce-product-attributes-item .attribute-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #1A2837;
}

.woocommerce-product-attributes-item .attribute-value {
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A2837;
}

#product-description {
  padding: 92px 0;
  background-color: #79B791;
}

#product-description p {
  color: #1A2837;
}

.drops img {
  margin-left: 6px;
}

#additional-attributes {
  padding: 92px 0;
  background-color: #1A2837;
}

#additional-attributes .content {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

#additional-attributes .drop-attributes {
  margin-bottom: 92px;
}

#additional-attributes .drop-attributes .drop-attributes-wrapper {
  border-top: 1px solid #79B791;
}

#additional-attributes .drop-attributes .drop-attributes-wrapper .drop-attribute {
  border-bottom: 1px solid #79B791;
  padding: 23px 0;
}

#additional-attributes .drop-attributes .drop-attributes-wrapper .drop-attribute .attribute-name {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
}

#additional-attributes .block-attrbute-wrapper {
  padding: 48px 60px;
  border: 1px solid #79B791;
}

#additional-attributes .block-attrbute-wrapper .heading {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 29px;
  margin-bottom: 30px;
}

#additional-attributes .block-attrbute-wrapper .heading .underline-title:after {
  border-bottom: 13px solid #79B791;
}

#additional-attributes .block-attrbute-wrapper .block-image-wrapper {
  width: 320px;
  padding-right: 20px;
}

.icon-attribute-wrapper {
  margin-bottom: 48px;
}

.icon-attribute-wrapper img {
  margin-bottom: 15px;
}

.icon-attribute-wrapper .name {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 8px;
}

.icon-attribute-wrapper .value {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.more-products-producer-title {
  padding-top: 120px;
}

.more-products {
  background-color: #F1F2F3;
  margin-top: -32px;
  padding-top: 120px;
  padding-bottom: 64px;
  overflow: hidden;
}

.product-box-wrapper {
  background-color: white;
  margin-top: 155px;
  padding: 0 40px 24px;
  border-radius: 6px;
  margin-bottom: -155px;
  position: relative;
}

.product-box-wrapper.outofstock {
  opacity: 0.7;
}

.product-box-wrapper .discount-badge {
  left: 70%;
  top: -32px;
  background-color: #E1B941;
  border-radius: 40px;
  padding: 14px 4px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #1A2837;
}

.product-box-wrapper a:hover {
  text-decoration: none;
  color: inherit;
}

.product-box-wrapper .image-wrapper {
  margin-top: -155px;
}

.product-box-wrapper .image-wrapper img {
  display: inline !important;
  margin: 0 !important;
}

.product-box-wrapper .title {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #0e0e0e;
}

.product-box-wrapper .attrs {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #0e0e0e;
}

.product-box-wrapper .price,
.product-box-wrapper .price ins {
  font-size: 34px !important;
  letter-spacing: 0;
  line-height: 51px;
  color: #0e0e0e !important;
  font-weight: normal !important;
  text-decoration: none;
}

.product-box-wrapper .price del,
.product-box-wrapper .price ins del {
  font-size: 20px !important;
}

.product-box-wrapper .button.product_type_simple {
  border-radius: 0;
  border: 0;
  background-color: #7D7D7D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  outline: none;
  color: white;
  width: 100%;
  height: 54px;
  padding: 20px 10px;
  cursor: not-allowed;
}

.product-box-wrapper .button.product_type_simple:hover {
  background-color: #7D7D7D;
}

.product-box-wrapper .button.product_type_simple.add_to_cart_button {
  background-color: #C74954;
  cursor: pointer;
}

.product-box-wrapper .button.product_type_simple.add_to_cart_button.loading {
  opacity: 0.5;
}

.product-box-wrapper .button.product_type_simple.add_to_cart_button.loading:after {
  top: 18px;
  right: 8px;
}

.product-box-wrapper .button.product_type_simple.add_to_cart_button:hover {
  color: white;
  background-color: #C74954;
}

.product-box-wrapper .added_to_cart {
  display: none !important;
}

.product-box-wrapper.gift a {
  flex-grow: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-box-wrapper.gift a .image-wrapper {
  margin-top: -80px;
  margin-bottom: 20px;
}

.more-products-title {
  padding-top: 60px;
}

.more-products .swiper-container {
  overflow: visible;
}

.more-products .swiper-container .swiper-wrapper {
  width: auto;
  margin-bottom: 40px;
}

.more-products .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}

.more-products .swiper-container .swiper-wrapper .swiper-slide.product {
  margin-bottom: 219px;
}

.more-products .cta-btn {
  margin-top: 0;
}

.more-products-producer {
  background-color: #1A2837;
  height: 843px;
  overflow: hidden;
}

.more-products-producer .slider-container {
  position: relative;
}

.more-products-producer .producer-background {
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}

.more-products-producer .producer-background img {
  height: 100%;
  max-width: none;
}

.more-products-producer .producers-products-slider-row {
  margin-right: -76px;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper {
  margin-bottom: 80px;
  background-color: #79B791;
  margin-left: -76px;
  padding-left: 103px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-right: 0;
  padding-right: 0;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .swiper-container {
  overflow: hidden;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .swiper-container .swiper-wrapper {
  width: auto;
  margin-bottom: 155px;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: 276px;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .navigation-buttons {
  margin-top: 32px;
  display: inline-block;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .navigation-buttons img {
  cursor: pointer;
  outline: none;
}

.more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .navigation-buttons img.left-btn {
  margin-right: 24px;
}

.more-products-producer .producer-content {
  position: absolute;
  bottom: 0;
}

.more-products-producer .producer-content h3 {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 90px;
  padding-right: 80px;
  overflow-wrap: normal;
}

.more-products-producer .producer-content .more-btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  margin-top: 24px;
  display: block;
}

.more-products-producer .producer-content .more-btn:hover {
  text-decoration: none;
}

.producer-background-mobile {
  padding-top: 185px;
  padding-bottom: 44px;
  background-size: cover;
  background-position: center center;
  margin-top: 92px;
}

.producer-background-mobile h3 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 57.6px;
}

.producer-background-mobile .more-btn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  margin-top: 16px;
  display: block;
}

.producer-background-mobile .more-btn:hover {
  text-decoration: none;
}

.related-products-boxes {
  background-color: #1A2837;
  padding-top: 92px;
  padding-bottom: 56px;
}

.related-products-boxes h2 {
  margin-bottom: 48px;
}

.related-products-boxes .related-box {
  background-color: white;
  padding: 24px 15px 24px 15px;
  margin-bottom: 24px;
  width: 100%;
}

.related-products-boxes .related-box a:hover {
  text-decoration: none;
}

.related-products-boxes .related-box .image-wrapper img {
  height: 56px;
}

.related-products-boxes .related-box .text-wrapper {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 24px;
  color: #0e0e0e;
}

.related-products-boxes .related-box .arrow-img {
  right: 16px;
  bottom: 16px;
}

.general-info-boxes {
  padding-top: 100px;
  padding-bottom: 100px;
}

.general-info-boxes .general-info-box {
  margin-bottom: 48px;
}

.general-info-boxes .general-info-box img {
  margin-bottom: 26px;
}

.general-info-boxes .general-info-box .text-wrapper {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.woocommerce-products-header {
  height: 350px;
  background-position: right center;
  background-size: cover;
}

.woocommerce-products-header.wines,
.woocommerce-products-header.red {
  background-image: url("./assets/images/red_wines_banners.png");
}

.woocommerce-products-header.rose {
  background-image: url("./assets/images/rose_wines_banners.png");
}

.woocommerce-products-header.white {
  background-image: url("./assets/images/white_wines_banners.png");
}

.woocommerce-products-header.collections {
  background-image: url("./assets/images/collections_banners.png");
}

.woocommerce-products-header.collections h1 {
  color: white;
}

.woocommerce-products-header.winemakers {
  background-image: url("./assets/images/winemaker-banners.png");
}

.woocommerce-products-header.winemakers h1 {
  color: white;
}

.woocommerce-products-header h1 {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 90px;
  color: #0e0e0e;
}

.woocommerce-products-header h1 span.underline-title:after {
  border-bottom: 22px solid #E1B941;
}

#woocommerce-products-loop {
  padding-top: 64px;
  padding-bottom: 128px;
}

#woocommerce-products-loop > .container {
  border-top: 0.5px solid #1A2837;
}

#woocommerce-products-loop .container {
  padding-top: 30px;
}

#shop-sidebar {
  margin-top: 56px;
}

#shop-sidebar li.widget {
  list-style: none;
}

#shop-sidebar .woof_container h4 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  font-family: "WaldorfTLPro-Regular";
  color: #1A2837;
  margin-bottom: 16px;
}

#shop-sidebar .woof_container .woof_list {
  padding: 0;
}

#shop-sidebar .woof_container .woof_list li label {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 21px;
  color: #1A2837;
  text-transform: uppercase;
  margin-bottom: 0;
}

#shop-sidebar .woof_container .woof_list li .icheckbox_square-grey {
  width: 16px;
  height: 16px;
  background-size: 175px 16px;
}

#shop-sidebar .woof_container .woof_list li .icheckbox_square-grey.hover {
  background-position: -18px 0;
}

#shop-sidebar .woof_container .woof_list li .icheckbox_square-grey.checked {
  background-position: -35px 0px;
}

#shop-sidebar .woof_container .woof_list li span.woof_checkbox_count {
  display: none;
}

#shop-sidebar .woof_container .woof_front_toggle img {
  width: 17px;
  transition: 0.3s ease-in-out;
}

#shop-sidebar .woof_container .woof_front_toggle_closed img {
  transform: rotate(-270deg);
}

#shop-sidebar .woof_list li {
  display: flex;
  padding: 0 0 10px 0 !important;
}

#shop-sidebar .woof_list li .icheckbox_square-grey {
  flex-shrink: 0;
}

#shop-sidebar .woof_list li label {
  margin-left: 18px;
  padding-top: 1px;
}

#shop-sidebar ::-webkit-scrollbar,
#shop-sidebar ::-webkit-scrollbar-thumb,
#shop-sidebar ::-webkit-scrollbar-track {
  width: 5px;
  border: none;
  background: transparent;
}

#shop-sidebar ::-webkit-scrollbar-button,
#shop-sidebar ::-webkit-scrollbar-track-piece,
#shop-sidebar ::-webkit-scrollbar-corner,
#shop-sidebar ::-webkit-resizer {
  display: none;
}

#shop-sidebar ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #1A2837;
}

#shop-sidebar ::-webkit-scrollbar-track {
  background-image: url("./assets/images/scrollbar-background.png");
  background-repeat: repeat-y;
  background-size: contain;
}

#shop-sidebar .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #1A2837;
  border: 0;
  top: -6px;
}

#shop-sidebar .ui-slider-horizontal {
  height: 1px;
  background-color: #1A2837;
}

#shop-sidebar .ui-slider-horizontal .ui-slider-range {
  background: none;
}

#shop-sidebar .price_slider_amount .price_label {
  color: #1A2837;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 21px;
}

#shop-sidebar .price_slider_amount .button {
  font-size: 12px;
  background-color: #F1F2F3;
  border-radius: 0;
  outline: 0;
  border: 0;
}

#shop-sidebar .button.woof_reset_search_form {
  font-size: 12px;
  background-color: #F1F2F3;
  border-radius: 0;
  outline: 0;
  border: 0;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 56px;
}

.woocommerce .woocommerce-ordering select.orderby {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 21px;
  -moz-text-align-last: right;
  text-align-last: right;
  color: #1A2837;
  border: 0;
  text-transform: uppercase;
  outline: 0 !important;
  background-color: white;
}

.woocommerce .woocommerce-ordering select.orderby option {
  direction: rtl;
  text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  font-family: "WaldorfTLPro-Regular";
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  color: #0e0e0e;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
  color: #0e0e0e;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a img.prev-img {
  transform: rotate(180deg);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus {
  background: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background: none;
  color: #C74954;
  text-decoration: underline;
}

.products-wrapper .products {
  clear: both;
}

.products-wrapper .products .product {
  margin-bottom: 219px;
}

.big-boxes {
  padding-top: 80px;
  padding-bottom: 64px;
}

.big-boxes .container {
  padding: 0;
}

.big-boxes .container .big-box {
  padding-bottom: 64px;
}

.big-boxes .container .big-box .image-wrapper {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center center;
}

.big-boxes .container .big-box .content {
  margin-top: -87px;
  margin-right: 23px;
  background-color: white;
  padding: 48px 76px;
}

.big-boxes .container .big-box .content a:hover {
  text-decoration: none;
}

.big-boxes .container .big-box .content h2 {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 40.8px;
  color: #0e0e0e;
}

.big-boxes .container .big-box .content .box-excerpt {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  color: #1A2837;
}

.big-boxes .container .big-box .more-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  color: #1A2837;
  margin-top: 24px;
  display: block;
}

.big-boxes .container .big-box .more-link:hover {
  text-decoration: none;
}

.big-boxes .container .big-box .more-link img {
  margin-left: 10px;
}

.collection-description {
  padding: 72px 0;
}

.collection-description .content {
  color: #0e0e0e;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
}

.collection-wines {
  padding: 0 0 72px;
}

a.filter-button {
  border: 1px solid #1A2837;
  padding: 16px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 16px;
  color: #0e0e0e;
}

a.filter-button:hover {
  text-decoration: none;
}

a.filter-button img {
  transform: rotate(270deg);
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}

a.filter-button.collapsed img {
  transform: rotate(90deg);
}

.medium-boxes {
  padding-top: 80px;
  padding-bottom: 64px;
}

.medium-boxes .container .medium-box {
  padding-bottom: 64px;
}

.medium-boxes .container .medium-box .medium-box-inner {
  padding-bottom: 24px;
  border: 1px solid #E1B941;
}

.medium-boxes .container .medium-box .image-wrapper {
  padding: 42px 32px 0;
  height: 200px;
}

.medium-boxes .container .medium-box .content {
  padding: 32px 22px 0;
}

.medium-boxes .container .medium-box .content a:hover {
  text-decoration: none;
}

.medium-boxes .container .medium-box .content h2 {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 40.8px;
  color: #0e0e0e;
  text-align: center;
  margin: 0;
}

.medium-boxes .container .medium-box .content .area {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  color: #0e0e0e;
  margin: 16px 0 0;
}

.medium-boxes .container .medium-box .content .more-button {
  margin: 32px auto 0;
  border-radius: 0;
  border: 0;
  background-color: #1A2837;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  outline: none;
  color: white;
  width: 180px;
  height: 54px;
  padding: 18px 10px;
}

.medium-boxes .container .medium-box .content .more-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  color: #1A2837;
  margin-top: 24px;
  display: block;
}

.medium-boxes .container .medium-box .content .more-link:hover {
  text-decoration: none;
}

.medium-boxes .container .medium-box .content .more-link img {
  margin-left: 10px;
}

.single-producers .woocommerce-products-header {
  height: 632px;
  background-position: center;
}

.single-producers .woocommerce-products-header h1 {
  color: white;
}

.single-producers .woocommerce-products-header h1 span.underline-title:after {
  border-color: #79B791;
}

.single-collections h1 {
  color: white;
}

.producer-content {
  padding-top: 96px;
  padding-bottom: 128px;
}

.producer-content p {
  margin-bottom: 32px;
}

.producer-content .main-content {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 51px;
  color: #1A2837;
}

.producer-content .content {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  color: #1A2837;
}

.producer-info {
  background: linear-gradient(to right, #1A2837 0%, #1A2837 58%, white 58%, white 100%);
  margin-bottom: 120px;
}

.producer-info .boxes {
  padding: 120px 0;
}

.producer-slider-container {
  top: 0;
  padding-right: 0;
}

.producer-slider-container .swiper-container {
  padding-bottom: 30px;
}

.producer-slider-container .swiper-container .swiper-slide {
  height: 495px;
}

.producer-slider-container .swiper-container .swiper-slide img {
  height: 100%;
}

.producer-slider-container .swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: -5px;
  left: 20%;
  width: 100%;
  text-align: left;
}

.producer-slider-container .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 75px;
  height: 3px;
  border-radius: 0;
}

.producer-slider-container .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #79B791;
}

.banner-title-simple {
  height: 350px;
}

.banner-title-simple .subheading {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-top: 20px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce table.cart {
  border: 0;
}

.woocommerce table.cart thead tr th {
  color: #79B791;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  border-bottom: 5px solid #79B791;
}

.woocommerce table.cart tbody tr:first-child td {
  padding-top: 30px;
}

.woocommerce table.cart tbody tr td {
  border-top: 1px solid #79B791;
  background-color: transparent !important;
}

.woocommerce table.cart tbody tr td.product-name {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #0e0e0e;
}

.woocommerce table.cart tbody tr td.product-name a {
  color: #0e0e0e;
}

.woocommerce table.cart tbody tr td.product-name a:hover {
  text-decoration: none;
}

.woocommerce table.cart tbody tr td.product-name .attributes {
  color: #0e0e0e;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
}

.woocommerce table.cart tbody tr td.product-price,
.woocommerce table.cart tbody tr td.product-subtotal {
  color: #0e0e0e;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

.woocommerce table.cart tbody tr td.product-remove {
  background-color: white !important;
}

.woocommerce table.cart tbody tr td.product-remove a:hover {
  background: none;
}

.woocommerce table.cart tbody tr td.actions button {
  font-size: 12px;
  background-color: #f1f2f3;
  border-radius: 0;
  outline: 0;
  border: 0;
  display: none;
}

.woocommerce table.cart tbody .quantity {
  width: 76px;
}

.woocommerce table.cart tbody .quantity .qty {
  width: 76px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  color: #0e0e0e;
}

.woocommerce table.cart tbody .quantity img {
  width: 10px;
}

.woocommerce .cart-collaterals {
  padding-bottom: 40px;
}

.woocommerce .cart_totals {
  margin-top: 64px;
}

.woocommerce .cart_totals table.shop_table {
  border: 0;
}

.woocommerce .cart_totals table.shop_table tr th,
.woocommerce .cart_totals table.shop_table tr td {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  border-top: 1px solid #79B791;
  background-color: transparent;
}

.woocommerce .cart_totals table.shop_table tr.order-total th,
.woocommerce .cart_totals table.shop_table tr.order-total td {
  color: #0e0e0e;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
}

.woocommerce .cart_totals table.shop_table tr.order-total th .includes_tax,
.woocommerce .cart_totals table.shop_table tr.order-total td .includes_tax {
  font-size: 55%;
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce .wc-proceed-to-checkout a.button:hover {
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  background-color: #1A2837;
}

.woocommerce .woocommerce-EditAccountForm .button,
.woocommerce .woocommerce-address-fields .button,
.woocommerce .woocommerce-ResetPassword .button {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  color: white;
  width: 250px;
  padding: 20px;
  border: 1px solid #1A2837;
  background-color: #1A2837;
  outline: none;
  text-transform: uppercase;
  margin: 24px auto 0;
  display: block;
  border-radius: 0;
}

.woocommerce .woocommerce-EditAccountForm .button:hover,
.woocommerce .woocommerce-address-fields .button:hover,
.woocommerce .woocommerce-ResetPassword .button:hover {
  border: 1px solid #1A2837;
  background-color: #1A2837;
  color: white;
}

.woocommerce .woocommerce-EditAccountForm .woocommerce-ResetPassword,
.woocommerce .woocommerce-address-fields .woocommerce-ResetPassword,
.woocommerce .woocommerce-ResetPassword .woocommerce-ResetPassword {
  width: 300px;
}

.woocommerce-checkout .woocommerce.woocommerce-EditAccountForm fieldset.not-first {
  margin-top: 24px;
}

.woocommerce-checkout .woocommerce.woocommerce-EditAccountForm fieldset legend {
  margin-bottom: 30px;
  color: #0e0e0e;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-address-fields .form-row {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-address-fields .form-row label {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .woocommerce .form-login-col {
  border-right: 1px solid #F1F2F3;
}

.woocommerce-checkout .woocommerce h3 {
  color: #0e0e0e;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 32px;
  font-family: "WaldorfTLPro-Regular";
}

.woocommerce-checkout .woocommerce .woocommerce-form-login__submit,
.woocommerce-checkout .woocommerce .guest-login {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  color: #1A2837;
  width: 100%;
  padding: 20px;
  border: 1px solid #1A2837;
  background-color: #F1F2F3;
  outline: none;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login__submit:hover,
.woocommerce-checkout .woocommerce .guest-login:hover {
  background-color: #F1F2F3;
}

.woocommerce-checkout .woocommerce p.mailchimp-newsletter label.woocommerce-form__label-for-checkbox {
  width: auto;
  line-height: 9px;
}

.woocommerce-checkout .woocommerce .guest-login {
  background-color: #1A2837;
  color: white;
}

.woocommerce-checkout .woocommerce .guest-login:hover {
  background-color: #1A2837;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login {
  border: 0;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password,
.woocommerce-checkout .woocommerce .woocommerce-form-login .register {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin-top: 16px;
  color: #0e0e0e;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a,
.woocommerce-checkout .woocommerce .woocommerce-form-login .register a {
  color: #0e0e0e;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .register a {
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panels {
  margin: 0;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel {
  background: none !important;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel.login #action-next-accordion-0 {
  display: none;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel .thwmsc-accordion-label {
  background: none !important;
  color: #0e0e0e !important;
  border-bottom: 1px solid #79B791;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel .thwmsc-accordion-label .thwmsc-tab-label {
  font-family: "WaldorfTLPro-Regular";
  font-size: 28px !important;
  letter-spacing: 1px;
  line-height: 36px;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel .thwmsc-accordion-label .thwmsc-tab-label .thwmsc-index {
  border: none !important;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel.billing .action-accordion-prev {
  display: none;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel.billing .action-accordion-next {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  color: white;
  width: 250px;
  padding: 20px;
  border: 1px solid #1A2837;
  background-color: #1A2837;
  outline: none;
  text-transform: uppercase;
  margin: 48px auto 0;
  display: block;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel.billing .action-accordion-next:hover {
  background-color: #1A2837;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel.billing .invoice-only {
  display: none;
}

.woocommerce-checkout .woocommerce .thwmsc-accordion-step .thwmsc-tab-panel.order_review .action-accordion-prev {
  display: none;
}

.woocommerce-checkout .woocommerce .form-row {
  margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .form-row .required {
  color: #79B791;
}

.woocommerce-checkout .woocommerce .form-row .optional {
  display: none;
}

.woocommerce-checkout .woocommerce .form-row label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: #79B791;
  text-transform: uppercase;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .form-row input,
.woocommerce-checkout .woocommerce .form-row .woocommerce-input-wrapper > strong {
  border: 0;
  border-bottom: 1px solid #79B791;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  height: 38px;
  padding: 6px 0;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.woocommerce-checkout .woocommerce .form-row .woocommerce-input-wrapper > strong {
  width: 100%;
  display: block;
}

.woocommerce-checkout .woocommerce .form-row input[type="checkbox"] {
  height: auto;
}

.woocommerce-checkout .woocommerce .form-row .password-input {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce .create-account label,
.woocommerce-checkout .woocommerce .shipping_address label,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields label {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .create-account .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .shipping_address .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 80%;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection,
.woocommerce-checkout .woocommerce .create-account .woocommerce-input-wrapper .select2-selection,
.woocommerce-checkout .woocommerce .shipping_address .woocommerce-input-wrapper .select2-selection,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper .select2-selection {
  height: 38px;
  padding: 6px 0;
  border-radius: 0;
  outline: 0;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection .select2-selection__arrow,
.woocommerce-checkout .woocommerce .create-account .woocommerce-input-wrapper .select2-selection .select2-selection__arrow,
.woocommerce-checkout .woocommerce .shipping_address .woocommerce-input-wrapper .select2-selection .select2-selection__arrow,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  top: 4px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields textarea,
.woocommerce-checkout .woocommerce .create-account textarea,
.woocommerce-checkout .woocommerce .shipping_address textarea,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields textarea {
  font-size: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.client_type > label,
.woocommerce-checkout .woocommerce .create-account .form-row.client_type > label,
.woocommerce-checkout .woocommerce .shipping_address .form-row.client_type > label,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .form-row.client_type > label {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: "WaldorfTLPro-Regular";
  text-transform: none;
  color: #0e0e0e;
  font-weight: normal;
  margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.client_type .required,
.woocommerce-checkout .woocommerce .create-account .form-row.client_type .required,
.woocommerce-checkout .woocommerce .shipping_address .form-row.client_type .required,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .form-row.client_type .required {
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.client_type .woocommerce-input-wrapper label,
.woocommerce-checkout .woocommerce .create-account .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .create-account .form-row.client_type .woocommerce-input-wrapper label,
.woocommerce-checkout .woocommerce .shipping_address .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .shipping_address .form-row.client_type .woocommerce-input-wrapper label,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .form-row.client_type .woocommerce-input-wrapper label {
  float: left;
  width: auto;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 12px;
  color: #0e0e0e;
  text-transform: none;
  height: auto;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .create-account .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .shipping_address .form-row.client_type .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .form-row.client_type .woocommerce-input-wrapper input {
  margin-right: 14px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.client_type .woocommerce-input-wrapper .radio:first-of-type,
.woocommerce-checkout .woocommerce .create-account .form-row.client_type .woocommerce-input-wrapper .radio:first-of-type,
.woocommerce-checkout .woocommerce .shipping_address .form-row.client_type .woocommerce-input-wrapper .radio:first-of-type,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .form-row.client_type .woocommerce-input-wrapper .radio:first-of-type {
  margin-right: 32px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #F1F2F3;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr {
  border-bottom: 1px solid #79B791;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr.coupon-form-row .woocommerce-info {
  border: 0;
  margin: 12px 0;
  padding: 0;
  background: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr.coupon-form-row .woocommerce-info::before {
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr td {
  border: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr td {
  border-top: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr th.bordered,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr td.bordered {
  border-bottom: 1px solid #79B791;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr th.top-bordered,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr td.top-bordered {
  border-top: 1px solid #79B791;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr th.first-line,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr td.first-line {
  padding-top: 40px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.shipping-cost th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.shipping-cost td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.cart-discount th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.cart-discount td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.fee th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.fee td {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  color: #0e0e0e;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #0e0e0e;
  font-weight: 300;
  vertical-align: baseline;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .product-name {
  font-family: "WaldorfTLPro-Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #0e0e0e;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .product-total {
  font-family: "WaldorfTLPro-Regular";
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #0e0e0e;
  width: 110px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .product-quantity {
  color: #79B791;
  font-weight: 300;
}

.woocommerce-checkout .woocommerce ul.woocommerce-shipping-methods {
  margin-bottom: 24px !important;
  border-bottom: 1px solid #F1F2F3;
}

.woocommerce-checkout .woocommerce ul.woocommerce-shipping-methods li {
  padding: 24px;
  border: 1px solid #79B791;
  font-family: "WaldorfTLPro-Regular";
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  display: flex;
  margin-bottom: 16px !important;
}

.woocommerce-checkout .woocommerce ul.woocommerce-shipping-methods li input {
  align-self: center;
  display: flex;
  margin-right: 24px;
}

.woocommerce-checkout .woocommerce ul.woocommerce-shipping-methods li label {
  margin: 0;
  width: 100%;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce ul.woocommerce-shipping-methods li .woocommerce-Price-amount {
  float: right;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment {
  background: none !important;
}

.woocommerce-checkout .woocommerce ul.wc_payment_methods {
  margin-bottom: 24px !important;
  border-bottom: 1px solid #F1F2F3 !important;
  padding: 0 !important;
}

.woocommerce-checkout .woocommerce ul.wc_payment_methods li {
  padding: 24px;
  border: 1px solid #79B791;
  font-family: "WaldorfTLPro-Regular";
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 16px !important;
}

.woocommerce-checkout .woocommerce ul.wc_payment_methods li input {
  align-self: center;
  margin-right: 24px;
}

.woocommerce-checkout .woocommerce ul.wc_payment_methods li label {
  margin: 0;
  width: 100%;
  display: inline;
}

.woocommerce-checkout .woocommerce ul.wc_payment_methods li .woocommerce-Price-amount {
  float: right;
}

.woocommerce-checkout .woocommerce #place_order {
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  background-color: #1A2837;
  margin: 24px auto 0;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper {
  margin-top: 20px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .mini-cart-heading {
  text-align: center;
  color: #1A2837;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 32px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item {
  padding: 0;
  margin-bottom: 12px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item .image-wrapper img {
  width: 16px;
  float: left;
  margin-right: 15px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item .quantity {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #79B791;
  margin-right: 5px;
  float: left;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item a.name {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #0e0e0e;
  float: left;
  width: 120px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item a.name:hover {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item .price {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #0e0e0e;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item .remove_from_cart_button {
  display: none;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  color: inherit;
  background-color: transparent;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .woocommerce-mini-cart-item .remove_from_cart_button img {
  margin-top: 4px;
  width: 10px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .total {
  border-top: 1px solid #79B791;
  padding-top: 10px;
  margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .total .woocommerce-Price-amount {
  float: right;
}

.woocommerce-checkout .woocommerce .mini-cart-wrapper .wc-forward {
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-order {
  padding-bottom: 60px;
}

.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
  padding: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-order ul.woocommerce-order-overview li {
  font-size: 14px;
}

.select2-results__option {
  font-size: 16px;
}

.select2-search__field {
  font-size: 16px;
  outline: 0;
}

#slider {
  background: linear-gradient(to right, #061F2F 0%, #061F2F 50%, white 50%, white 100%);
  height: 660px;
}

#slider .text-part {
  height: 660px;
  margin-top: -660px;
}

#slider .left {
  padding: 40px 0 30px;
  background-color: #061F2F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#slider .left .inner {
  padding-right: 130px;
}

#slider .left .inner .image-wrapper {
  padding-right: 20px;
}

#slider .left .inner .image-wrapper img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: 395px;
  margin-bottom: 20px;
}

#slider .left .inner h1 {
  color: white;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 68px;
  margin-bottom: 14px;
}

#slider .left .inner p {
  color: white;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}

#slider .left .inner .cta {
  color: #79B791;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  text-decoration: none;
}

#slider .right {
  height: 100%;
  padding: 0;
}

#slider .right .box {
  height: 50%;
  position: relative;
  background-size: cover;
}

#slider .right .box > a {
  z-index: 200;
}

#slider .right .box .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 30px;
}

#slider .right .box .text-wrapper h3 {
  color: white;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 51px;
}

#slider .right .box .text-wrapper p {
  color: white;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 300;
}

.page-template-home-page .latest-products,
.page-template-home-page .offers {
  padding: 60px 0;
}

.page-template-home-page .latest-products .more-products,
.page-template-home-page .offers .more-products {
  background-color: white;
}

a:hover {
  text-decoration: none;
}

a .promo-banner {
  background-color: #061F2F;
  min-height: 550px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: right center;
}

a .promo-banner h2 {
  font-size: 96px;
  letter-spacing: 0;
  line-height: 96px;
  color: white;
  margin-top: 24px;
}

a .promo-banner p {
  color: white;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}

.philosophy {
  padding: 80px 0;
  background-color: #E1B941;
}

.philosophy h3 {
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 21px;
}

.philosophy .content {
  color: #1A2837;
}

.producers {
  padding: 128px 0;
  background-color: #061F2F;
}

.producers .text-wrapper {
  padding: 48px 64px;
  background-color: white;
  margin-top: -92px;
  width: 75%;
  position: relative;
  z-index: 100;
}

.producers .text-wrapper h2 {
  color: #0e0e0e;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 16px;
}

.producers .text-wrapper p {
  color: #1A2837;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 48px;
}

.producers .text-wrapper a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  color: #1A2837;
}

.top-collections {
  padding: 92px 0;
  background-color: #79B791;
}

.top-collections h2 {
  margin-bottom: 54px;
  color: #0e0e0e;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 72px;
}

.top-collections .home-collection-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.top-collections .collection-content {
  padding: 30px 32px 24px;
  background-color: white;
  width: 97%;
  margin-top: -50px;
  z-index: 100;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.top-collections .collection-content h4 {
  color: #0e0e0e;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  flex-grow: 1;
  margin-bottom: 30px;
}

.top-collections .collection-content h4 a {
  color: #0e0e0e;
  text-decoration: none;
}

.top-collections .collection-content a.cta {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  color: #0e0e0e;
  text-decoration: none;
}

.top-collections .collection-content a.cta:hover {
  text-decoration: none;
}

.instagram-title {
  padding-top: 64px;
}

.instagram-title h3 {
  color: #0e0e0e;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 56px;
}

.instagram-title h3 span {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

.instagram {
  padding: 60px 0 64px;
  background-color: #F1F2F3;
  margin-top: -24px;
}

.instagram .swiper-slide {
  width: auto;
}

.login-wrapper {
  margin-bottom: 155px;
}

.login-wrapper .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-wrapper .form-wrapper .woocommerce-button {
  background-color: #1A2837;
  color: white;
}

.register-wrapper .form-wrapper {
  margin-top: -200px;
  background-color: white;
}

.register-wrapper .form-wrapper form {
  border: 0;
}

.register-wrapper .form-wrapper form .woocommerce-button {
  background-color: #1A2837;
  color: white;
}

.register-wrapper .form-wrapper form .woocommerce-button {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  color: white;
  width: 310px;
  padding: 20px;
  border: 1px solid #1A2837;
  background-color: #1A2837;
  outline: none;
  text-transform: uppercase;
  margin: 24px auto 0;
  display: block;
}

.register-wrapper .form-wrapper form .woocommerce-privacy-policy-text p {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

#contact {
  margin-bottom: 155px;
}

#contact h2 {
  color: #0e0e0e;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 51px;
  margin-bottom: 30px;
}

#contact .wpcf7-form-control-wrap {
  width: 100%;
}

#contact .wpcf7-submit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 20px;
  border: 1px solid #1A2837;
  background-color: #1A2837;
  outline: none;
  text-transform: uppercase;
  width: 300px;
  margin-top: 30px;
}

#contact .contact-box {
  background-color: #1A2837;
  padding: 48px 64px 72px;
}

#contact .contact-box h2 {
  color: white;
}

#contact .contact-box p,
#contact .contact-box a {
  color: #F1F2F3;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}

#contact .contact-box p .title,
#contact .contact-box a .title {
  font-weight: 500;
}

#contact .contact-box a {
  text-decoration: none;
}

#myaccount {
  margin-bottom: 155px;
}

#myaccount .woocommerce-MyAccount-navigation,
#myaccount .woocommerce-MyAccount-content {
  width: 100%;
  float: inherit;
}

#myaccount .woocommerce-Address h3 {
  font-size: 22px;
}

#myaccount .woocommerce-MyAccount-navigation {
  margin-top: -80px;
  display: flex;
  justify-content: space-around;
}

#myaccount .woocommerce-MyAccount-navigation ul {
  padding: 0;
}

#myaccount .woocommerce-MyAccount-navigation ul li {
  font-size: 18px;
  line-height: 20px;
  font-family: "WaldorfTLPro-Regular";
  color: #1a2837;
  margin-bottom: 16px;
  list-style: none;
  padding: 0 10px;
}

#myaccount .woocommerce-MyAccount-navigation ul li .underline-title:after {
  border-bottom: 12px solid #79B791;
}

#myaccount .woocommerce-MyAccount-navigation ul li a {
  color: #0e0e0e;
  text-decoration: none;
}

#myaccount p {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

#myaccount .woocommerce-orders-table {
  border: 0;
}

#myaccount .woocommerce-orders-table thead tr th {
  color: #79B791;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  border-bottom: 2px solid #79B791;
}

#myaccount .woocommerce-orders-table tbody tr td {
  border-bottom: 1px solid #F1F2F3;
  border-top: 0;
}

#myaccount h3 {
  color: #0e0e0e;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 32px;
  font-family: "WaldorfTLPro-Regular";
}

#myaccount .woocommerce-customer-details .col-1,
#myaccount .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding: 0;
}

#aboutus {
  position: relative;
}

#aboutus .middle-line {
  height: 100%;
  position: absolute;
  left: 50%;
  background-color: #79B791;
  width: 1px;
}

#aboutus .container {
  padding-top: 92px;
  padding-bottom: 340px;
}

#aboutus .container .row {
  position: relative;
  margin-top: -3%;
}

#aboutus .container .row .horizontal-line {
  height: 1px;
  position: absolute;
  right: 50%;
  top: 200px;
  background-color: #79B791;
  width: 120px;
  z-index: 100;
}

#aboutus .container .row.right .horizontal-line {
  left: 50%;
}

#aboutus .container .row .image-wrapper {
  height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#aboutus .container .row .image-wrapper h2 {
  font-size: 120px;
  letter-spacing: -2px;
  line-height: 90px;
}

#aboutus .container .row .col-12 {
  position: relative;
}

#aboutus .container .row .col-12 .content-wrapper {
  padding: 40px 24px;
  position: absolute;
  top: 92%;
  width: 97%;
  background-color: white;
}

#aboutus .container .row .col-12 .content-wrapper h3 {
  color: #0e0e0e;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 51px;
  margin-bottom: 16px;
}

#aboutus .container .row .col-12 .content-wrapper .content {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

#error404 {
  margin-top: 128px;
  margin-bottom: 128px;
}

#error404 .main-box {
  padding: 92px 100px;
  background-color: #1A2837;
  margin-bottom: 180px;
}

#error404 .main-box .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  color: #C74954;
  margin-bottom: 24px;
}

#error404 .main-box h2 {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 51px;
  color: white;
  margin-bottom: 32px;
}

#error404 .main-box .content {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  color: white;
}

.events-header .title-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.events-header .title-column h1 {
  line-height: 62px;
}

.events-header .title-column .subtitle {
  font-size: 22px;
  font-weight: 300;
}

.events-header .event-heading-side {
  background-color: #061F2F;
  height: 100%;
  padding: 40px;
}

.events-header .event-heading-side .inner {
  padding: 20px;
  height: 100%;
  border: 1px solid #79B791;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.events-header .event-heading-side .inner .date {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 29px;
}

.events-header .event-heading-side .inner .cta-btn {
  background-color: white;
  color: #0e0e0e;
  font-weight: 600;
  font-size: 18px;
}

.main-area .main-info {
  padding: 20px 30px 20px 20px;
  background-color: #F1F2F3;
}

.main-area .main-info .share-icons {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 10px;
}

.main-area .main-info .share-icons img {
  margin-left: 10px;
}

.main-area .main-info .info-box {
  padding: 10px 0;
  display: flex;
  font-size: 18px;
  line-height: 32px;
  border-top: 1px solid #7D7D7D;
}

.main-area .main-info .info-box .heading {
  font-weight: 600;
}

.main-area .main-info .info-box .image {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.main-area .main-info .info-box .content {
  background-color: #E2E2E2;
  padding: 10px 20px;
  width: 100%;
}

.main-area .speakers h3 {
  font-size: 24px;
  padding: 20px 10px 5px;
}

.main-area .speakers .speaker-box {
  padding: 10px;
  background-color: #F1F2F3;
  display: flex;
  margin-bottom: 10px;
}

.main-area .speakers .speaker-box .image {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 75px;
}

.main-area .speakers .speaker-box .content {
  padding: 0 10px 0 20px;
  width: 100%;
}

.main-area .speakers .speaker-box .content .heading {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}

.main-area .speakers .speaker-box .content .description {
  margin-bottom: 10px;
}

.main-area .speakers .speaker-box .content .link {
  color: #0e0e0e !important;
  text-decoration: none !important;
  font-weight: 600;
  border-bottom: 2px solid #E1B941;
}

.main-area .main-content {
  padding-top: 30px;
  font-size: 14px;
  line-height: 28px;
}

.main-area .main-button {
  margin: 40px auto 0;
  display: block;
  width: 250px;
  background-color: #1A2837;
  color: white;
}

.event-slider {
  margin-top: 20px;
  margin-bottom: 40px;
}

.event-slider .swiper-slide {
  height: 500px;
  background-position: center center;
  background-size: cover;
}

.newsletter-zone {
  background-color: #1A2837E6;
  padding: 50px 0;
}

.newsletter-zone h3 {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 47.6px;
}

.newsletter-zone h3 .underline-title:after {
  border-bottom: 18px solid #79B791;
}

.newsletter-zone p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

.newsletter-zone p.subtitle {
  padding-left: 5px;
}

.newsletter-zone .newsletter-form {
  display: flex;
}

.newsletter-zone .newsletter-form .input-wrapper {
  flex-grow: 1;
  margin-right: 25px;
}

.newsletter-zone .newsletter-form .input-wrapper input[type="email"] {
  outline: none;
  width: 100%;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid white;
  color: white;
  height: 48px;
}

.newsletter-zone .newsletter-form .input-wrapper input[type="email"]::-moz-placeholder {
  color: white;
  opacity: 1;
  letter-spacing: 2px;
  line-height: 21px;
}

.newsletter-zone .newsletter-form .input-wrapper input[type="email"]:-ms-input-placeholder {
  color: white;
  opacity: 1;
  letter-spacing: 2px;
  line-height: 21px;
}

.newsletter-zone .newsletter-form .input-wrapper input[type="email"]::placeholder {
  color: white;
  opacity: 1;
  letter-spacing: 2px;
  line-height: 21px;
}

.newsletter-zone .newsletter-form .input-wrapper .acceptance-terms {
  margin-top: 25px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: white;
  display: block;
}

.newsletter-zone .newsletter-form .input-wrapper .acceptance-terms .wpcf7-list-item {
  margin: 0;
}

.newsletter-zone .newsletter-form .input-wrapper .acceptance-terms input {
  margin-left: 0;
  margin-right: 10px;
  vertical-align: text-top;
}

.newsletter-zone .newsletter-form .submit-wrapper input {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 20px;
  background-color: white;
  border: 0;
  width: 100%;
}

.newsletter-zone .wpcf7-response-output {
  border: 0 !important;
}

.newsletter-zone .wpcf7 form.invalid .wpcf7-response-output,
.newsletter-zone .wpcf7 form.unaccepted .wpcf7-response-output,
.newsletter-zone .wpcf7 form.failed .wpcf7-response-output,
.newsletter-zone .wpcf7 form.aborted .wpcf7-response-output {
  color: #C74954;
}

.newsletter-zone .wpcf7 form.sent .wpcf7-response-output {
  color: #79B791;
}

.newsletter-zone .wpcf7-not-valid-tip {
  color: #C74954;
  font-weight: normal;
}

footer {
  padding: 35px 0;
  background-color: #1A2837;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 300;
}

footer a:hover {
  outline: none;
  text-decoration: none;
}

footer .copyright-icon {
  margin-right: 10px;
}

footer .middle-dot {
  margin: 0 12px;
  position: relative;
}

footer .middle-dot span {
  position: absolute;
  font-size: 40px;
  left: -8px;
}

footer .social-icon {
  margin-left: 15px;
}

@media (min-width: 576px) {
  .medium-boxes .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  header #site-navigation .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 250px;
    right: 0;
    display: none;
    padding: 32px 24px 16px;
    margin-top: -12px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.14);
    z-index: 10000;
  }

  header #site-navigation .site-header-cart .mini-cart-heading {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 16px;
    text-align: center;
    color: #1A2837;
    margin-bottom: 16px;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item {
    padding: 0;
    margin-bottom: 12px;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item .image-wrapper img {
    width: 16px;
    float: left;
    margin-right: 15px;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item .quantity {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    color: #79B791;
    margin-right: 5px;
    float: left;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item a.name {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    color: #0e0e0e;
    float: left;
    width: 120px;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item a.name:hover {
    text-decoration: none;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item .price {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    color: #0e0e0e;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    right: 0;
    left: unset;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item .remove_from_cart_button:hover {
    color: inherit;
    background-color: transparent;
  }

  header #site-navigation .site-header-cart .woocommerce-mini-cart-item .remove_from_cart_button img {
    margin-top: 4px;
    width: 10px;
  }

  header #site-navigation .site-header-cart .total {
    border-top: 1px solid #79B791;
    padding-top: 10px;
    margin-bottom: 16px;
  }

  header #site-navigation .site-header-cart .total .woocommerce-Price-amount {
    float: right;
  }

  header #site-navigation .site-header-cart .wc-forward {
    margin: 0 auto;
    border-radius: 0;
    border: 0;
    background-color: #1A2837;
    outline: none;
    color: white;
    width: 100%;
    padding: 12px 10px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
  }

  header #site-navigation .site-header-cart.focus .widget_shopping_cart,
  header #site-navigation .site-header-cart:hover .widget_shopping_cart {
    right: 0;
    display: block;
  }

  .more-products-producer .slider-container {
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .more-products-producer .producer-content {
    padding-bottom: 70px;
  }

  #woocommerce-products-loop .container {
    padding-left: 0px;
    padding-rigth: 0px;
  }

  .producer-slider-container {
    position: absolute;
  }
}

@media (max-width: 1200px) {
  #slider .left .inner {
    padding-right: 90px;
  }
}

@media (max-width: 992px) {
  #additional-attributes .drop-attributes .drop-attributes-wrapper .drop-attribute .attribute-name {
    font-size: 20px;
    line-height: 30px;
  }

  .icon-attribute-wrapper .name {
    font-size: 16px;
    line-height: 24px;
  }

  .more-products-producer .producer-content h3 {
    font-size: 46px;
    line-height: 64px;
  }

  .big-boxes .container .big-box .image-wrapper {
    height: 280px;
  }

  #slider .left .inner {
    padding-right: 30px;
  }

  #aboutus .container {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  #aboutus .container .row .col-12 .content-wrapper {
    position: relative;
    margin-top: -40px;
    top: unset;
  }

  #error404 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  #error404 .main-image {
    display: none;
  }

  #error404 .main-box {
    padding: 64px;
    margin-bottom: 0px;
  }

  .main-area .main-info {
    padding: 10px 10px 10px 10px;
  }

  .main-area .main-info .info-box {
    font-size: 16px;
    line-height: 22px;
  }

  .event-slider .swiper-slide {
    height: 400px;
  }

  .newsletter-zone .newsletter-form {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 34px;
    line-height: 51px;
  }

  .underline-title {
    padding: 0;
  }

  header #top-bar .free-delivery-block span {
    display: none;
  }

  header #site-navigation .site-header-cart .widget_shopping_cart {
    display: none;
  }

  header #site-navigation #menu-main-menu {
    background-color: white;
    width: 100%;
    margin-top: 14px;
  }

  header #site-navigation #menu-main-menu nav-item a {
    padding: 15px;
  }

  #product-main-content.gift {
    height: auto;
  }

  #product-main-content {
    background: white;
    height: auto;
  }

  #product-main-content .product_images.gift .product-image-wrapper {
    width: 100%;
    margin: 100px auto 20px;
  }

  #product-main-content .product_images.gift {
    transform: none;
  }

  #product-main-content .product_images {
    position: static;
    transform: none;
    text-align: center;
    overflow: hidden;
  }

  #product-main-content .product_images .product-image-wrapper {
    width: 143px;
    margin: 100px auto 20px;
  }

  #product-main-content .product_images .custom-badge {
    left: 142px;
    top: -24px;
  }

  #product-main-content .product_images .discount-badge {
    left: 142px;
    top: 95px;
  }

  #product-main-content-attributes-mobile {
    padding: 48px 0;
  }

  .woocommerce-product-attributes {
    width: 100%;
  }

  #additional-attributes {
    padding: 64px 0;
  }

  #additional-attributes .drop-attributes {
    margin-bottom: 60px;
  }

  .more-products-title {
    padding-top: 48px;
  }

  .more-products-title h2 {
    text-align: center;
    margin-top: 92px;
  }

  .more-products .swiper-container .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0 auto 155px;
  }

  .more-products .swiper-container .swiper-wrapper .swiper-slide {
    width: 276px;
    flex-basis: auto;
  }

  .more-products-producer {
    height: auto;
    background-color: #79B791;
  }

  .more-products-producer .producers-products-slider-row {
    margin-right: 0;
    margin-left: 0;
  }

  .more-products-producer .producers-products-slider-row .producers-products-slider-wrapper {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .more-products-producer .producers-products-slider-row .producers-products-slider-wrapper .swiper-container {
    overflow: visible;
  }

  .related-products-boxes {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .general-info-boxes {
    padding-top: 64px;
    padding-bottom: 16px;
  }

  .general-info-boxes .general-info-box {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-products-header.wines,
  .woocommerce-products-header.red {
    background-image: url("./assets/images/red_wines_banners-mobile.png");
  }

  .woocommerce-products-header.rose {
    background-image: url("./assets/images/rose_wines_banners-mobile.png");
  }

  .woocommerce-products-header.white {
    background-image: url("./assets/images/white_wines_banners-mobile.png");
  }

  .woocommerce-products-header.collections {
    background-image: url("./assets/images/collections_banners-mobile.png");
  }

  .woocommerce-products-header.winemakers {
    background-image: url("./assets/images/winemaker-banners-mobile.png");
  }

  .woocommerce-products-header h1 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 72px;
  }

  #woocommerce-products-loop {
    padding-top: 0;
  }

  #woocommerce-products-loop .container {
    border: 0;
    padding-top: 32px;
  }

  #shop-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    padding-bottom: 32px;
  }

  #shop-sidebar .WOOF_Widget {
    margin-top: 32px;
  }

  .big-boxes .container .big-box {
    padding-bottom: 48px;
  }

  .big-boxes .container .big-box .content {
    margin-top: 0;
    margin-right: 0;
    padding: 32px 34px;
  }

  .big-boxes .container .big-box .content h2 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .collection-description {
    padding: 64px 0;
  }

  .collection-wines {
    padding: 0 0 64px;
  }

  .medium-boxes {
    padding-top: 64px;
  }

  .medium-boxes .container .medium-box {
    padding-bottom: 48px;
  }

  .medium-boxes .container .medium-box .content h2 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .producer-content {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .producer-info {
    background: #1A2837;
    margin-bottom: 0;
  }

  .producer-info .boxes {
    padding: 92px 0 64px;
  }

  .producer-slider-container {
    padding: 0;
    background: white;
  }

  .producer-slider-container .swiper-container {
    padding: 0;
  }

  .producer-slider-container .swiper-container .swiper-pagination {
    display: none;
  }

  .woocommerce table.cart tbody tr {
    background-color: #F1F2F3;
    position: relative;
  }

  .woocommerce table.cart tbody tr:first-child td {
    padding-top: 6px;
  }

  .woocommerce table.cart tbody tr td {
    border-top: 0;
  }

  .woocommerce table.cart tbody tr td::before {
    font-size: 16px;
    font-weight: 300;
    font-family: "WaldorfTLPro-Regular";
  }

  .woocommerce table.cart tbody tr td.product-thumbnail {
    display: block !important;
  }

  .woocommerce table.cart tbody tr td.product-thumbnail::before {
    display: none;
  }

  .woocommerce table.cart tbody tr td.product-thumbnail img {
    margin: 0 auto;
    display: block;
  }

  .woocommerce table.cart tbody tr td.product-quantity::before {
    padding-top: 15px;
  }

  .woocommerce table.cart tbody tr td.actions {
    display: none;
  }

  .woocommerce table.cart tbody tr td.product-remove a {
    position: absolute;
    top: 6px;
    right: 6px;
  }

  .woocommerce table.cart tbody .quantity {
    width: auto;
  }

  .woocommerce-checkout .woocommerce .guest-col {
    padding-top: 20px;
    border-top: 1px solid #F1F2F3;
  }

  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper,
  .woocommerce-checkout .woocommerce .create-account .woocommerce-input-wrapper,
  .woocommerce-checkout .woocommerce .shipping_address .woocommerce-input-wrapper,
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce ul.woocommerce-shipping-methods li {
    font-size: 16px;
  }

  .woocommerce-checkout .woocommerce ul.wc_payment_methods li {
    font-size: 16px;
  }

  #slider {
    background: #061F2F;
    height: auto;
  }

  #slider .left {
    padding: 40px 15px 30px;
  }

  #slider .left .inner h1 {
    font-size: 48px;
    line-height: 60px;
  }

  #slider .right .box {
    height: 340px;
  }

  a .promo-banner h2 {
    font-size: 60px;
    line-height: 68px;
  }

  .producers .text-wrapper {
    width: 90%;
    margin-top: -76px;
    padding: 32px 24px;
  }

  .producers .text-wrapper h2 {
    font-size: 34px;
    line-height: 51px;
  }

  .top-collections {
    padding: 64px 0;
  }

  .top-collections {
    font-size: 34px;
    line-height: 51px;
    margin-bottom: 48px;
  }

  .login-wrapper {
    margin-bottom: 90px;
  }

  .login-wrapper .form-wrapper {
    margin-top: 48px;
  }

  #contact {
    margin-bottom: 90px;
  }

  #contact h2 {
    font-size: 24px;
    line-height: 36px;
  }

  #contact .contact-box {
    margin-top: 64px;
  }

  #myaccount {
    margin-bottom: 90px;
  }

  #myaccount .woocommerce-MyAccount-content {
    margin-top: 48px;
  }

  #aboutus .container .row .image-wrapper h2 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 90px;
  }

  #aboutus .container .row .col-12 .content-wrapper {
    padding: 24px 32px 48px;
  }

  #aboutus .container .row .col-12 .content-wrapper h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28.8px;
  }

  #aboutus .container .row .col-12 .content-wrapper .content {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
  }

  .events-header {
    height: auto;
  }

  .event-slider .swiper-slide {
    height: 300px;
  }

  footer {
    padding-bottom: 6px;
  }

  footer .logo-col {
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .text-huge {
    font-size: 24px;
    line-height: 36px;
  }

  .text-big {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }

  #product-main-content .order-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  #product-main-content .product_title {
    font-size: 48px;
  }

  #product-main-content .price,
  #product-main-content .price ins {
    font-size: 34px;
    line-height: 48px;
  }

  .woocommerce-product-attributes {
    margin: 0 40px;
  }

  #product-description {
    padding: 60px 0;
  }

  .products-wrapper .products .product {
    margin-bottom: 187px;
  }

  .woocommerce-products-header.collections h1 {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 40.8px;
  }

  .collection-description .content {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
  }

  .producer-content .main-content {
    font-size: 24px;
    line-height: 36px;
  }

  #myaccount .woocommerce-MyAccount-navigation ul.list-group-horizontal {
    flex-direction: column;
  }

  .newsletter-zone .newsletter-form {
    display: block;
  }

  .newsletter-zone .newsletter-form .submit-wrapper {
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  header #site-navigation .nav-item a {
    padding: 20px 5px;
    letter-spacing: 1px;
  }

  .product-box-wrapper {
    padding: 0 14px 24px;
  }

  #slider .left .inner .image-wrapper {
    max-height: 50%;
  }

  #slider .left .inner h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product-box-wrapper {
    padding: 0 24px 24px;
  }
}