/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \**********************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Roboto";
  src: url(623ca05fafc7da75bbda.eot);
  src: url(623ca05fafc7da75bbda.eot?#iefix) format("embedded-opentype"), url(8e9578cce5d551036e41.woff2) format("woff2"), url(f0d90e318539ac6b3163.woff) format("woff"), url(41dfe6580b5f535172a4.ttf) format("truetype"), url(7697b1251b4fe8a43ef4.svg#Roboto-Thin) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(47cde7478a9194f67bf2.eot);
  src: url(47cde7478a9194f67bf2.eot?#iefix) format("embedded-opentype"), url(4ca616225439b353c722.woff2) format("woff2"), url(70924f62fe8d7a65bed9.woff) format("woff"), url(a8471e081e7830b7ea3c.ttf) format("truetype"), url(72738703fd213a2f657d.svg#Roboto-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(96b07eac91ab7f92dcc8.eot);
  src: url(96b07eac91ab7f92dcc8.eot?#iefix) format("embedded-opentype"), url(9d43b86421e004e704b9.woff2) format("woff2"), url(fc59086178dfa5efd13c.woff) format("woff"), url(8f34309503537c40b637.ttf) format("truetype"), url(342175c0f9c6fd3a01e9.svg#Roboto-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(dde93630705577900118.eot);
  src: url(dde93630705577900118.eot?#iefix) format("embedded-opentype"), url(57b8a81c7519e4d6b555.woff2) format("woff2"), url(a64ee4a0ac9be25e36ce.woff) format("woff"), url(434628e39ba260814efc.ttf) format("truetype"), url(20a5d850870a68f6fc80.svg#Roboto-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(1c9a7a6a8bf6a9cf7435.eot);
  src: url(1c9a7a6a8bf6a9cf7435.eot?#iefix) format("embedded-opentype"), url(b21da07c934a28b2fef3.woff2) format("woff2"), url(06a1a6d957f407fafb71.woff) format("woff"), url(cc7bfa17e7660e0bf1d7.ttf) format("truetype"), url(421623b655b454b81dfb.svg#Roboto-Bold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(942c359a4bb2185c8476.eot);
  src: url(942c359a4bb2185c8476.eot?#iefix) format("embedded-opentype"), url(cd5a79c185e92ebe6b94.woff2) format("woff2"), url(dc3c4cdbf6e00fd3181b.woff) format("woff"), url(471d6a19bd50af59fdb1.ttf) format("truetype"), url(a075d40ea3c956187d6b.svg#Roboto-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --black: #1b1b1b;
  --white: #ffffff;
  --gray: #747474;
  --light-gray: #eaeaea;
  --primary-color: #000000;
  --secondary-color: #86867f;
  --input-border-color: #dddddd;
  --input-border-color-focus: #747474;
  --input-placeholder-color: #747474;
  --footer-background-color: #eaeaea;
  --promo-bar-background-color: #eaeaea;
  --primary-font: "Roboto";
  --secondary-font: "Roboto";
  --header-1: 2.4rem;
  --header-2: 1.8rem;
  --header-3: 1.6rem;
  --header-4: 1.4rem;
  --banner-title: 3rem;
  --hero-title: clamp(3rem, 2.6042vw, 5rem);
  --text: 1.4rem;
  --text-small: 1.2rem;
  --text-large: 1.6rem;
  --btn-font: 1.4rem;
  --input-font: 1.6rem;
  --modal-title: clamp(2.4rem, 1.8229vw, 3.5rem);
  --input-border-radius: 0px;
  --button-border-radius: 0px;
  --side-padding: 30px;
  --side-padding-header: 30px;
  --side-padding-footer: 30px;
  --side-padding-checkout: clamp(30px, 4.1667vw, 80px);
}

/*========================================================*/
/* Colors */
/*========================================================*/
/*========================================================*/
/* Fonts */
/*========================================================*/
/*========================================================*/
/* Layout */
/*========================================================*/
/*========================================================*/
/* Breakpoints */
/*========================================================*/
/*========================================================*/
/* Responsive Variables */
/*========================================================*/
@media (max-width: 1024px) {
  :root {
    --side-padding-footer: 15px;
  }
}
@media (max-width: 660px) {
  :root {
    --input-font: 1.4rem;
  }
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.extra-bold {
  font-weight: 900;
}

.primary {
  color: var(--primary-color);
}

.black {
  color: var(--black);
}

.white {
  color: var(--white);
}

.gray {
  color: var(--gray);
}

.text-left {
  text-align: left;
}

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

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

.header-1 {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--header-1);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2;
  margin: 0 0 15px;
}

.header-2 {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--header-2);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 0 0 15px;
}

.header-3 {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--header-3);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin: 0 0 15px;
}

.header-4 {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--header-4);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin: 0 0 15px;
}

.hero-title {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--hero-title);
  font-weight: 600;
  color: inherit;
  line-height: 1.2;
  margin: 0 auto 20px;
}

.banner-title {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--banner-title);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 20px;
}

p,
.text {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--text);
  line-height: 1.8;
  margin: 0 0 10px;
}

.text-small {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--text-small);
  line-height: 1.8;
  margin: 0 0 10px;
}

.text-large {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--text-large);
  line-height: 1.8;
  margin: 0 0 10px;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea,
select,
label.control-label,
input[type=text].form-control,
input[type=password].form-control,
input[type=tel].form-control,
input[type=email].form-control,
textarea.form-control,
select.form-control,
.radio label,
.checkbox label,
label.control-label {
  font-size: var(--input-font);
  font-weight: 400;
  color: var(--primary-color);
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea,
select,
input[type=text].form-control,
input[type=password].form-control,
input[type=tel].form-control,
input[type=email].form-control,
textarea.form-control,
select.form-control {
  border: 1px solid var(--input-border-color);
  padding: 15px;
  height: unset;
  line-height: 1.5;
  background-color: transparent;
  box-shadow: none;
  border-radius: var(--input-border-radius);
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder,
input[type=text].form-control::placeholder,
input[type=password].form-control::placeholder,
input[type=tel].form-control::placeholder,
input[type=email].form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder {
  color: var(--input-placeholder-color);
  font-weight: 300;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus,
input[type=text].form-control:focus,
input[type=password].form-control:focus,
input[type=tel].form-control:focus,
input[type=email].form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border: 1px solid var(--input-border-color-focus);
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input[type=text].form-control:-webkit-autofill,
input[type=text].form-control:-webkit-autofill:hover,
input[type=text].form-control:-webkit-autofill:focus,
input[type=password].form-control:-webkit-autofill,
input[type=password].form-control:-webkit-autofill:hover,
input[type=password].form-control:-webkit-autofill:focus,
input[type=tel].form-control:-webkit-autofill,
input[type=tel].form-control:-webkit-autofill:hover,
input[type=tel].form-control:-webkit-autofill:focus,
input[type=email].form-control:-webkit-autofill,
input[type=email].form-control:-webkit-autofill:hover,
input[type=email].form-control:-webkit-autofill:focus,
textarea.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill:hover,
textarea.form-control:-webkit-autofill:focus,
select.form-control:-webkit-autofill,
select.form-control:-webkit-autofill:hover,
select.form-control:-webkit-autofill:focus {
  border: 1px solid var(--primary-color);
  -webkit-text-fill-color: var(--primary-color);
  box-shadow: 0 0 0px 1000px var(--input-border-color) inset;
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.modal-open {
  overflow: hidden;
}

.modal-title {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--modal-title);
  font-weight: 600;
}

.modal-body {
  padding: clamp(15px, 2.0833vw, 40px);
}
.modal-body h2,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--header-1);
  font-weight: 500;
}

.modal-header {
  position: relative;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}

.modal-content {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

/*========================================================*/
/* Reset */
/*========================================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

::selection {
  background: var(--black);
  color: var(--white);
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font), sans-serif;
  font-size: var(--text);
  color: var(--black);
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body.cart-is-open {
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: unset;
  color: var(--black);
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

img,
picture {
  display: block;
  max-width: 100%;
  border: none;
}

svg {
  display: inline-block;
}

/*========================================================*/
/* Layout*/
/*========================================================*/
.flex-row {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.float-right {
  float: right;
}

.side-padding {
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.p0 {
  padding: 0;
}

.mobile-account-items {
  display: none;
}

/*========================================================*/
/*** Default Elements ***/
/*========================================================*/
.btn-default {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  font-size: var(--btn-font);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--white);
  background-color: var(--black);
  border: 1px solid var(--black);
  border-radius: var(--button-border-radius);
  background-image: none;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.8;
  transition: ease 0.3s;
  min-height: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-default:hover {
  color: var(--black);
  background-color: transparent;
  border-color: var(--black);
}
.btn-default.reverse {
  color: var(--white);
  background-color: var(--black);
}
.btn-default.reverse:hover {
  background-color: transparent;
  color: var(--black);
}
.btn-default.active {
  color: var(--white);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-default.active:hover {
  background-color: transparent;
  color: var(--black);
}
.btn-default.medium-button {
  max-width: 250px;
}

.alert {
  margin: 15px;
}

.alert-success {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
  font-size: var(--text);
  border-radius: 0;
  text-align: center;
}

.alert {
  margin: 15px;
}

.btn-primary,
.btn-info {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}
.btn-primary:hover,
.btn-info:hover {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}

/*========================================================*/
/* Header style_m */
/*========================================================*/
#main-header {
  padding: 30px 30px 0;
  justify-content: space-between;
  align-items: center;
}
#main-header .account-items {
  flex-basis: 40%;
}
#main-header .account-items a:not(.language-switcher) {
  color: var(--primary-color);
  margin-right: 1.823vw;
  align-items: center;
}
#main-header .account-items a .text {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  text-transform: lowercase;
}
#main-header .main-logo {
  flex-basis: 20%;
  align-self: center;
}
#main-header .main-logo .logo-icon svg {
  margin: 0 auto;
  display: block;
  width: 277px;
  height: 34px;
}

