/*
Theme Name: Flowers Home
Author: Webs.am
Author URI: http://webs.am/
*/
@import url(node_modules/flexboxgrid/dist/flexboxgrid.min.css);
@import url(css/slick.css);
/***************************************************************/
@font-face {
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  src: url("fonts/Montserrat/Montserratarm-Light.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  src: url("fonts/Montserrat/Montserratarm-Bold.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Light, Arial, Sans-Serif";
  src: url("fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: normal;
  font-style: normal; }

/********************************************/
@font-face {
  font-family: "NotoSansArmenian-Regular, Arial, Sans-Serif";
  src: url("fonts/NotoSansArmenian-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NotoSansArmenian-Bold, Arial, Sans-Serif";
  src: url("fonts/NotoSansArmenian-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box;
  user-select: none; }

html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  font-size: 16px;
  color: #141414;
  background-color: #ffffff; }
  @media only screen and (max-width: 1700px) {
    body {
      font-size: 16px; } }

.container {
  width: auto;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 1500px) {
    .container {
      max-width: 1230px; } }
  .container.middle {
    max-width: 1208px; }
    @media only screen and (max-width: 1500px) {
      .container.middle {
        max-width: 1230px; } }

img {
  max-width: 100%;
  max-height: 100%; }

.title {
  margin: 0;
  margin-bottom: 30px;
  color: #A06446;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .title {
      margin-bottom: 24px; } }
  .title.big {
    font-size: 56px; }
    @media only screen and (max-width: 767px) {
      .title.big {
        font-size: 28px; } }
  .title.middle {
    font-size: 38px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .title.middle {
        font-size: 24px; } }
  .title.small {
    font-size: 32px; }
    @media only screen and (max-width: 767px) {
      .title.small {
        font-size: 22px; } }
  .title.small-l {
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .title.small-l {
        font-size: 18px; } }
  .title.small-m {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .title.small-m {
        font-size: 16px; } }
  .title.align-left {
    text-align: left; }
  .title.dark {
    color: #141414; }
    @media only screen and (max-width: 480px) {
      .title.dark {
        text-align: left; } }
  .title.light {
    color: #ffffff; }

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(160, 100, 70, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.scrollbar::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
  height: 6px;
  background-color: #F5F5F5; }
  @media only screen and (max-width: 992px) {
    .scrollbar::-webkit-scrollbar {
      height: 0px; } }

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(160, 100, 70, 0.3);
  background-color: #555; }

.description p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.5; }
  .description p:last-child {
    margin-bottom: 0; }
  .description p.mini-info {
    margin-bottom: 0; }
  .description p.big-info {
    margin-bottom: 0;
    display: none; }
  .description p .info-hide-show {
    font-family: "Montserrat-Bold, Arial, Sans-Serif";
    color: #A06446;
    cursor: pointer;
    margin-left: 5px; }

.description h1, .description h2, .description h3, .description h4, .description h5, .description h6 {
  margin: 20px 0;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    .description h1, .description h2, .description h3, .description h4, .description h5, .description h6 {
      font-size: 18px;
      margin: 15px 0px; } }

.description.show p.mini-info {
  display: none; }

.description.show p.big-info {
  display: block; }

.description figure {
  margin: 0; }

.description strong, .description b {
  font-family: "Montserrat-Bold, Arial, Sans-Serif"; }

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 992px) {
    .section-padding {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 480px) {
    .section-padding {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-padding.small {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-padding.no-top {
    padding-top: 0; }
  .section-padding.no-bottom {
    padding-bottom: 0; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%; }
  .background-cover.position-top {
    background-position: top center; }

.share-post {
  display: inline-block;
  margin-top: 50px; }
  .share-post button {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-family: "Montserrat-Bold, Arial, Sans-Serif";
    padding: 0;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .share-post button {
        font-size: 16px; } }
    .share-post button img {
      margin-left: 10px;
      height: 24px;
      position: relative;
      top: 4px; }
  @media only screen and (max-width: 767px) {
    .share-post {
      font-size: 16px; } }

.bg-grey {
  background-color: #FAFAFA; }

.with-flex, .withFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col, .withFlex .half-col {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .with-flex .half-col, .withFlex .half-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .with-flex .col-small, .withFlex .col-small {
    width: 40%; }
    @media only screen and (max-width: 480px) {
      .with-flex .col-small, .withFlex .col-small {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .with-flex .col-big, .withFlex .col-big {
    width: 60%; }
    @media only screen and (max-width: 480px) {
      .with-flex .col-big, .withFlex .col-big {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.cube-slider {
  width: 100%;
  text-align: center;
  display: inline-block;
  /*&:not(.scrollbar){
    .items{
      &:first-child,&:nth-child(3n-2){
        padding-left: 0;
      }
      &:nth-child(3n){
        padding-right: 0px;
        padding-left: 16px;
      }
    }
  }*/ }
  .cube-slider .items {
    width: 33.3333%;
    text-align: left;
    position: relative;
    padding: 0px 16px;
    vertical-align: top; }
    @media only screen and (min-width: 1099px) {
      .cube-slider .items:first-child, .cube-slider .items:nth-child(3n-2) {
        padding-left: 0; } }
    @media only screen and (min-width: 1099px) {
      .cube-slider .items:nth-child(3n) {
        padding-right: 0px;
        padding-left: 16px; } }
    @media only screen and (max-width: 1100px) {
      .cube-slider .items {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .cube-slider .items {
        width: 100%;
        padding: 0; }
        .cube-slider .items .title {
          font-size: 18px; } }
    .cube-slider .items.mg-bottom {
      margin-bottom: 30px; }
      @media only screen and (max-width: 480px) {
        .cube-slider .items.mg-bottom {
          margin-bottom: 16px; } }
    .cube-slider .items .item {
      text-decoration: none;
      color: inherit; }
      .cube-slider .items .item .custom-shop-img {
        padding: 30px;
        background-color: #FAFAFA; }
        .cube-slider .items .item .custom-shop-img .background-cover {
          background-size: contain; }
      .cube-slider .items .item .product-title {
        margin: 16px 0px 12px; }
      .cube-slider .items .item .background-cover {
        height: 260px; }
        .cube-slider .items .item .background-cover.lg {
          height: 320px; }
        .cube-slider .items .item .background-cover.middle {
          height: 444px; }
          @media only screen and (max-width: 992px) {
            .cube-slider .items .item .background-cover.middle {
              height: 300px; } }
        .cube-slider .items .item .background-cover.big {
          height: 600px; }
          @media only screen and (max-width: 992px) {
            .cube-slider .items .item .background-cover.big {
              height: 400px; } }
          @media only screen and (max-width: 480px) {
            .cube-slider .items .item .background-cover.big {
              height: 450px; } }
      .cube-slider .items .item h4 {
        margin: 20px 0; }
        @media only screen and (min-width: 992px) {
          .cube-slider .items .item h4 {
            line-height: 36px; } }
      .cube-slider .items .item .description {
        margin-bottom: 0; }
        .cube-slider .items .item .description p {
          font-size: 16px; }
          .cube-slider .items .item .description p.mini-content {
            font-size: 16px; }
            @media only screen and (max-width: 480px) {
              .cube-slider .items .item .description p.mini-content {
                font-size: 16px; } }
      .cube-slider .items .item .date {
        margin-top: 20px;
        display: inline-block;
        opacity: 0.5; }
        @media only screen and (max-width: 480px) {
          .cube-slider .items .item .date {
            margin-top: 10px; } }
    .cube-slider .items .shop-add-to-cart {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 30px;
      top: 30px; }
      .cube-slider .items .shop-add-to-cart .add_to_cart_inline {
        margin: 0;
        padding: 0 !important;
        border: 0 !important; }
      .cube-slider .items .shop-add-to-cart .woocommerce-Price-amount {
        display: none;
        height: 0;
        width: 0;
        overflow: hidden; }
      .cube-slider .items .shop-add-to-cart .add_to_cart_button {
        background-image: url("img/basket.svg");
        width: 19px;
        height: 24px;
        font-size: 0;
        color: transparent;
        padding: 0;
        border: 0;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 19px 24px;
        margin: 0;
        background-color: transparent !important; }
        .cube-slider .items .shop-add-to-cart .add_to_cart_button.added {
          background-image: url("img/basket-full.svg"); }
          .cube-slider .items .shop-add-to-cart .add_to_cart_button.added:after {
            display: none; }
        .cube-slider .items .shop-add-to-cart .add_to_cart_button:after {
          position: relative;
          width: 20px;
          height: 20px;
          display: block;
          color: green;
          z-index: 9;
          font-size: 20px;
          left: -2px; }
        .cube-slider .items .shop-add-to-cart .add_to_cart_button.loading:after {
          margin-top: -8px;
          margin-left: 2px; }
      .cube-slider .items .shop-add-to-cart .added_to_cart.wc-forward {
        display: none; }
  .cube-slider:not(.scrollbar) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cube-slider.scrollbar {
    overflow: auto;
    white-space: nowrap; }
    .cube-slider.scrollbar .items {
      width: 33%;
      white-space: normal;
      display: inline-block;
      float: none; }
      @media only screen and (max-width: 1100px) {
        .cube-slider.scrollbar .items {
          width: 60%; } }
      @media only screen and (max-width: 480px) {
        .cube-slider.scrollbar .items {
          width: 90%;
          padding-right: 0; }
          .cube-slider.scrollbar .items:last-child {
            padding-right: 15px;
            padding-left: 15px; }
          .cube-slider.scrollbar .items:first-child {
            padding-left: 15px;
            padding-right: 15px; } }

.show-mobile {
  display: none; }
  @media only screen and (max-width: 480px) {
    .show-mobile {
      display: block; } }

@media only screen and (max-width: 480px) {
  .hide-mobile {
    display: none; } }

.custom-accordion {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2); }
  .custom-accordion p {
    margin: 0; }
  .custom-accordion h3 {
    cursor: pointer;
    padding: 15px 0px;
    font-size: 16px;
    font-family: "Montserrat-Bold, Arial, Sans-Serif";
    margin: 0;
    line-height: 1.5;
    border-top: 1px solid rgba(20, 20, 20, 0.2);
    position: relative; }
    .custom-accordion h3 img {
      height: 8px;
      position: absolute;
      top: 23px;
      right: 0; }
    .custom-accordion h3.active img {
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    @media only screen and (max-width: 767px) {
      .custom-accordion h3 {
        font-size: 16px; } }
  .custom-accordion .content {
    display: none;
    padding-bottom: 15px;
    line-height: 1.5;
    padding-right: 30px; }

.woocommerce div button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce a.button,
.woocommerce div a.button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button,
.woocommerce form button.button,
.button {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #A06446;
  color: #A06446;
  background-color: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin-top: 30px;
  border-radius: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .woocommerce div button.button,
    .woocommerce-cart .woocommerce a.button,
    .woocommerce a.button,
    .woocommerce div a.button,
    .woocommerce-cart .woocommerce button.button,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button,
    .woocommerce form button.button,
    .button {
      font-size: 16px; } }
  @media only screen and (max-width: 480px) {
    .woocommerce div button.button,
    .woocommerce-cart .woocommerce a.button,
    .woocommerce a.button,
    .woocommerce div a.button,
    .woocommerce-cart .woocommerce button.button,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button,
    .woocommerce form button.button,
    .button {
      width: 100%;
      text-align: center; } }
  .woocommerce div button.button:hover,
  .woocommerce-cart .woocommerce a.button:hover,
  .woocommerce a.button:hover,
  .woocommerce div a.button:hover,
  .woocommerce-cart .woocommerce button.button:hover,
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button:hover,
  .woocommerce form button.button:hover,
  .button:hover {
    background-color: #A06446;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .woocommerce div button.button.with-underline,
  .woocommerce-cart .woocommerce a.button.with-underline,
  .woocommerce a.button.with-underline,
  .woocommerce div a.button.with-underline,
  .woocommerce-cart .woocommerce button.button.with-underline,
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.with-underline,
  .woocommerce form button.button.with-underline,
  .button.with-underline {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #A06446; }
    @media only screen and (max-width: 480px) {
      .woocommerce div button.button.with-underline,
      .woocommerce-cart .woocommerce a.button.with-underline,
      .woocommerce a.button.with-underline,
      .woocommerce div a.button.with-underline,
      .woocommerce-cart .woocommerce button.button.with-underline,
      .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.with-underline,
      .woocommerce form button.button.with-underline,
      .button.with-underline {
        width: auto;
        padding-top: 0; } }
    .woocommerce div button.button.with-underline:hover,
    .woocommerce-cart .woocommerce a.button.with-underline:hover,
    .woocommerce a.button.with-underline:hover,
    .woocommerce div a.button.with-underline:hover,
    .woocommerce-cart .woocommerce button.button.with-underline:hover,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.with-underline:hover,
    .woocommerce form button.button.with-underline:hover,
    .button.with-underline:hover {
      background-color: transparent;
      color: #A06446; }
  .woocommerce div button.button.with-bg,
  .woocommerce-cart .woocommerce a.button.with-bg,
  .woocommerce a.button.with-bg,
  .woocommerce div a.button.with-bg,
  .woocommerce-cart .woocommerce button.button.with-bg,
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.with-bg,
  .woocommerce form button.button.with-bg,
  .button.with-bg {
    background-color: #A06446;
    color: #ffffff; }
    .woocommerce div button.button.with-bg:hover,
    .woocommerce-cart .woocommerce a.button.with-bg:hover,
    .woocommerce a.button.with-bg:hover,
    .woocommerce div a.button.with-bg:hover,
    .woocommerce-cart .woocommerce button.button.with-bg:hover,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.with-bg:hover,
    .woocommerce form button.button.with-bg:hover,
    .button.with-bg:hover {
      -webkit-box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
      -moz-box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
      box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35); }
  .woocommerce div button.button.second-btn,
  .woocommerce-cart .woocommerce a.button.second-btn,
  .woocommerce a.button.second-btn,
  .woocommerce div a.button.second-btn,
  .woocommerce-cart .woocommerce button.button.second-btn,
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.second-btn,
  .woocommerce form button.button.second-btn,
  .button.second-btn {
    border: 1px solid #141414;
    color: #141414;
    background-color: transparent; }
    .woocommerce div button.button.second-btn:hover,
    .woocommerce-cart .woocommerce a.button.second-btn:hover,
    .woocommerce a.button.second-btn:hover,
    .woocommerce div a.button.second-btn:hover,
    .woocommerce-cart .woocommerce button.button.second-btn:hover,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.second-btn:hover,
    .woocommerce form button.button.second-btn:hover,
    .button.second-btn:hover {
      border: 1px solid #A06446;
      color: #A06446; }

.woocommerce-cart div.wc-proceed-to-checkout a.checkout-button,
div.woocommerce #payment #place_order,
div.woocommerce-page #payment #place_order {
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #A06446;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin-top: 30px;
  border-radius: 0;
  background-color: #A06446;
  color: #ffffff;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .woocommerce-cart div.wc-proceed-to-checkout a.checkout-button,
    div.woocommerce #payment #place_order,
    div.woocommerce-page #payment #place_order {
      font-size: 16px; } }
  .woocommerce-cart div.wc-proceed-to-checkout a.checkout-button:hover,
  div.woocommerce #payment #place_order:hover,
  div.woocommerce-page #payment #place_order:hover {
    background-color: #A06446;
    color: #ffffff;
    -webkit-box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
    -moz-box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
    box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

div.woocommerce #payment #place_order,
div.woocommerce-page #payment #place_order {
  width: auto; }

/*.woocommerce div button.button,
.woocommerce div a.button,
.woocommerce div a.button,*/
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button,
.woocommerce form button.button {
  margin-top: 0; }

.under-header {
  height: 106px; }
  @media only screen and (max-width: 1020px) {
    .under-header {
      height: 70px; } }

@media only screen and (max-width: 767px) {
  .with-breadcrumbs {
    padding-top: 20px !important; } }

.with-breadcrumbs .breadcrumbs {
  padding: 20px 0px 30px; }
  @media only screen and (max-width: 767px) {
    .with-breadcrumbs .breadcrumbs {
      display: none; } }
  .with-breadcrumbs .breadcrumbs p {
    font-size: 16px;
    margin: 0; }
    .with-breadcrumbs .breadcrumbs p a {
      text-decoration: none;
      color: #141414; }
    .with-breadcrumbs .breadcrumbs p .breadcrumb_last {
      color: #A2A2A2; }

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .full-height {
      min-height: 700px; } }
  @media only screen and (min-width: 1900px) {
    .full-height {
      min-height: 850px; } }
  .full-height.real-height {
    max-height: none; }

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%; }

.central {
  margin: 0;
  padding: 0;
  text-align: center; }
  .central li {
    list-style: none;
    float: none;
    display: inline-block; }

.centered {
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.in-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .in-mobile {
      display: block; } }

.aligned:before, .aligned:after {
  content: "";
  display: table; }

.aligned:after {
  clear: both; }

.aligned .left {
  float: left; }

.aligned .right {
  float: right; }

.page404 {
  margin: 100px auto 200px auto; }
  .page404 h1 {
    font-size: 50px; }
  .page404 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a:focus, a:hover {
  color: #141414; }

.section-title {
  font-size: 32px;
  color: #141414;
  margin: 0; }

.row.no-space {
  margin: 0;
  padding: 0; }
  .row.no-space > div {
    padding: 0; }

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 0px;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  #header .container {
    position: relative;
    /*#top_language_list{
      display: inline-block;
      color: #fff;
      position: relative;
      margin-left: 20px;
      @include max(1020){
        margin: 0;
        display: block;
        width: 100%;
      }
      ul{
        @include max(1020){
          display: block;
          width: 100%;
        }
        li{
          text-transform: capitalize;
          @include max(1020){
            display: inline-block;
            width: auto;
            color: #333;
            &.active{
              &:before{
                display: block !important;
                width: 30px;
                bottom: 5px;
                background-color: #333;
              }
            }
          }
          img{
            margin-right: 7px;
          }
        }
      }
      &:before{
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff;
        @include tr(all 0.3s);
        @include max(1020){
          display: none;
        }
      }
    }*/ }
    #header .container .logo {
      position: absolute;
      left: 15px;
      height: 50px;
      user-select: none;
      top: 30px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 1020px) {
        #header .container .logo {
          height: 32px;
          top: 20px; } }
      #header .container .logo img {
        height: 50px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        @media only screen and (max-width: 1020px) {
          #header .container .logo img {
            height: 32px; } }
      #header .container .logo .logo-white {
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header .container .header-menu {
      text-align: right; }
      @media only screen and (max-width: 1020px) {
        #header .container .header-menu {
          padding: 15px;
          padding-top: 100px; }
          #header .container .header-menu > .menu {
            display: none; } }
      #header .container .header-menu .mobile_menu {
        display: none; }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu .mobile_menu {
            display: block; } }
      #header .container .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        user-select: none;
        padding: 44px 0px 22px; }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container .header-menu ul li {
          display: inline-block;
          margin-left: 40px;
          padding-bottom: 20px;
          position: relative;
          user-select: none; }
          @media only screen and (max-width: 1700px) {
            #header .container .header-menu ul li {
              margin-left: 20px; } }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid #EBEBEB;
              margin: 0; } }
          #header .container .header-menu ul li a {
            text-decoration: none;
            color: #141414;
            user-select: none;
            font-family: "Montserrat-Bold, Arial, Sans-Serif";
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container .header-menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #141414;
            bottom: 13px;
            left: 0;
            right: 0;
            margin: auto;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1020px) {
              #header .container .header-menu ul li:before {
                display: none; } }
          #header .container .header-menu ul li.current-menu-item:before, #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
            width: 100%;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container .header-menu ul li.current-menu-item a, #header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active a {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
        #header .container .header-menu ul.number-menu li a {
          color: #141414; }
    #header .container #top_language_list {
      display: inline-block;
      position: relative;
      margin-left: 40px; }
      @media only screen and (max-width: 1700px) {
        #header .container #top_language_list {
          margin-left: 20px; } }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list {
          margin: 0;
          display: block;
          width: 100%;
          padding-top: 120px; } }
      #header .container #top_language_list li {
        margin-left: 0;
        text-transform: uppercase;
        font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list li {
            padding: 0;
            width: 100%;
            margin-bottom: 10px;
            border: 0; } }
        #header .container #top_language_list li:before {
          display: none; }
        #header .container #top_language_list li img {
          height: 15px;
          margin-right: 10px; }
          #header .container #top_language_list li img.lang-sub-menu-img {
            height: 6px;
            margin-left: 5px;
            margin-right: 0;
            position: relative;
            top: -3px; }
            @media only screen and (max-width: 1020px) {
              #header .container #top_language_list li img.lang-sub-menu-img {
                display: none; } }
        #header .container #top_language_list li:hover .lang-sub-menu {
          opacity: 1;
          visibility: visible;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list ul {
          width: 100%; } }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list ul li {
          position: relative;
          padding-left: 34px; }
          #header .container #top_language_list ul li:before {
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            border: 1px solid #A06446;
            border-radius: 24px;
            position: absolute;
            background-color: #fff;
            top: -4px;
            left: 0;
            bottom: auto;
            margin: 0;
            z-index: 1; }
          #header .container #top_language_list ul li:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            border-radius: 16px;
            background-color: #A06446;
            position: absolute;
            left: 5px;
            top: 1px;
            z-index: 2; } }
      #header .container #top_language_list > ul {
        padding-bottom: 0; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list > ul {
            width: 100%; } }
        #header .container #top_language_list > ul > li {
          padding-bottom: 0; }
          @media only screen and (max-width: 1020px) {
            #header .container #top_language_list > ul > li {
              width: 100%; } }
      @media only screen and (min-width: 1019px) {
        #header .container #top_language_list .lang-sub-menu {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          padding: 0;
          margin: 0;
          background-color: #fff;
          width: 100px;
          text-align: center;
          left: -20px;
          top: 30px;
          padding-top: 10px;
          -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; } }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list .lang-sub-menu {
          margin-top: 20px; }
          #header .container #top_language_list .lang-sub-menu li {
            padding-left: 0;
            margin-bottom: 20px; }
            #header .container #top_language_list .lang-sub-menu li:last-child {
              margin-bottom: 0; }
            #header .container #top_language_list .lang-sub-menu li:before {
              left: -35px; }
            #header .container #top_language_list .lang-sub-menu li:after {
              display: none; } }
    #header .container .mobile-social {
      display: none; }
      @media only screen and (max-width: 1020px) {
        #header .container .mobile-social {
          display: block; }
          #header .container .mobile-social ul {
            padding: 0;
            margin: 0;
            margin-top: 40px;
            width: 100%;
            text-align: left; }
            #header .container .mobile-social ul li {
              margin-right: 30px;
              padding: 0;
              display: inline-block;
              width: auto; }
              #header .container .mobile-social ul li:last-child {
                margin-right: 0; }
              #header .container .mobile-social ul li:before {
                display: none; }
              #header .container .mobile-social ul li a img {
                height: 24px; } }
    #header .container .mini-cart {
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 40px; }
      @media only screen and (max-width: 1700px) {
        #header .container .mini-cart {
          /*margin-left: 20px;
        right: 10px;*/ } }
      @media only screen and (max-width: 1020px) {
        #header .container .mini-cart {
          position: fixed;
          top: 21px;
          right: 70px;
          margin: 0;
          z-index: 998; } }
      #header .container .mini-cart .mini-cart-icon {
        position: relative;
        cursor: pointer; }
        #header .container .mini-cart .mini-cart-icon.cart-right {
          /*@include max(1020){
            right: -10px;
          }*/ }
        #header .container .mini-cart .mini-cart-icon.hide {
          display: none; }
        #header .container .mini-cart .mini-cart-icon img {
          width: 18px;
          height: 22px; }
        #header .container .mini-cart .mini-cart-icon .cart-contents {
          position: absolute;
          top: -7px;
          right: -13px;
          font-size: 12px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          border-radius: 15px;
          color: #fff;
          background-color: #A06446;
          text-align: center;
          /*&.cart-content-2{
            right: -20px;
          }*/ }
          #header .container .mini-cart .mini-cart-icon .cart-contents.hidden {
            display: none; }
      #header .container .mini-cart .main-mini-cart {
        display: none;
        background-color: #ffffff;
        position: absolute;
        right: 0;
        padding: 30px;
        top: 40px;
        width: 500px;
        max-height: 400px;
        overflow: auto;
        -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3); }
        @media only screen and (max-width: 600px) {
          #header .container .mini-cart .main-mini-cart {
            width: 400px;
            right: -70px;
            top: -20px;
            z-index: 999; } }
        @media only screen and (max-width: 400px) {
          #header .container .mini-cart .main-mini-cart {
            width: 370px; } }
        #header .container .mini-cart .main-mini-cart .woocommerce-mini-cart__empty-message {
          text-align: center; }
        #header .container .mini-cart .main-mini-cart .woocommerce-mini-cart {
          margin: 0;
          padding: 0px; }
          #header .container .mini-cart .main-mini-cart .woocommerce-mini-cart li:before {
            display: none; }
      #header .container .mini-cart .header-quickcart .mini-cart-products-count {
        text-align: left;
        margin-bottom: 30px; }
      #header .container .mini-cart .header-quickcart .mini-cart-close-icon {
        height: 20px;
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer; }
      #header .container .mini-cart .header-quickcart .woocommerce-mini-cart__total {
        text-align: right; }
        #header .container .mini-cart .header-quickcart .woocommerce-mini-cart__total strong {
          float: left; }
        #header .container .mini-cart .header-quickcart .woocommerce-mini-cart__total .woocommerce-Price-amount {
          font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      #header .container .mini-cart .header-quickcart .woocommerce-mini-cart__buttons {
        margin: 0;
        text-align: right; }
        #header .container .mini-cart .header-quickcart .woocommerce-mini-cart__buttons .button {
          margin: 0; }
        #header .container .mini-cart .header-quickcart .woocommerce-mini-cart__buttons .button:not(.checkout) {
          display: none; }
      #header .container .mini-cart .header-quickcart ul {
        margin: 0;
        padding: 0;
        width: 100%; }
        #header .container .mini-cart .header-quickcart ul li {
          display: inline-block;
          width: 100%;
          margin: 0;
          padding: 0;
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #EBEBEB;
          text-align: left;
          position: relative;
          /*a:not(.button){
              text-align: left;
            }*/ }
          #header .container .mini-cart .header-quickcart ul li:last-child {
            margin-bottom: 0; }
          #header .container .mini-cart .header-quickcart ul li img {
            margin: 0;
            height: auto;
            float: none;
            width: 50px; }
          #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus {
            width: 82px; }
            @media only screen and (max-width: 600px) {
              #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus {
                position: absolute;
                right: -5px;
                top: 25px; } }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus * {
              padding: 0;
              margin: 0; }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .add_to_cart_button {
              color: transparent;
              font-size: 0;
              display: block;
              width: 20px;
              height: 20px;
              border: 0 !important;
              background-color: transparent !important; }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus span {
              width: 40px;
              height: 20px;
              display: block;
              float: left;
              text-align: center;
              position: relative;
              top: -1px; }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .this-center {
              height: 25px;
              position: absolute;
              top: 37px; }
              @media only screen and (max-width: 600px) {
                #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .this-center {
                  top: 29px; } }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .btnAdd, #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .btnMinus {
              width: 20px;
              height: 20px;
              display: block;
              cursor: pointer;
              float: left;
              text-align: center;
              background-image: url(img/right-arrow-mini-cart.svg);
              background-size: 10px;
              background-position: center;
              background-repeat: no-repeat;
              border: 0 !important;
              padding: 0 !important; }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .btnMinus {
              -ms-transform: rotate(-180deg);
              -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-plus-minus .btnAdd {
              position: relative;
              top: -1px; }
          #header .container .mini-cart .header-quickcart ul li .remove_from_cart_button {
            width: 20px;
            height: 20px;
            position: absolute;
            background-image: url("img/trash.svg");
            background-repeat: no-repeat;
            background-size: 18px;
            background-position: center;
            background-color: transparent;
            right: 0;
            top: 35px;
            font-size: 0px; }
            @media only screen and (max-width: 600px) {
              #header .container .mini-cart .header-quickcart ul li .remove_from_cart_button {
                top: 20px; } }
          #header .container .mini-cart .header-quickcart ul li .mini-cart-product-name {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translatYe(-50%);
            transform: translateY(-50%);
            padding-left: 10px;
            font-family: "Montserrat-Bold, Arial, Sans-Serif";
            font-size: 14px;
            color: #A06446; }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-product-name .quantity {
              display: block;
              font-family: "Montserrat-Regular, Arial, Sans-Serif";
              font-size: 12px;
              color: #141414;
              margin-top: 5px; }
              @media only screen and (max-width: 600px) {
                #header .container .mini-cart .header-quickcart ul li .mini-cart-product-name .quantity {
                  font-size: 14px;
                  margin-top: 15px; } }
          #header .container .mini-cart .header-quickcart ul li .mini-cart-product-permalink {
            position: relative;
            display: block;
            width: 65px;
            padding-right: 15px; }
            #header .container .mini-cart .header-quickcart ul li .mini-cart-product-permalink.with-product-name {
              width: 250px;
              padding-right: 15px; }
              @media only screen and (max-width: 600px) {
                #header .container .mini-cart .header-quickcart ul li .mini-cart-product-permalink.with-product-name {
                  padding-right: 30px; } }
              @media only screen and (max-width: 380px) {
                #header .container .mini-cart .header-quickcart ul li .mini-cart-product-permalink.with-product-name {
                  width: 230px; } }
  #header.sticky, #header.header-fixed {
    padding-top: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    /*#top_language_list{
      color: #333;
      &:before{
        background-color: #333;
        @include tr(all 0.3s);
      }
    }*/ }
    #header.sticky .container .logo, #header.header-fixed .container .logo {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #header.sticky .container .logo img, #header.header-fixed .container .logo img {
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #header.sticky .container .logo .logo-white, #header.header-fixed .container .logo .logo-white {
        opacity: 1;
        visibility: visible;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
      background-color: #A06446; }
    @media only screen and (max-width: 1020px) {
      #header.sticky .for-mobile, #header.header-fixed .for-mobile {
        background-color: #fff; } }
  @media only screen and (max-width: 1020px) {
    #header {
      height: 70px;
      top: 0;
      padding-top: 0; } }

