html {
  margin-top: 0 !important;
}
body {
  font-size: 18px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  line-height: 1.1666em;
  margin-bottom: 20px;
}
h1 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 50px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
p {
  line-height: 1.66em;
  margin-bottom: 20px;
}
a {
  color: #000000;
  transition: .5s;
  -webkit-transition: .5s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#header {
  z-index: 99;
}
#header .main {
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
}
@media (max-width: 991px) {
  #header .main {
    padding: 20px 0;
  }
}
#header.scrolled .main {
  border-bottom: 1px solid #fafafa;
  background: white;
}
#header .cart-mobile img {
  width: 20px;
}
#header .navigation ul {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
#header .navigation ul li {
  display: inline-block;
  list-style: none;
  font-weight: 500;
  letter-spacing: .05em;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .01em;
}
#header .navigation ul li a {
  color: #000000;
  position: relative;
}
#header .navigation ul li a.active,
#header .navigation ul li a:hover {
  color: #CCB091;
}
#header .navigation ul li .sub-items {
  position: absolute;
  left: -10px;
  top: 30px;
  background: #F9F6F0;
  width: 240px;
  padding: 10px;
  display: none;
}
#header .navigation ul li .sub-items:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
  background: transparent;
}
#header .navigation ul li .sub-items li {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
}
#header .navigation ul li .sub-items li a {
  line-height: 30px;
}
#header .navigation ul li:hover .sub-items {
  display: block;
}
#header .navigation.left li {
  margin-right: 25px;
}
#header .navigation.right li {
  margin-left: 25px;
}
#header .nav-trigger-outer {
  position: relative;
}
#header .nav-trigger-outer .nav-trigger {
  height: 20px;
  width: 30px;
  display: inline-block;
  position: relative;
  top: 5px;
  cursor: pointer;
  z-index: 99;
}
#header .nav-trigger-outer .nav-trigger span {
  height: 2px;
  border-radius: 2px;
  width: 30px;
  position: absolute;
  right: 0;
  background: #000000;
  top: 0;
  transition: .5s;
  -webkit-transition: .5s;
}
#header .nav-trigger-outer .nav-trigger span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
#header .nav-trigger-outer .nav-trigger span:nth-of-type(3) {
  bottom: 0;
  top: auto;
}
#header .nav-trigger-outer .nav-trigger.active span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 11px;
}
#header .nav-trigger-outer .nav-trigger.active span:nth-of-type(2) {
  display: none;
}
#header .nav-trigger-outer .nav-trigger.active span:last-of-type {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 11px;
  bottom: auto;
}
#header .nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  overflow-y: scroll;
  z-index: 9;
  border-left: 1px solid #f5f5f5;
  transform: translate(100%,0px);
  -webkit-transform: translate(100%,0px);
  transition: .5s;
  -webkit-transition: .5s;
}
#header .nav-mobile.active {
  transform: translate(0%,0px);
  -webkit-transform: translate(0%,0px);
}
#header .nav-mobile ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
#header .nav-mobile ul li a {
  padding: 10px 20px;
  display: block;
  position: relative;
}
#header .nav-mobile ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #F9F6F0;
  opacity: .3;
}
#header .nav-mobile ul li:first-of-type a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #F9F6F0;
  opacity: .3;
}
#header .nav-mobile ul li.current_page_item a {
  font-weight: bold;
}
#header .nav-mobile ul li ul li {
  padding-left: 10px;
  font-size: 14px;
}
#header .header-top {
  line-height: 40px;
  background: #000000;
  color: white;
  font-size: 12px;
}
@media (max-width: 991px) {
  #header .header-top {
    line-height: 30px;
  }
}
#header .header-top a {
  color: white;
  font-weight: 500;
}
#header .header-top a:hover {
  text-decoration: none;
}
#header .header-top .switcher a {
  background: #000000;
  display: block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 500;
  padding: 0 20px;
}
#header .header-top .switcher a.active {
  background: #F9F6F0;
  color: #000000;
}
#header .header-top .switcher a:hover {
  opacity: .9;
}
#header .header-top .aktion {
  font-size: 14px;
}
#header .header-top .aktion a {
  letter-spacing: .08em;
  display: block;
  font-weight: 400;
  letter-spacing: .12em;
}
#header .header-top .shop a {
  display: inline-block;
  padding: 0 20px;
  letter-spacing: .12em;
}
#header .header-top .shop a:hover {
  background: #F9F6F0;
  color: #000000;
}
#header .header-top .shop a:hover img {
  filter: invert(100%);
}
#header .header-top .shop a.items {
  background: #CCB091;
  color: #000000;
}
#header .header-top .shop a img {
  height: 20px;
  width: auto;
  position: relative;
  top: -2px;
  margin-right: 10px;
  transition: .5s;
  -webkit-transition: .5s;
}
.start .row {
  min-height: 100vh;
}
.start .part {
  height: 100vh;
  background-size: cover !important;
  color: white;
}
.start .part:before {
  content: '';
  background: #CCB091;
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: .3s;
  -webkit-transition: .3s;
}
@media (max-width: 991px) {
  .start .part {
    min-height: 50vh;
    height: auto;
  }
}
.start .part .content {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 1;
}
@media (max-width: 991px) {
  .start .part .content {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 60px 0 110px 0;
  }
}
.start .part .content .hl {
  font-size: 70px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 90px;
  margin-top: 20px;
  margin-bottom: 40px;
  letter-spacing: .01em;
  transition: .3s;
  -webkit-transition: .3s;
}
@media (max-width: 991px) {
  .start .part .content .hl {
    font-size: 50px;
    line-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.start .part .content .logo {
  filter: invert(1);
  height: 60px;
  width: auto;
}
.start .part .content .arrow {
  width: 15px;
}
.start .part a {
  text-indent: -4000em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
}
.start .part .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  font-size: 30px;
  padding: 30px 0;
  color: #000000;
}
@media (max-width: 991px) {
  .start .part .info {
    font-size: 20px;
    padding: 20px 0;
  }
}
.start .part:first-of-type .info {
  border-right: 1px solid rgba(0,0,0,0.2);
}
.start .part:hover .content .hl {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.start .part:hover:before {
  opacity: .1;
}
#wrapper {
  min-height: 50vh;
}
#wrapper .inside {
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 991px) {
  #wrapper.background:before {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: calc(50% + 170px);
    background: #F9F6F0;
    height: 490px;
    z-index: 0;
  }
}
.btn-color {
  background: white;
  color: #000000;
  border: 2px solid #CCB091;
  font-size: 14px;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .01em;
  font-weight: 500;
}
.btn-color:hover {
  background: #CCB091;
  color: #000000;
}
@media (max-width: 768px) {
  .btn-color {
    display: block;
  }
}
.btn-shop {
  background: #CCB091;
  color: white;
  border: 2px solid #CCB091;
  font-size: 12px;
  padding: 0 10px;
  display: block;
  line-height: 40px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 500;
  min-width: 100%;
}
.btn-shop:hover {
  background: white;
  color: #CCB091;
}
@media (max-width: 768px) {
  .btn-shop {
    display: block;
  }
}
.btn-shop-big,
.checkout-button {
  background: #CCB091;
  color: white;
  border: 2px solid #CCB091;
  font-size: 14px;
  padding: 0 30px;
  display: block;
  line-height: 50px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 500;
}
.btn-shop-big:hover,
.checkout-button:hover {
  background: white;
  color: #CCB091;
}
@media (max-width: 768px) {
  .btn-shop-big,
  .checkout-button {
    display: block;
    min-width: 100%;
  }
}
.headline {
  margin-top: 40px;
}
.quote {
  position: relative;
}
.quote:before {
  content: '„';
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 100px;
  color: #CCB091;
}
.quote .quote-text {
  margin-bottom: 10px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 26px;
}
.quote .name {
  font-style: italic;
}
.text,
.image {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text.history,
.image.history {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .text,
  .image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.image {
  padding-top: 0;
  padding-bottom: 0;
}
.image .inner {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .image .inner {
    padding-bottom: 40px;
  }
}
.image .inner:before {
  content: '';
  position: absolute;
  left: -1000px;
  right: 140px;
  top: 140px;
  bottom: 0;
  background: #F9F6F0;
  z-index: -1;
}
@media (max-width: 991px) {
  .image .inner:before {
    right: 50%;
  }
}
.text-and-image,
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-and-image.right,
.contact.right {
  background-position: top 30px right !important;
  background-repeat: no-repeat !important;
}
.text-and-image.left,
.contact.left {
  background-position: top 30px left !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 991px) {
  .text-and-image,
  .contact {
    padding-top: 30px;
    padding-bottom: 30px;
    background: none !important;
  }
}
.text-and-image.big,
.contact.big {
  padding-top: 0;
  position: relative;
  top: -35px;
}
.text-and-image.big .image img,
.contact.big .image img {
  width: 100%;
}
@media (min-width: 1200px) {
  .text-and-image.big .text.left,
  .contact.big .text.left {
    width: 570px;
    float: right;
    padding-left: 30px;
    padding-right: 105px;
    position: relative;
  }
}
.text-and-image .bottle,
.contact .bottle {
  position: absolute;
  top: -60px;
  bottom: -60px;
  -webkit-transform: translateX(-55%);
  transform: translateX(-55%);
}
@media (max-width: 991px) {
  .text-and-image .bottle,
  .contact .bottle {
    top: -20px;
    bottom: -20px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .text-and-image .bottle:before,
  .contact .bottle:before {
    content: '';
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: white;
    z-index: -1;
    position: absolute;
  }
}
.text-and-image .bottle img,
.contact .bottle img {
  height: 100%;
  width: auto !important;
}
.text-and-image .image img,
.contact .image img {
  width: 100%;
}
.text-and-image .image.small,
.contact .image.small {
  position: relative;
}
.text-and-image .image.small.left:before,
.contact .image.small.left:before {
  content: '';
  position: absolute;
  top: 80px;
  right: 100px;
  bottom: -80px;
  left: -1000px;
  background: #F9F6F0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .text-and-image .image.small.left:before,
  .contact .image.small.left:before {
    top: 20px;
    bottom: -20px;
  }
}
.text-and-image .image.small.right:before,
.contact .image.small.right:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 100px;
  bottom: -80px;
  right: -1000px;
  background: #F9F6F0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .text-and-image .image.small.right:before,
  .contact .image.small.right:before {
    top: 20px;
    bottom: -20px;
  }
}
.text-and-image .image.no-bottle:before,
.contact .image.no-bottle:before {
  display: none;
}
.text-and-image .map,
.contact .map {
  background: #f0f0f0;
  height: 300px;
}
@media (min-width: 991px) {
  .text-and-image .map,
  .contact .map {
    height: calc(100vh - 170px);
  }
  .text-and-image .map iframe,
  .contact .map iframe {
    height: calc(100vh - 170px);
    width: 100%;
  }
}
.list ul,
.text ul,
.woocommerce ul {
  list-style-position: inside;
  padding-left: 0;
}
.list ul li,
.text ul li,
.woocommerce ul li {
  margin-bottom: .5em;
}
.news-list {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .news-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news-list .post {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-list .post .image,
.news-list .post p {
  margin-bottom: 20px;
}
.news-detail .text-and-image {
  padding-top: 0;
}
.callout {
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion {
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion .part {
  border: 1px solid #d6d6d6;
  border-left: none;
  border-right: none;
  border-top: none;
}
.accordion .part:first-of-type {
  border-top: 1px solid #d6d6d6;
}
.accordion .part .hl {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.accordion .part .hl h3 {
  margin-bottom: 0;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .accordion .part .hl h3 {
    font-size: 20px;
  }
}
.accordion .part .hl span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 25px 0 25px 0;
}
.accordion .part .hl:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 28px;
  border-top: 2px solid #CCB091;
  border-right: 2px solid #CCB091;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: .3s;
}
.accordion .part .text {
  padding: 20px 0 0 0;
  display: none;
}
.accordion .part.active .hl:after {
  top: 37px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.accordion .part.active .text {
  display: block;
}
.team {
  padding-top: 40px;
  padding-bottom: 40px;
}
.team .member {
  margin-bottom: 30px;
}
.team h3 {
  font-size: 22px;
  margin-top: 1em;
  margin-bottom: .3em;
}
.opening-hours {
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner {
  height: 65vh;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    height: 25vh;
    min-height: 200px;
  }
}
.banner .row-50 {
  height: 65vh;
}
@media (max-width: 991px) {
  .banner .row-50 {
    height: 25vh;
    min-height: 200px;
  }
}
.banner .content {
  background: white;
  color: #F9F6F0;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 25px 12px 30px;
}
.banner .content h1 {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .banner .content h1 {
    font-size: 25px;
  }
}
.banner .content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner .content p {
    font-size: 15px;
  }
}
.banner .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.banner .slide img {
  display: block;
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .banner .slide img {
    height: 25vh;
    min-height: 200px;
  }
}
.banner .slide .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .slide .owl-dots .owl-dot span {
  background: white;
}
.banner .slide .owl-dots .owl-dot:focus {
  outline: none;
}
.banner .slide .owl-dots .owl-dot.active span {
  background: #F9F6F0;
}
.grid img {
  width: 100%;
}
.map iframe {
  max-width: 100%;
}
.form {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form .form-group label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: 10px;
  margin-bottom: 0;
}
.form .form-group input.text {
  border: none;
  border-bottom: 2px solid #CCB091;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
}
.form input:focus,
.form select:focus,
.form textarea:focus,
.form button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.checkout {
  margin-top: 40px;
  margin-bottom: 40px;
}
.checkout .form-row {
  margin-bottom: 20px !important;
}
.checkout .form-row label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: 10px;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.checkout .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.checkout .form-row .woocommerce-input-wrapper input {
  border: 1px solid #CCB091;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  width: 100%;
  display: block;
}
.checkout .form-row .woocommerce-input-wrapper textarea {
  border: 1px solid #CCB091;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 10px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  width: 100%;
  display: block;
  min-height: 80px;
}
.checkout .form-row.form-row-wide {
  clear: none;
}
.checkout .form-row#billing_company_field,
.checkout .form-row#shipping_company_field {
  clear: both;
}
.checkout .form-row#billing_first_name_field,
.checkout .form-row#billing_email_field,
.checkout .form-row#shipping_first_name_field,
.checkout .form-row#shipping_email_field {
  width: 49%;
  float: left;
}
.checkout .form-row#billing_last_name_field,
.checkout .form-row#billing_phone_field,
.checkout .form-row#shipping_last_name_field,
.checkout .form-row#shipping_phone_field {
  width: 49%;
  float: right;
}
.checkout .form-row#billing_postcode_field,
.checkout .form-row#shipping_postcode_field {
  width: 30%;
  float: left;
}
.checkout .form-row#billing_city_field,
.checkout .form-row#shipping_city_field {
  width: 68%;
  float: right;
}
.checkout .form-row#billing_country_field .woocommerce-input-wrapper,
.checkout .form-row#shipping_country_field .woocommerce-input-wrapper {
  display: inline-block;
  position: relative;
}
.checkout .form-row#billing_country_field .woocommerce-input-wrapper:before,
.checkout .form-row#shipping_country_field .woocommerce-input-wrapper:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 7px;
  right: 13px;
  top: 50%;
  margin-top: -1px;
  background: #CCB091;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.checkout .form-row#billing_country_field .woocommerce-input-wrapper:after,