.shortcuts-items {
  flex-basis: 40%;
}
.shortcuts-items #search {
  max-width: 280px;
  width: 100%;
  margin: 0 2.604vw;
}
.shortcuts-items #search .form-control {
  font-size: 1.3rem;
  border: none;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shortcuts-items #search .form-control::-webkit-input-placeholder {
  line-height: 3.2;
}
.shortcuts-items #search .form-control::-moz-placeholder {
  line-height: 3.2;
}
.shortcuts-items #search .form-control:-ms-input-placeholder {
  line-height: 3.2;
}
.shortcuts-items #search .form-control:-moz-placeholder {
  line-height: 3.2;
}
.shortcuts-items #search .search-btn {
  background: transparent;
  border: none;
}
.shortcuts-items #search .search-btn .search-icon {
  display: inline-block;
  width: 17px;
  height: 19px;
  position: relative;
  top: 4px;
}
.shortcuts-items #search .search-btn .search-icon svg {
  display: inline-block;
  width: 17px;
  height: 19px;
}
.shortcuts-items #search #d_ajax_search_results {
  position: absolute;
  top: 45px;
  z-index: 9;
  background: #fff;
  padding: 15px;
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 10px 7px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 7px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 7px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .shortcuts-items #search #d_ajax_search_results {
    width: 100%;
  }
}
.shortcuts-items #search #d_ajax_search_results .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shortcuts-items #search #d_ajax_search_results .row div:first-child {
  flex-basis: 20%;
}
.shortcuts-items #search #d_ajax_search_results .row div:first-child img {
  border: none;
  background-color: transparent;
}
.shortcuts-items #search #d_ajax_search_results .row div:nth-child(2) {
  flex-basis: 60%;
}
.shortcuts-items #search #d_ajax_search_results .row div:nth-child(3) {
  flex-basis: 20%;
}
.shortcuts-items #search #d_ajax_search_results .row.result-link {
  position: relative;
  padding: 0;
  margin: 15px 0;
  color: var(--primary-color);
  font-size: 1.1rem;
  line-height: initial;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shortcuts-items #search #d_ajax_search_results .row.result-link:hover {
  background-color: var(--light-gray);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shortcuts-items #search #d_ajax_search_results .row.result-link:hover div:first-child img {
  mix-blend-mode: darken;
}
.shortcuts-items #search #d_ajax_search_results span.where-find {
  display: none;
}
.shortcuts-items #search #d_ajax_search_results .all_results {
  display: flex;
  width: 100%;
  clear: both;
  font-size: 1.3rem;
  line-height: initial;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: var(--primary-color);
  padding: 7px 15px;
}

.account-icon {
  display: inline-block;
  width: 20px;
  height: 19px;
}
.account-icon svg {
  display: inline-block;
  width: 20px;
  height: 19px;
}

.wishlist-icon {
  width: 21px;
  height: 19px;
}
.wishlist-icon svg {
  display: inline-block;
  width: 21px;
  height: 19px;
}

.language-switcher .btn-group {
  position: relative;
}
.language-switcher .btn-group button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  text-transform: lowercase;
  text-align: right;
  padding-right: 10px;
}
.language-switcher .btn-group button .fa {
  position: absolute;
  top: 0;
  right: 0;
}
.language-switcher .btn-group .dropdown-menu {
  min-width: 35px;
  left: unset;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.language-switcher .btn-group .dropdown-menu button {
  color: var(--primary-color);
}
.language-switcher .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*cart*/
.shortcuts-items {
  justify-content: flex-end;
}
.shortcuts-items #cart {
  max-width: 50px;
  width: 100%;
  margin: 0;
  text-align: right;
  position: relative;
}
.shortcuts-items #cart .cart-btn {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 34px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.shortcuts-items #cart .cart-btn .cart-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url(f6b6cf6946af253bfe21.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.shortcuts-items #cart .cart-btn #cart-total {
  font-size: 1.3rem;
  color: #fff;
  width: 24px;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 8px;
  font-weight: 800;
  padding-top: 2px;
  background-color: #000;
  border-radius: 50%;
  height: 24px;
}

@media (max-width: 1024px) {
  /*header*/
  .logo-icon,
  .logo-icon svg {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 991px) {
  /*search*/
  body:not(.checkout-container) {
    padding-top: 50px;
  }
  /*header*/
  #main-header {
    align-items: flex-start;
    position: fixed;
    padding: 15px;
    width: 100%;
    top: 0;
    background: white;
    z-index: 999;
    min-height: 50px;
  }
  #main-header .header-mobile-menu {
    flex-basis: 33.3333333%;
  }
  #main-header .main-logo {
    flex-basis: 33.3333333%;
  }
  #main-header .main-logo #logo {
    margin-bottom: 0;
  }
  #main-header .main-logo #logo a img {
    max-width: 148px;
    width: 100%;
    margin: 0 auto;
  }
  #main-header .alert-dismissable .close, #main-header .alert-dismissible .close {
    top: -30px;
    right: -7px;
  }
  .shortcuts-items.mobile {
    flex-basis: 33.3333333%;
  }
  .shortcuts-items.mobile #cart {
    float: right;
  }
  .shortcuts-items.mobile #cart .cart-btn {
    top: -5px;
  }
  .shortcuts-items.mobile #search {
    margin: 0 auto;
    max-width: unset;
    position: relative;
  }
  .shortcuts-items.mobile #search .input-group-btn {
    position: absolute;
    right: 30px;
    top: 5px;
  }
  .shortcuts-items.mobile #search .form-control {
    border-top: 1px solid #000;
    padding: 0 35px 0 15px;
    min-height: 45px;
  }
}
footer {
  margin-top: 40px;
  background-color: var(--footer-background-color);
  color: var(--primary-color);
}
footer .header-2 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  footer .header-2 {
    margin-bottom: 15px;
  }
}
footer .footer-container {
  padding: clamp(30px, 3.6458vw, 70px) var(--side-padding-footer) 25px;
}
footer .footer-wrapper {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
footer .footer-menus-wrapper > div {
  flex: 1;
}
@media (max-width: 1280px) {
  footer .footer-menus-wrapper > div {
    flex: unset;
    max-width: unset;
  }
  footer .footer-menus-wrapper > div:not(:last-child) {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-menus-wrapper > div:not(:last-child) {
    width: 100%;
    margin: auto;
  }
  footer .footer-menus-wrapper > div:last-child {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .footer-menus-wrapper {
    flex-wrap: wrap;
  }
  footer .footer-menus-wrapper .footer-newsletter {
    order: 1;
  }
  footer .footer-menus-wrapper .footer-menu {
    order: 2;
  }
  footer .footer-menus-wrapper .footer-information {
    order: 3;
  }
  footer .footer-menus-wrapper .footer-social {
    order: 4;
  }
  footer .footer-menus-wrapper .footer-title + .footer-links {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.2s ease, opacity 0.3s ease 0.4s;
  }
  footer .footer-menus-wrapper .footer-title.open + .footer-links {
    margin-top: 15px;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.6s ease, opacity 0.2s ease 0.2s;
  }
  footer .footer-menus-wrapper .footer-title {
    position: relative;
  }
  footer .footer-menus-wrapper:not(.footer-newsletter) .footer-title {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary-color);
  }
  footer .footer-menus-wrapper:not(.footer-newsletter) .footer-title::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url(6630a9923bd723095be2.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  footer .footer-menus-wrapper:not(.footer-newsletter) .footer-title.open:after {
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s ease;
  }
}
footer .footer-newsletter .newsletter-promo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-newsletter .newsletter-promo {
    margin-bottom: 10px;
  }
}
footer .footer-newsletter .newsletter-wrapper {
  position: relative;
  border: 1px solid var(--primary-color);
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  footer .footer-newsletter .newsletter-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .footer-newsletter .newsletter-form {
    margin: 0 auto 25px;
    text-align: center;
  }
}
footer .footer-newsletter .newsletter-wrapper input[type=text] {
  position: relative;
  width: 100%;
  border: none;
  color: var(--primary-color);
  padding: 8px 60px 8px 20px;
  height: 46px;
}
footer .footer-newsletter .newsletter-subscribe-btn {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: var(--primary-color);
  padding: 15px 20px;
}
footer .footer-newsletter .newsletter-submit-arrow svg,
footer .footer-newsletter .newsletter-submit-arrow {
  display: block;
  width: 7px;
  height: 12px;
}
footer .footer-separator {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--footer-background-color);
  filter: brightness(85%);
  margin: 40px 0;
}
@media (max-width: 991px) {
  footer .footer-separator {
    margin: 20px 0;
  }
}
footer .eight8-logo {
  display: inline-block;
  width: 100%;
  max-width: 35px;
  position: relative;
  top: 2px;
}
footer .payment-cards li {
  margin: 0 15px;
}
footer .payment-cards li:first-child {
  margin-left: 0;
}
footer .payment-cards li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer .payment-cards li {
    margin: 0 10px;
  }
}
footer .payment-cards span {
  display: block;
  width: 100%;
}
footer .payment-cards span.paypal-icon {
  max-width: 70px;
}
footer .payment-cards span.visa-icon {
  max-width: 50px;
}
footer .payment-cards span.mastercard-icon {
  max-width: 35px;
}
footer .payment-cards span.gpay-icon {
  max-width: 50px;
}
footer .payment-cards span.applepay-icon {
  max-width: 50px;
}
footer .payment-cards svg {
  width: 100%;
}
footer .credits-container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .credits-container {
    flex-direction: column-reverse;
  }
  footer .credits-container .right {
    margin: 0 0 15px;
  }
}