.mobile-overlay {
  display: none; }
  .mobile-overlay.open {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.5);
    z-index: 999; }

#mobileMenu {
  display: none; }
  @media only screen and (max-width: 1020px) {
    #mobileMenu {
      display: block;
      z-index: 99999; } }

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 25px;
  bottom: 0;
  width: 30px;
  height: 20px;
  cursor: pointer; }
  #mobileMenu.hide {
    display: none; }

#mobileMenu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #A06446;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px; }

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 8px; }

#mobileMenu span:nth-child(4) {
  top: 16px; }

#mobileMenu.open span {
  background-color: #A06446; }

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobileMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobileMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.for-mobile {
  padding-right: 55px; }
  @media only screen and (max-width: 1020px) {
    .for-mobile {
      position: fixed;
      width: 270px;
      height: 100%;
      background: #fff;
      right: -280px;
      padding-right: 0;
      padding-top: 15px;
      -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .for-mobile.openMenu {
        right: 0px;
        overflow: auto;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; } }

.footer .pattern-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px; }

.footer .pattern-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0px 30px; }

@media only screen and (max-width: 1020px) {
  .footer .container {
    display: none; } }

.footer .container ul {
  padding: 0;
  margin: 0;
  text-align: center; }
  .footer .container ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 25px; }
    .footer .container ul li:last-child {
      margin-right: 0; }
    .footer .container ul li a {
      text-decoration: none;
      color: inherit; }
  .footer .container ul.footer-social {
    margin-bottom: 20px; }
    .footer .container ul.footer-social img {
      height: 24px;
      width: 24px; }

