/*
Theme Name: Winekart
Author: siteguru
Author URI: https://siteguru.co.il/
Text Domain: winekart
*/

/* worked */
:root {
  --yellow: #ffd803;
  --orange: #fac893;
  --pink: #f1c0bc;
  --blue: #bad0db;
  --dark: #7a908c;
}
dialog[open]:not(:focus-within) {
  background-color: rgb(255, 255, 254);
  transition: background-color 0.01s ease;
}
c .no-dialog dialog {
  display: none;
}
.no-dialog dialog[open] {
  display: black;
}
#pause {
  border-radius: 30px;
  background-color: transparent;
  font-weight: bold;
  color: white;
  border-color: white;
  position: absolute;
}

.right.filter_item.hover.open:focus-within {
  display: block !important;
}
.filter_col li {
  background-image: none;
  padding-right: 0px;
  display: flex;
}
.serv_logo img:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.floating-btn__btn:focus {
  border: 1px solid #000000;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  /* font-family: "simpler"; */
  font-family: "Open Sans";
  direction: rtl;
  color: black;
}
body *::-webkit-scrollbar {
  background: transparent;
  opacity: 0;
  width: 0px;
  height: 0px;
}
pre {
  font-family: "simpler", sans-serif;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
body {
  overflow-x: hidden;
  font-size: 23px;
}
.site {
  height: 100%;
}
.content {
  min-height: 100%;
  margin-bottom: -342px;
}

.right {
  float: right;
  display: inline-block;
}
.left {
  float: left;
  display: inline-block;
}
.both {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.normalwieght {
  font-weight: normal;
}
.bold {
  font-weight: 700;
}
.bold a {
  font-weight: 700;
}
.ltr {
  direction: ltr;
}
.invisible {
  display: none;
}
/*
*:focus {
  border: 1px solid #a7072d;
}*/
a {
  text-decoration: none;
  color: #a7072d;
}

a img {
  border: 0;
  -moz-outline-style: none;
  outline: none;
}
a {
  -moz-outline-style: none;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
}

form,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ease,
.ease a,
.ease input,
.ease path,
.ease polygon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ease:hover,
.ease a:hover,
.ease input:hover,
.ease:hover path,
.ease:hover polygon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cubic {
  -webkit-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
}

input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
  -moz-outline-style: none;
  outline: none;
  padding: 8px 12px;
  /* font-family: "simpler"; */
  border-radius: 0px !important;
  font-size: 0.8em;
}
input[type="radio"] {
  -webkit-appearance: normal;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="email"],
input[type="tel"] {
  text-align: right;
}
.filter_item:focus {
  overflow: visible;
}

.skip-main {
  position: absolute;
  top: -100px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  right: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  -webkit-transition: top 0.75s ease-out;
  transition: top 0.75s ease-out;
}
.skip-main:focus {
  color: #21759b;
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s;
}
.inline {
  display: inline-block;
}
.center {
  text-align: center;
}
.bg_black {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-opacity: 0.66;
  opacity: 0.66;
  filter: alpha(opacity=66);
}
.wrap_items {
  width: 100%;
  overflow: hidden;
}
.width_limit {
  max-width: 718px;
}
hr {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 30px 0;
  border: none;
}
.absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.relative {
  position: relative;
}
.no_marge {
  margin: 0;
}
.half {
  width: 47%;
  margin: 0 1%;
}
.third {
  width: 30%;
  margin: 0 1%;
}
.block {
  display: block;
}
.over--hide {
  overflow: hidden;
}
.z--1 {
  position: relative;
  z-index: 1;
}
/*.focus{border:1px solid #000000}*/
.hover--scale {
  -webkit-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
}
.hover--triger:hover .hover--scale {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--top {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.flex--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.is--fit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.flex--col--50 {
  width: calc(100% / 2 - 70px);
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no_enter {
  display: none;
}
.no_enter.active {
  display: block;
}

.no_scroll {
  overflow: hidden;
}

.full_width {
  width: 100%;
}

.ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}
#hp_slide_bg:before {
  display: table;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
@font-face {
  font-family: "simpler";
  src: url("assets/font/simpler/simpler-regular-webfont.woff") format("woff"),
    url("assets/font/simpler/simpler-regular-webfont.woff2") format("woff2"),
    url("assets/font/simpler/simpler-regular-webfont.ttf") format("ttf"),
    url("assets/font/simpler/simpler-regular-webfont.svg") format("svg"),
    url("assets/font/simpler/simpler-regular-webfont.eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "simpler";
  /* bold */
  src: url("assets/font/simpler/simpler-bold-webfont.woff") format("woff"),
    url("assets/font/simpler/simpler-bold-webfont.woff2") format("woff2"),
    url("assets/font/simpler/simpler-bold-webfont.ttf") format("ttf"),
    url("assets/font/simpler/simpler-bold-webfont.svg") format("svg"),
    url("assets/font/simpler/simpler-bold-webfont.eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "simpler";
  /* black */
  src: url("assets/font/simpler/simpler-black-webfont.woff") format("woff"),
    url("assets/font/simpler/simpler-black-webfont.woff2") format("woff2"),
    url("assets/font/simpler/simpler-black-webfont.ttf") format("ttf"),
    url("assets/font/simpler/simpler-black-webfont.svg") format("svg"),
    url("assets/font/simpler/simpler-black-webfont.eot");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Cond"; /* bold */
  src: url("assets/font/din_condensed/c76f8a54-5ec1-4f2f-88e7-7a935ccbf62b.woff")
      format("woff"),
    url("assets/font/din_condensed/56633575-7acf-4dbd-94c9-5b013067b285.ttf")
      format("ttf"),
    url("assets/font/din_condensed/84ab08ad-4ce4-454b-a247-bc639f5eacd7.woff2")
      format("woff2"),
    url("assets/font/din_condensed/4b974770-fdd2-4cb6-ab28-02f5000b83ff.eot?#iefix")
      format("eot"),
    url("assets/font/din_condensed/56633575-7acf-4dbd-94c9-5b013067b285.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almoni";
  src: url("assets/font/almoni/almoni-dl-aaa-300.woff") format("woff"),
    url("assets/font/almoni/almoni-dl-aaa-300.ttf") format("ttf"),
    url("assets/font/almoni/almoni-dl-aaa-300.svg") format("svg"),
    url("assets/font/almoni/almoni-dl-aaa-300.eot");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Almoni";
  src: url("assets/font/almoni/almoni-dl-aaa-400.woff") format("woff"),
    url("assets/font/almoni/almoni-dl-aaa-400.ttf") format("ttf"),
    url("assets/font/almoni/almoni-dl-aaa-400.svg") format("svg"),
    url("assets/font/almoni/almoni-dl-aaa-400.eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Almoni";
  src: url("assets/font/almoni/almoni-dl-aaa-700.woff") format("woff"),
    url("assets/font/almoni/almoni-dl-aaa-700.ttf") format("ttf"),
    url("assets/font/almoni/almoni-dl-aaa-700.svg") format("svg"),
    url("assets/font/almoni/almoni-dl-aaa-700.eot");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Almoni";
  src: url("assets/font/almoni/almoni-dl-aaa-900.woff") format("woff"),
    url("assets/font/almoni/almoni-dl-aaa-900.ttf") format("ttf"),
    url("assets/font/almoni/almoni-dl-aaa-900.svg") format("svg"),
    url("assets/font/almoni/almoni-dl-aaa-900.eot");
  font-weight: 900;
  font-style: normal;
}

/* ============== TITLES =========================== */
.title {
  font-size: 1.8em;
  color: #000;
  margin-bottom: 6%;
  position: relative;
  line-height: 1.2;
}
.title:before {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: -32px;
}
.title--60 {
  font-size: 60px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 28px;
}
.title--36 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 38px;
}
.title--48 {
  font-size: 48px;
}
.font_din {
  /* font-family: "DIN Cond"; */
  /* text-transform: uppercase; */
  direction: ltr;
}
.box1 .title {
  max-height: 96px;
  overflow: hidden;
}
.box1 .title_en {
  max-height: 75px;
  overflow: hidden;
}
.box1 .title25 {
  overflow: hidden;
}
.box1 .text,
.prod_item .text {
  max-height: 128px;
  overflow: hidden;
}
.title_en {
  font-size: 2.5em;
  color: black;
  position: relative;
  margin-bottom: 8%;
}
.title_en:before {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: -32px;
}
.title_en_big {
  color: white;
  position: relative;
  margin: 0;
  font-size: 6em;
  line-height: 0.8;
}
.title25 {
  font-size: 1.2em;
  color: #58595b;
  margin-bottom: 2%;
}
.title_orange {
  font-size: 2.2em;
  color: #fac893;
  margin-bottom: 4%;
  font-weight: 700;
}
.text,
p {
  font-size: 0.95em;
  line-height: 1.6;
  color: black;
}
.product-detail {
  font-size: 24px;
  line-height: 1.6;
}
.disabledProduct {
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-filter: alpha(opacity=20);
  pointer-events: none;
}
.product-detail:last-of-type {
  margin-right: 104px;
}
.text a {
  text-decoration: underline;
}
ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
li {
  background: url("assets/img/layout/bulet.jpg") no-repeat right 50%;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 2%;
}
li:after {
  content: "";
  display: block;
}
.tx_white,
.tx_white p {
  color: black;
}
.bg_dark .tx_white {
  color: white !important;
}
.bg_dark p {
  color: white !important;
}
.tx_white.title:before {
  background: white;
}
.single-post li {
  margin-bottom: 0;
}
.tx--white,
.tx--white * {
  color: white;
}
#tx--white {
  color: white !important;
}
#title_en_big {
  color: black !important;
}
.tx--black,
.tx--black * {
  color: black;
}
/* ============== TITLES =========================== */

/* ==============Custom Cart Popup=================== */
.woocommerce-cart .jconfirm .jconfirm-bg {
  height: 50%;
  width: 50%;
  margin: auto;
}

.cart-name {
  display: contents !important;
}
/* ==============Custom Cart Popup=================== */

/* ============== Addon Popup =================== */
.wdpu-container {
  direction: ltr !important;
}
.wdpu-text {
  background: white !important;
}
.wdpu-buttons {
  left: 0;
  right: 0;
  text-align: center;
}
.wdpu-23639 .wdpu-cta {
  margin: 0;
  line-height: 0;
  padding: 10px 40px;
}
/* ============== Addon Popup =================== */

/* ============== btns =========================== */
.bt_white {
  display: block;
}
.bt_white a,
.bt_white_in {
  display: inline-block;
  height: 45px;
  background: white;
  padding: 0 20px;
  line-height: 45px;
  font-size: 0.8em;
  color: #58595b;
}
.bt_white input {
  display: inline-block;
  height: 45px;
  background: white;
  font-size: 0.8em;
  color: #58595b;
  border: none;
  margin-top: 20px;
}
.bt_white a:hover,
.bt_white_in:hover,
.bt_white input:hover {
  background: #58595b;
  color: white;
  transform: scale(1.1);
}
.bt_white a:focus,
.bt_white_in:focus,
.bt_white input:focus {
  background: #58595b;
  color: white;
  transform: scale(1.1);
}
.bt_stack {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
}

.bt_black {
  margin-top: 40px;
}

.bt_yellow,
.submit_yellow input,
.submit_yellow button {
  border-radius: 0px !important;
}
.bt_black a {
  border-radius: 0px !important;
}
.bt_black a,
.bt_yellow,
.submit_yellow input,
.submit_yellow button {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: black;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 0 18px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  text-align: center;
  min-width: 200px;
}
.bt_black a:hover {
  opacity: 0.8;
}
.bt_black a:hover {
  background: white;
  color: black;
  transform: scale(1.1);
}
.bt_black a:focus {
  background: white;
  color: black;
  transform: scale(1.1);
}

.bt_yellow,
.submit_yellow input,
.submit_yellow button {
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  background: #a7072d;
  min-width: 130px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.bt_yellow:hover,
.submit_yellow input:hover,
.submit_yellow button:hover {
  background-color: black !important;
  color: white;
  transform: scale(1.1);
}
.bt_yellow:focus,
.submit_yellow input:focus,
.submit_yellow button:focus {
  background: black;
  color: white;
  transform: scale(1.1);
}
.submit_yellow input,
.submit_yellow button {
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  min-width: 215px;
  line-height: inherit;
}

.link_arrow {
  color: black;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 40px;
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
  text-decoration: underline;
}
.link_arrow.tx--white {
  color: white;
}
.link_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.link_arrow.tx--white polygon {
  fill: white;
}
.link_arrow:hover .link_ic svg {
  -webkit-animation: move-sm 0.8s cubic-bezier(0.32, 1, 0.31, 1) 1;
  animation: move-sm 0.8s cubic-bezier(0.32, 1, 0.31, 1) 1;
}
@-webkit-keyframes move-sm {
  0%,
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
}
@keyframes move-sm {
  0%,
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
}
.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bt_white.bt_orange a {
  background: rgb(184, 74, 57) !important;
  display: inline-block;
  width: auto;
}
.bt_white.bt_orange a:hover {
  background: #58595b;
}
.bt_white.bt_pink a {
  background: rgb(184, 74, 57) !important;
  display: inline-block;
  width: auto;
}
.bt_white.bt_pink a:hover {
  background: #58595b;
}
.error .check_form {
  display: inline;
  margin-right: 20px;
  font-size: 1em;
  cursor: pointer;
}
/* ============== btns =========================== */

/* ============== boxes =========================== */
.box1 {
  position: relative;
  width: 25%;
  padding-top: 25%;
}
.table100 {
  display: table;
  width: 100%;
  height: 100%;
}
.table_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.woocommerce-cart .table_cell.image-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
}
.wrap50 {
  width: 50%;
}
.wrap50 .box1 {
  width: 50%;
  padding-top: 50%;
}
.box50 {
  position: relative;
  width: 50%;
  padding-top: 50%;
}
/* ============== boxes =========================== */

/* ============== bgs =========================== */
.bg_grey_dark {
  background: #58595b;
}
.bg_orange {
  background: #fac893;
}
.bg_yellow {
  background: #ffd803;
}
.bg_pink {
  background: #f1c0bc;
}
.bg_blue {
  background: #bad0f4;
}
.bg_beige {
  background: #d4d0bf;
}
.bg_dark {
  background: #3c3c3c;
}
.bg_green {
  background: #abd8ac;
}
.bg_light {
  background: #f7f6f1;
}
.bg_black2 {
  background: black;
}
.op_beige {
  background: url("assets/img/layout/op_beige.png") repeat;
}
.op_orange {
  background: url("assets/img/layout/op_orange.png") repeat;
}
.op_yellow {
  background: url("assets/img/layout/op_yellow.png") repeat;
}
.op_blue {
  background: url("assets/img/layout/op_blue.png") repeat;
}
.op_pink {
  background: url("assets/img/layout/op_pink.png") repeat;
}

.corner {
  position: absolute;
  top: 50%;
  left: auto;
  right: -24px;
  z-index: 1;
  margin-top: -25px;
}
.corner svg {
  width: 25px;
  height: 50px;
}

.bg_beige .corner polygon {
  fill: #58595b;
}
.bg_beige .corner polygon {
  fill: #d4d0bf;
}
.bg_pink .corner polygon {
  fill: #f1c0bc;
}
.bg_yellow .corner polygon {
  fill: #ffd803;
}
.bg_orange .corner polygon {
  fill: #fac893;
}
.bg_blue .corner polygon {
  fill: #bad0db;
}
/* ============== bgs =========================== */

.bt_back {
  display: inline-block;
}
.bt_back a {
  padding: 0 20px;
}

.inner_width {
  width: 100%;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
}
.width--1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.width--1700 {
  max-width: 1700px;
  margin: 0 auto;
}
.width--1170 {
  max-width: 1170px;
  margin: 0 auto;
}
.width--1020 {
  max-width: 1020px;
  margin: 0 auto;
}

/*=====================*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
.head--pad {
  padding-left: 120px;
  padding-right: 120px;
}
.head_mid {
  width: 100%;
  background: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
}
.head_mid.fixed {
  position: fixed;
  top: 0;
}
/* .head_mid_inner {
  border-bottom: 1px solid #dedede;
} */
.head_left {
  /* min-width: 380px; */
  min-width: 452px;
  gap: 0px;
  justify-content: end;
}
.content {
  padding-top: 70px;
}

.logo {
  position: relative;
  width: 290px;
  height: auto;
  margin: 23px 0 23px;
}
.logo a {
  display: block;
  width: 100%;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.head_user_tx {
  color: black;
  font-size: 17px;
}
.head_user_wrap:hover .head_user > svg {
  -webkit-animation: popit 0.8s cubic-bezier(0.32, 1, 0.31, 1) 1;
  animation: popit 0.8s cubic-bezier(0.32, 1, 0.31, 1) 1;
}
@-webkit-keyframes popit {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes popit {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.drop_down {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drop_down svg {
  display: block;
}
.user_is_log .head_user_tx {
  position: relative;
}
.head_user_open {
  display: none;
  opacity: 0;
  position: absolute;
  width: 160px;
  background: white;
  top: 70px;
  left: 50%;
  margin-left: -80px;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.head_user_open:before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 10px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
.head_user_link {
  display: block;
  font-size: 18px;
  color: black;
  padding: 6px 0;
  line-height: 1;
}
.head_user_link:hover {
  color: #fac893;
}
.head_user_link.logout {
  font-size: 16px;
  opacity: 0.6;
}
.head_user_tx .drop_down {
  top: 9px;
}

.head_mail i {
  color: #000;
  font-size: 24px;
  padding-top: 8px;
}

.head-phone {
  padding-left: 20px;
  padding-top: 10px;
}
.head_user_tx .drop_down svg {
  width: 11px;
  height: auto;
}
.head_user_wrap {
  margin-left: 10px;
  padding-top: 4px;
}

.head_user_open.menu-opened {
  display: block;
  -webkit-animation: showm 0.3s ease-in-out forwards 0.1s;
  animation: showm 0.3s ease-in-out forwards 0.1s;
}
@-webkit-keyframes showm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu_bt {
  display: none;
}
.menu_item {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.menu_item:first-child {
  margin-right: 0;
}
.menu_item_top a {
  display: block;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  font-size: 21px;
  color: black;
}
.menu_item_top a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #a7072d;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu_item:hover,
.menu_item.select {
  overflow: visible;
  /* font-weight: bold; */
}
.menu_item:focus,
.menu_item.select {
  overflow: visible;
  /* font-weight: bold; */
}
.right.menu_item.has_child.menu_item_23917:focus {
  overflow: visible;
}
.has_child .menu_item_top a {
  padding-left: 40px;
}
.has_child .drop_down {
  top: 21px;
  left: 16px;
}
.menu_open_wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  right: -3px;
  z-index: 2;
  width: 190px;
}
.menu_open_wrap:focus {
  position: absolute;
  overflow: hidden;
  width: 100%;
  right: -3px;
  z-index: 2;
  width: 190px;
}
.has-sub-children .menu_open_link.parent {
  float: right;
  width: 46%;
}
.has-sub-children .menu_open {
  width: 100%;
}
.menu_open_link-item a {
  line-height: 2 !important;
}
.menu_open_wrap.has-sub-children .menu_open {
  padding-bottom: 25px;
}
.has-sub-children.menu_open_wrap {
  width: 550px;
}
.menu_open {
  position: absolute;
  background: white;
  width: 184px;
  right: 3px;
  margin: 0 auto;
  padding: 15px;
}
.menu_item.select .menu_open {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
}
.menu_open_link a {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  padding: 8px 0;
}
.menu_open_link a:hover,
.menu_open_link.active a {
  text-decoration: underline;
  color: #a7072d;
}
.right.filter_item:focus-within {
  overflow: visible;
}
.right.menu_item.has_child.menu_item_23917.close:focus-within {
  overflow: visible;
}
.menu_item_top a:focus {
  font-weight: bold;
}
.menu_open_link a:focus {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 1.2;
  padding: 8px 0;
}
.menu_open_link a:focus {
  font-weight: bold;
  text-decoration: underline;
}
.menu_open_link.parent:focus {
  font-weight: bold;
  text-decoration: underline;
}
.menu_inner li {
  background-image: none;
  padding-right: 0px;
}
.menu_open li {
  width: 100%;
}
.head_top {
  font-size: 0.7em;
  background: black;
  height: 40px;
}
.head_link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
}
.head_top .head_top_item:nth-child(2) {
  margin-right: 20px;
}

.no_mobile.head_cart {
  display: flex;
}
.head_cart {
  color: black;
  position: relative;
  border-radius: 90px;
  /* background: rgba(167, 7, 45, 0.8); */
  height: 58px;
  padding: 0 20px;
  /* border: 1px solid #a7072d !important; */
}
.head_cart:focus {
  border: 0px;
}
.head_cart_tx {
  font-size: 17px;
  min-width: 50px;
  text-align: center;
}
.currency,
.woocommerce-Price-currencySymbol {
  font-size: 0.8em;
}
.cart-icon {
  position: relative;
  margin-left: 6px;
}
.cart-icon svg {
  display: block;
}

.no_mobile .head_user_wrap .head_user,
.head-phone {
  display: flex;
  justify-content: center;
  align-items: end;
}

/* .head-phone {
  padding-top: 15px;
} */
.cart_count {
  width: 22px;
  height: 22px;
  background: rgba(167, 7, 45);
  color: #fff;
  border-radius: 90px;
  position: absolute;
  top: -4px;
  right: -7px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.head_lang_wrap {
  margin-right: 15px;
  padding-top: 2px;
}
.head_lang a {
  display: block;
  color: #6d6e71;
  text-transform: uppercase;
}
.head_lang:first-child a {
  margin-left: 4px;
  padding-left: 6px;
  position: relative;
}
.head_lang:first-child a:before {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #6d6e71;
}
.head_lang a:hover,
.head_lang.active a {
  text-decoration: underline;
  color: #3b3c3e;
}
.head_login_wrap {
  margin-right: 15px;
  padding-top: 2px;
  color: #6d6e71;
}
.head_login_link a {
  color: #6d6e71;
  font-size: 1em;
  text-decoration: underline;
}
.head_login_link a:hover {
  text-decoration: none;
}
.head_cart:hover .cart-icon svg,
.head_cart:hover .cart_count,
.head-phone:hover a,
.head_user:hover,
.head_mail:hover a {
  -webkit-animation: icon_cart 0.8s ease-in-out forwards;
  animation: icon_cart 0.8s ease-in-out forwards;
}
@-webkit-keyframes icon_cart {
  0% {
  }
  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(4px) scaleY(0.8);
    transform: translateY(4px) scaleY(0.8);
  }
  60% {
    -webkit-transform: translateY(-4px) scaleY(1);
    transform: translateY(-4px) scaleY(1);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes icon_cart {
  0% {
  }
  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(4px) scaleY(0.8);
    transform: translateY(4px) scaleY(0.8);
  }
  60% {
    -webkit-transform: translateY(-4px) scaleY(1);
    transform: translateY(-4px) scaleY(1);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.head_cart:hover .cart_count {
  -webkit-animation-delay: calc(2 * 0.05s);
  animation-delay: calc(2 * 0.05s);
}

.head_search {
  width: 30%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.head_search_top {
  width: 100%;
  position: relative;
}
.search_bt_input {
  width: 100%;
  height: 50px;
  background: #ebebeb;
  border-radius: 90px !important;
  border: none;
  padding: 0 28px;
  padding-left: 78px;
  font-size: 20px;
}
.search_bt_submit {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
}
.search_bt_submit input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
}

/*.push{height:342px;}*/
.footer {
  height: auto;
  background: black;
  padding: 50px 120px 25px;
  position: relative;
}

.ft_rights h4,
.ft_left h4 {
  font-weight: bold;
  font-size: 19.55px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-address i {
  margin-top: 7px;
  margin-left: 21px;
}
.footer-address {
  display: flex;
  flex-direction: row;
  color: #fff;
}

.footer-address p {
  color: #fff;
}
/* .footer:before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 35px solid black;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
} */
.credit-logos {
  margin: 0 0 32px 0;
}
.page-template-history .footer {
  height: 526px;
}
.ft_rights_wrap {
  width: 25%;
  padding-left: 5%;
}
.ft_rights_wrap .ft_title {
  color: white;
  font-weight: 400;
}
.ft_rights {
  color: white;
  font-size: 0.8em;
  line-height: 1.5;
}
.ft_rights a {
  color: white;
  font-size: 0.9em;
}
.ft_rights a:hover {
  text-decoration: underline;
  color: white;
}
.footer-phone i {
  margin-left: 11px;
  margin-top: 20px;
}

.footer-mail i {
  margin-left: 11px;
  margin-top: 10px;
}

.ft_leng {
  font-size: 18px;
  margin-bottom: 25px;
}
.ft_leng img {
  margin-left: 5px;
  margin-top: -2px;
}
.ft_top {
  margin-bottom: 30px;
}
.ft_cols {
  margin: 0 20px;
}
.ft_col {
  padding-left: 5%;
}
.ft_col a {
  color: white;
}
.ft_col a:hover {
  text-decoration: underline;
}
.ft_title {
  font-size: 0.85em;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}
.ft_link a {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 11px;
  display: block;
}
.ft_left {
  width: 20%;
}

.ft_socs {
  margin-bottom: 5px;
}
.ft_soc {
  width: 50px;
  height: 50px;
  margin: 0 0px;
  display: flex;
}

.ft_soc a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft_soc:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ft_warning {
  margin-top: 20px;
  color: white;
  font-size: 0.7em;
  font-weight: 200;
}

.soon {
  min-height: 620px;
}

/*=====================*/
.hp_top {
  width: 100%;
  height: 700px;
  position: relative;
}

.hp_top .width--1400 {
  height: 700px;
}
.slick-dots li {
  width: auto !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-slide {
  -webkit-tap-highlight-color: transparent;
  -moz-outline-style: none;
  outline: none;
}
.slick-slider {
  margin-bottom: 0 !important;
  position: relative;
}
.hp_slide {
  width: 100%;
  position: relative;
  margin: 0 !important;
  overflow: hidden;
}
.hp_slide,
.hp_slide .slick-track,
.hp_slide .slick-list {
  height: 100% !important;
}
.hp_slide_bg {
  background-size: cover;
  background-position: center center;
}

.hp_slide_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video_slide.hp_slide_bg iframe {
  width: 100%;
  height: 100%;
}
.hp_slide_bg_in {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hp_slide_item {
  display: none;
  background: #f1c0bc;
}
.hp_slide_item.slick-active {
  display: block;
}
.hp_slide_content {
  width: 48%;
}
.hp_slide_content .font_din {
  font-size: 9.5em;
  line-height: 1;
  margin-bottom: 30px;
}
.hp_slide_tx {
  max-width: 490px;
  line-height: 1.6;
  font-size: 18px;
}
.hp_slide_tx p {
  color: #ffffff;
}

.video_overlay {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 9;
  height: 100%;
  top: 0;
  right: 0;
}
.slick-dots {
  top: 100px;
  z-index: 1001;
  margin: 0;
  bottom: auto;
  width: 55%;
  left: 6%;
}
.ie .slick-dots {
  top: 80px;
}
.hp_slide .slick-dots,
.slide_bar .slick-dots {
  top: auto;
  bottom: 38px;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.slide_bar .slick-dots {
  bottom: 10px;
}
body .slick-dots li {
  margin: 0 5px;
  background: transparent;
}
body .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 16px;
  background: white;
  border: none;
  opacity: 0.4;
  -webkit-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
}
body .slick-dots li:hover button,
body .slick-dots li.slick-active button {
  opacity: 1;
}

.s-enter-x {
  transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}

.slick-slide.slick-current .s-enter-x {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.slick-slide.slick-current .s-enter-x:nth-of-type(4n + 2) {
  -webkit-transition-delay: calc(2 * 0.25s);
  transition-delay: calc(2 * 0.25s);
}
.slick-slide.slick-current .s-enter-x:nth-of-type(4n + 3) {
  -webkit-transition-delay: calc(3 * 0.25s);
  transition-delay: calc(3 * 0.25s);
}
.slick-slide.slick-current .s-enter-x:nth-of-type(4n + 4) {
  -webkit-transition-delay: calc(4 * 0.25s);
  transition-delay: calc(4 * 0.25s);
}

.world_item .table_cell svg,
.big_insta svg {
  max-width: 170px;
  width: 60%;
  height: auto;
  max-height: 170px;
}
.box1 .hp_cat_icon svg {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  right: 50%;
  margin-top: -25%;
  margin-right: -25%;
}
.box_face .hp_cat_icon svg {
  max-width: 120px;
  width: 60%;
  height: auto;
}
.hp_cat_hover {
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hp_cat a:hover .hp_cat_hover {
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.hp_cat .font_din,
.hp_cat .title {
  color: white;
  font-size: 3em;
  display: block;
}
.hp_cat .title:before {
  display: none;
}

.row {
  overflow: hidden;
}
.head_slide img {
  width: 90%;
  height: auto;
  margin: 5% auto;
}
.slide3 {
  width: 75%;
}
.slide3_item {
  width: 33.3%;
  position: relative;
}
.slide3_item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slide3_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide3_img img {
  width: 100%;
  height: auto;
}
span.title {
  display: block;
}
.cell_padding {
  padding: 12% 8%;
  text-align: center;
}
.slide3_hover {
  text-align: center;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slide3_item:hover .slide3_hover,
.box1:hover .slide3_hover {
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.slide3_item:focus .slide3_hover,
.box1:focus .slide3_hover {
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.slide3_hover .title,
.slide3_hover .text {
  color: black;
}
.slide3_hover .title:before {
  background: black;
}
span.text {
  display: block;
}
.slide3 .slick-dots {
  bottom: auto;
  top: 6%;
  left: -34%;
  z-index: 1;
  width: 34%;
}
.slide1 .slick-dots {
  bottom: auto;
  top: 6%;
  left: -100%;
  z-index: 1;
  width: 100%;
}
.wrap100 .slide1 .slick-dots {
  left: 0;
}
.right.slide3 .slick-dots {
  left: auto;
  right: -34%;
}
.sec_slide3,
.row_overflow {
  overflow: hidden;
}
.slide1 {
  width: 25%;
}
.wrap50 .slide1 {
  width: 50%;
}
.wrap100 .slide1 {
  width: 100%;
}
.slide1 .slide3_item {
  width: 100%;
}
.tx_marge {
  margin-bottom: 20%;
}
.right.box1 .corner,
.right.box50 .corner {
  right: auto;
  left: -24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.big_insta svg path {
  fill: white;
}
.insta_img {
  background-position: center center;
  background-size: cover;
}
.box_yout path,
.box_yout polygon,
.box_face path {
  fill: white;
}
.box50 .bt_white {
  margin-top: 8%;
}
.empty {
  width: 100%;
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  padding-top: 25%;
}
.empty_in {
  padding: 1.5em 25px 0;
  font-size: 1.5em;
}
.buy_map_wrap {
  width: 75%;
  padding-top: 25%;
  position: relative;
}
.buy_map_wrap iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.form_search {
  padding: 0 4%;
}
.form_input,
.form_select {
  width: 100%;
  text-align: right;
}
.form_select {
  margin-top: -1px;
  border: 1px solid white;
}
.form_input input {
  width: 100%;
  border: 2px solid white;
  background: transparent;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 15px;
}
.form_input input.error {
  border: 1px solid #ef516b;
}
/*.form_input input:focus, .filter_search_input input:focus{padding-right:6px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}*/

.form_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.form_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.form_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.form_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.filter_search_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.filter_search_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.filter_search_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.filter_search_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

/* Change Autocomplete styles in Chrome*/
.form_input input:-internal-autofill-selected,
.form_input input:-webkit-autofill,
.form_input input:-webkit-autofill:hover,
.form_input input:-webkit-autofill:focus,
.form_input textarea:-webkit-autofill,
.form_input textarea:-webkit-autofill:hover,
.form_input textarea:-webkit-autofill:focus,
.form_input select:-webkit-autofill,
.form_input select:-webkit-autofill:hover,
.form_input select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.sec_newsletter {
  margin-top: 40px;
}
.r_newsl_form .form_input {
  width: 100%;
  float: none;
}
.r_newsl_form .bt_white {
  width: 82px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: transparent;
}
.r_newsl_form .bt_white input {
  width: 100%;
  margin: 0;
  height: 34px;
  background: #ffd803;
  border-radius: 90px !important;
  font-size: 16px;
  color: black;
  font-weight: bold;
  padding: 0;
}
.r_newsl_form .bt_white input:hover {
  background: black;
  color: white;
}
.r_newsl_form .form_input input {
  color: black;
  font-size: 16px;
  background: white;
  border: none;
  border-radius: 90px !important;
  height: 45px;
  padding: 0 18px;
  padding-left: 98px;
  text-align: right;
}

.r_newsl_form .form_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: grey;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.r_newsl_form .form_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: grey;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.r_newsl_form .form_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: grey;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.r_newsl_form .form_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: grey;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.form_wrapper {
  position: relative;
}
.form_wrapper_in {
  position: relative;
}
.thanks {
  position: absolute;
}
.form_wrapper_in,
.sec_form.active {
  z-index: 2;
}
.thanks,
.form_wrapper.active .form_wrapper_in {
  z-index: 1;
}
.form_wrapper .thanks,
.form_wrapper.active .form_wrapper_in {
  opacity: 0;
}
.form_wrapper.active .thanks,
.form_wrapper_in {
  opacity: 1;
}
.sec_newsletter .thanks {
  color: white;
}
.row_logos {
  background: #262626;
  position: relative;
  overflow: hidden;
  height: 170px;
}
.row_logos_in {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 170px;
}
.row_logo_item {
  margin: 2% 20px;
}
.row_logo_item a {
  display: block;
}
.row_logo_item a:hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.row_logo_item a img {
  height: 90px;
}

.share_box_icon svg {
  height: 88px;
  width: auto;
  max-height: 88px;
}
.share_box_icon svg path {
  fill: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box1 a:hover .share_box_icon svg path {
  fill: #3c3c3c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_brand_links {
  background: #3c3c3c;
  padding: 50px 0;
  text-align: center;
}
.sec_brand_links .title_en {
  margin-bottom: 0;
}
.sec_brand_links .title_en:before {
  display: none;
}
.brand_link {
  padding-top: 8%;
  margin: 0 10px;
}
.brand_link a {
  display: block;
}
.brand_link a:hover {
  margin-top: -6px;
}
.brand_link svg {
  height: 48px;
  width: 48px;
}
.brand_link svg path,
.brand_link polygon {
  fill: white;
}
.link_inst a:hover path {
  fill: #ffd803;
}
.link_face a:hover path {
  fill: #bad0db;
}
.link_yout a:hover path,
.link_yout a:hover polygon {
  fill: #fac893;
}
.link_twit a:hover path {
  fill: #bad0db;
}
.link_web a:hover path {
  fill: #f1c0bc;
}
.links_title {
  margin-right: 10px;
}
.single_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_item .slide3_img .table_cell,
.single_logo .table_cell {
  padding: 0 15%;
}
.brand_item .slide3_img svg,
.single_logo svg,
.slide3_img svg {
  display: block;
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  right: 50%;
  margin-top: -35%;
  margin-right: -35%;
}

/*=====================*/
.select2-drop.select2-drop-above.select2-drop-active {
  border: none;
}

.cart_page {
  background-color: rgba(167, 7, 45, 0.03);
}
.top_category {
  position: relative;
  padding-top: 80px;
}
.top_category-big {
  padding-bottom: 100px;
}
.top_category-big .title_en_big {
}
.sec--pad {
  padding: 60px 0;
}
.cat_title {
  font-size: 80px !important;
  margin-bottom: 30px;
  font-weight: bold;
}
.cat_side {
  width: 264px;
  margin-left: 5%;
}
.ele_side_filters {
  background: white;
  border-radius: 6px;
}
.side_filter_top {
  padding: 15px;
  border-bottom: 1px solid #f3f0e5;
}
.title_filter {
  font-size: 18px;
  color: #2f2533;
  font-weight: bold;
}
.title_filter a {
  color: #2f2533;
}
.price_range {
  width: 90%;
  height: 7px;
  position: relative;
  background: #d7d7d7;
  border-radius: 60px;
  margin: 20px auto 40px;
}
.price_range_in {
  width: auto;
  height: 100%;
  position: absolute;
  background: #2f2533;
  border-radius: 60px;
  top: 0;
  left: 0;
}
.price_range input {
  width: 0;
  height: 0;
  background: transparent;
}
.range_bt {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #2f2533;
  border-radius: 60px;
  top: -5px;
  right: -5px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
.range_bt:last-child {
  right: auto;
  left: -5px;
}
.range_bt span {
  display: block;
  width: 100px;
  color: #2f2533;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -50px;
}
.range_bt:active {
  background: #ffd803;
}

.side_filters_row {
  border-bottom: 1px solid #f3f0e5;
}
.side_filters_row:last-child {
  border-bottom: none;
}
.side_filters_row a {
  display: block;
}
.side_filters_row .title_filter {
  margin: 0;
  line-height: 1;
  position: relative;
  padding: 16px 15px;
  padding-right: 40px;
}
.side_filters_row .title_filter .filter_selected {
  /*position: absolute;left: 10px;top: 16px;*/
}
.side_filters_row .title_filter .filter_selected_reset {
  position: absolute;
  left: 10px;
  top: 16px;
  display: none;
}
.ic-corner {
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid #2f2533;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.side_filters_open {
  padding: 8px 15px 22px;
  display: none;
}
.side_filters_row.active .ic-corner {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cat_filter_link {
  display: block;
  font-size: 16px;
  color: #2f2533;
  position: relative;
  padding-right: 28px;
  margin-bottom: 18px;
  white-space: normal;
}
.cat_filter_link span {
  display: inline-block;
}
.cat_filter_check {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 4px;
  border: 1px solid #2f2533;
  position: absolute;
  top: 1px;
  right: 0;
}
.cat_filter_check:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("assets/img/svg/ok.svg") no-repeat center center;
  background-size: 12px auto;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cat_filter_link.active .cat_filter_check {
  background-color: #2f2533;
  border-color: #2f2533;
}
.cat_filter_link.active .cat_filter_check:before {
  -webkit-animation: check 0.3s ease-in-out forwards;
  animation: check 0.3s ease-in-out forwards;
}
@-webkit-keyframes check {
  0%,
  30% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes check {
  0%,
  30% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.show_more {
  font-size: 16px;
  color: black;
  text-decoration: underline;
}
.sm-filters {
  height: 32px;
  padding: 0 5px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: -62px;
  font-size: 16px;
  padding-right: 10px;
}
.sm-filter_link {
  font-size: 18px;
  color: black;
  margin: 0 10px;
}
.sm-filter_link:hover {
  text-decoration: underline;
}
.sm-filter_link.active {
  font-weight: bold;
}
.show-more-loading {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.show-more-loading img {
  mix-blend-mode: multiply;
  width: 90px;
  margin: 0 auto;
}
.show-more-loading a {
  display: block;
  font-size: 24px;
  color: black;
  font-weight: bold;
}
.sm-open-filters {
  display: none;
}

/*======== popup =============*/
.popup_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  overflow-y: scroll;
  display: none;
}
.bgblack {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup_in {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
  padding: 0 12px;
}
.popup {
  max-width: 650px;
  padding: 40px;
  padding-bottom: 40px;
  position: relative;
  top: 110px;
  margin: 0 auto 50px;
  z-index: 6;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.6);
}
.popup_close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.popup_close a svg {
}
.close-animate a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.close-animate a svg {
  display: block;
  margin: 0 auto;
}
.close-animate a:hover {
  -ms-transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.pop_filters .popup {
  max-width: 870px;
}
.filt-col {
  width: calc(100% / 3 - 20px);
}
.pop_filters .bt_black a {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
}

.cat_main {
  position: relative;
}
.n_prod_content {
  width: 100%;
  padding: 0 8%;
}
.n_prod_content .prod_price {
  width: auto !important;
  color: black;
  font-weight: bold;
  font-size: 21px;
}
.old-price {
  margin-right: 6px;
  text-decoration: line-through;
}
.tx--red {
  color: #d12d1f !important;
}
.n_prod_content .prod_title,
.shop .prod_title {
  font-size: 18px !important;
  font-weight: 400;
  color: black;
}
.prod_item .bt_yellow {
  margin-top: 12px;
  margin-bottom: 9px;
}
.note {
  font-size: 14px;
  color: #58595b;
}
.prod-tag {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.prod-tag.bg--d-red {
  z-index: 3;
}
.prod_item.is--off a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(247, 246, 241, 0.7);
}
.single_top_left.is--off:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(256, 256, 256, 0.7);
}
.prod_item.is--off .bt_yellow {
  opacity: 0;
}
.prod-tag--off {
  bottom: 48px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 146px;
  height: 146px;
  opacity: 0.8;
  font-size: 20px;
  padding: 0 10%;
}
.prod-tag--recomend {
  border-radius: 100%;
  color: black;
}
.prod-tag--gift {
  border: 2px solid black;
  padding: 0 3%;
  color: black;
  line-height: 1.1;
}
.prod-tag-limited {
  background: url("assets/img/svg/tag-limited.svg") no-repeat center;
  background-size: contain;
  width: 86px;
  height: 72px;
}

.cat--wine:before,
.cat--wiski:before,
.cat--mixed:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 15%;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cat--wine:before {
  /*background-image: url("assets/img/svg/ic-wine.svg");*/
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -30px;
}
.cat--wiski:before {
  /* background-image: url("assets/img/svg/ic-wiski.svg");*/
  top: -10px;
  left: auto;
  right: 10%;
}
.cat--mixed:before {
  background-image: url("assets/img/svg/ic-mixed.svg");
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -30px;
}

.has--corn-btm {
  position: relative;
}
/* .has--corn-btm:before {
  content: "";
  display: block;
  width: 0;
  border-top: 35px solid black;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
} */

.second.has--corn-btm:before {
  bottom: -35px;
}
.bg--bege.has--corn-btm:before {
  border-top-color: #f7f6f1;
}

.bg--brown {
  background-color: rgba(167, 7, 45, 0.6);
}
.sec_hp_sale {
  margin-top: 24px;
}
/*
.has--corn-left:before {
  content: "";
  display: block;
  height: 0;
  border-right: 35px solid black;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -35px;
  margin: auto;
  z-index: 1;
} */
.bg--pink.has--corn-left:before {
  border-right-color: #f1c0bc;
}

.new_btn_bg {
  background-color: rgb(184, 74, 57) !important;
}
.new_btn_bg:hover {
  opacity: 0.9 !important;
}
.arrow-r,
.arrow-l {
  position: absolute;
  top: 0;
  bottom: 20px;
  right: -30px;
  height: 60px;
  margin: auto;
  z-index: 2;
  opacity: 1;
}
.arrow-r a,
.arrow-l a {
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.arrow-l {
  right: auto;
  left: -30px;
}
.arrow-r svg,
.arrow-l svg {
  height: auto;
  -webkit-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
}

.slick-arrow.slick-disabled a {
  opacity: 0.2;
}

.slick-arrow i {
  width: 30px;
  height: 30px;
  background: rgb(184, 74, 57);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.slick-arrow .fa.fa-angle-right {
  padding-bottom: 2px;
  padding-left: 3px;
}

.slick-arrow .fa.fa-angle-left {
  padding-bottom: 2px;
  padding-right: 5px;
}

.slick-slider {
  width: 100%;
  display: block;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide {
  height: inherit;
}
.slick-slide > div {
  height: 100%;
}
.slick-slide .prod_item {
  margin-bottom: 0;
  width: 350px;
  border: none;
  height: auto;
}
.slick-slide .prod_item:nth-of-type(4n + 1) {
  border-right: none;
}

.reset_filters {
  padding: 8px 20px 15px;
  display: none;
}
.reset_filters.no-padding {
  padding: 0;
}
.reset_filters a {
  font-size: 18px;
  color: #f5b36e;
  text-decoration: underline;
  font-weight: bold;
}
.reset_filter_cats {
  font-size: 16px;
  color: #a5a5a5;
  text-decoration: underline;
  padding: 8px 20px 15px;
}
/* .sec_recomend .slick-slide {
    float: right;
    width: 100% !important;
    max-width: 320px;
}

.sec_recomend .slick-track {
	width: 100% !important;
} */
.limit_tx {
  max-height: 46%;
  overflow: hidden;
}
.filters_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.filters_in {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}
.filters {
  height: 100%;
}
.filter_title {
  background: url("assets/img/layout/bg_filter.png") repeat !important;
  height: 55px;
  text-align: center;
  color: white;
  width: 15%;
  line-height: 55px;
}
.filter_top_title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter_select {
  width: 15%;
  margin-right: 0.3%;
}
.filter_select a.select2-choice {
  background: url("assets/img/layout/bg_filter.png") repeat;
}
.filter_search {
  width: 38.7%;
  background: url("assets/img/layout/bg_filter.png") repeat;
  height: 55px;
  position: relative;
  margin-right: 0.3%;
}
.filter_search_input {
  width: 100%;
  height: 100%;
  padding-left: 74px;
  position: relative;
}
.filter_search_input input {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  border: none;
  font-size: 0.9em;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 5% 8px 0;
}
.filter_search_submit {
  position: absolute;
  width: 56px;
  height: 100%;
  top: 0;
  left: 0;
}
.filter_search_submit input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  left: 0;
}
.filter_search_submit_in {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 50%;
  margin-top: -14px;
  margin-right: -14px;
}
.filter_search_submit_in svg {
  display: block;
  width: 100%;
  height: 100%;
}
.filter_search_submit svg path {
  fill: white;
}
.select2-container .select2-choice .select2-arrow b {
  display: none !important;
}
.select2-container .select2-choice .select2-arrow b:after {
  display: none;
}
.select2-chosen {
  font-family: "simpler", sans-serif;
  font-size: 0.8em;
  height: 100%;
  line-height: 55px;
}
.select2-results .select2-result-label {
  font-family: "simpler", sans-serif;
}

.filter_item {
  width: 15%;
  margin-right: 0.3%;
  text-align: right;
}
.archive .filters_single.no_mobile .filter_item {
  width: 52%;
}
.archive .filters_single.no_mobile .filter_search {
  width: 32.4%;
}
.archive .filters_single.no_mobile .filter_item.filter_price {
  width: 100%;
}
.filter_item_top {
  width: 100%;
  background: url("assets/img/layout/bg_filter.png") repeat;
  height: 55px;
  color: white;
  line-height: 55px;
  padding-right: 13%;
  padding-left: 28%;
  position: relative;
}
.filter_item_top:before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background-image: url("assets/img/layout/arrow_down_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter_item.open .filter_item_top:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
.filter_drop_wrap {
  position: absolute;
  width: 100%;
  top: 55px;
  right: 0;
  overflow: hidden;
}
.filter_drop_wrap:focus {
  position: absolute;
  width: 100%;
  top: 55px;
  right: 0;
  overflow: visible;
}
.filter_price .filter_drop_wrap {
  top: 34px;
}
.filter_drop {
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 3%;
  display: none;
}
.filter_drop:focus {
  position: absolute;
  top: 0px !important;
  right: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 3%;
  display: flex !important;
}

.filter_item.hover .filter_drop {
  display: block;
}
.filter_col {
  text-align: right;
  max-width: 150px;
  margin-right: 40px;
}
.filter_col:first-child {
  margin-right: 0;
}
.filter_link a {
  display: block;
  color: white;
  font-size: 0.7em;
  margin-bottom: 4%;
}
.filter_link a:hover {
  text-decoration: underline;
}
.clear_filter {
  display: none;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.clear_filter svg {
  width: 16px;
  height: 16px;
  max-height: 100%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 50%;
  margin-right: -8px;
}
.filter_item.active .clear_filter {
  display: block;
}
.filter_item.active .filter_item_top {
  font-size: 0.7em;
}
.shop .filter_item.active .filter_item_top {
  font-size: 1em;
}
.filter_item.active .filter_item_top:before {
  display: none;
}

.filters_bar_wrap .filter_title {
  width: 12%;
}
.filters_bar_wrap .filter_item {
  width: 13%;
}
.filters_bar_wrap .filter_search {
  width: 20%;
}

.filter_prod {
  display: none;
}
.filter_prod.show {
  display: block;
}

.bg_grey_dark .filter_drop,
.bg_grey_dark .filter_item:hover .filter_item_top,
.bg_grey_dark .filter_item.active .filter_item_top,
.bg_grey_dark .filter_item.hover .filter_item_top {
  background: #58595b;
}
.bg_grey_dark .filter_search:hover,
.bg_grey_dark .filter_search.active {
  background: #58595b;
}
.bg_beige .filter_drop,
.bg_beige .filter_item:hover .filter_item_top,
.bg_beige .filter_item.active .filter_item_top,
.bg_beige .filter_item.hover .filter_item_top {
  background: #959286;
}
.bg_beige .filter_search:hover,
.bg_beige .filter_search.active {
  background: #959286;
}
.bg_blue .filter_drop,
.bg_blue .filter_item:hover .filter_item_top,
.bg_blue .filter_item.active .filter_item_top,
.bg_blue .filter_item.hover .filter_item_top {
  background: #8fa5b0;
}
.bg_blue .filter_drop,
.bg_blue .filter_item:focus {
  background: #8fa5b0;
  overflow: visible;
}
.bg_blue .filter_search:hover,
.bg_blue .filter_search.active {
  background: #8fa5b0;
}
.bg_orange .filter_drop,
.bg_orange .filter_item:hover .filter_item_top,
.bg_orange .filter_item.active .filter_item_top,
.bg_orange .filter_item.hover .filter_item_top {
  background: #c59d74;
}
.bg_orange .filter_search:hover,
.bg_orange .filter_search.active {
  background: #c59d74;
}
.bg_yellow .filter_drop,
.bg_yellow .filter_item:hover .filter_item_top,
.bg_yellow .filter_item.active .filter_item_top,
.bg_yellow .filter_item.hover .filter_item_top {
  background: #b39802;
}
.bg_yellow .filter_search:hover,
.bg_yellow .filter_search.active {
  background: #b39802;
}

/*=====================*/
.top_slider_wrap {
  position: relative;
  padding-top: 35%;
  width: 100%;
  text-align: center;
}
.single-post .top_slider_wrap {
  padding-top: 0;
  height: 770px;
}
.top_slider_wrap .hp_slide,
.box_slide_wrap .hp_slide {
  position: absolute;
  top: 0;
  right: 0;
}
.top_slider_wrap .inner_width {
  position: absolute;
  top: 0;
  height: 100%;
}
.top_slider_wrap .title_en_big {
  z-index: 2;
}
.top_slider_wrap .hp_slide .slick-dots,
.box_slide_wrap .hp_slide .slick-dots {
  left: 0;
  width: 100%;
  top: 12%;
}

.page_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.page_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.title_marge {
  margin-top: 6%;
  margin-bottom: 3%;
}

.elevate_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.elevate {
  max-width: 1190px;
  margin: 0 auto;
  background: #262626;
  height: 55px;
  padding: 0 25px;
}
.elevate_item a {
  display: block;
  height: 55px;
  padding: 0 11px;
  position: relative;
  color: white;
  font-size: 14px;
  line-height: 55px;
}
.elevate_item a:before {
  content: "|";
  display: block;
  color: white;
  font-size: 0.9em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 55px;
}
.elevate_item:last-child a:before {
  display: none;
}
.elevate_item a:hover,
.elevate_item.active a {
  color: #ffd803;
}
.history_top .inner_width {
  height: 90%;
}
.elevate_wrap.fixed {
  position: fixed;
  top: 152px;
  left: 0;
  right: 0;
  bottom: auto;
  background: #262626;
  z-index: 4;
}
.video_box iframe {
  width: 100%;
  height: 100%;
}
.play {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("assets/img/layout/play.png") no-repeat center;
  background-size: 160px;
}
.qoute {
  font-size: 5em;
  line-height: 0.2em;
  color: white;
}
.top_height {
  padding-top: 42%;
}
.long_title {
  font-size: 7em;
}
.has_img {
  display: inline-block;
  padding-right: 15%;
}
.img_in_title {
  position: absolute;
  top: 5%;
  right: 0;
  height: 100%;
  width: 30%;
}
.img_in_title .table_cell {
  text-align: right;
}
.img_in_title svg {
  width: 100%;
  max-width: 250px;
  height: auto;
  max-height: 100%;
}
.img_in_title path {
  fill: white;
}
.img_in_title img {
  width: 90%;
}
.long_title .img_in_title {
  top: -55%;
}
.price {
  display: block;
  color: black;
  font-size: 1.2em;
  font-weight: 700;
}

.woocommerce-cart .price {
  width: 150px;
  display: flex;
  justify-content: end;
}
.price--smaller {
  font-size: 1.5em !important;
  font-weight: normal !important;
  text-align: right;
}
.price--smaller--mrg {
  margin-top: -8px;
  margin-left: 18px;
}
.price--smaller .currency {
  font-size: 24px;
}
.currency--smaller {
  font-size: 16px;
}
.single-product .amount {
}
/* .page-id-46 .amount{font-size: 1.2em;margin-top: 0;text-align: center;} */
.page-id-66 .amount {
  margin-top: 0;
  text-align: center;
}
.box50 .price {
  font-size: 2em;
}
.top_no_filter {
  padding: 5% 0;
}
/* .prod_tx_marge{margin-bottom:5%;} */
.prod_details_container {
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  min-height: 70px;
  max-width: 688px;
}
.product-detail {
  font-size: 24px;
  line-height: 1.6;
  width: 28%;
}
.all_tags {
}
.all_tags .prod-tag {
  position: static;
  margin-right: 12px;
}
.prod_details_container .prod-tag {
  width: 48px;
  height: 48px;
  font-size: 12px;
}
.prod_bt_row {
  width: 80%;
  margin: 0 auto;
}
.prod_bt_row.width1 {
  width: 100%;
  float: right;
}
.prod_select,
.prod_count,
.attr {
  max-width: 136px;
  margin: 0 1%;
}
.attr_bt:last-of-type {
  max-width: 190px;
}
.attr.half {
  float: right;
}
.attr.third {
  width: 30%;
}
.attr .bt_orange {
  width: 100%;
}
.attr_content {
  height: 55px;
  background: black;
  font-size: 0.9em;
  color: white;
  position: relative;
  text-align: right;
  padding: 3% 5%;
}

.prod_count {
  height: 55px;
  /* background: black; */
  font-size: 0.9em;
  color: white;
  position: relative;
  text-align: right;
  padding: 3% 5%;
  color: #000;
  border: 1px solid rgb(213, 213, 213) !important;
  width: 70px;
}
.attr_content {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.2em;
}
.single-product .attr_content {
  margin-top: 12px;
}
.single-product .bt_add_to_cart,
.bt--big {
  height: 54px;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  min-width: 180px;
}
.single-product .bt_add_to_cart {
  margin-right: 2%;
}
.single-product .attr_content {
  padding: 0;
  font-size: inherit;
  margin: 0;
  width: 75px;
  background: transparent;
  height: auto;
}
.single-product .attr_content .count_num {
  width: 100%;
  height: 50px;
  border: 1px solid #d4d4d4;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  padding-top: 3px;
}
.price_title {
  font-size: 23px;
}
.prod_count .table_cell,
.attr_content .table_cell {
  text-align: right;
}
.attr_title {
  height: 25px;
  color: white;
  text-align: right;
}
.plus,
.minus {
  display: block;
  width: 25%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 7px;
  text-align: center;
}
.minus {
  top: auto;
  bottom: 0;
}
.plus svg,
.minus svg {
  width: 9px;
  height: 24px;
}
.plus path,
.minus path {
  fill: #000;
}
.plus:hover path,
.minus:hover path {
  fill: rgba(167, 7, 45) !important;
}
.bt_orange a {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 1em;
  color: white;
  text-align: center;
  width: 100%;
  background: #fac893;
}
.bt_orange a:hover {
  background: white;
}
.bt_blue a {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 1em;
  color: white;
  text-align: center;
  width: 100%;
  background: #bad0db;
}
.bt_blue a:hover {
  background: #58595b;
  color: white;
}
.bt_beige a {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 1em;
  color: white;
  text-align: center;
  width: 100%;
  background: #d4d0bf;
  color: white;
}
.bt_beige a:hover {
  background: #58595b;
  color: white;
}
.bt_yellow a {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 1em;
  color: white;
  text-align: center;
  width: 100%;
  background: #ffd803;
}
.bt_yellow a:hover {
  background: #58595b;
  color: white;
}
.bt_dark a:hover {
  background: #58595b;
  color: white;
}
.bt_dark2 a {
  color: #58595b;
}

.contact_so {
  margin-top: 5%;
}
.contact_so .ft_soc svg {
  width: 100%;
  height: auto;
}
.contact_so .ft_soc a g {
  fill: #bad0db;
}
.contact_tx a {
  color: #58595b;
}
div.wpcf7 {
  text-align: right;
  direction: rtl;
}
.contact_input,
.contact_select {
  width: 49%;
  margin-bottom: 1.5%;
}
.full_width.contact_input,
.full_width.contact_select {
  width: 100%;
}
.contact_input.fourth {
  width: 24.5%;
}
.contact_textarea {
  width: 100%;
}
.contact_input input,
.contact_input textarea {
  width: 100%;
  background: #fff;
  height: 55px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 15px;
  color: #58595b;
  font-family: "Open Sans";
}
body a.select2-choice {
  background: none !important;
  border: none !important;
  padding: 0 15px !important;
}
.contact_select .select2-container {
  background-color: #cfdee6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_input input:focus,
.contact_input textarea:focus,
.contact_select .select2-container.select2-container-active {
  background: #e9eff2;
}
.contact_input textarea {
  resize: none;
  height: 100px;
  padding: 8px 15px;
}
.woocommerce form .woocommerce-billing-fields .form-row label {
  display: none;
}
.woocommerce form .woocommerce-account-fields .form-row label {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Change Autocomplete styles in Chrome*/
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.r_newsl_form .form_input input:-internal-autofill-selected,
.r_newsl_form .form_input input:-webkit-autofill,
.r_newsl_form .form_input input:-webkit-autofill:hover,
.r_newsl_form .form_input input:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.floating-btn .floating-form__btns a:focus {
  color: #fff;
  background-color: black;
  border: 1px solid black !important;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contact_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.contact_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.contact_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.contact_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.contact_input textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.contact_input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.contact_input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.contact_input textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #58595b;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.select2-drop {
  border-radius: 0px !important;
}
.contact_select .select2-container {
  width: 100%;
  background: #cfdee6;
}
.contact_select .select2-container-active {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.contact_select a.select2-choice {
  /* height: 55px; */
  color: #58595b;
  border: 1px solid grey !important;
  border-radius: 13px;
  height: 50px;
  background: transparent !important;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  background-image: url("assets/img/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  border: none;
  width: 50px;
  right: auto;
  left: 0;
  border: none !important;
  background-size: 15px auto;
}
.field_select .select2-arrow {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out;
}
.field_select.active .select2-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
.attr .select2-container .select2-choice .select2-arrow {
  background-image: url("assets/img/layout/arrow_down_white.png");
}
.check_form {
  font-size: 0.7em;
}
.check_field input[type="checkbox"] {
  display: none;
}
.check_field input[type="checkbox"] + label span.bt_sel {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0;
  vertical-align: middle;
  background: url("assets/img/layout/check.png") no-repeat center;
  cursor: pointer;
}
.check_field.active input[type="checkbox"] + label span.bt_sel {
  background-image: url("assets/img/layout/check_h.png");
}
.form_contact .bt_white {
  text-align: center;
}
.form_contact .bt_white input {
  padding: 0 40px;
  font-size: 1.05em;
  height: 55px;
}
div.wpcf7-validation-errors,
div.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid #cb6e78 !important;
}
span.wpcf7-not-valid-tip {
  line-height: 1;
  font-size: 0.7em;
  margin-top: 5px;
}
.team_ind a {
  display: block;
}
.team_ind svg {
  width: 48px;
  height: auto;
  max-height: 100%;
}
.team_ind path {
  fill: #58595b;
}
.team_ind a:hover path {
  fill: white;
}
.sel_attr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.sel_attr > a {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.sel_attr .select2-chosen {
  color: white;
}

.article_top {
  position: relative;
  width: 100%;
  padding-top: 25%;
  text-align: center;
}
.article_date {
  display: block;
  font-size: 0.5em;
  padding-bottom: 9px;
}
.article_in .bt_white {
  margin-top: 30px;
}

.sec_newsletter .wpcf7-not-valid-tip {
  color: #cb6e78;
}

.woocommerce-checkout .contact_input input:focus,
.woocommerce-checkout .contact_input textarea:focus,
.woocommerce-checkout
  .contact_select
  .select2-container.select2-container-active,
.woocommerce-account .contact_input input:focus,
.woocommerce-account .contact_input textarea:focus,
.woocommerce-account
  .contact_select
  .select2-container.select2-container-active,
.input_grey input:focus {
  background: #d6d5cd;
}
/* .woocommerce-checkout .woocommerce-error{display: none;} */
/*=====================*/
.woocommerce-cart .push,
.woocommerce-order-pay .push {
  display: none;
}
.cart_page {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart_page .title--60 {
  margin-bottom: 50px;
}
.col3 .prod_count {
  max-width: inherit;
}
.cart_steps {
  margin-top: -40px;
  margin-bottom: 30px;
}
.cart_step {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 40px;
  opacity: 0.3;
  padding: 0 8px;
}
.cart_step svg {
  margin: 0 20px;
}
.cart_step:last-child svg {
  display: none;
}
.cart_step.active {
  color: rgb(184, 74, 57) !important;
  opacity: 1;
}
.cart_table {
  margin-bottom: 20px;
  text-align: center;
}
.cart_table_row {
  position: relative;
}
.cart_table_row .table_cell .text {
  text-align: right;
  white-space: nowrap;
  max-width: 580px;
  overflow: hidden;
  text-overflow: unset;
}

.cart-btn {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}
.cart_table_row .col2 {
  overflow: hidden;
}

.cell_bg {
  /* height: 65px; */
  margin-left: 0.5%;
  margin-bottom: 0.5%;
}

.cart_table_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(213, 213, 213) !important;
  margin-bottom: 20px;
}
/* .cell_bg {
  background: rgba(0, 0, 0, 0.08);
} */
.order_form input {
  background-color: transparent !important;
  height: 50px !important;
  border-radius: 13px !important;
  border: 1px solid grey !important;
}
.cell_remove {
  width: 7%;
  position: relative;
}
.cell_remove a {
  width: 100%;
  height: 100%;
}
.cell_remove svg {
  width: 18px;
  height: auto;
}
.cell_remove path {
  fill: #58595b;
}
.col1 {
  width: 7%;
}
.col2 {
  width: 54%;
  padding: 0.5% 2%;
}
.col3 {
  width: 15%;
}
.col4 {
  width: 15%;
  margin-left: 0;
}
.cart_table_row img {
  width: 75%;
  height: auto;
  mix-blend-mode: multiply;
  max-width: 42%;
  object-fit: cover;
}
.col2 .table_cell {
  text-align: right;
}
.cart_note_title {
  font-size: 0.6em;
}
.cart_note_title br {
  display: none;
}
.col3 .prod_count,
.col3 .attr_content {
  background: transparent;
  width: 100%;
  height: 100%;
  color: #58595b;
  padding: 10%;
}
.col3 .plus path,
.col3 .minus path {
  fill: #58595b;
}
.col3 .plus:hover path,
.col3 .minus:hover path {
  fill: #fac893;
}
.col4 .price {
  color: #58595b;
  font-size: 1.1em;
}
.total_price,
.total_tx {
  width: 15%;
  height: 65px;
  background: #58595b;
}
.total_price .price {
  color: white;
  font-size: 1.2em;
}
.total_tx {
  background: transparent;
  margin-left: 1%;
  font-weight: 700;
}
.total_tx .table_cell {
  text-align: left;
}
.bt_cart {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.bt_cart a,
.bt_cart input {
  display: inline-block;
  height: 70px;
  background: #fac893;
  padding: 0 20px;
  line-height: 70px;
  font-size: 1.3em;
  color: white;
  font-weight: 700;
  min-width: 160px;
}
.bt_cart a:hover,
.bt_cart input:hover {
  background: #58595b;
}
.bt_cart input {
  border: none;
  line-height: normal;
}
.left_total .price,
.left_total .tx--24 {
  font-size: 1.1em;
  line-height: 1.2;
  margin-right: 8px;
}
.left_total .bt_yellow {
  margin-top: 12px;
}
.left_total .note {
  text-align: left;
  position: relative;
  right: 0px;
  width: 230px;
  font-weight: 400;
  bottom: 0px;
}

.login_box.forgot {
  display: none;
}

.login_box {
  width: 50%;
  padding: 0 3%;
}
.title_orange.small {
  font-size: 1.5em;
  margin-bottom: 2%;
}
.login_in {
  margin-top: 30px;
}
.login_box .contact_input {
  width: 100%;
}
.order_form .select2-container {
  background: transparent;
}
.login_box .contact_input input,
.form_reset .contact_input input,
.input_grey input {
  background: rgba(0, 0, 0, 0.08);
}
.login_link a {
  display: block;
  text-align: right;
  font-size: 0.7em;
  line-height: 27px;
  color: #58595b;
  text-decoration: underline;
}
.login_in .bt_cart {
  margin-top: 30px;
}
.input_width {
  width: 49%;
}
.order_form {
  margin-bottom: 40px;
}
.order_form .contact_select a.select2-choice {
  text-align: right;
  background: transparent !important;
}
.order_form input {
}
.options_box {
  padding-right: 0;
  text-align: right;
}
.options_box .title_orange {
  text-align: right;
}
.shipp_item {
  margin-bottom: 20px;
  padding-right: 75px;
  position: relative;
}
.shipp_item b,
.shipp_item span {
  display: block;
}
.shipp_ceheck {
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 8px;
  right: 0;
  background: url("assets/img/layout/shipp.png") no-repeat center top;
}
.shipp_item.active .shipp_ceheck {
  background-position: center bottom;
}
.total_order {
  padding: 3%;
  text-align: right;
  border: 1px solid #d4d4d4;
  width: 100%;
  margin-top: 20px;
}
.total_order .title {
  font-size: 1.5em;
  text-align: center;
}
.total_col1 {
  width: 40%;
  margin-bottom: 12px;
}
.total_col2 {
  width: 60%;
}
.total_col1.total_tx .table_cell {
  text-align: right;
}
.total_order_in {
}
.total_row2 {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 0 0;
  margin: 20px 0;
}
.total_row2 .price {
  color: #58595b;
}
.total_order .check_form {
  margin-bottom: 5px;
}
.check_form a {
  color: #58595b;
  text-decoration: underline;
}
.total_order .bt_cart a,
.total_order .bt_cart input {
  background: white;
  color: #58595b;
}
.total_order .bt_cart a:hover,
.total_order .bt_cart input:hover {
  background: #58595b;
  color: white;
}
.pay_row .bt_cart {
  margin: 0;
}
.pay_row .login_link {
  line-height: 68px;
  margin-left: 25px;
}
.page-template-enter .content,
.error404 .content {
  background: #3c3c3c;
}
.bg_404 {
  padding: 100px 25px 200px;
}
.page_inner .title_en {
  margin-bottom: 40px;
}
.disclemer {
  font-size: 0.7em;
  color: #abacad;
}
.age_form {
  margin: 30px auto;
  max-width: 540px;
}
.age_input {
  width: 32.5%;
  margin-left: 1%;
}
.age_input:last-child {
  margin-left: 0;
}
.age_input input {
  width: 100%;
  height: 150px;
  background: #58595b;
  border: none;
  text-align: center;
  color: white;
  font-size: 3em;
  font-family: "DIN Cond" !important;
}
.age_input ::-webkit-input-placeholder {
  text-align: center !important;
}
.age_input ::-moz-placeholder {
  text-align: center !important;
}
.age_input :-ms-input-placeholder {
  text-align: center !important;
}
.age_input :-moz-placeholder {
  text-align: center !important;
}
.age_input.error input {
  border: 1px solid #ef516b;
}
.error_note {
  color: #ef516b;
  font-size: 0.7em;
  margin: 15px 0;
}

.age_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.age_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.age_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}
.age_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

#creditguardIframe {
  mix-blend-mode: multiply;
}

.enter_in .bt_white {
  margin-top: 30px;
}
.enter_in .bt_white a {
  font-weight: 700;
}
.no_enter {
  font-size: 1em;
  color: #ffd803;
  margin-top: 30px;
}
.top_nofilters {
  padding: 5% 0 7%;
}

/*=====================*/
.ease,
.ease a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ease:hover,
.ease a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*=====================*/

.video_top,
.video_wrapper {
  height: 100%;
}
.video_top.active .video_close,
.video_top.active .video_wrapper {
  display: block;
}
.video_top.active .video_im {
  display: none;
}
.video_top {
  overflow: hidden;
}
.video_im a {
  display: block;
  width: 100%;
  height: 100%;
}
.video_im {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.addthis_inline_share_toolbox {
  clear: none !important;
}

#map {
  height: 100%;
  width: 100%;
}
.form_select .select2-container.error a.select2-choice {
  border: 1px solid #ef516b;
}
.form_select.error {
  border: 1px solid #ef516b;
}

.terms-mobile {
  display: none;
}
.sec_login .form_err {
  margin-bottom: 20px;
  height: 20px;
  text-align: right;
  font-size: 0.8em;
  color: #a00;
}
.title_en_big.active {
  direction: rtl;
  font-size: 8em;
  line-height: 1em;
}
.title_en_big .title_im {
  display: none;
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  top: -0.2em;
}
.title_en_big.active .title_im {
  display: inline-block;
}
.title_en_big .title_im img {
  height: 100%;
}
.title_en_big.active .title_tx {
  margin-right: 1.5em;
}
.field.error input,
.contact_input input.error {
  border: 1px solid #a00;
}
.options_box .radio_field {
  position: relative;
  margin-top: 20px;
}
.options_box .radio_field.item_1 {
  top: 0;
}
.check_field label,
.radio_field label {
  display: inline-block;
  position: relative;
}
.check_field input[type="check"],
.radio_field input[type="radio"] {
  display: none;
}
.check_field input[type="checkbox"] + label span.bt_sel,
.check_field a.check_link {
  display: block;
  float: right;
  background-size: 27px;
  width: 27px;
  height: 27px;
  margin: 0;
  vertical-align: middle;
  background-image: url("assets/img/layout/check.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.radio_field a.check_link {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  border-radius: 60px;
  border: 1px solid black;
  position: absolute;
  top: 6px;
  right: 0;
}
.radio_field a.check_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  background: black;
  border-radius: 60px;
  -webkit-transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio_field.active a.check_link:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.check_field.active input[type="checkbox"] + label span.bt_sel,
.check_field.active span.bt_sel,
.check_field.active a.check_link {
  background-image: url("assets/img/layout/check_h.png");
}
.login_box.total_order .check_field,
.login_box.login .check_field {
  position: relative;
  padding-right: 27px !important;
  margin-bottom: 9px !important;
}
.login_box.total_order .check_field a.check_link,
.login_box.login .check_field a.check_link {
  width: 22px;
  height: 22px;
  border: 1px solid black;
  border-radius: 3px;
  background: transparent;
  position: absolute;
  top: 3px;
  right: 0;
}
.login_box.total_order .check_field a.check_link:before,
.login_box.login .check_field a.check_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("assets/img/svg/ok.svg") no-repeat center center;
  background-size: 60% auto;
  -webkit-transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.login_box.total_order .check_field.active a.check_link,
.login_box.login .check_field.active a.check_link {
  background: black;
}
.login_box.total_order .check_field.active a.check_link:before,
.login_box.login .check_field.active a.check_link:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.check_field.active
  .check_field.check_large
  input[type="checkbox"]
  + label
  span.bt_sel,
.check_field.check_large.active input[type="checkbox"] + label span.bt_sel {
  background-position: center bottom;
}
.bt_tx {
  cursor: pointer;
}
.check_large .bt_tx {
  margin-right: 13px;
}
.check_small .bt_tx {
  margin: 0 5px;
  line-height: 27px;
}
.bt_tx,
.bt_tx span {
  display: inline-block;
}
.check_large bt_tx,
.check_large .bt_tx span {
  display: block;
}
.check_large .bt_tx .span.woocommerce-Price-amount amount,
.check_large .bt_tx span.woocommerce-Price-currencySymbol {
  display: inline-block;
}
/* .woocommerce form .form-row label,.woocommerce-page form .form-row label{display:inline-block;} */
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: none;
}
.woocommerce form .form-row.wc-terms-and-conditions {
  padding: 0;
  margin: 0 0 5px;
  line-height: 27px;
}
.check_field.newsletter {
  line-height: 27px;
}
.wc-terms-and-conditions .bt_tx,
.wc-terms-and-conditions a {
}
.woocommerce-validated input,
.woocommerce-validated .select {
  border: 1px solid grey !important;
}

.thankyou h1,
.thankyou .text,
.thank_You_btn {
  margin-bottom: 20px !important;
}

.thankyou {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-invalid input,
.woocommerce-invalid .select {
  border: 1px solid #a00 !important;
}
.select2-search {
  display: block !important;
  background: #fafafa;
}
.select2-search input,
.select2-no-results {
  background-image: none !important;
  font-family: "simpler", sans-serif;
  font-size: 0.7em;
  padding: 12px 6px !important;
}
html[dir="rtl"] .select2-search input,
.select2-search input {
  background: none;
  border: none;
}
.contact_input.fourth.left_right {
  margin-right: 2%;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #58595b;
}
.check_field.woocommerce-invalid .check_link,
.woocommerce-invalid-required-field .check_link {
  border: 1px solid #a00;
  border-radius: 50%;
}
ul.woocommerce-error {
  padding: 25px 60px !important;
  margin: 0 !important;
}
.woocommerce-error li {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-password-strength {
  display: none;
}
.woocommerce-password-hint {
  display: none;
} /*
.order_details {
  display: none;
}*/
.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hide {
  display: none;
}

.mobile_only {
  display: none;
}
.no_mobile {
  display: block;
}

.login_box {
  display: none;
}
.login_box.login,
.login_box.checkout,
.login_box.options_box,
.login_box.total_order {
  display: block;
}
.login_box.login.mobile_only,
.login_box.checkout.mobile_only {
  display: none;
}

.sec_login_main {
  min-height: 520px;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background: #a7072d !important;
  opacity: 0.95;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  color: #fff;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  background-color: #000;
  color: white;
  font-family: "open sans";
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button:hover {
  background-color: white;
  color: #000;
}
.ui-tooltip {
  background-color: #58595b;
  color: white;
  font-size: 0.6em;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
}
.ui-widget {
  font-family: "simpler";
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "simpler", sans-serif;
}

.lg {
  display: block;
}
.md,
.sm {
  display: none;
}

body *::-webkit-scrollbar {
  background: transparent;
  opacity: 0;
  width: 0px;
  height: 0px;
}
.wpcf7-response-output {
  display: none !important;
}
.thank,
.contact_thank {
  display: none;
  text-align: center;
}
.thank_newsletter {
  color: white;
}
label.error,
label.label_error {
  display: none;
  text-align: right;
  color: #a00 !important;
  line-height: 1;
  font-size: 0.7em;
  margin-top: 3px;
}
.woocommerce-invalid label.error,
.woocommerce-invalid label.label_error,
.woocommerce-invalid-required-field label.error {
  display: block !important;
}
.error_general .field.error label.error,
.error_general .field.error label.label_error {
  display: none !important;
}
.woocommerce form .form-row label {
  line-height: 1;
}

.row_history .hp_slide .slick-dots {
  bottom: 12%;
  top: auto;
}

.woocommerce-lost-password .bt_cart {
  margin-top: 30px;
}
.woocommerce-message a.button {
  display: none;
}
.select2-results {
  max-height: 217px;
}
.select2-results .select2-disabled {
  display: none;
}

.shipping_options {
  margin-bottom: 30px;
}
.payment_option .bt_tx {
}
.payment_option_paypal .bt_tx img {
  max-height: 32px;
  position: relative;
  display: inline-block;
  top: 8px;
  margin-left: 5px;
}
.payment_option_paypal .bt_tx a {
  font-size: 0.7em;
  display: block;
  line-height: 1;
}
.payment_box,
.payment_im {
  font-size: 0.7em;
  line-height: 1.3;
  margin-right: 0px;
  line-height: 1;
}
.payment_box p,
.payment_im p {
  line-height: 1.3;
}
.payment_im {
  margin-bottom: 3px;
}
.payment_im img {
  float: right;
}
.payment_im a {
  float: right;
  display: block;
  margin-top: 10px;
  margin-right: 8px;
}

.slider_range {
  border: none;
  height: 9px;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d7d7d7;
  border-radius: 60px;
  top: 0;
  left: 0;
}
#custom-handle,
#custom-handle1,
#custom-handle_m,
#custom-handle1_m {
  display: block;
  width: 16px;
  height: 16px;
  background: #2f2533;
  border-radius: 60px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  margin: 0;
  top: 0;
  color: inherit;
  font-size: 19px;
  font-weight: 400;
  -webkit-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  border: none;
}
#custom-handle.ui-state-active,
#custom-handle1.ui-state-active,
#custom-handle_m.ui-state-active,
#custom-handle1_m.ui-state-active {
  background: #ffd803;
}

#custom-handle1,
#custom-handle1_m {
  right: auto;
  top: -4px;
}
#custom-handle,
#custom-handle_m {
  top: -4px;
}
.price_val {
  display: block;
  width: 100px;
  color: #2f2533;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -50px;
  direction: ltr;
}

.ui-slider-range {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #2f2533;
  border-radius: 60px;
  height: 9px;
}

/*
.scrollbar{margin-left:30px;float:left;height:300px;width:65px;background:#F5F5F5;overflow-y:scroll;margin-bottom:25px;}
.scrollbar::-webkit-scrollbar-track{background-color:transparent;}
.scrollbar::-webkit-scrollbar{width:6px;}
.scrollbar::-webkit-scrollbar-thumb{background-color:#58595b;}
*/

.single-brand .hp_top .hp_slide .slick-dots,
.single-product_catalog .hp_top .hp_slide .slick-dots,
.single .hp_top .hp_slide .slick-dots {
  left: 0;
  width: 100%;
}
.prod_catalog_top .prod_options {
  display: inline-block;
}
.single-product .prod_options {
  margin: 40px 0;
}
.prod_catalog_top .bt_orange {
  width: 130px;
}
.prod_catalog_top .text {
  margin-bottom: 5%;
}
.jconfirm-content-pane {
  display: none !important;
}
.single_top .text {
  text-align: right;
}

#creditguardIframe {
  min-height: 760px;
}

.cupon_input input {
  background: transparent;
  border: none;
  height: 50px;
  border-radius: 13px !important;
  font-size: 24px;
  padding: 0 20px;
  padding-left: 90px;
  border: 2px solid #e5e5e5;
}
.cupon_input input:focus {
  background: #d6d5cd;
}
.cupon_error_tx {
  display: none;
  margin-top: 3px;
  color: red;
  font-size: 0.7em;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.cupon_input.error .cupon_error_tx {
  display: block;
}
.text_page .width--920 {
  max-width: 920px;
  margin: 0 auto;
}

.bt_coupon {
  width: 82px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: transparent;
}
.bt_coupon input {
  width: 100%;
  margin: 0;
  height: 35px;
  background: black;
  border-radius: 13px !important;
  font-size: 22px;
  color: white;
  font-weight: bold;
  padding: 0;
  border: 0px;
}
.bt_coupon input:hover {
  background: black !important;
  color: #fff;
  transform: scale(1);
  border: 0px;
}

.has--shapes:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 10%;
  left: -30px;
  opacity: 0.12;
  /*background: url("assets/img/svg/ic-wine.svg") no-repeat center;*/
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-size: contain;
}
.has--shapes:after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -42px;
  right: 3%;
  opacity: 0.12;
  /*background: url("assets/img/svg/ic-wiski.svg") no-repeat center;*/
  background-size: contain;
}

.store_side_col1,
.store_side_col2 {
  height: 55px;
  line-height: 55px;
}
.coupon_remove {
  margin-right: 13px;
}
.coupon_remove a {
  display: block;
  text-decoration: underline;
}
.kosher {
  width: 72px;
  height: 72px;
  margin-top: 25px;
  margin-right: 25px;
}
.kosher a,
.kosher svg {
  display: block;
  width: 100%;
  height: 100%;
}
.kosher svg {
  fill: #767676;
}
.single-product_catalog .kosher a:hover svg {
  fill: #d4d0bf;
}
.single-product .kosher a:hover svg {
  fill: #fac893;
}

.prod_item .title {
  font-size: 1.6em;
  max-height: 90px;
}
.box1.quote_item .text {
  max-height: 100%;
}
.prod_item .all_tags {
  position: absolute;
  top: 0;
  right: 10px;
}
.prod_item .all_tags .prod-tag {
  margin-right: 0;
  margin-left: 10px;
}

body > div:not([class]):not([id]) {
  left: 0 !important;
}
.gm-style-iw {
  text-align: right !important;
}

.bt_search {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 14px;
  width: 28px;
  height: 28px;
}
.bt_clear {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 48px;
  width: 16px;
  height: 16px;
}
.bt_search a,
.bt_clear a,
.bt_search svg,
.bt_clear svg {
  display: block;
  width: 100%;
  height: 100%;
}

/************ loader *************/

.winekart_loader {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.winakart_loader_in {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.dot {
  display: inline-block;
  position: relative;
  float: right;
  width: 14px;
  height: 14px;
  top: 50%;
  margin: -7px 3px 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
  background-color: #000;
  border-radius: 30px;
}
.dot:nth-child(1) {
  -webkit-animation: fx 1000ms ease infinite 1100ms;
  animation: fx 1000ms ease infinite 100ms;
}
.dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 1200ms;
  animation: fx 1000ms ease infinite 200ms;
}
.dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 1300ms;
  animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(4) {
  -webkit-animation: fx 1000ms ease infinite 1400ms;
  animation: fx 1000ms ease infinite 400ms;
}
.woocommerce-checkout .loadingoverlay {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.woocommerce-checkout .winekart_loader_in {
  width: 32px;
}
.woocommerce-checkout .dot:nth-child(3),
.woocommerce-checkout .dot:nth-child(4) {
  display: none;
}
.woocommerce-checkout .dot {
  width: 10px;
  height: 10px;
  background-color: #58595b;
  margin-top: -5px;
}

.woocommerce-Button--previous,
.woocommerce-Button--next {
  height: 34px;
  line-height: 10px !important;
  background: rgb(184, 74, 57) !important;
  min-width: 130px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  display: flex !important;
  justify-content: center !important;
  width: fit-content !important;
}
@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/************ end loader *************/

.wc_my_account {
  display: none;
}
.woocommerce-lost-password .woocommerce-message a.button {
  display: inline-block;
  background: none;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  float: none;
  text-decoration: underline;
}
.woocommerce-lost-password .woocommerce-message a.button:hover {
  background: none;
}
.cart_table_row .prod_count {
  font-size: 1em;
}
.item_data_quantity_text {
  font-size: 1.2em;
}
.item_data_quantity_text_title {
  display: none;
}
.back_top {
  position: fixed;
  bottom: 19px;
  right: -53px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  /* border-bottom-left-radius: 20px; */
  background: #a7072d;
  background-image: url(assets/img/layout/arrow_up_white.png);
  background-size: 21px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1002;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
}

nav.onetap-accessibility.onetap-plugin-onetap
  .onetap-container
  .onetap-accessibility-settings
  header.onetap-header-top {
  background: #000 !important;
}
.back_top.active {
  right: 15px;
}
.back_top a {
  display: block;
  width: 100%;
  height: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
}
.my_account.has--shapes:before {
  background-image: url("assets/img/svg/ic-wine-pink.svg");
  bottom: auto;
  top: -30px;
  left: 9%;
  opacity: 0.3;
}
.my_account.has--shapes:after {
  background-image: url("assets/img/svg/ic-wiski-blue.svg");
  top: auto;
  bottom: 30%;
  right: -30px;
  opacity: 0.3;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: inherit;
}
.my_acc_tabs {
  margin-top: -30px;
  margin-bottom: 40px;
}
.my_acc_tab {
  height: 50px;
  padding: 0 25px;
  border-radius: 60px;
  border: 1px solid grey;
  color: black;
  font-size: 24px;
  line-height: 37px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my_acc_tab:hover {
}
.my_acc_tab.active {
  background: rgba(167, 7, 45);
  font-weight: bold;
  border-color: rgba(167, 7, 45);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.my_account .link_black {
  margin-top: 40px;
}

.my_account .contact_input input,
.my_account .contact_input textarea,
.my_account .contact_select .select2-container {
  background: rgba(0, 0, 0, 0.08);
}

.show-password-input {
  top: 41% !important;
}
.my_account .contact_input input {
  background: transparent !important;
  border: 1px solid grey;
  border-radius: 13px !important;
  height: 50px;
  margin-bottom: 15px;
}
.woocommerce-edit-account .my_account .contact_input input,
.my_account .contact_select .select2-container {
  height: 50px;
  border-color: grey;
  background: transparent;
  border-radius: 13px !important;
}
/************ shop *************/

.cat_banner {
  display: block;
  margin-bottom: 40px;
}
.cat_banner img {
  display: block;
}
.shop .box1 {
}
.shop .slide3_hover {
  display: none;
}
.prod_item {
  position: relative;
  width: calc(100% / 4);
  margin-bottom: 62px;
  border-left: 2px solid white;
  padding-bottom: 80px;
  background-color: #f7f6f1;
}
.slide1 .prod_item {
  padding-bottom: 0;
}
.prod_item:nth-of-type(4n + 1) {
  border-right: 2px solid white;
}

.prod_item .slide3_img {
  /* background-color: #fff; */
  position: relative;
}

.single .prod_item .slide3_img {
  background-color: #fff;
}

.prod_item {
  background-color: rgba(167, 7, 45, 0.01);
}
.page-template-catalog .prod_item .slide3_img {
  display: block;
}
.page-template-catalog .prod_item {
  margin-bottom: 0;
  border-bottom: 2px solid white;
}

.page-template-catalog .quote_item {
  border-bottom: 2px solid white;
}

.page-template-catalog .more {
  margin-bottom: 50px;
}

.single-brand .prod_item .slide3_img {
  position: absolute;
}

.prod_item .slide3_img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.prod_item .slide3_img img {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 40px;
}
.product_top {
  height: 100%;
}

.product_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shop .prod_content {
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  padding: 0 5%;
  top: 80%;
  text-align: center;
}
.shop .prod_content:before {
  content: " ";
  display: block;
  position: absolute;
  width: 86%;
  height: 1px;
  top: 1px;
  right: 7%;
  background-color: #ebbc8a;
}
.shop .prod_title {
  display: block;
  color: #0d0d0d;
  font-size: 0.95em;
  min-height: 48px;
}
.shop .prod_price {
  display: block;
  position: relative;
  width: 100%;
  height: 32.5%;
}
/* .shop .prod_price:hover {
  font-size: 100%;
} */
/* .shop .prod_content:hover {
  font-size: 100%;
} */
.shop .prod_price_wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 1px;
  top: -50%;
}
.shop .prod_price_in {
  display: inline-block;
  background-color: #ebbc8a;
  color: white;
  font-size: 1.05em;
  font-weight: 300;
  height: 100%;
  padding: 0 3%;
}
.shop .prod_sale {
  position: absolute;
  text-align: center;
  top: 10%;
  right: 10%;
}
.shop .prod_out_of_stock .prod_sale_icon {
  width: 60px;
  height: 60px;
}
.single-product .prod_out_of_stock .prod_sale_icon {
  width: 72px;
  height: 72px;
  margin-top: 25px;
  margin-left: 25px;
  float: left;
}
.prod_sale_icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #262626;
  font-weight: 300;
  color: white;
  font-size: 0.7em;
}
.left .prod_sale_icon {
  margin-left: 18px;
  width: 72px;
  float: left;
  height: 72px;
  margin-top: 24px;
}
.underNotInStock {
  margin-left: 24px !important;
  margin-top: 110px !important;
}
.notInStock .out-of-stock {
  float: right;
  margin: 0 !important;
}
.notInStock .amount {
  margin-top: 0 !important;
}
.left-placement {
  float: left;
  margin-top: 23px;
  margin-left: 18px;
}
.shop .prod_sale_price {
  position: relative;
  font-size: 0.9em;
  color: #0d0d0d;
  font-weight: 300;
}
.prod_sale_price:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f69789;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.prod_sale_price--custom:not(.out-of-stock):after {
  content: " ";
  display: block;
  position: absolute;
  width: 93%;
  height: 1px;
  background-color: white;
  top: 51%;
  right: 0;
}
.prod_sale_price--custom.out-of-stock {
  margin: 12px 0;
}
.prod_sale_price--custom {
  font-size: 20px;
  margin-right: 18px;
  margin-left: 18px;
  float: left;
  margin-top: 14px;
}
.modifiedMargin .amount {
  margin-left: 18px;
}
.filters_shop_wrap .filter_title {
  width: 12%;
}
.filters_shop_wrap .filter_item {
  width: 13%;
}
.filters_shop_wrap .filter_search {
  width: 20.2%;
}
.filters_shop_wrap .filter_item_top {
  padding-right: 9%;
}
.shop .filter_top_title {
  font-size: 0.9em;
}
.filters_shop_wrap .filter_link {
  cursor: pointer;
  color: white;
  margin-bottom: 15px;
}
.shop .check_field span {
  float: right;
  padding-top: 1px;
  line-height: 16px;
}
.shop .check_field span a:hover {
  text-decoration: underline;
}
.shop .check_field input[type="checkbox"] {
  display: none;
}
.shop .check_field input[type="checkbox"] + .check_link {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid white;
  margin-right: 0;
  vertical-align: middle;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.shop .check_field.active input[type="checkbox"] + .check_link {
  background-image: url("assets/img/layout/check_white.png");
  background-size: auto 15px;
}
.shop .check_field .input_tx {
  float: right;
  margin-right: 6px;
  font-size: 0.75em;
  max-width: 126px;
}
.filters_shop_wrap .filter_item.active .filter_item_top {
  font-size: 1em;
}
.shop .prod_item {
  overflow: hidden;
}
.shop .prod_item a img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  object-fit: contain;
  height: 100%;
}
.shop .prod_item a {
  overflow: hidden;
}
/* .shop .prod_item a:hover .slide3_img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
} */

.single .prod_item {
  background-color: #fff !important;
}
.prod_taxes {
  width: 154px;
  margin-right: 25px;
  height: 58%;
  top: 50%;
  margin-top: -29%;
}
.wine_info_warp {
  margin-bottom: 18px;
}
.prod_tax {
  margin-right: 18px;
}
.prod_tax:first-child {
  margin-right: 0;
}
.prod_tax_tx {
  font-size: 16px;
  line-height: 1.2;
}
.prod_taxes .table_cell {
  text-align: right;
}
.prod_tax_icon {
  padding-left: 6px;
  margin-top: -3px;
}
.prod_tax_icon svg {
  width: 22px;
  height: auto;
  display: block;
}
.prod_price_col {
  margin-left: 5%;
}
/* .sec_recomend .prod_price:hover {
  font-size: 100%;
} */
/*.prod_item a:hover .slide3_img{-webkit-transform:scale(1.05);transform:scale(1.05);}}*/
.prod_price {
  font-size: 30px;
  font-weight: bold;
}
/* .single_top_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} */
.prod_row_note {
  margin-top: 30px;
  font-size: 16px;
}
.prod_row_note_item {
  font-weight: 400;
}
.sep-this {
  margin: 0 6px;
}
.prod_row_note_item img {
  margin-left: 5px;
}
.prod-share {
  color: black;
}
.prod-share:hover {
  text-decoration: underline;
}
.prod_share_pop {
  background: white;
  width: 180px;
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -90px;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0 8px;
  display: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.prod_share_pop:before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
.at-style-responsive .at-share-btn {
  margin: 0 5px !important;
}

.filter_item.first {
  margin-right: 0;
}
.filters_top {
  position: absolute;
  width: 100%;
  bottom: 70px;
  max-width: 1140px;
}
.filters_title {
  font-size: 1.4em;
  color: white;
  font-weight: 300;
  line-height: 34px;
}
.filter_price_wrapper {
  width: 20.2%;
  position: relative;
  cursor: pointer;
}
.filter_price {
  border-bottom: 2px solid white;
}
.filter_price .filter_drop {
  z-index: 11;
}
.filters_price_title {
  color: white;
  line-height: 34px;
}
.filter_price,
.filters_shop_wrap .filter_price {
  width: 100%;
  direction: ltr;
}
.filter_price .filter_item_top {
  background: none;
  height: 34px;
  padding-right: 2%;
  padding-left: 34px;
}
.filter_item.filter_price:hover .filter_item_top,
.filter_item.filter_price.hover .filter_item_top,
.filter_item.filter_price.active .filter_item_top {
  background: none;
}
.filter_price .filter_top_title {
  line-height: 34px;
  font-size: 1em;
  font-weight: 300;
}
.filter_price .filter_drop {
  left: 0;
  right: auto;
  width: 100%;
  top: 34px;
  background: white;
  padding: 17px 0;
}
.filter_price .filter_link {
  margin-bottom: 0;
}
.filter_price .filter_link a {
  color: #58595b;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 40px;
}
.filter_price .filter_link.filter_all a {
  font-size: 1em;
}
.filter_price .filter_link a:hover {
  text-decoration: none;
  background-color: #ebbd8a;
  color: white;
}
.filter_price .clear_filter svg {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-right: -7px;
}
.filter_price .filter_item_top:before {
  width: 18px;
}
.title_wrapper {
  display: inline-block;
  margin: 0 auto;
}
.title_icon {
  padding-left: 30px;
}
.title_icon svg {
  width: 248px;
  height: 233px;
}
.title_icon svg,
.title_icon svg path {
  fill: white;
}
.item_openb svg {
  padding-top: 20px;
}
.item_lemon svg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form_select a.select2-choice {
  height: 55px;
}
.filter_price .clear_filter {
  width: 18px;
}
.archive .filters_single.no_mobile .filter_item_top {
  padding-left: 8%;
  padding-right: 3%;
}
.archive .filters_single.no_mobile .filter_item_top:before {
  width: 8%;
}
.archive .filters_single.no_mobile .clear_filter {
  width: 8%;
}

/************ end shop *************/
.box50 .bt_pdf {
  position: absolute;
  bottom: 4%;
  right: auto;
  left: 4%;
  display: inline-block;
  width: auto;
  margin: 0;
}

.sec_hp_sale .width--1400 {
  min-height: 500px;
  padding: 40px 0;
}
.hp_sale_tx {
  width: 47%;
}
.slide_5_wrap,
.slide_6_wrap {
  margin-top: 8px;
  max-height: 500px;
}
.sec_brends .brends_content {
  min-height: 660px;
  padding: 40px 0;
}

/* Body */
.modern-ticker .mt-body {
  /*height: 85px*/
  height: 120px;
}
/* News */
.modern-ticker .mt-news {
  overflow: hidden;
  position: absolute;
}
.modern-ticker.mt-scroll .mt-news {
  background-color: transparent;
}
.modern-ticker .mt-news ul {
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.modern-ticker .mt-news li {
  background: none;
  padding: 0;
}
.brends_slide {
  padding-bottom: 80px;
}

.brends_slide li {
  background: none;
}

.brends_slide .inactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.serv_logo {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}
.serv_logo img {
  max-width: 180px;
  max-height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.brends_content {
  width: 55%;
}
.side_brends_img {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  right: -90px;
  padding: 30px 0;
}
.side_brends_img img {
  max-height: 100%;
}
.width--1680 {
  max-width: 1680px;
  margin: 0 auto;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.all_article {
  margin: 0 -30px;
}
.ele_article {
  width: calc(100% / 4);
  padding: 0 30px;
  margin-bottom: 40px;
}
.slick-slide .ele_article {
  margin-bottom: 0;
}
.slick-slide .ele_article {
  width: 420px;
}
.ele_article_in {
}
.ele_article_top {
  width: 100%;
  padding-top: 75%;
}
.ele_article_img {
  background-color: white;
}
.ele_article_corn {
  height: 30px;
  background: url("assets/img/layout/grey-corn.png") no-repeat center bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
  -webkit-transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
}
.ele_article_top:hover .ele_article_corn {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ele_article_bottom {
  padding: 15px;
}
.ele_article_bottom .title--36 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.3;
}
.ele_article_bottom .text {
}
.circ_plus {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: black;
  -webkit-transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
}
.ic-plus {
  width: 28px;
  height: 2px;
  background: white;
  position: relative;
  display: block;
  margin: auto;
}
.ic-plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
  transition: all 0.6s cubic-bezier(0.32, 1, 0.31, 1);
}
.circ_plus.active .ic-plus:before {
  background: #185781;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.center .circ_plus {
  margin: 0 auto;
}
.circ_plus:hover {
  -webkit-animation: popit 0.6s cubic-bezier(0.32, 1, 0.31, 1) 1;
  animation: popit 0.6s cubic-bezier(0.32, 1, 0.31, 1) 1;
}
@-webkit-keyframes popit {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes popit {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.content_coc {
}
.coc_item {
  border-left: 1px solid black;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: inherit;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
}
.add_tocart {
  position: relative;
}
.add_tocart img {
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.add_tocart.active {
  font-size: 0;
}
.add_tocart.active img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.coc_item:last-child {
  border-left: none;
}
.tx--24 {
  font-size: 1.4vw;
  line-height: 1.2;
}
.width--600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.coc_items {
  margin-bottom: 40px;
}
.col--50 {
  width: 50%;
}
.ele_breadcrumbs {
  padding: 20px 0;
  color: #58595b;
  font-size: 14px;
}
.ele_breadcrumbs_item {
  margin: 0 5px;
}
.ele_breadcrumbs_item:first-child {
  margin-right: 0;
}
.ele_breadcrumbs_item a {
  display: block;
  color: #58595b;
}
.ele_breadcrumbs_item a:hover {
  color: black;
}
.single-product .ele_breadcrumbs_item:last-child {
  display: none;
}
.single_top .inner_width {
  max-width: 1520px;
}
.prod_sm_brend {
  width: 120px;
  margin-bottom: 15px;
}
.prod_main {
  padding-top: 50px;
  padding-bottom: 20px;
}
.has--p p {
  margin-bottom: 22px;
}
.tog_wrap {
  margin-bottom: 40px;
}
.tog_tx {
  height: 90px;
}
.tog_tx .text,
.tog_tx .text p {
  font-size: 18px;
}
.tog_btn {
  margin-top: 12px;
}
.tog_btn a {
  color: black;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}
.readmore {
}
.readless {
  display: none;
}
.readMore .readless {
  display: block;
}
.readMore .readmore {
  display: none;
}

.check_page .title--36 {
  font-size: 24px;
  margin-bottom: 18px;
}

.bg--d-pink {
  /* background: url("assets/img/svg/diamond-white.svg") no-repeat center; */
  background-size: 100%;
}
.bg--d-orange {
  /* background: url("assets/img/svg/diamond-white.svg") no-repeat center; */
  background-size: 100%;
}
.bg--d-blue {
  /* background: url("assets/img/svg/diamond-white.svg") no-repeat center; */
  background-size: 100%;
}

.ft_left i {
  color: #fff;
}

.ft_left .ft_socials {
  justify-content: right;
}
.bg--d-red {
  background: url("assets/img/svg/diamond-red.svg") no-repeat center;
  background-size: 100%;
}
.bg--d-black {
  background: url("assets/img/svg/diamond-black.svg") no-repeat center;
  background-size: 100%;
}

/* button colors */
.bg--orange {
  background-color: #fac893 !important;
}
.bg--white {
  background-color: #ffffff !important;
}
.bg--yellow {
  background-color: #ffd803 !important;
}
.bg--blue {
  background-color: #bad0db !important;
}
.bg--pink {
  background-color: #f1c0bc !important;
}
.bg--green {
  background-color: #a8d6a8 !important;
}
/* button colors defaul black*/

.bg--bege {
  background-color: #f7f6f1 !important;
}
.bg--grey {
  background-color: #3d3d3d;
}
.bg--white {
  background-color: white;
}

.hp_slide_item.tx--black .bt_black a {
}
.bt_black .bg--orange,
.bt_black .bg--yellow,
.bt_black .bg--blue,
.bt_black .bg--pink,
.bt_black .bg--white {
  color: black;
}
.sec_login_main .bt_yellow,
.submit_yellow {
  margin-top: 30px;
}
.link_black {
  text-decoration: underline;
  color: black;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}
.sec_login_main .title--36 {
  margin-bottom: 25px;
}
.log_new_left .text {
  margin-top: -10px;
}
.check_large .bt_tx {
  font-size: 18px;
}
.shipping_options .radio_field a.check_link {
  display: none;
}
.shipping_options .check_large .bt_tx {
  margin: 0;
  cursor: default;
}
.shipping_options .check_large .bt_tx,
.shipping_options .check_large .bt_tx span {
  display: inline-block;
}
.shipping_options .bt_title {
  margin-left: 8px;
}
/* .shipping_option{margin-top:-16px !important;} */
.payment_options .radio_field {
  margin-top: 14px;
  padding-right: 16px;
}
.payment_im {
  margin: 0;
  position: absolute;
  top: 3px;
  right: 96px;
}
.shipp_wrap {
  padding-top: 10px;
  margin-bottom: 50px;
}
.total_order_row {
  padding: 5px 0;
}
.total_order_row .total_col1,
.total_row2 .total_col1 {
  margin: 0;
  margin-left: 10px;
  width: auto;
}
.total_row2 {
  padding: 5px 0;
  margin: 5px 0 22px;
}
.acc_orders_row {
  margin-bottom: 10px;
}
.acc_order_top {
  padding: 18px 15px;
  position: relative;
  font-size: 18px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
.order_col1 {
  width: 50%;
}
.order_col2 {
  width: 18%;
}
.order_col3 {
  width: 18%;
}
.acc_order_top .ic-plus {
  background: black;
  position: absolute;
  width: 16px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acc_order_top .ic-plus:before {
  background: black;
}
.acc_order_open {
  background: rgba(167, 7, 45, 0.08);
  padding: 20px;
}
.order_inner_row {
  font-size: 18px;
  line-height: 1.2;
}
.order_inner_col1 {
  width: 50%;
}
.order_inner_img {
  width: 68px;
  margin-left: 1%;
}
.order_inner_img img {
  mix-blend-mode: multiply;
}
.order_inner_col2 {
  width: 18%;
}
.order_inner_col3 {
  width: 18%;
  text-align: left;
}
.order_inner_total {
  border-top: 1px solid #c3c2b8;
  padding-top: 18px;
  font-size: 24px;
  font-weight: bold;
}
.total-sum {
  margin-left: 3px;
}
.acc_orders_row.active .ic-plus:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc_orders_row.active .acc_order_top {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
.acc_order_open {
  display: none;
}
.pop_enter .bgblack {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.pop_enter .popup {
  max-width: 870px;
  padding: 60px 40px;
  background: #a7072d !important;
  opacity: 0.75;
}
.pop_enter .title--36 {
  margin-bottom: 15px;
  color: #fff;
}
.pop_enter .text {
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
}

.eighteen_plus {
  opacity: 1 !important;
  background-color: #fff !important;
  display: flex !important;
  gap: 14px;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}

.eighteen_plus img {
  max-height: 34px;
}
.eighteen_plus:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.below_18 {
  background-color: #000 !important;
  color: #fff;
  display: flex !important;
  gap: 14px;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}

.below_18:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.pop_enter .bt_black:last-child {
  margin-right: 20px;
}
.pop_enter .bt_black:last-child a {
  background: rgba(0, 0, 0, 0.6);
}
.pop_enter .has--shapes:before {
  left: auto;
  right: -60px;
}
.pop_enter .has--shapes:after {
  right: auto;
  left: -40px;
  top: auto;
  bottom: 9%;
}
.log-me {
  margin: 0 auto;
}

.m-filters-in {
  background: white;
  width: 440px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-fil-head {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  padding: 0;
  border-bottom: 1px solid #dedede;
}
.m-fil-head .title--36 {
  margin: 0;
  font-size: 25px;
}
.cart_close {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.cart_close a {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.cart_close svg {
  width: 20px;
  height: auto;
}
.cart_head .title {
  margin: 0;
}
.trash {
  display: block;
  text-decoration: underline;
  font-size: 18px;
  margin-right: 14px;
  color: #c0cac7;
  font-weight: 300;
}
.cart_empty .h-100 {
  min-height: 100vh;
  padding: 80px 20px 80px;
}
.empty-cats {
  max-width: 330px;
  margin: 20px auto;
}
.empty-cats .hp_cat_item {
  width: calc(100% / 2);
}
.empty-cats .hp_cat_item .title--36 {
  font-size: 30px;
}

.cart_overview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.cart_full {
  padding-top: 60px;
  padding-bottom: 80px;
}
.cart_overview {
  overflow: scroll;
  width: 100%;
  padding: 0 12px;
}
.m-fil-bottom {
  -webkit-box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.m-fil-bottom .bt_black {
  margin: 0;
  margin-right: 12px;
}
.wrap_m-all {
}
.wrap_m-all .cat_filter_link {
  border: 1px solid #dedede;
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
  margin-left: 7px;
  margin-bottom: 7px;
}
.wrap_m-all .cat_filter_check {
  border: none;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-right: 14px solid black;
  border-bottom: 14px solid transparent !important;
  border-radius: 0;
  opacity: 0;
}
.wrap_m-all .cat_filter_link.active {
  border-color: black;
}
.wrap_m-all .cat_filter_link.active .cat_filter_check {
  background: transparent;
  border-top: none;
  border-left: none;
  opacity: 1;
}
.wrap_m-all .cat_filter_check:before {
  background-image: url("assets/img/svg/close-white.svg");
  width: 6px;
  height: 6px;
  right: -13px;
  top: 1px;
  background-size: 6px auto;
}
.m-filters-in .show_more {
  margin-top: 15px;
}
.menu_item_top.bg_black2 {
  background: transparent;
}
.menu_item_top.bold a {
  color: #d12d1f;
  position: relative;
}

.has-cupon {
  width: 60%;
  padding-bottom: 63px;
}

@media only screen and (min-width: 800px) {
  /************ only desck *************/
  .menu_item:hover .drop_down,
  .head_user_wrap:hover .drop_down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu_item:hover .menu_item_top a:before,
  .menu_item.active .menu_item_top a:before {
    height: 6px;
  }
  .arrow-r:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .arrow-l:hover svg {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .menu_item_top.bold:before,
  .menu_item_top.bold:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #d12d1f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_item_top.bold:after {
    right: auto;
    left: 5px;
  }
}

@media only screen and (max-width: 1580px) {
  .box1 .text,
  .prod_item .text {
    max-height: 64px;
  }
  .prod_item .title {
    font-size: 1.3em;
    max-height: 72px;
  }
  .title_en_big {
    font-size: 6em;
  }

  /* .prod_bt_row.width1{width:45%;} */
  /************ shop *************/
  .shop .prod_price_in {
    font-size: 0.9em;
  }
  /************ end shop *************/

  .head--pad,
  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec_bar .inner_width {
    padding: 0;
  }
  .sec_bar .inner_width .slick-list {
    padding: 0 50px;
  }
  .ele_article {
    padding: 0 20px;
  }
  .hp_top,
  .hp_top .width--1400 {
    height: 380px;
  }
  .hp_slide_content {
  }
  .title--60 {
    font-size: 3.3vw;
  }
  .title--48 {
    font-size: 2em;
  }
  .bt_black {
    margin-top: 25px;
  }
  .bt_black a {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
    min-width: 170px;
  }
  .sec_hp_sale .width--1400 {
    min-height: 400px;
  }
  .sec_brends .brends_content {
    min-height: 450px;
  }
  .ft_left {
    width: 24%;
  }
  .has--shapes:before,
  .has--shapes:after {
    width: 150px;
    height: 150px;
  }
  .cart_page {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .prod_item {
    width: calc(100% / 3);
  }
  .prod_item:nth-of-type(4n + 1) {
    border-right: none;
  }
  .prod_item:nth-of-type(3n + 1) {
    border-right: 2px solid white;
  }
  .prod_bt_row.width1 {
    margin: 0 auto;
  }
  /************ shop *************/
  .modifiedMargin {
    margin: auto;
  }
  .shop .prod_item {
  }
  .shop .prod_price {
    height: 42%;
  }
  .filters_in {
    max-width: 100%;
    padding: 0 3%;
  }
  .filters_top {
    width: 94%;
    max-width: 100%;
  }
  .title_icon {
    padding-left: 0;
  }
  .title_icon svg {
    width: 200px;
    height: 188px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .item_openb svg {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .item_lemon svg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-product .attr_bt:last-of-type {
    max-width: 170px;
  }
  .single-product .attr_quantity {
    max-width: 100px;
  }
  .single-product .plus,
  .single-product .minus {
    left: 6px;
  }
  .modifiedMargin .price--smaller {
    margin-left: 0;
  }
  .modifiedMargin .attr_bt:last-of-type {
    max-width: 150px;
  }
  /************ end shop *************/
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 20px;
  }
  .text,
  p {
    line-height: 1.3;
  }
  .filter_title {
    line-height: 55px;
  }
  .md {
    display: block;
  }
  .lg,
  .sm {
    display: none;
  }
  .prod_item .title {
    font-size: 1.2em;
    max-height: 58px;
  }
  .sm-open-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    right: 0;
  }
  .sm-open-filters img {
    width: 20px;
  }
  .cat_side {
    display: none;
  }
  .cart_step {
    font-size: 16px;
  }
  .cart_step svg {
    width: 16px;
    height: auto;
    margin: 0 10px;
  }
  .pop_filters {
    z-index: 20000;
  }
}
@media only screen and (max-width: 1160px) {
  /*.box1{width:33.3%;padding-top:33.3%;}
	.buy_map_wrap{width:66.5%;padding-top:33.3%;}
	.slide3{width:66.5%;}
	.hp_categories .box1{width:25%;padding-top:25%;}*/
  .brand_link {
    padding-top: 3%;
  }
  .prod_item .title {
    font-size: 1em;
    max-height: 48px;
  }

  /************ shop *************/
  .title_icon svg {
    width: 180px;
    height: 169px;
  }
  /************ end shop *************/
  .single-product .bt_add_to_cart {
    min-width: 160px;
  }
  .product-detail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1060px) {
  .logo {
    width: 207px;
  }
  .menu_item_top a {
    padding: 0 15px;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
  }
  .has_child .drop_down {
    top: 16px;
  }
  .menu_item {
    margin-right: 12px;
  }
  .prod_bt_row.width1 {
    width: 60%;
  }
  .corner {
    left: auto;
    right: -19px;
    margin-top: -20px;
  }
  .corner svg {
    width: 20px;
    height: 40px;
  }
  .right.box1 .corner,
  .right.box50 .corner {
    right: auto;
    left: -19px;
  }
  .box1 .title {
    margin-bottom: 3%;
  }
  .box1 .title_en {
    margin-bottom: 3%;
  }
  .box1 .title25 {
    max-height: 22px;
  }
  .box1 .text,
  .prod_item .text {
    max-height: 52px;
  }
  .box1.quote_item .text {
    max-height: 100%;
  }
  .title_en_big {
    font-size: 10em;
  }
  .head_user_wrap {
    margin-top: 12px;
    margin-left: 25px;
    padding-bottom: 12px;
  }
  .head_user_tx {
    font-size: 14px;
  }
  .user_is_log .head_user_tx {
    padding-left: 15px;
  }
  .head_user_tx .drop_down svg {
    width: 9px;
  }
  .head_user_tx .drop_down {
    top: 6px;
  }
  .head_search {
    width: 35%;
  }
  .head_cart_tx {
    display: none;
  }
  .head_cart {
    width: 33px;
    height: 33px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-icon {
    margin: 0;
  }
  .cart-icon svg {
    width: 28px;
    height: auto;
  }
  .cart_count {
    top: -10px;
    right: -12px;
  }
  .head_link {
    font-size: 15px;
    margin-left: 15px;
    font-weight: 400;
  }

  .ft_left {
    width: inherit;
  }
  .ft_rights_wrap {
    width: 30%;
    margin-left: 3%;
  }
  .ft_socials {
    position: absolute;
    bottom: 89px;
    right: 30px;
  }
  .sec_newsletter {
    margin: 0;
    position: absolute;
    left: 30px;
    width: 32%;
    bottom: 80px;
  }
  .ft_warning {
    margin-top: 130px;
    border-top: 1px solid #676767;
    padding-top: 13px;
  }
  .arrow-r svg,
  .arrow-l svg {
    width: 11px;
  }
  .arrow-r {
    right: 18px;
  }
  .arrow-l {
    left: 18px;
  }
  .cat--wine:before,
  .cat--wiski:before,
  .cat--mixed:before {
    width: 150px;
    height: 150px;
  }
  .top_category {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .cat_title {
    font-size: 65px !important;
  }
  .cart_page .title--60 {
    text-align: center;
  }
  .cart_steps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .my_account.has--shapes:after {
    right: 0;
    top: -10px;
    bottom: auto;
  }
}
.post-type {
  padding-top: 30px;
  padding-right: 398px;
  text-align: right;
  padding-bottom: 40px;
  color: #ffd803;
}
.simple-sitemap-wrap ul li {
  direction: ltr;
  display: list-item;
  text-align: right;
  list-style-type: none;
  color: #000000;
}
.simple-sitemap-wrap ul li a {
  color: #000000;
  font-weight: bold;
}
.simple-sitemap-wrap ul li a:hover {
  color: #ffd803;
}
.simple-sitemap-wrap ul li a:focus {
  color: #ffd803;
}
.simple-sitemap-container ul {
  margin: 0 0 0 1.2em;
  padding-right: 390px !important;
}

.simple-sitemap-container ul {
  margin: 0 0 0 1.2em;
  /* padding-left: 656px; */
  padding-right: 390px;
  list-style-type: none;
}

@media only screen and (max-width: 800px) {
  .simple-sitemap-wrap {
    text-align: center;
    padding-right: 0x !important;
  }
  .simple-sitemap-container ul {
    margin: 0 0 0 1.2em;
    padding-right: 139px !important;
  }
  .post-type {
    padding-right: 153px !important;
  }
  .pop_filters .popup {
    top: 40px !important;
    padding: 30px 20px;
    max-height: inherit !important;
    bottom: auto !important;
    margin-bottom: 40px !important;
  }
  .filt-col {
    width: calc(100% / 2 - 20px);
  }

  .head_left {
    min-width: 0px;
  }
  .filt-col:last-child {
    width: 100%;
  }

  .top_category.bg_yellow,
  .top_category.bg_blue {
    padding: 30px 0 70px;
  }

  .brends_content h2,
  .brends_content .text {
    text-align: center;
  }
  .top_category-big .title_en_big {
    font-size: 2em;
  }
  .share_wrap {
    margin-top: 15px;
  }
  .prod_row_note {
    margin-top: 15px;
  }

  .m-100 {
    width: 100%;
  }
  .inner_width,
  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .head--pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer:before {
    top: -25px;
    border-bottom-width: 25px;
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .has--corn-left:before {
    top: -25px;
    border-bottom-width: 25px;
    border-right-width: 25px;
    border-left-width: 25px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 0;
    border-top: none;
    display: none;
  }
  .bg--pink.has--corn-left:before {
    border-bottom-color: #f1c0bc;
    border-right-color: transparent;
    border-left: 25px solid transparent;
  }
  .has--corn-btm:before {
    bottom: -25px !important;
    border-top-width: 25px;
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .head_links {
    display: none;
  }
  .head_ticker_tx {
    text-align: center;
  }
  .head_top {
    height: 35px;
    font-size: 14px;
  }
  .head_mid_inner {
    border: none;
    height: 60px;
  }
  .head_search {
    top: 60px;
    width: 0;
    right: auto;
    overflow: hidden;
    background: white;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.22);
  }
  .head_search_top {
  }
  .head_cart {
    background: transparent;
    margin-left: -9px;
  }

  .head-phone {
    padding-left: 20px;
    padding-top: 0px;
    width: 48px;
  }

  .head_mail i {
    padding-top: 0px;
  }
  .cart_count {
    background: rgba(167, 7, 45, 0.8);
  }
  .search_bt {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 66px;
    bottom: 0;
    margin: auto;
  }
  .head_search.open-me {
    width: 100%;
    padding: 9px 14px;
  }
  .search_bt.active path {
    fill: #fac893;
  }

  .is--fit {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
  body {
    font-size: 18px;
  }
  .cart_steps {
    margin-bottom: 10px;
  }
  .check_page .title--36 {
    margin-bottom: 10px;
  }
  .shipp_wrap {
    margin-bottom: 30px;
  }
  .my_acc_tab {
    font-size: 18px;
  }
  .my_account.has--shapes:before {
    left: 0;
  }
  .my_account.has--shapes:after {
    right: 0;
    top: -10px;
    bottom: auto;
  }
  .terms-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: grey;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
  .terms-mobile a {
    color: grey;
  }
  .terms-mobile .term-seperator {
    margin: 0 5px;
  }
  .terms-mobile .term-seperator:last-child {
    display: none;
  }
  .woocommerce-cart .jconfirm .jconfirm-bg {
    width: 90%;
  }
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    max-width: 80%;
    line-height: 1.2;
  }
  .prod_bt_row.width1 {
    width: 45%;
    margin: 20px auto 0;
  }
  .price--smaller .currency {
    font-size: 16px;
  }
  .currency--smaller {
    font-size: 12px;
  }
  .prod_options .attr.attr_quantity {
    max-width: 115px;
  }
  .price_title {
    font-size: 18px;
  }
  .page-id-66 .amount {
    margin-top: 0;
  }
  .woocommerce-cart .amount {
    text-align: center;
    margin: 0;
  }
  .product-detail:last-of-type {
    margin-right: 25%;
  }
  .item_data_quantity_text {
    font-size: 20px;
  }
  .single-product .bt_add_to_cart {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
  }
  .prod_count,
  .attr_content,
  .bt_add_to_cart.bt_orange a {
    height: 51px;
  }
  .attr {
    margin: auto;
  }
  .prod_sale_price--custom {
    margin-left: 0;
  }
  .img_in_title {
    right: -11px;
    top: -7px;
  }
  .product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-description-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .single-product .attr_bt:last-of-type {
    max-width: 100%;
  }
  .single-product .attr_quantity {
    max-width: 100%;
  }
  /* .amount{margin-top: 15px;font-size: 35px;} */
  .single-product .attr_content {
    margin-top: 0;
  }
  .payment_option .bt_tx {
    line-height: 1.5;
  }
  .price--smaller--mrg {
    margin-top: -6px;
    margin-left: 0;
  }
  .attr_bt {
    width: 100% !important;
  }
  .payment_box.payment_method_paypal {
    text-align: center;
    padding-left: 5%;
  }
  .attr_quantity {
    float: left;
  }
  .single-product .prod_options {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .attr_bt:last-of-type {
    max-width: 344px;
  }
  .prod_sale_price--custom {
    font-size: 22px;
    margin-top: 13px;
  }
  .corner {
    left: auto;
    right: -18px;
    margin-top: -19px;
  }
  .corner svg {
    width: 19px;
    height: 38px;
  }
  .right.box1 .corner,
  .right.box50 .corner {
    right: auto;
    left: -18px;
  }
  .box50 .corner {
    display: none;
  }

  .mobile_only {
    display: block;
  }
  .no_mobile {
    display: none !important;
  }
  .sm {
    display: block;
  }
  .md,
  .lg {
    display: none;
  }

  input,
  select,
  textarea {
    font-size: 1.1em;
  }
  .form_newsletter input[type="email"] {
    font-size: 1.2em;
  }

  .enter_in .bt_enter_site {
    margin-top: 0;
  }
  .login_box.login.no_mobile,
  .login_box.checkout.no_mobile {
    display: none;
  }

  h1.title,
  h2.title {
    font-size: 3em;
  }

  .header {
  }
  .logo {
    width: 142px;
    margin: 0;
    margin-bottom: 6px;
    margin-right: 0px;
  }

  .mobile_cart {
    margin-right: 42px;
  }
  .menu_bt {
    display: block;
    width: 54px;
    position: absolute;
    height: 100%;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .menu_bt_in {
    display: block;
    width: 20px;
    position: absolute;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    height: 14px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu_bt_sep {
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s,
      -webkit-transform 0.2s 0s;
  }
  .menu_bt_in:before,
  .menu_bt_in:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    right: 0;
    -webkit-transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s,
      -webkit-transform 0.2s 0s;
  }
  .menu_bt_in:before {
    top: 0;
  }
  .menu_bt_in:after {
    top: 90%;
  }
  .menu_bt.active .menu_bt_sep {
    background: none !important;
  }
  .menu_bt.active .menu_bt_in:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(167, 7, 45, 0.5);
  }
  .menu_bt.active .menu_bt_in:after {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgba(167, 7, 45, 0.5);
  }
  .menu_bt.active .menu_bt_in:before,
  .menu_bt.active .menu_bt_in:after {
    -webkit-transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    transition: top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: top 0.2s, opacity 0.2s, transform 0.2s 0.25s,
      -webkit-transform 0.2s 0.25s;
  }

  .head_cart {
    font-size: 0;
  }
  .head_cart a {
    display: block;
    height: 27px;
    padding: 0;
  }
  .head_cart.cart_empty a {
    width: 29px;
  }
  .head_cart a svg {
    width: 28px;
    height: 27px;
    margin-right: 0;
  }
  .head_cart a svg path {
    fill: #58595b;
  }
  .menu {
    position: fixed;
    top: 35px;
    right: 0;
    width: 100%;
    bottom: 0;
    float: none;
    padding: 20px 20px 30px;
    background: white;
    display: none;
    padding-top: 68px;
    overflow: scroll;
  }
  .menu.fixed {
    top: 0;
  }
  .menu_inner {
  }
  .menu_item {
    float: none;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
  }
  .menu_item:first-child {
  }
  .menu_item.active .menu_item_top {
    background: none !important;
  }
  .menu_item_top a {
    height: auto;
    padding: 12px 0;
    line-height: normal;
    font-size: 18px;
    position: relative;
  }
  .menu_item.has_child .menu_item_top a + span.arrow {
  }
  .rotate-eng {
  }
  .menu_item:active .menu_item_top a,
  .menu_item.active .menu_item_top a {
    color: #a7072d;
    font-weight: bold;
  }
  .rotate_arrow {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-90deg) !important;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu_open_wrap {
    display: none;
    position: static;
    background: none;
    width: 100%;
  }
  .has-sub-children .menu_open_link.parent {
    width: 50%;
  }
  .menu_open_wrap.has-sub-children .menu_open_link-item a {
    padding: 5px 10px;
  }
  .menu_open_link-item a {
    line-height: 18px !important;
  }
  a.parent-top-link {
    padding: 5px 10px 10px !important;
  }
  .menu_item.has_child .menu_item_top a + span.arrow {
  }

  .menu_m_top {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    background: white;
    padding: 9px 20px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu.fixed .menu_m_top {
    top: 0;
  }
  .head_user_wrap {
    background: rgba(167, 7, 45, 0.5);
    border-radius: 6px;
    padding: 6px 11px;
    padding-left: 22px;
    margin: 0;
    color: #fff;
  }
  .head_user_link.logout {
    margin-left: -12px;
    margin-top: 1px;
  }
  .head_user_tx {
    font-size: 16px;
    margin-right: 8px;
  }
  .head_user_link {
    font-size: 14px;
    padding: 0 8px;
  }
  .has_child .drop_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
  }
  .has_child .drop_down.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .menu_open {
    position: static;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px;
  }

  .menu_item.select .menu_open {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu_open_link {
    float: none;
    display: block;
  }
  .menu_open_link a {
    height: auto;
    line-height: normal;
    padding: 7px 0;
    font-size: 16px;
    margin: 0;
  }
  .head_lang_wrap,
  .head_login_wrap {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
  }
  .head_login_wrap {
    color: white;
  }
  .head_login_tx {
    color: #bdbdbd;
  }
  .head_login_link a {
    color: white;
  }
  .head_lang a {
    color: #bdbdbd;
  }
  .head_lang a:hover,
  .head_lang.active a {
    color: white;
  }
  .menu_m_bottom {
    margin-top: 20px;
  }
  .menu_m_bottom .col--50 {
    width: 48.5%;
  }
  .m_bottom_link {
    display: block;
    white-space: normal;
    margin-bottom: 13px;
    line-height: 1;
    font-size: 16px;
    color: black;
  }

  .content {
    padding-top: 0px;
  }
  .page_inner {
    padding: 0 25px;
  }
  .page_padding {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
  .hp_slide .slick-dots {
    bottom: 15px;
  }
  .hp_slide_content {
    left: 25px;
    width: auto;
    top: auto;
    bottom: 80px;
    right: 25px;
    position: absolute;
    text-align: center;
    padding: 0;
  }
  .hp_slide_content .font_din {
    font-size: 3.5em;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .home .hp_slide_content .font_din {
    font-size: 6em;
    line-height: 1;
  }
  .title--60 {
    font-size: 5.3vw;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .title--48 {
    font-size: 4.8vw;
  }
  .title--36 {
    font-size: 32px;
  }
  .link_arrow {
    font-size: 18px;
  }
  .hp_slide_tx {
    margin: 0 auto;
  }
  .side_brends_img {
    right: -40px;
  }
  /*.bt_white a, .bt_white_in, .bt_white input{height:auto;font-size:1.4em;line-height:1.3;padding:0;background:transparent;color:white;text-decoration:underline;}*/
  .form_contact .bt_white input {
    font-size: 1.7em;
  }
  .hp_slide_bg {
    background-position: center top;
  }

  .slide_5_wrap,
  .slide_6_wrap {
    margin-left: -25px;
    margin-right: -25px;
  }
  .slide_5_wrap .slick-list,
  .slide_6_wrap .slick-list {
    padding: 0 60px;
  }
  .hp_cat .font_din,
  .hp_categories .hp_cat .title,
  .sec_share .box1 .title_en {
    font-size: 2.5em;
    margin-bottom: 0;
  }
  .box1 {
    width: 50%;
    padding-top: 50%;
  }
  .hp_categories .box1,
  .sec_share .box1 {
    width: 25%;
    padding-top: 25%;
  }
  .slide3 {
    width: 50%;
  }
  .slide3 .slick-dots {
    width: 100%;
    left: -100%;
  }
  .right.slide3 .slick-dots {
    right: -100%;
  }
  .wrap50 {
    width: 100%;
  }
  .buy_map_wrap {
    width: 50%;
    padding-top: 50%;
  }
  .hp_insta_row,
  .sec_cocktail {
    position: relative;
  }
  .box50 {
    width: 100%;
    padding-top: 100% !important;
  }

  .about-sec2 {
    display: grid;
  }

  .about-sec2 .m_height {
    order: 2;
  }
  .hp_insta_row .corner,
  .sec_cocktail .corner {
    display: none;
  }
  .brand-logo-container svg {
    width: 50%;
  }
  .title_en {
    font-size: 3em;
  }
  .title_en:before,
  .title:before {
    width: 40px;
    margin-right: -18px;
    bottom: -5px;
  }
  .title25 {
    margin-bottom: 10px;
  }
  .text,
  p {
    font-size: 1em;
    line-height: 1.3;
  }

  .about-sec2 .text p {
    color: #fff;
    margin-top: 50px !important;
  }
  .sec_newsletter,
  .sec_brand_links {
  }
  .row_logos,
  .row_logos_in {
    height: 80px;
  }
  .row_logo_item {
    margin: 20px 10px;
  }
  .row_logo_item a img {
    height: 45px;
  }

  .footer {
    padding: 30px 25px 0;
    text-align: center;
    padding-top: 50px;
  }
  .ft_rights_wrap {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  .ft_socials {
    bottom: auto;
    top: 22px;
    right: 20px;
  }
  .ft_soc {
    width: 48px;
    height: 48px;
    margin: 0 6px;
  }
  .ft_soc img {
    max-width: 60%;
  }
  .ft_left {
    width: 100%;
    margin-top: 20px;
  }
  .sec_newsletter {
    width: auto;
    max-width: 450px;
    margin: auto;
    position: static;
    margin-bottom: 20px;
  }
  .ft_rights_wrap {
  }
  .ft_links_mobile {
    margin-bottom: 20px;
  }
  .ft_links_mobile a {
    display: block;
    font-size: 18px;
    color: white;
    margin: 0 8px 5px;
  }
  .credit-logos {
    margin: 0 auto;
  }
  .credit-logos img {
    max-width: 200px;
  }
  .ft_leng {
    position: absolute;
    margin: 0;
    top: 35px;
    left: 25px;
    font-size: 14px;
  }
  .ft_col {
    display: none;
  }
  .ft_title {
    font-size: 1.1em;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .ft_rights {
    font-size: 18px;
    color: #717377;
  }

  .footer-address {
    justify-content: center;
  }

  .ft_rights {
    text-align: center;
  }
  .ft_rights br {
    display: none;
  }
  .ft_soc,
  .ft_soc a svg {
  }
  .ft_warning {
    font-size: 14px;
    margin: 0 -25px;
    padding: 12px;
    background: #1b1b1b;
    border: none;
  }
  .m_above {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
  }
  .m_above_bg {
    background: url("assets/img/layout/m_above_bg.png") repeat;
  }
  .top_slider_wrap {
    padding-top: 100%;
  }
  .title_en_big {
    font-size: 9em;
  }
  .cell_padding {
    padding: 9% 8%;
  }
  .play {
    background-size: 140px;
  }
  /*
	.team_row .wrap50:first-child .box1{float:right;}
	.team_row .wrap50:last-child .box1{float:left;}
	.team_row .wrap50:first-child .box1 .corner{left:auto;right:-18px;}
	*/
  .team_row .wrap50 {
    float: none;
    display: block;
  }
  .team_row .wrap50:first-child .box1:first-child,
  .team_row .wrap50:first-child:last-child .box1:first-child {
    float: right;
  }
  .team_row .wrap50:first-child .box1:last-child,
  .team_row .wrap50:first-child:last-child .box1:last-child {
    float: left;
  }
  .team_row .wrap50:last-child .box1:first-child {
    float: left;
  }
  .team_row .wrap50:last-child .box1:last-child {
    float: right;
  }
  sec_recomend .team_row .wrap50:first-child .box1 .corner,
  .team_row .wrap50:first-child:last-child .box1 .corner {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
    -ms-filter: none;
    left: auto;
    right: -18px;
  }
  .team_row .wrap50:last-child .box1 .corner {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: -18px;
  }
  .box_face .hp_cat_icon svg,
  .box_yout .hp_cat_icon svg {
    width: auto;
    max-width: 100%;
    height: 60px;
  }
  body .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .share_box_icon svg,
  .brand_link svg {
    width: 32px;
    height: 32px;
  }
  .sec_share .corner {
    display: none;
  }
  .sec_brand_links .title_en {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  .filter_title,
  .filter_search,
  .filter_item_top,
  .elevate,
  .elevate_item a,
  .cart_step {
    height: 100%;
  }
  .elevate_item a:before,
  .elevate_item a {
    height: 40px;
    line-height: 40px;
  }
  .box50 .bt_white {
    margin-top: 3%;
  }
  .qoute {
    line-height: 0px;
  }
  .quote_item .text,
  .quote_item .text p {
    font-size: 1.2em;
  }
  .contact_input,
  .contact_select {
    width: 100%;
  }
  a.select2-choice {
    line-height: 22px;
  }
  .select2-container .select2-choice .select2-arrow {
    background-image: url("assets/img/svg/arrow-down.svg");
  }
  .article_top {
    padding-top: 60%;
  }
  .bt_cart {
    margin-top: 20px;
  }
  .has_img {
    padding-right: 23%;
  }
  .order_form {
    margin-bottom: 20px;
  }
  .login_box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .options_box .title_orange {
    text-align: center;
  }
  .bt_cart_mlog {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .bt_cart_mlog a {
    background: #58595b;
  }
  .login_in {
    margin-top: 0;
  }
  .shipp_ceheck {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .shipp_item {
    padding-right: 50px;
  }
  .total_order {
    margin-top: 20px;
    padding: 22px 40px;
  }
  .input_width {
    width: 100%;
  }
  .input_width .contact_select {
    width: 49%;
  }
  .pay_row .login_link {
    line-height: 45px;
  }
  .login_link a {
    font-size: 1.1em;
  }
  .bg_404 {
    padding: 60px 25px 80px;
  }
  .m_height {
    padding: 0 !important;
  }
  .m_height .absolute {
    position: static;
    min-height: 370px;
  }
  .slide3_hover {
    opacity: 1;
    top: auto;
    height: auto;
    background: url("assets/img/layout/op_white.png") repeat;
  }
  .slide3_hover .title {
    margin: 0;
  }
  .slide3_hover .title:before {
    display: none;
  }
  .slide3_hover .text,
  .slide3_hover .bt_white {
    display: none;
  }
  .bt_white.bt_pink a {
    background: transparent;
    color: #f1c0bc;
  }
  .col3 {
    display: none;
  }
  .cell_bg {
    height: 95px;
  }
  .cell_remove {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
  }
  .col1,
  .col4 {
    width: 22%;
  }
  .col2 {
    width: 55%;
  }
  .col2 .text {
    font-size: 0.9em;
  }
  .cart_note_title {
    font-size: 0.55em;
  }
  .col4 .price {
    font-size: 0.9em;
  }
  .col2 .prod_count,
  .col2 .attr_content {
    color: #58595b;
    background: transparent;
    width: 55%;
    border: 1px solid #58595b;
    height: 35px;
    margin-top: 5px;
  }
  .attr_content {
    font-size: 1.4em;
  }
  .col2 .plus path,
  .col2 .minus path {
    fill: #58595b;
  }
  .total_price,
  .total_tx {
    width: auto;
    padding: 0 12px;
    height: 45px;
  }
  .top_nofilters {
    padding: 8% 0 10%;
  }
  .elevate_wrap.fixed {
    top: 60px;
  }

  .filter_search_m {
    position: relative;
    width: 15%;
    height: 100%;
    margin-right: 0;
    background: url("assets/img/layout/bg_filter.png") repeat;
  }
  .filter_search_m path {
    fill: white;
  }
  .m_search_open {
    position: absolute;
    top: 0;
    right: 15%;
    width: 0;
    margin: 0 0.3% 0 0;
    overflow: hidden;
    background-color: #58595b;
    z-index: 2;
  }
  .filter_search_submit input {
    background: url("assets/img/layout/armenu.png") no-repeat center;
    background-size: 10px auto;
  }
  .filter_item_m {
    width: 84%;
    height: 100%;
    position: relative;
  }
  .filter_item_top {
    line-height: 42px;
    text-align: right;
    padding: 0 16px 0 55px;
    font-size: 1.4em;
  }
  .filter_item_top:before {
    background: url("assets/img/layout/arrow_down_white.png") no-repeat center;
    background-size: 20px auto;
    width: 55px;
  }
  .selected {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    margin-left: 3%;
  }
  .selected .clear_filter {
    display: block;
    width: 14px;
  }
  .selected .clear_filter svg {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-right: -7px;
  }
  .filter_drop {
    top: 40px;
    text-align: right;
    padding: 0;
  }
  .m_drop_item {
    border-top: 1px solid white;
  }
  .m_drop_item.active {
    padding-bottom: 15px;
  }
  .m_drop_item_top a {
    display: block;
    color: white;
    padding: 13px 16px;
    position: relative;
    font-size: 1.2em;
  }
  .icon_plus {
    display: block;
    width: 18px;
    height: 3px;
    background: whitesec_recomend;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 18px;
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  .icon_plus:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .m_drop_item.active .icon_plus:before {
    top: 0;
    right: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .disabled {
    -moz-opacity: 0.66;
    opacity: 0.66;
    filter: alpha(opacity=66);
    -webkit-filter: alpha(opacity=66);
  }
  .m_drop_item_link a {
    display: block;
    font-size: 0.9em;
    color: white;
    padding: 5px 22px;
  }
  .form_search {
    padding: 0;
  }
  .form_search .form_input input {
    height: 40px;
  }
  /*.form_contact .bt_white input{color:#58595b;}*/
  .disclemer {
    font-size: 0.7em;
  }
  .m_drop_item_open {
    display: none;
    height: 85px;
  }
  .prices_mobile {
    direction: ltr;
  }

  .sec_login .form_err {
    margin-bottom: 6px;
  }

  /*.bt_white a:hover, .bt_white_in:hover, .bt_white input:hover{background:none;}*/

  .filters_wrap {
    height: 55px;
  }
  .filters_in {
    height: 100%;
    padding: 0;
    margin: 0 25px;
  }
  .filter_drop {
    top: 55px;
  }
  .filter_item.hover .filter_drop {
    display: none;
  }
  .filter_item.active .clear_filter {
    display: none;
  }
  .filter_item.active .default {
    display: none;
  }
  .filter_item_top_m {
    max-width: 30%;
  }
  .part_1 {
    max-width: 100%;
    margin: 0;
  }
  .part_2 {
    max-width: 47%;
    margin-left: 2.5%;
  }
  .part_3 {
    max-width: 30%;
    margin-left: 3%;
  }
  .filters_bar_wrap_m .filter_item_top_m,
  .filters_bar_wrap_m .filter_item_top_m {
    max-width: 17%;
  }
  .filters_bar_wrap_m .filter_item_top_m.part_1 {
    max-width: 100%;
    margin: 0;
  }
  .filters_bar_wrap_m .filter_item_top_m.part_2 {
    max-width: 47%;
    margin-left: 2.5%;
  }
  .filters_bar_wrap_m .filter_item_top_m.part_3 {
    max-width: 30%;
    margin-left: 3%;
  }
  .filters_bar_wrap_m .filter_item_top_m.part_4 {
    max-width: 23%;
    margin-left: 1.5%;
  }
  .filters_bar_wrap_m .filter_item_top_m.part_5 {
    max-width: 18%;
    margin-left: 1.5%;
  }
  .filter_item_top_m.selected .clear_filter {
    display: block;
  }
  .filter_item.active .filter_item_top:before {
    display: block;
  }
  .filter_item_top {
    position: absolute;
    z-index: 1;
    line-height: 55px;
  }
  .filter_item_in {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
  }
  .filter_item_m.active .filter_item_in {
    width: 40px;
  }
  .filter_item_in a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .filter_link a {
    margin: 0;
  }
  .filter_link a:hover {
    text-decoration: none;
  }
  .filter_item_top_m .clear_filter {
    z-index: 2;
  }
  .filter_item.active .filter_item_top {
    font-size: 1em;
  }
  .filter_top_title {
    font-size: 1.2em;
  }
  .filters_bar_wrap_m .filter_top_title {
    font-size: 1em;
  }
  .filter_search_input input {
    font-size: 1.2em;
  }

  .bg_grey_dark .filter_search:hover {
    background: url(assets/img/layout/bg_filter.png) repeat;
  }
  .bg_grey_dark .filter_search.active {
    background: #58595b;
  }
  .bg_blue .filter_search:hover {
    background: url(assets/img/layout/bg_filter.png) repeat;
  }
  .bg_blue .filter_search.active {
    background: #58595b;
  }
  .bg_orange .filter_search:hover {
    background: url(assets/img/layout/bg_filter.png) repeat;
  }
  .bg_orange .filter_search.active {
    background: #58595b;
  }
  .bg_yellow .filter_search:hover {
    background: url(assets/img/layout/bg_filter.png) repeat;
  }
  .bg_yellow .filter_search.active {
    background: #58595b;
  }

  .m_search_open.filter_search:hover {
    background-color: #58595b;
  }

  .bt_orange a {
    font-size: 1.3em;
  }
  .bt_blue a {
    font-size: 1.3em;
  }
  .bt_beige a {
    font-size: 1.3em;
  }
  .bt_yellow a {
    font-size: 1.3em;
  }

  span.wpcf7-not-valid-tip {
    font-size: 1.1em;
  }

  .contact_input,
  .contact_select {
    margin-bottom: 20px;
  }
  .select2-container .select2-choice .select2-arrow {
    background-size: 18px auto;
  }
  .select2-chosen {
    font-size: 1.2em;
  }

  .content {
    margin-bottom: -220px;
  }
  /* .push {
    height: 220px;
  } */
  .page-template-history .footer {
    height: 220px;
  }
  .all_wrap .title,
  .team_row .title,
  .box50 .title25 {
    font-size: 2.5em;
    line-height: 1;
    max-height: 45px;
    margin-bottom: 20px;
  }
  .all_wrap .prod_item .title,
  .all_wrap .brand_item .title,
  .all_wrap .corp_item .title {
    font-size: 2em;
    max-height: 108px;
    margin-bottom: 0;
    line-height: 1;
  }
  .all_wrap .title25,
  .team_row .text {
    font-size: 1.3em;
    line-height: 1.2;
    max-height: 84px;
    overflow: hidden;
  }
  .box50 .play {
    background-size: 210px;
  }
  .box_face .hp_cat_icon svg,
  .box_yout .hp_cat_icon svg,
  .big_insta svg {
    width: auto;
    max-width: 100%;
    height: 110px;
  }
  .box_face.box50 .hp_cat_icon svg,
  .box_yout.box50 .hp_cat_icon svg {
    width: auto;
    max-width: 100%;
    height: 210px;
  }
  .big_insta svg {
    width: auto;
    max-width: 100%;
    height: 160px;
  }
  .check_form {
    font-size: 1.1em;
  }
  .check_small .bt_tx {
    margin: 0 8px;
  }
  .sec_contact h1.title,
  .sec_contact h2.title {
    margin-bottom: 40px;
  }
  .sec_tow_items_2 .right.box1 .corner,
  .sec_tow_items_2 .right.box50 .corner {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
    -ms-filter: none;
  }
  .elevate {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .elevate .inline {
    display: block;
  }
  .elevate_item a {
    padding: 0 16px;
  }
  .row_history .title {
    font-size: 3em;
    line-height: 1;
  }
  .row_history .text {
    font-size: 1.3em;
    line-height: 1.3;
  }
  .row_history .m_height .absolute {
    min-height: 0;
    height: auto;
  }
  .elevate_item a:hover {
    color: white;
  }
  .elevate_item.active a {
    color: #ffd803;
  }
  .cart_table_row .cell_bg {
    height: 65px;
  }
  .cart_table_row .cell_remove {
    position: relative;
    width: 10%;
  }
  .cart_table_row .cell_bg.col1 {
    width: 10%;
    position: relative;
    padding: 0;
  }
  .cart_table_row .cell_bg.col1 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cart_table_row .cell_bg.col1 img {
    display: block;
    width: auto;
    height: 59px;
    border: none;
    margin: 3px auto 0;
  }
  .cart_table_row .col2 {
    width: 41%;
  }
  .col2 .text {
    line-height: 1;
    max-height: 16px;
    overflow: hidden;
  }
  .cart_table_row .col3 {
    display: block;
    width: 14%;
  }
  .cart_table_row .col4 {
    display: block;
    width: 23%;
  }
  .cart_table_row .prod_count {
    font-size: 1.2em;
  }
  .price,
  .cart_table_row .col4 .price {
    font-size: 1.2em;
  }
  .cart_table_row .plus,
  .cart_table_row .minus {
    width: 35%;
  }
  .cart_table {
    margin-bottom: 0;
  }
  .cupon_input input[type="text"] {
    font-size: 0.9em;
    height: 45px;
    width: 100%;
  }
  .bt_coupon {
    margin-top: 0;
    top: 5px;
    left: 5px;
  }
  .bt_coupon input {
    height: 35px;
    font-size: 16px;
  }
  .cart_page {
    padding-bottom: 120px;
  }
  .has--shapes:before {
    bottom: auto;
    top: -10px;
  }
  .cupon_error_tx {
    font-size: 0.8em;
  }
  .store_side_col1,
  .store_side_col2 {
    height: 40px;
    line-height: 40px;
  }
  .total_tx {
    font-size: 1.2em;
  }
  .totla_row .total_price {
    width: 23%;
  }
  .totla_row .total_tx {
    padding: 0;
  }
  .cart_note_title {
    font-size: 0.7em;
    max-height: 16px;
    overflow: hidden;
  }
  .cart_table_row {
    margin-bottom: 10px;
  }
  label.error,
  label.label_error {
    font-size: 1.1em;
  }
  .sec_login .form_err {
    font-size: 1.1em;
  }
  .select2-search input,
  .select2-no-results {
    font-size: 1em;
  }
  .title_orange {
    font-size: 3em;
  }
  .title_orange.small {
    font-size: 2.5em;
  }
  .login_box .title {
    font-size: 2.5em;
  }
  .check_large .bt_tx {
    font-size: 1.2em;
  }
  .login_box .text {
    font-size: 1.2em;
  }
  .login_box .bt_white input {
    text-decoration: none;
  }
  .form-row.terms .error {
    font-size: 0.9em;
  }
  #creditguardIframe {
    /*min-height:970px;*/
    min-height: 1080px;
  }
  .woocommerce-order-pay .inner_width {
    padding-left: 25px;
    padding-right: 25px;
  }
  .woocommerce-order-received .text {
    font-size: 1.3em;
  }
  .bt_white a,
  .bt_white_in,
  .bt_white input {
    font-size: 1em;
  }
  .single-post .text img {
    width: 100%;
    height: auto;
  }
  .head_lang:first-child a {
    margin-left: 5px;
    padding-left: 9px;
  }
  .filter_search_input {
    padding-left: 61px;
  }
  .filter_search_input input {
    padding-right: 15px;
  }
  .home .hp_top {
    height: auto;
    padding-top: 120%;
  }
  .hp_top .width--1400 {
    height: auto;
    display: block !important;
  }
  .home .hp_top .hp_slide {
    position: absolute;
    left: 0;
    top: 0;
  }
  .bt_search {
    width: 34px;
    height: 34px;
    right: 50%;
    margin-right: -17px;
    margin-top: -17px;
  }
  .filter_search_m.active .bt_search {
    display: none;
  }
  .filter_search_m .bt_clear {
    width: 20px;
    height: 20px;
    right: 50%;
    margin-top: -10px;
    margin-right: -10px;
  }
  .filter_search_m.active .bt_clear {
    display: block;
  }
  .filter_search_submit {
    width: 34px;
    left: 17px;
  }
  .m_drop_item_open .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-template-map .top_slider_wrap {
    height: 770px;
  }
  .form-row#billing_street_field,
  .form-row#billing_house_number_field,
  .form-row#billing_floor_field,
  .form-row#billing_appartment_field {
    width: 50%;
    margin-right: 0;
  }
  .form-row#billing_street_field,
  .form-row#billing_house_number_field {
    float: left;
  }
  .head_top .head_top_item:nth-child(2) {
    margin-right: 0;
  }

  /************ shop *************/

  .shop .box1 {
    width: 33%;
    padding-top: 41.25%;
  }
  .shop .prod_title {
    margin-top: -2px;
  }
  .filters_shop_wrap_m .m_drop_item_link {
    display: block;
    font-size: 1em;
    color: white;
    padding: 5px 22px;
  }
  .check_field .input_tx {
    font-size: 0.9em;
  }
  .filters_shop_wrap_m .m_drop_item_link a {
    padding: 0;
  }
  .filter_item_top_m {
    display: none;
  }
  .filter_item_top_m.selected {
    display: inline-block;
  }
  .filter_item_top_m.selected.hide {
    display: none;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_1 {
    max-width: 100%;
    margin: 0;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_2 {
    max-width: 47%;
    margin-left: 2.5%;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_3 {
    max-width: 30%;
    margin-left: 3%;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_4 {
    max-width: 23%;
    margin-left: 1.5%;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_5 {
    max-width: 18%;
    margin-left: 1.5%;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_6 {
    max-width: 15%;
    margin-left: 1.5%;
  }
  .filters_shop_wrap_m .filter_item_top_m.part_7 {
    max-width: 12%;
    margin-left: 1.5%;
  }
  .filter_link.filter_link_single.active a {
    position: relative;
    padding-right: 8px;
  }
  .filter_link.filter_link_single.active a:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: white;
    height: 4px;
    width: 4px;
    right: 0;
    top: 50%;
    margin-top: -3px;
  }
  .title_icon svg {
    width: 170px;
    height: 160px;
  }
  .item_openb svg {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .item_ice .title_en_big {
    font-size: 6em;
  }

  /************ end shop *************/
  .hp_sale_tx {
    padding-top: 300px;
  }
  .side_brends_img {
    position: static;
  }
  .sec_brends .brends_content {
    min-height: inherit;
    padding-top: 0;
  }
  .coc_item {
    width: 50%;
    padding: 12px 5px;
  }
  .coc_item:nth-of-type(4n + 2) {
    border-left: none;
  }
  .coc_item:nth-of-type(4n + 1),
  .coc_item:nth-of-type(4n + 2) {
    border-bottom: 1px solid black;
  }
  .tx--24 {
    font-size: 1.1em;
  }
  .prod_main {
    padding-top: 10px;
  }
  .prod_main .title--36 {
    margin-bottom: 15px;
  }
  .prod_shop_top .all_tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .prod_price_col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }
  .prod_details_container {
    max-width: inherit;
  }
  .prod_row_note {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .log_new_left {
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding-top: 20px;
  }
  .cart_table_row .table_cell .text {
    max-width: unset;
    white-space: break-spaces;
    text-align: center;
  }
  .slide_bar {
    padding-bottom: 35px;
  }
  .prod_item {
    margin-bottom: 30px;
  }
  .left_total .note {
    width: 100%;
    text-align: center;
    left: 0;
    right: auto;
    bottom: -47px;
  }
  .cart_note_s {
    margin-top: 80px;
  }
  .head_cart:hover {
    background: transparent;
  }
  .slick-slide .product_bottom {
    position: static;
  }
  .slick-slide .prod_item {
    padding-bottom: 0;
    height: auto;
  }
  .tog_wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .tog_wrap .text,
  .tog_wrap p {
    font-size: 17px;
  }
  .wine_info_warp {
    margin-top: 15px;
  }

  @media (hover: hover) and (pointer: coarse) {
    .m_bottom_link:hover {
      color: #ffd803;
    }
  }

  @media only screen and (max-width: 650px) {
    .has-cupon {
      padding-bottom: 0;
    }
    .serv_logo {
      height: 65px;
    }
    .serv_logo img {
      max-height: 60px;
    }
    .has--shapes:before,
    .has--shapes:after {
      width: 90px;
      height: 90px;
      top: -10px;
    }
    .has--shapes:before {
      left: 0;
    }
    .slide_5_wrap,
    .slide_6_wrap {
      margin: 0 -30px;
      margin-top: 0px;
    }
    .home .hp_top {
      padding-top: 130%;
    }
    .title--60 {
      font-size: 7vw;
    }
    .hp_slide_tx {
      font-size: 16px;
      line-height: 1.1;
    }
    .coc_items {
      margin-bottom: 20px;
    }
    .sec_cocktail .right.box50 {
      padding: 0 !important;
    }
    .sec_cocktail .right.box50 .cell_padding {
      position: static;
      padding-bottom: 80px;
      padding-top: 40px;
    }
    .m-filters-in {
      width: 85%;
    }
    .m-fil-head .title--36 {
      font-size: 22px;
    }
    .bt_black a {
      height: 45px;
      line-height: 45px;
      min-width: 130px;
    }
    .category_page .inner_width {
      padding: 0;
    }
    .prod_item {
      width: calc(100% / 2);
    }
    .prod_item:nth-of-type(3n + 1) {
      border-right: none;
    }
    .prod_item:nth-of-type(2n + 2) {
      border-left: none;
    }
    .sm-filters {
      left: 15px;
    }
    .sm-open-filters {
      left: auto;
      right: 15px;
    }
    .cat--wine:before,
    .cat--mixed:before {
      left: 0;
    }
    .cat--wiski:before {
      right: 0;
    }
    .cat_title {
      font-size: 48px !important;
    }
    .show-more-loading img {
      width: 60px;
    }
    .show-more-loading a {
      font-size: 16px;
    }
    .n_prod_content .prod_title,
    .shop .prod_title {
      font-size: 16px !important;
    }
    .sm-filter_link {
      font-size: 15px;
    }
    .sep-this {
      display: none;
    }
    .prod_row_note_item:first-child,
    .cart_note_s .prod_row_note_item {
      font-size: 14px;
      position: relative;
      margin-bottom: 12px;
      padding-right: 33px;
    }
    .prod_row_note_item:first-child img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }

    .prod_details_container {
      min-height: inherit;
    }
    .product-detail {
      width: 50%;
      font-size: 18px;
    }
    .product-detail:nth-of-type(2n + 2) {
      text-align: left;
    }
    .tog_wrap .text,
    .tog_wrap p {
    }
    .tog_btn a {
      font-size: 16px;
    }
    .tog_btn {
      margin-top: 6px;
    }
    .prod_tax_icon svg {
      width: 18px;
    }
    .prod_tax_tx {
      font-size: 16px;
      width: 84%;
    }
    .prod_tax {
      width: 100%;
      margin: 0;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial;
      margin-bottom: 14px;
    }
    .prod_tax:nth-of-type(2n + 2) {
      margin-bottom: 0;
    }
    .wine_info_warp {
      margin-bottom: 0;
    }
    .ele_article {
      padding: 0 10px;
    }
    .sec_bar .inner_width .slick-list {
      padding: 0 30px;
    }
    .slide_5_wrap .slick-list,
    .slide_6_wrap .slick-list {
      padding: 0;
    }
    .cat--wine:before,
    .cat--wiski:before,
    .cat--mixed:before {
      width: 90px;
      height: 90px;
      top: -6px;
    }
    .top_category .tx--24 {
      font-size: 16px;
    }
    .prod_item .prod-tag {
      font-size: 13px;
      width: 48px;
      height: 48px;
    }
    .prod_item .prod-tag-limited {
      width: 70px;
    }
    .prod-tag--off {
      width: 90px !important;
      height: 90px !important;
      font-size: 13px;
    }
    .credit-logos img {
      max-width: 160px;
    }
    .ft_title {
      font-size: 16px;
    }
    .left_total {
      width: 100%;
      margin-top: 30px;
    }
    .left_total .flex--end {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .submit_yellow input,
    .submit_yellow button,
    .bt--big {
      height: 48px;
      font-size: 18px;
      min-width: 180px;
    }
    .bt--big {
      line-height: 48px;
    }
    .order_col2 {
      position: absolute;
      bottom: 10px;
      width: 50%;
      font-size: 14px;
    }
    .order_col1 {
      width: 65%;
      margin-bottom: 12px;
    }
    .order_col3 {
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
    .order_inner_col1 {
      width: 54%;
    }
    .order_inner_img {
      width: 28%;
    }
    .order_inner_row {
      margin-bottom: 3px;
    }
    .order_inner_title {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 14px;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
    }
    .order_inner_total {
      padding-top: 8px;
      font-size: 20px;
    }
    .my_acc_tab {
      width: 48%;
      padding: 0;
      margin: 0;
      text-align: center;
    }
    .my_acc_tab:last-child {
      margin-right: 4%;
    }
    .my_acc_tabs {
      margin-bottom: 22px;
      margin-top: -10px;
    }
    .pop_enter .flex--center {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .pop_enter .bt_black:last-child {
      margin-right: 0;
    }
    .pop_enter .bt_black {
      width: 47%;
    }
    .pop_enter .bt_black a {
      width: 100%;
      padding: 0;
    }
    .cart_note_s {
      text-align: right;
      display: block;
    }
    .side_filters_row,
    .side_filter_top {
      border-color: #dedede;
    }
    .side_filters_row .title_filter {
      font-weight: 400;
      padding: 14px 0;
      padding-right: 25px;
    }
    .side_filters_row .ic-corner {
      right: 10px;
    }
  }

  @media only screen and (max-width: 480px) {
    .ft_soc {
      width: 40px;
      height: 40px;
    }
    .search_bt_input {
      font-size: 16px;
      padding-right: 20px;
    }
    .sec--pad {
      padding: 40px 0;
    }
    /* popup */
    .popup {
      max-width: 90vw !important;
      max-height: 90vh !important;
      top: 0 !important;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
    }
    .pop_enter .popup {
      top: 70px !important;
      padding: 30px;
    }
    .pop_enter .has--shapes:before,
    .pop_enter .has--shapes:after {
      width: 70px;
      height: 70px;
    }
    .pop_enter .has--shapes:after {
      left: -10px;
    }
    .pop_enter .has--shapes:before {
      right: -10px;
    }
    /* popup */
    .underNotInStock {
      margin-left: 22px !important;
      margin-top: 94px !important;
    }
    .left-placement {
      margin-top: 20px;
    }
    .left .prod_sale_icon {
      width: 45px;
      height: 45px;
    }
    .single-product .prod_out_of_stock .prod_sale_icon {
      width: 45px;
      height: 45px;
      margin-top: 20px;
      margin-left: 20px;
    }
    .corner {
      left: auto;
      right: -14px;
      margin-top: -15px;
    }
    .corner svg {
      height: 30px;
      width: 15px;
    }
    .right.box1 .corner,
    .right.box50 .corner {
      right: auto;
      left: -14px;
    }
    .filters_wrap {
      height: 40px;
    }
    .filter_drop {
      top: 40px;
    }
    .filter_item_top {
      padding: 0 12px 0 40px;
      line-height: 40px;
      font-size: 1.2em;
    }
    .filter_top_title {
      font-size: 0.8em;
    }
    .filters_bar_wrap_m .filter_top_title {
      font-size: 0.7em;
    }
    .age_input input {
      font-size: 2.4em;
    }
    .age_input input {
      height: 120px;
    }
    .inner_width {
      padding-left: 30px;
      padding-right: 30px;
    }
    .title,
    .all_wrap .prod_item .title {
      font-size: 1em;
    }
    .title_en_big {
      font-size: 6em;
    }
    .filter_item_top:before {
      background-size: 15px auto;
      width: 40px;
    }
    .m_drop_item_top a {
      padding: 10px 12px;
      font-size: 1.1em;
    }
    .icon_plus {
      width: 14px;
      left: 13px;
      height: 2px;
      margin-top: -1px;
    }
    .icon_plus:before {
      height: 2px;
    }
    .select2-container .select2-choice .select2-arrow {
      background-size: 15px auto;
    }
    .play {
      background-size: 80px;
    }
    .quote_item .text,
    .quote_item .text p {
      font-size: 0.8em;
      max-height: 140px;
      overflow: hidden;
    }
    .bt_white a,
    .bt_white_in,
    .bt_white input {
      font-size: 1em;
    }
    input,
    select,
    textarea,
    .select2-chosen {
      font-size: 0.95em;
    }
    .form_newsletter input[type="email"] {
      font-size: 1.1em;
    }
    .title25 {
      font-size: 0.8em;
    }
    .all_wrap .title,
    .team_row .title,
    .box50 .title25 {
      font-size: 1.3em;
      margin-bottom: 10px;
    }
    .all_wrap .title25,
    .team_row .text {
      font-size: 0.8em;
      max-height: 52px;
    }
    .team_row .text {
      max-height: 34px;
    }
    .all_wrap .prod_item .title,
    .all_wrap .brand_item .title,
    .all_wrap .corp_item .title {
      font-size: 1.2em;
      max-height: 63px;
    }
    .box50 .play {
      background-size: 130px;
    }
    .box_face .hp_cat_icon svg,
    .box_yout .hp_cat_icon svg {
      width: auto;
      max-width: 100%;
      height: 60px;
    }
    .big_insta svg {
      width: auto;
      max-width: 100%;
      height: 100px;
    }
    .box_face.box50 .hp_cat_icon svg,
    .box_yout.box50 .hp_cat_icon svg {
      width: auto;
      max-width: 100%;
      height: 130px;
    }
    .contact_input,
    .contact_select {
      margin-bottom: 15px;
    }
    .contact_input input,
    .contact_select a.select2-choice {
      height: 40px;
    }
    .select2-chosen {
      line-height: 40px;
    }
    .attr .select2-chosen {
      line-height: 55px;
    }
    .attr .select2-container .select2-choice .select2-arrow {
      width: 55px;
    }
    .attr .plus,
    .attr .minus {
      margin-left: 0;
      width: 40px;
    }
    .attr .attr_content {
      padding-left: 15px;
      padding-right: 15px;
    }
    .check_form {
      font-size: 0.9em;
    }
    .select2-container .select2-choice .select2-arrow {
      width: 40px;
    }
    span.wpcf7-not-valid-tip {
      font-size: 0.9em;
    }
    .team_row .wrap50:first-child .box1 .corner,
    .team_row .wrap50:first-child:last-child .box1 .corner {
      left: auto;
      right: -14px;
    }
    .team_row .wrap50:last-child .box1 .corner {
      left: -14px;
      right: auto;
    }
    .team_ind svg {
      width: 25px;
      height: auto;
      max-height: 100%;
    }
    .qoute {
      font-size: 3em;
    }
    .has-sub-children .menu_open {
      width: auto;
    }
    .has-sub-children.menu_open_wrap {
      width: auto;
    }
    .has-sub-children .menu_open_link {
      float: none;
      display: inline;
    }
    .filter_search_input input {
      font-size: 0.9em;
    }
    .title_en {
      font-size: 2em;
    }
    h1.title,
    h2.title {
      font-size: 1.8em;
    }
    .prod_options .attr {
      display: block;
      width: 48%;
    }
    .prod_options .attr.attr_quantity {
      margin-bottom: 0;
      float: left;
    }
    .hp_cat .font_din,
    .hp_categories .hp_cat .title,
    .sec_share .box1 .title_en {
      font-size: 1.3em;
    }
    .cart_table_row {
      height: unset;
      flex-direction: column;
      gap: 20px;
    }
    .cart_table_row .cell_bg {
      width: auto;
      max-width: 100%;
      height: unset;
    }

    .cart-btn {
      display: flex;
      justify-content: center;
    }
    .woocommerce-cart .price {
      width: auto;
      justify-content: center;
    }

    .cell_remove a {
      align-items: baseline;
    }
    .cart-name .table_cell {
      text-align: center;
    }
    .cell_remove svg {
    }
    .cart_table_row .cell_remove {
      width: 100%;
    }
    .cart_table_row .cell_bg.col1 {
      width: 20%;
    }
    .cart_table_row .cell_bg.col1 img {
      height: 51px;
    }
    .cart_table_row .col2 {
      width: 58%;
      padding-left: 5%;
      padding-right: 5%;
    }
    .cart_table_row .prod_count {
      margin-left: 5%;
      margin-right: 5%;
    }
    .col2 .text {
      max-height: 32px;
    }
    .cart_table_row .col2 {
      position: absolute;
      width: 100%;
      top: 57px;
      right: 0;
    }
    .cart_table_row .col3 {
      width: 26.5%;
    }
    .cart_table_row .col4 {
      width: 32%;
    }
    .price,
    .cart_table_row .col4 .price,
    .cart_table_row .prod_count {
      font-size: 1em;
    }
    .col2 .text {
      max-height: 16px;
    }
    .coupons,
    .cupon_row {
      display: block;
      float: none;
      width: 100%;
    }
    .coupon_row.first {
      margin-bottom: 15px;
    }
    .cupon_row {
      font-size: 1em;
    }
    .bt_coupon {
      width: 32%;
      margin-right: 0.5%;
    }
    .bt_coupon input {
      min-width: 0;
      width: 100%;
      font-size: 1em;
    }
    .bt_cart a,
    .bt_cart input {
      height: 45px;
      line-height: 45px;
      font-size: 1.1em;
    }
    .total_tx {
      font-size: 1em;
      margin-left: 1.5%;
    }
    .total_price .price {
      font-size: 1em;
    }
    .totla_row .total_price {
      width: 32%;
    }
    .store_side_col1,
    .store_side_col2 {
      height: 25px;
      line-height: 25px;
    }
    .plus,
    .minus {
      width: 20%;
      margin-left: 5%;
    }
    .plus svg,
    .minus svg {
      width: 11px;
      height: 27px;
    }
    .login_link a {
      font-size: 0.9em;
    }
    label.error,
    label.label_error {
      font-size: 0.9em;
    }
    .sec_login .form_err {
      font-size: 0.9em;
    }
    .cart_step {
      line-height: 40px;
      font-size: 0.7em;
    }
    .woocommerce-billing-fields input,
    .woocommerce-billing-fields select,
    .woocommerce-billing-fields textarea,
    .woocommerce-billing-fields .select2-chosen,
    .woocommerce-checkout .select2-search input,
    .woocommerce-checkout .select2-no-results,
    .woocommerce-checkout .select2-results .select2-result-label,
    .woocommerce-billing-fields label.error,
    .woocommerce-billing-fields label.label_error,
    .woocommerce-account-fields input,
    .woocommerce-account-fields label.error,
    .woocommerce-account-fields label.label_error {
      font-size: 0.76em;
    }
    .title_orange {
      font-size: 2.5em;
    }
    .title_orange.small {
      font-size: 1.5em;
    }
    .login_box .title {
      font-size: 1.5em;
    }
    .sec_login .form_err {
      margin-bottom: 0;
    }
    #creditguardIframe {
      /*min-height:936px;*/
      min-height: 1080px;
    }
    .woocommerce-order-received .text {
      font-size: 1em;
    }

    .thankyou h1,
    .thankyou .text,
    .thank_You_btn {
      margin-bottom: 20px !important;
      text-align: center;
    }

    .box1 .title25 {
      margin-bottom: 1px;
    }
    .box1 .text,
    .prod_item .text {
      font-size: 0.8em;
      max-height: 32px;
    }
    .box1.quote_item .text {
      max-height: 100%;
    }
    .bt_white a,
    .bt_white_in {
      height: 35px;
      line-height: 35px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.8em;
    }
    .bt_stack {
      bottom: 10%;
    }
    .head_lang_wrap,
    .head_login_wrap {
      font-size: 0.8em;
    }
    .head_lang:first-child a {
      margin-left: 3px;
      padding-left: 6px;
    }
    .kosher {
      margin-top: 20px;
      margin-right: 20px;
      width: 45px;
      height: 45px;
    }
    .home .hp_slide_content .title_en_big {
      line-height: 1;
    }
    .home .hp_slide_content .font_din {
      font-size: 4.5em;
    }
    .prod_item .title {
      font-size: 0.8em;
      max-height: 35px;
      overflow: hidden;
    }
    .form_select a.select2-choice {
      height: 40px;
    }
    .sec_buy_map .title_en {
      display: none;
    }
    .prod_bt_row,
    .prod_bt_row.width1 {
      width: 100%;
    }
    .bt_search {
      width: 23px;
      height: 23px;
      margin-top: -12px;
      margin-right: -12px;
    }
    .filter_search_m .bt_clear {
      width: 14px;
      height: 14px;
      margin-top: -7px;
      margin-right: -7px;
    }
    .filter_search_submit {
      width: 23px;
      left: 12px;
    }
    .filter_search_input {
      padding-left: 43px;
    }
    .menu_bt {
      margin-left: 15px;
    }

    /************ shop *************/

    .shop .box1 {
      width: 50%;
      padding-top: 67.5%;
    }
    .shop .prod_title {
      margin-top: -3px;
      font-size: 0.85em;
    }
    .shop .prod_sale {
      top: 8%;
      right: 8%;
    }
    .shop .prod_sale_icon {
      width: 40px;
      height: 40px;
    }
    .shop .prod_out_of_stock .prod_sale_icon {
      width: 45px;
      height: 45px;
    }
    .shop .prod_sale_price {
      font-size: 0.8em;
    }
    .prod_taxes {
      width: 76px;
      margin-right: 20px;
    }
    .title_icon svg {
      padding: 0;
      width: 70px;
      height: 66px;
    }
    .item_ice .title_en_big {
      font-size: 4.5em;
    }
    .item_lemon .title_icon {
      padding-left: 10px;
    }

    /************ end shop *************/
  }
  @media only screen and (max-width: 375px) {
    .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
      font-size: 23px;
    }
    .filter_item_top {
      font-size: 1.1em;
    }
    .m_drop_item_top a {
      font-size: 1em;
    }
    .single-product .amount {
      font-size: 25px;
      margin-top: 19px;
    }
    .prod_options .attr {
      width: 100%;
    }
    .menu_open_wrap {
      padding-bottom: 13px;
    }
    .prod_sale_price--custom {
      font-size: 18px;
      margin-top: 4px;
    }
    .title--36 {
      font-size: 28px;
      margin-bottom: 15px;
    }
    .prod_sm_brend {
      width: 90px;
    }
    .head_top {
      font-size: 12px;
    }
    .head_user_tx {
      font-size: 14px;
    }
    .head_user_link.logout {
      font-size: 14px;
    }
    .prod_item .bt_yellow {
      margin-bottom: 6px;
    }
    .note {
      font-size: 12px;
    }
    .sm-filters {
      padding: 0 7px;
    }
    .sm-filter_link {
      margin: 0 6px;
    }
    .sm-filter_link:last-child {
      margin-left: 0;
    }

    .elevate_item a {
      padding-left: 9px;
      padding-right: 9px;
    }
    .elevate_item a:before,
    .elevate_item a {
      height: 30px;
      line-height: 30px;
    }
    .box1 .title {
      margin-bottom: 2%;
    }
    .box1 .title_en {
      margin-bottom: 2%;
    }
    .row_history .title {
      font-size: 2em;
    }
    .row_history .text {
      font-size: 0.8em;
    }
    .title_en_big {
      font-size: 2.5em;
    }
    .cart_steps {
      margin: -20px -30px 20px;
    }
    .cart_step {
      font-size: 13px;
      padding: 0 8px;
    }
    .cart_step svg {
      display: none;
    }
    .cart_page .title--60 {
      margin-bottom: 25px;
    }
    .total_order {
      padding: 20px 25px;
    }
    .login_box .text {
      font-size: 18px;
    }
    .check_large .bt_tx {
      font-size: 16px;
    }
    .check_page .title--36 {
      font-size: 22px;
    }
  }
  @media only screen and (max-width: 320px) {
    .age_input input {
      font-size: 1.7em;
    }
    .age_input input {
      height: 90px;
    }
    .play {
      background-size: 68px;
    }
    .prod_options .attr.attr_quantity {
      max-width: 112px;
    }
    .title--36 {
      font-size: 25px;
    }
    .pop_enter .bt_black a {
      min-width: inherit;
      font-size: 14px;
    }
  }

  @media only screen and (max-height: 481px) {
    #creditguardIframe {
      height: 933px !important;
    }
  }
  .woocommerce-billing-fields .fields-hidden {
    display: none;
  }
  #woo_pp_ec_button_checkout {
    display: inline-block !important;
  }
  .button_wraper_ppec_paypal {
    display: none;
    position: relative;
    padding-top: 20px;
    text-align: center;
  }
}

.home-form input {
  background-color: transparent;
  margin-bottom: 0px;
  /* border: 2px solid #a7072d; */
  border: 1px solid grey;
  border-radius: 13px !important;
  height: 50px;
}

.home-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-form .wpcf7-form p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-form .wpcf7-form p {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}

.home-form .wpcf7-form p .wpcf7-form-control-wrap {
  flex: 1 1 calc(31.33% - 10px); /* 3 inputs per row */
  min-width: 200px;
}

.home-form .wpcf7-form p span.wpcf7-form-control-wrap[data-name="message"] {
  flex: 1 1 100%; /* Full width for textarea */
  margin-top: 10px;
}

.home-form .wpcf7-form p input[type="submit"] {
  margin-top: 15px;
  border-radius: 0px !important;
  height: 34px;
  font-size: 16px;
  opacity: 1 !important;
  font-weight: 400;
  color: #fff;
  border: 0px;
}

.home-form .wpcf7-form input,
.home-form .wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: "Open Sans";
}

.home .wpcf7-spinner,
.page-template-template-contact-php .wpcf7-spinner {
  display: none;
}
.home-form .wpcf7-form input::placeholder,
.home-form .wpcf7-form textarea::placeholder {
  color: #888;
}

.home-form textarea {
  background: transparent;
  height: 100px;
  border-radius: 13px !important;
  border: 1px solid grey;
}

.home-form .bt_yellow.add_tocart {
  background-color: #a7072d;
  max-width: fit-content;
}

.home-form .bt_yellow.add_tocart:hover {
  background-color: black !important;
}

.home-form br {
  display: none;
}

.home-contact .box50 {
  padding-top: 42%;
}

.about-sec2 .title,
.about-sec2 .text p,
.sec_contact h2 {
  color: #fff;
}

.all_tags {
  display: none;
}
.sec_contact .title:before {
  background: #fff;
}
.about-sec2 .title:before {
  background: #fff;
}

.home .all_tags {
  display: none;
}

.bg_brown-2 {
  background-color: rgba(167, 7, 45, 0.8);
}

.contact_input .wpcf7-not-valid-tip {
  color: #fff;
}

.contact-btn {
  text-align: center;
}

.contact-btn input {
  border: 2px solid #fff;
}
.contact-btn input:hover {
  background: transparent;
  color: #fff;
}

.contact-btn p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single .single_top {
  padding-top: 45px;
}

.single .prod_row_note_item.share_wrap,
.single .sep-this {
  display: none;
}

.single.bg--bege {
  background-color: #fff !important;
}

.single_top_img {
  display: flex;
  justify-content: center;
}

.bg_cart_brown {
  background-color: rgba(167, 7, 45, 0.03);
}
.home {
  background-color: transparent !important;
}

.shipping_option.radio_field label {
  right: 38px;
}

.shipping_option.radio_field .check_link {
  display: block !important;
}

.shipping_option.radio_field {
  display: flex;
}

.page-template-template-about .hp_slide_bg_in::after,
.page-template-template-contact .hp_slide_bg_in::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .home-form .bt_yellow.add_tocart {
    background-color: #a7072d;
    max-width: 100%;
  }
}
/* 125% */

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .box50 {
    position: relative;
    width: 50%;
    padding-top: 32%;
  }

  .logo {
    position: relative;
    width: 190px;
  }

  .hp_top,
  .hp_top .width--1400 {
    height: 580px;
  }

  .home-form .wpcf7-form input::placeholder,
  .home-form .wpcf7-form textarea::placeholder {
    color: #888;
    font-size: 12px;
  }

  .content {
    padding-top: 50px;
  }

  .home-form input {
    height: 40px;
  }

  .home-contact .box50 {
    padding-top: 40%;
  }

  .menu_item_top a {
    display: block;
    height: 48px;
    padding: 0 0px;
  }

  .head_left {
    min-width: 313px;
  }
  .n_prod_content .prod_title,
  .shop .prod_title {
    font-size: 16px !important;
  }

  .title--36 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .text,
  p {
    font-size: 16px;
  }

  .coc_items {
    margin-bottom: 40px;
  }

  .inner_width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title_en_big {
    font-size: 4em;
  }
}

/* 150% */
@media only screen and (min-width: 1270px) and (max-width: 1366px) {
  .box50 {
    position: relative;
    width: 50%;
    padding-top: 32%;
  }

  .logo {
    position: relative;
    width: 190px;
  }

  .hp_top,
  .hp_top .width--1400 {
    height: 580px;
  }

  .content {
    padding-top: 50px;
  }

  .menu_item_top a {
    display: block;
    height: 48px;
    padding: 0 0px;
  }
  .home-form .wpcf7-form input::placeholder,
  .home-form .wpcf7-form textarea::placeholder {
    color: #888;
    font-size: 12px;
  }
  .home-form input {
    height: 40px;
  }

  .home-contact .box50 {
    padding-top: 55%;
  }

  .head_left {
    /* min-width: 380px; */
    min-width: 313px;
  }

  .n_prod_content .prod_title,
  .shop .prod_title {
    font-size: 16px !important;
  }

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

  .title--36 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .text,
  p {
    font-size: 16px;
  }

  .coc_items {
    margin-bottom: 40px;
  }

  .inner_width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title_en_big {
    font-size: 4em;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1269px) {
  .home-contact .box50 {
    padding-top: 100%;
  }

  .head_left {
    min-width: 0px;
  }

  .content {
    padding-top: 20px;
  }

  .inner_width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu_item_top a {
    padding: 0 2px !important;
  }

  .ft_socials {
    position: unset;
  }

  .ft_link a {
    line-height: 1.6;
  }

  #wp-admin-bar-top-secondary {
    display: none;
  }

  .head-phone {
    padding-left: 20px;
    padding-top: 2px;
    padding-right: 10px;
  }

  .title_en_big {
    font-size: 5em;
  }

  .has_child .menu_item_top {
    width: 76px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 800px) {
  .head_left {
    min-width: 200px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1750px){
.home-contact .box50 {
  padding-top: 42%;
}
}
.grecaptcha-badge{
	display:none !important;
}