@charset "UTF-8";
/* FONTS
   ========================================================================== */
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
  body ::-moz-selection {
    background: #3b5993;
    color: #ffffff; }
  body ::selection {
    background: #3b5993;
    color: #ffffff; }

#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

mark {
  background: none; }

.simplebar-content-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-track.simplebar-vertical {
  right: -10px; }

.simplebar-track.simplebar-horizontal {
  display: none; }

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .2; }

.simplebar-scrollbar:before {
  opacity: .2;
  width: 3px;
  left: 8px;
  border-radius: 4px;
  transition: opacity 0.25s linear;
  background: #000; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial; }

.loader-global {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999999999999999999999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  opacity: 1;
  visibility: visible; }

.loader-global .loader-46 {
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: -40px;*/
  /*margin-right: -40px;*/ }

.loader-global .loader:before {
  display: none; }

.loader-global.act {
  opacity: 0;
  z-index: -1;
  visibility: hidden; }

body {
  overflow: hidden; }

body.act-loader.cli-barmodal-open {
  overflow: hidden; }

body.act-loader {
  overflow: auto; }

body.act-loader.mobile_menu_active {
  overflow: hidden; }

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%; }
  input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4c4c4c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    opacity: 1; }
  input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #4c4c4c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4c4c4c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    opacity: 1; }
  input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
    border-color: #3b5993; }

textarea {
  resize: none;
  height: 100px;
  padding: 10px; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #484F56; }

h1 {
  font-family: 'Montserrat';
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2rem;
  margin-bottom: 1.375rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.5rem;
  margin-bottom: 1.375rem;
  line-height: 1.33em;
  font-weight: 700; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.25rem; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.57em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1rem; } }

h5 {
  color: #000;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h5 {
      font-weight: 700;
      font-size: 15px; } }

h6 {
  color: #000;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h6 {
      font-weight: 700;
      font-size: 15px; } }

p {
  font-size: 16px;
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  color: #484F56; }
  p strong {
    font-weight: 700; }
  p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    p {
      font-size: 15px; } }

ul {
  list-style: outside; }

ul, ol {
  padding-left: 18px;
  margin-bottom: 1.25rem; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }
  ul li, ol li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7; }
    ul li strong, ol li strong {
      font-weight: 700; }
    @media (max-width: 767px) {
      ul li, ol li {
        font-size: 15px; } }

a {
  color: #0A0A0A;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    outline: 0;
    text-decoration: underline; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.button-white {
  color: #000;
  background: #fff;
  border: 1px solid #0000002b; }
  .button-white:hover {
    background: #000;
    color: #fff; }

.button-black {
  color: #fff;
  background: #000;
  border: 1px solid #ffffff4f; }
  .button-black:hover {
    background: #fff;
    color: #000; }

.button-black, .button-white {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  transition: .3s all ease;
  padding: 12.5px 42px; }

strong, b {
  font-weight: 700; }

i {
  font-style: normal; }

@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px; }

  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc; }

  ::-webkit-scrollbar-thumb {
    background-color: #757575; }

  ::-webkit-scrollbar-thumb:hover {
    background: #dddddd; } }
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .flex.h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .flex.h-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .flex.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .flex.v-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .flex.vh-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .flex.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; }
  .flex.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none; }

[class*='col-'] {
  width: 100%; }

.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%; }

.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%; }

.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%; }

.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%; }

.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%; }

.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%; }

.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%; }

.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%; }

.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%; }

.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%; }

.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%; }

.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }

.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%; }

@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .md-bottom {
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .sm-bottom {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .xs-bottom {
    margin-bottom: 15px; } }
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative; }

#content {
  padding: 40px 0; }
  @media (max-width: 1140px) {
    #content {
      padding: 20px 0; } }

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%; }

.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden; }

.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' '; }

.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.underline {
  position: relative;
  display: inline-block; }
  .underline:after {
    display: block;
    width: 0;
    height: 1px;
    margin: auto;
    content: '';
    transition: width .5s ease, background-color .5s ease;
    background: transparent; }
  .underline:hover:after {
    width: 100%;
    background: #3b5993; }

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca; }

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out; }

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left; }

.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 768px) {
    .btn {
      font-size: 14px;
      padding: 10px 15px; } }
  .btn:hover {
    background: #2f4776;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn:active {
    background: #25385c; }

/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase; }
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word; }
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px; }
  .wysiwyg ul li {
    line-height: 1.4; }