.checkout .form-row#shipping_country_field .woocommerce-input-wrapper:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 7px;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background: #CCB091;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.checkout .form-row#billing_country_field .woocommerce-input-wrapper select,
.checkout .form-row#shipping_country_field .woocommerce-input-wrapper select {
  border: 1px solid #CCB091;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
}
.checkout input:focus,
.checkout select:focus,
.checkout textarea:focus,
.checkout button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.checkout label a {
  color: #CCB091;
}
.checkout .shipping_address {
  display: none;
}
.checkout #order_review {
  margin-top: 40px;
}
.checkout #order_review #payment {
  background: transparent;
  border: 1px solid #CCB091;
  border-radius: 0;
  margin: 0 0 40px 0;
}
.checkout #order_review #payment .place-order {
  display: none;
}
.checkout .shop_table {
  background: transparent !important;
}
.checkout .order-tax td,
.checkout .order-tax th {
  font-weight: normal !important;
}
.checkout .wc-gzd-order-submit {
  text-align: right;
}
.checkout .wc-gzd-order-submit .place-order {
  display: inline-block;
}
@media (max-width: 768px) {
  .checkout .wc-gzd-order-submit .place-order {
    display: block !important;
    min-width: 100% !important;
  }
}
.checkout .button {
  background: #CCB091 !important;
  color: white !important;
  border: 2px solid #CCB091 !important;
  font-size: 16px !important;
  padding: 0 30px !important;
  display: block !important;
  line-height: 50px !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  font-weight: 500 !important;
}
.checkout .button:hover {
  background: white !important;
  color: #CCB091 !important;
}
@media (max-width: 768px) {
  .checkout .button {
    display: block !important;
    min-width: 100% !important;
  }
}
.woocommerce-MyAccount-navigation li.is-active {
  font-weight: bold;
}
#country .form-row {
  margin-top: 15px;
}
#country .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
  padding: 0 5px;
}
#country .form-row .woocommerce-input-wrapper select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.product-list {
  margin-top: 120px;
}
.product-list .product {
  margin-bottom: 60px !important;
}
.product-list .product .image {
  background: #F9F6F0;
}
.product-list .product .image img {
  height: 360px;
  width: auto;
  margin: 0 auto;
  display: block;
  top: -50px;
  position: relative;
  transition: .3s;
}
.product-list .product .bottom {
  padding: 20px;
}
@media (max-width: 991px) {
  .product-list .product .bottom {
    background: #F9F6F0;
  }
}
.product-list .product .bottom h3 {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: 400;
  display: block;
}
.product-list .product .bottom .price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.product-list .product .bottom .quantity {
  min-width: 100%;
  position: relative;
}
.product-list .product .bottom .quantity input {
  max-width: 100%;
  text-align: center;
  border: 2px solid #CCB091;
  border-right: 0;
  font-size: 12px;
  display: block;
  line-height: 40px;
  height: 44px;
  border-radius: 0;
  font-weight: 500;
  margin: 0 !important;
  min-width: 100%;
  padding: 0;
}
.product-list .product .bottom input::-webkit-outer-spin-button,
.product-list .product .bottom input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list .product .bottom input[type=number] {
  -moz-appearance: textfield;
}
.product-list .product .bottom .actions {
  margin-bottom: 0 !important;
}
@media (min-width: 991px) {
  .product-list .product .bottom .actions {
    opacity: 0;
  }
}
.product-list .product:hover .image img {
  transform: scale(1.05);
}
.product-list .product:hover .bottom {
  background: #F9F6F0;
}
.product-list .product:hover .bottom .actions {
  opacity: 1;
}
.product-filter .form-select-outer {
  margin: 0 10px;
}
.product-filter select {
  width: 220px;
}
@media (max-width: 768px) {
  .product-filter select {
    margin: 10px 0;
    display: block;
    min-width: 100%;
  }
}
.product-filter select.d-block {
  display: block;
  min-width: 100%;
}
.woocommerce-shipping-totals td {
  text-align: right;
}
#shipping_method li {
  margin-bottom: 0 !important;
}
.woocommerce-cart-form input {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 100%;
  line-height: 50px;
  border: 1px solid #CBCBCB;
  font-size: 14px;
}
.woocommerce-cart-form input::-webkit-outer-spin-button,
.woocommerce-cart-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart-form table {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-cart-form table tr {
  border-left: 0;
}
.woocommerce-cart-form table tr th {
  font-size: 12px;
  text-transform: uppercase;
  color: #CCB091;
  font-weight: 500;
  letter-spacing: .05em;
}
.woocommerce-cart-form table tr th,
.woocommerce-cart-form table tr td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.woocommerce-cart-form table tr th.product-name,
.woocommerce-cart-form table tr td.product-name {
  padding-left: 0 !important;
}
.woocommerce-cart-form table tr th.product-subtotal,
.woocommerce-cart-form table tr td.product-subtotal {
  padding-right: 0 !important;
}
.woocommerce-cart-form a.remove {
  font-size: 1.2em !important;
  filter: grayscale(1);
}
.woocommerce-cart-form .cart_totals h2 {
  display: none;
}
.woocommerce-cart-form .cart_totals td {
  text-align: right;
}
.woocommerce-cart-form .checkout-button.wc-forward {
  background-color: green !important;
}
.shop_table {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0 !important;
}
.shop_table th,
.shop_table td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.shop_table .order-tax td {
  text-align: right;
}
.quantity {
  position: relative;
}
.quantity .plus,
.quantity .minus {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
}
.quantity .plus {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .quantity .plus {
    right: 3px;
  }
}
.quantity .minus {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .quantity .minus {
    left: 3px;
  }
}
.single-product .right img {
  opacity: .3;
}
.single-product .right .bottle img {
  opacity: 1;
}
.single-product .price {
  font-size: 30px;
  font-weight: 500;
}
.single-product .price span {
  font-size: 14px;
  font-weight: 400;
  opacity: .5;
}
.single-product .quantity input {
  max-width: 100%;
  text-align: center;
  border: 2px solid #CCB091;
  border-right: 0;
  font-size: 12px;
  display: block;
  line-height: 50px;
  height: 54px;
  border-radius: 0;
  font-weight: 500;
  min-width: 100%;
  padding: 0;
}
.single-product .quantity input::-webkit-outer-spin-button,
.single-product .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .description strong {
  display: block;
  margin-top: .5em;
}
.single-product .variation {
  margin-top: 30px;
}
.single-product .variation:first-of-type {
  margin-bottom: 0;
}
.single-product .variation .price {
  font-size: 18px;
}
.form-select-outer {
  display: inline-block;
  position: relative;
}
.form-select-outer:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 7px;
  right: 13px;
  top: 50%;
  margin-top: -1px;
  background: #CCB091;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.form-select-outer:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 7px;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background: #CCB091;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.form-select-outer .form-select {
  border: none;
  border-bottom: 2px solid #CCB091;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
}
#footer {
  margin-top: 50px;
}
#footer .footer-top {
  background-color: #F9F6F0;
  background-image: url('/content/uploads/bg-footer.svg');
  background-repeat: no-repeat;
  background-size: 700px auto;
  background-position: right center;
  color: #000000;
  padding: 80px 0 60px 0;
  font-size: 16px;
}
#footer .footer-top .hl {
  font-weight: 500;
  color: #CCB091;
  font-size: 12px;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #footer .footer-top .hl {
    margin-bottom: 10px;
  }
}
#footer .footer-top p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #footer .footer-top p {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #footer .footer-top {
    padding: 40px 0;
  }
}
#footer .footer-top .payments {
  vertical-align: middle;
}
#footer .footer-top .payments .payment {
  display: inline-block;
  background: white;
  width: 60px;
  text-align: center;
  border-radius: 3px;
  height: 50px;
}
#footer .footer-top .payments .payment .helper {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 60px;
  padding: 0 5px;
}
#footer .footer-top .logos {
  vertical-align: middle;
}
#footer .footer-top .logos .logo img {
  max-height: 70px;
}
#footer .footer-bottom {
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: .01em;
}
@media (max-width: 991px) {
  #footer .footer-bottom {
    line-height: 30px;
    padding: 20px 0;
  }
}
#footer .footer-bottom .middle a {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 991px) {
  #footer .footer-bottom .middle a {
    margin: 0 10px 0 0;
  }
}
#footer .footer-bottom .social a {
  display: inline-block;
  margin: 0 13px;
  position: relative;
  top: -2px;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 70px;
  height: auto;
}
.coupon button {
  width: 100%;
}
