html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.no-reset *{
    margin: revert;
    padding: revert;
    font-size: revert;
    font-weight: revert;
}
/*
 * {
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
.single-product-section .aditional-info *,
.product-wrapper *{
    -webkit-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
*, ::after, ::before {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: FuturaPTBook;
  src: url(../static/fonts/FuturaPTBook.otf);
  font-weight: 350;
}

@font-face {
  font-family: FuturaPTBook;
  src: url(../static/fonts/FuturaPTMedium.otf);
  font-weight: 500;
}

@font-face {
  font-family: FuturaPTBook;
  src: url(../static/fonts/FuturaPTDemi.otf);
  font-weight: 600;
}

@font-face {
  font-family: FuturaPTBook;
  src: url(../static/fonts/FuturaPTHeavy.otf);
  font-weight: 900;
}

@font-face {
  font-family: Playfair;
  src: url(../static/fonts/PlayfairDisplay-Regular.ttf);
  font-weight: normal;
}

html {
  overflow-x: hidden;
}

body {
  font-family: FuturaPTBook, Arial;
  color: #363636;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}
.order-submit span{
    position: relative;
}
.order-submit .fa-spinner{
    display: none;
}
/* Add a right margin to each icon */
.buttonload .fa {
    display: block !important;
    font-size: 26px;
    position: absolute;
    left: -39px;
}
.bg {
  background-size: cover !important;
  background-position: center center;
}

.section-title {
  font-family: 'Arial', sans-serif;
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

.shipping-info {
  font-family: 'Arial', sans-serif;
}

.swiper-container {
  z-index: 0;
}

a {
  color: #f55e67;
}

#main {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }
  .section-title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #main {
    padding-top: 50px;
  }
}

input, input[type='text'], input[type='email'],
input[type='search'], input[type='number'],
input[type='password'] {
  box-shadow: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

:-ms-input-placeholder {
  font-weight: 500;
  color: rgba(54, 54, 54, 0.5);
}

::placeholder {
  font-weight: 500;
  color: rgba(54, 54, 54, 0.5);
}

.select2-container {
  width: 100% !important;
  margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
  height: 61px;
  width: 100%;
  padding: 15px 16px;
  border: 2px solid #5e5e5e;
  font-weight: 500;
  text-align: left;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #363636;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 61px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-width: 8px 6px 0 6px;
  margin-left: -35px;
  margin-top: -23px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-width: 8px 6px 0 6px;
  margin-left: -35px;
  margin-top: -23px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f106';
}

.input {
  margin-bottom: 25px;
}

.input label,
.input .helper-text {
  color: #363636;
  font-size: 15px;
  opacity: 0.5;
  font-weight: 500;
}

.input label {
  text-transform: uppercase;
}

.input .helper-text {
  text-align: right;
}

.input textarea,
.input input {
  border: 2px solid #5e5e5e;
  font-size: 20px;
  color: #5e5e5e;
  width: 100%;
  padding: 18px 25px;
  font-weight: 500;
}

.input .error {
  color: #f55e67;
}

.input .with-icon {
  position: relative;
}

.input .with-icon input {
  padding-right: 60px;
}

.input .with-icon .hide {
  display: none;
}

.input .with-icon .icon {
  width: 25px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.input .with-icon i {
  cursor: pointer;
  display: inline-block;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 42px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 20px;
  color: #363636;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1 !important;
}

.checkbox .small-info {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 5px;
  margin-right: 10px;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid #000000;
  border-width: 0 4px 4px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox.round {
  font-size: 25px;
  font-weight: 500;
}

.checkbox.round .checkmark {
  top: 8px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #f55e67;
}

.checkbox.round .checkmark:after {
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #f55e67;
  border-radius: 50%;
  border: none;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.checkbox.round img {
  vertical-align: bottom;
  margin-left: 10px;
}

.radio.size {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 14px;
}

.radio.size span {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #000000;
  border: 1px solid #7b7b7b;
  transition: 0.5s;
  text-align: center;
  line-height: 38px;
}

.radio.size input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio.size input:checked ~ span {
  background-color: #f55e67;
  color: #ffffff;
  border: 1px solid #f55e67;
}

.radio.size:hover input ~ span {
  background-color: #f55e67;
  color: #ffffff;
  border: 1px solid #f55e67;
}

.radio.size.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.radio.size.disabled:hover input ~ span {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #7b7b7b;
}

.radio.color {
  position: relative;
  cursor: pointer;
  display: block;
}

.radio.color span {
  display: inline-block;
  margin: 0 5px 14px;
  height: 40px;
  display: block;
  color: #000000;
  border: 1px solid transparent;
  transition: 0.5s;
  text-align: center;
  line-height: 36px;
}

.radio.color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio.color input:checked ~ span {
  border: 1px solid #f55e67;
}

.radio.color:hover input ~ span {
  border: 1px solid #f55e67;
}

.radio.color.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.radio.color.disabled:hover input ~ span {
  border: 1px solid transparent;
}

.radio.color-image {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 25px;
  display: inline-block;
}

.radio.color-image .color {
  display: inline-block;
  color: #000000;
  border: 1px solid transparent;
  transition: 0.5s;
}

.radio.color-image span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

.radio.color-image input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio.color-image input:checked ~ .color .color-preview {
  border: 1px solid #f55e67;
}

.radio.color-image:hover input ~ .color .color-preview {
  border: 1px solid #f55e67;
}

.radio.color-image .color-preview {
  border: 1px solid transparent;
  width: 150px;
  height: 154px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: 0.5s;
}

.radio.material {
  position: relative;
  padding-left: 30px;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: left;
}

.radio.material span {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
  color: #000000;
  border: 1px solid #7b7b7b;
  transition: 0.5s;
  text-align: center;
  line-height: 36px;
}

.radio.material span:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #f55e67;
  transition: 0.5s;
}

.radio.material input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio.material input:checked ~ span:after {
  opacity: 1;
}

.radio.material:hover input ~ span {
  border: 1px solid #f55e67;
}

.submit {
  border: 2px solid #f77e85;
  background: #f77e85;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  padding: 18px 25px;
  cursor: pointer;
  transition: .5s;
}

.submit:hover {
  background: #ffffff;
  color: #f77e85;
}

@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 10px 16px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -20px;
  }
  .submit {
    padding: 10px 14px;
    font-size: 18px;
  }
  .input .with-icon .icon {
    right: 10px;
    font-size: 14px;
  }
  .input textarea,
  .input input {
    padding: 13px 14px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .checkbox.round {
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
  }
  .checkbox.round .checkmark {
    width: 16px;
    height: 16px;
  }
  .checkbox.round .checkmark:after {
    width: 10px;
    height: 10px;
    left: 2px;
    top: 2px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
  }
  .radio.color-image span {
    font-size: 18px;
  }
  .radio.color-image .color-preview {
    width: 125px;
    height: 125px;
  }
}

@media only screen and (max-width: 600px) {
  .radio.color span {
    margin-left: 0;
    margin-right: 0;
  }
  .checkbox {
    line-height: 16px;
  }
  .checkbox .checkmark {
    top: 4px;
  }
}

.load-more,
.view-more {
  font-size: 18px;
  font-weight: 350;
  cursor: pointer;
  background-color: transparent;
}

.load-more.btn,
.view-more.btn {
  color: #363636;
  display: inline-block;
  border: 1px solid #363636;
  font-weight: 500;
  font-size: 18px;
  padding: 11px 27px 13px;
  text-decoration: none;
  transition: .5s;
}

.load-more.btn:hover,
.view-more.btn:hover {
  color: #ffffff;
  background: #363636;
}

.load-more.white,
.view-more.white {
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
}

.load-more.white:hover,
.view-more.white:hover {
  color: #363636;
  background: #ffffff;
}

.login-btn {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

/* .load-more {
  margin-top: 50px;
} */

@media only screen and (max-width: 991px) {
  .view-more.btn {
    padding: 8px 26px;
  }
}

.container {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1920px;
}

.container-fluid {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.row > [class*="col"] {
  padding: 0;
}

.row.gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.row.gutters > [class*="col"] {
  padding: 0 10px;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.direction-cl {
  -ms-flex-direction: column;
      flex-direction: column;
}

.start {
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: start;
}

.center {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.end {
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: end;
}

.f-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.middle {
  -ms-flex-align: center;
      align-items: center;
}

.bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.no-padding {
  padding: 0;
}

.col {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  max-width: 100%;
}

[class*="col"] {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.offset-xs-0 {
  margin-left: 0%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

.prefix-order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.prefix-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.prefix-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.prefix-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.prefix-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.prefix-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.prefix-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.prefix-order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.prefix-order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.prefix-order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.prefix-order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.prefix-order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.prefix-order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media only screen and (min-width: 568px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}

@media only screen and (min-width: 568px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}

@media only screen and (min-width: 768px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}

@media only screen and (min-width: 992px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}

@media only screen and (min-width: 1200px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

.header-wrapper {
  height: 187px; 
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    padding-top: 85px;
  }
}

#header {
  background: #fff;
}

#header .logo {
  max-width: 288px;
  padding: 17px 0 22px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}

#header .phone-number {
  font-size: 18px;
  color: #363636;
  position: absolute;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}

#header .phone-number i {
  margin-right: 10px;
}

#header .phone-number span {
  overflow: hidden;
  display: block;
  transition: max-width .5s;
  max-width: 370px;
  white-space: nowrap;
}

#header nav .close-btn {
  top: 5px;
  left: 5px;
  position: relative;
  width: 15px;
  filter: opacity(0.6);
  margin-bottom: 30px;
  display: none;
}

.fast-buttons {
  position: absolute;
  right: 35px;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
}

.fast-buttons .icon-wrapper {
  margin-left: 30px;
  cursor: pointer;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.fast-buttons .icon-wrapper .icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.fast-buttons .icon-wrapper:hover i {
  color: #f55e67;
}

.fast-buttons .icon-wrapper:hover svg path {
  fill: #f55e67;
}

.fast-buttons a {
  color: #363636;
}

.fast-buttons .counter {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #f55e67;
  font-size: 10px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: -7px;
  top: -7px;
}

.fast-buttons i {
  transition: color 0.5s;
  font-size: 20px;
}

.fast-buttons svg path {
  transition: fill 0.5s;
}

.fast-buttons img {
  width: 20px;
}

.navigation-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  transition: 0.5s;
}

.navigation-wrapper .inner {
  border-top: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 80px;
}

.main-nav > li,
.main-nav li > a {
  height: 86px;
  line-height: 86px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 350;
  display: inline-block;
  cursor: pointer;
  transition: color 0.5s;
  color: #363636;
}

.main-nav > li.active, .main-nav > li:hover,
.main-nav li > a.active,
.main-nav li > a:hover {
  color: #f55e67;
}

.main-nav > li {
  padding-right: 16px;
}

.main-nav > li:hover .dropdown {
  z-index: 12;
  opacity: 1;
  pointer-events: inherit;
}

.main-nav .dropdown {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 2px solid #6b7c92;
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}

.main-nav .dropdown .container {
  padding: 0 35px 0 80px;
}

.main-nav .dropdown li {
  height: initial;
  line-height: normal;
}

.main-nav .dropdown p, .main-nav .dropdown a {
  font-size: 15px;
  height: initial;
  line-height: normal;
  color: #363636;
  font-weight: 500;
  padding: 12px 0;
  transition: color 0.5s;
}

.main-nav .dropdown p.active, .main-nav .dropdown p:hover, .main-nav .dropdown a.active, .main-nav .dropdown a:hover {
  color: #f55e67;
}

@media only screen and (min-width: 992px) {
  body:has(.sticky-banner-wrapper.small .sticky-banner:not([style*="display: none"])) #header:not(.collapsed) {
    top: 93px;
  }
  body:has(.sticky-banner-wrapper.main .sticky-banner:not([style*="display: none"])) #header:not(.collapsed) {
    top: 40px;
  }
  /*#header:not(.collapsed) {
    top: 93px;
  }*/
  #header.collapsed {
    top: 0;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
  }
  #header.collapsed .main-nav > li,
  #header.collapsed .main-nav > li > a {
    height: 80px;
    line-height: 80px;
  }
  #header.collapsed .logo {
    max-width: 230px;
    padding: 15px 0;
  }
  #header.collapsed .phone-number {
    right: 290px;
    top: 32px;
  }
  #header.collapsed .phone-number span {
    max-width: 0;
  }
  #header.collapsed .navigation-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1720px) {
  .navigation-wrapper .inner {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1600px) {
  #header.collapsed .main-nav > li {
    padding-right: 15px;
  }
  #header.collapsed .main-nav > li,
  #header.collapsed .main-nav > li > a {
    font-size: 14px;
    height: 72px;
    line-height: 72px;
  }
  #header.collapsed .logo {
    max-width: 160px;
    padding: 20px 0 15px;
  }
}

@media only screen and (max-width: 1300px) {
  #header.collapsed .navigation-wrapper .inner {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1100px) {
  #header.collapsed .main-nav > li,
  #header.collapsed .main-nav > li > a {
    font-size: 12px;
    height: 74px;
    line-height: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrapper {
    height: auto;
  }
  #header nav {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    width: 100%;
    margin: 0 -15px;
    padding: 15px;
    transition: opacity 0.5s;
  }
  #header nav .close-btn {
    display: block;
  }
  #header nav.open {
    z-index: 11;
    opacity: 1;
  }
  .navigation-wrapper .inner {
    padding: 20px 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fast-buttons {
    margin-left: 0;
    width: 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .fast-buttons .icon-wrapper {
    margin-left: 15px;
  }
  .fast-buttons .icon-wrapper:first-child {
    margin-right: auto;
  }
  .main-nav .dropdown {
    padding-top: 15px;
    top: 100%;
  }
  .main-nav .dropdown p {
    display: none;
  }
  .main-nav .dropdown a {
    padding: 8px 0;
  }
  .main-nav .dropdown .container {
    padding: 0 15px;
  }
  .main-nav > li {
    width: 49%;
    display: inline-block;
    padding-right: 10px;
  }
  .main-nav > li,
  .main-nav > li > a {
    line-height: 20px;
    height: 20px;
  }
  .main-nav > li > a {
    font-size: 14px;
  }
  .menu-icon-mobile {
    width: 24px;
  }
  .menu-icon-mobile span {
    width: 24px;
    height: 2px;
    background: #000000;
    margin-bottom: 4px;
    display: block;
  }
  .menu-icon-mobile span:last-of-type {
    margin-bottom: 0;
    width: 16px;
    float: right;
  }
  .fast-buttons {
    position: relative;
    right: 0;
    -ms-flex-align: center;
        align-items: center;
  }
  #header .logo {
    width: 110px;
    padding: 16px 0 12px;
  }
  #header .phone-number {
    right: 5px;
    z-index: 1;
  }
  #header .phone-number i {
    margin-right: 0;
  }
  #header .phone-number span {
    display: none;
  }
}