@media only screen and (max-width: 1020px) {
  .footer .container.copyright-info {
    display: block; } }

.footer .container.copyright-info p {
  margin: 0;
  font-size: 16px; }

.footer .container.copyright-info .with-flex {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(20, 20, 20, 0.2); }
  @media only screen and (max-width: 1020px) {
    .footer .container.copyright-info .with-flex {
      padding-top: 5px;
      margin-top: 0;
      border-top: 0; } }
  @media only screen and (max-width: 480px) {
    .footer .container.copyright-info .with-flex .half-col {
      width: 100% !important;
      text-align: center; } }
  .footer .container.copyright-info .with-flex .half-col:first-child {
    width: 70%; }
  .footer .container.copyright-info .with-flex .half-col:last-child {
    width: 30%;
    text-align: right; }
    @media only screen and (max-width: 480px) {
      .footer .container.copyright-info .with-flex .half-col:last-child {
        text-align: center;
        margin-top: 20px; } }

div#age-verification {
  background-color: rgba(20, 20, 20, 0.5); }
  @media only screen and (max-width: 767px) {
    div#age-verification {
      padding: 15px; } }
  div#age-verification .age-verification-main {
    background-color: #ffffff;
    padding: 50px;
    font-family: "Montserrat-Regular, Arial, Sans-Serif";
    color: #141414;
    text-shadow: none;
    -webkit-box-shadow: 0px 20px 30px #00000029;
    -moz-box-shadow: 0px 20px 30px #00000029;
    box-shadow: 0px 20px 30px #00000029;
    width: 695px;
    max-width: none;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translatYe(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 700px) {
      div#age-verification .age-verification-main {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      div#age-verification .age-verification-main {
        padding: 50px 15px; } }
    @media only screen and (max-width: 480px) {
      div#age-verification .age-verification-main .with-flex .half-col {
        width: 50%;
        padding: 0px 5px; } }
    div#age-verification .age-verification-main .with-flex .half-col .button {
      text-transform: uppercase; }
      @media only screen and (max-width: 480px) {
        div#age-verification .age-verification-main .with-flex .half-col .button {
          margin-top: 20px;
          padding: 15px 40px;
          font-size: 16px; } }
    div#age-verification .age-verification-main .age-title {
      font-size: 24px;
      font-family: "Montserrat-Bold, Arial, Sans-Serif";
      text-align: center;
      margin: 0; }
      @media only screen and (max-width: 480px) {
        div#age-verification .age-verification-main .age-title {
          font-size: 18px; } }
    div#age-verification .age-verification-main .age-main-text {
      font-size: 35px;
      margin: 15px 0px 20px;
      color: #A06446;
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      @media only screen and (max-width: 480px) {
        div#age-verification .age-verification-main .age-main-text {
          font-size: 24px; } }
    div#age-verification .age-verification-main .under-main-text {
      line-height: 27px; }
    div#age-verification .age-verification-main .with-flex {
      width: 330px;
      margin: auto; }
      @media only screen and (max-width: 480px) {
        div#age-verification .age-verification-main .with-flex {
          width: 100%; } }
    div#age-verification .age-verification-main button {
      font-size: 18px; }
    div#age-verification .age-verification-main .popup-logo {
      height: 54px;
      margin-top: 40px; }
      @media only screen and (max-width: 480px) {
        div#age-verification .age-verification-main .popup-logo {
          height: 32px;
          margin-top: 30px; } }