/*========================================================*/
/*** MINI CART ***/
/*========================================================*/
#cart .dropdown-menu {
  padding: 15px;
  background-color: #fff;
  border: none;
  min-width: 390px;
  right: -30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 10px 7px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 7px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 7px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #cart .dropdown-menu {
    top: 0;
    right: 0;
    left: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    min-width: auto;
    width: 100vw;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
  }
}
#cart .dropdown-menu .close-mini-cart {
  justify-content: flex-end;
  margin-bottom: 30px;
}
#cart .dropdown-menu .close-mini-cart a.close-mini-cart-btn {
  cursor: pointer;
  display: inline-block;
}
#cart .dropdown-menu .close-mini-cart a.close-mini-cart-btn .close-btn-icon {
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 11px;
}
#cart .dropdown-menu .close-mini-cart a.close-mini-cart-btn .close-btn-icon svg {
  display: inline-block;
  width: 11px;
  height: 11px;
}
#cart .dropdown-menu .close-mini-cart a.close-mini-cart-btn .close-btn-icon svg .st0 {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#cart .dropdown-menu .close-mini-cart a.close-mini-cart-btn .close-btn-text {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: initial;
  color: var(--primary-color);
  font-weight: 400;
  letter-spacing: 0.025em;
  top: -2px;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products {
  overflow-y: auto;
  max-height: calc(100vh - 325px);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#cart .dropdown-menu .all-products-w-button .scrollable-products::-webkit-scrollbar {
  width: 5px;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products::-webkit-scrollbar-thumb {
  background: #000;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products .text-center {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products {
  padding-bottom: 20px;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-img {
  flex-basis: 20%;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-img a {
  display: inline-block;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-img a .img-thumbnail {
  border: none;
  padding: 0;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .prd-item {
  flex-basis: 60%;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .prd-item .prd-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.025em;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .prd-item .prd-description, #cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .prd-item .prd-price {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary-color);
  letter-spacing: 0.025em;
  margin: 0;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-remove {
  flex-basis: 20%;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-remove .remove-cart-item {
  border: none;
  background-color: transparent;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-remove .remove-cart-item .delete-icon {
  display: block;
  width: 9px;
  height: 9px;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-remove .remove-cart-item .delete-icon svg {
  display: block;
  width: 9px;
  height: 9px;
}
#cart .dropdown-menu .all-products-w-button .scrollable-products li .mini-cart-products .product-remove .remove-cart-item .delete-icon svg .st0 {
  fill: none;
  stroke: #8c8c8c;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#cart .dropdown-menu .all-products-w-button .mobile-bottom-cart {
  padding-top: 20px;
}
@media (max-width: 991px) {
  #cart .dropdown-menu .all-products-w-button .mobile-bottom-cart {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
}
#cart .dropdown-menu .all-products-w-button .mobile-bottom-cart .mini-cart-total {
  width: 100%;
}
#cart .dropdown-menu .all-products-w-button .mobile-bottom-cart .mini-cart-total .col-total {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.022em;
  background-color: #e4e4e4;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  padding: 25px;
  margin-bottom: 15px;
}
#cart .dropdown-menu .all-products-w-button .mobile-bottom-cart .mini-cart-total .col-total:nth-child(2) {
  display: none;
}
#cart .dropdown-menu .all-products-w-button .mobile-bottom-cart .mini-cart-checkout {
  width: 100%;
  background-color: var(--primary-color);
}
#cart .dropdown-menu .all-products-w-button .mobile-bottom-cart .mini-cart-checkout a {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  text-transform: uppercase;
}

/*========================================================*/
/* Homepage style_m */
/*========================================================*/
/*home categories*/
.home-categories-container {
  margin: 75px auto;
}

.categories-wrapper.flex-row {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.categories-wrapper .category-item {
  position: relative;
}

.categories-wrapper .category-item a {
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 70px;
}

.categories-wrapper .category-item:first-child {
  margin-right: 15px;
}

.categories-wrapper .category-item:last-child {
  margin-left: 15px;
}

.categories-wrapper .category-item .category-info {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 30px 25px 25px;
  background-color: rgb(255, 255, 255);
  width: calc(100% - 8.333vw);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.categories-wrapper .category-item a:hover .category-info {
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.categories-wrapper .category-item .title {
  justify-content: space-between;
  align-items: center;
}

.categories-wrapper .category-item .title h3 {
  max-width: calc(100% - 120px);
}

.categories-wrapper .category-item .title .category-btn {
  font-size: 1.4rem;
  font-weight: 600;
}

.categories-wrapper .category-item .title .category-btn:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #000;
  position: relative;
  bottom: -3px;
}

/*home carousel tabs*/
.carousel-container {
  margin: 100px auto;
  padding: 0 30px;
}

.carousel-container .nav-tabs {
  text-align: center;
  border-bottom: none;
  margin-bottom: 30px;
}

.carousel-container .nav-tabs > li {
  float: unset;
  display: inline-block;
}

.carousel-container .nav-tabs > li a {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  border: none;
  padding: 10px 25px;
  margin: 0;
}

.carousel-container .nav-tabs > li.active a {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
  color: #000;
  border: none;
}

.carousel-container .nav-tabs > li a:focus,
.carousel-container .nav-tabs > li a:hover {
  background-color: transparent;
}

.carousel-container .nav-tabs > li.active a:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #000;
  position: relative;
  bottom: -3px;
}

/*carousel slick dots*/
.carousel-container .tab-content .tab-pane {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.carousel-container .tab-content .tab-pane.active {
  height: auto;
}

.carousel-container .tab-content .tab-pane .carousel-wrapper {
  position: relative;
  padding-bottom: 55px;
}

.carousel-container .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel-container .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.carousel-container .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 0;
  background-color: #c8c8c9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
}

.carousel-container .slick-dots li.slick-active button {
  background-color: #000;
}

/*carousel slick arrows */
.carousel-arrows {
  display: none;
}

.show-slider-nav + .carousel-arrows {
  display: block;
}

.carousel-container .carousel-arrows {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 190px;
  width: 100%;
}

.carousel-container .carousel-arrows .arrow,
.carousel-container .carousel-arrows .arrow svg {
  display: block;
  width: 30px;
  height: 9px;
  cursor: pointer;
}

.carousel-container .carousel-arrows .arrow {
  position: absolute;
}

.carousel-container .carousel-arrows .arrow.next {
  right: 0;
}

/*home more categories*/
.more-category-wrapper.flex-row {
  justify-content: center;
}

.home-more-categories {
  padding: 0 15px;
  padding-bottom: 40px;
}

.home-more-categories h2 {
  margin-bottom: 50px;
}

.home-more-categories .category-item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.more-category-wrapper .category-item {
  position: relative;
  margin: 0 15px;
}

.more-category-wrapper .category-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 30px;
  width: 100%;
  z-index: 1;
}

.more-category-btn {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 15px 25px;
  position: relative;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-item a:hover .more-category-btn {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.more-category-wrapper .category-item img {
  align-self: center;
}

@media (max-width: 1366px) {
  /*homepage*/
  .more-category-wrapper .category-info {
    padding: 20px;
  }
  .more-category-wrapper .category-info h3 {
    font-size: 2.5rem;
  }
  .more-category-btn {
    padding: 10px 20px;
  }
  .carousel-container .nav-tabs > li.active a {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  /*homepage*/
  .home-categories-container {
    margin: 25px auto 75px;
  }
  .categories-wrapper .category-item .category-info {
    width: calc(100% - 3.333vw);
    padding: 20px;
  }
  .more-category-wrapper.flex-row {
    flex-wrap: wrap;
  }
  .more-category-wrapper .category-item {
    margin-bottom: 30px;
    width: calc(50% - 30px);
  }
  .more-category-wrapper .category-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  /*homepage*/
  .home-categories-container {
    margin-bottom: 55px;
  }
  .categories-wrapper .category-item .title h3 {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /*homepage*/
  .categories-wrapper.flex-row {
    flex-direction: column;
    padding: 0 15px;
  }
  .home-categories-container {
    margin-bottom: 35px;
  }
  .categories-wrapper .category-item:first-child,
  .categories-wrapper .category-item:last-child {
    margin: 0 auto;
  }
  .categories-wrapper .category-item + .category-item {
    margin-top: 15px;
  }
  .categories-wrapper .category-item .category-info {
    width: calc(100% - 15vw);
    padding: 10px;
    text-align: center;
  }
  .categories-wrapper .category-item .title h3 {
    margin: 5px auto;
  }
  .categories-wrapper .category-item .title {
    flex-direction: column;
  }
  .home-more-categories {
    padding-bottom: 0;
  }
  .home-more-categories h2 {
    font-size: 2rem;
  }
  .more-category-wrapper .category-item {
    width: calc(50% - 30px);
    margin: 0 auto 15px;
  }
  .carousel-container .nav-tabs > li.active a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
@media (max-width: 660px) {
  /*homepage*/
  .carousel-container {
    margin-top: 20px;
    padding: 0 15px;
  }
  .carousel-container .nav-tabs {
    margin-bottom: 20px;
  }
  .carousel-container .nav-tabs > li a {
    font-size: 1.5rem;
    padding: 10px;
  }
  .carousel-container .nav-tabs > li.active a {
    font-size: 1.6rem;
  }
  .espa-container {
    display: none !important;
  }
}
.espa-image {
  width: 384px;
  height: auto;
  z-index: 999999;
}

.espa-container {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

/*========================================================*/
/*** LOGIN ***/
/*========================================================*/
@media (max-width: 991px) {
  #account-login {
    width: 100%;
  }
}
#account-login .breadcrumb {
  display: none;
}
#account-login #content {
  padding-top: clamp(50px, 5.2083vw, 100px);
}
#account-login .well {
  padding: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#account-login .well.new-customer-form:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #account-login .well.new-customer-form:before {
    content: none;
  }
}
@media (max-width: 767px) {
  #account-login .well {
    padding: 10px;
  }
}
#account-login .register-btn {
  max-width: 200px;
  margin: 25px auto 0;
}
#account-login .forgotten-pass {
  margin-top: 5px;
}

/*========================================================*/
/*** SOCIAL LOGIN ***/
/*========================================================*/
#d_social_login {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto clamp(30px, 2.6042vw, 50px) auto;
}
#d_social_login .d-social-login__button {
  display: block;
  width: 100%;
  color: var(--white);
  text-decoration: none;
}
#d_social_login .d-social-login__button .d-social-login__button__icon {
  max-width: 100%;
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 45px;
}
#d_social_login .d-social-login__button .d-social-login__button__icon img {
  max-width: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#d_social_login .d-social-login__button.d-social-login__button--facebook .d-social-login__button__icon img {
  max-width: 10px;
}
#d_social_login .d-social-login__button.d-social-login__button--google span.d-social-login__button__icon img {
  max-width: 25px;
}