/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .fullframe iframe, .fullframe object, .fullframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%; }
  .wpcf7 .screen-reader-response {
    display: none; }
  .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: block; }
  .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: block;
    background: #16a085; }
  .wpcf7 .wpcf7-not-valid-tip {
    font: 500 16px/1 "Montserrat", sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5f5f;
    background: #eeeeee; }
  .wpcf7 .wpcf7-response-output {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    color: white;
    background: #ff5f5f; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
      background: #1091ae; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
      background: #16a085; }
  .wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block !important; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

div.wpcf7 form.submitting .ajax-loader {
  visibility: visible; }

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center; }
  .s-link a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    .s-link a:before {
      font-size: 20px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .s-link a:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .s-link a.fa-facebook:hover {
      background: #3b5993; }
    .s-link a.fa-twitter:hover {
      background: #55acee; }
    .s-link a.fa-instagram:hover {
      background: #181818; }
    .s-link a.fa-linkedin:hover {
      background: #0177b5; }
    .s-link a.fa-youtube:hover {
      background: #f80000; }
    .s-link a.fa-pinterest:hover {
      background: #bd081c; }
    .s-link a.fa-vimeo:hover {
      background: #1bb7ea; }
    .s-link a.fa-yelp:hover {
      background: #d32323; }
    .s-link a.fa-google-plus:hover {
      background: #dd4c39; }

/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px; }
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px; }
  .index-style .post-title:hover {
    color: #f1b820; }
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .index-style .post-thumbnail:hover {
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
    margin: 0 3px;
    padding: 3px 5px; }
  .wp-pagenavi a {
    border: 1px solid #cccccc; }
  .wp-pagenavi .current,
  .wp-pagenavi a:hover {
    color: #ffffff;
    border-color: #3b5993;
    background: #3b5993; }

#top {
  min-height: 500px;
  text-align: center;
  color: #fff; }
  #top h1 {
    font-size: 60px; }

.mobile_hide {
  display: block; }

.desctop_hide {
  display: block; }

.burger {
  margin-right: 20px;
  text-align: left; }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none; }
    .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #ffffff;
      outline: 1px solid transparent;
      transition-property: background-color, transform;
      transition-duration: .4s; }
    .burger .burger-icon::before, .burger .burger-icon::after {
      position: absolute;
      content: ""; }
    .burger .burger-icon::before {
      top: -6px; }
    .burger .burger-icon::after {
      top: 6px; }
  .burger.is-active .burger-icon {
    position: absolute;
    z-index: 2000; }
    .burger.is-active .burger-icon {
      background-color: transparent; }
    .burger.is-active .burger-icon::before {
      transform: translateY(6px) rotate(45deg); }
    .burger.is-active .burger-icon::after {
      transform: translateY(-6px) rotate(-45deg); }
  .burger.is-active .burger-icon::before,
  .burger.is-active .burger-icon::after {
    background: #ffffff; }

.burger-black .burger-icon {
  display: inline-block;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  user-select: none; }
  .burger-black .burger-icon, .burger-black .burger-icon::before, .burger-black .burger-icon::after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000000;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: .4s; }
  .burger-black .burger-icon::before, .burger-black .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-black .burger-icon::before {
    top: -6px; }
  .burger-black .burger-icon::after {
    top: 6px; }
.burger-black.is-active .burger-icon {
  position: absolute;
  z-index: 2000; }
  .burger-black.is-active .burger-icon {
    background-color: transparent; }
  .burger-black.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg); }
  .burger-black.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg); }
.burger-black.is-active .burger-icon::before,
.burger-black.is-active .burger-icon::after {
  background: #000000; }

.mobile_menu_container {
  font-size: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 80%;
  max-width: 400px;
  height: 100%;
  padding: 20px 30px;
  background: #ffffff;
  will-change: transform, opacity;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .mobile_menu_container {
      width: 60%;
      max-width: 100%; } }
  @media screen and (max-width: 576px) {
    .mobile_menu_container {
      width: 100%;
      max-width: 100%; } }
  .mobile_menu_container nav {
    flex-grow: 1; }
  .mobile_menu_container li {
    position: relative; }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
    width: max-content; }
    .mobile_menu_container a:hover {
      text-decoration: none; }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #4264a5; }
    .mobile_menu_container .sub-anchor:hover {
      background: #344e81; }
    .mobile_menu_container .sub-anchor:before {
      font-size: 20px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .mobile_menu_container .sub-menu {
    display: none; }
    .mobile_menu_container .sub-menu a {
      font-size: 16px;
      padding: 10px 30px;
      color: #000000; }
      .mobile_menu_container .sub-menu a:hover {
        color: #394046; }
    .mobile_menu_container .sub-menu .sub-menu {
      display: none;
      padding-left: 10px; }
  .mobile_menu_container .level_a {
    list-style: none;
    padding: 0; }
    .mobile_menu_container .level_a > li > a {
      font-size: 16px;
      line-height: 1.7;
      color: #000000; }
      @media screen and (max-width: 768px) {
        .mobile_menu_container .level_a > li > a {
          font-size: 15px; } }
      .mobile_menu_container .level_a > li > a:hover {
        color: #394046; }
  .mobile_menu_container .top-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .mobile_menu_container .top-content img {
      width: 158px;
      height: 80px;
      object-fit: contain; }
    .mobile_menu_container .top-content .btn-close {
      position: absolute;
      top: 0;
      transform: rotate(40deg);
      opacity: 0;
      transition: opacity .3s ease,transform .3s ease;
      right: 0;
      width: 12px;
      height: 12px;
      cursor: pointer; }
  .mobile_menu_container .bottom-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px; }
    .mobile_menu_container .bottom-content .button-login {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      color: #484F56;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .mobile_menu_container .bottom-content .button-login:not(:last-child) {
        margin-bottom: 15px; }
      .mobile_menu_container .bottom-content .button-login svg {
        width: 1rem;
        height: 1rem; }
      .mobile_menu_container .bottom-content .button-login:hover {
        color: #394046; }

  /* resp_menu_active
========================================================================== */
.mobile_menu_active {
  overflow: hidden; }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: url(../img/close.svg) 16 16, pointer; }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: flex;
    flex-direction: column; }
  .mobile_menu_active .top-content .btn-close {
    transform: rotate(0deg);
    opacity: 1;
    transition-delay: .6s; }

.home.mobile_menu_active:before {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.43); }

.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.aligncenter {
  margin: 0 auto 20px; }

.alignnone {
  margin: 0 0 20px; }

.block-center {
  text-align: center;
  position: relative; }

@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px; }

  .alignnone {
    margin: 0 0 20px; } }
/* ==========================================================================
   HEADER
   ========================================================================== */
.test-block .row1920 {
  display: flex; }
  .test-block .row1920 > * {
    width: 50%; }

header .row {
  height: 120px; }
  @media (max-width: 1140px) {
    header .row {
      height: 40px; } }

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0; }
  .main_nav * {
    line-height: 1; }
  .main_nav a {
    display: block; }
    .main_nav a:hover {
      text-decoration: none; }
  .main_nav .level_a {
    position: relative; }
    .main_nav .level_a li {
      position: relative;
      z-index: 0;
      display: inline-block; }
    .main_nav .level_a > li > a {
      font-size: 14px;
      padding: 5px 20px;
      color: #181818; }
    .main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
      color: #3b5993; }
    .main_nav .level_a > li.menu-item-has-children:before {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 52px;
      content: ''; }
    .main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
      display: block; }
    .main_nav .level_a > li > .sub-menu {
      position: absolute;
      z-index: 100;
      display: none;
      width: 220px;
      margin-top: 27px;
      padding: 10px 0;
      border-top: 3px solid #4a6fb7;
      border-bottom: 3px solid #4a6fb7;
      background: #3b5993; }
      .main_nav .level_a > li > .sub-menu .sub-menu {
        display: block;
        padding-left: 10px; }
      .main_nav .level_a > li > .sub-menu li {
        display: block;
        list-style-type: none; }
      .main_nav .level_a > li > .sub-menu a {
        font-size: 13px;
        line-height: 1.3;
        padding: 3px 15px;
        color: #ffffff; }
        .main_nav .level_a > li > .sub-menu a:hover {
          text-decoration: none;
          background: #6f8cc5; }

body {
  background-color: #fff; }
  body.home .content-block.about {
    padding: 60px 0; }
    body.home .content-block.about .present-video-catalog-sections {
      margin-bottom: 0; }

/* ==========================================================================
   Scroll top
   ========================================================================== */
.mobile_menu_active .toTop, .mini-cart-open .toTop {
  z-index: -1;
  opacity: 0; }

.toTop {
  background: transparent;
  position: fixed;
  z-index: 9999;
  outline: none;
  cursor: pointer;
  transition: opacity .4s linear, transform .4s;
  right: 0;
  bottom: 10vh;
  transform: translateX(101%);
  width: 48px;
  height: 48px;
  opacity: 0;
  border-radius: 3px;
  border: 2px solid #484F56;
  overflow: hidden; }
  .toTop svg {
    width: 15px !important;
    height: 8px !important;
    transform: rotate(-90deg) translate(0);
    transition: .3s all ease;
    fill: #484f56; }
    .toTop svg path {
      fill: #484f56; }
  .toTop span {
    font-size: 12px;
    font-weight: 700;
    color: #484F56;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 200%);
    transition: .3s all ease; }
  .toTop.hover-effect span {
    transform: translate(-50%, -50%); }
  .toTop.hover-effect svg {
    transform: rotate(-90deg) translateX(300%); }
  .toTop:focus, .toTop:focus-visible {
    outline: none; }
  .toTop.is-visible {
    opacity: 1;
    transform: translateX(-10px); }

/* ==========================================================================
   Home
   ========================================================================== */
body.home #article-fp-mainblock .fp-mainblock-block .block-content .block-menu .menu {
  margin: 1.25rem 0; }
body.home .content-block.about .quote-sections .quote-sections-wrapper .left-content {
  max-width: 238px; }
  body.home .content-block.about .quote-sections .quote-sections-wrapper .left-content img {
    max-width: 238px;
    margin-bottom: 0; }
  body.home .content-block.about .quote-sections .quote-sections-wrapper .left-content .name-author-block {
    display: none; }

/* ==========================================================================
   Search
   ========================================================================== */
.search-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 470px;
  height: 100%;
  z-index: 100;
  background: #fff;
  padding: 40px 30px;
  will-change: transform, opacity;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden; }
  @media (max-width: 1024px) {
    .search-sidebar {
      padding: 40px 15px; } }
  @media (max-width: 767px) {
    .search-sidebar {
      padding: 37.5px 15px; } }
  @media (max-width: 575px) {
    .search-sidebar {
      width: 100%; } }
  .search-sidebar.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .search-sidebar.open .dgwt-wcas-search-wrapp .dgwt-wcas-search-form:after {
      width: 100%; }
  .search-sidebar .top-search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .search-sidebar .top-search-bar .title-search-bar {
      font-size: .8125rem;
      font-weight: 600;
      font-family: 'Montserrat';
      padding-right: 0.9375rem;
      text-transform: uppercase;
      color: #22262a;
      opacity: 0.6;
      line-height: 1.7;
      margin-bottom: 0.9375rem;
      display: block; }
      @media (max-width: 767px) {
        .search-sidebar .top-search-bar .title-search-bar {
          font-size: .7617rem; } }
    .search-sidebar .top-search-bar .close-search-sidebar {
      cursor: pointer;
      position: absolute;
      top: 30px;
      right: 30px;
      width: 18px;
      height: 18px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .search-sidebar .top-search-bar .close-search-sidebar svg {
        font-size: .875rem;
        display: block;
        height: 1em;
        position: relative;
        vertical-align: middle;
        width: 1em;
        transition: 1s all ease; }
  .search-sidebar .dgwt-wcas-search-wrapp {
    margin: 0; }
    .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form {
      position: relative; }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #22262a;
        opacity: 0.2; }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0;
        background-color: #22262a;
        opacity: 0.6;
        transition: width 2s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-ico-magnifier {
        display: none; }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-preloader .dgwt-wcas-loader-circular {
        width: 20px;
        height: 20px; }
        .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-preloader .dgwt-wcas-loader-circular circle {
          stroke: #000 !important; }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-close:hover {
        opacity: 1; }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-close svg:not(.dgwt-wcas-loader-circular) {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-close svg:not(.dgwt-wcas-loader-circular) {
            width: 20px;
            height: 20px; } }
        .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-close svg:not(.dgwt-wcas-loader-circular) path {
          fill: #3a60a2; }
      .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-search-input {
        border: none;
        line-height: 1.5;
        outline: none;
        box-shadow: none;
        background: none;
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #22262a;
        padding: 5px 0 !important;
        height: 50px;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 1024px) {
          .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-search-input {
            font-size: 16px;
            padding: 0;
            height: 38px; } }
        .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-search-input:focus {
          background: transparent;
          box-shadow: none; }
        .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-search-input::placeholder {
          font-size: 12px;
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 600;
          color: #adb5bd; }
          @media (max-width: 1024px) {
            .search-sidebar .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-search-input::placeholder {
              font-size: 16px; } }

.dgwt-wcas-suggestions-wrapp {
  will-change: transform, opacity;
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed !important;
  max-height: 700px !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 50px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important; }
  @media screen and (min-width: 1140px) {
    @-moz-document url-prefix() {
      .dgwt-wcas-suggestions-wrapp {
        -ms-overflow-style: thin;
        scrollbar-width: thin; } }
    .dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
      width: 7px; } }
  @media (max-width: 1140px) {
    .dgwt-wcas-suggestions-wrapp {
      justify-content: flex-start !important; } }
  @media (max-width: 1024px) {
    .dgwt-wcas-suggestions-wrapp {
      max-height: 625px !important; } }
  @media (max-width: 425px) {
    .dgwt-wcas-suggestions-wrapp {
      max-height: 670px !important; } }
  @media screen and (max-height: 860px) {
    .dgwt-wcas-suggestions-wrapp {
      max-height: 600px !important; } }
  @media screen and (max-height: 800px) {
    .dgwt-wcas-suggestions-wrapp {
      max-height: 500px !important; } }
  @media screen and (max-height: 700px) {
    .dgwt-wcas-suggestions-wrapp {
      max-height: 400px !important; } }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
    max-width: 50%;
    margin: 0 auto;
    color: #22262a;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
    padding: 0; }
    @media (max-width: 1024px) {
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
        font-size: .70rem; } }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border: none; }
    @media screen and (min-width: 1140px) {
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
        flex: 0 0 48%; } }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:nth-child(odd) {
      padding-right: 15px;
      padding-left: 0; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:nth-child(even) {
      padding-left: 15px;
      padding-right: 0; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:last-child {
      padding-right: 0;
      padding-left: 0; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected {
      background-color: transparent; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:hover {
      text-decoration: none; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
      position: absolute;
      bottom: -278px;
      padding: 12px 15px 0 !important;
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 1024px) {
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
          bottom: -250px; } }
      @media (max-width: 767px) {
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
          bottom: -230px; } }
      @media screen and (max-height: 860px) {
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
          bottom: -300px; } }
      @media screen and (max-height: 800px) {
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
          bottom: -400px; } }
      @media screen and (max-height: 700px) {
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
          bottom: -500px; } }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more:hover > span:after {
        animation: animloader71 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more span {
        color: #22262a;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: .8125rem;
        line-height: 1;
        font-weight: 600;
        margin: 0 auto;
        position: relative;
        padding: 0 0 5px; }
        @media (max-width: 767px) {
          .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more span {
            font-size: .762rem; } }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more > span {
        overflow: hidden; }
@keyframes animloader71 {
  0% {
    left: 0;
    transform: translateX(-100%); }
  100% {
    left: 100%;
    transform: translateX(0%); } }
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more > span:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          display: block;
          bottom: 0;
          left: 0;
          background: #22262a;
          transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transform-origin: center right;
          transform-origin: center right; }
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more > span:after {
          content: "";
          position: absolute;
          transform: translateX(-100%);
          width: 100%;
          height: 2px;
          display: block;
          bottom: 0;
          left: 0;
          background: #fff;
          transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transform-origin: center right;
          transform-origin: center right; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-si {
      margin-bottom: 20px;
      margin-right: 0;
      height: 180px;
      width: 100%; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-si img {
        border-radius: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: none;
        padding: 0; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-st .dgwt-wcas-st-title {
        font-weight: 600;
        display: block;
        font-family: "Montserrat", sans-serif;
        white-space: normal;
        text-overflow: unset;
        overflow: hidden;
        font-size: .875rem;
        margin-bottom: 5px;
        color: #22262a;
        text-transform: uppercase;
        line-height: 1.7;
        letter-spacing: unset; }
        @media (max-width: 767px) {
          .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-st .dgwt-wcas-st-title {
            font-size: .821rem; } }
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-st .dgwt-wcas-st-title strong {
          font-weight: 600; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-meta span {
        padding-left: 0;
        color: #22262a;
        text-transform: uppercase;
        font-size: .75rem;
        font-weight: 300;
        line-height: 1.7; }
        @media (max-width: 767px) {
          .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-meta span {
            font-size: .70rem; } }

/* ==========================================================================
   Minicart
   ========================================================================== */
body {
  transition: transform 0.5s ease, margin 0.5s ease;
  overflow-x: hidden !important; }
  body:before {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    cursor: url(../img/close.svg) 16 16, pointer;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.43); }

body.mini-cart-open, body.search-bar-open {
  overflow: hidden !important;
  margin-left: -60px; }
  @media screen and (min-width: 1025px) {
    body.mini-cart-open, body.search-bar-open {
      margin-left: -200px; } }
  body.mini-cart-open:before, body.search-bar-open:before {
    z-index: 100;
    opacity: 1;
    visibility: visible; }

.mini-cart-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 470px;
  height: 100vh;
  z-index: 100;
  background: #fff;
  padding: 1.5625rem;
  will-change: transform, opacity;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden; }
  @media screen and (min-width: 1025px) {
    .mini-cart-header {
      padding: 2.1875rem; } }
  @media (max-width: 767px) {
    .mini-cart-header {
      width: 100%;
      padding: 1.46484rem; } }
  .mini-cart-header.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .mini-cart-header.open .close-mini-cart svg {
      transform: rotate(-90deg); }
  .mini-cart-header .loader-mini-cart {
    position: absolute;
    opacity: 0.5;
    background: #000;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translate(-50%, -50%); }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .mini-cart-header .loader-mini-cart:after {
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      margin: 20px auto;
      border: 4px solid #f3f3f3;
      border-top: 4px solid #000;
      border-radius: 50%;
      animation: spin 1.5s linear infinite; }
  .mini-cart-header .woocommerce-mini-cart__empty-message {
    font-size: .8125rem; }
  .mini-cart-header .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .mini-cart-header .mini-cart {
    height: 100%; }
    .mini-cart-header .mini-cart .top-mini-cart-wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .mini-cart-header .mini-cart .top-mini-cart-wrap .top-mini-cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eaedf0;
        margin-bottom: 1.5625rem;
        padding-bottom: 1.25rem; }
        .mini-cart-header .mini-cart .top-mini-cart-wrap .top-mini-cart h3 {
          font-size: .8125rem;
          font-weight: 500;
          margin-bottom: 0;
          font-family: 'Montserrat';
          display: flex;
          align-items: center;
          text-transform: uppercase;
          padding-right: 0.9375rem; }
          @media (max-width: 767px) {
            .mini-cart-header .mini-cart .top-mini-cart-wrap .top-mini-cart h3 {
              font-size: .7617rem; } }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .top-mini-cart h3 span {
            font-size: 9px;
            font-weight: 800;
            align-self: flex-start;
            margin-left: 0.5em;
            font-family: 'Montserrat'; }
        .mini-cart-header .mini-cart .top-mini-cart-wrap .top-mini-cart .close-mini-cart {
          cursor: pointer; }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .top-mini-cart .close-mini-cart svg {
            font-size: .875rem;
            display: block;
            height: 1em;
            position: relative;
            vertical-align: middle;
            width: 1em;
            transition: 1s all ease; }
      .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items {
        list-style: none;
        padding-left: 0;
        height: calc(100vh - 378px); }
        @media screen and (min-width: 1025px) and (min-height: 768px) {
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items {
            height: calc(100vh - 460px); } }
        @media (max-width: 767px) {
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items {
            height: calc(100vh - 329px); } }
        @media (max-width: 467px) {
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items {
            height: calc(100vh - 349px); } }
        .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          border-bottom: 1px solid #eaedf0;
          margin-bottom: 1.25rem;
          padding-bottom: 1.25rem;
          padding-top: 0;
          position: relative;
          transition: .3s all ease; }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0; }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .remove-item {
            position: absolute;
            top: 0;
            right: 0;
            width: 1em;
            height: 1em;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
            border: 1px solid #d6dade;
            transition: .3s all ease;
            background: transparent;
            font-size: 26px;
            cursor: pointer; }
            .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .remove-item:hover {
              border-color: #000; }
              .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .remove-item:hover svg {
                fill: #000; }
            .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .remove-item svg {
              --stroke-width: 2em;
              font-size: 8px;
              display: block;
              height: 1em;
              position: relative;
              vertical-align: middle;
              width: 1em;
              fill: #9a9da0;
              transition: .3s all ease; }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-image {
            border-radius: 2px;
            width: 100%;
            max-width: 80px;
            height: 80px;
            margin-right: 20px; }
            .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-image img {
              border-radius: 2px;
              object-fit: cover;
              width: 80px;
              height: 80px; }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .top-cart-info .product-name {
            font-weight: 500;
            margin-right: 35px;
            font-size: .875rem;
            text-transform: uppercase;
            color: #000;
            margin-bottom: 0.5em;
            transition: .3s all ease; }
            @media (max-width: 767px) {
              .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .top-cart-info .product-name {
                font-size: 0.82rem; } }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .top-cart-info:hover .product-name {
            color: #353b41;
            text-decoration: underline; }
          .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 9px; }
            .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              margin-right: 10px; }
              .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .quantity {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-radius: 3px;
                padding: 4px;
                width: 60px;
                border: 1px solid #dfe3e7; }
                .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .quantity .quantity-button {
                  border: none;
                  background: transparent;
                  cursor: pointer; }
                  .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .quantity .quantity-button svg {
                    height: 1em;
                    position: relative;
                    vertical-align: middle;
                    width: 1em;
                    color: #000;
                    font-size: 1rem; }
                  .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .quantity .quantity-button:focus, .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .quantity .quantity-button:focus-visible {
                    outline: none !important; }
                .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .quantity .quantity-input {
                  border: 0;
                  background-color: transparent;
                  padding: 0;
                  height: auto;
                  margin: 0;
                  min-width: 0;
                  width: auto;
                  text-align: center;
                  font-size: 10px;
                  line-height: 1; }
              .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .cost {
                font-weight: 500;
                line-height: 1;
                font-size: .8125rem;
                margin-left: 15px; }
                @media (max-width: 767px) {
                  .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .left-cost-info .cost {
                    font-size: 0.7617rem; } }
            .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .total-cost {
              font-weight: 500;
              line-height: 1;
              font-size: .8125rem;
              color: #a3a7aa; }
              @media (max-width: 767px) {
                .mini-cart-header .mini-cart .top-mini-cart-wrap .cart-items .cart-item .cart-item-info .cost-info .total-cost {
                  font-size: 0.7617rem; } }
    .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap {
      margin: 1.25rem 0;
      padding: 1.25rem 0;
      border-top: 1px solid #eaedf0;
      border-bottom: 1px solid #eaedf0; }
      @media (max-width: 767px) {
        .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap {
          margin: .9961rem 0;
          padding: .9961rem 0; } }
      .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .total-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: normal;
        font-size: .8125rem;
        text-transform: uppercase;
        color: #484f56; }
        @media (max-width: 767px) {
          .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .total-price {
            font-size: .7617rem; } }
        .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .total-price .total-value {
          font-weight: 600;
          font-size: .8125rem;
          text-transform: uppercase;
          color: #484f56; }
          @media (max-width: 767px) {
            .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .total-price .total-value {
              font-size: .7617rem; } }
      .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon {
        margin-top: 10px; }
        .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .presence-coupon {
          font-size: 12px;
          font-weight: 300;
          line-height: 1.7;
          color: #000;
          cursor: pointer;
          transition: .3s all ease; }
          .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .presence-coupon:hover {
            color: #353b41; }
        .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input {
          display: flex;
          align-items: center;
          justify-content: space-between;
          cursor: pointer;
          margin-top: 1em; }
          .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input input {
            margin-right: 20px;
            outline: 0;
            display: block;
            width: 100%;
            height: calc(2.5625rem + 2px);
            padding: 0.625rem 0.8125rem;
            font-size: .875rem;
            font-weight: 400;
            line-height: 1.5;
            color: #484f56;
            border: 1px solid #ced4da;
            transition: .3s all ease; }
            @media (max-width: 767px) {
              .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input input {
                font-size: 16px;
                height: calc(2.4rem + 2px);
                padding: 0.586rem 0.7617rem; } }
            .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input input:focus {
              border-color: #484f56; }
            .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input input::placeholder {
              color: #adb5bd;
              font-size: .875rem;
              line-height: 1.5; }
              @media (max-width: 767px) {
                .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input input::placeholder {
                  font-size: 16px; } }
          .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input .button {
            padding: 0.625rem 1.0625rem;
            cursor: pointer;
            transition: .3s all ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: .75rem;
            font-weight: 400;
            color: #353b41;
            padding-right: 1.25rem;
            padding-left: 1.25rem;
            font-family: 'Montserrat', sans-serif;
            border: 1px solid transparent;
            line-height: 1.8;
            height: calc(2.5625rem + 2px);
            background-color: #eaedf0; }
            @media (max-width: 767px) {
              .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input .button {
                height: calc(2.4rem + 2px);
                padding: 0.586rem 1.1725rem; } }
            .mini-cart-header .mini-cart .bottom-mini-cart .total-wrap .coupon .coupon-input .button:hover {
              background-color: #dfe3e7; }
    .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper {
      display: flex; }
      @media screen and (min-width: 1025px) and (min-height: 768px) {
        .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper {
          flex-direction: column; } }
      .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .875rem 0;
        flex: 1;
        text-transform: uppercase;
        font-size: .8125rem;
        font-weight: 400;
        border-radius: 2px;
        text-align: center;
        text-decoration: none;
        border: 1px solid transparent;
        line-height: 1.5;
        transition: .3s all ease; }
        @media screen and (min-width: 1025px) and (min-height: 768px) {
          .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button {
            padding: 1.1875rem 0; } }
        @media (max-width: 767px) {
          .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button {
            font-size: .7617rem; } }
        .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button:not(.checkout) {
          color: #353b41;
          background-color: #eaedf0; }
          .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button:not(.checkout):hover {
            background-color: #dfe3e7; }
        .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button.checkout {
          color: #fff;
          background-color: #212529;
          margin-left: 1.25rem; }
          @media screen and (min-width: 1025px) and (min-height: 768px) {
            .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button.checkout {
              margin-top: .625rem;
              margin-left: 0; } }
          @media (max-width: 767px) {
            .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button.checkout {
              margin-left: 1.172rem; } }
          .mini-cart-header .mini-cart .bottom-mini-cart .buttons-wrapper .button.checkout:hover {
            background-color: #000; }

/* ==========================================================================
   Cart
   ========================================================================== */
.woocommerce-cart .woocommerce .cart-title {
  font-size: 2.375rem;
  letter-spacing: -1px;
  margin-bottom: 3.125rem; }

.woocommerce-checkout .woocommerce .checkout-title {
  font-size: 2.375rem;
  letter-spacing: -1px;
  margin-bottom: 3.125rem; }
@media (max-width: 576px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 30px;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
      margin-left: 0; } }
.woocommerce-checkout .woocommerce .woocommerce-form-login {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none; }
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last {
    padding: 0;
    width: 100%; }
    .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first label, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last label {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 5px;
      color: #6d757e; }
    .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first input, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last input {
      outline: 0;
      display: block;
      border-radius: 2px;
      width: 100%;
      height: calc(2.5625rem + 2px);
      padding: 0.625rem 0.8125rem;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.5;
      color: #484f56;
      background-clip: padding-box;
      border: 1px solid HSL(210, 14%, 83%);
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
      .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first input:focus, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last input:focus {
        border-color: HSL(210, 7%, 46%);
        -webkit-box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25);
        box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25); }
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:not(.form-row-first, .form-row-last) label {
    display: block; }
    .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:not(.form-row-first, .form-row-last) label span {
      font-weight: 600;
      color: HSL(210, 7%, 46%); }
      .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:not(.form-row-first, .form-row-last) label span:before {
        width: 12px;
        height: 12px; }
      .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:not(.form-row-first, .form-row-last) label span:after {
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:not(.form-row-first, .form-row-last) button {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease;
    color: HSL(210, 10%, 23%);
    background-color: HSL(210, 16%, 93%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 400;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    box-shadow: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row:not(.form-row-first, .form-row-last) button:hover {
      color: HSL(210, 10%, 23%);
      background-color: HSL(210, 14%, 89%); }
  .woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
    margin-bottom: 0; }
    .woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
      font-size: 16px; }
.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  margin-top: 0;
  padding: 0;
  margin-bottom: 40px;
  border: none;
  border-radius: 0; }
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon.processing:after {
    display: block; }
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spinWooCart 1.5s linear infinite;
    display: none;
    z-index: 1001; }
  .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row {
    padding: 0;
    width: 100%; }
    .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row.form-row-first input {
      outline: 0;
      display: block;
      border-radius: 2px;
      width: 100%;
      height: calc(2.5625rem + 2px);
      padding: 0.625rem 0.8125rem;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.5;
      color: #484f56;
      background-clip: padding-box;
      border: 1px solid HSL(210, 14%, 83%);
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
      .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row.form-row-first input:focus {
        border-color: HSL(210, 7%, 46%);
        -webkit-box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25);
        box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25); }
      .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row.form-row-first input::placeholder {
        font-size: .875rem;
        font-weight: 300;
        color: #484f56; }
    .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row.form-row-last {
      margin-bottom: 0; }
      .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row.form-row-last button {
        font-family: "Montserrat", sans-serif;
        line-height: 1.5;
        border-radius: 2px;
        text-align: center;
        text-decoration: none;
        transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease;
        color: HSL(210, 10%, 23%);
        background-color: HSL(210, 16%, 93%);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .75rem;
        font-weight: 400;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        box-shadow: none;
        border: 1px solid transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row.form-row-last button:hover {
          color: HSL(210, 10%, 23%);
          background-color: HSL(210, 14%, 89%); }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout.processing .checkout-loader {
  display: block; }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout .checkout-loader {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spinWooCart 1.5s linear infinite;
  display: none;
  z-index: 1001; }
@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 {
    width: 100%;
    margin-bottom: 0; } }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  padding-top: 0; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid label {
    color: #cf2929; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid .woocommerce-input-wrapper input {
    border-color: #cf2929; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
    padding-right: 15px; }
    @media (max-width: 1024px) {
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
        width: 100%; } }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
    padding-left: 15px; }
    @media (max-width: 1024px) {
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
        width: 100%; } }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #6d757e; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
    outline: 0;
    display: block;
    border-radius: 2px;
    width: 100%;
    height: calc(2.5625rem + 2px);
    padding: 0.625rem 0.8125rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #484f56;
    background-clip: padding-box;
    border: 1px solid HSL(210, 14%, 83%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus {
      border-color: HSL(210, 7%, 46%);
      -webkit-box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25);
      box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25); }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_pickup_location_field .woocommerce-input-wrapper select {
    outline: 0;
    display: block;
    width: 100%;
    height: calc(2.5625rem + 2px);
    font-family: "Montserrat", sans-serif;
    padding: 0.625rem 0.8125rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: HSL(210, 9%, 31%);
    background-color: HSL(210, 0%, 100%);
    background-clip: padding-box;
    border: 1px solid HSL(210, 14%, 83%);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_pickup_location_field .woocommerce-input-wrapper select:focus {
      border-color: HSL(210, 7%, 46%); }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .wcus-checkout-fields > div p {
  padding: 0; }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .form-row {
  padding: 0; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .form-row label span {
    font-weight: 600;
    color: HSL(210, 7%, 46%); }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .form-row label span:before {
      width: 12px;
      height: 12px; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .form-row label span:after {
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields h3 {
  display: none; }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
  font-weight: 600;
  color: HSL(210, 7%, 46%); }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  min-height: 4em !important;
  line-height: 1.5;
  display: block;
  padding: 0.625rem 0.8125rem;
  font-size: .875rem;
  font-weight: 400;
  color: #484f56;
  border: 1px solid HSL(210, 14%, 83%);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  border-radius: 2px;
  overflow: hidden; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea::placeholder {
    font-size: .875rem;
    font-weight: 300;
    color: #484f56; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:focus {
    border-color: HSL(210, 7%, 46%);
    -webkit-box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25);
    box-shadow: 0 3px 10px HSLa(210, 14%, 83%, 0.25); }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  border-color: HSL(210, 16%, 93%); }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead tr th {
    border-bottom: 1px solid HSL(210, 16%, 93%);
    font-weight: 600;
    color: #484f56;
    text-transform: uppercase;
    background: HSL(210, 16%, 93%); }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr:last-child td {
    border-bottom: none; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr td {
    border-bottom: 1px solid HSL(210, 16%, 93%); }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .woocommerce-mini-cart-item-title {
      line-height: 1.7;
      font-weight: 300; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr td.product-total {
      font-weight: 300; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot {
    background: HSL(210, 17%, 98%); }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr:not(:first-child) th, .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr:not(:first-child) td {
      border-top: none; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total {
      background: HSL(210, 16%, 93%); }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr th {
      font-weight: 600;
      color: #484f56;
      text-transform: uppercase; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr td > span {
      font-weight: 300; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr td ul li input {
      vertical-align: text-top; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr td ul li label {
      font-size: 14px;
      color: #484f56; }
.woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  background: HSL(210, 16%, 93%); }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods {
    border-bottom: 1px solid #dfe3e7; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cop .payment_method_cop {
      background-color: HSL(210, 14%, 83%); }
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cop .payment_method_cop:before {
        border-bottom-color: HSL(210, 14%, 83%); }
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cop .payment_method_cop p {
        font-size: .8125rem;
        line-height: 1.5;
        color: HSL(210, 11%, 15%); }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label {
      cursor: pointer;
      font-size: 15px !important; }
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label[for="payment_method_cod"]:before {
        transform: translateY(3px); }
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label[for="payment_method_platononline"]:before {
        transform: translateY(7px); }
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label img {
        max-width: 100px; }
        @media (max-width: 416px) {
          .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label img {
            margin: 10px 2px 0 !important; } }
        .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label img.doneby {
          margin: 0 2px 10px !important; }
          @media (max-width: 767px) {
            .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label img.doneby {
              flex-basis: 0; } }
          @media (max-width: 416px) {
            .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label img.doneby {
              margin: 10px 2px 0 !important; } }
      .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods li label:before {
        width: 12px;
        height: 12px; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order #mailpoet_woocommerce_checkout_optin_field .woocommerce-input-wrapper label:before {
    font-weight: 600;
    color: HSL(210, 7%, 46%); }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order #mailpoet_woocommerce_checkout_optin_field .woocommerce-input-wrapper label span {
    font-weight: 600;
    color: HSL(210, 7%, 46%); }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order #mailpoet_woocommerce_checkout_optin_field .woocommerce-input-wrapper label span:before {
      width: 12px;
      height: 12px; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order #mailpoet_woocommerce_checkout_optin_field .woocommerce-input-wrapper label span:after {
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: .8125rem; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
      font-size: .8125rem; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid-required-field label span {
    color: #cf2929; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid-required-field label span:before {
      border-color: #cf2929; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row label span {
    color: HSL(210, 0%, 0%);
    font-weight: 600; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row label span:before {
      width: 12px;
      height: 12px; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row label span:after {
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row label span a {
      font-size: 11px;
      font-weight: 600; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row label span .required {
      display: inline;
      color: red;
      font-weight: 600; }
  .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order button {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background-color: #212529;
    transition: .3s all ease; }
    .woocommerce-checkout .woocommerce .rey-checkoutPage-inner form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order button:hover {
      background-color: #000; }
.woocommerce-checkout .woocommerce .order_details li {
  border-right: 1px dashed HSL(210, 14%, 89%); }
  @media (max-width: 1024px) {
    .woocommerce-checkout .woocommerce .order_details li {
      border: none; } }
  @media (max-width: 767px) {
    .woocommerce-checkout .woocommerce .order_details li {
      font-size: 0.67em; } }
  .woocommerce-checkout .woocommerce .order_details li strong {
    color: #484f56; }
.woocommerce-checkout .woocommerce form[name="platononline_form"] input {
  font-family: "Montserrat", sans-serif;
  border: 1px solid transparent;
  color: #fff;
  background-color: #212529; }
  .woocommerce-checkout .woocommerce form[name="platononline_form"] input:hover {
    color: #fff;
    background-color: #000; }
  @media (max-width: 767px) {
    .woocommerce-checkout .woocommerce form[name="platononline_form"] input {
      padding: .586rem .996rem;
      font-size: .762rem; } }
.woocommerce-checkout .woocommerce form[name="platononline_form"] .button.cancel {
  background-color: HSL(210, 16%, 93%);
  color: HSL(210, 10%, 23%);
  padding: .532rem 1.25rem; }
  @media (max-width: 767px) {
    .woocommerce-checkout .woocommerce form[name="platononline_form"] .button.cancel {
      font-size: .7rem;
      padding: .5rem 1.744em; } }
  @media (max-width: 583px) {
    .woocommerce-checkout .woocommerce form[name="platononline_form"] .button.cancel {
      margin-top: 20px; } }
  .woocommerce-checkout .woocommerce form[name="platononline_form"] .button.cancel:hover {
    background-color: HSL(210, 14%, 89%);
    color: HSL(210, 10%, 23%); }

.woocommerce-order-received .woocommerce .order-title {
  font-size: 2.375rem;
  letter-spacing: -1px;
  margin-bottom: 3.125rem; }
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details li {
  border-right: 1px dashed HSL(210, 14%, 89%); }
  @media (max-width: 1024px) {
    .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details li {
      border: none; } }
  .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details li strong {
    color: #484f56; }
.woocommerce-order-received .woocommerce .woocommerce-order-details h2 {
  font-weight: 600;
  color: #484f56;
  text-transform: uppercase; }
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details thead tr th {
  font-weight: 600;
  color: #484f56;
  text-transform: uppercase;
  background: HSL(210, 16%, 93%); }
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody tr:last-child td {
  border-bottom: none; }
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  border-bottom: 1px solid HSL(210, 16%, 93%); }
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-total span {
  font-weight: 300; }
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
  background-color: #f9fafb;
  border: none; }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
    border: none;
    font-weight: 600;
    color: #484f56;
    text-transform: uppercase; }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    border: none;
    font-weight: 300; }
    .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr td span {
      font-weight: 300; }
@media (max-width: 576px) {
  .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; } }
.woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn {
  padding: 0.625rem 1.0625rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
  transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  text-transform: unset;
  letter-spacing: unset; }
  .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn:hover {
    background: none;
    box-shadow: none; }
  .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn.btn-primary {
    color: #fff;
    background-color: #212529; }
    .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn.btn-primary:hover {
      color: #fff;
      background-color: #000; }
  .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn.btn-secondary {
    margin-left: 1.5625rem;
    color: #353b41;
    background-color: #eaedf0; }
    @media (max-width: 576px) {
      .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn.btn-secondary {
        margin-left: 0;
        margin-top: 20px; } }
    .woocommerce-order-received .woocommerce .rey-ordRecPage-buttons .btn.btn-secondary:hover {
      color: HSL(210, 10%, 23%);
      background-color: #dfe3e7; }

/* ==========================================================================
   Single product
   ========================================================================== */
.single-product .woocommerce-breadcrumb {
  display: none; }
.single-product .product {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 50px; }
  .single-product .product .top-content-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .single-product .product .top-content-product {
        flex-direction: column; } }
    .single-product .product .top-content-product .woocommerce-product-gallery {
      max-width: 564px;
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        .single-product .product .top-content-product .woocommerce-product-gallery {
          max-width: 100%;
          margin-bottom: 40px;
          flex-direction: column; } }
      @media (max-width: 767px) {
        .single-product .product .top-content-product .woocommerce-product-gallery {
          margin-bottom: 2.34rem; } }
      .single-product .product .top-content-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger, .single-product .product .top-content-product .woocommerce-product-gallery:hover .flex-direction-nav {
        opacity: 1;
        visibility: visible;
        z-index: 1; }
      .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav {
        position: absolute;
        height: 0;
        top: 50%;
        left: calc(50% + 55px);
        width: calc(100% - 110px);
        padding-left: 0;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        opacity: 0;
        visibility: hidden;
        z-index: -1; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav {
            display: none; } }
        .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li {
          list-style: none; }
          .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a {
            position: relative;
            width: 1em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 42px;
            border-radius: 3px;
            cursor: pointer;
            height: 1em; }
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a:hover:before {
              transform: scaleX(0.7); }
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a.flex-next {
              right: .5em; }
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a.flex-prev {
              left: .5em; }
              .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a.flex-prev:before {
                transform: scaleX(-1); }
              .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a.flex-prev:hover:before {
                transform: scaleX(-0.7); }
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-direction-nav li a:before {
              position: absolute;
              content: '';
              top: 0;
              left: 0;
              height: 1em;
              vertical-align: middle;
              width: 1em;
              transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
              background-image: url("data:image/svg+xml,%3Csvg width='50px' height='8px' viewBox='0 0 50 8' version='1.1' class='--default' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M0.928904706,3.0387609 L44.0113745,3.0387609 L44.0113745,4.97541883 L0.928904706,4.97541883 C0.415884803,4.97541883 2.13162821e-14,4.54188318 2.13162821e-14,4.00708986 C2.13162821e-14,3.47229655 0.415884803,3.0387609 0.928904706,3.0387609 Z' class='rey-arrowSvg-dash' fill='%23484F56'%3E%3C/path%3E%3Cpath d='M49.6399545,3.16320794 L45.1502484,0.129110528 C45.0056033,0.0532149593 44.8474869,0.0092610397 44.685796,3.99680289e-14 C44.5479741,0.0112891909 44.4144881,0.0554642381 44.2956561,0.129110528 C44.0242223,0.2506013 43.8503957,0.531340097 43.8559745,0.839218433 L43.8559745,6.90741326 C43.8503957,7.21529159 44.0242223,7.49603039 44.2956561,7.61752116 C44.5594727,7.77895738 44.8864318,7.77895738 45.1502484,7.61752116 L49.6399545,4.58342375 C49.8682741,4.42554586 50.0055358,4.15892769 50.0055358,3.87331584 C50.0055358,3.587704 49.8682741,3.32108583 49.6399545,3.16320794 Z' fill='%23484F56'%3E%3C/path%3E%3C/svg%3E");
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain; }
      .single-product .product .top-content-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        font-size: 20px;
        height: 2em;
        width: 2em;
        top: .5em;
        right: .5em;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        background: transparent; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2; } }
        .single-product .product .top-content-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' height='800px' width='800px' version='1.1' id='Layer_1' viewBox='0 0 455 455' xml:space='preserve'%3E%3Cpolygon points='455,212.5 242.5,212.5 242.5,0 212.5,0 212.5,212.5 0,212.5 0,242.5 212.5,242.5 212.5,455 242.5,455 242.5,242.5 455,242.5 '/%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          border: none;
          width: 24px;
          height: 24px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media (max-width: 1024px) {
            .single-product .product .top-content-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
              display: none; } }
        .single-product .product .top-content-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
          display: none; }
      .single-product .product .top-content-product .woocommerce-product-gallery .flex-viewport {
        max-width: 454px; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .woocommerce-product-gallery .flex-viewport {
            max-width: 600px;
            margin: 0 auto; }
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
              max-width: 600px;
              margin-right: 10px; } }
      .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs {
        display: flex;
        flex-direction: column;
        margin-right: 20px; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs {
            flex-direction: row;
            margin-right: 0;
            position: relative;
            z-index: 3; } }
        .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs li {
          width: 90px;
          height: 90px;
          margin-bottom: 20px; }
          @media (max-width: 1024px) {
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs li {
              width: 100%;
              height: 22px;
              margin-bottom: 0;
              display: flex;
              align-items: flex-end; } }
          .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs li img {
            opacity: .7;
            transition: .3s all ease; }
            @media (max-width: 1024px) {
              .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs li img {
                width: 100%;
                height: 2px;
                border: 1px solid HSL(210, 16%, 93%);
                opacity: 1; } }
            .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
              opacity: 1; }
              @media (max-width: 1024px) {
                .single-product .product .top-content-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
                  border-color: HSL(210, 9%, 31%); } }
    .single-product .product .top-content-product .summary {
      max-width: 747px;
      margin-bottom: 50px;
      padding: 5px;
      position: relative;
      margin-left: 40px;
      flex: 1; }
      @media (max-width: 1024px) {
        .single-product .product .top-content-product .summary {
          padding: 0;
          max-width: 100%;
          margin-left: 0; } }
      .single-product .product .top-content-product .summary .product-nav-arrows {
        position: absolute;
        top: 0;
        right: 0; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .summary .product-nav-arrows {
            display: none; } }
        .single-product .product .top-content-product .summary .product-nav-arrows .nav-button {
          position: relative; }
          .single-product .product .top-content-product .summary .product-nav-arrows .nav-button:hover {
            text-decoration: none; }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button:hover img {
              opacity: 1;
              visibility: visible;
              z-index: 1; }
          .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product {
            width: 1em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            border-radius: 3px;
            cursor: pointer;
            height: 38px; }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product:hover svg {
              transform: scaleX(0.7); }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product svg {
              height: 1em;
              position: relative;
              vertical-align: middle;
              width: 1em;
              transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
              .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product svg path {
                fill: HSL(210, 7%, 46%); }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product:before, .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product:after {
              content: '';
              display: none; }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product.arrow-previous-product svg {
              transform: scaleX(-1); }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product.arrow-previous-product:hover svg {
              transform: scaleX(-0.7); }
            .single-product .product .top-content-product .summary .product-nav-arrows .nav-button .arrow-product.arrow-next-product {
              margin-left: 15px; }
          .single-product .product .top-content-product .summary .product-nav-arrows .nav-button.next-product img {
            left: calc(50% + 7.5px); }
          .single-product .product .top-content-product .summary .product-nav-arrows .nav-button img {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            min-width: 90px;
            height: 90px;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
            backface-visibility: unset;
            object-fit: contain; }
      .single-product .product .top-content-product .summary .rey-breadcrumbs {
        margin-bottom: 2.5rem;
        color: HSL(210, 7%, 46%);
        text-transform: uppercase;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0; }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary .rey-breadcrumbs {
            margin-bottom: 2.34rem; } }
        .single-product .product .top-content-product .summary .rey-breadcrumbs > div {
          display: inline; }
          .single-product .product .top-content-product .summary .rey-breadcrumbs > div a {
            color: HSL(210, 7%, 46%);
            text-transform: uppercase;
            font-size: .75rem;
            font-weight: 600;
            line-height: 1;
            letter-spacing: 0; }
            @media (max-width: 767px) {
              .single-product .product .top-content-product .summary .rey-breadcrumbs > div a {
                font-size: .7rem; } }
      .single-product .product .top-content-product .summary .product-brand .brand-link {
        font-size: .75rem;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: HSL(210, 9%, 31%);
        display: inline-block;
        letter-spacing: 0;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary .product-brand .brand-link {
            font-size: .7rem; } }
      .single-product .product .top-content-product .summary .product_title {
        font-size: 2.5rem;
        font-weight: 400;
        font-family: "Montserrat";
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .summary .product_title {
            font-size: 2rem; } }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary .product_title {
            font-size: 1.88rem; } }
      .single-product .product .top-content-product .summary .price {
        margin-bottom: 1.25rem;
        line-height: 1;
        color: #484F56; }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary .price {
            margin-bottom: 1.17rem; } }
        .single-product .product .top-content-product .summary .price span {
          font-weight: 600;
          color: HSL(210, 9%, 31%); }
          @media (max-width: 767px) {
            .single-product .product .top-content-product .summary .price span {
              font-size: 1.17rem; } }
        .single-product .product .top-content-product .summary .price del span {
          font-weight: 400;
          color: #484F56 !important; }
        .single-product .product .top-content-product .summary .price ins {
          margin-left: 15px;
          text-decoration: none; }
          .single-product .product .top-content-product .summary .price ins span {
            color: #c20303; }
      .single-product .product .top-content-product .summary .product-status {
        line-height: 1; }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary .product-status {
            margin-bottom: 1.17rem; } }
        .single-product .product .top-content-product .summary .product-status + .single_product_div {
          display: none; }
        .single-product .product .top-content-product .summary .product-status + .woocommerce-product-details__short-description + .single_product_div {
          display: none; }
        .single-product .product .top-content-product .summary .product-status svg {
          font-size: 14px;
          margin-right: 4px;
          color: black;
          display: inline-block;
          height: 1em;
          position: relative;
          vertical-align: middle;
          width: 1em; }
          @media (max-width: 767px) {
            .single-product .product .top-content-product .summary .product-status svg {
              vertical-align: bottom; } }
          .single-product .product .top-content-product .summary .product-status svg.rey-icon-rey-icon-close {
            border: 1px solid #000;
            border-radius: 50%;
            width: 21px;
            height: 21px;
            padding: 4px; }
            @media (max-width: 767px) {
              .single-product .product .top-content-product .summary .product-status svg.rey-icon-rey-icon-close {
                vertical-align: text-top; } }
        .single-product .product .top-content-product .summary .product-status span {
          vertical-align: middle;
          font-size: .75rem;
          text-transform: uppercase;
          font-weight: 600;
          color: HSL(210, 9%, 31%);
          margin-left: 0.5em;
          display: inline-block; }
          @media (max-width: 767px) {
            .single-product .product .top-content-product .summary .product-status span {
              font-size: .7em; } }
      .single-product .product .top-content-product .summary .woocommerce-product-details__short-description {
        display: none; }
      .single-product .product .top-content-product .summary .stock {
        display: none; }
      .single-product .product .top-content-product .summary form.variations_form .qty-wrap.one-product .quantity .rey-qtyField .cartBtnQty-control.--minus {
        opacity: .2; }
      .single-product .product .top-content-product .summary form.variations_form .variations {
        max-width: 50%;
        border: none; }
        @media (max-width: 576px) {
          .single-product .product .top-content-product .summary form.variations_form .variations {
            max-width: 100%; } }
        .single-product .product .top-content-product .summary form.variations_form .variations tbody tr {
          border: none; }
          .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td {
            padding: 0; }
            .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.label label {
              color: HSL(210, 7%, 46%);
              margin-top: 20px;
              margin-bottom: 0.7rem;
              line-height: 1; }
              @media (max-width: 767px) {
                .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.label label {
                  margin-bottom: 0.65625rem;
                  font-size: 18px; } }
            .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.value select {
              margin-right: 0;
              width: 100%;
              min-width: unset; }
            .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.value .select2-container .selection .select2-selection {
              height: 43px;
              border-radius: 2px; }
              .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.value .select2-container .selection .select2-selection .select2-selection__rendered {
                height: 43px;
                line-height: 1.5; }
              .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.value .select2-container .selection .select2-selection .select2-selection__arrow {
                top: 50%;
                transform: translateY(-50%); }
            @media (max-width: 767px) {
              .single-product .product .top-content-product .summary form.variations_form .variations tbody tr td.value .reset_variations {
                font-size: .778em;
                padding: .778em 0; } }
      .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap {
        width: 100%; }
        .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation {
          display: flex;
          align-items: center; }
          .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
            margin-bottom: 20px; }
            .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price span {
              font-size: 16px; }
              @media (max-width: 767px) {
                .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price span {
                  font-size: 15px; } }
          .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
            margin-bottom: 20px; }
            .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability svg {
              font-size: 14px;
              margin-right: 4px;
              color: black;
              display: inline-block;
              height: 1em;
              position: relative;
              vertical-align: middle;
              width: 1em; }
              @media (max-width: 767px) {
                .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability svg {
                  vertical-align: bottom; } }
              .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability svg.rey-icon-rey-icon-close {
                border: 1px solid #000;
                border-radius: 50%;
                width: 21px;
                height: 21px;
                padding: 4px; }
                @media (max-width: 767px) {
                  .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability svg.rey-icon-rey-icon-close {
                    vertical-align: text-top; } }
            .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability span {
              vertical-align: middle;
              font-size: .75rem;
              text-transform: uppercase;
              font-weight: 600;
              color: HSL(210, 9%, 31%);
              margin-left: 0.5em;
              display: inline-block; }
              @media (max-width: 767px) {
                .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability span {
                  font-size: .7em; } }
        .single-product .product .top-content-product .summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity-and-cart-wrapper .qty-wrap .button.disabled {
          opacity: 1;
          color: #64676a; }
      .single-product .product .top-content-product .summary form.cart {
        margin-bottom: 1.875rem;
        display: block; }
        @media (max-width: 1024px) {
          .single-product .product .top-content-product .summary form.cart {
            margin-bottom: 40px; } }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary form.cart {
            margin-bottom: 30px; } }
        .single-product .product .top-content-product .summary form.cart #wccf_product_field_master_container {
          margin: 0; }
        .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper {
          display: flex; }
          @media (max-width: 1229px) {
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper {
              flex-direction: column; } }
          @media (max-width: 1024px) {
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper {
              flex-direction: row; } }
          .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap {
            display: flex;
            flex: 1;
            width: 100%; }
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap.one-product .quantity .rey-qtyField .cartBtnQty-control.--minus {
              opacity: .2; }
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity {
              height: 45px;
              color: HSL(210, 9%, 31%);
              margin-right: 0; }
              @media (max-width: 1024px) {
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity {
                  height: 40px; } }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField {
                height: 100%;
                position: relative; }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control {
                  position: absolute;
                  top: 5px;
                  height: calc(100% - 10px);
                  z-index: 1;
                  cursor: pointer;
                  width: 30px;
                  font-size: 20px;
                  text-align: center;
                  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;
                  font-weight: 500;
                  font-family: Arial, Helvetica, Sans-Serif;
                  color: inherit;
                  -webkit-user-select: none;
                  -moz-user-select: none;
                  -ms-user-select: none;
                  user-select: none; }
                  .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control:after {
                    content: "";
                    position: absolute;
                    height: 60%;
                    width: 1px;
                    background-color: #000;
                    opacity: 0.08;
                    top: 20%; }
                  .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control.--minus {
                    left: 5px; }
                    .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control.--minus:after {
                      right: 0; }
                  .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control.--plus {
                    right: 5px;
                    left: auto; }
                    .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control.--plus:after {
                      left: 0;
                      right: auto; }
                  .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField .cartBtnQty-control svg {
                    font-size: 20px;
                    height: 1em;
                    position: relative;
                    vertical-align: middle;
                    width: 1em;
                    color: black; }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .quantity .rey-qtyField input {
                  min-width: 100px;
                  color: #484f56;
                  text-align: center;
                  padding: 0.625rem 0.8125rem;
                  line-height: 1.5;
                  border: 5px solid #212529;
                  font-weight: 600;
                  font-family: "Helvetica Neue", Arial, sans-serif;
                  font-size: 13px;
                  height: 100%;
                  border-radius: 2px 0 0 2px; }
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button {
              font-family: "Montserrat", sans-serif;
              border: 1px solid transparent;
              border-radius: 0 2px 2px 0;
              min-width: 180px;
              color: #fff;
              font-size: .8125rem;
              font-weight: 400;
              line-height: 1.5;
              text-align: center;
              text-transform: uppercase;
              letter-spacing: 1px;
              padding: 0.625rem 1.0625rem;
              background-color: #212529;
              max-height: 45px;
              transition: .3s all ease;
              display: flex;
              align-items: center;
              justify-content: center;
              height: 45px;
              width: 100%;
              flex: 1;
              position: relative;
              overflow: hidden; }
              @media (max-width: 1024px) {
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button {
                  height: 40px; } }
              @media (max-width: 767px) {
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button {
                  font-size: .7617rem; } }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button:focus, .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button:focus-visible {
                border-radius: 0 2px 2px 0;
                outline: none; }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button:hover {
                color: #fff;
                background-color: #000; }
@keyframes animloader71 {
  0% {
    left: 0;
    transform: translate(-100%, -50%); }
  100% {
    left: 100%;
    transform: translate(0%, -50%); } }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button.loading {
                background-color: #212529 !important;
                color: #212529 !important;
                opacity: 1; }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button.loading .animation {
                  display: block; }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .single_add_to_cart_button:after {
                display: none; }
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .animation {
              display: none;
              position: absolute;
              top: 50%;
              left: 50%;
              width: 50px;
              height: 2px;
              transform: translate(-50%, -50%);
              background: transparent;
              overflow: hidden;
              z-index: 2; }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .animation:after {
                content: '';
                width: 50px;
                height: 2px;
                background: #6e7174;
                position: absolute;
                left: 0;
                top: 50%;
                animation: animloader71 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .qty-wrap .added_to_cart {
              display: none; }
          .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div {
            padding-bottom: 0;
            position: relative;
            display: flex;
            align-items: center;
            margin-left: 2.5rem; }
            @media (max-width: 1229px) {
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div {
                margin-left: 0;
                margin-top: 30px; } }
            @media (max-width: 1024px) {
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div {
                margin-top: 0;
                margin-left: 60px; } }
            @media (max-width: 767px) {
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div {
                margin-left: 40px; } }
            .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a {
              display: block !important; }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a:hover {
                text-decoration: none; }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a img {
                margin: 0;
                vertical-align: sub;
                display: none !important; }
              .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span {
                margin: 0;
                font-weight: 600;
                color: #000;
                text-transform: uppercase;
                letter-spacing: 0;
                font-size: .8125rem;
                line-height: 2;
                position: relative;
                overflow: hidden;
                display: inline-flex;
                padding-left: 25px; }
                @media (max-width: 1024px) {
                  .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span {
                    color: transparent;
                    position: absolute;
                    width: 20px;
                    height: 40px;
                    top: 0;
                    right: 0;
                    text-overflow: ellipsis;
                    padding: 0;
                    margin: 0; } }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span.act:after {
                  transform: translateX(0);
                  opacity: 1; }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span.no-act:after {
                  transform: translateX(110%);
                  opacity: 1; }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span[data-action="remove"]:before {
                  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -1 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-102.000000, -882.000000)' fill='%23000000'%3E%3Cpath d='M126,882 C122.667,882 119.982,883.842 117.969,886.235 C116.013,883.76 113.333,882 110,882 C105.306,882 102,886.036 102,890.438 C102,892.799 102.967,894.499 104.026,896.097 L116.459,911.003 C117.854,912.312 118.118,912.312 119.513,911.003 L131.974,896.097 C133.22,894.499 134,892.799 134,890.438 C134,886.036 130.694,882 126,882' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span:before {
                  position: absolute;
                  content: '';
                  top: -3px;
                  left: -5px;
                  width: 30px;
                  height: 30px;
                  border: 7px solid #fff;
                  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-100.000000, -880.000000)' fill='%23000000'%3E%3Cpath d='M128,893.682 L116,908 L104,893.623 C102.565,891.629 102,890.282 102,888.438 C102,884.999 104.455,881.904 108,881.875 C110.916,881.851 114.222,884.829 116,887.074 C117.731,884.908 121.084,881.875 124,881.875 C127.451,881.875 130,884.999 130,888.438 C130,890.282 129.553,891.729 128,893.682 L128,893.682 Z M124,880 C120.667,880 118.145,881.956 116,884 C113.957,881.831 111.333,880 108,880 C103.306,880 100,884.036 100,888.438 C100,890.799 100.967,892.499 102.026,894.097 L114.459,909.003 C115.854,910.48 116.118,910.48 117.513,909.003 L129.974,894.097 C131.22,892.499 132,890.799 132,888.438 C132,884.036 128.694,880 124,880 L124,880 Z' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: cover;
                  z-index: 2;
                  background-color: #fff; }
                  @media (max-width: 1024px) {
                    .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span:before {
                      border: none;
                      left: 0;
                      top: 50%;
                      width: 16px;
                      height: 16px;
                      transform: translateY(-50%); } }
                .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span:after {
                  position: absolute;
                  content: '';
                  width: 100%;
                  height: 2px;
                  bottom: 2px;
                  left: 25px;
                  transform: translateX(-110%);
                  opacity: 0;
                  transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
                  background-color: #000; }
                  @media (max-width: 1024px) {
                    .single-product .product .top-content-product .summary form.cart .quantity-and-cart-wrapper .single_product_div a span:after {
                      display: none; } }
      .single-product .product .top-content-product .summary .product_meta {
        margin-bottom: 20px; }
        .single-product .product .top-content-product .summary .product_meta > span {
          display: block; }
        .single-product .product .top-content-product .summary .product_meta span, .single-product .product .top-content-product .summary .product_meta a {
          font-family: "Montserrat", sans-serif;
          color: HSL(210, 7%, 46%);
          font-size: .75rem;
          font-weight: 300;
          line-height: 1.7; }
          @media (max-width: 767px) {
            .single-product .product .top-content-product .summary .product_meta span, .single-product .product .top-content-product .summary .product_meta a {
              font-size: .7rem; } }
      .single-product .product .top-content-product .summary .social-share-wrap .social-share-title {
        font-size: 16px;
        line-height: 1.7;
        color: HSL(210, 9%, 31%);
        font-weight: 700; }
        @media (max-width: 767px) {
          .single-product .product .top-content-product .summary .social-share-wrap .social-share-title {
            font-size: 15px; } }
      .single-product .product .top-content-product .summary .social-share-wrap .social-share-buttons a:hover {
        opacity: .7; }
      .single-product .product .top-content-product .summary .social-share-wrap .social-share-buttons a svg {
        width: 35px;
        height: 35px; }
        .single-product .product .top-content-product .summary .social-share-wrap .social-share-buttons a svg g path {
          fill: #000; }
  .single-product .product .wrapper-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.25rem; }
    @media (max-width: 1024px) {
      .single-product .product .wrapper-info {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .single-product .product .wrapper-info h2 {
        font-size: 1.4rem;
        margin-bottom: 1.289rem; } }
    .single-product .product .wrapper-info .woocommerce-Tabs-panel {
      margin-bottom: 2.5rem; }
      .single-product .product .wrapper-info .woocommerce-Tabs-panel--description {
        -webkit-flex-basis: 61%;
        -moz-flex-basis: 61%;
        -ms-flex-basis: 61%;
        flex-basis: 61%;
        width: 61%;
        padding-right: 35px; }
        @media (max-width: 1024px) {
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-basis: 100%;
            flex-basis: 100%;
            width: 100%;
            padding-right: 0; } }
        @media (max-width: 767px) {
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description {
            margin-bottom: 2.34rem; } }
        .single-product .product .wrapper-info .woocommerce-Tabs-panel--description .hidden-text-wrapper {
          overflow: hidden;
          transition: max-height 0.5s; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description .hidden-text-wrapper:not(.small, .visible) {
            -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
            -webkit-mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0)); }
        .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button {
          margin-top: 1.25rem;
          color: HSL(210, 0%, 0%);
          font-weight: 600;
          display: inline-flex;
          text-transform: uppercase;
          letter-spacing: 0;
          font-size: .8125rem;
          line-height: 1;
          transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          position: relative;
          text-decoration: none;
          padding: 0 0 5px;
          background-color: transparent;
          border: none;
          cursor: pointer; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button:focus, .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button:focus-visible {
            outline: none; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button:hover:after {
            animation: animloader71 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            display: block;
            bottom: 0;
            left: 0;
            background: HSL(210, 0%, 0%);
            transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transform-origin: center right;
            transform-origin: center right; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button:after {
            content: "";
            position: absolute;
            transform: translateX(-100%);
            width: 100%;
            height: 2px;
            display: block;
            bottom: -1px;
            left: 0;
            background: #fff;
            transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transform-origin: center right;
            transform-origin: center right; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--description #toggle-hidden-text-button.expand {
            display: none; }
      .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information {
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-basis: 45%;
        flex-basis: 45%;
        width: 45%;
        padding-left: 35px; }
        @media (max-width: 1024px) {
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-basis: 100%;
            flex-basis: 100%;
            width: 100%;
            padding-left: 0;
            margin-bottom: 0; } }
        .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes {
          border: none; }
          .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr {
            border: none;
            border-bottom: 1px solid HSL(210, 17%, 98%); }
            .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr th {
              min-width: 150px;
              background-color: transparent;
              text-align: start;
              font-weight: 600;
              color: #484f56;
              text-transform: uppercase;
              font-size: 12px;
              padding: 0.5rem 20px 0.5rem 0;
              border: none; }
              @media (max-width: 767px) {
                .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr th {
                  padding: 7.5px 20px 7.5px 0; } }
            .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr td {
              font-size: .875rem;
              text-align: end;
              background-color: transparent;
              border: none;
              padding: 0.5rem 0;
              width: 53%; }
              @media (max-width: 767px) {
                .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr td {
                  padding: 7.5px 0;
                  font-size: 0.82rem; } }
              .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr td a {
                font-size: .875rem; }
                @media (max-width: 767px) {
                  .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr td a {
                    font-size: 0.82rem; } }
              .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr td p {
                padding: 0;
                font-size: .875rem; }
                @media (max-width: 767px) {
                  .single-product .product .wrapper-info .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr td p {
                    font-size: 0.82rem; } }
      .single-product .product .wrapper-info .woocommerce-Tabs-panel--reviews {
        display: none; }
  .single-product .product .related.products h2 {
    font-weight: 600;
    color: #484f56;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 1.5em;
    font-family: "Montserrat";
    line-height: 1.2; }
  .single-product .product .related.products .multiple-items-single-product:hover .slick-arrow {
    opacity: 0.7;
    pointer-events: auto; }
  .single-product .product .related.products .multiple-items-single-product .slick-arrow {
    position: absolute;
    top: calc(50% - 0.5em);
    z-index: 1;
    width: 2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 30px;
    background: HSL(210, 17%, 98%);
    color: HSL(210, 11%, 15%);
    padding: 0.2em 0;
    border-radius: 3px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
    height: 42px; }
    @media (max-width: 1024px) {
      .single-product .product .related.products .multiple-items-single-product .slick-arrow {
        opacity: 1;
        font-size: 22px;
        height: 30px; } }
    .single-product .product .related.products .multiple-items-single-product .slick-arrow:hover svg {
      transform: scaleX(0.7); }
      .single-product .product .related.products .multiple-items-single-product .slick-arrow:hover svg path {
        fill: #000; }
    .single-product .product .related.products .multiple-items-single-product .slick-arrow svg {
      height: 1em;
      position: relative;
      vertical-align: middle;
      width: 1em;
      transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      margin: 0 auto; }
      .single-product .product .related.products .multiple-items-single-product .slick-arrow svg path {
        fill: #484f56; }
    .single-product .product .related.products .multiple-items-single-product .slick-arrow:before, .single-product .product .related.products .multiple-items-single-product .slick-arrow:after {
      content: '';
      display: none; }
    .single-product .product .related.products .multiple-items-single-product .slick-arrow.slick-prev {
      left: 1.3em; }
      .single-product .product .related.products .multiple-items-single-product .slick-arrow.slick-prev svg {
        transform: scaleX(-1); }
      .single-product .product .related.products .multiple-items-single-product .slick-arrow.slick-prev:hover svg {
        transform: scaleX(-0.7); }
    .single-product .product .related.products .multiple-items-single-product .slick-arrow.slick-next {
      right: 1.3em; }
  .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product {
    overflow: hidden;
    max-width: unset;
    clear: unset;
    margin: 0;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product {
        margin-right: 15px; } }
    .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product:hover > .woocommerce-loop-product__link img {
      transform: translateY(-25px); }
      @media (max-width: 1024px) {
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product:hover > .woocommerce-loop-product__link img {
          transform: translateY(0px); } }
    .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product:hover .bottom-wrapper-loop-card {
      transform: translateY(-55px); }
      @media (max-width: 1024px) {
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product:hover .bottom-wrapper-loop-card {
          transform: translateY(0); } }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product:hover .bottom-wrapper-loop-card .hidden-wrapper {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 1; }
    .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product > .woocommerce-loop-product__link {
      height: 350px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product > .woocommerce-loop-product__link img {
        max-height: 350px;
        margin: 0 auto;
        width: auto;
        backface-visibility: hidden;
        transition-property: opacity, visibility, transform, -webkit-transform;
        transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        filter: grayscale(100%); }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product > .woocommerce-loop-product__link img:hover {
          filter: grayscale(0); }
    .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card {
      padding-top: 30px;
      transform: translateY(0);
      transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item {
        padding-bottom: 10px;
        font-size: .625rem;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 600;
        opacity: 0.4;
        color: #000;
        letter-spacing: 0; }
        @media (max-width: 767px) {
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item {
            font-size: .584rem; } }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item a {
          font-size: .625rem;
          text-transform: uppercase;
          line-height: 1;
          font-weight: 600;
          color: #000;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item a {
              font-size: .584rem; } }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-brand {
        padding-top: 1.7em;
        padding-bottom: 0.3125rem;
        line-height: 1;
        font-size: .625rem; }
        @media (max-width: 767px) {
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-brand {
            font-size: .584rem; } }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-brand .brand-link {
          font-size: .625rem;
          text-transform: uppercase;
          line-height: 1;
          font-weight: 900;
          opacity: 0.4;
          color: #000;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-brand .brand-link {
              font-size: .584rem;
              padding-bottom: 0.2929rem; } }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .woocommerce-loop-product__title {
        display: none; }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-title {
        padding: 0.9375rem 0;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-title {
            padding: .8789rem 0; } }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-title a {
          font-size: .9375rem;
          font-weight: 400;
          line-height: 1.4;
          font-family: "Montserrat";
          color: #484f56;
          letter-spacing: 0;
          text-transform: none; }
          @media (max-width: 767px) {
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .product-title a {
              font-size: .8789rem; } }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .variations-loop {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 5px;
        margin-bottom: 0; }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .variations-loop span {
          font-size: .75rem;
          margin-right: 10px;
          font-weight: 300;
          line-height: 1.7;
          color: #484f56; }
          @media (max-width: 767px) {
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .variations-loop span {
              font-size: 0.7rem; } }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .price {
        padding-bottom: 1.125rem;
        margin-bottom: 0; }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .price span {
          font-weight: 600;
          font-size: .875rem;
          color: #484f56; }
          @media (max-width: 767px) {
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .price span {
              font-size: .82rem; } }
      .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        transform: translateY(59px);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media (max-width: 1024px) {
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper {
            display: none; } }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .added_to_cart {
          display: none; }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .button {
          color: HSL(210, 0%, 0%);
          font-weight: 600;
          display: inline-flex;
          text-transform: uppercase;
          background-color: transparent;
          letter-spacing: 0;
          font-size: .8125rem;
          line-height: 1;
          transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          position: relative;
          text-decoration: none;
          padding: 0 0 5px;
          margin-bottom: 5px;
          margin-top: 0; }
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .button:hover {
            color: HSL(210, 10%, 23%); }
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .button:hover:before {
              background: HSL(210, 10%, 23%); }
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .button:hover:after {
              animation: animloader71 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .button:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            display: block;
            bottom: 0;
            left: 0;
            background: HSL(210, 0%, 0%);
            transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transform-origin: center right;
            transform-origin: center right; }
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .button:after {
            content: "";
            position: absolute;
            transform: translateX(-110%);
            width: 100%;
            height: 2px;
            display: block;
            bottom: -1px;
            left: 0;
            background: #fff;
            transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: unset; }
        .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart {
          padding: 0;
          line-height: 1;
          margin-left: 10px; }
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart img {
            display: none !important; }
          .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart span.wt-wishlist-button {
            position: absolute;
            width: 16px;
            height: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: transparent;
            margin: 0; }
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart span.wt-wishlist-button[data-action="remove"]:before {
              background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -1 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-102.000000, -882.000000)' fill='%23000000'%3E%3Cpath d='M126,882 C122.667,882 119.982,883.842 117.969,886.235 C116.013,883.76 113.333,882 110,882 C105.306,882 102,886.036 102,890.438 C102,892.799 102.967,894.499 104.026,896.097 L116.459,911.003 C117.854,912.312 118.118,912.312 119.513,911.003 L131.974,896.097 C133.22,894.499 134,892.799 134,890.438 C134,886.036 130.694,882 126,882' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
            .single-product .product .related.products .multiple-items-single-product .slick-list .slick-track .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart span.wt-wishlist-button:before {
              position: absolute;
              content: '';
              top: -5px;
              left: 0;
              width: 16px;
              height: 16px;
              background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-100.000000, -880.000000)' fill='%23000000'%3E%3Cpath d='M128,893.682 L116,908 L104,893.623 C102.565,891.629 102,890.282 102,888.438 C102,884.999 104.455,881.904 108,881.875 C110.916,881.851 114.222,884.829 116,887.074 C117.731,884.908 121.084,881.875 124,881.875 C127.451,881.875 130,884.999 130,888.438 C130,890.282 129.553,891.729 128,893.682 L128,893.682 Z M124,880 C120.667,880 118.145,881.956 116,884 C113.957,881.831 111.333,880 108,880 C103.306,880 100,884.036 100,888.438 C100,890.799 100.967,892.499 102.026,894.097 L114.459,909.003 C115.854,910.48 116.118,910.48 117.513,909.003 L129.974,894.097 C131.22,892.499 132,890.799 132,888.438 C132,884.036 128.694,880 124,880 L124,880 Z' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              z-index: 2; }

/* ==========================================================================
   Wishlist modal
   ========================================================================== */
body:after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 58, 64, 0)), to(rgba(52, 58, 64, 0.35)));
  background: linear-gradient(to bottom, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 0.35) 100%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }
body.wishlist-modal-visible:after {
  z-index: 1059;
  opacity: 1;
  visibility: visible; }

.wishlist-modal {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(110%);
  padding: 19.2px 24px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .wishlist-modal.visible {
    transform: translateY(0) translateX(-50%);
    z-index: 1060;
    opacity: 1;
    visibility: visible; }
  .wishlist-modal span {
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 300;
    margin-right: 30px; }
  .wishlist-modal a {
    font-size: 12px;
    color: HSL(210, 0%, 0%);
    font-weight: 600;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    text-decoration: none;
    padding: 0 0 5px;
    margin-top: 0;
    overflow: hidden; }
    .wishlist-modal a:hover:after {
      animation: animloader71 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    .wishlist-modal a:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      display: block;
      bottom: 0;
      left: 0;
      background: HSL(210, 0%, 0%);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform-origin: center right;
      transform-origin: center right; }
    .wishlist-modal a:after {
      content: "";
      position: absolute;
      transform: translateX(-110%);
      width: 100%;
      height: 2px;
      display: block;
      bottom: -1px;
      left: 0;
      background: #fff;
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform-origin: center right;
      transform-origin: center right; }

/* ==========================================================================
   Select2 dropdown
   ========================================================================== */
.select2-container--open .select2-dropdown {
  margin-top: 5px; }
  .select2-container--open .select2-dropdown .select2-search {
    display: none; }
  .select2-container--open .select2-dropdown .select2-results__option:hover, .select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container--open .select2-dropdown .select2-results__option[data-selected="true"] {
    background-color: HSL(var(--neutral-2));
    color: var(--body-color); }

/* ==========================================================================
   My account
   ========================================================================== */
.woocommerce-account .col2-set:before, .woocommerce-account .col2-set:after {
  display: none; }
.woocommerce-account .woocommerce .my-account-title {
  font-size: 2.375rem;
  letter-spacing: -1px;
  margin-bottom: 3.125rem; }
@media (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px; } }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    font-size: .875rem;
    margin-bottom: 8px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
      font-weight: 600;
      color: #000 !important; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
      font-weight: 300;
      color: HSL(210, 9%, 31%);
      font-size: .875rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 1.7; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.7; }
  @media (max-width: 767px) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
      font-size: 15px; } }
.woocommerce-account .woocommerce .woocommerce-form-login__rememberme span:after {
  top: calc(50% - 4px) !important;
  left: 3px !important; }

.wt_frontend_wishlist_table {
  border: none !important; }
  @media (max-width: 1024px) {
    .wt_frontend_wishlist_table * {
      border: none; }
    .wt_frontend_wishlist_table tbody {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.5%;
      width: 103%; }
      .wt_frontend_wishlist_table tbody > * {
        width: 47%;
        margin: 0 1.5% 2.25em; }
      .wt_frontend_wishlist_table tbody tr {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .wt_frontend_wishlist_table tbody tr:first-child {
          display: none; }
        .wt_frontend_wishlist_table tbody tr td {
          width: 100% !important;
          text-align: center; }
          .wt_frontend_wishlist_table tbody tr td .stock_column {
            margin: 0 auto; } }

/* ==========================================================================
   Shop page
   ========================================================================== */
@media (max-width: 1024px) {
  body.filters-open {
    overflow: hidden !important; }
    body.filters-open:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 999;
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s all ease; }
    body.filters-open .toTop {
      transform: translateX(101%);
      opacity: 0; } }

.woocommerce-page .shop-page-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 50px; }
  .woocommerce-page .shop-page-wrapper .arhive-sidebar {
    position: sticky;
    top: 46px;
    max-width: 22%;
    width: 100%;
    max-height: 760px;
    padding-right: 17px;
    padding-bottom: 5px; }
    @media screen and (max-height: 790px) {
      .woocommerce-page .shop-page-wrapper .arhive-sidebar {
        max-height: 600px; } }
    @media screen and (max-height: 650px) {
      .woocommerce-page .shop-page-wrapper .arhive-sidebar {
        max-height: 530px; } }
    @media screen and (max-height: 550px) {
      .woocommerce-page .shop-page-wrapper .arhive-sidebar {
        max-height: 490px; } }
    @media (max-width: 1024px) {
      .woocommerce-page .shop-page-wrapper .arhive-sidebar {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(300%);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: .3s all ease;
        max-width: 97%;
        height: calc(100% - 2.5rem); }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar.open {
          z-index: 1000;
          visibility: visible;
          opacity: 1;
          transform: translateY(-50%) translateX(-50%); } }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .close-sidebar {
      padding: 0.125rem;
      display: none;
      position: absolute;
      font-size: 20px;
      right: 1rem;
      top: 1rem; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .close-sidebar svg {
        font-size: .875rem;
        fill: currentColor;
        height: 1em;
        position: relative;
        vertical-align: middle;
        width: 1em; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .close-sidebar {
          display: block; } }
    @media (max-width: 1024px) {
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .simplebar-offset {
        padding: 2rem 2.5rem;
        background: #fff; } }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .simplebar-content {
      overflow: hidden !important; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget *:focus-visible, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget *:focus {
      outline: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_container {
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 3.125rem; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_container.woof_price3_search_container {
        margin-top: 0; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_submit_search_form_container {
      display: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone h4 {
      position: relative;
      padding-left: 3em;
      font-size: 22px;
      margin-bottom: 1.5625rem;
      font-weight: var(--font-weight-bold);
      color: var(--body-color);
      text-transform: none;
      font-family: "Montserrat";
      line-height: 1.2;
      letter-spacing: 0; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone h4:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 1.5em;
        height: 2px;
        background-color: currentColor;
        opacity: 0.3; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone h4 {
          font-size: 16px; } }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone h4 .woof_front_toggle {
        display: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul {
      display: flex;
      flex-wrap: wrap; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li {
        cursor: pointer;
        margin: 0 3px 3px 0 !important;
        position: relative; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li:before {
          content: '';
          position: absolute;
          top: calc(50% + 1.5px);
          left: 0.8em;
          transform: translateY(-50%);
          opacity: 0.5;
          font-size: 8px;
          height: 1em;
          vertical-align: middle;
          width: 1em;
          background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 490 490' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpolygon points='456.851,0 245,212.564 33.149,0 0.708,32.337 212.669,245.004 0.708,457.678 33.149,490 245,277.443 456.851,490 489.292,457.678 277.331,245.004 489.292,32.337 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: .3s all ease; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li:hover:before {
          opacity: 1; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li:hover a span {
          border-color: HSL(var(--neutral-6)); }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li:first-child {
          order: 1; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li button {
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0.6em 0.6em 0.6em 2em;
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          border: 1px solid HSL(var(--neutral-4));
          border-radius: 3px;
          color: HSL(var(--neutral-10));
          font-weight: 300;
          font-family: "Montserrat", sans-serif;
          transition: .3s all ease;
          margin: 0; }
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li button:hover {
            border-color: HSL(var(--neutral-6)); }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li a {
          pointer-events: none; }
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li a span {
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0.6em 0.6em 0.6em 2em;
            font-size: 10px;
            line-height: 1;
            text-transform: uppercase;
            border: 1px solid HSL(var(--neutral-4));
            border-radius: 3px;
            color: HSL(var(--neutral-10));
            font-weight: 300;
            font-family: "Montserrat", sans-serif;
            transition: .3s all ease;
            background: none; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li ul li {
          margin: 0 !important; }
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_products_top_panel > ul > li ul li:first-child {
            display: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-grid {
      display: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-bar, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-line {
      background: HSL(var(--neutral-9));
      height: 3px;
      border-radius: 3px; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-handle {
      top: 32px;
      width: 11px;
      height: 11px;
      border: none;
      background: var(--body-color);
      border-radius: 50%;
      box-shadow: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-from {
      transform: translateX(28%); }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-to {
      margin-left: -18px; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-from, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-to, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-single {
      font-family: "Montserrat", sans-serif;
      color: #000;
      font-weight: bold;
      line-height: 1;
      white-space: nowrap;
      font-size: 11px;
      background-color: transparent; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-from:before, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-to:before, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-single:before {
        display: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-min, .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_price_filter .woof_container_inner .irs .irs-max {
      display: none; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list .woof_radio_term_reset {
      display: none !important; }
    .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li {
      position: relative;
      margin-top: 5px;
      font-size: .875rem;
      font-weight: var(--body-font-weight);
      line-height: var(--body-line-height);
      color: var(--body-color); }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener {
        position: absolute; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li input {
        display: none; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > label {
        position: relative;
        color: HSL(var(--neutral-7));
        display: inline-flex;
        align-items: center;
        width: 100%;
        font-weight: 700 !important;
        font-size: 15px !important;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        margin-bottom: 7px; }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener {
        font-size: 0.7em;
        padding: 0.6em;
        color: inherit;
        opacity: 0.5;
        border-radius: 3px;
        transition: .3s all ease;
        margin-left: -4px !important; }
        @media (max-width: 1024px) {
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener {
            margin-left: -10px !important; } }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener:hover {
          background-color: HSL(var(--neutral-2));
          opacity: 0.8; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener .woof_is_closed {
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 9.8px;
          position: relative;
          vertical-align: middle;
          width: 9.8px; }
          @media (max-width: 1024px) {
            .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener .woof_is_closed {
              padding: 8px; } }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener .woof_is_opened {
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M903.232 768l56.768-50.432L512 256l-448 461.568 56.768 50.432L512 364.928z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 9.8px;
          position: relative;
          vertical-align: middle;
          width: 9.8px; }
          @media (max-width: 1024px) {
            .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li .woof_childs_list_opener .woof_is_opened {
              padding: 8px; } }
      .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul {
        margin-left: .75rem !important;
        padding-left: 0 !important; }
        .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li {
          font-weight: var(--body-font-weight);
          line-height: var(--body-line-height);
          color: var(--body-color);
          font-size: .875rem; }
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li > label {
            margin-bottom: 7px;
            color: HSL(var(--neutral-7));
            font-weight: 400;
            font-family: 'Montserrat';
            font-size: .875rem;
            line-height: var(--body-line-height);
            padding: 0;
            margin-left: 0; }
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li > .woof_childs_list_opener {
            right: -17.55px; }
          .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li > ul {
            margin-left: 20px !important;
            padding-left: 0 !important; }
            .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li > ul > li {
              font-weight: var(--body-font-weight);
              line-height: var(--body-line-height);
              color: var(--body-color);
              font-size: .875rem;
              position: relative; }
              .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li > ul > li:before {
                content: '◾';
                position: absolute;
                left: 0;
                width: 20px;
                margin-left: -20px; }
              .woocommerce-page .shop-page-wrapper .arhive-sidebar .widget .woof .woof_redraw_zone .woof_container_product_cat .woof_container_inner .woof_block_html_items .woof_list > li > ul > li > ul > li > label {
                margin-bottom: 7px;
                color: HSL(var(--neutral-7));
                font-weight: 400;
                font-family: 'Montserrat';
                font-size: .875rem;
                padding: 0;
                line-height: var(--body-line-height);
                margin-left: 0; }
  .woocommerce-page .shop-page-wrapper .content-shop-page {
    flex: 1;
    margin-left: 50px; }
    @media (max-width: 1024px) {
      .woocommerce-page .shop-page-wrapper .content-shop-page {
        margin-left: 0; } }
    .woocommerce-page .shop-page-wrapper .content-shop-page .return-to-catalog-btn {
      display: block;
      padding: 0.625rem 1.0625rem;
      cursor: pointer;
      transition: .3s all ease;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: .75rem;
      font-weight: 400;
      color: #353b41;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      font-family: 'Montserrat', sans-serif;
      border: 1px solid transparent;
      line-height: 1.8;
      height: calc(2.5625rem + 2px);
      background-color: #eaedf0;
      margin: 30px auto 0;
      max-width: max-content;
      text-align: center; }
      @media (max-width: 767px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .return-to-catalog-btn {
          height: calc(2.4rem + 2px);
          padding: 0.586rem 1.1725rem; } }
      .woocommerce-page .shop-page-wrapper .content-shop-page .return-to-catalog-btn:hover {
        background-color: #dfe3e7;
        text-decoration: none; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .kama_breadcrumbs {
      padding: 0;
      margin: 20px 0; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-breadcrumb {
      display: none; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters {
      display: none;
      margin-bottom: 20px;
      padding-left: 30px;
      white-space: nowrap;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters {
          display: flex; } }
      @media (max-width: 500px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters {
          padding-left: 0; } }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .open-filter {
        line-height: 1.5; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .open-filter svg {
          font-size: 10px;
          display: inline-block;
          fill: currentColor;
          height: 1em;
          position: relative;
          vertical-align: middle;
          width: 1em; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .open-filter span {
          display: inline-block;
          vertical-align: middle;
          margin-left: 0.5em;
          color: black;
          font-size: 13px;
          font-weight: var(--font-weight-bold);
          text-transform: uppercase;
          letter-spacing: 0;
          line-height: 1; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .open-filter span.rey-filterBtn__count {
            margin-left: 0.2em; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset {
        margin-left: 11px;
        border: 0;
        font-size: 1em; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset:focus, .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset:focus-visible {
          outline: none; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset:hover {
          color: inherit; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset svg {
          display: inline-block;
          fill: currentColor;
          height: 1em;
          position: relative;
          vertical-align: middle;
          width: 1em;
          font-size: 10px;
          margin-bottom: -1px; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset svg:focus, .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .mobile-filters .rey-filterBtn__reset svg:focus-visible {
            outline: none; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-result-count {
      text-transform: uppercase;
      font-size: 0.85rem;
      font-weight: var(--font-weight-bold);
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-result-count {
          height: 27.19px;
          line-height: 2; } }
      @media (max-width: 500px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-result-count {
          display: block;
          float: unset; } }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products {
      justify-content: flex-end;
      padding-right: 60px;
      position: relative; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products {
          display: none !important; } }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 8px;
        top: calc(50% - 4px);
        right: 30px;
        background-color: HSL(var(--neutral-3)); }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products span {
        font-size: 13px;
        font-weight: var(--font-weight-bold);
        margin-right: 15px;
        line-height: var(--body-line-height);
        color: var(--body-color); }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products ul {
        padding-left: 0; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products ul li {
          margin: 0 5px;
          position: relative;
          cursor: pointer;
          font-size: 13px;
          font-weight: var(--font-weight-bold);
          line-height: var(--body-line-height);
          color: var(--body-color); }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products ul li.active:after {
            width: 100%; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .display-mode-products ul li:after {
            content: "";
            position: absolute;
            height: 2px;
            display: block;
            right: 0;
            bottom: 0;
            background: currentColor;
            width: 0;
            -webkit-transition: width 0.3s ease;
            transition: width 0.3s ease; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering {
      margin-bottom: 0;
      padding-right: 0;
      position: relative; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering {
          margin-left: 150px; } }
      @media (max-width: 500px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering {
          margin-left: 0;
          float: unset;
          display: block; } }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby {
        cursor: pointer;
        margin: 0;
        border: none;
        height: auto;
        box-shadow: none;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: .8125rem;
        line-height: 2;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        text-indent: 0; }
        @media (max-width: 500px) {
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby {
            padding: 0; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby::-ms-expand {
          display: none; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby.act:after {
          transform: translateX(0);
          opacity: 1; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby.no-act:after {
          transform: translateX(110%);
          opacity: 1; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby[data-action="remove"]:before {
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -1 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-102.000000, -882.000000)' fill='%23000000'%3E%3Cpath d='M126,882 C122.667,882 119.982,883.842 117.969,886.235 C116.013,883.76 113.333,882 110,882 C105.306,882 102,886.036 102,890.438 C102,892.799 102.967,894.499 104.026,896.097 L116.459,911.003 C117.854,912.312 118.118,912.312 119.513,911.003 L131.974,896.097 C133.22,894.499 134,892.799 134,890.438 C134,886.036 130.694,882 126,882' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby:before {
          position: absolute;
          content: '';
          top: -3px;
          left: -5px;
          width: 30px;
          height: 30px;
          border: 7px solid #fff;
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-100.000000, -880.000000)' fill='%23000000'%3E%3Cpath d='M128,893.682 L116,908 L104,893.623 C102.565,891.629 102,890.282 102,888.438 C102,884.999 104.455,881.904 108,881.875 C110.916,881.851 114.222,884.829 116,887.074 C117.731,884.908 121.084,881.875 124,881.875 C127.451,881.875 130,884.999 130,888.438 C130,890.282 129.553,891.729 128,893.682 L128,893.682 Z M124,880 C120.667,880 118.145,881.956 116,884 C113.957,881.831 111.333,880 108,880 C103.306,880 100,884.036 100,888.438 C100,890.799 100.967,892.499 102.026,894.097 L114.459,909.003 C115.854,910.48 116.118,910.48 117.513,909.003 L129.974,894.097 C131.22,892.499 132,890.799 132,888.438 C132,884.036 128.694,880 124,880 L124,880 Z' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          z-index: 2;
          background-color: #fff; }
          @media (max-width: 1024px) {
            .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby:before {
              border: none;
              left: 0;
              top: 50%;
              width: 16px;
              height: 16px;
              transform: translateY(-50%); } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 2px;
          bottom: 2px;
          left: 25px;
          transform: translateX(-110%);
          opacity: 0;
          transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
          background-color: #000; }
          @media (max-width: 1024px) {
            .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby:after {
              display: none; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-ordering .orderby option {
          line-height: 1.5;
          font-size: .875rem;
          color: HSL(var(--neutral-7));
          text-transform: none; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woof_products_top_panel .woof_products_top_panel_ul li {
      margin: 0 3px 3px 0 !important; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woof_products_top_panel .woof_products_top_panel_ul li:first-child {
        display: none; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woof_products_top_panel .woof_products_top_panel_ul li li {
        margin: 0 !important; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woof_products_top_panel .woof_products_top_panel_ul li a {
        pointer-events: none; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woof_products_top_panel .woof_products_top_panel_ul li a span {
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0.6em;
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          border: 1px solid HSL(var(--neutral-4));
          border-radius: 3px;
          color: HSL(var(--neutral-10));
          font-weight: 300;
          font-family: "Montserrat", sans-serif;
          background: none; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-3 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.5%;
      width: 103%; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-3 > * {
        width: 30.3333333333%;
        margin: 0 1.5% 2em; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-3 {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -1.5%;
          width: 103%; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-3 > * {
            width: 47%;
            margin: 0 1.5% 2.25em; } }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-4 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.5%;
      width: 103%; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-4 > * {
        width: 22%;
        margin: 0 1.5% 1.875em; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-4 {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -1.5%;
          width: 103%; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-4 > * {
            width: 47%;
            margin: 0 1.5% 2.25em; } }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-5 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.5%;
      width: 103%; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-5 > * {
        width: 17%;
        margin: 0 1.5% 1.8em; }
      @media (max-width: 1024px) {
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-5 {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -1.5%;
          width: 103%; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .multiple-items-single-product.column-5 > * {
            width: 47%;
            margin: 0 1.5% 2.25em; } }
    .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-pagination .page-numbers {
      border: none; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-pagination .page-numbers li {
        border: 1px solid var(--body-color);
        border-radius: 2px;
        margin: 5px; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-pagination .page-numbers li:first-child {
          margin-left: 0; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .content-area .site-main .woocommerce-pagination .page-numbers li:last-child {
          margin-right: 0; }
    .woocommerce-page .shop-page-wrapper .content-shop-page .product {
      overflow: hidden;
      clear: unset;
      padding: 0;
      max-width: 100% !important;
      flex: unset !important; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .product:hover > .woocommerce-loop-product__link img {
        transform: translateY(-25px); }
        @media (max-width: 1024px) {
          .woocommerce-page .shop-page-wrapper .content-shop-page .product:hover > .woocommerce-loop-product__link img {
            transform: translateY(0px); } }
      .woocommerce-page .shop-page-wrapper .content-shop-page .product:hover .bottom-wrapper-loop-card {
        transform: translateY(-55px); }
        @media (max-width: 1024px) {
          .woocommerce-page .shop-page-wrapper .content-shop-page .product:hover .bottom-wrapper-loop-card {
            transform: translateY(0); } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product:hover .bottom-wrapper-loop-card .hidden-wrapper {
          transform: translateY(0);
          opacity: 1;
          visibility: visible;
          z-index: 1; }
      .woocommerce-page .shop-page-wrapper .content-shop-page .product > .woocommerce-loop-product__link {
        height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product > .woocommerce-loop-product__link img {
          max-height: 350px;
          margin: 0 auto;
          width: auto;
          backface-visibility: hidden;
          transition-property: opacity, visibility, transform, -webkit-transform;
          transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
          filter: grayscale(100%); }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product > .woocommerce-loop-product__link img:hover {
            filter: grayscale(0); }
      .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card {
        padding-top: 30px;
        transform: translateY(0);
        transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs {
          margin: 0 0 10px 0;
          line-height: 1;
          font-size: .625rem; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs a {
            font-size: .625rem;
            text-transform: uppercase;
            line-height: 1;
            font-weight: 600;
            color: #000;
            letter-spacing: 0; }
            @media (max-width: 767px) {
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs a {
                font-size: .584rem; } }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item {
            padding: 0;
            margin: 0;
            font-size: .625rem;
            text-transform: uppercase;
            line-height: 1;
            font-weight: 600;
            opacity: 0.8;
            color: #000;
            letter-spacing: 0; }
            @media (max-width: 767px) {
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item {
                font-size: .584rem; } }
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item a {
              font-size: .625rem;
              text-transform: uppercase;
              line-height: 1;
              font-weight: 600;
              color: #000;
              letter-spacing: 0; }
              @media (max-width: 767px) {
                .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .rey-breadcrumbs .rey-breadcrumbs-item a {
                  font-size: .584rem; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-brand {
          margin-bottom: 0.3125rem;
          line-height: 1;
          font-size: .625rem; }
          @media (max-width: 767px) {
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-brand {
              font-size: .584rem; } }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-brand .brand-link {
            font-size: .625rem;
            text-transform: uppercase;
            line-height: 1;
            font-weight: 900;
            opacity: 0.8;
            color: #000;
            letter-spacing: 0; }
            @media (max-width: 767px) {
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-brand .brand-link {
                font-size: .584rem;
                padding-bottom: 0.2929rem; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .woocommerce-loop-product__title {
          display: none; }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-title {
          padding: 0.9375rem 0;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-title {
              padding: .8789rem 0; } }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-title a {
            font-size: .9375rem;
            font-weight: 600;
            line-height: 1.4;
            font-family: "Montserrat";
            color: #484f56;
            letter-spacing: 0;
            text-transform: none; }
            @media (max-width: 767px) {
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .product-title a {
                font-size: .8789rem; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .variations-loop {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          padding-bottom: 5px;
          margin-bottom: 0; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .variations-loop span {
            font-size: .75rem;
            margin-right: 10px;
            font-weight: 300;
            line-height: 1.7;
            color: #484f56; }
            @media (max-width: 767px) {
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .variations-loop span {
                font-size: 0.7rem; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .price {
          padding-bottom: 1.125rem;
          margin-bottom: 0; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .price span {
            font-weight: 600;
            font-size: .875rem;
            color: #484f56; }
            @media (max-width: 767px) {
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .price span {
                font-size: .82rem; } }
        .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: absolute;
          transform: translateY(59px);
          opacity: 0;
          visibility: hidden;
          z-index: -1;
          transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }
          @media (max-width: 1024px) {
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper {
              display: none; } }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .added_to_cart {
            display: none; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .button {
            color: HSL(210, 0%, 0%);
            font-weight: 600;
            display: inline-flex;
            text-transform: uppercase;
            letter-spacing: 0;
            font-size: .8125rem;
            line-height: 1;
            transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            position: relative;
            text-decoration: none;
            padding: 0 0 5px;
            margin-bottom: 5px;
            margin-top: 0;
            background: transparent; }
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .button:hover {
              color: HSL(210, 10%, 23%); }
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .button:hover:before {
                background: HSL(210, 10%, 23%); }
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .button:hover:after {
                animation: animloader71 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .button:before {
              -webkit-transform: scaleX(1);
              transform: scaleX(1);
              content: "";
              position: absolute;
              width: 100%;
              height: 2px;
              display: block;
              bottom: 0;
              left: 0;
              background: HSL(210, 0%, 0%);
              transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
              -webkit-transform-origin: center right;
              transform-origin: center right; }
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .button:after {
              content: "";
              position: absolute;
              transform: translateX(-110%);
              width: 100%;
              height: 2px;
              display: block;
              bottom: -1px;
              left: 0;
              background: #fff;
              transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
              -webkit-transform-origin: center right;
              transform-origin: center right; }
          .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart {
            padding: 0;
            line-height: 1;
            margin-left: 10px; }
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart img {
              display: none !important; }
            .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart span.wt-wishlist-button {
              position: absolute;
              width: 16px;
              height: 16px;
              white-space: nowrap;
              text-overflow: ellipsis;
              color: transparent;
              margin: 0; }
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart span.wt-wishlist-button[data-action="remove"]:before {
                background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -1 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-102.000000, -882.000000)' fill='%23000000'%3E%3Cpath d='M126,882 C122.667,882 119.982,883.842 117.969,886.235 C116.013,883.76 113.333,882 110,882 C105.306,882 102,886.036 102,890.438 C102,892.799 102.967,894.499 104.026,896.097 L116.459,911.003 C117.854,912.312 118.118,912.312 119.513,911.003 L131.974,896.097 C133.22,894.499 134,892.799 134,890.438 C134,886.036 130.694,882 126,882' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
              .woocommerce-page .shop-page-wrapper .content-shop-page .product .bottom-wrapper-loop-card .hidden-wrapper .icon_after_add_to_cart span.wt-wishlist-button:before {
                position: absolute;
                content: '';
                top: -5px;
                left: 0;
                width: 16px;
                height: 16px;
                background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eheart-like%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-100.000000, -880.000000)' fill='%23000000'%3E%3Cpath d='M128,893.682 L116,908 L104,893.623 C102.565,891.629 102,890.282 102,888.438 C102,884.999 104.455,881.904 108,881.875 C110.916,881.851 114.222,884.829 116,887.074 C117.731,884.908 121.084,881.875 124,881.875 C127.451,881.875 130,884.999 130,888.438 C130,890.282 129.553,891.729 128,893.682 L128,893.682 Z M124,880 C120.667,880 118.145,881.956 116,884 C113.957,881.831 111.333,880 108,880 C103.306,880 100,884.036 100,888.438 C100,890.799 100.967,892.499 102.026,894.097 L114.459,909.003 C115.854,910.48 116.118,910.48 117.513,909.003 L129.974,894.097 C131.22,892.499 132,890.799 132,888.438 C132,884.036 128.694,880 124,880 L124,880 Z' id='heart-like' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 2; }

#woof_html_buffer {
  padding: 0;
  border-radius: 0;
  width: 50px;
  height: 2px;
  box-shadow: none;
  background: none;
  overflow: hidden;
  z-index: 1002; }
  #woof_html_buffer:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #6e7174;
    position: absolute;
    left: 0;
    top: 50%;
    animation: animloader71 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  #woof_html_buffer:after {
    content: '';
    position: fixed;
    opacity: 0.5;
    background: #000;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    transform: translate(-50%, -50%); }

.row-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 50px; }

.go-to-catalog-btn {
  display: block;
  padding: 0.625rem 1.0625rem;
  cursor: pointer;
  transition: .3s all ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 400;
  color: #353b41;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid transparent;
  line-height: 1.8;
  height: calc(2.5625rem + 2px);
  background-color: #eaedf0;
  margin: 100px auto 0;
  max-width: max-content;
  text-align: center; }
  @media (max-width: 767px) {
    .go-to-catalog-btn {
      height: calc(2.4rem + 2px);
      padding: 0.586rem 1.1725rem; } }
  .go-to-catalog-btn:hover {
    background-color: #dfe3e7;
    text-decoration: none; }

body.mobile_menu_active.margin {
  padding-right: 13px; }

body.chrome.mobile_menu_active.margin {
  padding-right: 13px; }

body.safari.mobile_menu_active.margin {
  padding-right: 13px; }

body.firefox.mobile_menu_active.margin {
  padding-right: 0; }

/* ==========================================================================
  Reset
  ========================================================================== */
.row1410 {
  width: 1410px;
  max-width: 96%;
  margin: 0 auto; }
  @media screen and (max-width: 576px) {
    .row1410 {
      max-width: 92%; } }

.row1440, .row-container {
  width: 1440px;
  max-width: 96%;
  margin: 0 auto; }
  @media screen and (max-width: 576px) {
    .row1440, .row-container {
      max-width: 92%; } }

.template-contacts {
  /* ==========================================================================
     Info Contact form
     ========================================================================== */
  /* ==========================================================================
     map
     ========================================================================== */ }
  .template-contacts .info-contact_form {
    margin-bottom: 60px; }
    .template-contacts .info-contact_form .flex-wrapper {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .template-contacts .info-contact_form .flex-wrapper {
          flex-direction: column; } }
      .template-contacts .info-contact_form .flex-wrapper h2 {
        font-size: 2rem; }
      .template-contacts .info-contact_form .flex-wrapper .left-content {
        width: 45%; }
        @media screen and (max-width: 1024px) {
          .template-contacts .info-contact_form .flex-wrapper .left-content {
            width: 100%; } }
        .template-contacts .info-contact_form .flex-wrapper .left-content p {
          font-size: 14px; }
          .template-contacts .info-contact_form .flex-wrapper .left-content p:last-child {
            margin-bottom: 1.25rem; }
          .template-contacts .info-contact_form .flex-wrapper .left-content p a {
            position: relative; }
            .template-contacts .info-contact_form .flex-wrapper .left-content p a:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              top: 106%;
              background-color: currentColor;
              opacity: 0.2;
              transition: all 0.15s ease;
              left: 0; }
            .template-contacts .info-contact_form .flex-wrapper .left-content p a:hover {
              text-decoration: none;
              opacity: 0.9; }
              .template-contacts .info-contact_form .flex-wrapper .left-content p a:hover:after {
                opacity: 0.8;
                height: 3px; }
      .template-contacts .info-contact_form .flex-wrapper .right-content {
        max-width: 797px;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          .template-contacts .info-contact_form .flex-wrapper .right-content {
            max-width: 100%; } }
        .template-contacts .info-contact_form .flex-wrapper .right-content form {
          display: flex;
          flex-direction: column; }
          .template-contacts .info-contact_form .flex-wrapper .right-content form label {
            color: #484F56;
            font-weight: 300; }
            @media screen and (max-width: 1024px) {
              .template-contacts .info-contact_form .flex-wrapper .right-content form label {
                font-size: 15px; } }
            .template-contacts .info-contact_form .flex-wrapper .right-content form label input, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea {
              margin-top: 0.5rem;
              margin-bottom: 1.25rem;
              border-radius: 2px;
              height: calc(2.5625rem + 2px);
              padding: 0.625rem 0.8125rem;
              font-size: .875rem;
              font-weight: 400;
              line-height: 1.5; }
              @media screen and (max-width: 576px) {
                .template-contacts .info-contact_form .flex-wrapper .right-content form label input, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea {
                  font-size: 16px; } }
              .template-contacts .info-contact_form .flex-wrapper .right-content form label input:focus, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea:focus {
                border-color: #818A92; }
                .template-contacts .info-contact_form .flex-wrapper .right-content form label input:focus::placeholder, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea:focus::placeholder {
                  opacity: 1; }
                .template-contacts .info-contact_form .flex-wrapper .right-content form label input:focus:-ms-input-placeholder, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea:focus:-ms-input-placeholder {
                  opacity: 1; }
                .template-contacts .info-contact_form .flex-wrapper .right-content form label input:focus::-ms-input-placeholder, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea:focus::-ms-input-placeholder {
                  opacity: 1; }
              .template-contacts .info-contact_form .flex-wrapper .right-content form label input::placeholder, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea::placeholder {
                font-size: .875rem;
                font-weight: 400;
                line-height: 1.5;
                opacity: 0.5;
                color: inherit; }
              .template-contacts .info-contact_form .flex-wrapper .right-content form label input:-ms-input-placeholder, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea:-ms-input-placeholder {
                font-size: .875rem;
                font-weight: 400;
                line-height: 1.5;
                color: inherit;
                opacity: 0.5; }
              .template-contacts .info-contact_form .flex-wrapper .right-content form label input::-ms-input-placeholder, .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea::-ms-input-placeholder {
                font-size: .875rem;
                font-weight: 400;
                line-height: 1.5;
                color: inherit;
                opacity: 0.5; }
            .template-contacts .info-contact_form .flex-wrapper .right-content form label textarea {
              height: auto;
              overflow: auto;
              resize: vertical;
              min-height: 230px;
              transition: unset; }
  .template-contacts div.wpcf7 .ajax-loader {
    top: 3px;
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    background-image: unset; }
  .template-contacts div.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .template-contacts .summit-wrap {
    position: relative; }
  .template-contacts .wpcf7-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #212529;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 118px;
    width: 100%;
    height: 42px;
    padding: 0.625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 2px;
    border: none; }
    .template-contacts .wpcf7-submit:hover {
      background-color: #000000; }
  .template-contacts .map p {
    height: 500px; }
    .template-contacts .map p iframe {
      width: 100%;
      height: 500px; }

@media screen and (max-width: 1140px) {
  .swal2-shown body {
    padding-right: 0 !important; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 70px 0 35px 0;
  border-top: 1px solid #ededed; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 40px 0 35px 0; } }
  footer .flex-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      footer .flex-wrapper {
        flex-direction: column;
        align-items: center; } }
    footer .flex-wrapper .column-logo .logo {
      width: 80px;
      height: 45px;
      margin: 0 auto 20px; }
      footer .flex-wrapper .column-logo .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    footer .flex-wrapper .column {
      text-align: center;
      min-width: max-content;
      margin: 0 2% 20px 2%;
      transition: all 0.3s ease;
      will-change: transform;
      transform-origin: center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: perspective(0) scale(1); }
      footer .flex-wrapper .column:hover {
        transform: perspective(1px) scale(1.09) translateZ(0); }
      @media screen and (max-width: 576px) {
        footer .flex-wrapper .column {
          margin: 0 4% 20px 4%; } }
      footer .flex-wrapper .column h3 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.43;
        letter-spacing: 0.01em;
        color: #0A0A0A; }
      footer .flex-wrapper .column p {
        margin-bottom: 0;
        line-height: 1.42;
        font-size: 14px; }
      footer .flex-wrapper .column a {
        display: block; }
        footer .flex-wrapper .column a:hover {
          text-decoration: none;
          color: #353B41; }
  footer .group-link-image {
    margin: 0 auto 75px auto;
    text-align: center; }
    footer .group-link-image .group-link {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 576px) {
        footer .group-link-image .group-link {
          flex-direction: column; } }
      footer .group-link-image .group-link .link-footer {
        padding: 0 20px 15px 20px; }
        footer .group-link-image .group-link .link-footer .link {
          position: relative;
          display: block;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 1.18;
          letter-spacing: 0.01em;
          color: #0A0A0A; }
          footer .group-link-image .group-link .link-footer .link:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            display: block;
            bottom: -2px;
            left: 0;
            background: currentColor;
            transition: transform 0.4s ease,opacity 0.4s ease;
            transform: scaleX(0);
            transform-origin: center right; }
          footer .group-link-image .group-link .link-footer .link:hover {
            text-decoration: none; }
            footer .group-link-image .group-link .link-footer .link:hover:after {
              transform: scaleX(1);
              transform-origin: center left; }
    footer .group-link-image .image-footer {
      width: 167px;
      height: 50px;
      margin: 0 auto; }
      footer .group-link-image .image-footer img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  footer .copyright {
    padding: 35px 0 0 0;
    border-top: 1px solid #ededed;
    margin: 0 2%; }
    @media screen and (max-width: 1024px) {
      footer .copyright {
        text-align: center; } }

.home #logo {
  pointer-events: none; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  height: 100px;
  background-color: #0A0A0A;
  padding: 0 60px; }
  @media screen and (max-width: 768px) {
    .header {
      padding: 0 15px;
      height: 80px; } }
  .header svg {
    width: 1.56rem;
    height: 1.56rem; }
    @media screen and (max-width: 768px) {
      .header svg {
        width: 1.25rem;
        height: 1.25rem; } }
  .header .flex {
    height: 100%; }
  .header .left-content {
    display: flex;
    align-items: center;
    width: 30%; }
    .header .left-content .burger {
      margin-right: 20px; }
    .header .left-content .button-search {
      cursor: pointer;
      display: flex; }
      @media screen and (max-width: 768px) {
        .header .left-content .button-search {
          display: none; } }
  .header #logo {
    max-width: 167px;
    width: 100%;
    height: 100px;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .header #logo {
        height: 80px; } }
    .header #logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 374px) {
        .header #logo img {
          object-fit: contain; } }
  .header .right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%; }
    .header .right-content .button-search {
      display: none;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .header .right-content .button-search {
          display: flex;
          margin-left: 30px; } }
    .header .right-content .socials-icon {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .header .right-content .socials-icon {
          display: none; } }
      .header .right-content .socials-icon .icon {
        transition: all 0.3s ease;
        will-change: transform;
        transform-origin: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: perspective(0) scale(1); }
        .header .right-content .socials-icon .icon:hover {
          transform: perspective(1px) scale(1.1) translateZ(0); }
        .header .right-content .socials-icon .icon:not(:last-child) {
          margin-right: 20px; }
    .header .right-content .button-basket {
      cursor: pointer;
      margin-left: 30%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .header .right-content .button-basket {
          margin-left: 38%; } }
      @media screen and (max-width: 425px) {
        .header .right-content .button-basket {
          margin-left: 22%; } }
      .header .right-content .button-basket .cart-contents {
        display: flex;
        text-decoration: none; }
        .header .right-content .button-basket .cart-contents:hover {
          text-decoration: none; }
      .header .right-content .button-basket .cart-quantity {
        background-color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #000000;
        font-size: 9px;
        width: 1.25rem;
        height: 1.25rem;
        line-height: 0;
        margin-left: 0.1875rem;
        font-family: Sans-Serif; }
        @media screen and (max-width: 1024px) {
          .header .right-content .button-basket .cart-quantity {
            font-size: 8px;
            margin-left: -0.375rem;
            width: 1rem;
            height: 1rem; } }

.header-white {
  background-color: #ffffff;
  height: 145px; }
  @media screen and (max-width: 1024px) {
    .header-white {
      height: 171px; } }
  .header-white svg {
    width: 1.25rem;
    height: 1.25rem; }
    @media screen and (max-width: 768px) {
      .header-white svg {
        width: 1.2rem;
        height: 1.2rem; } }
  .header-white .left-content {
    flex: 1;
    width: unset; }
    @media screen and (max-width: 394px) {
      .header-white .left-content {
        justify-content: flex-end; } }
    .header-white .left-content .burger {
      margin-right: 0;
      margin-left: 60px; }
      @media screen and (max-width: 394px) {
        .header-white .left-content .burger {
          margin-left: 0; } }
  .header-white #logo {
    max-width: 150px;
    width: 100%;
    height: 75px;
    flex: unset; }
    @media screen and (max-width: 1140px) {
      .header-white #logo {
        max-width: 200px;
        height: 101px; } }
    .header-white #logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .header-white .right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: unset; }
    .header-white .right-content .button-search {
      display: flex; }
      @media screen and (max-width: 768px) {
        .header-white .right-content .button-search {
          margin-left: 16px; } }
    .header-white .right-content .button-basket {
      cursor: pointer;
      margin-left: 16px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .header-white .right-content .button-basket {
          margin-left: 16px; } }
      .header-white .right-content .button-basket .cart-quantity {
        background-color: #B7B7B7; }

.mobile_menu_active .burger .burger-icon {
  transform: scaleX(0); }
  .mobile_menu_active .burger .burger-icon:before {
    transform: scaleX(0); }
  .mobile_menu_active .burger .burger-icon:after {
    transform: scaleX(0); }

.burger .burger-icon {
  transform-origin: 100% 50%;
  transition-delay: 0.2s; }
  .burger .burger-icon:before {
    transform-origin: 100% 50%;
    transition-delay: 0.15s; }
  .burger .burger-icon:after {
    transform-origin: 100% 50%;
    transition-delay: 0.35s; }

/* ==========================================================================
  Single brand
  ========================================================================== */
.single-brand {
  padding: 50px 0 70px 0;
  overflow: hidden; }
  .single-brand h1 {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 2%; }
    @media screen and (max-width: 576px) {
      .single-brand h1 {
        padding: 0 4%; } }
  .single-brand h3 {
    margin-bottom: 20px; }
  .single-brand h4, .single-brand h5 {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 20px; }
  .single-brand h6 {
    color: #484F56;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: unset; }
    @media screen and (max-width: 768px) {
      .single-brand h6 {
        font-size: 15px; } }
  .single-brand .image {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .single-brand .image {
        margin-bottom: 20px; } }
    .single-brand .image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .single-brand .text {
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .single-brand .text {
        margin-bottom: 20px; } }
  .single-brand .video {
    margin-bottom: 140px; }
    @media screen and (max-width: 1140px) {
      .single-brand .video {
        margin-bottom: 100px; } }
    @media screen and (max-width: 768px) {
      .single-brand .video {
        margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .single-brand .video {
        margin-bottom: 20px; } }
    .single-brand .video p {
      line-height: 1;
      font-size: unset; }
    .single-brand .video .row1440 {
      max-width: 100%; }
    .single-brand .video iframe {
      width: 100%;
      height: 810px; }
      @media screen and (max-width: 1440px) {
        .single-brand .video iframe {
          height: 56.3vw; } }
      @media screen and (max-width: 768px) {
        .single-brand .video iframe {
          margin-bottom: 0; } }
    .single-brand .video .wp-video {
      width: 100% !important; }
      .single-brand .video .wp-video .mejs-container {
        width: 100%;
        height: 810px; }
        @media screen and (max-width: 1440px) {
          .single-brand .video .wp-video .mejs-container {
            height: 56.3vw; } }
      .single-brand .video .wp-video .mejs-overlay-button {
        display: none; }
  .single-brand .text_image {
    margin-bottom: 50px; }
    .single-brand .text_image .flex-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 1024px) {
        .single-brand .text_image .flex-wrapper {
          flex-direction: column !important; } }
      .single-brand .text_image .flex-wrapper .image-content {
        width: 48.2%; }
        @media screen and (max-width: 1024px) {
          .single-brand .text_image .flex-wrapper .image-content {
            width: 100%;
            margin-bottom: 20px; } }
        .single-brand .text_image .flex-wrapper .image-content img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .single-brand .text_image .flex-wrapper .text-content {
        width: 48.2%; }
        @media screen and (max-width: 1024px) {
          .single-brand .text_image .flex-wrapper .text-content {
            width: 100%; } }
        .single-brand .text_image .flex-wrapper .text-content img {
          display: block;
          margin: 0 auto; }
  .single-brand .text_2_column .flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .single-brand .text_2_column .flex-wrapper {
        flex-direction: column; } }
    .single-brand .text_2_column .flex-wrapper .aligncenter, .single-brand .text_2_column .flex-wrapper .alignleft, .single-brand .text_2_column .flex-wrapper .alignright {
      width: 75%; }
    .single-brand .text_2_column .flex-wrapper .content {
      width: 48.2%;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1024px) {
        .single-brand .text_2_column .flex-wrapper .content {
          width: 100%; } }
      .single-brand .text_2_column .flex-wrapper .content .image-content {
        width: 100%;
        margin-bottom: 40px; }
        @media screen and (max-width: 1024px) {
          .single-brand .text_2_column .flex-wrapper .content .image-content {
            margin-bottom: 20px; } }
        .single-brand .text_2_column .flex-wrapper .content .image-content img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .single-brand .text_2_column .flex-wrapper .content .text-content {
        margin-bottom: 40px; }
        @media screen and (max-width: 1024px) {
          .single-brand .text_2_column .flex-wrapper .content .text-content {
            margin-bottom: 20px; } }
        .single-brand .text_2_column .flex-wrapper .content .text-content img {
          display: block;
          margin: 0 auto;
          max-height: 300px;
          object-fit: cover; }
  .single-brand .link {
    color: #484F56;
    line-height: 1;
    position: relative;
    display: block;
    width: max-content;
    margin: 70px auto 20px auto;
    padding-bottom: 7px; }
@-webkit-keyframes dashanim-active {
  0% {
    width: 100%;
    right: 0;
    left: auto; }
  50.9% {
    width: 0;
    right: 0;
    left: auto; }
  51% {
    right: auto;
    left: 0; }
  99.9% {
    right: auto;
    left: 0; }
  100% {
    width: 100%;
    right: 0;
    left: auto; } }
    .single-brand .link:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      display: block;
      bottom: 0;
      left: 0;
      background: currentColor;
      transition: transform 0.4s ease,opacity 0.4s ease;
      transform: scaleX(1);
      transform-origin: center right; }
    .single-brand .link:hover {
      text-decoration: none; }
      .single-brand .link:hover:after {
        animation: dashanim-active 0.4s ease; }
  .single-brand p span {
    float: left;
    display: block;
    margin-right: 10px;
    line-height: 1.1; }

/* ==========================================================================
  Brands
  ========================================================================== */
.archive-brands-container {
  padding: 50px 0; }
  @media screen and (max-width: 1024px) {
    .archive-brands-container .row-container {
      max-width: 100%; } }
  .archive-brands-container .row-container h1 {
    text-align: center;
    margin: 0 2% 35px 2%; }
    @media screen and (max-width: 576px) {
      .archive-brands-container .row-container h1 {
        margin: 0 4% 35px 4%; } }
  .archive-brands-container .decor-line {
    margin-bottom: 75px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%25' viewBox='0 0 120 26' fill='black' stroke='none'%3E%3Cpath d='M54,1.6V26h-9V2.5L54,1.6z M69,1.6v23.3L60,26V1.6H69z M24,1.6v23.5l-9-0.6V1.6H24z M30,0l9,0.7v24.5h-9V0z M9,2.5v22H0V3.7L9,2.5z M75,1.6l9,0.9v22h-9V1.6z M99,2.7v21.7h-9V3.8L99,2.7z M114,3.8v20.7l-9-0.5V3.8L114,3.8z'/%3E%3C/svg%3E");
    height: 8px;
    background-repeat: repeat-x; }
  .archive-brands-container .swiper-wrap {
    position: relative;
    margin-bottom: 60px; }
  .archive-brands-container .swiper-brands {
    width: calc(100% - 60px);
    padding-bottom: 3px; }
    .archive-brands-container .swiper-brands .swiper-slide a {
      display: block;
      text-align: center;
      color: #000000; }
      .archive-brands-container .swiper-brands .swiper-slide a:hover {
        color: #394046;
        text-decoration: none;
        opacity: 0.9; }
      .archive-brands-container .swiper-brands .swiper-slide a img {
        border: 3px double;
        max-width: 175px;
        width: 100%;
        height: 607px;
        object-fit: cover; }
      .archive-brands-container .swiper-brands .swiper-slide a h3 {
        color: inherit;
        min-height: 607px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 5px double;
        max-width: 175px;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        font-size: 1.25rem;
        text-transform: lowercase; }
        .archive-brands-container .swiper-brands .swiper-slide a h3::first-letter {
          text-transform: capitalize; }
  .archive-brands-container .swiper-brand-pagination {
    position: static; }
  .archive-brands-container .swiper-pagination-bullet-active {
    background-color: #000000; }
  .archive-brands-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 6px !important; }
  .archive-brands-container .swiper-btn-prev, .archive-brands-container .swiper-btn-next {
    position: absolute;
    width: 34px;
    height: 33px;
    cursor: pointer;
    top: calc(50% - 9px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .archive-brands-container .swiper-btn-prev svg, .archive-brands-container .swiper-btn-next svg {
      width: 100%;
      height: 100%; }
  .archive-brands-container .swiper-btn-next {
    right: 0; }
  .archive-brands-container .swiper-btn-prev {
    left: 0; }
  .archive-brands-container .list-brands {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    padding: 0 2%; }
    .archive-brands-container .list-brands > * {
      width: 32.3333333333%;
      margin: 0 0.5% 0.6666666667em; }
    @media screen and (max-width: 1140px) {
      .archive-brands-container .list-brands {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%; }
        .archive-brands-container .list-brands > * {
          width: 47%;
          margin: 0 1.5% 2.25em; } }
    @media screen and (max-width: 678px) {
      .archive-brands-container .list-brands {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0%;
        width: 100%; }
        .archive-brands-container .list-brands > * {
          width: 100%;
          margin: 0 0% 0em; } }
    .archive-brands-container .list-brands ul {
      margin-bottom: 40px; }
      .archive-brands-container .list-brands ul li {
        font-size: 21px; }
        .archive-brands-container .list-brands ul li::first-letter {
          text-transform: capitalize; }
        @media screen and (max-width: 992px) {
          .archive-brands-container .list-brands ul li {
            font-size: 16px; } }
        .archive-brands-container .list-brands ul li a {
          font-size: 21px;
          line-height: 1.4;
          text-transform: lowercase; }
          @media screen and (max-width: 768px) {
            .archive-brands-container .list-brands ul li a {
              font-size: 16px; } }
          .archive-brands-container .list-brands ul li a:hover {
            color: #394046;
            text-decoration: none;
            opacity: 0.9; }

.content-block.about .row1440 {
  max-width: 96%;
  width: 1440px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .content-block.about .row1440 {
      max-width: 92%; } }
.content-block.about .title-sections {
  font-family: "Montserrat", Sans-serif;
  margin: 2.5rem 0 3.125rem; }
  .content-block.about .title-sections h1 {
    color: #0c0c0c;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0;
    max-width: 1015px; }
    @media (max-width: 1140px) {
      .content-block.about .title-sections h1 {
        font-size: 3.25rem; } }
    @media (max-width: 768px) {
      .content-block.about .title-sections h1 {
        font-size: 1.75rem; } }
  .content-block.about .title-sections .sub-title {
    font-size: 1.25rem;
    font-weight: normal;
    font-style: italic;
    padding-bottom: 1.25rem;
    line-height: 1.7;
    color: #484F56; }
.content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper {
  display: flex;
  overflow: hidden; }
  @media (max-width: 768px) {
    .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper {
      flex-direction: column; } }
  .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .big-image-container {
    width: 70%;
    margin-right: 50px; }
    .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .big-image-container:hover .big-image {
      filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
      transition: 0.4s all ease;
      transform: scale(0.9); }
    @media (max-width: 768px) {
      .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .big-image-container {
        width: 100%;
        margin-right: 0; } }
    .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .big-image-container .big-image {
      width: 100%;
      height: 100%;
      max-width: 972px;
      object-fit: contain;
      filter: brightness(100%) contrast(100%) saturate(10%) blur(0px) hue-rotate(0deg);
      transition: 0.4s all ease; }
  .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .image-wrapper {
    width: 30%;
    overflow: hidden;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .image-wrapper {
        width: 100%; } }
    .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .image-wrapper .swiper-image {
      height: 100%;
      margin-top: 135px; }
      .content-block.about .big-image-and-slider-sections .big-image-and-slider-sections-wrapper .image-wrapper .swiper-image img {
        width: 100%;
        object-fit: contain; }
.content-block.about .quote-sections .quote-sections-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .content-block.about .quote-sections .quote-sections-wrapper {
      flex-direction: column; } }
  .content-block.about .quote-sections .quote-sections-wrapper .left-content {
    max-width: 245px;
    width: 100%;
    margin-right: 87px;
    border: 1px solid #555;
    background: #444;
    text-align: center;
    padding: 5px 0; }
    @media (max-width: 768px) {
      .content-block.about .quote-sections .quote-sections-wrapper .left-content {
        max-width: 100%;
        margin-right: 0; } }
    .content-block.about .quote-sections .quote-sections-wrapper .left-content .photo {
      max-width: 245px;
      width: 100%;
      object-fit: contain;
      margin-top: 10px;
      margin-bottom: 0.9375rem; }
      @media (max-width: 768px) {
        .content-block.about .quote-sections .quote-sections-wrapper .left-content .photo {
          max-width: 660px;
          margin-top: 0.625rem; } }
    .content-block.about .quote-sections .quote-sections-wrapper .left-content .name-author-block {
      font-size: .8125rem;
      color: #484F56;
      line-height: 1.7; }
  .content-block.about .quote-sections .quote-sections-wrapper .right-content {
    padding-top: 30px;
    position: relative;
    width: 100%; }
    @media (max-width: 1400px) {
      .content-block.about .quote-sections .quote-sections-wrapper .right-content {
        padding: 30px 0; } }
    .content-block.about .quote-sections .quote-sections-wrapper .right-content .title-quote {
      font-family: "Montserrat", Sans-serif;
      font-size: 48px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 40px;
      color: #484F56; }
    .content-block.about .quote-sections .quote-sections-wrapper .right-content .wys {
      max-width: 820px; }
      .content-block.about .quote-sections .quote-sections-wrapper .right-content .wys p {
        font-family: "Montserrat", Sans-serif;
        font-size: 19px;
        font-weight: 300;
        line-height: 1.7;
        margin-bottom: 1.25rem;
        color: #484F56; }
        .content-block.about .quote-sections .quote-sections-wrapper .right-content .wys p:first-child {
          color: #000000;
          margin-bottom: 2.5rem; }
        @media (max-width: 1140px) {
          .content-block.about .quote-sections .quote-sections-wrapper .right-content .wys p {
            font-size: 16px;
            margin-bottom: 1.25rem; } }
    .content-block.about .quote-sections .quote-sections-wrapper .right-content .signature-author {
      position: absolute;
      bottom: -64px;
      right: 5.2vw;
      width: 145px;
      height: 145px; }
      @media (max-width: 1500px) {
        .content-block.about .quote-sections .quote-sections-wrapper .right-content .signature-author {
          right: 0; } }
.content-block.about .video-and-description-sections {
  margin-bottom: 80px; }
  .content-block.about .video-and-description-sections .video-and-description-sections-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media (max-width: 1140px) {
      .content-block.about .video-and-description-sections .video-and-description-sections-wrapper {
        flex-direction: column; } }
    .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .video-block {
      max-width: 690px;
      width: 100%;
      margin-right: 30px;
      filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); }
      @media (max-width: 1140px) {
        .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .video-block {
          margin-right: 0;
          max-width: 100%; } }
      .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .video-block .embed-container-video {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .video-block .embed-container-video iframe, .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .video-block .embed-container-video object, .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .video-block .embed-container-video embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .right-content {
      max-width: 690px;
      width: 100%;
      padding: 0 80px; }
      @media (max-width: 1140px) {
        .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .right-content {
          max-width: 100%;
          padding: 80px 80px 0; } }
      @media (max-width: 768px) {
        .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .right-content {
          padding: 20px; } }
      .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .right-content .wys {
        padding-top: 20px; }
        .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .right-content .wys p {
          font-size: 19px;
          line-height: 1.7;
          margin-bottom: 1.25rem;
          color: #484F56; }
          @media (max-width: 1140px) {
            .content-block.about .video-and-description-sections .video-and-description-sections-wrapper .right-content .wys p {
              font-size: 16px; } }
.content-block.about .present-video-catalog-sections {
  margin-bottom: 57px; }
  .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper {
    display: flex;
    overflow: hidden;
    min-height: 400px; }
    @media (max-width: 1140px) {
      .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper {
        flex-direction: column; } }
    .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content {
      max-width: calc(28% - 30px);
      width: 100%;
      position: relative;
      background-color: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 1140px) {
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content {
          max-width: 100%; } }
      .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: skewX(-19deg);
        transform: skewX(-19deg);
        z-index: -1; }
        @media (max-width: 1140px) {
          .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content:before {
            display: none; } }
      .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper {
        padding: 15% 0 15% 15%; }
        @media (max-width: 1140px) {
          .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper {
            padding: 8% 0 8% 8%; } }
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper .title-big {
          font-family: "Oswald", Sans-serif;
          font-size: 86px;
          font-weight: 900;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke-color: currentColor;
          -webkit-text-stroke-width: 2px;
          color: rgba(255, 255, 255, 0.35);
          line-height: 1;
          margin-bottom: 0.8em; }
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper .sub-title {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 0.8em;
          line-height: 1; }
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper .link-block {
          line-height: 1.7; }
          .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper .link-block .link {
            text-transform: uppercase;
            letter-spacing: 0;
            color: #FFFFFF;
            font-size: .8125rem;
            line-height: 1;
            position: relative;
            text-decoration: none !important;
            font-weight: 600;
            padding-bottom: 5px;
            overflow: hidden;
            transition: 0.3s all ease;
            background-color: transparent; }
            .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper .link-block .link:before {
              content: '';
              position: absolute;
              width: 100%;
              height: 2px;
              background-color: currentColor;
              bottom: 0;
              left: 0;
              display: block;
              z-index: 2;
              -webkit-transition: none;
              transition: none;
              -webkit-transform: scaleX(1);
              transform: scaleX(1);
              transform-origin: center right; }
            .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .left-content .wrapper .link-block .link:hover:before {
              transition: 0.4s all cubic-bezier(0.215, 0.61, 0.355, 1);
              -webkit-transform: scaleX(1);
              transform: scaleX(1);
              animation: dashanim-active 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block {
      max-width: 72%;
      width: 100%;
      transform: skewX(-19deg);
      -webkit-transform: skewX(-19deg);
      margin-left: 30px;
      transform-origin: 0 100%;
      -webkit-transform-origin: 0 100%;
      overflow: hidden; }
      @media (max-width: 1140px) {
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block {
          max-width: 100%;
          transform: skewX(0);
          -webkit-transform: skewX(0);
          margin-left: 0; } }
      .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container {
        transform-origin: 0 100%;
        -webkit-transform-origin: 0 100%;
        -webkit-transform: skewX(19deg);
        transform: skewX(19deg);
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%; }
        @media (max-width: 1140px) {
          .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container {
            transform: skewX(0);
            -webkit-transform: skewX(0);
            padding-bottom: 56.25%;
            overflow: hidden;
            max-width: 100%;
            height: auto; } }
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container iframe, .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container object, .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container iframe {
          transform: scale(1.2); }
          @media (max-width: 1140px) {
            .content-block.about .present-video-catalog-sections .present-video-catalog-sections-wrapper .video-block .embed-container iframe {
              transform: scale(1); } }
@-webkit-keyframes dashanim-active {
  0% {
    width: 100%;
    right: 0;
    left: auto; }
  50.9% {
    width: 0;
    right: 0;
    left: auto; }
  51% {
    right: auto;
    left: 0; }
  99.9% {
    right: auto;
    left: 0; }
  100% {
    width: 100%;
    right: 0;
    left: auto; } }
