@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0; }

h1, .is-h1 {
  font-weight: bold;
  font-size: 35px;
  color: #4c3001; }

ul {
  padding: 0; }

a {
  color: #955e14; }
  a:hover {
    color: #4c3001; }

.lb-data .lb-number {
  display: none !important; }

.articleList {
  background-color: #f4f4f4; }
  .articleList-content {
    margin-top: 60px; }
  @media (min-width: 768px) {
    .articleList-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .articleList-menu {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
      flex: 0 0 360px;
      width: 360px; }
    .articleList-articles {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.product-category {
  background-color: #f4f4f4; }

.category {
  background-color: #f4f4f4; }
  .category-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .category-grid-box {
      width: 100%;
      padding: 15px 0; }
  .category-filter {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .category-filter-package {
      width: 100%;
      padding-bottom: 30px; }
    .category-filter-flavour {
      width: 100%; }
  @media (min-width: 480px) {
    .category-grid-box {
      width: 50%; } }
  @media (min-width: 768px) {
    .category-filter.view-flavours .category-filter-flavour {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .category-grid-box {
      width: 33%; } }

.checkout-shipping-method-title-multishipping {
  display: none; }

.custom-field label {
  display: none; }

.shipping-methods-wrapper input[type=radio] + p { display: none; }

.shipping-methods-wrapper input[type=radio]:checked + p { display: block; }

.shipping-methods-wrapper input[type=radio] + p + p { display: none; }

.shipping-methods-wrapper input[type=radio]:checked + p + p { display: block; }

.so-onepagecheckout.layout2 #input-payment-fax { display: none; }

.so-onepagecheckout.layout2 .checkout-content fieldset {
  padding-left: 0;
  padding-right: 0; }

.so-onepagecheckout.layout2 .checkout-content .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.so-onepagecheckout.layout2 .checkout-content .secondary-title {
  font-size: 20px; }

.so-onepagecheckout.layout2 .checkout-content .fa {
  margin-right: 10px; }

.so-onepagecheckout.layout2 .confirm-section label {
  width: 100%; }

.so-onepagecheckout.layout2 .confirm-section .box-inner {
  text-align: right; }

.so-onepagecheckout.layout2 .confirm-section textarea {
  background: transparent;
  letter-spacing: 3px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 85%;
  border: 2px solid #ddd;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  width: 100%;
  min-height: 100px;
  border-radius: 0; }

.so-onepagecheckout.layout2 #button-confirm {
  display: none; }

.so-onepagecheckout.layout2 .payment-multishipping_cod {
  display: none; }

.so-onepagecheckout.layout2 .check-terms .text-danger {
  font-weight: bold;
  margin: 10px 0;
  font-size: 120%; }

.checkout-login {
  display: none; }

.checkout-cart table .input-group.btn-block {
  display: table; }
  .checkout-cart table .input-group.btn-block .btn {
    padding: 8px 12px;
    padding-top: 9px;
    border: 0;
    border-top: 1px; }
  .checkout-cart table .input-group.btn-block .form-control {
    min-width: 50px; }

.checkout-cart #accordion .btn {
  padding: 8px 12px;
  padding-top: 9px;
  border: 0; }

.checkout-product .img-thumbnail {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px; }

.checkout-product .form-control {
  min-width: 50px; }

.checkout-product table a {
  white-space: normal; }

#coupon_voucher_reward .btn {
  padding: 8px 12px;
  padding-top: 9px;
  border: 0; }

.homepage-products {
  background-color: #f4f4f4;
  padding: 50px 0; }
  .homepage-products-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .homepage-products-box {
    width: 100%;
    padding: 20px; }
  .homepage-products-all {
    text-align: center;
    margin-top: 50px;
    width: 100%; }
    .homepage-products-all .btn {
      padding: 20px 40px; }
  @media (min-width: 480px) {
    .homepage-products-box {
      width: 50%; } }
  @media (min-width: 992px) {
    .homepage-products-grid {
      width: 50%;
      float: left; }
    .homepage-products-reference {
      width: 50%;
      float: right;
      margin-top: 20px; } }

.homepage-news {
  padding: 50px 0; }

.homepage-magazin {
  background-color: #f4f4f4;
  padding: 50px 0; }
  .homepage-magazin-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .homepage-magazin-grid-block {
      width: 100%;
      padding: 0 15px;
      padding-bottom: 30px;
      max-width: 350px; }
    @media (min-width: 769px) {
      .homepage-magazin-grid-block {
        width: 50%; } }
    @media (min-width: 992px) {
      .homepage-magazin-grid-block {
        width: 33%; } }

.information-store-locator {
  background-color: #f4f4f4; }

.information-contact .contact-form fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.information-contact .contact-form .textInput {
  background: transparent;
  letter-spacing: 3px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 85%;
  border: 2px solid #ddd;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2; }

.information-contact .contact-form .btn {
  padding: 15px;
  font-size: 80%;
  background-color: #252c2f;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px; }

.productPage-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.productPage-galery {
  width: 100%;
  padding-top: 30px; }

.productPage-info {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 30px; }

.productPage-related {
  background-color: #f4f4f4;
  padding: 50px 0; }
  .productPage-related-title {
    font-weight: bold;
    font-size: 26px;
    color: #4c3001;
    text-align: center; }

.productPage-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .productPage-grid-box {
    width: 100%;
    padding: 15px; }

@media (min-width: 480px) {
  .productPage-grid-box {
    width: 50%; } }

@media (min-width: 768px) {
  .productPage-galery {
    width: 50%;
    padding-right: 40px; }
  .productPage-info {
    width: 50%; }
  .productPage-grid-box {
    width: 33%; } }

@media (min-width: 992px) {
  .productPage-grid-box {
    width: 25%; } }

.register-header {
  text-align: center; }

.register-form {
  max-width: 300px;
  margin: auto; }

.simple-blog-category {
  background-color: #f4f4f4; }

.simplePage {
  background-color: #f4f4f4;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .simplePage-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .simplePage-half {
      width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .simplePage-half:first-of-type {
        padding-right: 20px; }
      .simplePage-half:last-of-type {
        padding-left: 20px; } }

.container .alert:first-child {
  margin-top: 20px; }

.alert {
  padding: 20px;
  text-align: center;
  border: 1px solid transparent; }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }
  .alert a {
    color: inherit;
    font-weight: bold; }

.arr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-indent: 1000px;
  overflow: hidden;
  position: relative;
  display: block;
  background-color: rgba(22, 26, 28, 0.2);
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  .arr:hover {
    background-color: rgba(22, 26, 28, 0.4); }
  .arr:before, .arr:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 14px; }
  .arr:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  .arr:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px; }
  .arr-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .arr.view-transparent {
    border: 1px solid #8b5314;
    background-color: transparent; }
    .arr.view-transparent:hover {
      background-color: #8b5314;
      border-color: #8b5314; }
    .arr.view-transparent:before, .arr.view-transparent:after {
      height: 1px; }

.article {
  margin-bottom: 60px; }
  .article-title {
    font-weight: bold;
    font-size: 26px;
    color: #4c3001;
    margin: 0;
    margin-bottom: 15px; }
    .article-title a {
      color: inherit;
      text-decoration: none;
      font-weight: inherit;
      font-size: inherit; }
  .article-subTitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #955e14;
    margin-bottom: 15px;
    letter-spacing: 2px; }
    .article-subTitle a {
      color: inherit; }
  .article-date:after {
    content: " | "; }
  .article-author a {
    text-decoration: none; }
  .article-image {
    margin-bottom: 15px; }
    .article-image img {
      max-width: 100%; }
  .article-description {
    margin-bottom: 15px;
    line-height: 1.7; }
  .article-more {
    font-weight: normal;
    padding: 15px 75px;
    font-size: 11px;
    letter-spacing: 1px;
    background: #d5bca6;
    text-transform: uppercase;
    margin: 15px 0;
    text-decoration: none;
    color: #fff;
    display: inline-block; }
    .article-more:hover {
      background: #955e14;
      color: #fff; }
  .article-navigation {
    margin-bottom: 30px; }

.articleDetail-title {
  font-size: 35px;
  color: #4c3001;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px; }
  .articleDetail-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 2px;
    background-color: #4c3001;
    content: ""; }

.articleDetail-mainImage {
  margin: 30px 0; }
  .articleDetail-mainImage img {
    display: block;
    margin: 0 auto;
    max-width: 65%;
    height: auto; }

.articleDetail-content {
  max-width: 620px;
  width: 90%;
  margin: auto; }
  .articleDetail-content .article-subTitle {
    text-align: center; }
  .articleDetail-content div, .articleDetail-content p {
    line-height: 1.7; }
  .articleDetail-content img {
    max-width: 115%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-left: -7.5%; }

.articleSmall {
  background-color: #fff;
  display: block;
  text-decoration: none; }
  .articleSmall-image {
    width: 100%;
    position: relative;
    height: 170px;
    overflow: hidden; }
    .articleSmall-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: .4s;
      transition: .4s; }
  .articleSmall-content {
    padding: 35px;
    text-align: center; }
  .articleSmall-title {
    color: #4c3001; }
  .articleSmall-text {
    text-transform: uppercase;
    color: #ac9581;
    font-weight: bold; }
  .articleSmall:hover .articleSmall-image img {
    width: 110%;
    height: 110%;
    margin-top: -5%;
    margin-left: -5%; }

.breadcrumb {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-top: 50px; } }
  .breadcrumb-list {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    text-align: center; }
  .breadcrumb-item {
    display: inline-block;
    position: relative;
    color: #888888; }
    .breadcrumb-item:after {
      content: " | "; }
    .breadcrumb-item:last-of-type:after {
      display: none; }
    .breadcrumb-item a, .breadcrumb-item span {
      color: #888888;
      text-decoration: underline;
      padding: 10px; }
      .breadcrumb-item a i, .breadcrumb-item span i {
        position: relative;
        top: 1px; }
  .breadcrumb.view-image {
    background-color: transparent; }
    .breadcrumb.view-image .breadcrumb-item:after {
      content: "|";
      position: relative;
      top: 0;
      right: 0;
      width: auto;
      border: none;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      display: inline;
      color: #fff; }
    .breadcrumb.view-image .breadcrumb-item:last-of-type:after {
      content: ""; }
    .breadcrumb.view-image .breadcrumb-item a {
      color: #fff; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #955e14;
  color: #fff;
  border: 1px solid #955e14;
  background-image: none !important;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  display: inline-block; }
  .btn:hover {
    background-color: #68420e;
    border: 1px solid #68420e;
    background-image: none !important;
    color: #fff; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-brown {
    background-color: #955e14;
    color: #fff;
    border: 1px solid #955e14; }
    .btn-brown:hover {
      background-color: #68420e;
      border: 1px solid #68420e;
      color: #fff; }
  .btn-brown-transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #8b5314; }
    .btn-brown-transparent:hover {
      background-color: #8b5314;
      border-color: #8b5314; }
  .btn-light {
    background-color: #ac9581;
    border-color: #ac9581;
    font-weight: bold; }
  .btn-white {
    background-color: #fff;
    color: #955e14;
    border: 1px solid #955e14; }
    .btn-white:hover {
      background-color: fade(#955e14, 10%); }
  .btn-black {
    background-color: #161a1c;
    color: #fff;
    border: 1px solid #4a4f55; }
    .btn-black:hover {
      background-color: #4a4f55;
      color: #fff;
      border: 1px solid #4a4f55; }
  .btn-round {
    border-radius: 20px;
    text-transform: none;
    font-weight: bold; }

.checkBox {
  cursor: pointer; }
  .checkBox-hidden {
    display: none; }
    .checkBox-hidden:checked + .checkBox-label {
      color: #fff; }
      .checkBox-hidden:checked + .checkBox-label .checkBox-checkbox {
        border-color: #ac9581;
        background-color: #ac9581; }
        .checkBox-hidden:checked + .checkBox-label .checkBox-checkbox:before {
          content: "✔"; }
  .checkBox-label {
    color: #969696;
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .checkBox-label:hover {
      color: #fff; }
  .checkBox-checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #969696;
    position: absolute;
    top: 4px;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s; }

.clearAfter:after, .container:after {
  content: "";
  display: block;
  clear: both; }

.contact {
  background-color: #f4f4f4;
  padding-top: 70px; }
  .contact-title {
    margin-bottom: 40px; }
  .contact-form {
    max-width: 400px;
    margin: auto auto 70px; }
  .contact-map {
    width: 100%; }

.container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
  min-width: 320px; }

@media (max-width: 767px) {
  body > .container {
    margin-top: 50px; } }

.footer {
  color: #fff; }
  .footer-top {
    background-color: #ac9581; }
  .footer-bottom {
    background-color: #161a1c;
    font-size: 11px;
    padding: 15px 0; }
  .footer-menu-list {
    list-style-type: none;
    margin: 0;
    padding: 40px 0; }
  .footer-menu-item {
    display: inline-block; }
    .footer-menu-item:after {
      content: "|"; }
    .footer-menu-item:last-of-type:after {
      content: ""; }
    .footer-menu-item:first-of-type {
      margin-left: -5px; }
    .footer-menu-item a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 13px;
      font-size: 12px;
      font-weight: bold; }
  .footer-cookies {
    color: #707376; }

.form-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .form-fieldset legend {
    font-size: 17px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .form-fieldset legend:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -15px;
      right: -15px;
      height: 1px;
      background-color: #ac9581; }

.form-row {
  margin-bottom: 15px; }

.form-label {
  display: block;
  padding-bottom: 5px;
  font-weight: bold; }

.form-input {
  display: block; }

.form-error {
  color: #eb594b;
  font-size: 13px;
  text-align: right;
  margin-top: 5px; }

.galery {
  position: relative;
  margin-bottom: 40px; }
  .galery-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #474747;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 5px;
    display: inline-block; }
  .galery-mainImage {
    overflow: hidden; }
    .galery-mainImage img {
      max-width: 100%; }
  .galery-thumbnails {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0; }
  .galery-smallImage {
    display: inline-block;
    border: 1px solid #969696;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: #fff; }
    .galery-smallImage img {
      display: block;
      max-width: 100%;
      max-height: 100%; }

.header {
  background-color: #4c3617;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  -webkit-transition: padding .2s;
  transition: padding .2s;
  height: 50px; }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      left: 0; } }
  .header-logo {
    float: left;
    width: 160px;
    -webkit-transition: .4s;
    transition: .4s; }
    .header-logo img {
      max-width: 100%; }
  .header.view-transparent {
    background-color: rgba(22, 26, 28, 0.7); }
  @media (min-width: 768px) {
    .header {
      padding: 26px 0;
      height: auto; }
      .header.view-small {
        padding: 13px 0; } }

.truncate {
  /* Credits to: https://codepen.io/martinwolf/pen/qlFdp */
  display: block;
  display: -webkit-box;
  max-width: 540px;
  height: 100px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.hpSlider {
  background-color: #ac9581;
  background-image: url("../../image/hp-bg.webp");
  background-size: cover;
  background-position: center; }
  .hpSlider-container {
    position: relative; }
  .hpSlider-slide {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px; }
  .hpSlider-image {
    margin-bottom: 20px;
    margin-top: 20px; }
    .hpSlider-image img {
      min-height: 200px;
      max-width: 100%;
      display: block;
      margin: auto;
      width: 365px !important; }
  .hpSlider-title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 190%;
    text-decoration: none;
    display: block;
    margin-bottom: 20px; }
  .hpSlider-description {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 20px; }
  .hpSlider .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    left: 0;
    padding: 0 15px; }
    .hpSlider .owl-nav div {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #333;
      opacity: 0.3;
      overflow: hidden;
      text-indent: 1000px;
      background-image: url("../../image/ico-arr-right.png");
      background-repeat: no-repeat;
      background-position: center;
      margin-top: -20px;
      -webkit-transition: 0.2s;
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
      .hpSlider .owl-nav div:hover {
        background-color: black; }
    .hpSlider .owl-nav .owl-prev {
      float: left;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .hpSlider .owl-nav .owl-next {
      float: right; }
  @media (min-width: 768px) {
    .hpSlider-slide {
      padding-top: 80px;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .hpSlider-image {
      width: 50%; }
    .hpSlider-image {
      min-height: 347px; }
    .hpSlider-text {
      width: 50%; } }

.imageHeader {
  background: #955e14 center;
  background-size: cover;
  min-height: 400px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  text-transform: uppercase; }
  .imageHeader-title {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .imageHeader-text {
    margin-bottom: 0; }

.menu-background {
  display: none; }

.menu-opener {
  float: right;
  position: relative;
  width: 32px;
  height: 20px;
  cursor: pointer; }
  .menu-opener span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s; }
    .menu-opener span:nth-of-type(1) {
      top: 0; }
    .menu-opener span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px; }
    .menu-opener span:nth-of-type(3) {
      top: 100%;
      margin-top: -2px; }
    .menu-opener span:nth-of-type(4) {
      top: 50%;
      margin-top: -1px; }
  .menu-opener.is-open span:nth-of-type(1) {
    top: 50%;
    margin-top: -1px;
    opacity: 0; }
  .menu-opener.is-open span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-opener.is-open span:nth-of-type(3) {
    top: 50%;
    margin-top: -1px;
    opacity: 0; }
  .menu-opener.is-open span:nth-of-type(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.menu-list {
  margin: 0; }

.menu-item {
  display: block; }
  .menu-item.active a {
    color: #955e14; }
  .menu-item a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    .menu-item a .fa-shopping-cart {
      width: 17px;
      height: 17px; }
    .menu-item a .fa-shopping-cart:before {
      content: ""; }

@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none; }
    .menu-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      -webkit-transition: .4s;
      transition: .4s;
      display: block; }
    .menu-list {
      background-color: #161a1c;
      padding: 15px 0;
      height: 100%;
      overflow: auto;
      width: 250px;
      position: absolute;
      right: -250px;
      -webkit-transition: .4s;
      transition: .4s;
      z-index: 5; }
    .menu.is-open {
      pointer-events: all; }
      .menu.is-open .menu-background {
        background-color: rgba(22, 26, 28, 0.4); }
      .menu.is-open .menu-list {
        right: 0; }
    .menu.view-transparent .menu-list {
      background-color: rgba(22, 26, 28, 0.5); } }

@media (min-width: 768px) {
  .menu {
    float: right; }
    .menu-opener {
      display: none; }
    .menu-list {
      display: inline-block;
      float: right;
      height: auto;
      right: auto;
      width: auto;
      padding: 0;
      background-color: transparent; }
    .menu-item {
      display: inline-block;
      position: relative; }
      .menu-item:hover .menu-dropdownBox {
        display: block;
        z-index: 999; }
      .menu-item a {
        display: inline-block;
        padding: 8px;
        -webkit-transition: .2s;
        transition: .2s; }
        .menu-item a:hover {
          color: #ac9581; }
    .menu-dropdownBox {
      padding-top: 26px;
      position: absolute;
      left: -10px;
      display: none; }
      .menu-dropdownBox.view-small {
        padding-top: 13px; }
    .menu-dropdown {
      top: 100%;
      padding: 0;
      margin: 0;
      list-style-type: none;
      background-color: #4c3617; }
      .menu-dropdown li {
        padding: 5px 10px; }
      .menu-dropdown a {
        white-space: nowrap; }
    .menu.view-transparent .menu-dropdown {
      background-color: rgba(22, 26, 28, 0.7); } }

.modal-body ul {
  margin-left: 15px; }

.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  max-width: 100%;
  margin: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 30px;
  position: relative; }
  .news-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    height: 1px;
    background-color: #ac9581; }

.news-date {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  font-size: 16px;
  color: #955e14; }

.news-content {
  color: #161a1c; }

.news-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  color: #161a1c;
  text-decoration: none; }

.news-text {
  font-size: 16px; }

.news-more {
  text-align: center;
  margin-top: 50px; }

.optionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .optionBox-options {
    white-space: nowrap; }
    .optionBox-options input {
      max-width: 100px; }
    .optionBox-options .radio label {
      display: block;
      height: 50px; }
    .optionBox-options .radio .img-thumbnail {
      margin-bottom: -20px; }
    .optionBox-options .selectInput {
      height: 38px; }
    .optionBox-options #input-quantity {
      text-align: center;
      width: 25%;
      min-width: 60px; }
  .optionBox-priceBox {
    text-align: left;
    padding-left: 35px; }
  .optionBox-price {
    font-size: 26px;
    font-weight: bold;
    color: #955e14; }

.pagination {
  text-align: center; }
  .pagination li {
    display: inline-block; }
  .pagination li.active > span {
    background-color: #955e14;
    color: #fff; }
  .pagination span, .pagination a {
    display: block;
    color: #955e14;
    background-color: transparent;
    padding: 5px 0;
    margin: 5px;
    text-decoration: none;
    width: 25px;
    text-align: center; }
    .pagination span:hover, .pagination a:hover {
      background-color: #955e14;
      color: #fff; }

.productBox {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  background-color: #fff;
  margin: auto;
  max-width: 320px; }
  .productBox a {
    text-decoration: none; }
  .productBox:hover .productBox-overlay {
    opacity: 1; }
  .productBox:hover .productBox-image {
    top: 30px; }
  .productBox:hover .productBox-title.view-primary {
    opacity: 0; }
  .productBox-image {
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    top: 0; }
  .productBox-badge {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 85%;
    padding: 7px; }
    .productBox-badge-red {
      background-color: #eb594b;
      padding: 7px 10px; }
    .productBox-badge-brown {
      background-color: #4c3001;
      padding: 7px 12px; }
  .productBox-title {
    font-weight: bold;
    color: #161a1c;
    font-size: 15px;
    padding: 0 25px;
    margin-top: 0;
    margin-bottom: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 35px; }
  .productBox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    -webkit-transition: .4s;
    transition: .4s; }
  .productBox-price {
    margin-top: 50px;
    text-transform: uppercase;
    color: #955e14;
    font-weight: bold; }
    .productBox-price .price-old {
      display: block;
      text-decoration: line-through;
      font-size: 85%;
      color: #eb594b; }

.productFilter {
  background-color: #4c3617;
  color: #fff;
  padding: 30px 50px;
  height: 100%; }
  .productFilter-title {
    margin: 0;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px; }
  .productFilter-list {
    list-style-type: none;
    margin: 0;
    font-size: 13px; }
  .productFilter-package a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block; }
  @media (min-width: 768px) {
    .productFilter.view-full .productFilter-flavours {
      -webkit-column-count: 3;
      column-count: 3; } }
  @media (min-width: 992px) {
    .productFilter.view-full .productFilter-flavours {
      -webkit-column-count: 5;
      column-count: 5; } }
  @media (min-width: 480px) {
    .productFilter-flavours {
      -webkit-column-count: 2;
      column-count: 2; } }
  @media (min-width: 992px) {
    .productFilter-flavours {
      -webkit-column-count: 3;
      column-count: 3; } }

.productHeader-title {
  font-weight: bold;
  font-size: 26px;
  color: #4c3001; }

.productHeader-badges {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px; }

.productHeader-badge {
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 25%;
  font-size: 90%;
  white-space: nowrap; }
  .productHeader-badge span {
    display: inline-block;
    padding: 7px 0; }

.productHeader-info {
  line-height: 1.5;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-bottom: 20px; }
  .productHeader-info dl {
    margin: 0; }
  .productHeader-info dt {
    display: inline-block;
    width: 100px; }
  .productHeader-info dd {
    display: inline-block;
    font-weight: bold; }
    .productHeader-info dd.original-price {
      color: #eb594b; }
    .productHeader-info dd.sale {
      color: #eb594b;
      text-decoration: line-through; }
    .productHeader-info dd.stock {
      color: #9cd064; }
      .productHeader-info dd.stock.out {
        color: #eb594b; }

.referenceBox {
  background-color: #4c3617;
  color: #fff;
  padding: 50px;
  text-align: center; }
  @media (min-width: 480px) {
    .referenceBox {
      max-height: 585px; } }
  .referenceBox-title {
    color: #b88137;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 200; }
  @media (min-width: 480px) {
    .referenceBox-slide {
      max-height: 400px;
      overflow: hidden; } }
  .referenceBox-text {
    font-size: 20px;
    quotes: "“" "”" "‘" "’";
    font-family: "Droid Serif", "Times New Roman", serif; }
    .referenceBox-text:before {
      content: open-quote; }
    .referenceBox-text:after {
      content: close-quote; }
  .referenceBox-name {
    font-size: 16px; }
    .referenceBox-name:before {
      content: "";
      display: block;
      width: 75px;
      height: 2px;
      background-color: #b88137;
      margin: 30px auto; }
  .referenceBox-controls {
    display: block;
    margin-top: 50px; }
    .referenceBox-controls-prev {
      float: left; }
    .referenceBox-controls-next {
      float: right; }

.review {
  margin-bottom: 40px; }
  .review-header {
    color: #955e14; }
  .review-rating {
    display: inline-block;
    margin-right: 10px;
    color: #955e14; }
    .review-rating-empty {
      opacity: .2; }
  .review-count {
    color: #161a1c;
    display: inline-block; }
    .review-count span {
      cursor: pointer; }
  .review-author {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px; }
  .review-date {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold; }
  .review-text {
    padding-top: 10px; }
  .review-form {
    max-width: 500px; }

.router {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .router-item {
    text-align: center;
    width: 100%;
    padding: 0 20px; }
    .router-item a {
      text-decoration: none; }
  .router-img {
    padding-top: 25px;
    height: 70px; }
    .router-img img {
      height: 42px; }
  .router-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #955e14;
    padding: 25px 0;
    position: relative;
    margin: 0;
    margin-bottom: 20px; }
    .router-title:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 80px;
      margin-left: -40px;
      height: 2px;
      background-color: #955e14; }
  .router-text {
    margin-bottom: 30px;
    line-height: 1.5em;
    min-height: 3em; }
  @media (min-width: 480px) {
    .router-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .router-item {
      width: 25%; } }

.sectionTitle {
  display: block;
  text-align: center; }
  .sectionTitle-primary {
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    color: #4c3001; }
  .sectionTitle-secondary {
    text-transform: uppercase;
    color: #955e14;
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    font-weight: 200; }

.selectInput {
  border: 1px solid #c7caca;
  padding: 7px 10px; }

.shopList {
  border-bottom: 1px solid gray;
  -webkit-transition: .2s;
  transition: .2s; }
  .shopList-container {
    max-width: 400px;
    margin: auto; }
  .shopList-header {
    color: #955e14;
    padding: 20px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: .2s;
    transition: .2s; }
  .shopList-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .shopList-content {
    display: none;
    padding: 1px 20px;
    background-color: #fff; }
    .shopList-content p:first-line {
      font-weight: bold;
      color: #955e14; }
  .shopList.is-open {
    border-bottom: 2px solid #955e14; }
  .shopList.is-open .shopList-header {
    color: #fff;
    background-color: #955e14; }

.sidebar {
  background: #272b30;
  padding: 30px;
  margin: 0 30px;
  color: #fff; }
  .sidebar-title {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold; }
  .sidebar ul {
    padding: 0;
    margin: 0; }
    .sidebar ul li {
      list-style: none; }
  .sidebar a {
    text-decoration: none;
    color: #808080;
    display: inline-block;
    font-size: 15px;
    padding: 5px 0; }
    .sidebar a:hover {
      color: #fff; }
    .sidebar a:before {
      content: "-";
      margin-right: 10px; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table tr td {
    padding: 7px 10px; }
  .table.view-striped tr:nth-of-type(even) td {
    background-color: #f4f4f4; }

.tabs-nav {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 -15px; }
  .tabs-nav-item {
    display: inline-block;
    margin-right: 15px; }
  .tabs-nav-link {
    display: inline-block;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    cursor: pointer; }
    .tabs-nav-link.is-active {
      color: #955e14; }
      .tabs-nav-link.is-active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        height: 3px;
        background-color: #955e14;
        margin-top: -1px; }

.tabs-content {
  padding: 50px 0; }

.tabs-panel {
  display: none; }
  .tabs-panel-half {
    width: 100%; }
  .tabs-panel p, .tabs-panel div {
    line-height: 1.7; }
  .tabs-panel img {
    max-width: 100% !important;
    height: auto !important; }
  .tabs-panel.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

@media (min-width: 768px) {
  .tabs-panel-half {
    width: 50%; }
    .tabs-panel-half:last-of-type {
      padding-left: 50px; } }

.textInput {
  border: 1px solid #c7caca;
  padding: 10px 10px;
  width: 100%; }

.watchUs {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 70px; }
  .watchUs-social {
    text-align: center;
    margin-top: 20px; }
  .watchUs-socialIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    background: #955e14 no-repeat center; }
    .watchUs-socialIcon i {
      font-size: 20pt;
      color: #fff;
      padding-top: 8px; }
    .watchUs-socialIcon:hover {
      background-color: #4c3001; }