/*========================================================*/
/*** REST ACCOUNT PAGES ***/
/*========================================================*/
.common-account {
  padding: clamp(50px, 5.2083vw, 100px) 15px;
  float: none;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.common-account.large-container {
  max-width: 900px;
}
.common-account .breadcrumb {
  display: none;
}
.common-account legend {
  font-size: var(--text);
  font-weight: 500;
  border-bottom: none;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.common-account .terms {
  margin: 0 0 15px;
}
.common-account ul > li > a {
  line-height: 2.5;
  text-decoration: none;
}
.common-account .btn-default {
  text-decoration: none !important;
}
.common-account .col-sm-2.control-label {
  display: none;
}
.common-account .default-address,
.common-account .is-opened {
  display: block !important;
  text-align: left;
  width: 100%;
}
.common-account .buttons {
  margin-top: 15px;
}
.common-account .col-sm-10 {
  display: block;
  width: 100%;
}
.common-account .table-bordered > tbody > tr > td,
.common-account .table-bordered > tbody > tr > th,
.common-account .table-bordered > tfoot > tr > td,
.common-account .table-bordered > tfoot > tr > th,
.common-account .table-bordered > thead > tr > td,
.common-account .table-bordered > thead > tr > th {
  border: none;
  border-bottom: 1px solid var(--input-border-color);
  padding: 20px 15px;
}
.common-account td.text-left a {
  color: #000;
  text-decoration: none;
}
.common-account td.text-right > a {
  text-decoration: none;
}
.common-account .add-to-cart-icon svg,
.common-account .add-to-cart-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.common-account .remove-item-icon svg .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.common-account .remove-item-icon svg,
.common-account .remove-item-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.common-account thead > tr > td {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.common-account tbody > tr > td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
.common-account .table-hover > tbody > tr {
  opacity: 0.7;
  background-color: transparent;
}
.common-account .table-hover > tbody > tr:hover {
  opacity: 1;
}
.common-account td.text-right > a.edit-address-btn,
.common-account td.text-right > a.remove-address-btn,
.common-account td.text-right > a.btn-view-item {
  font-size: 1.1rem;
  line-height: initial;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #000;
  border: none;
  border-radius: 0;
  background-image: none;
  text-transform: uppercase;
  text-decoration: underline;
}
.common-account.account-voucher .col-sm-2.control-label {
  display: block;
  width: 100%;
  text-align: left;
}

.container.common-account.small-container {
  max-width: 500px;
}

.input-group.date button.btn.btn-default {
  padding: 9px 20px;
}

label.col-sm-3.control-label.newsletter-text,
label.col-sm-4.control-label.newsletter-text {
  text-align: left;
}

.form-group .custom-field {
  display: none;
}

.checkout-container #main-header,
.checkout-container #search {
  display: none;
}
.checkout-container #d_logo {
  padding: clamp(15px, 2.6042vw, 50px) var(--side-padding-header);
}
.checkout-container #d_logo a {
  display: inline-block;
  margin: 0 auto;
}
.checkout-container .checkout-header {
  margin: 0 0 clamp(25px, 5.2083vw, 100px);
  padding: 0 var(--side-padding-header);
}
.checkout-container .header-2 {
  margin: 0;
}
.checkout-container a {
  color: var(--primary-color);
  text-decoration: underline;
}
.checkout-container .guest-login-register {
  display: flex;
}
.checkout-container .guest-login-register .btn-group {
  flex-basis: 33.333333%;
}
@media (max-width: 660px) {
  .checkout-container .guest-login-register .btn-group:nth-child(1), .checkout-container .guest-login-register .btn-group:nth-child(2) {
    flex-basis: 50%;
    margin: 0 0 5px;
  }
  .checkout-container .guest-login-register .btn-group:nth-child(3) {
    flex-basis: 100%;
  }
}
.checkout-container .checkout-left {
  border-right: 1px solid var(--input-border-color);
  padding-right: var(--side-padding-checkout);
}
@media (max-width: 991px) {
  .checkout-container .checkout-left {
    border-right: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.checkout-container .checkout-right {
  padding-left: var(--side-padding-checkout);
}
@media (max-width: 991px) {
  .checkout-container .checkout-right {
    padding-right: 0;
    padding-left: 0;
  }
}
.checkout-container #d_quickcheckout {
  padding: 0 var(--side-padding-checkout) clamp(25px, 5.2083vw, 100px);
  max-width: 1800px;
  width: 100%;
}
.checkout-container .form-horizontal .radio,
.checkout-container .form-horizontal .checkbox,
.checkout-container .form-horizontal .radio-inline,
.checkout-container .form-horizontal .checkbox-inline {
  padding-top: 0;
}
@media (max-width: 767px) {
  .checkout-container .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
  }
}
.checkout-container .well {
  box-shadow: none;
}
.checkout-container #qc_confirm_order {
  padding: 20px 15px;
}
.checkout-container #qc_confirm_order:disabled {
  color: var(--input-border-color);
  background-color: var(--white);
  border-color: var(--input-border-color);
  transition: all linear 0.3s;
}
@media (max-width: 660px) {
  .checkout-container #qc_confirm_order {
    padding: 15px;
  }
}
.checkout-container .text-danger {
  margin: 0 !important;
}
.checkout-container button.decrease, .checkout-container button.increase {
  display: none;
}
.checkout-container button.delete {
  background-color: unset;
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  border-color: unset;
}
.checkout-container .panel {
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .checkout-container .panel {
    margin-bottom: 0;
  }
}
.checkout-container .panel .panel-body {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .checkout-container .panel .panel-body {
    padding: 10px;
  }
}
.checkout-container .panel .panel-heading {
  background-color: unset;
  border-radius: 0;
  border: none;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .checkout-container .panel .panel-heading {
    padding: 10px 10px 0 10px;
  }
}
.checkout-container #payment_address_heading_heading > i {
  display: none;
}
.checkout-container .btn {
  box-shadow: none !important;
  text-shadow: none !important;
}
.checkout-container #login_view .guest-login-register {
  display: flex;
  flex-wrap: wrap;
}
.checkout-container #cart_view .qc-name a {
  text-decoration: none;
}
.checkout-container #cart_view .table,
.checkout-container #cart_view .table td {
  border: none;
}
@media (max-width: 660px) {
  .checkout-container #cart_view .table,
  .checkout-container #cart_view .table td {
    font-size: 1.2rem;
  }
}
.checkout-container #cart_view .table thead {
  border-bottom: 1px solid var(--input-border-color);
}
.checkout-container #cart_view .qc-coupon {
  margin: 0 0 30px;
}
.checkout-container #cart_view .qc-coupon .col-sm-12 {
  padding: 0;
}
.checkout-container #cart_view .qc-coupon #coupon,
.checkout-container #cart_view .qc-coupon #confirm_coupon {
  height: 40px;
}
.checkout-container #cart_view .qc-coupon #coupon {
  width: 100%;
  min-height: 35px;
  padding: 5px 15px;
}
.checkout-container #cart_view .qc-coupon #confirm_coupon {
  display: block;
  max-width: 135px;
  width: 100%;
  padding: 5px 20px;
  height: 40px;
}
.checkout-container #cart_view .qc-totals label {
  text-align: left !important;
  font-weight: 600;
  padding: 5px 0;
}
.checkout-container #cart_view .qc-totals .row {
  margin: 0;
  font-size: var(--header-3);
  text-align: right;
  border-bottom: 1px solid var(--input-border-color);
  padding: 10px 0;
}
.checkout-container #cart_view .qc-totals .row:last-child {
  border: 0;
  margin-top: 0;
}
.checkout-container #cart_view .qc-product-qantity {
  max-width: 50px;
  min-height: 35px;
  padding: 5px;
}
.checkout-container #cart_view .qc-quantity {
  width: 20%;
}
.checkout-container #cart_view .qc-checkout-product table.table tbody td {
  vertical-align: middle;
}
.checkout-container #payment_address_form,
.checkout-container #shipping_address_form {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.checkout-container #payment_address_form > div,
.checkout-container #shipping_address_form > div {
  flex-basis: calc(50% + 15px);
}
.checkout-container #payment_address_newsletter_input,
.checkout-container #payment_address_email_input,
.checkout-container #payment_address_email_confirm_input,
.checkout-container #payment_address_company_input,
.checkout-container #payment_address_address_1_input,
.checkout-container #payment_address_city_input,
.checkout-container #payment_address_postcode_input,
.checkout-container #payment_address_customer_group_id_input,
.checkout-container #payment_address_custom_field\.account\.1_input,
.checkout-container #payment_address_shipping_address_input,
.checkout-container #payment_address_agree_input,
.checkout-container #payment_address_heading_heading {
  flex-basis: calc(100% + 30px) !important;
}
.checkout-container #payment_address_customer_group_id_input .col-xs-12:first-child {
  display: none;
}
.checkout-container #confirm_form {
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
.checkout-container #confirm_comment {
  min-height: 140px;
  resize: vertical;
}
.checkout-container #payment_address_newsletter_input label,
.checkout-container #payment_address_shipping_address_input label,
.checkout-container #payment_address_agree_input label,
.checkout-container #payment_address_heading_heading label {
  text-align: left;
}
.checkout-container #payment_address_heading_heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .checkout-container #payment_address_heading_heading {
    margin-bottom: 10px;
  }
}
.checkout-container #login_model {
  top: 50%;
  height: fit-content;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .checkout-container #payment_address_form > div,
  .checkout-container #shipping_address_form > div {
    flex-basis: calc(100% + 30px) !important;
  }
  .checkout-container #payment_address_form > div > div,
  .checkout-container #shipping_address_form > div > div,
  .checkout-container #confirm_comment_input > div,
  .checkout-container #confirm_agree_input > div {
    padding: 0;
  }
  .checkout-container #payment_view {
    padding: 10px;
  }
}

