/*
Theme Name: Vitkin
Theme URI: http://webziss.com/
Author: Alona Zisser
Author URI: http://webziss.com/
Description: Custom made template designed by Studio Nerubay and developed with a lot of 🖤 by Alona Zisser.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vitkin

This theme, like WordPress, is licensed under the GPL.
Vitkin is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resource Licenses:
and of course
jQuery: https://jquery.org | (Code licensed under MIT)

*/
@import 'css/swiper.min.css';
@import 'css/jquery.mCustomScrollbar.min.css';
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@font-face {
  font-family: 'mikhmoret';
  src: url('fonts/mikhmoret-aaa-400.eot') format('eot'), url('fonts/mikhmoret-aaa-400.woff') format('woff'), url('fonts/mikhmoret-aaa-400.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 1vw;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}
@media (max-width: 460px) {
}
body {
  direction: rtl;
  box-sizing: border-box;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #000;
  margin: 0;
  background-color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
img,
a,
input,
textarea,
:focus {
  outline: none !important;
}
img:focus,
a:focus,
input:focus,
textarea:focus,
:focus:focus {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
ol {
  margin: 0;
  padding: 0;
}
ol li {
  list-style-position: inside;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1.7rem !important;
    line-height: normal !important;
  }
}
form {
  direction: rtl;
}
input[type="radio"],
input[type="checkbox"] {
  width: 11px !important;
  height: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container {
  max-width: 86rem;
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
}
.container.smaller {
  max-width: 68rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'mikhmoret', sans-serif;
  letter-spacing: 0.137rem;
}
hr {
  height: 0.263rem;
  background-image: url('img/line-bg.png');
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  flex: 1;
  margin: 2rem 0;
  border: none;
}
#page {
  padding-top: 14.3rem;
}
@media (max-width: 768px) {
  #page {
    padding-top: 6.1rem;
  }
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-title {
  font-size: 3.684rem;
  font-weight: 700;
  letter-spacing: 0.293rem;
  line-height: 2.263rem;
  padding-bottom: 1.5rem;
  background-image: url('img/line-bg.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: bottom;
  margin-bottom: 1.5rem;
}
.dotted-title {
  font-size: 2.368rem;
  font-weight: 400;
  line-height: 2.263rem;
  letter-spacing: 0.094rem;
  display: flex;
  align-items: center;
  margin: 0;
}
.dotted-title .dots {
  height: 2px;
  border-top: 2px dotted #9ba89b;
  display: block;
  flex: 1;
  margin: 0 1.5rem 0 0;
}
.curvy-title,
.woocommerce-loop-category__title {
  font-size: 2.263rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  box-pack: initial;
  justify-content: flex-start;
  letter-spacing: 0.272rem;
}
.curvy-title .line,
.woocommerce-loop-category__title .line {
  height: 0.263rem;
  background-image: url('img/line-bg.png');
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  flex: 1;
  margin: 0 0.7rem;
}
.curvy-title a,
.woocommerce-loop-category__title a {
  font-size: 1.105rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  letter-spacing: 0.133rem;
  font-weight: 400;
  white-space: nowrap;
}
.curvy-title a:hover,
.woocommerce-loop-category__title a:hover {
  color: #e8c2c1;
}
.ticker-button-prev,
.ticker-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  color: #d1a5a6;
  font-weight: 900;
  font-size: 1.5rem;
}
.ticker-button-prev {
  left: 0;
}
.ticker-button-next {
  right: 0;
}
.button {
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 1.579rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.032rem;
  transition: all 0.4s ease;
}
.button.center {
  margin: 0 auto;
}
.button.grey {
  background-color: #555555;
  color: #e8c2c1 !important;
}
.button.grey:hover {
  background-color: #e8c2c1;
  color: #555555 !important;
}
.button.pink {
  background-color: #e8c2c1 !important;
  color: #fff;
}
.button.pink:hover {
  background-color: #d1a5a6 !important;
}
.button.centered {
  margin: 1.5rem auto 0;
  display: block;
  width: 13rem;
}
.site-footer {
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #4c4d4f;
  color: #fff;
  font-size: 0.947rem;
  padding: 0 2rem;
}
.site-footer p {
  font-size: inherit;
}
.site-footer .credit {
  margin-top: 2rem;
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
}
ul.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
ul.socials li {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.socials li a,
ul.socials li img {
  display: block;
}
ul.socials li:after {
  content: "|";
  padding: 0 0.5rem;
  display: block;
  margin-bottom: 0.2rem;
}
ul.socials li:last-child:after {
  content: none;
}
form {
  font-family: inherit;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0.5rem 0 0.7rem;
  width: 100%;
}
form fieldset.row-md {
  width: 74.5%;
}
form fieldset.row-xs {
  width: 19.5%;
}
form fieldset.row-sm {
  width: 32.5%;
}
@media (max-width: 768px) {
  form fieldset {
    width: 100% !important;
  }
}
form fieldset br {
  display: none !important;
}
form .wpcf7-list-item.first {
  margin-left: 1.5rem;
}
form .wpcf7-form-control-signature-wrap {
  border: 2px solid #9ba89b;
}
@media (max-width: 768px) {
  form .wpcf7-form-control-signature-wrap {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form input[type="emgail"],
form textarea,
form select,
form .select2-selection,
form .wpcf7 input[type=url],
form .wpcf7 input[type=email],
form .wpcf7 input[type=tel] {
  width: 100%;
  height: 3.211rem;
  padding: 0 1rem;
  font-size: 1.211rem;
  font-weight: 400;
  box-shadow: none;
  background-color: #8d9c8d;
  color: #fff;
  font-family: inherit;
  border-radius: 0;
  border: none;
  -webkit-appearance: inherit;
  direction: rtl !important;
  text-align: right;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form input[type="text"].wpcf7-not-valid,
form input[type="email"].wpcf7-not-valid,
form input[type="url"].wpcf7-not-valid,
form input[type="password"].wpcf7-not-valid,
form input[type="number"].wpcf7-not-valid,
form input[type="tel"].wpcf7-not-valid,
form input[type="range"].wpcf7-not-valid,
form input[type="date"].wpcf7-not-valid,
form input[type="month"].wpcf7-not-valid,
form input[type="week"].wpcf7-not-valid,
form input[type="time"].wpcf7-not-valid,
form input[type="datetime"].wpcf7-not-valid,
form input[type="datetime-local"].wpcf7-not-valid,
form input[type="color"].wpcf7-not-valid,
form input[type="emgail"].wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid,
form .select2-selection.wpcf7-not-valid,
form .wpcf7 input[type=url].wpcf7-not-valid,
form .wpcf7 input[type=email].wpcf7-not-valid,
form .wpcf7 input[type=tel].wpcf7-not-valid {
  border-color: #ff3400 !important;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form input[type="emgail"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form .select2-selection::-webkit-input-placeholder,
form .wpcf7 input[type=url]::-webkit-input-placeholder,
form .wpcf7 input[type=email]::-webkit-input-placeholder,
form .wpcf7 input[type=tel]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="range"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="month"]::-moz-placeholder,
form input[type="week"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="color"]::-moz-placeholder,
form input[type="emgail"]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder,
form .select2-selection::-moz-placeholder,
form .wpcf7 input[type=url]::-moz-placeholder,
form .wpcf7 input[type=email]::-moz-placeholder,
form .wpcf7 input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form input[type="emgail"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder,
form .select2-selection:-ms-input-placeholder,
form .wpcf7 input[type=url]:-ms-input-placeholder,
form .wpcf7 input[type=email]:-ms-input-placeholder,
form .wpcf7 input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="range"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="month"]:-moz-placeholder,
form input[type="week"]:-moz-placeholder,
form input[type="time"]:-moz-placeholder,
form input[type="datetime"]:-moz-placeholder,
form input[type="datetime-local"]:-moz-placeholder,
form input[type="color"]:-moz-placeholder,
form input[type="emgail"]:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder,
form .select2-selection:-moz-placeholder,
form .wpcf7 input[type=url]:-moz-placeholder,
form .wpcf7 input[type=email]:-moz-placeholder,
form .wpcf7 input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
form label {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
}
form input[type="submit"],
form button[type="submit"] {
  font-size: 1.211rem;
  font-weight: 400;
  text-align: center;
  padding: 0 0.5rem;
  height: 2.316rem;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  background-color: #677667;
  max-width: 5.579rem;
  width: 100%;
  float: left;
  -webkit-appearance: inherit;
}
form textarea {
  height: 14.737rem;
  margin-top: 0;
  border-bottom: none;
  resize: none;
  padding: 1rem;
}
form span.wpcf7-not-valid-tip,
form label.error {
  direction: ltr;
  position: absolute;
  text-align: left;
  width: auto;
  left: 0;
  color: #ff3400;
  font-size: 0.842rem;
  bottom: 0;
  padding: 0 0.5rem;
}
form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  height: 100%;
}
form .wpcf7-response-output {
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  margin: 0;
  border: none;
}
form span.wpcf7-list-item {
  margin: 0;
}
form .wpcf7-validation-errors {
  display: none !important;
}
.site-main {
  padding: 0 0 2rem;
}
.content-column {
  padding-left: 1rem;
}
.content-column.last_column {
  padding-right: 1rem;
  padding-left: 0;
}
@media (max-width: 768px) {
  .content-column {
    width: 100% !important;
    padding: 0 !important;
  }
}
.btn,
.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.newsletter a.button {
  min-width: 6.947rem;
  width: auto;
  height: 2.737rem;
  background-color: #292c36;
  color: #fff !important;
  font-size: 1.789rem;
  font-weight: 400;
  letter-spacing: 0.072rem;
  padding: 0 1rem !important;
  border-radius: 0;
  line-height: 2.9rem;
  padding: 0 0.5rem;
  transition: all 0.4s ease;
  max-width: none;
  font-family: 'mikhmoret', sans-serif;
}
.btn:hover,
.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.newsletter a.button:hover {
  background-color: #d1a5a6;
}
.termspopup {
  position: fixed;
  max-width: 30rem;
  width: 100%;
  background-color: #e8c2c1;
  text-align: center;
  padding: 2rem 2rem 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  color: #000;
  background-image: url('img/logo_opacity.png');
  background-repeat: no-repeat;
  background-position: 106% bottom;
  background-size: 9rem;
}
.termspopup h1 {
  margin-top: 0;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.675rem;
}
.termspopup hr {
  margin: 0.5rem 0;
}
.termspopup .terms-buttons {
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 3.125rem;
  letter-spacing: 0.375rem;
  font-family: 'mikhmoret', sans-serif;
}
.termspopup .terms-buttons > div {
  width: 50%;
  text-align: center;
  padding: 0.5rem 1rem;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}
.termspopup .terms-buttons > div:last-child:after {
  content: none;
}
.termspopup .terms-buttons > div:after {
  content: "";
  width: 0.313rem;
  height: 3.4rem;
  display: inline-block;
  background-image: url('img/line_horiz.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
}
.termspopup .terms-buttons > div:hover {
  color: #fff;
}
.page-title {
  text-align: center;
  font-size: 2.263rem;
  margin-bottom: 3rem;
}
.autocomplete-suggestions {
  background-color: #fff;
  padding: 0.5rem;
}
.mini-cart {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 17rem;
  padding-top: 1rem;
  opacity: 0;
  transition: opacity 0.4s ease !important;
}
.mini-cart.active {
  left: 0;
  opacity: 1;
}
.mini-cart div.close-minicart {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(209, 165, 166, 0.9);
  color: #000;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}
.mini-cart .inner-mini-cart {
  background-color: #fff;
  border: 2px solid #000;
  width: 100%;
  padding: 1.6rem 0.5rem 0;
  position: relative;
}
.mini-cart ul.product_list_widget {
  padding: 0.5rem 0;
  max-height: 15rem;
  overflow-y: auto;
}
.mini-cart ul.product_list_widget li {
  padding: 0.5rem 0.7rem;
  border-bottom: 2px solid #ccc;
}
.mini-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  margin: 0 -0.5rem;
}
.mini-cart .woocommerce-mini-cart__buttons .button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-cart .woocommerce-mini-cart__buttons .button.close-minicart {
  background-color: #9ba89b;
  font-size: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
}
.mini-cart .woocommerce-mini-cart__buttons .button.close-minicart:hover {
  background-color: #d1a5a6;
}
.mini-cart .woocommerce-mini-cart__total {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mini-cart {
    position: fixed;
    padding: 0 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .mini-cart ul.product_list_widget {
    max-height: 50vh;
  }
  .mini-cart ul.product_list_widget li {
    font-size: 1.5rem;
  }
  .mini-cart .woocommerce-mini-cart__buttons .button {
    height: 5rem;
    font-size: 3rem !important;
  }
}
::-webkit-scrollbar {
  width: 0.3rem;
}
::-webkit-scrollbar-thumb {
  background-color: #555555;
}
.site-header {
  position: fixed;
  z-index: 40;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
}
.site-header * {
  transition: all 0.4s ease;
}
.site-header.scrolling .header-image {
  display: none;
}
.site-header.scrolling .top-header {
  margin-top: -3.7rem;
}
.site-header.scrolling .bottom-header {
  border-bottom: 2px solid #000;
}
.site-header.scrolling .bottom-header .inner {
  padding: 1.2rem 0 1.1rem;
}
.site-header.scrolling .bottom-header .site-branding {
  width: 2.5rem;
  top: 0.5rem;
}
.site-header.scrolling .main-navigation {
  margin-top: 0;
}
.site-header.scrolling .left-part {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 5;
}
.site-header .top-header {
  height: 3.632rem;
  background-color: #fbfbfb;
  position: relative;
  z-index: 5;
}
.site-header .top-header .container,
.site-header .top-header .parts-wrapper {
  height: 100%;
}
.site-header .top-header .parts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .top-header .actions-menu ul {
  display: flex;
  align-items: center;
}
.site-header .top-header .actions-menu ul li {
  font-size: 0.842rem;
  margin-left: 1rem;
}
.site-header .top-header .actions-menu ul li.wpml-ls-current-language {
  position: relative;
  background-image: url('img/down-arrow.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto;
  padding-left: 0.8rem;
  cursor: pointer;
}
.site-header .top-header .actions-menu ul li.wpml-ls-current-language:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  display: block;
  height: 1rem;
  z-index: 0;
}
.site-header .top-header .actions-menu ul li.wpml-ls-current-language ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  padding: 0.5rem 0;
  flex-direction: column;
  align-items: stretch;
  min-width: 5rem;
  opacity: 0;
  right: -99999px;
  transition: opacity 0.4s ease;
}
.site-header .top-header .actions-menu ul li.wpml-ls-current-language ul.sub-menu li {
  padding: 0.2rem 0.5rem 0.3rem;
  background-color: #e8c2c1;
  margin-bottom: 0.3rem;
  margin-left: 0;
  margin-right: 0;
}
.site-header .top-header .actions-menu ul li.wpml-ls-current-language ul.sub-menu li:hover {
  font-weight: 700;
}
.site-header .top-header .actions-menu ul li.wpml-ls-current-language:hover ul.sub-menu {
  right: 0;
  opacity: 1;
}
.site-header .left-part {
  position: relative;
}
.site-header .minicart-trigger.active .mini-cart {
  left: 0;
  opacity: 1;
}
.site-header .bottom-header .header-image {
  max-width: 40rem;
}
.site-header .bottom-header .header-image img {
  display: block;
}
.site-header .bottom-header .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2.7rem 0 2.2rem;
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
}
.site-header .bottom-header .site-branding {
  width: 11.421rem;
  position: absolute;
  left: 0;
  top: 3.1rem;
}
.site-header .bottom-header .site-branding img {
  display: block;
}
.site-header .main-navigation {
  margin-top: 2.4rem;
}
.site-header .main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .main-navigation ul li {
  padding: 0;
  font-size: 1.105rem;
  font-family: 'mikhmoret', sans-serif;
  display: flex;
  align-items: center;
  letter-spacing: 0.133rem;
}
.site-header .main-navigation ul li:hover,
.site-header .main-navigation ul li.current-menu-item {
  color: #e8c2c1;
}
.site-header .main-navigation ul li:after {
  content: "";
  width: 1px;
  height: 1px;
  background-color: #000;
  margin: 0 0.5rem;
  display: inline-block;
}
.site-header .main-navigation ul li:last-child:after {
  content: none;
}
.site-header .main-navigation ul li a {
  padding: 0;
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #d1a5a6;
    margin-top: 0;
    transition: none;
  }
  .site-header .main-navigation ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.7rem 0;
    min-height: 28rem;
  }
  .site-header .main-navigation ul li {
    font-size: 2rem;
    display: block;
  }
  .site-header .main-navigation ul li.current-menu-item {
    color: #fff;
  }
  .site-header .main-navigation ul li:after {
    display: block;
    background-image: url('img/black-curve.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 3px;
    background-color: transparent;
    margin: 0.5rem 0;
  }
  .site-header .top-header {
    display: none;
  }
  .site-header .bottom-header .inner {
    flex-direction: row;
    justify-content: center;
    padding: 2.5rem 0 2.5rem;
    position: initial;
  }
  .site-header .bottom-header .header-image {
    max-width: 28rem;
    margin-right: 2rem;
  }
  .site-header .bottom-header .site-branding {
    left: -0.5rem;
    top: 3.4rem;
    width: 7.5rem;
  }
  .site-header.scrolling .bottom-header .inner {
    height: 4.5rem;
    padding: 0;
  }
  .site-header.scrolling .bottom-header .site-branding {
    top: 55%;
    transform: translateY(-50%);
    left: 1rem;
  }
}
.mobile-btn {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 40;
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn .bar {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  height: 0.35rem;
  background: #000;
  transition: all 0ms 300ms;
}
.mobile-btn .bar:before,
.mobile-btn .bar:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.35rem;
  background: #000;
}
.mobile-btn .bar:before {
  bottom: 0.7rem;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar:after {
  top: 0.7rem;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar.animate {
  background: transparent !important;
}
.mobile-btn .bar.animate:before {
  bottom: 0;
  background: #000 !important;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar.animate:after {
  top: 0;
  background: #000 !important;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.cart-counts {
  width: 1.211rem;
  height: 1.684rem;
  background-image: url('img/shopping_bag.png');
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0.684rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
}
@media (max-width: 768px) {
  .cart-counts {
    width: 2.211rem;
    height: 3.1rem;
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.floating-cart-button {
  display: none;
}
@media (max-width: 768px) {
  .floating-cart-button {
    position: fixed;
    bottom: 2rem;
    left: 0;
    z-index: 10;
    background-color: #d1a5a6;
    padding: 0.5rem;
    border: 2px solid #000;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.banner .swiper-slide {
  position: relative;
}
section.banner .swiper-slide .text {
  font-size: 4.526rem;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-family: 'mikhmoret', sans-serif;
  letter-spacing: 0.543rem;
  width: 100%;
  padding: 0 1.5rem;
}
section.banner .swiper-slide .text p {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  section.banner .swiper-slide {
    height: 28rem !important;
  }
}
section.plain-text {
  font-size: 1.105rem;
  font-weight: 400;
  line-height: 1.579rem;
}
section.plain-text h2 {
  font-size: 2.263rem;
  line-height: 2.263rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
section.plain-text h4 {
  font-size: 1.737rem;
  margin-bottom: 0.7rem;
  letter-spacing: 0.21rem;
  line-height: 2.263rem;
}
section.plain-text p {
  font-size: inherit;
  line-height: inherit;
}
section.menu {
  font-family: 'mikhmoret', sans-serif;
}
section.menu ul {
  margin-top: 3rem;
}
section.menu ul li {
  margin-bottom: 3rem;
}
section.menu ul li .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section.menu ul li .bottom {
  font-size: 2.211rem;
  font-weight: 400;
  line-height: 2.263rem;
  letter-spacing: 0.088rem;
}
section.menu ul li span.line {
  height: 0.263rem;
  background-image: url('img/line-bg.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  display: block;
  flex: 1;
  margin: 0 1.2rem 0.4rem;
}
section.menu ul li .item-title {
  color: #d1a5a6;
  font-size: 2.421rem;
  font-weight: 700;
  line-height: 2.263rem;
  letter-spacing: 0.097rem;
}
section.menu ul li .item_price {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.263rem;
  margin-right: 2rem;
}
section.menu ul li .item_price .currency {
  font-size: 1.895rem;
  letter-spacing: 0.076rem;
}
.teasers {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
.teasers .right-teasers {
  width: 48%;
  padding-left: 5rem;
}
.teasers .left-teasers {
  width: 52%;
  padding-left: 2.6rem;
}
.teasers .bottom-teasers {
  width: 100%;
}
.teasers .teaser-text {
  font-size: 1.105rem;
}
.teasers .teaser-text p {
  font-size: inherit;
  margin-top: 0;
}
.teasers .top-right-teaser .teaser-text {
  padding-left: 2rem;
}
.teasers .top-right-teaser .teaser-text p {
  font-size: inherit;
  line-height: inherit;
}
.teasers .bottom-right-teaser {
  margin-top: 2.5rem;
  margin-right: 2.5rem;
}
.teasers .bottom-right-teaser .curvy-title {
  margin-bottom: 0;
  padding-left: 6rem;
}
.teasers .bottom-right-teaser .teaser-img {
  position: relative;
  padding-bottom: 3rem;
}
.teasers .bottom-right-teaser .floating-left {
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  max-width: 14rem;
}
.teasers .bottom-right-teaser .floating-right {
  position: absolute;
  right: 5.4rem;
  bottom: -3rem;
  max-width: 17rem;
}
.teasers .bottom-right-teaser .floating-bottom {
  margin-top: 3rem;
  text-align: left;
  padding-left: 3rem;
  max-height: 3.6rem;
}
.teasers .top-left-teaser {
  position: relative;
  padding-bottom: 10rem;
}
.teasers .top-left-teaser .text-wrapper {
  max-width: 19rem;
  width: 100%;
  background-color: rgba(209, 165, 166, 0.9);
  color: #fff;
  padding: 1.4rem 0.7rem;
  height: auto;
  font-size: 1.053rem;
  margin: 0 auto;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.teasers .top-left-teaser .text-wrapper p {
  font-size: inherit;
  margin-top: 0;
}
.teasers .top-left-teaser .button {
  width: 100%;
}
.teasers .top-left-teaser .bottom-image {
  position: absolute;
  right: -5rem;
  bottom: -2rem;
  bottom: 0;
  max-width: 40rem;
  z-index: 0;
}
.teasers .top-left-teaser .right-part {
  max-width: 36rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.teasers .top-left-teaser .left-part {
  position: absolute;
  top: 100%;
}
.teasers .top-left-teaser .teaser-img {
  position: relative;
}
.teasers .top-left-teaser .teaser-img img:not(.floating-img) {
  width: 100%;
  display: block;
}
.teasers .top-left-teaser .teaser-img img.floating-img {
  position: absolute;
  top: 95%;
  left: -4rem;
  z-index: 2;
  max-width: 14.316rem;
}
.teasers .top-left-teaser .main-image-wrapper {
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden;
}
.teasers .top-left-teaser .main-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.teasers .bottom-left-teaser {
  max-width: 32rem;
  width: 100%;
  margin-top: 3.2rem;
  min-height: 23rem;
}
.teasers .bottom-left-teaser .teaser-bg-img {
  position: relative;
  width: 100%;
  padding: 37% 0;
}
.teasers .bottom-left-teaser .swiper-slide {
  min-height: 23.5rem;
  position: relative;
}
.teasers .bottom-left-teaser .swiper-slide .text {
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teasers .bottom-left-teaser .swiper-slide .text h4 {
  margin: 0;
  font-size: 1.316rem;
  font-weight: 700;
  letter-spacing: 0.079rem;
}
.teasers .bottom-left-teaser .swiper-slide .text h4 .date {
  font-size: 1.842rem;
  font-weight: 700;
  letter-spacing: 0.221rem;
  margin-top: 0.5rem;
  display: block;
}
.teasers .bottom-left-teaser .slider-prev {
  left: 1rem;
}
.teasers .bottom-left-teaser .slider-next {
  right: 1rem;
}
.teasers .bottom-teasers {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 74rem;
  width: 100%;
}
@media (min-width: 769px) {
  .teasers .bottom-teasers {
    margin-top: -15rem;
  }
}
.teasers .bottom-teasers .right-part {
  max-width: 85%;
  width: 100%;
  position: relative;
}
.teasers .bottom-teasers .right-part .teaser-img {
  position: relative;
}
.teasers .bottom-teasers .floating-img {
  position: absolute;
  left: -28%;
  top: 50%;
  transform: translateY(-50%);
}
.teasers .bottom-teasers .left-part {
  margin-bottom: -1rem;
  padding: 0 2.5rem;
  width: 100%;
}
.teasers .bottom-teasers .middle-part {
  position: absolute;
  top: 50%;
  right: 85%;
  transform: translateY(-50%);
  max-width: 19rem;
  width: 100%;
  background-color: rgba(209, 165, 166, 0.9);
  color: #fff;
  padding: 1.4rem 0.7rem;
  z-index: 2;
  height: auto;
  font-size: 1.053rem;
}
.teasers .bottom-teasers .middle-part p {
  font-size: inherit;
  margin-top: 0;
}
.teasers .bottom-teasers .main-image-wrapper {
  position: relative;
  height: 22rem;
  overflow: hidden;
}
.teasers .bottom-teasers .main-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 768px) {
  .teasers {
    flex-direction: column;
  }
  .teasers .right-teasers {
    width: 100%;
    padding-left: 0;
  }
  .teasers .left-teasers {
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 0;
  }
  .teasers .teaser-text p,
  .teasers .middle-part p {
    font-size: 1.7rem !important;
  }
  .teasers .top-right-teaser .teaser-text {
    padding-left: 0;
    padding-right: 0;
  }
  .teasers .bottom-right-teaser {
    margin-right: 0;
  }
  .teasers .bottom-right-teaser .curvy-title {
    padding-left: 0;
  }
  .teasers .bottom-right-teaser .floating-right {
    right: 1rem;
  }
  .teasers .bottom-right-teaser .floating-bottom img {
    width: 90%;
  }
  .teasers .top-left-teaser {
    padding: 0;
  }
  .teasers .top-left-teaser .text-wrapper {
    position: relative;
    max-width: none;
    left: auto !important;
    right: auto !important;
    top: auto;
    transform: none;
    text-align: center;
  }
  .teasers .top-left-teaser .teaser-img img.floating-img {
    top: 83%;
    left: 1rem;
  }
  .teasers .top-left-teaser .teaser-text {
    max-width: 23rem;
    margin-top: 3.5rem;
  }
  .teasers .top-left-teaser .bottom-image {
    right: auto !important;
    left: auto !important;
    position: relative;
  }
  .teasers .bottom-left-teaser {
    max-width: 100%;
  }
  .teasers .bottom-teasers {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .teasers .bottom-teasers .right-part {
    max-width: 100%;
  }
  .teasers .bottom-teasers .teaser-img img {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    max-width: 15rem;
  }
  .teasers .bottom-teasers .middle-part {
    position: relative;
    max-width: 90%;
    top: 0;
    right: 0;
    transform: none;
    margin: 0.5rem auto;
    padding: 1.4rem 1.7rem;
  }
  .teasers .bottom-teasers .left-part {
    margin-top: -5rem;
    margin-left: -1rem;
  }
}
section.promoted-products {
  margin-top: 4.8rem;
}
section.promoted-products .ticker-button-prev,
section.promoted-products .ticker-button-next {
  top: 40%;
}
section.logos {
  margin-top: 2rem;
}
section.logos .logos-wrapper {
  padding: 1rem 0;
  background-image: url('img/line-bg.png'), url('img/line-bg.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: top , bottom;
}
section.logos .swiper-slide {
  width: auto !important;
}
section.logos .swiper-slide img {
  height: 5.4rem;
  width: auto;
  display: block;
}
section.newsletter {
  padding: 3.5rem 0 3rem;
  text-align: center;
}
section.newsletter .newsletter-title {
  color: #555555;
  font-size: 3.474rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.851rem;
}
section.map {
  position: relative;
}
section.map .acf-map {
  height: 19.842rem;
}
section.slider .swiper-slide img {
  width: 100%;
  height: auto;
}
section.slider .slider-prev,
section.slider .slider-next {
  font-size: 2.3rem;
}
section.slider .slider-prev {
  left: 0.4rem;
}
section.slider .slider-next {
  right: 0.4rem;
}
section.filter-list {
  font-size: 1.368rem;
}
section.filter-list header {
  display: flex;
  align-items: center;
  margin-bottom: 2.3rem;
}
section.filter-list header .list-name {
  font-size: 2rem;
  font-weight: 700;
}
section.filter-list header .list-filters {
  display: flex;
  margin-right: 2.3rem;
}
section.filter-list header .list-filters li {
  font-size: 1.368rem;
  cursor: pointer;
}
section.filter-list header .list-filters li:after {
  content: "|";
  display: inline-block;
  padding: 0 0.3rem;
}
section.filter-list header .list-filters li:last-child:after {
  content: none;
}
section.filter-list .list-items {
  column-count: 3;
}
@media (max-width: 768px) {
  section.filter-list header {
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    text-align: center;
  }
  section.filter-list header .list-name {
    margin-bottom: 1rem;
  }
  section.filter-list header .list-filters {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
  section.filter-list .list-items {
    column-count: 2;
  }
  section.filter-list .list-items li {
    flex: none;
  }
}
section.product-cat {
  display: flex;
  align-items: stretch;
  margin-top: 3.3rem;
  flex-wrap: wrap;
  max-width: 80rem;
  width: 100%;
  margin: 2rem auto 0;
}
section.product-cat .product-category {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 3rem;
}
section.product-cat .product-category .image-wrapper {
  position: relative;
  padding-left: 4.4rem;
}
section.product-cat .product-category .image-wrapper img {
  width: 100%;
}
section.product-cat .product-category .cat-description {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.9);
  color: #ffffff;
  font-size: 1.105rem;
  font-weight: 400;
  line-height: 1.579rem;
  padding: 2rem;
  width: 30rem;
  text-align: right;
}
section.product-cat .product-category .cat-description .inner {
  max-height: 20rem;
}
section.product-cat .product-category .cat-description .inner .mCSB_container {
  direction: ltr;
}
section.product-cat .product-category .cat-description p {
  font-size: inherit;
  font-weight: inherit;
}
section.product-cat .product-category .cat-description .fake-link {
  display: block;
}
section.product-cat .product-category .cat-description .fake-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  section.product-cat .product-category {
    padding: 0 !important;
  }
  section.product-cat .product-category .image-wrapper {
    padding: 0 !important;
  }
  section.product-cat .product-category .cat-description {
    position: relative;
    width: 100%;
    transform: none;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    font-size: 1.7rem;
    line-height: normal;
  }
}
section.message {
  font-size: 1.421rem;
  line-height: 1.789rem;
  padding: 1rem 0;
}
section.message .message-wrapper p {
  margin: 0;
  font-size: inherit;
}
section.distributers {
  padding: 2.2rem 0;
}
section.distributers h2.title {
  font-size: 2.053rem;
  font-weight: 700;
  letter-spacing: 0.242rem;
  margin-top: 0;
  margin-bottom: 2.8rem;
}
section.distributers .distributers-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.15rem;
  margin-bottom: 1.2rem;
}
section.distributers .distributers-list li span {
  flex: none;
  letter-spacing: -0.026rem;
  padding: 0.5rem;
}
section.distributers .distributers-list li .area {
  width: 10%;
  padding-left: 0;
}
section.distributers .distributers-list li .name {
  width: 21%;
}
section.distributers .distributers-list li .website {
  width: 17%;
}
section.distributers .distributers-list li .email {
  width: 45%;
  white-space: nowrap;
  text-align: right;
  padding-right: 0;
}
section.distributers .distributers-list li .email a:first-child:after {
  content: "|";
  display: inline-block;
  padding: 0;
}
@media (max-width: 768px) {
  section.distributers .distributers-list li {
    flex-direction: column;
    margin: 0;
    padding: 0.5rem;
  }
  section.distributers .distributers-list li:nth-child(odd) {
    background-color: #eee;
  }
  section.distributers .distributers-list li span {
    margin-bottom: 0.5rem;
    display: block;
    width: 100% !important;
    flex: none;
    text-align: left !important;
    padding: 0 !important;
  }
  section.distributers .distributers-list li span.area {
    font-weight: bold;
  }
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  margin-top: 3rem;
}
.woocommerce .tag-only-online,
.woocommerce-page .tag-only-online {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  display: block;
  background-image: url('img/online.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  left: 1.5rem;
  top: 29%;
}
.woocommerce ul.products:not(.swiper-wrapper),
.woocommerce-page ul.products:not(.swiper-wrapper) {
  display: flex;
  align-items: stretch;
  margin-top: 3.3rem;
  flex-wrap: wrap;
  max-width: 80rem;
  width: 100%;
  margin: 2rem auto;
}
.woocommerce ul.products:before,
.woocommerce-page ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  content: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  text-align: center;
  width: calc(100% / 4);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product:not(.package):not(.swiper-slide),
  .woocommerce-page ul.products li.product:not(.package):not(.swiper-slide) {
    width: calc(100% / 2) !important;
  }
}
.woocommerce ul.products li.product:not(.swiper-slide),
.woocommerce-page ul.products li.product:not(.swiper-slide) {
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.woocommerce ul.products li.product.swiper-slide img,
.woocommerce-page ul.products li.product.swiper-slide img,
.woocommerce ul.products li.product.swiper-slide a img,
.woocommerce-page ul.products li.product.swiper-slide a img {
  max-width: 10rem;
}
.woocommerce ul.products li.product .actions,
.woocommerce-page ul.products li.product .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce ul.products li.product .actions .item-loop-link,
.woocommerce-page ul.products li.product .actions .item-loop-link {
  width: 100%;
}
.woocommerce ul.products li.product .actions .quantity,
.woocommerce-page ul.products li.product .actions .quantity {
  width: 18%;
}
.woocommerce ul.products li.product .actions .quantity input.qty,
.woocommerce-page ul.products li.product .actions .quantity input.qty {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 0;
}
.woocommerce ul.products li.product .actions .qty-title,
.woocommerce-page ul.products li.product .actions .qty-title {
  display: none;
}
.woocommerce ul.products li.product .actions .add_to_cart_button,
.woocommerce-page ul.products li.product .actions .add_to_cart_button,
.woocommerce ul.products li.product .actions .button,
.woocommerce-page ul.products li.product .actions .button {
  width: 36%;
  background-color: #292c36;
  color: #fff;
  height: 2rem;
  padding: 0 0.3rem;
  margin: 0;
  font-size: 1rem;
  line-height: 2.2;
}
.woocommerce ul.products li.product .actions .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .actions .add_to_cart_button:hover,
.woocommerce ul.products li.product .actions .button:hover,
.woocommerce-page ul.products li.product .actions .button:hover {
  background-color: #d1a5a6;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product .actions .quantity,
  .woocommerce-page ul.products li.product .actions .quantity {
    width: 40%;
  }
  .woocommerce ul.products li.product .actions .add_to_cart_button,
  .woocommerce-page ul.products li.product .actions .add_to_cart_button,
  .woocommerce ul.products li.product .actions .button,
  .woocommerce-page ul.products li.product .actions .button {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: block;
  flex: none;
}
.woocommerce ul.products li.product span.out-of-stock,
.woocommerce-page ul.products li.product span.out-of-stock {
  position: absolute;
  top: 0;
  left: 1rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background: black;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'mikhmoret', sans-serif;
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin: 0;
  width: auto;
  display: inline-block;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-size: 1.263rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0.7rem;
  white-space: nowrap;
  flex-direction: column;
}
.woocommerce ul.products li.product h3 .bottom-details,
.woocommerce-page ul.products li.product h3 .bottom-details {
  display: block;
}
.woocommerce ul.products li.product h3 span.prod-title,
.woocommerce-page ul.products li.product h3 span.prod-title {
  font-weight: 700;
  margin-left: 0.5rem;
}
.woocommerce ul.products li.product h3 span.prod-year:after,
.woocommerce-page ul.products li.product h3 span.prod-year:after {
  content: "|";
  display: inline-block;
  padding: 0 0.3rem;
}
.woocommerce ul.products li.product .item-loop-link,
.woocommerce-page ul.products li.product .item-loop-link {
  font-size: 0.947rem;
  font-weight: 400;
  font-family: 'mikhmoret', sans-serif;
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce ul.products li.product.package,
.woocommerce-page ul.products li.product.package {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto 2rem;
}
.woocommerce ul.products li.product.package .close-icon,
.woocommerce-page ul.products li.product.package .close-icon {
  width: 1rem;
  height: 1.1rem;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  cursor: pointer;
  background-image: url('img/x.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.woocommerce ul.products li.product.package .details-image-wrapper,
.woocommerce-page ul.products li.product.package .details-image-wrapper {
  position: relative;
  min-height: 3.5rem;
}
.woocommerce ul.products li.product.package .image-wrapper,
.woocommerce-page ul.products li.product.package .image-wrapper {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.woocommerce ul.products li.product.package .image-wrapper img,
.woocommerce-page ul.products li.product.package .image-wrapper img {
  display: block;
  width: 100%;
}
.woocommerce ul.products li.product.package .details-section,
.woocommerce-page ul.products li.product.package .details-section {
  display: none;
  width: 100%;
}
.woocommerce ul.products li.product.package .details-row,
.woocommerce-page ul.products li.product.package .details-row {
  width: 100%;
  min-height: 3.263rem;
  background-color: #9ba89b;
  color: #fff;
  font-size: 1.474rem;
  font-weight: 400;
  font-family: 'mikhmoret', sans-serif;
  letter-spacing: 0.177rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  white-space: nowrap;
}
.woocommerce ul.products li.product.package .actions-row,
.woocommerce-page ul.products li.product.package .actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce ul.products li.product.package .actions-row .right-text,
.woocommerce-page ul.products li.product.package .actions-row .right-text {
  max-width: 50%;
}
.woocommerce ul.products li.product.package .actions-row p,
.woocommerce-page ul.products li.product.package .actions-row p {
  margin: 0;
}
.woocommerce ul.products li.product.package .buttons-wrapper,
.woocommerce-page ul.products li.product.package .buttons-wrapper {
  margin: 0;
  font-family: 'mikhmoret', sans-serif;
  display: flex;
  align-items: center;
}
.woocommerce ul.products li.product.package .buttons-wrapper input,
.woocommerce-page ul.products li.product.package .buttons-wrapper input {
  background-color: transparent;
  height: 2.737rem;
  width: 3.684rem;
  border: 1px solid #eee;
  font-size: 1.789rem;
  font-weight: 300;
  color: #000;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: inherit;
}
.woocommerce ul.products li.product.package .buttons-wrapper .button,
.woocommerce-page ul.products li.product.package .buttons-wrapper .button {
  min-width: 6.947rem;
  height: 2.737rem;
  background-color: #292c36;
  color: #fff;
  font-size: 1.789rem;
  font-weight: 400;
  letter-spacing: 0.072rem;
  padding: 0;
  border-radius: 0;
  line-height: 2.9rem;
  padding: 0 0.5rem;
  transition: all 0.4s ease;
  margin: 0 0.4rem 0 0;
}
.woocommerce ul.products li.product.package .buttons-wrapper .button:hover,
.woocommerce-page ul.products li.product.package .buttons-wrapper .button:hover {
  color: #000;
  background-color: #d1a5a6;
}
.woocommerce ul.products li.product.package .buttons-wrapper .qty-title,
.woocommerce-page ul.products li.product.package .buttons-wrapper .qty-title {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1.053rem;
  font-weight: 400;
  letter-spacing: 0.022rem;
  margin-left: 1.2rem;
  order: -1;
}
.woocommerce ul.products li.product.package .buttons-wrapper .price-wrapper,
.woocommerce-page ul.products li.product.package .buttons-wrapper .price-wrapper {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1.053rem;
  font-weight: 400;
  line-height: 1.538rem;
  letter-spacing: 0.022rem;
  color: #000;
  white-space: nowrap;
  margin-left: 0.8rem;
  order: -2;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product.package .actions-row,
  .woocommerce-page ul.products li.product.package .actions-row {
    flex-wrap: wrap;
  }
  .woocommerce ul.products li.product.package .actions-row .right-text,
  .woocommerce-page ul.products li.product.package .actions-row .right-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .woocommerce ul.products li.product.package .buttons-wrapper,
  .woocommerce-page ul.products li.product.package .buttons-wrapper {
    justify-content: center;
    width: 100%;
  }
}
.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
  width: 100% !important;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.woocommerce ul.products li.product-category .image-wrapper,
.woocommerce-page ul.products li.product-category .image-wrapper {
  position: relative;
  padding-left: 4.4rem;
}
.woocommerce ul.products li.product-category .cat-description,
.woocommerce-page ul.products li.product-category .cat-description {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.9);
  color: #ffffff;
  font-size: 1.105rem;
  font-weight: 400;
  line-height: 1.579rem;
  padding: 2rem;
  width: 30rem;
  text-align: right;
}
.woocommerce ul.products li.product-category .cat-description p,
.woocommerce-page ul.products li.product-category .cat-description p {
  font-size: inherit;
  font-weight: inherit;
}
.woocommerce ul.products li.product-category .cat-description .fake-link,
.woocommerce-page ul.products li.product-category .cat-description .fake-link {
  display: block;
}
.woocommerce ul.products li.product-category .cat-description .fake-link:hover,
.woocommerce-page ul.products li.product-category .cat-description .fake-link:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header {
  min-height: 13.842rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}
.woocommerce .woocommerce-products-header h1,
.woocommerce-page .woocommerce-products-header h1 {
  margin: 2rem 0 0;
  font-size: 3.947rem;
  line-height: 2.263rem;
  letter-spacing: 0.472rem;
}
.woocommerce .subcats-list,
.woocommerce-page .subcats-list {
  margin: 2rem auto 0;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
.woocommerce .subcats-list .swiper-button-disabled,
.woocommerce-page .subcats-list .swiper-button-disabled {
  display: none;
}
@media (min-width: 769px) {
  .woocommerce .subcats-list ul,
  .woocommerce-page .subcats-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.woocommerce .subcats-list ul li,
.woocommerce-page .subcats-list ul li {
  font-size: 1.474rem;
  font-weight: 300;
  letter-spacing: 0.177rem;
  font-family: 'mikhmoret', sans-serif;
  padding: 0 0.9rem;
  width: auto !important;
}
.woocommerce .subcats-list ul li.active,
.woocommerce-page .subcats-list ul li.active {
  font-weight: 700;
}
.woocommerce div.product.single-prod,
.woocommerce-page div.product.single-prod {
  padding: 7rem 0 0;
}
.woocommerce div.product.single-prod div.images,
.woocommerce-page div.product.single-prod div.images {
  margin: 0;
}
.woocommerce div.product.single-prod .single-prod-header,
.woocommerce-page div.product.single-prod .single-prod-header {
  width: 100%;
  position: relative;
}
.woocommerce div.product.single-prod .single-prod-header .bottom-title,
.woocommerce-page div.product.single-prod .single-prod-header .bottom-title {
  font-size: 1.421rem;
  font-style: italic;
  line-height: 2.263rem;
  letter-spacing: 0.028rem;
  display: flex;
  align-items: center;
}
.woocommerce div.product.single-prod .single-prod-header .bottom-title .not_kosher,
.woocommerce-page div.product.single-prod .single-prod-header .bottom-title .not_kosher {
  font-weight: 700;
  margin-right: 0.3rem;
}
.woocommerce div.product.single-prod .single-prod-header .go-back,
.woocommerce-page div.product.single-prod .single-prod-header .go-back {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06rem;
}
.woocommerce div.product.single-prod .single-prod-header .go-back .back-arrow,
.woocommerce-page div.product.single-prod .single-prod-header .go-back .back-arrow {
  width: 4.947rem;
  height: 0.421rem;
  background-image: url('img/back-arrow.png');
  margin-right: 0.5rem;
  background-size: 100%;
}
.woocommerce div.product.single-prod .single-prod-footer,
.woocommerce-page div.product.single-prod .single-prod-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 2px dotted #9ba89b;
}
.woocommerce div.product.single-prod .single-prod-footer .download-link,
.woocommerce-page div.product.single-prod .single-prod-footer .download-link {
  font-size: 1.053rem;
  color: #919191;
  font-style: italic;
  line-height: 1.538rem;
  letter-spacing: 0.022rem;
}
.woocommerce div.product.single-prod .single-prod-footer .product-price-wrapper,
.woocommerce-page div.product.single-prod .single-prod-footer .product-price-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.woocommerce div.product.single-prod .single-prod-footer .product-price-wrapper .wdr_table_content_advance_con,
.woocommerce-page div.product.single-prod .single-prod-footer .product-price-wrapper .wdr_table_content_advance_con,
.woocommerce div.product.single-prod .single-prod-footer .product-price-wrapper .sale_message,
.woocommerce-page div.product.single-prod .single-prod-footer .product-price-wrapper .sale_message {
  order: -2;
  position: relative;
  bottom: 100%;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.6rem;
  border: 2px solid #000;
  text-align: center;
  width: 100%;
}
.woocommerce div.product.single-prod .single-prod-list,
.woocommerce-page div.product.single-prod .single-prod-list {
  margin-top: 2rem;
  max-width: 34rem;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce div.product.single-prod .single-prod-list li,
.woocommerce-page div.product.single-prod .single-prod-list li {
  display: flex;
  align-items: center;
  font-size: 1.053rem;
  font-weight: 400;
  line-height: 1.538rem;
  margin-bottom: 1rem;
  position: relative;
}
.woocommerce div.product.single-prod .single-prod-list li img,
.woocommerce-page div.product.single-prod .single-prod-list li img {
  flex: none;
  margin-left: 2rem;
  right: 0;
  top: 0;
  max-width: 4rem;
}
.woocommerce div.product.single-prod .parts-wrapper,
.woocommerce-page div.product.single-prod .parts-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.woocommerce div.product.single-prod .parts-wrapper .right-part,
.woocommerce-page div.product.single-prod .parts-wrapper .right-part {
  width: 70%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.woocommerce div.product.single-prod .parts-wrapper .left-part,
.woocommerce-page div.product.single-prod .parts-wrapper .left-part {
  width: 20.5%;
  position: relative;
}
.woocommerce div.product.single-prod .parts-wrapper .left-part .sale_badge,
.woocommerce-page div.product.single-prod .parts-wrapper .left-part .sale_badge {
  right: 0;
}
.woocommerce div.product.single-prod .parts-wrapper .left-part .woocommerce-product-gallery,
.woocommerce-page div.product.single-prod .parts-wrapper .left-part .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}
.woocommerce div.product.single-prod .download-title,
.woocommerce-page div.product.single-prod .download-title {
  font-size: 1.053rem;
  font-weight: 700;
  line-height: 1.538rem;
  letter-spacing: 0.022rem;
  padding-right: 6rem;
}
.woocommerce div.product.single-prod form.cart,
.woocommerce-page div.product.single-prod form.cart {
  margin: 0;
  font-family: 'mikhmoret', sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 37%;
}
.woocommerce div.product.single-prod form.cart input:not(.plus):not(.minus),
.woocommerce-page div.product.single-prod form.cart input:not(.plus):not(.minus) {
  background-color: transparent;
  height: 2.737rem;
  width: 3.684rem;
  border: 1px solid #000;
  font-size: 1.789rem;
  font-weight: 300;
  color: #000;
}
.woocommerce div.product.single-prod form.cart button,
.woocommerce-page div.product.single-prod form.cart button {
  min-width: 6.947rem;
  height: 2.737rem;
  background-color: #292c36;
  color: #fff;
  font-size: 1.789rem;
  font-weight: 400;
  letter-spacing: 0.072rem;
  padding: 0;
  border-radius: 0;
  line-height: 2.9rem;
  padding: 0 0.5rem;
  transition: all 0.4s ease;
}
.woocommerce div.product.single-prod form.cart button:hover,
.woocommerce-page div.product.single-prod form.cart button:hover {
  color: #000;
  background-color: #d1a5a6;
}
.woocommerce div.product.single-prod form.cart .qty-title,
.woocommerce-page div.product.single-prod form.cart .qty-title {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1.053rem;
  font-weight: 400;
  letter-spacing: 0.022rem;
  margin-left: 1.2rem;
}
.woocommerce div.product.single-prod p.price,
.woocommerce-page div.product.single-prod p.price {
  font-size: 1.053rem;
  font-weight: 400;
  line-height: 1.538rem;
  letter-spacing: 0.022rem;
  color: #000;
  white-space: nowrap;
  margin-left: 0.8rem;
  flex: 0 1 auto;
}
@media (max-width: 768px) {
  .woocommerce div.product.single-prod .parts-wrapper,
  .woocommerce-page div.product.single-prod .parts-wrapper {
    flex-wrap: wrap;
  }
  .woocommerce div.product.single-prod .parts-wrapper .right-part,
  .woocommerce-page div.product.single-prod .parts-wrapper .right-part,
  .woocommerce div.product.single-prod .parts-wrapper .left-part,
  .woocommerce-page div.product.single-prod .parts-wrapper .left-part {
    width: 100%;
  }
  .woocommerce div.product.single-prod .single-prod-list li,
  .woocommerce-page div.product.single-prod .single-prod-list li {
    font-size: 1.7rem;
    line-height: normal;
  }
  .woocommerce div.product.single-prod form.cart,
  .woocommerce-page div.product.single-prod form.cart {
    flex: 0 1 100%;
  }
  .woocommerce div.product.single-prod p.price,
  .woocommerce-page div.product.single-prod p.price {
    margin-left: 0;
  }
}
.woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: none !important;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: none;
  margin: 0 1rem !important;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
  content: none !important;
}
.woocommerce-error {
  flex-direction: column;
}
.woocommerce-info {
  text-align: center;
}
.sale_badge {
  position: absolute;
  top: 0;
  right: 3rem;
  font-size: 1rem;
  height: 2rem;
  z-index: 2;
  background-color: #d1a5a6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}
.sale_badge:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #d1a5a6 transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
}
.sale_badge .sale-text {
  color: #000;
  font-weight: 700;
}
.related.products {
  padding: 4rem 0;
}
.related.products ul.products {
  justify-content: center;
}
.related-gifts {
  margin-bottom: 2rem;
}
.related-gifts li.product {
  text-align: center;
  margin: 0;
}
.related-gifts li.product img {
  display: block;
  margin: 0 auto;
}
.related-gifts li.product .sale_badge {
  right: 0;
}
.related-gifts li.product h3 {
  font-size: 1rem;
  margin: 0.3rem 0;
}
.related-gifts li.product .item-loop-link,
.related-gifts li.product .qty-title,
.related-gifts li.product .added_to_cart {
  display: none !important;
}
.related-gifts li.product .bottom-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.related-gifts li.product .bottom-text .woocommerce-loop-product__link {
  width: 100%;
}
.related-gifts li.product .bottom-text .quantity {
  width: 20%;
  height: 1.8rem;
}
.related-gifts li.product .bottom-text .quantity input {
  width: 100%;
  height: 100%;
}
.related-gifts li.product .bottom-text .button {
  width: 30%;
  padding: 0 !important;
  height: 1.8rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-gifts li.product .bottom-text .button.loading:after {
  top: -30%;
}
.global_store_message {
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  background-color: #ececec;
}
.choose-package {
  width: 48%;
  float: right;
}
.choose-package .related-gifts {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.choose-package .related-gifts li.product {
  display: flex;
  align-items: center;
  width: 48%;
  padding: 0.5rem;
  background-color: #eee;
  margin: 1rem 0;
}
.choose-package .related-gifts li.product img {
  max-width: 6rem;
}
@media (max-width: 768px) {
  .choose-package {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0;
  height: 100%;
}
.quantity {
  display: flex;
}
.quantity .buttons-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  border-left: none;
}
.quantity .buttons-wrapper .plus {
  border-bottom: 1px solid #000;
}
.quantity .buttons-wrapper .plus,
.quantity .buttons-wrapper .minus {
  height: 50%;
  border-radius: 0;
  background-color: #d1a5a6;
  border: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.folds-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .folds-wrapper {
    flex-direction: column;
    overflow: hidden;
  }
  .folds-wrapper section .container {
    padding: 0;
  }
  .folds-wrapper .parts-wrapper {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  .folds-wrapper .parts-wrapper .text {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
  .folds-wrapper .parts-wrapper .text .inner {
    max-height: none !important;
    overflow: visible !important;
  }
  .folds-wrapper .parts-wrapper .images {
    max-width: 100%;
  }
}
.fold-1 {
  width: 100%;
}
.fold-1 .parts-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fold-1 .text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(28, 28, 28, 0.73);
  color: #fff;
  padding: 2.1rem 1.1rem 2.1rem 0.8rem;
  font-size: 1.158rem;
  letter-spacing: 0.023rem;
  line-height: 1.474rem;
  width: 33rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .fold-1 .text {
    height: 20.5rem;
  }
}
.fold-1 .text .inner {
  max-height: 100%;
  overflow-y: auto;
  direction: ltr;
}
.fold-1 .text .inner > * {
  direction: rtl;
}
.fold-1 .text p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
}
.fold-1 .images {
  max-width: 41rem;
  width: 100%;
  margin: 0;
  position: relative;
}
.fold-1 .images .swiper-slide {
  position: relative;
  padding: 33% 0;
  width: 100%;
}
.fold-2 {
  width: 100%;
  margin-top: 4rem;
}
.fold-2 .parts-wrapper {
  padding-bottom: 6.8rem;
  position: relative;
}
.fold-2 .text {
  position: absolute;
  left: 11rem;
  bottom: 0;
  background-color: rgba(209, 165, 166, 0.9);
  padding: 2.1rem 1.1rem 2.1rem 0.8rem;
  font-size: 1.158rem;
  letter-spacing: 0.023rem;
  line-height: 1.474rem;
  width: 29.947rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .fold-2 .text {
    height: 18.789rem;
  }
}
.fold-2 .text .inner {
  max-height: 100%;
  overflow-y: auto;
  direction: ltr;
}
.fold-2 .text .inner > * {
  direction: rtl;
}
.fold-2 .text p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
}
.fold-2 .images {
  width: 100%;
  margin: 0;
  position: relative;
}
.fold-2 .images .swiper-slide {
  position: relative;
  padding: 13.7% 0;
  width: 100%;
}
.fold-3 {
  width: 100%;
  margin-top: 4rem;
}
.fold-3 .curvy-title {
  max-width: 33rem;
  width: 100%;
}
.fold-3 .parts-wrapper {
  padding-bottom: 2.6rem;
  padding-left: 6.3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fold-3 .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(155, 168, 155, 0.93);
  color: #fff;
  padding: 2.7rem 2rem 2.7rem 0.8rem;
  font-size: 1.158rem;
  letter-spacing: 0.023rem;
  line-height: 1.474rem;
  width: 42rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .fold-3 .text {
    height: 27rem;
  }
}
.fold-3 .text .inner {
  max-height: 100%;
  overflow-y: auto;
  direction: ltr;
}
.fold-3 .text .inner > * {
  direction: rtl;
}
.fold-3 .text p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
}
.fold-3 .images {
  max-width: 41.105rem;
  width: 100%;
  margin: 0;
  position: relative;
}
.fold-3 .images .swiper-slide {
  position: relative;
  padding: 33% 0;
  width: 100%;
}
@media (max-width: 768px) {
  .fold-3 .curvy-title {
    max-width: 100%;
  }
  .fold-3 .parts-wrapper {
    padding: 0 !important;
  }
}
.fold-4 {
  width: 50%;
  margin-top: 7rem;
}
.fold-4 .parts-wrapper {
  padding-bottom: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fold-4 .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(209, 165, 166, 0.9);
  padding: 1.2rem 1.7rem 1.2rem 1.3rem;
  font-size: 1.158rem;
  letter-spacing: 0.023rem;
  line-height: 1.474rem;
  width: 22.053rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .fold-4 .text {
    height: 14.895rem;
  }
}
.fold-4 .text .inner {
  max-height: 100%;
  overflow-y: auto;
  direction: ltr;
}
.fold-4 .text .inner > * {
  direction: rtl;
}
.fold-4 .text p {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
}
.fold-4 .images {
  max-width: 35.211rem;
  width: 100%;
  margin: 0;
  position: relative;
}
.fold-4 .images .swiper-slide {
  position: relative;
  padding: 28% 0;
  width: 100%;
}
@media (max-width: 768px) {
  .fold-4 {
    width: 100%;
  }
}
.fold-5 {
  width: 50%;
  margin-top: 2rem;
}
.fold-5 .parts-wrapper {
  padding-top: 11.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fold-5 .curvy-title {
  width: 30.211rem;
}
.fold-5 .text {
  background-color: rgba(200, 184, 150, 0.93);
  padding: 1.2rem 1.7rem 1.2rem 1.3rem;
  color: #fff;
  font-size: 1.158rem;
  letter-spacing: 0.023rem;
  line-height: 1.474rem;
  width: 30.211rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .fold-5 .text {
    height: 24.053rem;
  }
}
.fold-5 .text .inner {
  max-height: 100%;
  overflow-y: auto;
  direction: ltr;
}
.fold-5 .text .inner > * {
  direction: rtl;
}
.fold-5 .text p {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
}
.fold-5 .images {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 2;
}
.fold-5 .images .swiper-slide {
  position: relative;
  padding: 19.8% 0;
  width: 100%;
}
.fold-5 .images .swiper-slide .bg-image {
  background-size: contain;
}
@media (max-width: 768px) {
  .fold-5 {
    width: 100%;
  }
}
.fold-6 {
  width: 100%;
  margin-top: 4rem;
}
.fold-6 .parts-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fold-6 .text {
  position: absolute;
  left: -2.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(28, 28, 28, 0.93);
  color: #fff;
  padding: 1.1rem 1.1rem 1.1rem 0.8rem;
  font-size: 1.158rem;
  letter-spacing: 0.023rem;
  line-height: 1.474rem;
  width: 28.684rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .fold-6 .text {
    height: 17.053rem;
  }
}
.fold-6 .text .inner {
  max-height: 100%;
  overflow-y: auto;
  direction: ltr;
}
.fold-6 .text .inner > * {
  direction: rtl;
}
.fold-6 .text p {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
}
.fold-6 .images {
  max-width: 50.684rem;
  width: 100%;
  margin: 0;
  position: relative;
}
.fold-6 .images .swiper-slide {
  position: relative;
  padding: 22.7% 0;
  width: 100%;
}
.cat-banner {
  position: relative;
  height: 40.263rem;
}
.cat-banner .page-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.cat-banner .page-header h1 {
  text-transform: uppercase;
  font-size: 6.053rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.728rem;
  margin: 0;
  direction: ltr;
}
.cat-filter {
  height: 6.684rem;
}
.events-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 75rem;
  width: 100%;
  margin: 2.8rem auto;
  padding: 0 0.4rem;
}
@media (max-width: 768px) {
  .events-wrapper {
    margin-top: 0;
  }
}
.event-block {
  width: 33.33%;
  padding: 0 0.4rem;
  margin: 1.3rem 0;
}
.event-block .image-wrapper {
  position: relative;
  padding: 38.7% 0;
}
.event-block .text-wrapper h2 {
  color: #c8b896;
  font-size: 3.789rem;
  line-height: 3.144rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0;
}
.event-block .text-wrapper p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.event-block .short-text {
  font-size: 1.421rem;
  font-weight: 400;
  line-height: 1.789rem;
  margin-top: 0.5rem;
}
.event-block .fake-link {
  font-weight: 700;
  display: block;
}
.event-block.over .image-wrapper {
  background-color: #000;
}
.event-block.over .image-wrapper .bg-image {
  opacity: 0.5;
}
.event-block.over .text-wrapper {
  opacity: 0.35;
}
@media (max-width: 768px) {
  .event-block {
    width: 50%;
    min-width: 50%;
  }
}
.single-event-wrapper {
  position: relative;
  overflow: auto;
  padding: 0 1rem;
}
.single-event-wrapper .event-inner {
  max-width: 68rem;
  width: 100%;
  margin: 23rem auto 3rem;
  position: relative;
}
.single-event-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-event-wrapper .text {
  text-align: center;
  position: relative;
  padding: 4.7rem;
}
.single-event-wrapper .text p {
  font-size: inherit;
  line-height: inherit;
}
.single-event-wrapper .top-text {
  font-size: 4.105rem;
  font-weight: 400;
  line-height: 4.947rem;
  font-family: 'mikhmoret', sans-serif;
}
.single-event-wrapper .date {
  font-size: 5.579rem;
  font-weight: 400;
  letter-spacing: 0.334rem;
  font-family: 'mikhmoret', sans-serif;
  line-height: 1;
}
.single-event-wrapper .hour {
  font-size: 3.842rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.231rem;
  font-family: 'mikhmoret', sans-serif;
}
.single-event-wrapper .small-text {
  font-size: 1.368rem;
  font-weight: 400;
  line-height: 1.666rem;
  letter-spacing: 0.055rem;
  max-width: 37rem;
  width: 100%;
  margin: 3.6rem auto 0;
}
.single-event-wrapper .tickets {
  max-width: 27.8rem;
  width: 100%;
  margin: 3.8rem auto 0;
}
.single-event-wrapper .tickets {
  font-family: 'mikhmoret', sans-serif;
}
.single-event-wrapper .tickets .ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  background-image: url('img/line-bg-white.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: top;
}
.single-event-wrapper .tickets .ticket-row:last-child {
  background-image: url('img/line-bg-white.png'), url('img/line-bg-white.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: top  , bottom;
}
.single-event-wrapper .tickets .ticket-text {
  font-size: 1.211rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
}
.single-event-wrapper .tickets .ticket-text p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.single-event-wrapper .tickets .ticket-text strong,
.single-event-wrapper .tickets .ticket-text b {
  font-size: 3rem;
  letter-spacing: 0.12rem;
}
.single-event-wrapper .tickets .ticket-price {
  font-size: 2.105rem;
  line-height: 1;
  letter-spacing: 0.12rem;
}
.single-event-wrapper .tickets .ticket-price .woocommerce-Price-currencySymbol {
  font-size: 2.105rem;
}
.single-event-wrapper .tickets .ticket-link {
  display: block;
  font-size: 1.789rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 4.947rem;
  letter-spacing: 0.072rem;
  background-color: #292c36;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.947rem;
  height: 2.737rem;
}
@media (max-width: 768px) {
  .single-event-wrapper .event-inner {
    margin-top: 9rem;
  }
}
.event-contact-info {
  max-width: 68rem;
  width: 100%;
  position: relative;
  padding: 2.5rem 3.6rem;
  font-size: 2.526rem;
  font-weight: 400;
  letter-spacing: 0.204rem;
  font-family: 'mikhmoret', sans-serif;
  margin: 0 auto 5.8rem;
  color: #434343;
}
.event-contact-info .contact-text {
  position: relative;
  text-align: center;
}
.event-contact-info .contact-text p {
  font-size: inherit;
  margin: 0;
}
.event-title {
  font-size: 6.053rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.484rem;
  margin: 0.5rem 0;
  padding-bottom: 1rem;
  background-image: url('img/line-bg-white.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: bottom;
  display: inline-block;
}
.cat-filter {
  padding: 0 13rem;
  position: relative;
}
.cat-filter .swiper-container {
  height: 100%;
}
@media (min-width: 769px) {
  .cat-filter .swiper-wrapper {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
.cat-filter .swiper-slide {
  display: flex;
  align-items: center;
}
.cat-filter .events-button-next {
  right: 10rem;
  left: auto;
}
.cat-filter .events-button-prev {
  left: 10rem;
  right: auto;
}
@media (max-width: 768px) {
  .cat-filter {
    padding: 0 5rem;
  }
  .cat-filter .events-button-next {
    right: 1rem;
  }
  .cat-filter .events-button-prev {
    left: 1rem;
  }
}
@media (min-width: 769px) {
  .event-title-article {
    width: auto !important;
    justify-content: center;
  }
}
.event-title-article a {
  display: flex;
  align-items: center;
  font-family: 'mikhmoret', sans-serif;
  width: 100%;
}
.event-title-article .event-day {
  font-size: 3.421rem;
  font-weight: 400;
  letter-spacing: 0.408rem;
  color: #fff;
  margin-left: 0.73rem;
}
.event-title-article .event-name {
  font-size: 1.316rem;
  font-weight: 400;
  letter-spacing: 0.106rem;
}
@media (max-width: 768px) {
  .event-title-article a {
    justify-content: center;
  }
}
.woocommerce ul#shipping_method li label,
.woocommerce-cart ul#shipping_method li label {
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}
.woocommerce table.shop_table,
.woocommerce-cart table.shop_table,
.woocommerce table.cart,
.woocommerce-cart table.cart {
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  margin: 2rem 0;
}
.woocommerce table.shop_table td,
.woocommerce-cart table.shop_table td,
.woocommerce table.cart td,
.woocommerce-cart table.cart td,
.woocommerce table.shop_table th,
.woocommerce-cart table.shop_table th,
.woocommerce table.cart th,
.woocommerce-cart table.cart th {
  padding-right: 0;
  padding-left: 0;
}
.woocommerce table.shop_table .product-name,
.woocommerce-cart table.shop_table .product-name,
.woocommerce table.cart .product-name,
.woocommerce-cart table.cart .product-name {
  width: 20rem;
}
.woocommerce table.shop_table .product-name .name-wraper,
.woocommerce-cart table.shop_table .product-name .name-wraper,
.woocommerce table.cart .product-name .name-wraper,
.woocommerce-cart table.cart .product-name .name-wraper {
  display: flex;
  align-items: center;
}
.woocommerce table.shop_table .product-name img,
.woocommerce-cart table.shop_table .product-name img,
.woocommerce table.cart .product-name img,
.woocommerce-cart table.cart .product-name img {
  width: 5rem;
  display: block;
  margin-left: 1rem;
  flex: none;
}
.woocommerce table.shop_table .quantity .qty,
.woocommerce-cart table.shop_table .quantity .qty,
.woocommerce table.cart .quantity .qty,
.woocommerce-cart table.cart .quantity .qty {
  background-color: transparent;
  height: 2.737rem;
  width: 3.684rem;
  border: 1px solid #000;
  font-size: inherit;
  font-weight: 300;
  color: #000;
  font-family: 'mikhmoret', sans-serif;
}
.woocommerce table.shop_table thead th,
.woocommerce-cart table.shop_table thead th,
.woocommerce table.cart thead th,
.woocommerce-cart table.cart thead th {
  font-weight: 400;
}
.woocommerce table.shop_table td.actions,
.woocommerce-cart table.shop_table td.actions,
.woocommerce table.cart td.actions,
.woocommerce-cart table.cart td.actions {
  font-family: 'mikhmoret', sans-serif;
}
.woocommerce table.shop_table td.actions .coupon,
.woocommerce-cart table.shop_table td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-cart table.cart td.actions .coupon {
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.woocommerce table.shop_table td.actions .coupon input[type="text"],
.woocommerce-cart table.shop_table td.actions .coupon input[type="text"],
.woocommerce table.cart td.actions .coupon input[type="text"],
.woocommerce-cart table.cart td.actions .coupon input[type="text"] {
  width: 70% !important;
  background-color: transparent;
  border: 1px solid #eee;
  color: #000;
  height: 2.737rem;
  font-size: 1.789rem;
  padding: 0 1rem;
}
.woocommerce table.shop_table td.actions .coupon input[type="text"].wpcf7-not-valid,
.woocommerce-cart table.shop_table td.actions .coupon input[type="text"].wpcf7-not-valid,
.woocommerce table.cart td.actions .coupon input[type="text"].wpcf7-not-valid,
.woocommerce-cart table.cart td.actions .coupon input[type="text"].wpcf7-not-valid {
  border-color: #ff3400 !important;
}
.woocommerce table.shop_table td.actions .coupon input[type="text"]::-webkit-input-placeholder,
.woocommerce-cart table.shop_table td.actions .coupon input[type="text"]::-webkit-input-placeholder,
.woocommerce table.cart td.actions .coupon input[type="text"]::-webkit-input-placeholder,
.woocommerce-cart table.cart td.actions .coupon input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.woocommerce table.shop_table td.actions .coupon input[type="text"]::-moz-placeholder,
.woocommerce-cart table.shop_table td.actions .coupon input[type="text"]::-moz-placeholder,
.woocommerce table.cart td.actions .coupon input[type="text"]::-moz-placeholder,
.woocommerce-cart table.cart td.actions .coupon input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.woocommerce table.shop_table td.actions .coupon input[type="text"]:-ms-input-placeholder,
.woocommerce-cart table.shop_table td.actions .coupon input[type="text"]:-ms-input-placeholder,
.woocommerce table.cart td.actions .coupon input[type="text"]:-ms-input-placeholder,
.woocommerce-cart table.cart td.actions .coupon input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.woocommerce table.shop_table td.actions .coupon input[type="text"]:-moz-placeholder,
.woocommerce-cart table.shop_table td.actions .coupon input[type="text"]:-moz-placeholder,
.woocommerce table.cart td.actions .coupon input[type="text"]:-moz-placeholder,
.woocommerce-cart table.cart td.actions .coupon input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.woocommerce table.shop_table td.actions .coupon button,
.woocommerce-cart table.shop_table td.actions .coupon button,
.woocommerce table.cart td.actions .coupon button,
.woocommerce-cart table.cart td.actions .coupon button {
  width: 28%;
}
.woocommerce table.shop_table td.actions button,
.woocommerce-cart table.shop_table td.actions button,
.woocommerce table.cart td.actions button,
.woocommerce-cart table.cart td.actions button {
  min-width: 6.947rem;
  width: auto;
  height: 2.737rem;
  background-color: #292c36;
  color: #fff !important;
  font-size: 1.789rem;
  font-weight: 400;
  letter-spacing: 0.072rem;
  padding: 0 1rem !important;
  border-radius: 0;
  line-height: 2.9rem;
  padding: 0 0.5rem;
  transition: all 0.4s ease;
  max-width: none;
}
.woocommerce a.remove,
.woocommerce-cart a.remove {
  color: #000 !important;
  font-weight: 300;
  border-radius: 0;
  float: left;
}
.woocommerce a.remove:hover,
.woocommerce-cart a.remove:hover {
  background-color: transparent;
  color: red !important;
}
@media (max-width: 768px) {
  .woocommerce form.woocommerce-cart-form,
  .woocommerce-page form.woocommerce-cart-form {
    margin-top: 0 !important;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals),
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding: 0.8rem 0.5rem;
    border-bottom: 1px solid #eee;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td {
    text-align: right !important;
    padding: 0;
    background-color: transparent !important;
    border: none;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td:before,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td:before {
    content: none;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-remove,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-remove {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 0;
    top: 0.3rem;
    right: 0;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-remove a.remove,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-remove a.remove {
    font-size: 1.2rem;
    font-weight: 900;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-index,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-index,
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-price,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-price {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-notes,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-notes {
    order: 11;
    width: 100%;
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-notes .form-row,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-notes .form-row {
    padding: 0;
    margin: 1rem 0;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-notes input#product_note,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-notes input#product_note {
    background: none;
    padding: 1rem;
    border: 1px solid #000;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-name,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-name {
    width: 50%;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-quantity,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-quantity {
    width: 35%;
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-subtotal,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.product-subtotal {
    font-weight: 700;
    color: #9ba89b;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.actions,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.actions {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.actions .coupon,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.actions .coupon {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.mobile-note-btn,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.mobile-note-btn {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: 0.3rem;
    z-index: 2;
  }
  .woocommerce table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.mobile-note-btn .edit-icon,
  .woocommerce-page table.shop_table_responsive tr:not(.woocommerce-shipping-totals) td.mobile-note-btn .edit-icon {
    display: block;
    width: 1.105rem;
    height: 1rem;
    background-image: url('img/pen.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td,
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals th,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals th {
    background-color: transparent !important;
    border: none !important;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals th:before,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals th:before {
    content: none;
  }
  .woocommerce table.shop_table_responsive tr.order-total td,
  .woocommerce-page table.shop_table_responsive tr.order-total td {
    font-size: 2rem !important;
    text-align: center !important;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-orders-table__row td,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-orders-table__row td {
    flex: 1;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-orders-table__row td:last-child,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-orders-table__row td:last-child {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-orders-table__row td .woocommerce-Price-amount,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-orders-table__row td .woocommerce-Price-amount {
    display: block;
    clear: both;
    font-weight: 700;
    color: #9ba89b;
  }
  .woocommerce .cart-collaterals table.shop_table tr,
  .woocommerce-page .cart-collaterals table.shop_table tr {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce .cart-collaterals table.shop_table th,
  .woocommerce-page .cart-collaterals table.shop_table th {
    display: block !important;
    border: none;
  }
}
.woocommerce .woocommerce-shipping-destination {
  display: none !important;
}
.woocommerce #shipping_method li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0.5rem 0 0 !important;
}
.woocommerce #shipping_method li input {
  flex: none !important;
  margin-left: 0.7rem !important;
}
.woocommerce #shipping_method label.shipping-label {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: right;
}
.woocommerce #shipping_method select {
  width: 100%;
  height: 2rem;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.woocommerce form .form-row {
  padding: 0;
  position: relative;
}
.woocommerce form.checkout_coupon {
  border: none;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: stretch;
  justify-content: space-between;
}
.woocommerce form.checkout_coupon p.form-row-first {
  width: 78%;
  padding: 0;
}
.woocommerce form.checkout_coupon p.form-row-last {
  width: 20%;
  padding: 0;
}
.woocommerce form.checkout_coupon p input,
.woocommerce form.checkout_coupon p button {
  width: 100%;
  border: none;
  border-radius: 0;
  max-width: none;
}
.woocommerce form.checkout_coupon p button {
  font-size: 1.211rem;
  height: 100%;
}
.woocommerce form.checkout_coupon p .clear {
  display: none;
}
.woocommerce form.checkout .parts-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.woocommerce form.checkout .parts-wrapper .right-part {
  width: 55%;
}
.woocommerce form.checkout .parts-wrapper .left-part {
  width: 35%;
}
.woocommerce form.checkout #billing_country_field {
  display: none !important;
}
.woocommerce form.checkout .optional {
  display: none !important;
}
.woocommerce form.checkout tr th {
  width: 12%;
}
.woocommerce form.checkout tr th,
.woocommerce form.checkout tr td {
  width: 50%;
}
.woocommerce form.checkout thead th:last-child,
.woocommerce form.checkout tfoot th:last-child {
  text-align: left;
}
.woocommerce form.checkout tbody td:last-child {
  text-align: left;
}
.woocommerce form.checkout tfoot td {
  text-align: left;
}
@media (max-width: 768px) {
  .woocommerce form.checkout .parts-wrapper .right-part,
  .woocommerce form.checkout .parts-wrapper .left-part {
    width: 100%;
  }
}
.woocommerce #payment {
  padding: 0.5rem;
  margin: 0;
  background-color: #eee;
  border-radius: 0;
}
.woocommerce #payment .form-row {
  padding: 0;
}
.woocommerce #payment .woocommerce-form__label {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  white-space: nowrap;
}
.woocommerce #payment .woocommerce-form__label input {
  flex: none;
  margin-left: 0.5rem !important;
}
.woocommerce #payment .payment_box {
  display: none !important;
}
.woocommerce #payment .payment_box button {
  width: 100%;
}
.woocommerce #payment #place_order {
  width: 100%;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.wpcf7-not-valid-tip {
  display: block !important;
}
/*# sourceMappingURL=style.css.map */