.home-slider {
  background-color: #FAFAFA; }
  @media only screen and (max-width: 992px) {
    .home-slider .container {
      padding-right: 0;
      padding-left: 0; } }
  .home-slider .container .banner-slider {
    padding-bottom: 50px; }
    @media only screen and (max-width: 480px) {
      .home-slider .container .banner-slider {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 992px) {
      .home-slider .container .banner-slider .items .with-flex .half-col {
        width: 100%; } }
    .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img {
      display: none;
      text-align: center; }
      .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img img {
        display: none; }
        @media only screen and (max-width: 992px) {
          .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img img {
            display: block;
            width: auto;
            height: 500px;
            margin: auto; } }
        @media only screen and (max-width: 480px) {
          .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img img {
            display: none; } }
      @media only screen and (max-width: 992px) {
        .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img {
          display: block; }
          .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img .background-cover {
            display: none; } }
      @media only screen and (max-width: 480px) {
        .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img {
          height: 450px;
          display: block; }
          .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img .background-cover {
            display: block; } }
      @media only screen and (max-width: 480px) {
        .home-slider .container .banner-slider .items .with-flex .half-col:first-child .mobile-img {
          height: 505px; } }
    @media only screen and (max-width: 992px) {
      .home-slider .container .banner-slider .items .with-flex .half-col:last-child {
        display: none; } }
    .home-slider .container .banner-slider .items .with-flex .half-col .info {
      max-width: 694px;
      text-align: left;
      padding: 230px 0px 180px; }
      @media only screen and (max-width: 992px) {
        .home-slider .container .banner-slider .items .with-flex .half-col .info {
          padding: 30px;
          max-width: 100%; } }
      @media only screen and (max-width: 480px) {
        .home-slider .container .banner-slider .items .with-flex .half-col .info {
          padding: 30px 15px 20px; } }
      .home-slider .container .banner-slider .items .with-flex .half-col .info .stamp {
        height: 170px;
        width: auto;
        margin-bottom: 15px; }
        @media only screen and (max-width: 992px) {
          .home-slider .container .banner-slider .items .with-flex .half-col .info .stamp {
            display: none; } }
      @media only screen and (min-width: 767px) and (max-width: 992px) {
        .home-slider .container .banner-slider .items .with-flex .half-col .info .title {
          font-size: 45px; } }
      @media only screen and (max-width: 480px) {
        .home-slider .container .banner-slider .items .with-flex .half-col .info .title {
          margin-bottom: 0px; } }
      .home-slider .container .banner-slider .items .with-flex .half-col .info .description {
        padding-right: 150px; }
        @media only screen and (max-width: 767px) {
          .home-slider .container .banner-slider .items .with-flex .half-col .info .description {
            padding-right: 0; } }
        @media only screen and (max-width: 480px) {
          .home-slider .container .banner-slider .items .with-flex .half-col .info .description {
            display: none; } }
    .home-slider .container .banner-slider .items .with-flex .half-col .main-imgs-info {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-position-y: center;
      position: relative;
      width: 100%;
      height: 100%;
      top: 50px;
      animation-name: blur-wheat;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
      .home-slider .container .banner-slider .items .with-flex .half-col .main-imgs-info img {
        position: absolute;
        max-width: unset;
        max-height: unset; }
      .home-slider .container .banner-slider .items .with-flex .half-col .main-imgs-info .bottle {
        z-index: 3;
        left: -245px;
        top: 45px;
        bottom: 0;
        margin: auto;
        width: 900px;
        animation-name: bottle;
        animation-duration: 3.5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
      .home-slider .container .banner-slider .items .with-flex .half-col .main-imgs-info .glass {
        z-index: 2;
        width: 380px;
        bottom: 40px;
        right: -45px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        animation-name: glass;
        animation-duration: 5s;
        animation-delay: 1.2s;
        animation-iteration-count: infinite; }
      .home-slider .container .banner-slider .items .with-flex .half-col .main-imgs-info .wheat {
        z-index: 1;
        width: 700px;
        top: -15px;
        left: 115px;
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        animation-name: wheat;
        animation-delay: 0.6s;
        animation-duration: 5s;
        animation-iteration-count: infinite; }
    .home-slider .container .banner-slider .slick-dots {
      padding: 0;
      margin: 0;
      text-align: center;
      width: 100%; }
      .home-slider .container .banner-slider .slick-dots li {
        width: 10px;
        height: 10px;
        cursor: pointer;
        display: inline-block;
        margin: 0px 5px;
        border: 1px solid #A06446;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .home-slider .container .banner-slider .slick-dots li button {
          display: none; }
        .home-slider .container .banner-slider .slick-dots li:hover, .home-slider .container .banner-slider .slick-dots li.slick-active {
          background-color: #A06446;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }

@keyframes blur-wheat {
  0% {
    background-position-y: center; }
  50% {
    background-position-y: 100px; }
  100% {
    background-position-y: center; } }

@keyframes bottle {
  0% {
    left: -245px;
    top: 45px; }
  50% {
    left: -285px;
    top: 15px; }
  100% {
    left: -245px;
    top: 45px; } }

@keyframes glass {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wheat {
  0% {
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@media only screen and (max-width: 992px) {
  .about-section .container .with-flex .half-col {
    width: 100%; } }

@media only screen and (max-width: 992px) {
  .about-section .container .with-flex .half-col:first-child {
    order: 1;
    margin-bottom: 30px; } }

@media only screen and (max-width: 480px) {
  .about-section .container .with-flex .half-col:first-child {
    margin-bottom: 15px; } }

.about-section .container .with-flex .half-col:last-child {
  padding-right: 30px; }
  @media only screen and (max-width: 992px) {
    .about-section .container .with-flex .half-col:last-child {
      order: 2;
      padding-right: 0; } }
  @media only screen and (max-width: 480px) {
    .about-section .container .with-flex .half-col:last-child .title {
      text-align: center; } }

@media only screen and (max-width: 992px) {
  .about-section .container .with-flex .half-col .background-cover {
    height: 450px; } }

@media only screen and (max-width: 480px) {
  .about-section .container .with-flex .half-col .background-cover {
    height: 280px; } }

@media only screen and (max-width: 992px) {
  .our-vodka-section .with-flex .col-small {
    width: 100%;
    margin-bottom: 30px; } }

@media only screen and (max-width: 480px) {
  .our-vodka-section .with-flex .col-small {
    margin-bottom: 0; } }

@media only screen and (max-width: 992px) {
  .our-vodka-section .with-flex .col-big {
    width: 100%; } }

.our-vodka-section .with-flex .background-cover {
  background-size: contain; }
  @media only screen and (max-width: 992px) {
    .our-vodka-section .with-flex .background-cover {
      height: 450px;
      background-size: contain; } }

@media only screen and (max-width: 480px) {
  .our-vodka-section .with-flex .title {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .review-section .container {
    padding-right: 0;
    padding-left: 0; }
    .review-section .container > .title {
      padding-left: 15px;
      padding-right: 15px; } }

.cocktails-section {
  height: auto; }
  @media only screen and (max-width: 480px) {
    .cocktails-section {
      background: none; }
      .cocktails-section .centered img {
        width: 100%; } }
  @media only screen and (max-width: 480px) {
    .cocktails-section .container .title {
      text-align: center; } }
  .cocktails-section .container .info {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 444px; }
    @media only screen and (max-width: 480px) {
      .cocktails-section .container .info {
        width: auto;
        padding-top: 0px;
        padding-bottom: 0px; }
        .cocktails-section .container .info img {
          width: 100%; } }

@media only screen and (max-width: 480px) {
  .last-stamp-section {
    padding-top: 0 !important; } }

.last-stamp-section img {
  height: 181px; }
  @media only screen and (max-width: 480px) {
    .last-stamp-section img {
      height: 130px; } }

@media only screen and (max-width: 480px) {
  .blog-section .container {
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 992px) {
  .about-page .content-section .container .with-flex .half-col {
    width: 100%; } }

@media only screen and (max-width: 992px) {
  .about-page .content-section .container .with-flex .half-col:first-child {
    margin-bottom: 30px; } }

@media only screen and (max-width: 992px) {
  .about-page .content-section .container .with-flex .half-col:first-child .background-cover {
    height: 450px; } }

@media only screen and (max-width: 480px) {
  .about-page .content-section .container .with-flex .half-col:first-child .background-cover {
    height: 280px; } }

.about-page .content-section .container .with-flex .half-col:last-child {
  padding-left: 30px; }
  @media only screen and (max-width: 992px) {
    .about-page .content-section .container .with-flex .half-col:last-child {
      padding-left: 0; } }
  @media only screen and (max-width: 480px) {
    .about-page .content-section .container .with-flex .half-col:last-child .title {
      text-align: center; } }

.about-page .under-content-section .container .title + .description {
  max-width: 936px;
  margin: auto; }
  @media only screen and (max-width: 480px) {
    .about-page .under-content-section .container .title + .description {
      text-align: left; } }

.about-page .under-content-section .container .background-cover {
  height: 415px;
  margin: 30px 0; }
  @media only screen and (max-width: 480px) {
    .about-page .under-content-section .container .background-cover {
      margin: 15px 0;
      height: 200px; } }
  .about-page .under-content-section .container .background-cover.second-bg-cover {
    height: auto; }
    .about-page .under-content-section .container .background-cover.second-bg-cover .title {
      padding-top: 160px;
      padding-bottom: 160px;
      padding-left: 120px;
      margin: 0;
      width: 590px; }
      @media only screen and (max-width: 480px) {
        .about-page .under-content-section .container .background-cover.second-bg-cover .title {
          width: auto;
          text-align: left;
          padding-top: 120px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 20px; } }

.about-page .under-content-section .container .with-flex .half-col .title {
  margin-bottom: 15px; }
  @media only screen and (max-width: 480px) {
    .about-page .under-content-section .container .with-flex .half-col .title {
      margin-bottom: 12px; } }

.about-page .under-content-section .container .with-flex .half-col:first-child {
  padding-right: 15px; }
  @media only screen and (max-width: 992px) {
    .about-page .under-content-section .container .with-flex .half-col:first-child {
      padding-right: 0;
      width: 100%;
      margin-bottom: 30px; } }

.about-page .under-content-section .container .with-flex .half-col:last-child {
  padding-left: 15px; }
  @media only screen and (max-width: 992px) {
    .about-page .under-content-section .container .with-flex .half-col:last-child {
      padding-left: 0;
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .about-page .under-content-section .container .faq .title {
    text-align: center; } }

.about-page .under-content-section .container .faq .with-flex .half-col:first-child {
  width: 70%; }
  @media only screen and (max-width: 480px) {
    .about-page .under-content-section .container .faq .with-flex .half-col:first-child {
      width: 100%; } }

.about-page .under-content-section .container .faq .with-flex .half-col:last-child {
  width: 30%; }
  @media only screen and (max-width: 480px) {
    .about-page .under-content-section .container .faq .with-flex .half-col:last-child {
      width: 100%;
      text-align: center; } }
  .about-page .under-content-section .container .faq .with-flex .half-col:last-child img {
    width: 270px; }
    @media only screen and (max-width: 480px) {
      .about-page .under-content-section .container .faq .with-flex .half-col:last-child img {
        width: 135px; } }

@media only screen and (max-width: 767px) {
  .cocktails-page {
    padding-top: 20px !important; } }

@media only screen and (max-width: 480px) {
  .cocktails-page {
    background-image: none !important;
    background-color: #FAFAFA; } }

.cocktails-page .container .description {
  margin-bottom: 30px; }

@media only screen and (max-width: 480px) {
  .cocktails-page .cube-slider .items .item h4 {
    font-size: 22px;
    margin: 16px 0; } }

@media only screen and (max-width: 767px) {
  .cocktails-single-page {
    padding-top: 20px !important; } }

@media only screen and (max-width: 992px) {
  .cocktails-single-page .container .with-flex .half-col {
    width: 100%; } }

@media only screen and (max-width: 992px) {
  .cocktails-single-page .container .with-flex .half-col .background-cover {
    height: 450px; } }

.cocktails-single-page .container .with-flex .half-col .description {
  text-align: left;
  padding-bottom: 200px;
  padding-right: 40px; }
  @media only screen and (max-width: 992px) {
    .cocktails-single-page .container .with-flex .half-col .description {
      padding-bottom: 30px;
      padding-right: 0; } }
  .cocktails-single-page .container .with-flex .half-col .description .title {
    text-align: left;
    margin-top: 0; }
  .cocktails-single-page .container .with-flex .half-col .description h1, .cocktails-single-page .container .with-flex .half-col .description h2, .cocktails-single-page .container .with-flex .half-col .description h3, .cocktails-single-page .container .with-flex .half-col .description h4, .cocktails-single-page .container .with-flex .half-col .description h5, .cocktails-single-page .container .with-flex .half-col .description h6 {
    font-size: 38px;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #A06446;
    font-family: "Montserrat-Bold, Arial, Sans-Serif";
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .cocktails-single-page .container .with-flex .half-col .description h1, .cocktails-single-page .container .with-flex .half-col .description h2, .cocktails-single-page .container .with-flex .half-col .description h3, .cocktails-single-page .container .with-flex .half-col .description h4, .cocktails-single-page .container .with-flex .half-col .description h5, .cocktails-single-page .container .with-flex .half-col .description h6 {
        font-size: 24px; } }
  .cocktails-single-page .container .with-flex .half-col .description ul {
    padding: 0;
    margin: 0;
    padding-left: 20px; }
    .cocktails-single-page .container .with-flex .half-col .description ul li {
      width: 100%;
      margin-bottom: 10px;
      position: relative; }

.cocktails-single-page .container .prev-next-btns-section {
  margin-top: 40px; }
  .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col {
    width: 50% !important; }
    .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col:first-child {
      text-align: left; }
    .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col:last-child {
      text-align: right; }
    .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns {
      position: relative;
      display: inline-block;
      font-size: 16px;
      text-decoration: none;
      color: #A06446;
      font-family: "Montserrat-Bold, Arial, Sans-Serif";
      padding-bottom: 10px; }
      .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #A06446;
        position: absolute;
        bottom: 0;
        left: 0; }
      .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns img {
        height: 13px; }
      .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns.prev img {
        margin-right: 10px;
        position: relative;
        left: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns.prev:hover img {
        left: -10px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns.next img {
        margin-left: 10px;
        position: relative;
        right: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .cocktails-single-page .container .prev-next-btns-section .with-flex .half-col .prev-next-btns.next:hover img {
        right: -10px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

@media only screen and (max-width: 480px) {
  .contact-page .container h1 {
    text-align: center; } }

@media only screen and (max-width: 992px) {
  .contact-page .container .with-flex .half-col {
    width: 100%; } }

.contact-page .container .with-flex.contact-info .title {
  margin-bottom: 20px; }
  @media only screen and (max-width: 480px) {
    .contact-page .container .with-flex.contact-info .title {
      margin-bottom: 15px; } }

@media only screen and (max-width: 992px) {
  .contact-page .container .with-flex.contact-info .half-col {
    width: 100%; } }

.contact-page .container .with-flex.contact-info .half-col:first-child {
  padding-right: 30px; }
  @media only screen and (max-width: 992px) {
    .contact-page .container .with-flex.contact-info .half-col:first-child {
      padding-right: 0;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    .contact-page .container .with-flex.contact-info .half-col:first-child {
      margin-bottom: 0; } }

@media only screen and (max-width: 480px) {
  .contact-page .container .with-flex.contact-info .half-col:last-child {
    margin-top: 20px !important; } }

.contact-page .container .with-flex.contact-info .half-col .description p a {
  color: #141414;
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .contact-page .container .with-flex.main-flex {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset; } }

.contact-page .container .with-flex.main-flex .half-col:last-child {
  padding-left: 50px; }
  @media only screen and (max-width: 992px) {
    .contact-page .container .with-flex.main-flex .half-col:last-child {
      padding-left: 0;
      margin-top: 30px; } }
  .contact-page .container .with-flex.main-flex .half-col:last-child .for-img-bottom {
    width: 100%;
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .contact-page .container .with-flex.main-flex .half-col:last-child .for-img-bottom {
        text-align: center;
        height: auto; } }
    .contact-page .container .with-flex.main-flex .half-col:last-child .for-img-bottom img {
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 992px) {
        .contact-page .container .with-flex.main-flex .half-col:last-child .for-img-bottom img {
          position: relative; } }
      @media only screen and (max-width: 480px) {
        .contact-page .container .with-flex.main-flex .half-col:last-child .for-img-bottom img {
          width: auto;
          max-width: unset;
          max-height: unset;
          height: 350px; } }

.contact-page .container .with-flex .contact-form-section {
  margin-top: 40px; }
  @media only screen and (max-width: 480px) {
    .contact-page .container .with-flex .contact-form-section {
      margin-top: 30px; } }

.contact-page .container .with-flex .main-form .wpcf7-not-valid-tip {
  display: none !important; }

.contact-page .container .with-flex .main-form .button {
  font-size: 18px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
  @media only screen and (max-width: 767px) {
    .contact-page .container .with-flex .main-form .button {
      font-size: 16px; } }

.contact-page .container .with-flex .main-form p {
  margin: 0; }

.contact-page .container .with-flex .main-form label {
  display: block;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 20px; }
  .contact-page .container .with-flex .main-form label .wpcf7-form-control-wrap {
    font-family: "Montserrat-Regular, Arial, Sans-Serif";
    display: block;
    margin-top: 10px; }

.contact-page .container .with-flex .main-form input:not([type="submit"]), .contact-page .container .with-flex .main-form textarea {
  -webkit-appearance: none;
  border: 1px solid #A2A2A2;
  display: block;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  resize: none;
  -webkit-appearance: none; }

.contact-page .container .with-flex .main-form textarea {
  height: 104px; }

.contact-page .container .with-flex .main-form input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 60px;
  -webkit-appearance: none; }
  @media only screen and (max-width: 480px) {
    .contact-page .container .with-flex .main-form input[type="submit"] {
      margin-bottom: 0; } }

.contact-page .container .with-flex .main-form .wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1px solid red; }

.contact-page .container .with-flex .main-form .with-flex .half-col:first-child {
  padding-right: 15px; }
  @media only screen and (max-width: 992px) {
    .contact-page .container .with-flex .main-form .with-flex .half-col:first-child {
      padding-right: 0;
      margin-bottom: 0px; } }

.contact-page .container .with-flex .main-form .with-flex .half-col:last-child {
  padding-left: 15px; }
  @media only screen and (max-width: 992px) {
    .contact-page .container .with-flex .main-form .with-flex .half-col:last-child {
      padding-left: 0;
      margin-top: 0px; } }

.contact-page .container .with-flex .main-form form .wpcf7-response-output {
  margin: 0;
  color: green;
  margin-bottom: 40px;
  border: 0;
  padding: 0; }

.contact-page .container .with-flex .main-form form.invalid .wpcf7-response-output {
  color: red; }

@media only screen and (max-width: 480px) {
  .blog-page .cube-slider .items .item h4 {
    font-size: 22px;
    margin: 16px 0; } }

@media only screen and (max-width: 480px) {
  .blog-single .section-padding.no-bottom {
    padding-top: 20px; } }

.blog-single .title {
  text-transform: none; }

.blog-single .date-share {
  margin-bottom: 20px; }
  .blog-single .date-share .share-post {
    margin-top: 0;
    margin-left: 30px; }
    .blog-single .date-share .share-post button {
      font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

.blog-single .content img {
  width: 100%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .blog-single .content img {
      margin-bottom: 15px; } }

.blog-single .content .description img {
  margin-bottom: 20px;
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto; }
  .blog-single .content .description img + h1, .blog-single .content .description img + h2, .blog-single .content .description img + h3, .blog-single .content .description img + h4, .blog-single .content .description img + h5, .blog-single .content .description img + h6 {
    margin-top: 0; }

.blog-single .content .description .wp-block-image + h1, .blog-single .content .description .wp-block-image + h2, .blog-single .content .description .wp-block-image + h3, .blog-single .content .description .wp-block-image + h4, .blog-single .content .description .wp-block-image + h5, .blog-single .content .description .wp-block-image + h6 {
  margin-top: 0; }

@media only screen and (max-width: 480px) {
  .blog-single .container.section-padding {
    padding-left: 0;
    padding-right: 0; }
    .blog-single .container.section-padding .title {
      padding-left: 15px;
      padding-right: 15px; } }

.with-sidebar-page .title {
  text-transform: uppercase; }

.with-sidebar-page .main-content .with-flex .half-col:first-child {
  width: 30%;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .with-sidebar-page .main-content .with-flex .half-col:first-child {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px; } }

.with-sidebar-page .main-content .with-flex .half-col:last-child {
  width: 70%;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .with-sidebar-page .main-content .with-flex .half-col:last-child {
      width: 100%;
      padding-left: 0; } }

.with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul {
  padding: 0;
  margin: 0;
  text-align: left; }
  .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li {
    padding: 15px 15px 15px 0px;
    border-top: 1px solid #EBEBEB;
    list-style-type: none;
    position: relative; }
    .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li.current-menu-item {
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li.current-menu-item:after {
        content: '';
        display: block;
        width: 7px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(img/right-arrow-1.svg);
        background-position: center;
        background-size: 7px 12px;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 767px) {
          .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li.current-menu-item:after {
            display: none; } }
    .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li:last-child {
      border-bottom: 1px solid #EBEBEB; }
    .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li a {
      text-decoration: none;
      color: #141414; }

body.woocommerce-checkout div.woocommerce, body.woocommerce-cart div.woocommerce {
  width: auto;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 1500px) {
    body.woocommerce-checkout div.woocommerce, body.woocommerce-cart div.woocommerce {
      max-width: 1230px; } }

body.woocommerce-checkout form .form-row label, body.woocommerce-cart form .form-row label {
  display: block;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 20px;
  line-height: unset; }

body.woocommerce-checkout form .form-row input:not([type=checkbox]), body.woocommerce-checkout form .form-row textarea, body.woocommerce-cart form .form-row input:not([type=checkbox]), body.woocommerce-cart form .form-row textarea {
  margin: 0;
  outline: 0;
  line-height: normal;
  -webkit-appearance: none;
  border: 1px solid #A2A2A2;
  display: block;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  resize: none;
  font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

body.woocommerce-checkout .wc_payment_method .payment_box, body.woocommerce-cart .wc_payment_method .payment_box {
  display: none !important; }

body.woocommerce #main {
  width: auto;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 1500px) {
    body.woocommerce #main {
      max-width: 1230px; } }

body.woocommerce-account .woocommerce {
  width: auto;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 1500px) {
    body.woocommerce-account .woocommerce {
      max-width: 1230px; } }

body .woocommerce form .form-row label {
  display: block;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 20px;
  line-height: unset; }

body .woocommerce form .form-row input:not([type=checkbox]), body .woocommerce form .form-row textarea {
  margin: 0;
  outline: 0;
  line-height: normal;
  -webkit-appearance: none;
  border: 1px solid #A2A2A2;
  display: block;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  resize: none;
  font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

body .woocommerce * {
  font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

body.woocommerce-checkout .form-row {
  margin-bottom: 10px !important; }

.woocommerce-breadcrumb a:nth-child(3), .woocommerce-breadcrumb span:nth-child(4) {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .woocommerce-breadcrumb {
    display: none; } }

@media only screen and (max-width: 992px) {
  .single-product #primary {
    background-size: contain;
    background-position: top; } }

@media only screen and (max-width: 480px) {
  .single-product #primary {
    background-image: none !important; } }

@media only screen and (max-width: 480px) {
  .single-product #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 50px !important; } }

.single-product .woocommerce-message {
  border-top-color: #A06446; }
  @media only screen and (max-width: 480px) {
    .single-product .woocommerce-message {
      color: transparent;
      font-size: 0; } }
  .single-product .woocommerce-message:before {
    color: #A06446; }
    @media only screen and (max-width: 480px) {
      .single-product .woocommerce-message:before {
        font-size: 18px;
        top: 30px; } }
  .single-product .woocommerce-message .button {
    margin-top: 0 !important; }
    @media only screen and (max-width: 480px) {
      .single-product .woocommerce-message .button {
        width: auto;
        margin: 20px 15px !important; } }

@media only screen and (max-width: 992px) {
  .single-product-page .with-flex .half-col {
    width: 100%; } }

.single-product-page .with-flex .half-col:first-child {
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .single-product-page .with-flex .half-col:first-child {
      margin-bottom: 30px;
      height: 450px; } }
  @media only screen and (min-width: 480px) {
    .single-product-page .with-flex .half-col:first-child {
      background-image: none !important; } }
  @media only screen and (max-width: 480px) {
    .single-product-page .with-flex .half-col:first-child {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
  .single-product-page .with-flex .half-col:first-child img {
    max-height: 750px; }
    @media only screen and (max-width: 992px) {
      .single-product-page .with-flex .half-col:first-child img {
        max-height: none;
        height: 100%; } }

@media only screen and (max-width: 480px) {
  .single-product-page .with-flex .half-col:last-child {
    padding-left: 15px;
    padding-right: 15px; } }

.single-product-page .with-flex .half-col:last-child .title {
  text-transform: none;
  margin-bottom: 15px; }

.single-product-page .with-flex .half-col:last-child .single-price {
  font-size: 24px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 20px; }
  @media only screen and (max-width: 480px) {
    .single-product-page .with-flex .half-col:last-child .single-price {
      font-size: 18px;
      margin-bottom: 15px; } }
  .single-product-page .with-flex .half-col:last-child .single-price p {
    margin: 0; }

.single-product-page .with-flex .half-col:last-child .single-intensity {
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  font-size: 16px;
  margin-bottom: 12px;
  color: #141414; }

.single-product-page .with-flex .half-col:last-child .single-order-number {
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  font-size: 16px;
  color: #A2A2A2; }

.single-product-page .with-flex .half-col:last-child .single-main-btns {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .single-product-page .with-flex .half-col:last-child .single-main-btns {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .single-product-page .with-flex .half-col:last-child .single-main-btns + .button + .button {
    margin-top: 0; }

.single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single {
  margin-right: 30px;
  width: 274px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: inline-block; }
  .single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single + .button {
    margin-top: 0 !important; }
  .single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single .added_to_cart.wc-forward {
    display: none !important; }
  .single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single p {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%; }
    .single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single p span {
      display: none; }
    .single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single p .add_to_cart_button {
      background-color: #A06446;
      width: 100%;
      color: #ffffff;
      margin-top: 0; }
      .single-product-page .with-flex .half-col:last-child .ajax-add-to-cart-single p .add_to_cart_button:hover {
        -webkit-box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
        -moz-box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35);
        box-shadow: 0px 10px 18px rgba(160, 100, 70, 0.35); }

.single-product-page .with-flex .half-col:last-child .single-btns-title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif"; }

.single-product-page .with-flex .half-col:last-child .single-btns {
  width: 275px;
  display: inline-block;
  border: 1px solid #EBEBEB; }
  @media only screen and (max-width: 480px) {
    .single-product-page .with-flex .half-col:last-child .single-btns {
      width: 100%; } }
  .single-product-page .with-flex .half-col:last-child .single-btns button, .single-product-page .with-flex .half-col:last-child .single-btns .quantity {
    height: 52px;
    width: 90px;
    float: left; }
    @media only screen and (max-width: 480px) {
      .single-product-page .with-flex .half-col:last-child .single-btns button, .single-product-page .with-flex .half-col:last-child .single-btns .quantity {
        width: 20%; } }
  @media only screen and (max-width: 480px) {
    .single-product-page .with-flex .half-col:last-child .single-btns .quantity {
      width: 60%; } }
  .single-product-page .with-flex .half-col:last-child .single-btns button {
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: relative; }
    .single-product-page .with-flex .half-col:last-child .single-btns button img {
      max-width: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .single-product-page .with-flex .half-col:last-child .single-btns button.minus img {
      height: 1px;
      width: 16px; }
    .single-product-page .with-flex .half-col:last-child .single-btns button.plus img {
      height: 16px;
      width: 16px; }
  .single-product-page .with-flex .half-col:last-child .single-btns .quantity input {
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    height: 52px;
    text-align: center;
    width: 100%;
    font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
    .single-product-page .with-flex .half-col:last-child .single-btns .quantity input::-webkit-inner-spin-button, .single-product-page .with-flex .half-col:last-child .single-btns .quantity input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.single-product-page .with-flex .half-col:last-child .single_add_to_cart_button {
  margin-right: 30px;
  width: 274px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .single-product-page .with-flex .half-col:last-child .single_add_to_cart_button {
      margin-right: 0;
      width: 100%;
      padding-top: 17px;
      padding-bottom: 16px; }
      .single-product-page .with-flex .half-col:last-child .single_add_to_cart_button + .button {
        margin-top: 20px !important; } }

.single-product-page .with-flex .half-col:last-child .custom-accordion {
  margin-top: 40px; }
  .single-product-page .with-flex .half-col:last-child .custom-accordion h3 {
    font-family: "Montserrat-Regular, Arial, Sans-Serif"; }
    .single-product-page .with-flex .half-col:last-child .custom-accordion h3.active {
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }

body.woocommerce-cart .woocommerce-cart-form .shop_table .product-remove .remove {
  width: 20px;
  height: 20px;
  background-image: url(img/trash.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: transparent;
  right: 0;
  font-size: 0px;
  margin: auto; }

body.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail {
  text-align: center; }
  body.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail img {
    width: 50px; }

body.woocommerce-cart .woocommerce-cart-form .shop_table .product-name a {
  text-decoration: none;
  color: #A06446; }

body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns {
  display: inline-block;
  border: 1px solid #EBEBEB; }
  body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button, body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity {
    height: 52px;
    width: 55px;
    float: left; }
  body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button {
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: relative; }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button img {
      max-width: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button.minus img {
      height: 1px;
      width: 16px; }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button.plus img {
      height: 16px;
      width: 16px; }
  body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity input {
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    height: 52px;
    text-align: center;
    width: 100%;
    font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
    body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity input::-webkit-inner-spin-button, body.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-right: 30px; }
  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 15px 15px 15px 0px;
    border-top: 1px solid #EBEBEB;
    list-style-type: none;
    position: relative; }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after {
        content: '';
        display: block;
        width: 7px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(img/right-arrow-1.svg);
        background-position: center;
        background-size: 7px 12px;
        background-repeat: no-repeat; }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: 1px solid #EBEBEB; }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      text-decoration: none;
      color: #141414; }

.logged-in.woocommerce-account .woocommerce-MyAccount-content .shop_table .button {
  margin-top: 10px;
  margin-bottom: 10px; }

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 15px; }

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .edit {
  margin-top: 23px;
  padding-right: 10px;
  color: #141414; }
  .header-menu li ul.sub-menu{
	display:none !important;
    position: absolute;
    min-width: 160px;
    text-align: left !important;
    top: 20px;
    font-size: 12px;
    left: -15px;
background-color: #FFF;	
padding: 22px 0px 0 !important;
	}
.header-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;   
}