/* cart page */
#checkout-cart .mini-cart-total {
  font-size: 1.4rem;
  text-align: right;
}
#checkout-cart .mini-cart-checkout {
  background-color: transparent;
  justify-content: flex-end;
}
#checkout-cart .mini-cart-checkout a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  align-self: flex-end;
  background-color: var(--primary-color);
  max-width: 250px;
  color: var(--white);
  border: 1px solid var(--primary-color);
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 660px) {
  #checkout-cart .mini-cart-checkout a {
    max-width: 100%;
  }
}
#checkout-cart .mini-cart-checkout a:hover {
  background-color: transparent;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#checkout-cart .cart-page .mini-cart-total {
  display: flex;
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: flex-end;
}
#checkout-cart .cart-page .mini-cart-total .col-total {
  width: 100%;
  max-width: 250px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.022em;
  background-color: #e4e4e4;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  padding: 25px;
  margin-bottom: 15px;
}
@media (max-width: 660px) {
  #checkout-cart .cart-page .mini-cart-total .col-total {
    max-width: 100%;
  }
}
#checkout-cart .cart-page .mini-cart-total .cart-breakdown {
  width: 100%;
  margin-bottom: 10px;
}
#checkout-cart .cart-page ul li {
  border-bottom: 1px solid #ddd;
}
#checkout-cart .cart-page ul li + li {
  margin-top: 10px;
}
#checkout-cart .cart-page ul li .mini-cart-products {
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-img {
  flex-basis: 15%;
}
@media (max-width: 991px) {
  #checkout-cart .cart-page ul li .mini-cart-products .product-img {
    flex-basis: 25%;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .product-img a {
  display: inline-block;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-img a .img-thumbnail {
  border: none;
}
#checkout-cart .cart-page ul li .mini-cart-products .prd-item {
  flex-basis: 55%;
}
@media (max-width: 660px) {
  #checkout-cart .cart-page ul li .mini-cart-products .prd-item {
    flex-basis: 70%;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .prd-item a {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 660px) {
  #checkout-cart .cart-page ul li .mini-cart-products .prd-item a {
    font-size: 1.4rem;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .prd-item .prd-description, #checkout-cart .cart-page ul li .mini-cart-products .prd-item .prd-price {
  margin-bottom: 0;
}
#checkout-cart .cart-page ul li .mini-cart-products .prd-item .product-quantity.mobile-view {
  display: none;
}
@media (max-width: 660px) {
  #checkout-cart .cart-page ul li .mini-cart-products .prd-item .product-quantity.mobile-view {
    display: block;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .product-remove {
  align-self: start;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-remove .remove-cart-item {
  background: transparent;
  border: none;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-remove .remove-cart-item .delete-icon {
  display: block;
  width: 17px;
  height: 17px;
}
@media (max-width: 991px) {
  #checkout-cart .cart-page ul li .mini-cart-products .product-remove .remove-cart-item .delete-icon {
    width: 12px;
    height: 12px;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .product-remove .remove-cart-item .delete-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}
@media (max-width: 991px) {
  #checkout-cart .cart-page ul li .mini-cart-products .product-remove .remove-cart-item .delete-icon svg {
    width: 12px;
    height: 12px;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .product-remove .remove-cart-item .delete-icon svg .st0 {
  fill: none;
  stroke: #8c8c8c;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity {
  flex-basis: 20%;
  margin-right: 15px;
}
@media (max-width: 660px) {
  #checkout-cart .cart-page ul li .mini-cart-products .product-quantity.desktop-view {
    display: none;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field {
  display: block;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity {
  display: flex;
  justify-content: space-between;
  flex-basis: 60%;
}
@media (max-width: 991px) {
  #checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity {
    flex-basis: 100%;
  }
}
@media (max-width: 660px) {
  #checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity {
    max-width: 165px;
    margin-top: 20px;
  }
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity button.btn.btn-primary {
  background: no-repeat;
  color: var(--primary-color);
  border: 0;
  text-shadow: none;
  box-shadow: none;
  padding: 0;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity .quantity-wrapper {
  position: relative;
  width: 100%;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity .quantity-wrapper input.form-control {
  border: 0;
  box-shadow: none;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  text-align: center;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity .quantity-wrapper .quantity-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
}
#checkout-cart .cart-page ul li .mini-cart-products .product-quantity .quantity-input-field .quantity .quantity-wrapper .quantity-nav .quantity-button {
  cursor: pointer;
  padding: 8px 20px;
}
#checkout-cart .product-grid, #checkout-cart .choosegift, #checkout-cart .giftavailable {
  display: none;
}

/*========================================================*/
/*** CATEGORY ***/
/*========================================================*/
.category-container {
  padding: 0 35px;
}

.breadcrumb {
  text-align: center;
  margin: 0;
  padding: 30px 0 15px 0;
  border: none;
  background-color: transparent;
}
.breadcrumb li {
  padding: 0;
}
.breadcrumb li a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  color: #000000;
}
.breadcrumb li::after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 10px;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li + li:before {
  display: none;
}

.flex-row.categories-choices {
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 55px;
}

.category-container .category-info {
  padding-bottom: 35px;
}

.products-block .product-thumb .caption {
  padding: 0 15px 15px;
  min-height: 150px;
}

.products-filters {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.category-grid {
  width: 100%;
  max-width: 1640px;
  margin-left: 10px;
}

.products-block {
  width: 100%;
  display: inline-block;
  margin: 0 -15px;
}

.product-col {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 10px;
  position: relative;
}

span.add-to-wishlist-icon svg .st0 {
  clip-path: url(#SVGID_2_);
  fill: #bcbcbc;
}

span.add-to-wishlist-icon svg,
span.add-to-wishlist-icon {
  display: block;
  width: 21px;
  height: 19px;
}

.product-thumb a.add-to-wishlist {
  display: none;
  width: 21px;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 30px;
}

.product-thumb:hover a.add-to-wishlist {
  display: block;
}

.product-col:nth-child(4n+1) {
  clear: both;
}

.products-block .product-thumb {
  margin-bottom: 60px;
  cursor: pointer;
  position: relative;
  overflow: initial;
}

.product-thumb {
  border: none;
}

.category-info h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.category-info .category-description {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.category-info p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

span.category-separator {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 25px 0 35px;
}

.total-products p {
  font-size: 1.2rem;
  line-height: 3rem;
  color: #747474;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.category-short-by {
  position: relative;
  width: 100%;
  max-width: 220px;
}

.category-short-by .form-group.input-group {
  width: 100%;
  max-width: 220px;
}

.category-short-by label {
  display: none;
}

.category-short-by select#input-sort {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  -webkit-appearance: initial;
  height: unset;
  padding: 15px 25px;
}

span.sort-icon svg .st0 {
  fill: #010101;
}

span.sort-icon,
span.sort-icon svg {
  display: block;
  width: 10px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 9;
}

.caption > .product-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.caption ul.product-available-colors {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption ul.product-available-colors > li {
  display: inline-block;
}

.caption ul.product-available-colors > li:not(last-child) {
  margin-right: 5px;
}

.caption ul.product-available-colors > li img {
  border-radius: 50%;
  max-width: 19px;
}

.product-thumb .price-tax {
  display: none;
}

.flex-row.category-pagination {
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  border: none;
  padding: 12px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.category-pagination span.arrow-left-start {
  display: block;
  content: "";
  background-image: url(a8801661cfc518a5dd82.svg);
  width: 12px;
  height: 12px;
  background-position: center;
}

.category-pagination span.arrow-right-end {
  display: block;
  content: "";
  background-image: url(106378e97e4ed690381f.svg);
  width: 12px;
  height: 12px;
  background-position: center;
}

.category-pagination span.arrow-next {
  display: block;
  content: "";
  background-image: url(4c0e03f461f8385d5abe.svg);
  width: 12px;
  height: 12px;
  background-position: center;
}

.category-pagination span.arrow-prev {
  display: block;
  content: "";
  background-image: url(1b37232305e2c8ccdb84.svg);
  width: 12px;
  height: 12px;
  background-position: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.products-filters .list-group,
.products-filters .swiper-viewport,
.box.bf-check-position .box-heading {
  display: none;
}

.products-filters .box {
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.products-filters .bf-form > .bf-attr-block:first-of-type .bf-attr-header,
.bf-attr-block .bf-attr-header.bf-clickable {
  font-size: 1.6rem;
  line-height: 6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #eaeaea;
  padding: 7px 0;
}

.bf-attr-block .bf-close-btn,
.bf-attr-block .bf-arrow {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}

.bf-cell {
  border-bottom: none !important;
}

.bf-attr-block-cont {
  padding: 0;
}

.bf-attr-filter .bf-cell:first-child {
  display: none;
}

.bf-attr-filter .bf-cell label {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: initial;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.bf-attr-filter .bf-cell label:after {
  display: inline-block;
  content: "";
  width: 0;
  background-color: #000000;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bf-attr-filter .bf-cell label:hover:after {
  width: 100%;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.bf-attr-block .bf-attr-block-cont {
  padding: 10px 0;
}

.products-filters .bf-price-slider-container .bf-slider-range .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #000000;
}

.products-filters .bf-buttonclear-box {
  border: 1px solid #000;
  background-color: #000;
  margin-top: 30px;
}

.products-filters .bf-buttonclear {
  background: none !important;
  background-repeat: no-repeat;
  text-decoration: none;
  padding-left: 0;
  line-height: initial;
  color: transparent;
}

.products-filters .bf-buttonclear:hover {
  background: none !important;
}

.products-filters input[type=reset] {
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-color: #000;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.products-filters .bf-slider-container.ui-slider-horizontal,
.products-filters .bf-slider-range.ui-slider-horizontal {
  height: 3px;
}

.products-filters .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}

.products-filters span.ui-slider-handle.ui-state-default.ui-corner-all {
  left: 0;
  background: #fff !important;
  width: auto !important;
  height: 22px !important;
  border: 1px solid #000 !important;
  border-radius: 8px !important;
  text-align: center;
  padding: 0 4px;
  font-size: 1.1rem;
  top: -11px;
}

.products-filters span.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
  -webkit-transform: translate(-69%, 0);
  -moz-transform: translate(-69%, 0);
  -o-transform: translate(-69%, 0);
  transform: translate(-69%, 0);
}

.bf-price-container.box-content.bf-attr-filter > .bf-cur-symb {
  display: none;
}

.products-filters .bf-cur-symb {
  padding-bottom: 20px;
}

.products-filters input[type=text] {
  border: 1px solid #000000;
}

.product-thumb .price-old {
  font-weight: 400;
  color: #000000;
  margin-left: 0;
}

.product-thumb .price-new {
  font-weight: 800;
  color: #de0000;
  margin-left: 5px;
}

.product-thumb span.discount-percentage {
  font-weight: 400;
  color: #747474;
  margin-left: 5px;
}

.product-thumb .image {
  position: relative;
  padding: 0 10px;
}

.product-thumb .image a.has-thumb {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.product-thumb:hover .image a.has-thumb {
  visibility: visible;
  opacity: 1;
}

.sub-categories {
  width: 100%;
  max-width: 1530px;
  display: inline-block;
  margin: 0 -15px;
}

.sub-categories .sub-category-column {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
}

h4.sub-category-name {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 3.6rem;
}

h4.sub-category-name:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 8px;
  left: 0;
}
@media (max-width: 767px) {
  h4.sub-category-name:after {
    display: none;
  }
}

.sub-categories .sub-category-item {
  width: 100%;
  max-width: 255px;
  text-align: center;
}

.sub-categories .sub-category-item:hover h4.sub-category-name:after {
  width: 100%;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.sub-categories .sub-category-item:hover img {
  opacity: 0.8;
}

.badge {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 37px;
  height: 37px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
}

span.sale_badge {
  background-color: #000;
}

.badge i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.025em;
  margin-top: -1px;
}

span.sale_badge i {
  color: #fff;
}

.bf-cell.bf-cascade-1 {
  background-image: none;
}

@media (max-width: 1366px) {
  /*category*/
  .product-col {
    width: 33.333%;
  }
  .product-col:nth-child(3n+1) {
    clear: both;
  }
  .product-col:nth-child(4n+1) {
    clear: none;
  }
}
@media (max-width: 1140px) {
  .sub-categories .sub-category-column {
    width: 25%;
  }
}
@media (max-width: 991px) {
  /*category*/
  .caption > h4,
  h4.sub-category-name {
    line-height: 1.5;
  }
  .product-col {
    width: 50%;
  }
  .product-col:nth-child(3n+1) {
    clear: none;
  }
  .product-col:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  /*category*/
  .breadcrumb {
    padding: 10px 0;
  }
  .category-container {
    padding: 0 15px;
  }
  .products-block {
    margin: 0 auto;
  }
  .caption > h4 {
    font-size: 1.4rem;
  }
  .category-grid {
    margin-left: 0;
  }
  .sub-categories {
    margin: 0 auto;
  }
  .sub-categories .sub-category-column:nth-child(4n+1) {
    clear: both;
  }
  h4.sub-category-name {
    font-size: 1.2rem;
  }
  span.category-separator {
    margin: 15px 0;
  }
  /*filters*/
  .filters-btn {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    width: calc(50% - 15px);
    border-bottom: 1px solid #000;
    padding-bottom: 9px;
    max-height: 35px;
  }
  .filters-btn:hover,
  .filters-btn:active,
  .filters-btn:focus {
    color: #000;
  }
  .filter-icon,
  .filter-icon svg {
    display: inline-block;
    width: 12px;
    height: 13px;
  }
  .filter-icon svg .st0 {
    fill: #000;
  }
  .filters-btn .text {
    display: inline-block;
    padding-left: 5px;
  }
  .close-filters {
    position: fixed;
    top: 0;
    right: 0;
    height: 22px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
  }
  .close-filters-icon,
  .close-filters-icon svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    float: right;
  }
  .close-filters .filters-icon svg .st0 {
    fill: #000;
  }
  .category-short-by {
    width: calc(50% - 15px);
    max-width: unset;
  }
  .category-short-by .form-group.input-group {
    max-width: unset;
  }
  body.category-filters-open {
    overflow: hidden;
  }
  .products-filters.leftSidebar {
    position: fixed;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: unset;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: left 0.4s ease, background-color 0.1s ease, visibility 0s ease 0.4s, opacity 0s ease 0.4s;
    -moz-transition: left 0.4s ease, background-color 0.1s ease, visibility 0s ease 0.4s, opacity 0s ease 0.4s;
    -o-transition: left 0.4s ease, background-color 0.1s ease, visibility 0s ease 0.4s, opacity 0s ease 0.4s;
    transition: left 0.4s ease, background-color 0.1s ease, visibility 0s ease 0.4s, opacity 0s ease 0.4s;
  }
  .products-filters.leftSidebar.active {
    left: 0;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: left 0.3s ease, background-color 0.3s ease 0.2s;
    -moz-transition: left 0.3s ease, background-color 0.3s ease 0.2s;
    -o-transition: left 0.3s ease, background-color 0.3s ease 0.2s;
    transition: left 0.3s ease, background-color 0.3s ease 0.2s;
  }
  #column-left {
    max-width: 50%;
    padding: 0 20px;
    height: 100vh;
    background-color: #fff;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .products-filters .bf-panel-wrapper {
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding-top: 10px;
  }
  .products-filters .bf-buttonclear-box {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 9;
  }
  .products-filters .bf-form > .bf-attr-block:first-of-type .bf-attr-header,
  .bf-attr-block .bf-attr-header.bf-clickable {
    font-size: 1.4rem;
    line-height: 2;
  }
  .products-filters .bf-cross,
  .products-filters .bf-close-btn,
  .products-filters .bf-arrow {
    background-image: url(fb1c61be383121c02d00.png) !important;
  }
}
@media (max-width: 660px) {
  /*category*/
  .products-filters.leftSidebar {
    max-width: unset;
    margin-right: 0;
  }
  #column-left {
    max-width: unset;
  }
  span.sale_badge i,
  span.new_arrival_badge.badge i {
    font-size: 1.2rem;
  }
  .badge {
    top: 10px;
    left: 15px;
    width: 35px;
    height: 35px;
  }
  .product-thumb a.add-to-wishlist {
    top: 20px;
    right: 18px;
  }
  .product-thumb .add-to-cart {
    right: 18px;
  }
  .product-thumb .image {
    padding: 0;
  }
}
@media (max-width: 421px) {
  /*category*/
  span.sale_badge i,
  span.new_arrival_badge.badge i {
    font-size: 1.1rem;
  }
  .badge {
    top: 5px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .product-thumb a.add-to-wishlist {
    top: 10px;
    right: 10px;
  }
  .product-thumb .add-to-cart {
    right: 18px;
    bottom: 10px;
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 375px) {
  /*category*/
  .product-thumb .add-to-cart {
    right: 15px;
  }
}
/*========================================================*/
/*** BRANDS ***/
/*========================================================*/
#product-manufacturer h1 {
  font-size: 2.4rem;
  line-height: initial;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #000;
  margin: 15px 0;
}

ul.brand-anchor {
  padding-bottom: 30px;
}

ul.brand-anchor li {
  max-width: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 7px 7px 0;
  background-color: #f0f0f0;
}

ul.brand-anchor li > a {
  font-size: 1.4rem;
  line-height: initial;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  padding: 7px 0;
}

ul.brand-anchor li:hover {
  background-color: #000;
}

ul.brand-anchor li:hover a {
  color: #fff;
}

.brand-letter {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
  margin: 20px 0;
  position: relative;
  border-bottom: 1px solid #eee;
}

.letter_only {
  display: inline-block;
  float: left;
  width: 10%;
}

.brands_per_letter {
  display: inline-block;
  float: left;
  width: 90%;
}

#product-manufacturer .brand-name {
  margin: 0 0 20px 0;
  font-weight: 800;
}

.brands_per_letter a {
  color: #000;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

/*========================================================*/
/* Product Page */
/*========================================================*/
.product-container {
  padding: 0 30px;
}

.product-row .left-col {
  max-width: 1255px;
  width: 100%;
  padding-right: 25px;
}

.product-row .right-col {
  max-width: 540px;
  width: 100%;
  padding: 0 25px;
}

/*Product images*/
.product-thumbnails {
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-thumbnails .thumb {
  flex-basis: 50%;
  margin-bottom: 30px;
}

.single-image.product-thumbnails .thumb {
  flex-basis: 100%;
}

.single-image.product-thumbnails .thumb img {
  margin: 0 auto;
}

.product-thumbnails .thumb:nth-child(odd) {
  padding-right: 15px;
}

.product-thumbnails .thumb:nth-child(even) {
  padding-left: 15px;
}

.product-row .slider-arrows {
  display: none;
}

/*Product details*/
.product-header {
  justify-content: space-between;
  align-items: center;
}

.product-header h1 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.035rem;
  margin: 10px 0;
  padding-right: 10px;
}

.wishlist-btn {
  background-color: transparent;
  border: none;
}

.wishlist-fill-icon {
  display: block;
  width: 21px;
}
.wishlist-fill-icon svg {
  display: block;
  width: 21px;
}
.wishlist-fill-icon svg .st0 {
  fill: transparent;
  stroke: #bcbcbc;
  stroke-width: 1px;
}
.wishlist-fill-icon.active svg .st0 {
  fill: #bcbcbc;
}

.price-list {
  margin: 30px auto;
}

.price-list li {
  display: inline-block;
  padding-right: 15px;
}

.product-price {
  font-size: 1.8rem;
  font-weight: 600;
}

.product-price.special {
  color: #de0000;
}

.product-price.old {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: line-through;
}

.product-available-colors {
  margin-bottom: 20px;
}

.product-available-colors .color {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

.product-available-colors .flex-row {
  flex-wrap: wrap;
}

.product-available-colors .flex-row li {
  max-width: 60px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-available-colors .flex-row li.selected {
  border: 1px solid #000;
}

.product-info .table {
  margin-bottom: 0;
}

.product-info .table > thead > tr > td,
.product-info .table > tbody > tr > td {
  padding-left: 0;
}

.select-options .control-label {
  font-size: 1.2rem;
  font-weight: 600;
}

.quantity-input-field {
  display: none;
}

.quantity-input-field.show {
  display: block;
}

.quantity-input-field .number-input {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.quantity-input-field .number-input .control-label {
  flex-basis: 10%;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 12px 15px;
  border-left: none;
  border-right: none;
}

.quantity-input-field .quantity {
  flex-basis: 90%;
}

.quantity-input-field .form-control {
  border-left: none;
}

#product .btn-default {
  width: 100%;
}

.select-options .form-control {
  border-radius: 0;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  border-color: #000;
  -webkit-appearance: none;
}

.select-options select.form-control {
  cursor: pointer;
  background-image: url(6630a9923bd723095be2.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.select-options .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}

.select-options .quantity {
  position: relative;
}

.select-options .quantity input[type=text] {
  padding-right: 30px;
  text-align: right;
  border: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.select-options .quantity-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
}

.select-options .quantity-nav.flex-column {
  align-items: center;
  justify-content: space-evenly;
}

.select-options .quantity-nav .quantity-button {
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.free-delivery-msg {
  font-size: 1.2rem;
  display: block;
  margin: 40px 0;
}

/*product info*/
.product-info.panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #d6d6d6;
}

.product-info.panel-group .panel:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.panel-group .panel + .panel {
  margin: 0;
}

.product-info .panel-heading {
  color: #000;
  padding: 25px 5px;
  background-color: transparent;
}

.product-info .panel-title > a {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.product-info .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding-top: 0;
}

.product-info .panel-body {
  padding-left: 5px;
}

.product-info .panel-body * {
  font-size: 1.3rem;
  letter-spacing: 0.035rem;
}

/*related products*/
.related-products {
  position: relative;
  border-top: 1px solid #e4e4e4;
  margin-top: 120px;
  padding-top: 100px;
}

.related-products h3 {
  margin: 30px auto;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.related-products .slick-slide {
  height: auto;
}

.related-products.carousel-container .carousel-arrows {
  bottom: 15px;
}

/*combine-with*/
.related-products.combine-with {
  border-top: none;
  margin-top: 0;
  margin-bottom: 120px;
}

/*add to cart message*/
@keyframes note {
  0% {
    margin-top: 25px;
    opacity: 0;
  }
  10% {
    margin-top: 0;
    opacity: 1;
  }
  90% {
    margin-top: 0;
    opacity: 1;
  }
  100% {
    margin-top: 25px;
    opacity: 0;
  }
}
.popup-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px;
  margin-bottom: 0;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  animation: note 6500ms forwards;
}

.popup-alert a,
.popup-alert a:hover {
  color: #000;
  font-weight: 500;
}

@media (max-width: 1280px) {
  /*checkout page*/
  .checkout-container.container {
    width: 100%;
  }
  .navbar {
    padding: 15px;
  }
  .checkout-logo span.logo-icon svg,
  .checkout-logo span.logo-icon {
    width: 220px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  /*product*/
  .carousel-container {
    margin: 50px auto;
  }
  .related-products {
    padding-top: 50px;
  }
  .related-products.combine-with {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /*product*/
  .product-container {
    padding: 0 15px;
  }
  .product-row.flex-row {
    flex-direction: column;
  }
  .product-row .left-col {
    padding-right: 0;
  }
  .product-row .right-col {
    padding: 0;
    max-width: unset;
  }
  .product-thumbnails .thumb {
    margin-bottom: 0;
  }
  .product-thumbnails .thumb:nth-child(even),
  .product-thumbnails .thumb:nth-child(odd) {
    padding: 0;
  }
  .product-thumbnails .slick-slide img {
    margin: 0 auto;
  }
  .product-row .slider-arrows {
    display: block;
    top: 0;
    height: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
  .product-row .slider-arrows .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 70px;
  }
  .product-row .slider-arrows .arrow.arrow-prev {
    left: 0;
  }
  .product-row .slider-arrows .arrow.arrow-next {
    right: 0;
  }
  .product-row .slider-arrows .arrow svg {
    fill: #000;
  }
  .products-block .product-thumb {
    margin-bottom: 15px;
  }
  .flex-row.category-pagination {
    padding: 15px 0;
  }
  .popup-alert {
    padding: 15px;
    width: 90%;
  }
}
/*========================================================*/
/*** CONTACT ***/
/*========================================================*/
#information-contact .breadcrumb {
  display: none;
}

#information-contact #content {
  padding-bottom: 70px;
}

#information-contact h1 {
  text-align: center;
  font-size: 2.4rem;
  line-height: initial;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 35px 0 30px;
}

#information-contact h3 {
  font-size: 1.4rem;
  line-height: initial;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

#information-contact form h3 {
  padding-bottom: 20px;
}

ul.contact-info > li,
ul.contact-info > li > a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #000000;
}

ul.contact-info > li > a.email-address {
  color: #000;
  text-decoration: underline;
}

#information-contact .stores-info {
  padding-top: 50px;
}

#information-contact .addresses {
  padding-bottom: 40px;
}

/*========================================================*/
/*** SEARCH RESULTS ***/
/*========================================================*/
#result_block p.pull-right.block-text.text-left,
#result_block p.block-text.text-left {
  display: none;
}

.search-container {
  display: block;
  width: 100%;
  padding: 80px 35px 100px 35px;
}

.search-container .breadcrumb {
  display: none;
}

.flex-row.search-checkboxes {
  margin-top: 20px;
}

.search-checkbox-item:first-child {
  margin-right: 20px;
}

.search-container input#button-search {
  margin: 35px 0;
}

@media (max-width: 767px) {
  /*search results*/
  .search-container {
    padding: 50px 15px 0;
  }
  #input-search {
    margin-bottom: 15px;
  }
  .flex-row.search-checkboxes {
    flex-direction: column;
  }
  #button-search {
    max-width: unset;
  }
}
/*========================================================*/
/*** INFORMATION PAGES ***/
/*========================================================*/
.medium-container {
  float: none;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

#information-information .breadcrumb {
  display: none;
}

#information-information #content {
  text-align: justify;
  padding-bottom: 70px;
}

#information-information div,
#information-information span {
  font-family: Mplus, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 2.4rem !important;
  font-weight: 400 !important;
  margin: 0 0 10px !important;
}

#information-information h1,
#information-information h1 span {
  font-family: Mplus, sans-serif !important;
  text-align: center;
  font-size: 2.4rem !important;
  line-height: initial !important;
  letter-spacing: 0.025em !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 0 !important;
  padding: 35px 0 30px !important;
}