#footer {
  padding-top: 70px;
  padding-bottom: 30px;
}

#footer .container {
  max-width: 1500px;
}

#footer .footer-nav li {
  padding: 9px 0;
}

#footer .footer-nav li.payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#footer .footer-nav li img {
  margin-top: 10px;
  margin-right: 20px;
}

#footer .footer-nav a {
  color: #242a31;
  font-size: 16px;
  text-decoration: none;
  display: block;
  line-height: normal;
}

#footer .footer-nav a:hover {
  text-decoration: underline;
}

#footer .subscribe-title {
  margin-top: 8px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 350;
}

#footer #subscribe-form .text {
  display: block;
  width: 100%;
  border: 2px solid #262626;
  padding: 15px 20px;
}

#footer #subscribe-form :-ms-input-placeholder {
  color: #363636;
  font-size: 16px;
  font-weight: 350;
  text-transform: uppercase;
}

#footer #subscribe-form ::placeholder {
  color: #363636;
  font-size: 16px;
  font-weight: 350;
  text-transform: uppercase;
}

#footer .social {
  margin-top: 46px;
}

#footer .social li {
  margin-right: 45px;
  display: inline-block;
}

#footer .social li a {
  font-size: 20px;
  color: #dd716e;
  transition: color 0.5s;
}

#footer .social li a:hover {
  color: #000000;
}

#footer .pl-2 {
  padding-left: 40px;
}

.copyright {
  padding: 25px 0;
  border-top: 1px solid #b2b2b2;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 1250px) {
  #footer .footer-logo {
    width: 190px;
  }
  #footer .footer-nav li img {
    height: 25px;
  }
  #footer .social {
    margin-top: 38px;
  }
  #footer .social li {
    margin-right: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  #footer {
    text-align: center;
  }
  #footer .pl-2 {
    padding-left: 0;
  }
  #footer .footer-nav li.payments {
    -ms-flex-pack: center;
        justify-content: center;
  }
  #footer .footer-nav li.payments img:last-of-type {
    margin-right: 0;
  }
  #footer #subscribe-form {
    max-width: 300px;
    margin: 0 auto;
  }
}

.collections-banner {
  padding-bottom: 100px;
}

.collections-banner .container {
  padding: 0;
}

.collections-banner .main,
.collections-banner .secondary {
  height: 0;
  position: relative;
}

.collections-banner .cat-name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.collections-banner .view-more {
  text-decoration: underline;
}

.collections-banner .main {
  padding-bottom: 134%;
}

.collections-banner .main .view-more {
  color: #363636;
}

.collections-banner .secondary {
  padding-bottom: 65.5%;
}

.collections-banner .secondary .cat-name,
.collections-banner .secondary .view-more {
  color: #ffffff;
}

.collections-banner .data {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 30px 10px;
  bottom: 0;
}