#information-information h2,
#information-information h2 span {
  font-family: Mplus, sans-serif !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.025em !important;
  line-height: initial !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 0 !important;
  padding: 17px 0 15px !important;
  text-transform: uppercase !important;
}

#information-information p,
#information-information ul,
#information-information ol {
  font-family: Mplus, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 2.4rem !important;
  font-weight: 400 !important;
  margin: 0 0 10px !important;
}

#information-information li,
#information-information li span {
  font-family: Mplus, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 2.4rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

#information-information a,
#information-information a span {
  font-family: Mplus, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 2.4rem !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-decoration: underline !important;
  margin: 0 0 10px !important;
}

#information-information img {
  max-width: 100%;
}

/*========================================================*/
/*** MENU style_d ***/
/*========================================================*/
#mega_menu .mobile-enabled a, #mega_menu .mobile-enabled h3 {
  font-family: var(--primary-font), sans-serif !important;
}
#mega_menu .mobile-enabled.container {
  padding-bottom: 40px;
}
#mega_menu ul.megamenu li .sub-menu .content {
  padding: 30px 0 0 !important;
}
#mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li ul {
  margin: 0;
  padding: 0 !important;
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#mega_menu ul.megamenu li a {
  font-family: var(--primary-font), sans-serif;
  font-size: 1.7rem;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}
#mega_menu ul.megamenu.slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mega_menu ul.megamenu.slide li.active .sub-menu .container .content {
  border: none;
  padding: 50px 35px 40px 35px !important;
}
#mega_menu .main_link h3 {
  border-bottom: none;
  padding: 0;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
}
#mega_menu #menu {
  margin-bottom: 0;
}
#mega_menu .menu .subtitle a {
  font-weight: 600 !important;
}
#mega_menu .sub-menu-wrapper .menu-banner {
  text-align: center;
}
#mega_menu .sub-menu-wrapper .menu-banner .subtitle a {
  font-weight: 600 !important;
}
#mega_menu .sub-menu-wrapper .menu-banner h3 {
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}
#mega_menu .sub-menu-wrapper ul.list-unstyled.subcategory li.subtitle2:hover .newhover a {
  font-weight: 600 !important;
}
#mega_menu .container-sub-menu {
  width: 100%;
}
#mega_menu i.fa.fonticon {
  display: none;
}

a.menutitle {
  position: relative;
  padding: 0;
}
a.menutitle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

li.with-sub-menu.hover.active a.menutitle::after {
  width: 100%;
}

ul.list-unstyled.subcategory li.subtitle2 .newhover a {
  position: relative;
}

ul.list-unstyled.subcategory li.subtitle2 .newhover a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.list-unstyled.subcategory li.subtitle2:hover .newhover a::after {
  width: 100%;
}