@media only screen and (max-height: 769px) {
  .padding-banner .secondary {
    padding-bottom: 47.5%;
  }
  .padding-banner .main {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .collections-banner {
    padding-bottom: 20px;
  }
  .collections-banner .main {
    padding-bottom: 135%;
    margin-bottom: 10px;
  }
  .collections-banner .secondary {
    padding-bottom: 63.5%;
    margin-bottom: 10px;
  }
  .collections-banner .view-more {
    font-size: 16px;
  }
  .collections-banner .cat-name {
    font-size: 18px;
  }
}

.new-collection-banner {
  padding-bottom: 50px;
}

.new-collection-banner .container {
  padding: 0;
}

.new-collection-banner .bg {
  height: 700px;
}

.new-collection-banner .col {
  max-width: 510px;
}

.new-collection-banner .small-title {
  font-size: 25px;
  font-weight: 350;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.new-collection-banner .main-title {
  font-family: FuturaPTBook;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}

.new-collection-banner .view-more {
  font-weight: 500;
  margin-top: 10px;
  color: #363636;
  display: inline-block;
  text-transform: capitalize;
}

@media only screen and (max-width: 1250px) {
  .new-collection-banner .main-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .new-collection-banner .main-title {
    font-size: 43px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .new-collection-banner {
    color: #ffffff;
    padding-bottom: 30px;
  }
  .new-collection-banner .col {
    padding: 0 15px;
  }
  .new-collection-banner .bg {
    height: 530px;
    background-position: 28% top;
    position: relative;
  }
  .new-collection-banner .bg:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.35); */
  }
  .new-collection-banner .bg .small-title,
  .new-collection-banner .bg .main-title,
  .new-collection-banner .bg .view-more {
    position: relative;
    z-index: 1;
    color: #ffffff;
  }
  .new-collection-banner .bg .small-title {
    font-size: 20px;
  }
  .new-collection-banner .bg .main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .new-collection-banner .bg .view-more {
    margin-top: 40px;
    border-color: transparent;
    text-decoration: underline;
  }
}

.collections-sugestions {
  padding-bottom: 100px;
  text-align: center;
}

.collections-sugestions .section-title {
  margin-bottom: 70px;
}

.collections-sugestions .img-wrapper {
  height: 0;
  padding-bottom: 130%;
}

.collections-sugestions .title {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1250px) {
  .collections-sugestions .title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .collections-sugestions .title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .collections-sugestions {
    padding-bottom: 0;
  }
  .collections-sugestions .container {
    padding: 0;
  }
  .collections-sugestions .section-title {
    margin-bottom: 30px;
  }
  .collections-sugestions .title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .collections-sugestions .view-more {
    margin-bottom: 25px;
  }
}

.secondary-collections-banner {
  padding-bottom: 100px;
}

.secondary-collections-banner .container {
  padding: 0;
}

.secondary-collections-banner .bg {
  height: 700px;
}

.secondary-collections-banner .box-wrapper {
  border: 10px solid #ffffff;
  padding: 60px 80px;
  color: #ffffff;
  max-width: 574px;
}

.secondary-collections-banner .small-title {
  font-weight: 350;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.secondary-collections-banner .main-title {
  font-size: 60px;
  line-height: 70px;
  font-family: FuturaPTBook;
  text-transform: uppercase;
  margin-bottom: 70px;
  font-weight: 300;
}

.secondary-collections-banner .view-more {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .secondary-collections-banner .box-wrapper {
    max-width: 280px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .secondary-collections-banner .main-title {
    font-size: 35px;
    line-height: 48px;
  }
}

.best-sellers-section {
  padding-bottom: 100px;
}

.best-sellers-section .swiper-wrapper {
  width: auto;
}

.best-sellers-section .swiper-button-next,
.best-sellers-section .swiper-button-prev {
  display: none;
  z-index: 0;
}

.best-sellers-section .product-img {
  height: 0;
  padding-bottom: 150%;
  margin-bottom: 15px;
}

.best-sellers-section .info {
  margin-bottom: 50px;
}

.best-sellers-section .price,
.best-sellers-section .name {
  font-weight: 500;
  font-size: 20px;
}

.best-sellers-section .name {
  opacity: 0.7;
}

@media only screen and (min-width: 992px) {
  .best-sellers-section .swiper-slide {
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .best-sellers-slider {
    position: relative;
  }
  .best-sellers-section .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    -ms-flex-pack: initial;
        justify-content: initial;
  }
  .best-sellers-section .swiper-slide {
    -ms-flex: initial;
        flex: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .best-sellers-section {
    padding-bottom: 30px;
  }
}

.blog-summary-section {
  padding-bottom: 100px;
}

.blog-summary-section .container {
  max-width: 1410px;
}

.blog-summary-section .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 40px;
  font-size: 35px;
  max-width: 360px;
}

.blog-summary-section .main-article,
.blog-summary-section .secondary-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.blog-summary-section .main-article {
  height: 700px;
}

.blog-summary-section .main-article .title {
  margin-top: 110px;
  margin-bottom: 25px;
}

.blog-summary-section .secondary-article {
  height: 100%;
}

.blog-summary-section .secondary-article .title {
  margin-bottom: 25px;
}

.blog-summary-section .no-background .title {
  color: #363636;
}

.blog-summary-section .h-50 {
  height: 50%;
}

@media only screen and (max-width: 1250px) {
  .blog-summary-section .title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-summary-section .main-article {
    height: 345px;
  }
  .blog-summary-section .title {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-summary-section .view-more.btn {
    font-size: 16px;
    padding: 5px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-summary-section {
    padding-bottom: 0;
  }
  .blog-summary-section .container {
    padding: 0;
  }
  .blog-summary-section .h-50 {
    height: auto;
  }
  .blog-summary-section .secondary-article {
    height: 345px;
  }
  .blog-summary-section .title {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-summary-section .view-more.btn {
    font-size: 18px;
    padding: 11px 27px;
  }
}

.free-shipping-banner {
  padding-bottom: 30px;
}

.free-shipping-banner .container {
  padding: 0;
  background: #e9e9e9;
}

.free-shipping-banner .bg {
  height: 370px;
}

.free-shipping-banner .inner-wrapper {
  margin-left: 70px;
  max-width: 425px;
}

.free-shipping-banner .title {
  color: #000000;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
  font-family: FuturaPTBook;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .free-shipping-banner .title {
    font-size: 25px;
    line-height: 30px;
  }
  .free-shipping-banner .bg {
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .free-shipping-banner .bg {
    display: none;
  }
  .free-shipping-banner .inner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.sticky-banner-wrapper {
  padding: 0;
}

.sticky-banner {
  background: #14c079;
  padding: 10px 0 20px;
  top: 0;
  z-index: 3;
}

.sticky-banner.fixed {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-banner .title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 350;
}

.sticky-banner .info {
  font-size: 35px;
  color: #ffffff;
  font-weight: 350;
}

.sticky-banner .view-more {
  color: #ffffff;
  font-size: 16px;
  font-weight: 350;
}

.sticky-banner .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  cursor: pointer;
}

.sticky-banner .close-btn img {
  filter: invert(1);
}

.sticky-banner-wrapper.main .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.sticky-banner-wrapper.small .sticky-banner {
  background: #14c079 url(../static/second-sticky-banner-bg.jpg) center center repeat-y;
  padding: 6px 0;
  z-index: 3;
}

.sticky-banner-wrapper.small .sticky-banner .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: center;
}

.sticky-banner-wrapper.small .sticky-banner .icon-wrapper {
  margin-right: 10px;
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 20px;
  color: #14c079;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (max-width: 991px) {
  .sticky-banner .icon-wrapper {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .sticky-banner {
    padding: 10px 0;
  }
  .sticky-banner .title {
    font-size: 12px;
  }
  .sticky-banner .info {
    font-size: 16px;
  }
  .sticky-banner .view-more {
    font-size: 12px;
  }
  .sticky-banner .close-btn {
    width: 10px;
    right: 10px;
  }
}

.main-slider-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

/*.main-slider-wrapper .social {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}*/

.main-slider-wrapper .social {
  position: absolute;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  bottom: 110px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}

.main-slider-wrapper .social a {
  margin: 8px 0;
  display: block;
  color: #ffffff;
  transition: color 0.5s;
}

.main-slider-wrapper .social a:hover {
  color: #f55e67;
}

.main-slider-wrapper .swiper-pagination-bullets {
  right: 30px;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  top: 50%;
  z-index: 1;
  transform: translate3d(0px, -50%, 0);
}

.main-slider-wrapper .swiper-button-prev {
  left: 24px;
}

.main-slider-wrapper .swiper-button-next {
  right: 24px;
}

.main-slider-wrapper .swiper-button-prev,
.main-slider-wrapper .swiper-button-next {
  top: 40%;
  color: #000;
}

.main-slider-wrapper .swiper-pagination-bullet {
  width: 34px;
  height: 34px;
  border-radius: 0;
  text-align: center;
  border: 1px solid transparent;
  line-height: 34px;
  font-size: 12px;
  /* color: #ffffff; */
  color: #838383;
  opacity: 1;
  background: transparent;
  font-size: 18px;
  font-weight: 900;
  margin: 16px 0 !important;
}

.main-slider-wrapper .swiper-pagination-bullet:first-child {
  margin-top: 0px !important;
}

.main-slider-wrapper .swiper-pagination-bullet:last-child {
  margin-bottom: 0px !important;
}

.main-slider-wrapper .swiper-pagination-bullet-active {
  color: #000;
  background: transparent;
  border: 1px solid #838383;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.main-slider .swiper-slide {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}

.main-slider .view-more {
  margin-bottom: 35px;
  color: #ffffff;
  font-weight: 500;
}

.main-slider .swiper-slide.hoverable:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1500px) {
  .main-slider {
    height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider-wrapper {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider-wrapper .social {
    display: none;
  }
  .main-slider-wrapper .swiper-pagination {
    position: relative;
    top: 0;
    right: 0;
  }
  .main-slider-wrapper .swiper-pagination-bullets {
    top: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    transform: translate3d(0, 0, 0);
    margin-top: 20px;
  }
  .main-slider-wrapper .swiper-pagination-bullet {
    color: #000000;
    margin: 0 5px !important;
  }
  .main-slider-wrapper .swiper-pagination-bullet-active {
    border: 1px solid #000000;
  }
  .main-slider {
    height: 400px;
  }
}

.search-header {
  position: fixed;
  z-index: 11;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  left: 0;
  min-height: 770px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  z-index: 11;
}

.search-header.open {
  opacity: 1;
  pointer-events: inherit;
}

.search-header .container {
  padding-top: 140px;
  border-top: 2px solid #6b7c92;
  position: relative;
}

.search-header .input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #000000;
}

.search-header input {
  border: none;
  color: #000000;
  font-size: 18px;
  background: transparent;
  width: 100%;
  height: 50px;
}

.search-header :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-header ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-header .input-wrapper img {
  width: 22px;
  margin-right: 30px;
}

.search-header .close-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 35px;
  margin: auto;
  cursor: pointer;
  top: 35px;
}

.search-header .close-btn img {
  filter: opacity(0.5);
}

.search-header .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}

.search-header .btn-wrapper button {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 3px;
  padding: 22px;
  background: transparent;
  border: 2px solid #959595;
  color: #959595;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
}

.search-header .btn-wrapper button:hover, .search-header .btn-wrapper button.active {
  color: #363636;
  border-color: #363636;
}

@media only screen and (max-width: 991px) {
  .search-header .container {
    padding-top: 50px;
  }
  .search-header .close-btn {
    right: 10px;
    top: 10px;
    width: 10px;
  }
  .search-header .input-wrapper {
    padding-bottom: 10px;
  }
  .search-header .input-wrapper img {
    width: 18px;
    margin-right: 10px;
  }
  .search-header .btn-wrapper {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-header .btn-wrapper button {
    padding: 10px;
    font-size: 12px;
    margin: 5px;
  }
}

.breadcrumbs {
  padding-top: 35px;
  padding-bottom: 40px;
}

.breadcrumbs .container {
  max-width: 1720px;
}

.breadcrumbs ul, .breadcrumbs li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs li, .breadcrumbs a {
  color: #7c7c7c;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 350;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumbs li {
  margin-left: 10px;
}

.breadcrumbs li:first-of-type {
  margin-left: 0;
}

.breadcrumbs a {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  cursor: pointer;
}

.breadcrumbs ul li:hover a {
	padding-left: 0px !important;
}

.breadcrumbs a:hover {
  color: #f55e67;
}

.breadcrumbs img {
  width: 16px;
  height: 16px;
  filter: opacity(0.6);
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  .breadcrumbs .container {
    padding-left: 15px;
  }
}

.blog-most-readed {
  padding: 70px 0;
  background: #f8f8f8;
  padding-bottom: 70px;
}

.blog-most-readed .container {
  padding: 0 80px;
}

.blog-most-readed .section-title {
  text-align: left;
}

.blog-most-readed .most-readed-slider-holder {
  position: relative;
}

.blog-most-readed .most-readed-slider-holder a {
  text-decoration: none;
  color: #363636;
}

.blog-most-readed .swiper-button-next,
.blog-most-readed .swiper-button-prev {
  top: 60%;
  color: #000000;
  font-size: 20px;
  z-index: 0;
}

.blog-most-readed .swiper-button-next:after,
.blog-most-readed .swiper-button-prev:after {
  display: none;
}

.blog-most-readed .swiper-button-next {
  right: -40px;
}

.blog-most-readed .swiper-button-prev {
  left: -40px;
}

.blog-most-readed .info {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog-most-readed .title {
  font-size: 25px;
  line-height: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #000000;
  font-family: FuturaPTBook;
  font-weight: 300;
}

.blog-most-readed .article-img {
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (max-width: 991px) {
  .blog-most-readed .info {
    font-size: 14px;
  }
  .blog-most-readed .title {
    font-size: 18px;
  }
  .blog-most-readed .container {
    padding: 0 45px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-most-readed {
    padding: 30px 0;
    padding-bottom: 30px;
  }
}

.instagram-photos {
  padding-bottom: 80px;
}

.instagram-photos .container {
  padding: 0 80px;
}

.instagram-photos .container .row.gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.instagram-photos .gutters > [class*="col"] {
  padding: 0 5px;
}

.instagram-photos img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .instagram-photos {
    padding-bottom: 30px;
  }
  .instagram-photos .container {
    padding: 0 15px;
  }
}

.thank-you-greeting .container {
  max-width: 1430px;
}

.thank-you-greeting .box-bg {
  background: #fefefe;
  padding: 50px;
  border: 1px solid #fff0f0;
}

.thank-you-greeting .aditional-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .thank-you-greeting .box-bg {
    padding: 15px;
  }
  .thank-you-greeting .aditional-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.similar-products-section {
  padding-bottom: 75px;
}

.similar-products-section .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.similar-products-section .single-product {
  background-color: transparent;
}

.similar-products-section .img-wrapper,
.similar-products-section .top-section {
  background-color: #fff;
}

.similar-products-section .img-wrapper {
  position: relative;
}

.similar-products-section .favorite {
  position: absolute;
  right: 18px;
  bottom: 20px;
  font-size: 20px;
  color: #808080;
}

.similar-products-section .view-all {
  color: #363636;
  transition: 0.5s;
}

.similar-products-section .view-all:hover {
  color: #f55e67;
}

@media only screen and (max-width: 767px) {
  .similar-products-section .similar-products-slider-wrapper {
    overflow-x: hidden;
  }
  .similar-products-section .view-all {
    display: none;
  }
  .similar-products-section .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .similar-products-section .favorite {
    display: none;
  }
  .similar-products-section .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .similar-products-section .similar-products-slider {
    overflow: visible;
  }
  .similar-products-section .swiper-slide {
    -ms-flex: initial;
        flex: initial;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding: 0 !important;
  }
  .similar-products-section .swiper-pagination {
    display: block;
    position: static;
  }
  .similar-products-section .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    background: transparent;
    border: 2px solid #4b4b4b;
    opacity: 1;
    vertical-align: middle;
  }
  .similar-products-section .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #4b4b4b;
  }
}

.product-comments {
  padding-bottom: 45px;
}

.product-comments .container {
  max-width: 1350px;
}

.product-comments .rating {
  color: #757474;
}

.product-comments .rate-btn {
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 20px;
}

.product-comments .title {
  font-size: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}

.product-comments .title .rating {
  font-size: 21px;
  margin-left: 30px;
}

.product-comments .view-more.btn {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 11px 76px 13px;
}

.product-comments .swiper-button-next, .product-comments .swiper-button-prev {
  display: none;
}

.single-comment {
  background: #f5f5f5;
  padding: 35px 50px;
}

.single-comment .rating {
  margin-left: 0;
  font-size: 16px;
  margin-bottom: 25px;
}

.single-comment .comment {
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  font-family: FuturaPTBook;
  margin-bottom: 30px;
  font-weight: 300;
}

.single-comment .author,
.single-comment .date {
  font-size: 20px;
}

.single-comment .author {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .single-comment {
    padding: 20px 15px;
  }
  .single-comment .comment {
    font-size: 18px;
    line-height: 24px;
  }
  .single-comment .rating {
    margin-bottom: 10px;
  }
  .single-comment .date,
  .single-comment .author {
    font-size: 18px;
    text-align: left;
  }
  .product-comments .swiper-button-next, .product-comments .swiper-button-prev {
    margin-top: 20px !important;
    display: block;
  }
  .product-comments .title {
    font-size: 18px;
    line-height: 22px;
    padding-right: 30px;
  }
  .product-comments .title .rating {
    margin-top: 10px;
    display: block;
    margin-left: 0;
  }
  .product-comments .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .product-comments .comments-slider-wrapper {
    padding: 0 10px;
  }
  .product-comments .comments-slider {
    overflow: hidden;
  }
  .product-comments .swiper-slide {
    -ms-flex: initial;
        flex: initial;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding: 0 !important;
  }
  .product-comments .swiper-button-next, .product-comments .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #363636;
  }
  .product-comments .swiper-button-next:after, .product-comments .swiper-button-prev:after {
    font-size: 16px;
  }
  .product-comments .view-more.btn {
    display: none;
  }
}

.pop-up-gdpr,
.pop-up {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: -1;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.pop-up-gdpr .button-wrapper,
.pop-up .button-wrapper {
  margin-top: 30px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.pop-up-gdpr .button-wrapper button,
.pop-up .button-wrapper button {
  display: inline-block;
  width: auto;
  padding: 10px 25px;
  margin: 0 10px;
}

.pop-up-gdpr .close-btn,
.pop-up .close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  margin: auto;
  cursor: pointer;
}

.pop-up-gdpr .inner,
.pop-up .inner {
  position: relative;
  background: #fff;
  max-width: 1115px;
  width: 100%;
  padding: 60px 80px 40px;
  margin: 0 auto;
  transition: 0.5s;
  -ms-transform: translateY(-100px);
      transform: translateY(-100px);
}

.pop-up-gdpr.show,
.pop-up.show {
  z-index: 100;
  opacity: 1;
  pointer-events: inherit;
}

.pop-up-gdpr.show .inner,
.pop-up.show .inner {
  opacity: 1;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

.pop-up-gdpr .title,
.pop-up .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.pop-up-gdpr .text,
.pop-up .text {
  overflow-y: scroll;
  height: 60vh;
  line-height: 25px;
  padding-right: 20px;
}

.pop-up-gdpr .text p, .pop-up-gdpr .text ul, .pop-up-gdpr .text ol, .pop-up-gdpr .text dt,
.pop-up .text p,
.pop-up .text ul,
.pop-up .text ol,
.pop-up .text dt {
  margin-bottom: 20px;
}

.pop-up-gdpr.raiting .grey-bg,
.pop-up.raiting .grey-bg {
  background: #f3f2f2;
  font-size: 20px;
  padding: 17px 0;
}

.pop-up-gdpr.raiting .inner,
.pop-up.raiting .inner {
  max-width: 600px;
  padding: 0;
}

.pop-up-gdpr.raiting form,
.pop-up.raiting form {
  padding: 60px;
}

.pop-up-gdpr.raiting input,
.pop-up.raiting input {
  border: none;
  background: transparent;
  width: 100%;
  border-bottom: 2px solid #000000;
  font-size: 20px;
  padding: 5px 0;
  margin-bottom: 55px;
  color: #363636;
  font-weight: 350;
}

.pop-up-gdpr.raiting .rate,
.pop-up.raiting .rate {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 350;
  color: #757474;
}

.pop-up-gdpr.raiting .view-more,
.pop-up.raiting .view-more {
  padding-left: 95px;
  padding-right: 95px;
}

.pop-up-gdpr.find-in .row.gutters > [class*="col"],
.pop-up.find-in .row.gutters > [class*="col"] {
  padding: 0 25px;
}

.pop-up-gdpr.find-in .inner,
.pop-up.find-in .inner {
  max-width: 1310px;
  padding: 90px 70px 70px;
  position: relative;
}

.pop-up-gdpr .step-1,
.pop-up .step-1 {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  position: absolute;
}

.pop-up-gdpr .step-1.active,
.pop-up .step-1.active {
  opacity: 1;
  pointer-events: inherit;
  position: relative;
}

.pop-up-gdpr .step-1 .product-img,
.pop-up .step-1 .product-img {
  height: 0;
  padding-bottom: 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
}

.pop-up-gdpr .step-1 .product-title,
.pop-up .step-1 .product-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.pop-up-gdpr .step-1 .price-wrapper,
.pop-up .step-1 .price-wrapper {
  margin-bottom: 30px;
}

.pop-up-gdpr .step-1 .price-label,
.pop-up-gdpr .step-1 .old-price,
.pop-up-gdpr .step-1 .price,
.pop-up .step-1 .price-label,
.pop-up .step-1 .old-price,
.pop-up .step-1 .price {
  font-size: 20px;
  margin-right: 10px;
}

.pop-up-gdpr .step-1 .price-label,
.pop-up .step-1 .price-label {
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 20px;
}

.pop-up-gdpr .step-1 .old-price,
.pop-up .step-1 .old-price {
  color: #a2a2a2;
  text-decoration: line-through;
}

.pop-up-gdpr .step-1 .price,
.pop-up .step-1 .price {
  color: #000000;
}

.pop-up-gdpr .step-1 .size-label,
.pop-up .step-1 .size-label {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.pop-up-gdpr .step-1 .view-more,
.pop-up .step-1 .view-more {
  margin-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  display: inline-block;
}

.pop-up-gdpr .step-2,
.pop-up .step-2 {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  position: absolute;
}

.pop-up-gdpr .step-2.active,
.pop-up .step-2.active {
  opacity: 1;
  pointer-events: inherit;
  position: relative;
}

.pop-up-gdpr .step-2 .product-summary,
.pop-up .step-2 .product-summary {
  margin-bottom: 40px;
}

.pop-up-gdpr .step-2 .title,
.pop-up .step-2 .title {
  text-align: left;
}

.pop-up-gdpr .step-2 .product-img,
.pop-up .step-2 .product-img {
  height: 160px;
  width: 160px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
  margin-right: 15px;
}

.pop-up-gdpr .step-2 .price-wrapper,
.pop-up-gdpr .step-2 .product-title,
.pop-up .step-2 .price-wrapper,
.pop-up .step-2 .product-title {
  margin-bottom: 25px;
  font-size: 20px;
}

.pop-up-gdpr .step-2 .prices,
.pop-up .step-2 .prices {
  display: -ms-flexbox;
  display: flex;
}

.pop-up-gdpr .step-2 .product-number,
.pop-up .step-2 .product-number {
  font-size: 20px;
}

.pop-up-gdpr .step-2 .price-label,
.pop-up .step-2 .price-label {
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 20px;
}

.pop-up-gdpr .step-2 .old-price,
.pop-up .step-2 .old-price {
  color: #a2a2a2;
  text-decoration: line-through;
  margin-right: 10px;
}

.pop-up-gdpr .step-2 .price,
.pop-up .step-2 .price {
  color: #000000;
}

.pop-up-gdpr .aviability,
.pop-up .aviability {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 20px;
}

.pop-up-gdpr .aviability img,
.pop-up .aviability img {
  width: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.pop-up-gdpr .result,
.pop-up .result {
  display: none;
}

.pop-up-gdpr .view-more,
.pop-up .view-more {
  display: block;
  text-align: center;
}

.pop-up-gdpr #map,
.pop-up #map {
  height: 100%;
}

.pop-up-gdpr .helper-text,
.pop-up .helper-text {
  margin-top: 20px;
  line-height: 24px;
}

.pop-up-gdpr .aditional-info,
.pop-up .aditional-info {
  color: #f55e67;
  margin: 20px 0;
  font-size: 20px;
}

.pop-up-gdpr .hours,
.pop-up .hours {
  font-size: 20px;
}

.select2-dropdown {
  background: #ebebeb !important;
  border: 1px solid #ebebeb !important;
  border-top: 1px solid #c1c1c1 !important;
}

.select2-dropdown .select2-results__option {
  padding: 5px 20px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.pop-up-gdpr .text {
  height: 45vh;
}

.cookies-modal {
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: #000000;
  width: 100%;
  color: #ffffff;
  padding: 20px;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cookies-modal.show {
  display: -ms-flexbox;
  display: flex;
}

.cookies-modal .text {
  font-size: 12px;
  margin-right: 20px;
}

.cookies-modal .view-more {
  border-color: #ffffff;
  color: #ffffff;
  margin-right: 20px;
  padding: 14px 25px;
  margin-left: 10px;
  font-size: 20px;
}

.cookies-modal button {
  width: auto;
  display: inline-block;
  float: right;
  padding: 13px 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cookies-modal button:hover {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .pop-up-gdpr,
  .pop-up {
    display: block;
    overflow: scroll;
  }
  .pop-up-gdpr #map,
  .pop-up #map {
    height: 300px;
    margin-bottom: 30px;
  }
  .pop-up-gdpr.no-scroll,
  .pop-up.no-scroll {
    overflow: hidden;
  }
  .pop-up-gdpr .title,
  .pop-up .title {
    font-size: 18px;
  }
  .pop-up-gdpr .text,
  .pop-up .text {
    padding-right: 10px;
    height: 87vh;
  }
  .pop-up-gdpr .inner,
  .pop-up .inner {
    padding: 20px 30px;
  }
  .pop-up-gdpr .close-btn,
  .pop-up .close-btn {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 15px;
  }
  .pop-up-gdpr.raiting .close-btn,
  .pop-up.raiting .close-btn {
    top: 22px;
  }
  .pop-up-gdpr.raiting .title,
  .pop-up.raiting .title {
    text-align: left;
    padding-left: 20px;
  }
  .pop-up-gdpr.raiting .rate,
  .pop-up.raiting .rate {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .pop-up-gdpr.raiting .view-more,
  .pop-up.raiting .view-more {
    display: inline-block;
  }
  .pop-up-gdpr.raiting form,
  .pop-up.raiting form {
    padding: 20px;
  }
  .pop-up-gdpr.find-in .row.gutters > [class*="col"],
  .pop-up.find-in .row.gutters > [class*="col"] {
    padding: 0 10px;
  }
  .pop-up-gdpr.find-in .step-wrapper,
  .pop-up.find-in .step-wrapper {
    margin-top: 5vh;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .pop-up-gdpr.find-in .inner,
  .pop-up.find-in .inner {
    max-width: 1310px;
    padding: 5vh 20px 5vh;
    position: relative;
  }
  .pop-up-gdpr.find-in .view-more,
  .pop-up.find-in .view-more {
    margin: 30px 0;
  }
  .pop-up-gdpr.find-in #find-near,
  .pop-up.find-in #find-near {
    margin: 0;
  }
  .pop-up-gdpr .step-1 .product-img,
  .pop-up .step-1 .product-img {
    margin-bottom: 30px;
  }
  .pop-up-gdpr .step-1 .price-label, .pop-up-gdpr .step-1 .old-price, .pop-up-gdpr .step-1 .price,
  .pop-up-gdpr .step-1 .product-title,
  .pop-up .step-1 .price-label,
  .pop-up .step-1 .old-price,
  .pop-up .step-1 .price,
  .pop-up .step-1 .product-title {
    font-size: 20px;
    line-height: 24px;
  }
  .pop-up-gdpr .step-2,
  .pop-up .step-2 {
    padding-bottom: 30px;
  }
  .pop-up-gdpr .step-2 .aditional-info, .pop-up-gdpr .step-2 .street, .pop-up-gdpr .step-2 .city, .pop-up-gdpr .step-2 .hours,
  .pop-up-gdpr .step-2 .product-number, .pop-up-gdpr .step-2 .price-wrapper, .pop-up-gdpr .step-2 .product-title,
  .pop-up .step-2 .aditional-info,
  .pop-up .step-2 .street,
  .pop-up .step-2 .city,
  .pop-up .step-2 .hours,
  .pop-up .step-2 .product-number,
  .pop-up .step-2 .price-wrapper,
  .pop-up .step-2 .product-title {
    font-size: 16px;
    line-height: 20px;
  }
  .pop-up-gdpr .step-2 .price-wrapper, .pop-up-gdpr .step-2 .product-title,
  .pop-up .step-2 .price-wrapper,
  .pop-up .step-2 .product-title {
    margin-bottom: 15px;
  }
  .pop-up-gdpr .step-2 .product-img,
  .pop-up .step-2 .product-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px;
    height: 130px;
  }
  .pop-up-gdpr .step-2 .prices,
  .pop-up .step-2 .prices {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .pop-up-gdpr .step-2 .price-label,
  .pop-up .step-2 .price-label {
    margin-right: 10px;
  }
  .pop-up-gdpr .step-2 .old-price, .pop-up-gdpr .step-2 .price,
  .pop-up .step-2 .old-price,
  .pop-up .step-2 .price {
    margin-right: 0;
  }
}

.shops-list {
  margin-bottom: 80px;
}

.shops-list .container {
  max-width: 1430px;
}

.shops-list .single-shop {
  padding: 30px 0;
  height: 100%;
  position: relative;
}

.shops-list .single-shop:after {
  content: '';
  display: block;
  width: 250px;
  height: 1px;
  background: #f55e67;
  position: absolute;
  bottom: 0;
}

.shops-list .city, .shops-list .street, .shops-list .email, .shops-list .working-days, .shops-list .working-hours, .shops-list .not-working {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding-left: 25px;
}

.shops-list .city i, .shops-list .street i, .shops-list .email i, .shops-list .working-days i, .shops-list .working-hours i, .shops-list .not-working i {
  color: #f55e67;
  position: absolute;
  left: 0;
  top: 8px;
}

.shops-list .email i, .shops-list .working-days i {
  top: 10px;
  font-size: 14px;
}

.shops-list .not-working {
  color: #f55e67;
  font-weight: 500;
}

.shops-list .city {
  font-weight: 500;
}

.shops-list .city span {
  color: #f55e67;
}

@media only screen and (max-width: 767px) {
  .shops-list {
    margin-bottom: 30px;
  }
  .shops-list .city, .shops-list .street, .shops-list .email, .shops-list .working-days, .shops-list .working-hours, .shops-list .not-working {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
  }
  .shops-list .city i, .shops-list .street i, .shops-list .email i, .shops-list .working-days i, .shops-list .working-hours i, .shops-list .not-working i {
    color: #f55e67;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
}

.gm-style .gm-style-iw-c .city-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.gm-style .gm-style-iw-c .email,
.gm-style .gm-style-iw-c .adrress {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.gm-style .gm-style-iw-c .email i,
.gm-style .gm-style-iw-c .adrress i {
  color: #f55e67;
  font-size: 14px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .gm-style .gm-style-iw-c .email,
  .gm-style .gm-style-iw-c .adrress {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
  }
  .gm-style .gm-style-iw-c .email i,
  .gm-style .gm-style-iw-c .adrress i {
    color: #f55e67;
    font-size: 12px;
    margin-right: 10px;
  }
}

.cart-btn {
  position: relative;
}

.cart-btn:hover .cart-wrapper {
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.cart-wrapper {
  padding-top: 10px;
  width: 430px;
  position: absolute;
  background: #fff;
  right: -35px;
  top: 24px;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  z-index: 1;
}

.cart-wrapper.hide {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

.cart-wrapper.active {
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.cart-wrapper .cart-inner {
  border: 1px solid #fff0f0;
  cursor: default;
}

.cart-wrapper .cart-inner .close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 18px;
  right: 16px;
  cursor: pointer;
  display: none;
}

.cart-wrapper .cart-inner .title {
  background: #f1f1f1;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 0;
}

.cart-wrapper .cart-inner .free-shiping {
  color: #ed145b;
  text-transform: uppercase;
  font-size: 16px;
  padding: 22px;
}

.cart-wrapper .cart-inner .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 20px;
}

.cart-wrapper .cart-inner .product > div {
  display: -ms-flexbox;
  display: flex;
}

.cart-wrapper .cart-inner .product-image {
  background-color: #f1f1f1;
  width: 78px;
  -ms-flex-preferred-size: 78px;
      flex-basis: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 84px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.cart-wrapper .cart-inner .product-spec {
  margin-top: -8px;
  margin-left: 10px;
}

.cart-wrapper .cart-inner .product-spec dl {
  font-size: 16px;
  opacity: 0.8;
}

.cart-wrapper .cart-inner .product-spec .name {
  opacity: 1;
}

.cart-wrapper .cart-inner .price {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart-wrapper .cart-inner .price dl {
  font-size: 16px;
  color: #000000;
  padding-top: 12px;
}

.cart-wrapper .cart-inner .price i {
  cursor: pointer;
  font-size: 14px;
  transition: 0.5s;
}

.cart-wrapper .cart-inner .price i:hover {
  color: #f55e67;
}

.cart-wrapper .cart-inner .total {
  background: #f1f1f1;
  padding: 10px 20px;
  text-align: center;
}

.cart-wrapper .cart-inner .total p {
  text-align: right;
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-wrapper .cart-inner .total .view-more {
  display: block;
  width: 100%;
}

.cart-wrapper .cart-inner .total .clear {
  margin-top: 5px;
  background: transparent;
  border: none;
  text-align: center;
  opacity: 0.5;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .cart-wrapper {
    right: -15px;
    width: 320px;
  }
  .cart-wrapper .cart-inner .price dl,
  .cart-wrapper .cart-inner .product-spec dl {
    line-height: 18px;
    font-size: 14px;
  }
}

/* favourites wrapper */

.cart-btn:hover .favourites-wrapper {
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.favourites-wrapper {
  padding-top: 10px;
  width: 430px;
  position: absolute;
  background: #fff;
  right: -35px;
  top: 24px;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  z-index: 2;
}

.favourites-wrapper.hide {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

.favourites-wrapper.active {
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.favourites-wrapper .cart-inner {
  border: 1px solid #fff0f0;
  cursor: default;
}

.favourites-wrapper .cart-inner .close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 18px;
  right: 16px;
  cursor: pointer;
  display: none;
}

.favourites-wrapper .cart-inner .title {
  background: #f1f1f1;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 0;
}

.favourites-wrapper .cart-inner .free-shiping {
  color: #ed145b;
  text-transform: uppercase;
  font-size: 16px;
  padding: 22px;
}

.favourites-wrapper .cart-inner .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 20px;
}

.favourites-wrapper .cart-inner .product > div {
  display: -ms-flexbox;
  display: flex;
}

.favourites-wrapper .cart-inner .product-image {
  background-color: #f1f1f1;
  width: 78px;
  -ms-flex-preferred-size: 78px;
      flex-basis: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 84px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.favourites-wrapper .cart-inner .product-spec {
  margin-top: -8px;
  margin-left: 10px;
}

.favourites-wrapper .cart-inner .product-spec dl {
  font-size: 16px;
  opacity: 0.8;
}

.favourites-wrapper .cart-inner .product-spec .name {
  opacity: 1;
}

.favourites-wrapper .cart-inner .price {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.favourites-wrapper .cart-inner .price dl {
  font-size: 16px;
  color: #000000;
  padding-top: 12px;
}

.favourites-wrapper .cart-inner .price i {
  cursor: pointer;
  font-size: 14px;
  transition: 0.5s;
}

.favourites-wrapper .cart-inner .price i:hover {
  color: #f55e67;
}

.favourites-wrapper .cart-inner .total {
  background: #f1f1f1;
  padding: 10px 20px;
  text-align: center;
}

.favourites-wrapper .cart-inner .total p {
  text-align: right;
  font-size: 16px;
  margin-bottom: 10px;
}

.favourites-wrapper .cart-inner .total .view-more {
  display: block;
  width: 100%;
}

.favourites-wrapper .cart-inner .total .clear {
  margin-top: 5px;
  background: transparent;
  border: none;
  text-align: center;
  opacity: 0.5;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .favourites-wrapper {
    right: -15px;
    width: 420px;
  }
  .favourites-wrapper .cart-inner .price dl,
  .favourites-wrapper .cart-inner .product-spec dl {
    line-height: 18px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .favourites-wrapper {
    right: -80px;
    width: 315px;
  }
}

.size-chart {
  width: 100%;
}

.size-chart thead tr {
  background: #ededed;
}

.size-chart th {
  font-weight: bold;
}

.size-chart td {
  text-align: center;
}

.size-chart tr:nth-of-type(even) {
  background: #ededed;
}

.home-bg {
  background: #fefefe url(../static/leaves-bg.png) center top no-repeat;
}

@media only screen and (max-width: 767px) {
  .home-bg {
    padding-top: 0 !important;
  }
}

.categories-bg {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.categories-list .container {
  padding: 0 50px;
}

.categories-list [class*="col"] {
  padding: 0 4px;
}

.categories-list .single-cat {
  display: block;
  margin-bottom: 55px;
  cursor: pointer;
  text-decoration: none;
}

.categories-list .img-holder {
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}

.categories-list .title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
  .categories-bg {
    background: #fff url(../static/leaves-bg.png) center top no-repeat;
  }
  .categories-list .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .categories-list .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .categories-list .container {
    padding: 0 15px;
  }
  .categories-list .single-cat {
    margin-bottom: 30px;
  }
}

.about {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.about-intro .container {
  padding: 0 80px;
}

.about-intro .gutters > [class*="col"] {
  padding: 0 10px;
}

.about-intro .img-holder {
  height: 0;
  padding-bottom: 109%;
  margin-bottom: 80px;
}

.about-intro .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.about-intro .text {
  margin-bottom: 50px;
  line-height: 24px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .about-intro .container {
    padding: 0 15px;
  }
  .about-intro .img-holder {
    margin-bottom: 30px;
  }
  .m-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .m-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}

.login-register {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
  padding-bottom: 500px;
}

.lr-popup .container,
.login-register-wrapper .container {
  max-width: 1430px;
  padding: 70px 15px;
}

.lr-popup .container [class*="col"],
.login-register-wrapper .container [class*="col"] {
  max-width: 650px;
  margin: 0 auto;
}

.lr-popup .box-bg,
.login-register-wrapper .box-bg {
  border: #ffffff;
  border: 1px solid #fff0f0;
  background: #ffffff;
}

.lr-popup .title,
.login-register-wrapper .title {
  color: #000000;
  font-size: 30px;
  font-size: 500;
  margin-bottom: 40px;
  text-align: center;
}

.lr-popup .register-link,
.login-register-wrapper .register-link {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 45px;
}

.lr-popup .register-link a,
.login-register-wrapper .register-link a {
  color: #f55e67;
}

.lr-popup .aditional-info,
.login-register-wrapper .aditional-info {
  display: block;
  font-size: 20px;
  margin-top: 20px;
  margin: 25px -45px 25px;
}

.forgot-password {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  transition: .5s;
}

.forgot-password:hover {
  color: #f55e67;
}

.lr-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: -1;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.lr-popup .inner {
  position: relative;
  background: #fff;
  max-width: 1115px;
  width: 100%;
  padding: 60px 235px;
  margin: 0 auto;
  transition: 0.5s;
  -ms-transform: translateY(-100px);
      transform: translateY(-100px);
}

.lr-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 25px;
  margin: auto;
  cursor: pointer;
}

.lr-popup.show {
  z-index: 30;
  opacity: 1;
  pointer-events: inherit;
}

.lr-popup.show .inner {
  opacity: 1;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

.open-register-pop-up,
.open-login-pop-up {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .lr-popup .aditional-info,
  .login-register-wrapper .aditional-info {
    line-height: normal;
    margin: 25px 0 0 0;
    text-align: center;
  }
  .lr-popup .register-link,
  .login-register-wrapper .register-link {
    font-size: 20px;
  }
  .lr-popup .inner {
    padding: 60px 15px;
    max-height: 90vh;
    overflow-y: scroll;
  }
  .lr-popup .close-btn {
    top: 10px;
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .login-register {
    padding-bottom: 30px;
  }
}

.blog {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.blog-section {
  padding-bottom: 70px;
}

.blog-section .container {
  padding: 0 80px;
}

.blog-section .blog-menu {
  width: 100%;
  margin-bottom: 55px;
}

.blog-section .blog-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.blog-section .blog-menu ul a {
  color: #363636;
  font-size: 25px;
  font-weight: 350;
  padding: 0 30px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
}

.blog-section .blog-menu ul a:hover, .blog-section .blog-menu ul a.active {
  color: #f55e67;
}

.blog-section .view-more {
  text-decoration: underline;
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
}

.blog-section .view-more:hover {
  color: #f55e67;
}

.blog-section .main-article,
.blog-section .secondary-article {
  margin-bottom: 90px;
}

.blog-section .article-img {
  height: 0;
  padding-bottom: 83%;
}

.blog-section .category {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-section .title {
  font-size: 45px;
  line-height: 48px;
  font-family: FuturaPTBook;
  font-weight: 300;
  color: #000000;
  margin-bottom: 30px;
}

.blog-section .text {
  color: #000000;
  line-height: 24px;
  margin-bottom: 30px;
}

.blog-section .date {
  font-size: 20px;
  text-transform: uppercase;
}

.blog-section .view-more {
  color: #000000;
  font-size: 20px;
  transition: 0.5s;
}

.blog-section .view-more:hover {
  color: #f55e67;
}

.blog-section .main-article .text-wrapper {
  padding-left: 30px;
}

.blog-section .secondary-article .text-wrapper {
  padding: 25px;
}

@media only screen and (max-width: 1500px) {
  .blog-section .blog-menu ul a {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-section .main-article,
  .blog-section .secondary-article {
    margin-bottom: 30px;
  }
  .blog-section .container {
    padding: 0 15px;
  }
  .blog-section .article-img {
    margin-bottom: 20px;
  }
  .blog-section .blog-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-section .blog-menu ul a {
    padding: 0 10px;
  }
  .blog-section .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .blog-section .view-more,
  .blog-section .date,
  .blog-section .category {
    font-size: 14px;
  }
  .blog-section .category {
    margin-bottom: 10px;
  }
  .blog-section .text-wrapper {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .blog-section {
    padding-bottom: 30px;
  }
}

.blog-inner {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.blog-inner-section {
  margin-bottom: 30px;
}

.blog-inner-section .container {
  max-width: 1380px;
}

.blog-inner-section .box-bg {
  padding: 50px;
  background: #ffffff;
}

.blog-inner-section .text-wrapper {
  color: #000000;
}

.blog-inner-section .text-wrapper img,
.blog-inner-section .text-wrapper p {
  line-height: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .blog-inner-section .container {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-inner-section .container {
    padding: 0 15px;
  }
  .blog-inner-section .box-bg {
    padding: 15px;
  }
}

.text-page {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.text-page-wrapper {
  padding-bottom: 30px;
}

.text-page-wrapper .container {
  padding: 0 90px;
}

.text-page-wrapper .box-bg {
  padding: 50px;
  background: #ffffff;
  border: 1px solid #fff0f0;
}

.text-page-wrapper .text {
  color: #363636;
}

.text-page-wrapper .text strong, .text-page-wrapper .text b {
  font-weight: 600;
}

.text-page-wrapper .text dl, .text-page-wrapper .text img, .text-page-wrapper .text p {
  line-height: 24px;
  margin-bottom: 20px;
}

.text-page-wrapper .text a {
  color: #c50505;
  text-decoration: none;
}

.text-page-wrapper .text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .text-page-wrapper {
    padding-top: 0;
  }
  .text-page-wrapper .container {
    padding: 0 15px;
  }
  .text-page-wrapper .box-bg {
    padding: 15px;
  }
}

.order-details {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.order-details-section .container {
  max-width: 1430px;
}

.order-details-section .box-bg {
  background: #fefefe;
  padding: 30px;
  border: 1px solid #fff0f0;
}

.order-details-section .row {
  margin-right: -30px;
  margin-left: -30px;
}

.order-details-section .row > [class*="col"] {
  padding: 0 30px;
}

.order-details-section hr {
  border-color: #b1b1b1;
  border-top: none;
  margin: 0;
}

.order-details-section .back-link {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: 0.5s;
  margin-bottom: 50px;
  display: inline-block;
}

.order-details-section .back-link i {
  margin-right: 5px;
  font-size: 15px;
}

.order-details-section .back-link:hover {
  color: #f55e67;
}

.order-details-section .title-wrapper .title {
  margin-bottom: 0;
}

.order-details-section .title-wrapper,
.order-details-section .total-wrapper,
.order-details-section .product-info,
.order-details-section .shipping-info {
  padding: 30px 0;
}

.order-details-section .title {
  margin-top: 25px;
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}

.order-details-section img {
  margin-right: 20px;
}

.order-details-section .price, .order-details-section dl, .order-details-section p {
  font-size: 20px;
  line-height: 32px;
  color: #363636;
}

.order-details-section dl span {
  opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
  .order-details-section .flex {
    display: block;
  }
  .order-details-section .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .order-details-section .price, .order-details-section dl, .order-details-section p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .order-details-section {
    padding-bottom: 30px;
  }
  .order-details-section .box-bg {
    padding: 15px;
  }
  .order-details-section .total-wrapper, .order-details-section .product-info, .order-details-section .shipping-info {
    padding: 20px 0;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .order-details-section .row > [class*="col"] {
    padding-bottom: 20px;
  }
  .order-details-section .end,
  .order-details-section .price, .order-details-section dl, .order-details-section p {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.products {
  background: rgba(242, 242, 242, 0.5) url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.products .inner-bg {
  background: rgba(242, 242, 242, 0.5);
}

.products-section {
  padding-bottom: 70px;
}

.product-list-progressBar-wrapper{
    width: 300px;
    margin:20px auto;
}

.product-list-progressBar-wrapper p{
     text-align: center;
     margin-bottom: 5px;
 }

  .product-list-progressBar{
    width: 100%;
    height: 10px;
    border-radius: 7px;
    background: #e5e5e5;
}


.product-list-progressBar span{
    height: 100%;
    display: block;

    background: #000;
    border-radius: 7px;
    transition: 0.5s;
}

.product-list {
	margin-top: 140px;
}

.products-section .full,
.products-section .dynamic {
  transition: 0.5s;
}

.products-section .actions {
  margin-bottom: 30px;
}

.products-section .filter-products-btn {
  background: #f55e67;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  transition: 0.5s;
}

.products-section .filter-products-btn i {
  margin-left: 50px;
  font-size: 12px;
  transition: 0.5s;
  color: #ffffff;
}

.products-section .filter-products-btn.active {
  background: #f8f8f8;
  color: #000000;
}

.products-section .filter-products-btn.active i {
  color: #000000;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.products-section .container {
  max-width: 1720px;
  padding: 0 120px;
}

.products-section .view-switcher .list,
.products-section .view-switcher .grid {
  cursor: pointer;
  margin-left: 10px;
}

.products-section .view-switcher .list img,
.products-section .view-switcher .grid img {
  width: 28px;
  height: 28px;
  transition: filter 0.5s;
}

.products-section .view-switcher .list.active img, .products-section .view-switcher .list:hover img,
.products-section .view-switcher .grid.active img,
.products-section .view-switcher .grid:hover img {
  filter: brightness(0);
}

.products-section .view-switcher .list img {
  width: 14px;
}

.products-section.list .full,
.products-section.list .dynamic {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.products-section.list .full .inner,
.products-section.list .dynamic .inner {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.products-section.list .full {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0 !important;
}

.products-section.list .full .single-product-cover {
  padding-bottom: 0;
  height: auto;
  box-sizing: border-box;
}

.products-section.list .full .single-product-cover .inner {
  margin-right: 10px;
}

.products-section.list .full .single-product-wrapp {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.products-section.list .full .single-product-wrapp:nth-of-type(1) {
  padding-right: 10px;
}

.products-section.list .full .single-product-wrapp:nth-of-type(2) {
  display: block;
  padding-left: 10px;
}

.products-section.list .full .single-product-wrapp:nth-of-type(2) .inner {
  margin-left: 10px;
  margin-right: 0;
}

.products-section.list .full .single-product {
  height: auto;
}

.products-section.list .full .img-wrapper {
  position: relative;
}

.single-product-cover,
.single-product {
  background: #ffffff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
  text-decoration: none;
}

.single-product-cover .top-section,
.single-product .top-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px 15px;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  z-index: 1;
  min-height: 70px;
}

.single-product-cover .discount,
.single-product .discount {
  color: #da0606;
  font-size: 20px;
  font-weight: 500;
  margin-right: auto;
}

.single-product-cover .label-new,
.single-product .label-new {
  background: #14c079;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 2px 30px;
  margin-right: -15px;
}

.single-product-cover .img,
.single-product .img {
  height: 0;
  background-size: contain;
  padding-bottom: 100%;
  transition: opacity 0.5s;
}

.single-product-cover .img-wrapper,
.single-product .img-wrapper {
  padding: 50px 90px 70px;
}

.single-product-cover .stamp,
.single-product .stamp {
  height: 34px;
  position: relative;
}

.single-product-cover .stamp img,
.single-product .stamp img {
  width: 90px;
  position: absolute;
}

.single-product-cover .name,
.single-product .name {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
}

.single-product-cover .price,
.single-product .price {
  font-size: 25px;
  font-weight: 500;
  padding: 0 10px 5px;
  position: relative;
}

.single-product-cover .price .old, .single-product-cover .price .new,
.single-product .price .old,
.single-product .price .new {
  display: inline-block;
}

.single-product-cover .price .old,
.single-product .price .old {
  color: #848484;
  margin-right: 10px;
  text-decoration: line-through;
}

.single-product-cover .price .new,
.single-product .price .new {
  color: #da0606;
}

.single-product-cover {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -20px;
  left: -20px;
  right: -20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-flex-direction: row;
      flex-direction: row;
  transition: opacity 0.6s;
}

.single-product-cover.has-variations {
  left: -120px;
}

.single-product-cover a {
  text-decoration: none;
}

.single-product-cover .variations-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-product-cover .variations-wrapper .img {
  width: 100px;
}

.single-product-cover .sizes {
  text-align: center;
  padding: 0 20px;
}

.single-product-cover .sizes span {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #000000;
  border: 1px solid #7b7b7b;
  transition: 0.5s;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  margin-bottom: 14px;
}

.single-product-wrapp {
  position: relative;
}

.single-product-wrapp:hover .single-product-cover {
  pointer-events: inherit;
  z-index: 2;
  opacity: 1;
}

.full {
  padding-bottom: 25px !important;
}

.full .inner {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.full .single-product-wrapp {
  height: 100%;
}

.full .single-product-wrapp:nth-of-type(2) {
  display: none;
}

.full .single-product {
  height: 100%;
}

.full .img {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.full .single-product-cover {
  height: 100%;
  box-sizing: content-box;
  padding-bottom: 20px;
}

.full .single-product-cover .inner {
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.full .single-product-cover .sizes {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
}

.full .variations-wrapper .img {
  height: 0;
}

.filter-options {
  padding-top: 40px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 2;
  background: #f8f8f8;
  opacity: 1;
  transition: 0.5s;
  width: 100%;
}

.filter-options [class*="col-xl"] {
  margin-bottom: 20px;
}

.filter-options .title {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.filter-options .action-buttons .view-more {
  margin: 0 5px;
}

@media only screen and (max-width: 1200px) {
  .single-product-wrapp:hover .single-product-cover {
    display: none;
  }
  .single-product .discount {
    font-size: 14px;
  }
  .single-product .name,
  .single-product .price {
    font-size: 14px;
    line-height: 14px;
  }
  .single-product .name {
    margin-bottom: 10px;
  }
  .single-product .stamp {
    width: 45px;
  }
  .single-product .top-section {
    padding: 10px 15px;
  }
  .single-product .label-new {
    font-size: 14px;
    padding: 2px 15px;
  }
  .single-product .img-wrapper {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .products-section .container {
    padding: 0 20px;
  }
  .products .inner-bg {
    margin-top: -50px;
    padding-top: 50px;
    background: transparent;
  }
  .view-switcher {
    display: none;
  }
  .full {
    padding-bottom: 0 !important;
  }
  .full .single-product {
    height: auto;
  }
  .full .img-wrapper {
    position: static;
  }
  .single-product {
    margin-bottom: 5px;
  }
  .products-section .row.gutters {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-section .col-xs-6 {
    padding: 0 2.5px !important;
  }
  .products-section .actions {
    text-align: center;
  }
  .products-section .section-title {
    text-align: center;
  }
  .products-section .filter-products-btn {
    font-size: 16px;
  }
  .products-section .filter-products-btn i {
    margin-left: 15px;
  }
  .filter-options .col-xl-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .filter-options .action-buttons .view-more {
    width: 200px;
    margin-bottom: 10px;
  }
}

.products-inner {
  padding-top: 0px;
  background: rgba(242, 242, 242, 0.5) url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.products-inner .breadcrumbs .container {
  max-width: 1430px;
}

.single-product-section .container,.similar-products-section .container {
  max-width: 1430px;
}

.single-product-section .product-wrapper {
  max-width: 520px;
}

.single-product-section .product-gallery-wrapper {
  position: relative;
}

.single-product-section .gallery {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transition: 0.5s;
}

.single-product-section .gallery.active {
  opacity: 1;
  pointer-events: inherit;
}

.single-product-section .gallery-thumbs .swiper-slide,
.single-product-section .gallery-top .swiper-slide {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}

.single-product-section .swiper-pagination {
  display: none;
}

/*.single-product-section .gallery-top .swiper-slide {
  height: 0;
  padding-bottom: 100%;
}*/
.single-product-section .gallery-top .swiper-slide {
  height: 600px;
  width: 715px;
  object-fit: contain;
}

.single-product-section .gallery-thumbs {
  margin-top: 10px;
}

.single-product-section .gallery-thumbs .swiper-slide {
  height: 200px;
  object-fit: contain;
}

@media screen and (max-width: 1500px) {
  /* .single-product-cover a {
    width: 215px !important;
  } */
  .img-box-product-cover {
    height: 215px !important;
    width: 215px !important;
  }
}


.single-product-section .gallery-thumbs .swiper-button-next, .single-product-section .gallery-thumbs .swiper-button-prev {
  color: #363636;
  height: 100%;
  background: #ffffff;
  top: 0;
  margin-top: 0;
  width: 28px;
  transition: 0.5s;
}

.single-product-section .gallery-thumbs .swiper-button-next:after, .single-product-section .gallery-thumbs .swiper-button-prev:after {
  font-size: 22px;
}

.single-product-section .gallery-thumbs .swiper-button-next:hover, .single-product-section .gallery-thumbs .swiper-button-prev:hover {
  color: #f55e67;
}

.single-product-section .gallery-thumbs .swiper-button-next {
  border-left: 5px solid #f9f9f9;
  right: 0;
}

.single-product-section .gallery-thumbs .swiper-button-prev {
  border-right: 5px solid #f9f9f9;
  left: 0;
}

.single-product-section .title-wrapper {
  margin-bottom: 50px;
}

.single-product-section .product-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.single-product-section .product-number {
  font-size: 20px;
  opacity: 0.8;
}

.single-product-section .price-wrapper {
  margin-bottom: 25px;
}

.single-product-section .price-wrapper .digits {
  display: -ms-flexbox;
  display: flex;
}

.single-product-section .size-options-wrapper .swiper-button-next,
.single-product-section .size-options-wrapper .swiper-button-prev {
  display: none;
}

.single-product-section .size-options-wrapper .size-option-error {
  color: #f55e67;
  margin-top: -30px;
  margin-bottom: 30px;
}

.single-product-section .size-options {
  max-width: 425px;
  margin-bottom: 25px;
  margin-left: 0;
}

.single-product-section .size-options .swiper-wrapper {
  display: block;
}

.single-product-section .size-options .swiper-slide {
  width: auto;
}

.single-product-section .size-table-label,
.single-product-section .size-label,
.single-product-section .price-label,
.single-product-section .shipping-label,
.single-product-section .color-label {
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
}

.single-product-section .success-message {
  background: #14c079;
  background: green;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.single-product-section .size-table-label {
  cursor: pointer;
  text-transform: none;
}

.single-product-section .size-table-label,
.single-product-section .size-label,
.single-product-section .color-label,
.single-product-section .shipping-label {
  margin-bottom: 5px;
}

.single-product-section .price-label {
  margin-right: 10px;
}

.single-product-section .size-table-label,
.single-product-section .size-label {
  margin-top: 10px;
}

.single-product-section .old-price {
  text-decoration: line-through;
  font-size: 30px;
  color: #a2a2a2;
  margin-right: 10px;
}

.single-product-section .discount {
  color: #f20000;
  font-size: 30px;
  position: relative;
  top: -20px;
}

.single-product-section .price {
  color: #000000;
  font-size: 30px;
}

.single-product-section .color-selector a {
  display: inline-block;
}

.single-product-section .color-selector a.selected .color-preview {
  border-color: #f55e67;
}

.single-product-section .shipping-info-btn {
  padding: 7px 31px;
  border: 1px solid #333333;
}

.single-product-section .add-to-favorites-btn,
.single-product-section .aviability-btn,
.single-product-section .shipping-info-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  transition: 0.5s;
}

.single-product-section .add-to-favorites-btn i, .single-product-section .add-to-favorites-btn img,
.single-product-section .aviability-btn i,
.single-product-section .aviability-btn img,
.single-product-section .shipping-info-btn i,
.single-product-section .shipping-info-btn img {
  margin-right: 10px;
}

.single-product-section .add-to-favorites-btn img,
.single-product-section .aviability-btn img,
.single-product-section .shipping-info-btn img {
  width: 30px;
}

.single-product-section .add-to-favorites-btn:hover,
.single-product-section .aviability-btn:hover,
.single-product-section .shipping-info-btn:hover {
  opacity: 0.7;
}

.single-product-section .aviability-btn img {
  width: 16px;
}

.single-product-section .submit {
  border-color: #ed145b;
  background: #ed145b;
  display: inline-block;
  max-width: 520px;
  margin-bottom: 30px;
}

.single-product-section .submit img {
  width: 16px;
  filter: invert(1);
  margin-right: 10px;
}

.single-product-section .submit:hover {
  color: #fff;
  border-color: #f55e67;
  background: #f55e67;
}

.single-product-section .submit:disabled {
  background: #8f8f8f;
  border-color: #8f8f8f;
  cursor: not-allowed;
}

.single-product-section .info {
  background: #ffffff;
  width: 100%;
  padding: 30px 20px 30px 30px;
  /* margin-bottom: 45px; */
}

.single-product-section .info .title {
  font-weight: 900;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

.single-product-section .info img {
  width: 20px;
  margin-right: 10px;
}

.single-product-section .info ul, .single-product-section .info ol, .single-product-section .info dt, .single-product-section .info p {
  margin-bottom: 15px;
}

.single-product-section .scroll-wrapper {
  padding-right: 30px;
  min-height: 350px;
  max-height: 400px;
  font-size: 20px;
  line-height: 25px;
  overflow-y: hidden;
}

.single-product-section .aditional-info {
  line-height: 24px;
  margin-bottom: 50px;
}

.single-product-section .aditional-info .title {
  font-size: 20px;
  font-weight: 350;
  margin-bottom: 30px;
}

.single-product-section .aditional-info ul, .single-product-section .aditional-info ol, .single-product-section .aditional-info dt, .single-product-section .aditional-info p {
  margin-bottom: 15px;
}

.share-wrapper {
  position: relative;
  padding: 20px;
  margin-top: -20px;
  margin-right: -20px;
}

.share-wrapper:hover .share-wrapper-pop-up, .share-wrapper:hover {
  z-index: 34;
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.share-wrapper:hover .share-wrapper-pop-up ~ .share-overlay, .share-wrapper:hover ~ .share-overlay {
  z-index: 33;
  opacity: 0.3;
  pointer-events: inherit;
}

.share-wrapper:hover .share, .share-wrapper.active .share {
  position: relative;
  z-index: 35;
}

.share-wrapper-pop-up {
  position: absolute;
  width: 260px;
  right: -100px;
  bottom: 35px;
  padding-bottom: 20px;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: 0.5s;
}

.share-wrapper-pop-up.active {
  z-index: 34;
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.share-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}

.share-overlay.active {
  z-index: 33;
  opacity: 0.3;
  pointer-events: inherit;
}

.share-pop-up {
  text-align: center;
  background: #ffffff;
  padding: 20px;
  position: relative;
}

.share-pop-up:after {
  position: absolute;
  display: block;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #ffffff;
}

.share-pop-up .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.share-pop-up .close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: none;
}

.share-pop-up .social li {
  margin: 0 17px;
  display: inline-block;
}

.share-pop-up .social li a {
  font-size: 20px;
  color: #dd716e;
  transition: color 0.5s;
}

.share-pop-up .social li a:hover {
  color: #000000;
}

.add-remove-favorite {
  margin-bottom: 30px;
}

.add-remove-favorite i {
  margin-right: 10px;
}

.pop-up.added-to-card .inner {
  padding: 60px 40px 40px;
}

.pop-up.added-to-card .product {
  padding-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #faf8f8;
}

.pop-up.added-to-card .product-img {
  margin-top: -20px;
  max-width: 265px;
  padding-bottom: 90%;
  margin-right: 30px;
  height: 0;
  background-color: #f4f4f4;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.pop-up.added-to-card .product-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.pop-up.added-to-card .product-number {
  font-size: 20px;
  opacity: 0.8;
}

.pop-up.added-to-card .price,
.pop-up.added-to-card .price-label,
.pop-up.added-to-card .old-price {
  font-size: 18px;
  margin-right: 15px;
}

.pop-up.added-to-card .price-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.pop-up.added-to-card .price-label {
  font-weight: bold;
}

.pop-up.added-to-card .old-price {
  text-decoration: line-through;
  color: #a2a2a2;
}

.pop-up.added-to-card .price {
  color: #000000;
  margin-right: 0;
}

.pop-up.added-to-card .submit {
  border-color: #ed145b;
  background: #ed145b;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.pop-up.added-to-card .submit:hover {
  color: #ffffff;
  border-color: #f55e67;
  background: #f55e67;
}

.pop-up.added-to-card .continue-shopping {
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  width: 100%;
  padding: 18px 9px;
  cursor: pointer;
  transition: .5s;
  text-align: center;
}

.pop-up.added-to-card .continue-shopping:hover {
  border: 2px solid #f55e67;
  background: #ffffff;
  color: #f55e67;
}

@media only screen and (max-width: 1650px) {
  .share-wrapper-pop-up {
    right: 0;
  }
  .share-pop-up:after {
    right: 17px;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-section .product-wrapper {
    max-width: 100%;
  }
  .single-product-section .gallery {
    position: relative;
    display: none;
    margin-bottom: 50px;
  }
  .single-product-section .gallery.active {
    display: block;
  }
  .single-product-section .gallery .swiper-container {
    overflow: visible;
  }
  .single-product-section .product-gallery-wrapper {
    padding: 0 !important;
  }
  .single-product-section .gallery-thumbs {
    display: none;
  }
  .single-product-section .swiper-pagination {
    display: block;
    bottom: -25px;
  }
  .single-product-section .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    background: transparent;
    border: 2px solid #f55e67;
    opacity: 1;
    vertical-align: middle;
  }
  .single-product-section .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #f55e67;
  }
  .single-product-section .share-wrapper {
    display: none;
  }
  .single-product-section .product-title {
    margin-bottom: 10px;
  }
  .single-product-section .digits,
  .single-product-section .price-wrapper {
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .single-product-section .size-label, .single-product-section .price-label, .single-product-section .shipping-label, .single-product-section .color-label {
    font-size: 18px;
  }
  .single-product-section .old-price {
    font-size: 16px;
  }
  .single-product-section .discount,
  .single-product-section .price {
    font-size: 25px;
  }
  .single-product-section .size-options-wrapper {
    padding: 0 20px;
    position: relative;
  }
  .single-product-section .size-options-wrapper .swiper-button-next,
  .single-product-section .size-options-wrapper .swiper-button-prev {
    display: block;
    top: 0;
    height: 100%;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;
  }
  .single-product-section .size-options-wrapper .swiper-button-next:after,
  .single-product-section .size-options-wrapper .swiper-button-prev:after {
    font-size: 18px;
    color: #363636;
  }
  .single-product-section .size-options-wrapper .swiper-button-next {
    right: -10px;
  }
  .single-product-section .size-options-wrapper .swiper-button-prev {
    left: -10px;
  }
  .single-product-section .size-options {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .single-product-section .size-options .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .single-product-section .submit {
    font-weight: 350;
  }
  .single-product-section .add-to-favorites-btn, .single-product-section .aviability-btn, .single-product-section .shipping-info-btn {
    margin-bottom: 20px;
  }
  .single-product-section .scroll-wrapper {
    height: auto;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .single-product-section .info {
    margin-bottom: 0;
    width: auto;
    padding: 0;
    background: transparent;
  }
  .single-product-section .info img {
    width: 16px;
  }
}

.contacts {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.map-section .container {
  max-width: 1430px;
}

.map-section .view-more {
  display: block;
  padding: 15px 27px 17px;
}

.map-section #map {
  margin-top: 60px;
  height: 820px;
  width: 100%;
  margin-bottom: 60px;
}

.contact-form {
  padding-top: 65px;
  padding-bottom: 100px;
  background: rgba(215, 215, 215, 0.2);
}

.contact-form .container {
  max-width: 1190px;
}

.contact-form .section-title {
  text-align: left;
}

.contact-form .lead-text,
.contact-form .text {
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
}

.contact-form .text {
  margin-bottom: 30px;
}

.contact-form .email, .contact-form .phone, .contact-form .adress {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}

.contact-form .email i, .contact-form .phone i, .contact-form .adress i {
  color: #f55e67;
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 8px;
}

.contact-form .adress {
  margin-top: 35px;
}

.contact-form .email {
  margin-bottom: 45px;
}

.contact-form .input {
  margin-bottom: 20px;
  background: transparent;
}

.contact-form .input input,
.contact-form .input textarea {
  background: transparent;
}

.contact-form textarea {
  height: 130px;
}

@media only screen and (max-width: 991px) {
  .map-section .view-more.btn {
    padding: 10.5px 26px;
  }
}

@media only screen and (max-width: 767px) {
  .map-section #map {
    height: 300px;
  }
  .map-section .city-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-form .section-title {
    text-align: center;
  }
  .contact-form .lead-text, .contact-form .text {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-form .email, .contact-form .phone, .contact-form .adress {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-form .email i, .contact-form .phone i, .contact-form .adress i {
    font-size: 16px;
    top: 5px;
  }
  .contact-form .email {
    margin-bottom: 20px;
  }
  .contact-form .adress {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.checkout {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
  padding-bottom: 130px;
}

#company_info {
  display: none;
}

#company_info.show {
  display: block;
}

.checkout-section #company_name {
  display: none;
}

.checkout-section #company_name.show {
  display: block;
}

.checkout-section .row.gutters.big > [class*="col"] {
  padding: 0 35px;
}

.checkout-section .box-bg {
  background: #ffffff;
  padding: 35px 70px;
  border: 1px solid #fff0f0;
}

.checkout-section hr {
  margin-bottom: 35px;
}

.checkout-section .container {
  max-width: 1720px;
}

.checkout-section .section-title {
  text-align: left;
  border-bottom: 1px solid #9a9a9a;
}

.checkout-section .back-link {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: 0.5s;
  margin-bottom: 50px;
  display: inline-block;
}

.checkout-section .back-link i {
  margin-right: 5px;
  font-size: 15px;
}

.checkout-section .back-link:hover {
  color: #f55e67;
}

.checkout-section .select2-container--default .select2-selection--single {
  height: 63px;
  background-color: transparent;
  border: 2px solid #5e5e5e;
  font-size: 20px;
  color: #5e5e5e;
}

.checkout-section .aditional-options {
  display: none;
  min-height: 114px;
}

.checkout-section .aditional-options.active {
  display: block;
}

.checkout-section .card-label,
.checkout-section .payment-label {
  font-size: 15px;
  opacity: 0.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.checkout-section .paiment-icon {
  margin-right: 15px;
  margin-left: -5px;
  margin-bottom: 20px;
  width: 70px;
}

.checkout-section .paiment-icon.margins {
  margin-bottom: 35px !important;
}

.checkout-section .card-info {
  display: none;
}

.checkout-section .card-info.active {
  display: -ms-flexbox;
  display: flex;
}

.checkout-section .card-info img {
  margin-right: 20px;
}

.order-summary {
  background: #fff8f9;
  padding: 30px;
}

.order-summary .info-title,
.order-summary .info-text {
  text-align: center;
  color: #f55e67;
  line-height: 30px;
  font-size: 21px;
  font-weight: 500;
}

.order-summary .info-title {
  text-transform: uppercase;
}

.order-summary .info-text {
  margin-bottom: 60px;
}

.order-summary .product-entry {
  padding-bottom: 26px;
  border-bottom: 1px solid #7f7c7c;
  margin-bottom: 30px;
}

.order-summary .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-summary .price, .order-summary dl, .order-summary p {
  font-size: 16px;
  line-height: 32px;
  color: #363636;
}

.order-summary dl {
  line-height: 20px;
  margin-bottom: 5px;
}

.order-summary dl span {
  opacity: 0.8;
}

.order-summary .delete-product {
  cursor: pointer;
  margin-bottom: 5px;
  color: #000000;
}

.order-summary .summary {
  padding-bottom: 26px;
  border-bottom: 1px solid #7f7c7c;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.order-summary textarea {
  background: transparent;
  height: 140px;
}

.order-summary .checkbox {
  margin: 40px 55px;
}

@media only screen and (max-width: 1500px) {
  .order-summary .col-md-8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media only screen and (max-width: 1500px) {
  .order-summary .checkbox {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .checkout-section .select2-container--default .select2-selection--single {
    height: 46px;
    padding: 4px 16px;
  }
  .checkout {
    padding-bottom: 30px;
  }
  .order-summary {
    margin-left: 0;
  }
  .order-summary .checkbox {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .order-summary {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-summary .info-title,
  .order-summary .info-text {
    font-size: 16px;
    line-height: 20px;
  }
  .order-summary .info-text {
    margin-bottom: 30px;
  }
  .order-summary img {
    margin-right: 0;
  }
  .order-summary .col-md-8, .order-summary .col-md-4 {
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px;
  }
  .order-summary .product-entry,
  .order-summary .summary {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .order-summary .summary,
  .order-summary .price, .order-summary .order-summary dl, .order-summary .order-summary p {
    font-size: 16px;
    line-height: 20px;
  }
  .checkout-section .box-bg {
    padding: 15px 15px 0 15px;
  }
}

.lookbook {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.lookbook-section {
  padding-bottom: 130px;
}

.lookbook-section .container {
  max-width: 1430px;
}

.lookbook-section .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 1134px;
}

.lookbook-section .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.lookbook-section .swiper-pagination {
  left: 0;
  right: 0;
  position: static;
}

.lookbook-section .next, .lookbook-section .prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
}

.lookbook-section .next.swiper-button-disabled, .lookbook-section .prev.swiper-button-disabled {
  color: #868686;
}

.lookbook-section .next {
  right: 0;
}

.lookbook-section .prev {
  left: 0;
}

.lookbook-section .swiper-pagination {
  margin: 60px 0 0;
}

.lookbook-section .swiper-pagination-bullet {
  margin: 0 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #868686;
  opacity: 1;
  font-weight: 500;
  background: transparent;
}

.lookbook-section .swiper-pagination-bullet-active {
  color: #000000;
}

.lookbook-section.full-width .container {
  max-width: 1920px;
}

.lookbook-section.full-width .swiper-container {
  max-width: 100%;
}

.lookbook-section.full-width .swiper-container img {
  width: 100%;
}

.lookbook-section.full-width .next, .lookbook-section.full-width .prev {
  top: auto;
}

@media only screen and (max-width: 1300px) {
  .lookbook-section .prev,
  .lookbook-section .next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lookbook-section {
    padding-bottom: 0;
  }
  .lookbook-section .swiper-pagination {
    margin-top: 30px;
  }
}

.profile {
  background: #FFF url(../static/leaves-bg-inner.png) center 90px no-repeat;
}

.profile-section .box-bg {
  background: #ffffff;
  padding: 35px 70px;
  border: 1px solid #fff0f0;
}

.profile-section .container {
  max-width: 1720px;
}

.profile-section .section-title {
  text-align: left;
}

.profile-section .profile-nav button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.profile-section .profile-nav dt {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  opacity: 0.6;
  padding: 15px 0;
  margin-bottom: 20px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
}

.profile-section .profile-nav dt.active, .profile-section .profile-nav dt:hover {
  opacity: 1;
}

.profile-section .profile-nav dt i {
  margin-right: 20px;
}

.profile-section .profile-nav dt img {
  width: 25px;
  margin-right: 20px;
}

.profile-section .profile-nav dt.exit {
  margin-top: 100px;
}

.profile-section .section {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateX(20px);
      transform: translateX(20px);
  position: absolute;
  transition: transform 0.5s;
}

.profile-section .section .intro-text {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 40px;
}

.profile-section .section.active {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.user-favorites .product {
  padding-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #faf8f8;
}

.user-favorites .product-img {
  margin-top: -20px;
  max-width: 265px;
  padding-bottom: 90%;
  margin-right: 30px;
  height: 0;
  background-color: #f4f4f4;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.user-favorites .product-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.user-favorites .product-number {
  font-size: 20px;
  opacity: 0.8;
}

.user-favorites .price,
.user-favorites .price-label,
.user-favorites .old-price {
  font-size: 18px;
  margin-right: 15px;
}

.user-favorites .price-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.user-favorites .price-label {
  font-weight: bold;
}

.user-favorites .old-price {
  text-decoration: line-through;
  color: #a2a2a2;
}

.user-favorites .price {
  color: #000000;
  margin-right: 0;
}

.user-favorites .product-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

.user-favorites .product-actions i {
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.user-favorites .product-actions img {
  margin-top: 3px;
  cursor: pointer;
  width: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.user-favorites .product-actions img {
		margin-top: 0px;
	}
	.favorite-text-wrapper{
		padding: 10px;
	}
}



.user-settings {
  max-width: 650px;
}

.user-settings .submit {
  margin-top: 15px;
}

.user-settings form {
  margin-bottom: 45px;
}

.user-history .inner-tabs {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.user-history .inner-tabs dt {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  padding: 15px 40px;
  transition: background 0.5s;
  border-radius: 5px;
  cursor: pointer;
}

.user-history .inner-tabs dt:hover, .user-history .inner-tabs dt.active {
  background: #feeff0;
}

.user-history .tab {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateX(20px);
      transform: translateX(20px);
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}

.user-history .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.order-history {
  padding: 20px;
  border: 1px solid #b7b7b7;
  margin-bottom: 15px;
}

.order-history .value,
.order-history .label-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.order-history .label-text {
  color: #737373;
}

.order-history .value {
  color: #000000;
}

.order-history .link {
  height: 42px;
  border: 1px solid #f55e67;
  background: #f55e67;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  max-width: 210px;
  text-align: center;
}

.order-history .link:hover {
  background: transparent;
  color: #f55e67;
}

.search-order-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 710px;
  margin-bottom: 100px;
}

.search-order-form .input {
  margin-right: 20px;
}

.search-order-form .submit {
  margin-top: 2px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-movement {
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  max-width: 1000px;
  margin-bottom: 60px;
}

.order-movement .step {
  width: 40%;
  text-align: center;
}

.order-movement .step .circle {
  width: 22px;
  height: 22px;
  border: 2px solid #666;
  border-radius: 50%;
  line-height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.order-movement .step .circle i {
  display: none;
  font-size: 10px;
  line-height: 18px;
}

.order-movement .step .stroke {
  height: 2px;
  background: #666;
  width: 100%;
}

.order-movement .step .step-name {
  color: #000000;
  font-weight: 500;
  opacity: 0.6;
}

.order-movement svg {
  height: 70px;
  margin-bottom: 35px;
}

.order-movement svg path {
  fill: #666666;
}

.order-movement .step-1 {
  text-align: left;
  width: 20%;
}

.order-movement .step-1 svg {
  margin-left: 1vw;
}

.order-movement .step-1 .circle {
  margin-left: 2vw;
}

.order-movement .step-4 {
  text-align: right;
  width: 20%;
}

.order-movement .step-4 svg {
  margin-right: 1vw;
}

.order-movement .step-4 .circle {
  margin-right: 2vw;
}

.order-movement .done svg path {
  fill: #39b887;
}

.order-movement .done .circle {
  border-color: #39b887;
  color: #39b887;
}

.order-movement .done .circle .fa-check {
  display: block;
}

.order-movement .done .step-name {
  color: #39b887;
  opacity: 1;
}

.order-movement .done .stroke {
  background: #39b887;
}

.order-movement .in-progress svg path {
  fill: #f66670;
}

.order-movement .in-progress .circle {
  border-color: #f66670;
  color: #f66670;
}

.order-movement .in-progress .circle .fa-ellipsis-h {
  display: block;
}

.order-movement .in-progress .step-name {
  color: #f66670;
  opacity: 1;
}

.order-movement .in-progress .stroke {
  background: #f66670;
}

@media only screen and (max-width: 1200px) {
  .profile-section .profile-nav {
    display: -ms-flexbox;
    display: flex;
  }
  .profile-section .profile-nav dt {
    font-size: 20px;
    line-height: 24px;
  }
  .profile-section .profile-nav dt.exit {
    margin-top: 0;
  }
  .user-history .inner-tabs dt {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .profile-section .profile-nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .profile-section .profile-nav dt img,
  .profile-section .profile-nav dt i {
    margin-right: 0;
  }
  .profile-section .profile-nav dt span {
    display: none;
  }
  .order-history {
    text-align: center;
  }
  .order-history .end {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .order-history .value {
    margin-bottom: 15px;
  }
  .order-history .link {
    margin: 0 auto;
  }
  .order-movement svg {
    height: 45px;
    margin-bottom: 10px;
  }
  .order-movement .step .step-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .user-favorites .product-actions {
    margin-top: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .user-favorites .product {
    margin-bottom: 50px;
  }
  .user-favorites .price,
  .user-favorites .price-label,
  .user-favorites .product-number,
  .user-favorites .product-title {
    font-size: 16px;
  }
  .user-favorites .product-img {
    max-width: 100%;
    margin-right: 0;
  }
  .profile-section .section .intro-text {
    font-size: 16px;
    line-height: 22px;
  }
  .profile-section .box-bg {
    padding: 15px;
  }
  .user-history .inner-tabs dt {
    font-size: 16px;
    padding: 10px;
    line-height: 18px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .search-order-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .search-order-form .input {
    margin-right: 0;
  }
  .search-order-form .submit {
    width: 100%;
  }
  .order-movement .step .step-name {
    font-size: 8px;
  }
  .order-movement svg {
    height: 35px;
  }
}

/*# sourceMappingURL=.maps/style.css.map */

/* Products filter styles */
.filter-options .title{
  cursor: pointer;
}

details > summary {
  list-style-type: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::after {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPHN2ZyBoZWlnaHQ9IjEyOHB4IiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI4IDEyODsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOCAxMjgiCiAgICAgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM1OTU3NTU7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSIxMTEiIHgyPSI2NCIgeTE9IjQwLjUiIHkyPSI4Ny40OTkiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNTk1NzU1O3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNjQiIHgyPSIxNyIgeTE9Ijg3LjQ5OSIgeTI9IjQwLjUiLz48L2c+PC9zdmc+Cg==) center center / 100% no-repeat;
color: transparent;
content: '\204a';
display: inline-block;
transition: 0.2s;
margin-left: 1ch;
width: 1rem;
}

details[open] > summary::after {
transform: rotate(180deg);
content: '\204a';
}

details ul {
  position: absolute;
  min-width: 260px;
  max-height: 428px;
  overflow: auto;
  border: 1px solid rgb(200, 199, 199);
  background-color: white;
  z-index: 11;
  padding: 10px 0px 0px;
}

details li {
  list-style: none;
  cursor: pointer;
  padding: 0px;
  position: relative;
}

details li label {
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 14px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  color: black;
  cursor: pointer;
}

details li input {
  outline: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(200, 199, 199);
  position: relative;
  margin-right: 8px;
  border-radius: 0px;
  cursor: pointer;
}

/* Mobile Filter Menu */
.sidebar {
  position: fixed;
  top: -1px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.5s ease;
  z-index: 9999;
  overflow-y: auto;
  padding-bottom: 50px;
}
.sidebar header {
  font-size: 24px;
  font-weight: 400;
  color: black;
  line-height: 70px;
  text-align: center;
  background: white;
  user-select: none;
}
.sidebar ul details {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 65px;
  font-size: 20px;
  color: black;
  border-top: 1px solid rgb(229, 229, 229);
  padding-left: 40px;
  box-sizing: border-box;
  transition: 0.4s;
}
.sidebar ul a i {
  margin-right: 16px;
}
#check {
  display: none;
}
label #btn,
label #cancel {
  position: absolute;
  border-radius: 3px;
  cursor: pointer;
}
label #btn {
  position: relative;
  top: -2px;
  font-size: 10px;
  color: black;
  padding: 6px 10px;
  transition: all 0.5s;
}
.mobileFilterHeader #cancel {
  z-index: 11111;
  width: 30px;
  color: black;
  padding: 4px 9px;
  transition: all 0.5s ease;
  margin-top: 25px;
}

details li:hover {
  background: #eee;
}

.panel ul li:hover {
  background: #eee;
}

#check:checked ~ .sidebar {
  left: 0;
}
#check:checked ~ label #btn {
  left: 250px;
  opacity: 0;
  pointer-events: none;
}
#check:checked ~ section {
  margin-left: 250px;
}
.filterSection {
  height: 100vh;
  transition: all 0.5s;
}

#openFilterBtn{
	background: transparent;
    border: none;
    font-size: 20px;
	text-decoration: none;
	color: black;
}

#openFilterBtn img {
	width: 16px;
    margin-right: 5px;
}

.accordion {
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 22px;
  font-weight: 300;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.accordion .active, .accordion:hover {
  background-color: #eee;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel ul li {
	list-style: none;
    cursor: pointer;
    padding: 0px;
    position: relative;
}

.panel ul li label {
	flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    color: black;
    cursor: pointer;
    padding: 19px 20px;
}

.accordion.active:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgLjI3MUwxMy45ODguMjQ4bC0uMDA0IDEuNDc3LTEzLjk5LjAyMUwwIC4yNzF6Ii8+Cjwvc3ZnPgo=) center center / 100% no-repeat;
    transform: rotate(180deg);
}

.accordion:after {
	content: "";
	float: right;
	margin-left: 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy45ODggNi4yNDhsLS4wMDQgMS40NzctNi4yNTYuMDA5LS4wMDkgNi4yNTYtMS40NzcuMDA0LjAxLTYuMjU4LTYuMjU4LjAxTDAgNi4yNzFsNi4yNTUtLjAxLjAxLTYuMjU1TDcuNzQgMGwtLjAwOSA2LjI1OCA2LjI1Ny0uMDF6IiBvcGFjaXR5PSIuNTAyIi8+Cjwvc3ZnPgo=) center center / 100% no-repeat;
    width: 1rem;
    height: 1rem;
    transition: transform 0.175s linear 0s;
}

.panel ul li label input {
	outline: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(200, 199, 199);
    position: relative;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mobileFilterHeader{
	display: flex;
    justify-content: space-between;
    padding: 0 22px;
}

.closeWrapper{
	width: 20px;
}

#clear-filters {
	border: none;
	margin-top: -15px;
	display: none;
}

#clear-filters-mobile {
	width: 50%;
	margin: 20px;
	display: none;
}

#clear-filters:hover {
	background: transparent;
	color: #363636;
}

#clear-filters > img{
	width: 10px;
	margin-right: 5px;
}

.filter-mobile-btn-wrapper{
	display: flex;
}

.filter-mobile-btn {
	width: 50%;
    margin: 20px;
	background: #363636 !important;
    color: #fff !important;
}

.filter-mobile-btn:hover {
	background: transparent !important;
	color: #363636 !important;
}

.code-sku{
    margin-left: 10px;
    font-size: 15px;
    color: gray;
}

.filterValue {
	margin-right: 20px;
}

/* Change the colors of the checkboxes and radio buttons */

input[type='checkbox']:checked {
  background-color: #14C079;
}
input[type='checkbox']:checked:after {
  content: '\2713';
  color:white;
}
input[type='checkbox']{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  appearance:none;
  border-radius:10%;
  border: 1px solid black;
  box-shadow: none;
  font-size: 1em;
}

input[type='radio']{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  appearance:none;
  border-radius:10%;
  border: 1px solid black;
  box-shadow: none;
  font-size: 1em;
}
input[type='radio']:checked {
  background-color: #14C079;
}
input[type='radio']:checked:after {
  content: '\2713';
  color:white;
}

.selected_elements{
	display: none;
}

.selected_elements_mobile{
	display: none;
}

.selected_price_mobile {
	display: none;
}

.selected_price {
	display: none;
}

#more-filters button {
    border: none;
    margin-top: -15px;
}

#more-filters button:hover {
	background: transparent;
	color: #363636;
}

#more-filters button > img{
	width: 10px;
	margin-right: 5px;
}

.p-entry a {
	display: flex;
}

.p-entry, .product-entry {
  text-decoration: none;
}

.favourites-spec {
	display: flex;
	align-items: center;
	min-width: 220px;
	max-width: 220px;
	margin-left: 10px;
}

@media only screen and (max-width: 768px) {
	.favourites-spec {
		min-width: 120px;
		max-width: 120px;
	}
}

@media only screen and (max-width: 320px) {
	.sidebar header{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.mobile-filter-options{
		display: block;
	}
	.product-list {
		margin-top: 0px;
	}
	.filter-options{
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	.mobile-filter-options{
		display: none;
	}
	.filter-options{
		display: block;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
	.products-section .actions {
		margin-bottom: 180px;
	}
}

@media screen and (min-width: 1100px) {
  .gallery-top {
    height: 600px !important;
}
.aditional-info {
  margin-top: 100px !important;
}
}

@media screen and (max-width: 768px) {
  .product-list-items {
    margin-bottom: 16px;
  }
  .single-product .sizes.mobile span {
    width: 24px !important;
  }
  .blogCol1, .blogCol2, .blogCol3 {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .blogCol1 {
    padding-right: 5px !important;
  }
  .blogCol2 {
    padding-left: 5px !important;
  }
  .blogCol3 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 568px) {
  .single-product .sizes.mobile span {
    width: 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .single-product .sizes.mobile {
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .single-product .sizes.mobile span {
    display: inline-block;
    height: 40px;
    width: 20px;
    color: #000000;
    border: 1px solid #7b7b7b;
    transition: 0.5s;
    text-align: center;
    line-height: 38px;
  }
}

@media screen and (min-width: 1200px) {
  .single-product .sizes.mobile {
    display: none !important;
  }
}

.main.bg .bgLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

.paymentTypeImage {
  width: 50px;
}

.paymentTypeImage.margins {
  margin-bottom: 10px;
}

.cookie-options-modal.show {
  display: block !important;
}

.cookie-options-modal {
  display: none;
  -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.cookie-options-modal .modal-window {
  width: 900px;
  display: flex;
    flex-direction: column;
    border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: #e0e0e0;
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        max-height: 100%;
        transform: translate(-50%, -50%);
        overflow: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.cookie-options-modal .modal-window .closeBtn {
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.cookie-options-modal .modal-window .modalHeader {
  padding-left: 32px;
        padding-right: 32px;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid grey;
        padding-top: 8px;
        padding-bottom: 8px;
}

.cookie-options-modal .modal-window .modalBody {
  overflow-y: auto;
  padding-left: 32px;
        padding-right: 32px;
        display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 0;
}

.cookie-options-modal .modal-window .modalBody .heading {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #222;
}

.cookie-options-modal .modal-window .modalBody .cookie-item {
  border-top: 1px solid #e0e0e0;
    padding-top: 8px;
    padding-bottom: 4px;
}

.cookie-options-modal .modal-window .modalBody .cookie-item .paragraph {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0rem;
  color: #2f2f2f;
}

.cookie-options-modal .modal-window .modalBody .cookie-item .cookie-description {
  display: none;
  font-size: 1.4rem;
    line-height: 2.0rem;
    color: #757575;
}
.cookie-options-modal .modal-window .modalBody .cookie-item .cookie-description.show {
  display: block !important;
}

.cookie-options-modal .modal-window .modalBody .cookie-item .toggle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-options-modal .modal-window .modalBody .cookie-item .toggle-container .cookie-description-btn {
  line-height: 2.0rem;
  display: block;
    font-size: 1.4rem;
    color: #005c38;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    border: none;
}

.cookie-options-modal .modal-window .modalBody .cookie-item .toggle-container .cookie-description-btn:hover {
  text-decoration: underline;
}

.cookie-options-modal .modal-window .modalFooter {
  display: flex;
  justify-content: flex-end;
  padding: 32px;
}

.cookie-options-modal .modal-window .modalFooter .accept-cookies-btn {
  background: #2f2f2f;
  width: auto;
  color: #ffffff;
  position: relative;
    display: inline-flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 700;
    transition: background-color .2s, color .2s, box-shadow .2s;
    cursor: pointer;
}

.toggle {
  --width: 40px;
  --height: calc(var(--width) / 2);
  --border-radius: calc(var(--height) / 2);

  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 24px;
}

.toggle__input {
  display: none;
}

.toggle__fill {
  position: relative;
  width: 51px;
  height: 31px;
  border-radius: 100px;
  background: #B3B3B3;
  transition: background 0.2s;
  margin-top: 16px;
  margin-bottom: 16px;
}

.toggle__fill::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 27px;
  width: 27px;
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 3px 8px 0px rgba(0, 0, 0, 0.15), 0px 3px 1px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  transition: transform 0.2s;
}

.toggle__input:checked ~ .toggle__fill {
  background: #009775;
}

.optionToggle input[type='checkbox'] {
  display: none;
}

.toggle__input:checked ~ .toggle__fill::after {
  transform: translateX(var(--height));
}

.optionToggle .toggleLabel {
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #222;
}

@media screen and (max-width: 400px) {
  .modalHeader img {
    width: 200px;
  }
}

@media screen and (max-width: 900px) {
  .cookie-options-modal .modal-window {
    width: 100%
  }
  .cookie-options-modal .modal-window .modalBody .cookie-item .toggle-container .cookie-description-btn, .cookie-options-modal .modal-window .modalBody .cookie-item .cookie-description {
    font-size: 1.2rem;
  }
}

:root:has(.cookie-options-modal.show) {
  overflow-y: hidden;
}

.cookie-item.disabled .paragraph, .cookie-item.disabled .toggleLabel {
  color: #bdbdbd !important;
}

.payments img {
  width: 50px;
}

/* .single-product-wrapp .leatherIcon {
  width: 50px;
  margin-right: 60px;
}
.single-product-wrapp .leatherIcon.non-hover {
  width: 30px;
  margin-right: 0px;
} */
#openCookiesModal {
  color: #242a31;
  font-size: 16px;
  text-decoration: none;
  display: block;
  line-height: normal;
}
#openCookiesModal:hover {
  cursor: pointer;
  text-decoration: underline;
}

.product-additional-text .container {
  max-width: 1720px;
  padding: 0 120px;
}
.product-additional-text {
  margin: 64px 0;
}

@media only screen and (max-width: 767px) {
  .product-additional-text .container {
      padding: 0 20px;
  }
}

/* .single-product-cover .top-section:has(.leatherIcon){
  justify-content: flex-start !important;
}

.single-product .top-section:has(.leatherIcon) {
  justify-content: space-between !important;
} */
.single-product-wrapp .leatherIcon {
  position: absolute;
}

@media screen and (max-width: 349px) {
  .single-product-wrapp .leatherIcon {
    top: 84px;
    right: 15px;
    width: 14px;
  }
}
@media screen and (min-width: 350px) {
  .single-product-wrapp .leatherIcon {
    top: 84px;
    right: 15px;
    width: 18px;
  }
}

@media screen and (min-width: 400px) {
  .single-product-wrapp .leatherIcon {
    top: 83px;
    right: 15px;
    width: 20px;
  }
}

@media screen and (min-width: 450px) {
  .single-product-wrapp .leatherIcon {
    width: 22px;
  }
}

@media screen and (min-width: 600px) {
  .single-product-wrapp .leatherIcon {
    top: 86px;
    right: 15px;
    width: 30px;
  }
}

@media screen and (min-width: 800px) {
  .single-product-wrapp .leatherIcon {
    top: 83px;
    right: 13px;
    width: 13px;
  }
}

@media screen and (min-width: 1000px) {
  .single-product-wrapp .leatherIcon {
    top: 84px;
    right: 14px;
    width: 20px;
  }
}


@media screen and (min-width: 1200px) {
  .single-product-wrapp .leatherIcon {
    top: 87px;
    right: 16px;
    width: 35px;
  }
}

@media screen and (min-width: 1700px) {
  .single-product-wrapp .leatherIcon {
    top: 87px;
    right: 16px;
    width: 38px;
  }
}

#notSelectedSize {
  display: none;
  color: red;
  font-size: 18px;
  font-weight: 600;
}

.phoneInputWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  margin-top: 10px;
}

.phoneCode {
  order: 1;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #5e5e5e;
    font-size: 20px;
    color: #5e5e5e;
    font-weight: 500;
}

.error.phone_additional {
  order: 3;
    width: 100%;
}

.checkout-section #phone {
  order: 2;
  width: 80%;
}

.phoneInputWrapper .error {
  order: 3;
}

@media screen and (max-width: 991px) {
  .phoneCode {
    padding: 13px 14px;
    font-size: 14px;
  }
}

.cart-wrapper {
  max-height: calc(100vh - 187px + 34px);
  overflow-y: auto;
}

/* .input.form-field:has(.phoneCode) {
  position: relative;
}
.input.form-field:has(.phoneCode) input {
  padding-left: 70px;
} */

/* .phoneCode {
  position: absolute;
  left: 0;
  padding: 18px 25px;
} */

/* @media screen and (max-width: 991px) {
  .input.form-field:has(.phoneCode) input {
    padding-left: 50px;
  }

  .phoneCode {
    padding: 13px 14px;
    font-size: 14px;
  }
} */

.img-box-category {
  height: 263px;
  width: 263px;
  object-fit: cover;
}

.img-box-product-cover {
  height: 315px;
  width: 315px;
  object-fit: contain;
}

.img-box-product-additional {
  width: 100px;
  object-fit: cover;
}

.img-box-blog-cover {
  width: 870px;
  height: 722px;
  object-fit: cover;
}
.img-box-image-text {

}
.variations-wrapper {
  display: flex;
  flex-direction: column;
}

.sticky-banner .sticky-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-banner .sticky-content .sticky-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sticky-banner-wrapper.small .sticky-banner a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
  padding-right: 60px;
}

.sticky-banner-wrapper.small .sticky-banner .inner-content {
  display: flex;
  flex-direction: column;
}

.sticky-banner-wrapper.main .sticky-banner a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.sticky-banner-wrapper.main .close-btn {
  z-index: 202020;
}

.collections-sugestions .img-wrapper {
  cursor: pointer;
}