.sub-menu-banner {
  position: relative;
  transition: linear 0.3s;
}
.sub-menu-banner:hover {
  opacity: 0.9;
  transition: linear 0.3s;
}
.sub-menu-banner img {
  position: relative;
}
.sub-menu-banner a.shop-now-btn {
  position: absolute;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.megamenu-style-dev.responsive {
  margin-bottom: 0;
}

.megamenu-style-dev .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.megamenu-style-dev .megamenu-wrapper {
  background-color: transparent;
}
.megamenu-style-dev .megamenu-wrapper ul.megamenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.megamenu-wrapper ul.megamenu > li > a {
  font-size: 1.7rem;
  text-transform: unset;
  padding: 25px;
}

.megamenu-wrapper ul.megamenu > li > a .caret {
  display: none;
}

.megamenu-wrapper ul.megamenu > li:hover,
.megamenu-wrapper ul.megamenu > li > a:hover,
.megamenu-wrapper ul.megamenu > li.active > a,
.megamenu-wrapper ul.megamenu > li.home > a,
.megamenu-wrapper ul.megamenu > li:hover > a {
  background-color: transparent;
  color: var(--primary-color);
}

.megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li > a:before {
  content: none;
}

/*submenu*/
.megamenu-wrapper ul.megamenu > li > .sub-menu {
  left: 0;
  padding-top: 35px;
}

.container-megamenu .megamenu-wrapper ul.megamenu li .sub-menu {
  background-color: #fff;
}

.container-megamenu .megamenu-wrapper ul.megamenu li .sub-menu .content {
  max-width: 1580px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.megamenu-wrapper .megamenu .sub-menu .content > .row > div {
  width: 20%;
}

.megamenu-wrapper ul.megamenu .title-submenu:before {
  content: none;
}

.megamenu-wrapper ul.megamenu .title-submenu {
  margin-bottom: 0;
}

.megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 15px;
}

.megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  font-size: 1.4rem;
  padding: 0;
  width: auto;
  display: inline-block;
  position: relative;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 20px;
}

.megamenu-wrapper ul.megamenu .title-submenu {
  display: inline-block;
  width: auto;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.megamenu-wrapper .menu-banner .title-submenu {
  position: relative;
}

.megamenu-wrapper .categories li ul li a:hover,
.megamenu-wrapper .subcategory li ul li a:hover {
  margin-left: 0;
}

.megamenu-wrapper .subcategory .title-submenu:after,
.megamenu-wrapper .categories li ul li a:after,
.megamenu-wrapper .subcategory li ul li a:after,
.megamenu-wrapper .manufacturer li a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.megamenu-wrapper .subcategory .title-submenu:hover:after,
.megamenu-wrapper .categories li ul li a:hover:after,
.megamenu-wrapper .subcategory li ul li a:hover:after,
.megamenu-wrapper .manufacturer li a:hover:after {
  width: 100%;
  margin-left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.megamenu-wrapper .menu-banner-link {
  position: relative;
}

.megamenu-wrapper .menu-banner-link .text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.megamenu-wrapper ul.megamenu .menu-banner .title-submenu {
  text-align: center;
  width: 100%;
}

.megamenu-wrapper .menu-banner a {
  display: inline-block;
}

.megamenu-wrapper .menu-banner-link .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

/*submenu*/
.megamenu-wrapper ul.megamenu > li > .sub-menu {
  left: 0;
  padding-top: 35px;
}

.container-megamenu .megamenu-wrapper ul.megamenu li .sub-menu {
  background-color: #fff;
}

.container-megamenu .megamenu-wrapper ul.megamenu li .sub-menu .content {
  max-width: 1580px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.megamenu-wrapper ul.megamenu .sub-menu .content .static-menu .menu ul {
  margin-top: 10px;
}
.megamenu-wrapper ul.megamenu .sub-menu .content .static-menu .menu ul li {
  padding-top: 20px;
}
.megamenu-wrapper ul.megamenu .sub-menu .content .static-menu a.main-menu {
  font-size: 1.4rem;
  padding: 0;
}
.megamenu-wrapper ul.megamenu .title-submenu {
  margin-bottom: 0;
}
.megamenu-wrapper ul.megamenu .title-submenu:before {
  content: none;
}
.megamenu-wrapper .categories li ul li a, .megamenu-wrapper .subcategory li ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.megamenu-wrapper .menu-banner-link {
  position: relative;
}
.megamenu-wrapper .menu-banner-link .text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.megamenu-wrapper .menu-banner .title-submenu {
  text-align: center;
}
.megamenu-wrapper .menu-banner a {
  display: inline-block;
}
.megamenu-wrapper .manufacturer li {
  display: block;
}
.megamenu-wrapper .manufacturer li a {
  color: var(--primary-color);
  border: 0;
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0;
}

/*discount bar*/
.sub-menu .discount-bar {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  /*menu*/
  .megamenu-style-dev .megamenu-wrapper {
    padding-top: 10px;
  }
  .megamenu-wrapper ul.megamenu > li > a {
    font-size: 1.5rem;
    padding: 15px 22px;
  }
  ul.megamenu .title-submenu {
    font-size: 1.5rem;
  }
  .megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  /*menu*/
  body.menu-is-open {
    overflow: hidden;
  }
  .body-cover {
    position: fixed;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body.menu-is-open .body-cover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .megamenu-style-dev {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 15px;
  }
  .megamenu-style-dev .megamenu-pattern {
    height: calc(100vh - 51px);
    overflow-y: auto;
    background-color: var(--white);
  }
  .megamenu-style-dev .navbar-default .navbar-toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 30px;
    padding: 0;
    height: 34px;
    display: inline-block;
    padding-top: 5px;
  }
  .megamenu-style-dev .navbar-default .navbar-toggle span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .megamenu-style-dev .navbar-default .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .megamenu-style-dev .navbar-default .navbar-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
  }
  .megamenu-style-dev .navbar-default .navbar-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 4px;
  }
  .megamenu-style-dev .megamenu-wrapper {
    display: block;
    padding: 0;
    position: fixed;
    top: 51px;
    left: -100%;
    z-index: 999;
    height: calc(100vh - 51px);
    max-height: unset;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: left 0.3s ease, opacity 0.4s ease 0.4s, visibility 0.4s ease 0.4s;
    -moz-transition: left 0.3s ease, opacity 0.4s ease 0.4s, visibility 0.4s ease 0.4s;
    -o-transition: left 0.3s ease, opacity 0.4s ease 0.4s, visibility 0.4s ease 0.4s;
    transition: left 0.3s ease, opacity 0.4s ease 0.4s, visibility 0.4s ease 0.4s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .megamenu-style-dev .megamenu-wrapper.so-megamenu-active {
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow-y: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .megamenu-style-dev .megamenu-wrapper .megamenu {
    flex-direction: column-reverse;
  }
  .megamenu-style-dev .megamenu-wrapper .megamenu li a {
    color: #000;
  }
  /*submenu*/
  .megamenu-wrapper .megamenu .sub-menu .content > .row > div {
    width: 100%;
  }
  .megamenu-wrapper ul.megamenu > li > .sub-menu {
    padding-top: 0;
  }
  .megamenu-wrapper.so-megamenu-active ul.megamenu .title-submenu,
  .megamenu-wrapper.so-vertical-active ul.megamenu .title-submenu {
    display: inline-block;
    max-width: unset;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .megamenu-wrapper ul.megamenu .subcategory {
    margin-top: 10px;
  }
  .megamenu-wrapper .sub-menu {
    padding-bottom: 20px;
  }
  .megamenu-wrapper .sub-menu .discount-bar {
    display: none;
  }
  .megamenu-wrapper .sub-menu .content .static-menu .menu ul li {
    padding-top: 5px;
  }
  /*menu*/
  .mobile-account-items {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    max-height: 51px;
    height: 100%;
  }
  .mobile-account-items a {
    display: inline-block;
    float: left;
    width: 33.333333%;
    background-color: #eaeaea;
    padding: 15px 15px 10px;
    text-align: center;
    color: #000;
  }
  .mobile-account-items a:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.7);
    border-right: 1px solid rgba(0, 0, 0, 0.7);
  }
  .mobile-account-items a .text {
    vertical-align: top;
  }
  .language-switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 33.333333%;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    height: 100%;
  }
  .language-switcher .dropdown-menu {
    padding: 5px 0 10px 15px;
  }
  .language-switcher span, .language-switcher button .fa {
    color: #000;
  }
  .megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul {
    margin-top: 0;
  }
  .container-megamenu.horizontal ul.megamenu > li,
  .container-megamenu.vertical ul.megamenu > li {
    border-bottom: 1px solid #f0f0f0;
  }
  /* menu mobile */
  .megamenu-wrapper ul.megamenu > li > a .caret {
    display: inline-block;
    content: "" !important;
    width: 8px;
    height: 5px;
    background-image: url(6630a9923bd723095be2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 5px;
    border: 0;
    float: right;
    padding: 10px;
  }
  .horizontal ul.megamenu > li.with-sub-menu > a:after {
    display: none !important;
  }
  li.with-sub-menu.active-show.click .caret {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media (max-width: 660px) {
  /*menu*/
  .megamenu-style-dev .megamenu-wrapper {
    width: 85%;
  }
  .more-category-wrapper.flex-row {
    flex-direction: column;
  }
  .more-category-wrapper .category-item {
    width: 100%;
    margin: 0 auto 15px;
  }
}
/*Mega menu*/
@media (min-width: 1001px) and (max-width: 1025px) {
  #mega_menu #menu .sub-menu .container {
    max-width: 970px;
    width: 100%;
  }
}
.hero-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #000000;
}
.hero-slider .slide-info {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: var(--white);
}
@media (max-width: 660px) {
  .hero-slider .slide-info {
    top: unset;
    transform: unset;
    bottom: 10%;
  }
}
.hero-slider .slide-info .super-hero,
.hero-slider .slide-info .hero-btn {
  font-weight: 600;
  text-transform: uppercase;
}
.hero-slider .slide-info .hero-btn {
  position: relative;
}
.hero-slider .slide-info .hero-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background-color: var(--white);
}
.hero-slider .slide-info .hero-title {
  margin: 25px 0 40px;
}
.hero-slider .swiper-slide img {
  margin: 0 auto;
}
.hero-slider .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  max-width: 22px;
}
@media (max-width: 660px) {
  .hero-slider .hero-arrow {
    max-width: 15px;
  }
}
.hero-slider .hero-arrow.hero-button-prev {
  left: 2%;
}
.hero-slider .hero-arrow.hero-button-next {
  right: 2%;
}

.discount-bar {
  text-align: center;
  padding: 10px 15px;
  background-color: var(--promo-bar-background-color);
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

/*# sourceMappingURL=main.css.map*/