#id {
    text-align: center;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

[hidden] {
  display: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

svg,
video {
  display: block;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-t {
  border-top-width: 1px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.font-semibold {
  font-weight: 600;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.max-w-6xl {
  max-width: 72rem;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.p-6 {
  padding: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity));
  }
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity));
  }
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
  }
  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
  }
}
@font-face {
  font-family: "Barlow";
  font-display: swap;
  src: url(/fonts/Barlow-Light.ttf?19f244ecb11218b9a7deb3cfda97a47e) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  font-display: swap;
  src: url(/fonts/Barlow-Regular.ttf?e7eb634d040a6f3840336c988c10b188) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  font-display: swap;
  src: url(/fonts/Barlow-Medium.ttf?d4afdc134fc10b739bab22447dfa720e) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  font-display: swap;
  src: url(/fonts/Barlow-SemiBold.ttf?8247eaeb0799c0acafc60af7a73f6021) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  font-display: swap;
  src: url(/fonts/Barlow-Bold.ttf?0cb1ab864072bf9e0991b19e21463f63) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  font-display: swap;
  src: url(/fonts/Barlow-ExtraBold.ttf?777e300ed64d3d47cc85d85e645e1847) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_C";
  font-display: swap;
  src: url(/fonts/BarlowCondensed-Light.ttf?3ba02bbdeb04e17f34bf816b556c6f39) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_C";
  font-display: swap;
  src: url(/fonts/BarlowCondensed-Regular.ttf?a51441e972d57b28e7c1a16d5e8165d3) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_C";
  font-display: swap;
  src: url(/fonts/BarlowCondensed-Medium.ttf?2afd924bd5156ee485b9ae91427f309b) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_C";
  font-display: swap;
  src: url(/fonts/BarlowCondensed-SemiBold.ttf?d2b227f032d710a6870f45f66a3bc7cb) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_C";
  font-display: swap;
  src: url(/fonts/BarlowCondensed-Bold.ttf?ca168dbe270fba68a7f36e79a22823d6) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_C";
  font-display: swap;
  src: url(/fonts/BarlowCondensed-ExtraBold.ttf?99b1233342ff034e750d5156a93bc556) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_SC";
  font-display: swap;
  src: url(/fonts/BarlowSemiCondensed-Light.ttf?6f66d7f1cc36ab8bb925ba774913509a) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_SC";
  font-display: swap;
  src: url(/fonts/BarlowSemiCondensed-Regular.ttf?05cbb3ba9db7b5e1da6ea159917db08c) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_SC";
  font-display: swap;
  src: url(/fonts/BarlowSemiCondensed-Medium.ttf?98a7f00b2ee77813a1313031ef0799c6) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_SC";
  font-display: swap;
  src: url(/fonts/BarlowSemiCondensed-SemiBold.ttf?c0e9a01d31a5aecb006f0a7bf43c223f) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_SC";
  font-display: swap;
  src: url(/fonts/BarlowSemiCondensed-Bold.ttf?6454195504604ebe42c3476855719bc8) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow_SC";
  font-display: swap;
  src: url(/fonts/BarlowSemiCondensed-ExtraBold.ttf?89941fe7a7642ce5826453ab9b72922a) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/fonts/Poppins-Light.ttf?7641a0f76ca9ef6c252ce242f76e8b1d) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/fonts/Poppins-Regular.ttf?35d26b781dc5fda684cce6ea04a41a75) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/fonts/Poppins-Medium.ttf?673ed42382ab264e0bf5b33f3579568c) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/fonts/Poppins-SemiBold.ttf?ac8d04b620e54be9b0f0f4851d56e4dd) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/fonts/Poppins-Bold.ttf?cdb29a5d7ccf57ff05a3fd9216d11771) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url(/fonts/Poppins-ExtraBold.ttf?01849ee091e1762a5dd58aa1606242c6) format("truetype");
  font-weight: 800;
  font-style: normal;
}
.pre-header {
  display: flex;
  background-color: #F7F7F7;
  height: 43px;
  align-items: center;
  justify-content: space-between;
}
.pre-header__switchers {
  display: flex;
}
.pre-header__switchers select {
  background-color: #F7F7F7;
}
.pre-header__links {
  display: flex;
  gap: 15px;
}
.pre-header__links a:hover {
  -webkit-text-stroke: 1px #2E2726;
}

.navbar {
  background-color: white;
  height: 71px;
  padding: 0;
}
.navbar .navbar-brand {
  width: 130px;
  height: 60px;
}
.navbar .navbar-brand img {
  margin-top: 11px;
  width: 90px;
}
.navbar .navbar-nav-ul {
  margin-left: auto;
  margin-right: auto;
}
.navbar .navbar-nav-ul .nav-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar .navbar-menu {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  top: 62px;
  z-index: 9;
}
.navbar .navbar-menu.open {
  max-height: 900px;
}
.navbar .navbar-menu .navbar-nav-ul .nav-item {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #F7F7F7;
}
.navbar .navbar-menu .navbar-nav-ul .nav-item .nav-link {
  font-family: "Barlow_C";
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #2E2726;
}
.navbar .navbar-menu__footer {
  background-color: #f7f7f7;
  padding: 40px 0;
}
.navbar .navbar-menu__footer .button {
  margin-bottom: 1.5rem;
}
.navbar .navbar-menu__footer a {
  padding-left: 16px;
}
.navbar .header-icons {
  margin-left: auto;
  margin-right: 30px;
}
.navbar .header-search {
  display: none;
  margin-right: 30px;
}
.navbar .header-icons ul {
  gap: 20px;
}
.navbar .header-icons ul li i {
  font-size: 1.25em;
}
.navbar .header-icons i {
  font-size: 20px;
}
.navbar .header-icons__heart, .navbar .header-icons__bag {
  position: relative;
}
.navbar .header-icons__heart span, .navbar .header-icons__bag span {
  position: absolute;
  right: -5px;
  bottom: -3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  font-size: 8px;
  color: white;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Poppins";
}
.navbar .header-icons__heart span {
  background-color: #fc5858;
}
.navbar .header-icons__bag span {
  background-color: #f48120;
}
.navbar .header-menu-toggle {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .navbar {
    height: 88px;
  }
  .navbar .navbar-brand img {
    width: 132px;
  }
  .navbar .header-menu-toggle {
    display: none;
  }
  .navbar .navbar-menu {
    display: flex;
    position: initial;
    max-height: initial;
  }
  .navbar .navbar-menu .navbar-nav-ul {
    display: flex;
    justify-content: center;
  }
  .navbar .navbar-menu .navbar-nav-ul .nav-item {
    padding: initial;
    display: initial;
    border: none;
  }
  .navbar .navbar-menu .navbar-nav-ul .nav-item .nav-link {
    padding: 0.5rem;
    font-family: "Barlow";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .navbar .navbar-menu .navbar-nav-ul .nav-item .nav-link.active {
    font-weight: 600;
    position: relative;
    z-index: 1;
  }
  .navbar .navbar-menu .navbar-nav-ul .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    height: 7px;
    width: 100%;
    display: block;
    background-color: #F48120;
    z-index: -2;
  }
  .navbar .navbar-menu .navbar-nav-ul .nav-item span {
    display: none;
  }
  .navbar .navbar-menu__footer {
    display: none;
  }
  .navbar .header-search {
    display: flex;
    position: relative;
  }
  .navbar .header-icons {
    margin-left: initial;
    margin-right: 0;
  }
}
.owl-main .slider {
  position: relative;
  background-color: #beddad;
}
.owl-main .slider__image {
  overflow: hidden;
  max-height: 241px;
}
.owl-main .slider__text-area {
  text-align: center;
  padding: 40px 0;
}
.owl-main .slider__title {
  font-family: "Barlow_C";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 62px;
  line-height: 47px;
  margin-bottom: 20px;
  color: #2E2726;
}
.owl-main .slider__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.owl-main .slider .button {
  text-transform: uppercase;
}
.owl-main .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px;
  display: flex;
}
.owl-main .owl-dots .owl-dot {
  width: 34px;
  height: 6px;
  display: block;
  background-color: rgba(46, 39, 38, 0.7098039216);
}
.owl-main .owl-dots .owl-dot.active {
  background: #2E2726;
}

@media screen and (min-width: 992px) {
  .owl-main .slider__image {
    max-height: 448px;
  }
  .owl-main .slider__image img {
    float: right;
    width: 53%;
  }
  .owl-main .slider__text-area {
    text-align: left;
    max-width: calc(40% - 8rem);
    padding-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .owl-main .slider__text-area {
    max-width: calc(44% - 16rem);
  }
}
.button {
  background: white;
  border-radius: 2px;
  padding: 0px 26px;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2E2726;
  transition: all 150ms;
  border: 2px solid;
  color: white;
  display: inline-block;
  line-height: 46px;
  height: 48px;
  text-decoration: none !important;
}
.button.big-y-padding {
  padding: 0 40px;
}
.button__orange {
  background-color: #F48120;
  border: none;
}
.button__orange:hover {
  background-color: #FF9B46;
  color: white;
}
.button__orange-white {
  background-color: white;
  border-color: #F48120;
  color: #2E2726;
}
.button__orange-white:hover {
  background-color: #FF9B46;
  color: white;
}
.button__black-color {
  border-color: #2E2726;
  color: #2E2726;
}
.button__black-color:hover {
  background-color: #F48120;
  border-color: #F48120;
  color: white;
}
.button__black-bck {
  border-color: #2E2726;
  background-color: #2E2726;
  color: white;
}
.button__black-bck:hover {
  background-color: white;
  border-color: #2E2726;
  color: #2E2726;
}
.button__white {
  border-color: white;
  background: transparent;
  color: white;
}
.button__white:hover {
  background-color: white;
  color: #2E2726;
}
.button--small {
  height: 37px;
  line-height: 35px;
}
.button.icon {
  display: flex;
  align-items: center;
}
.button.icon i {
  font-size: 11px;
}
.button--icon-left i {
  margin-right: 10px;
}
.button--icon-right i {
  margin-left: 10px;
}
.button__grey {
  border: 2px solid #DCDCDC;
  color: #2E2726;
}
.button__grey:hover {
  border-color: #2E2726;
}
.button--square {
  width: 48px;
  height: 48px;
  padding: 0;
}
.button.full-width {
  width: 100%;
  text-align: center;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.space {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 3px;
}
.form-group__checkbox {
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.form-group__checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.form-group textarea {
  border: 2px solid #DCDCDC;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow";
}
.form-group textarea:active, .form-group textarea:focus, .form-group textarea:focus-visible {
  border-color: #2E2726;
  outline: #2E2726;
}
.form-group textarea.error {
  border-color: #fc5858;
}
.form-group textarea.error:focus {
  border-color: #fc5858;
}
.form-group .input {
  background-color: white;
  border: 2px solid #DCDCDC;
  padding: 0 18px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  width: 260px;
  font-family: "Barlow";
}
.form-group .input.full-width {
  width: 100%;
}
.form-group .input.error {
  border-color: #fc5858 !important;
}
.form-group .input.error:focus {
  border-color: #fc5858;
}
.form-group .input.checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.form-group .input.checkbox.error {
  border-color: #fc5858 !important;
}
.form-group .input.checkbox.error:focus {
  border-color: #fc5858;
}
.form-group .input:active, .form-group .input:focus, .form-group .input:focus-visible {
  border-color: #2E2726;
  outline: #2E2726;
}
.form-group .input__icon {
  position: relative;
}
.form-group .input__icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.form-group .input__icon--left input {
  padding-left: 40px;
}
.form-group .input__icon--left i {
  left: 15px;
}
.form-group .input__icon--right i {
  right: 15px;
}
.form-group .input__error {
  border-color: #FC5858;
  outline: #FC5858;
}
.form-group .input__error:active, .form-group .input__error:focus, .form-group .input__error:focus-visible {
  border-color: #FC5858;
  outline: #FC5858;
}
.form-group .input__grey {
  background-color: #F7F7F7;
}
.form-group .input--small {
  padding: 0 11px;
  height: 37px;
}
.form-group .input--no-border {
  border-color: transparent;
}
.form-group .input__error-text {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}
.form-group .input__error-text i {
  font-size: 12px;
  margin-right: 5px;
}
.form-group .input__qty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 18px;
  gap: 10px;
  width: 75.78px;
  height: 48px;
  border: 2px solid #2E2726;
  border-radius: 2px;
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #2E2726;
}
.form-group .bootstrap-select {
  width: initial !important;
}
.form-group .select {
  padding: 0 16px;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726 !important;
}
.form-group .select:focus {
  outline: unset !important;
  outline-offset: 0;
  box-shadow: none;
}
.form-group .select.country-select {
  text-align: left;
  font-weight: normal;
}
.form-group .filter-select button {
  padding: 0 16px;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726 !important;
  width: 100px;
}
.form-group .filter-select button:focus {
  outline: unset !important;
  outline-offset: 0;
  box-shadow: none;
}
.form-group .filter-select button:focus-visible {
  border-color: #2E2726;
}
.form-group .filter-select option {
  line-height: 10px;
}

a {
  color: #2E2726;
}
a:hover {
  color: #F48120;
}

p {
  color: #2E2726;
}

.h1 {
  color: #2E2726;
}

.h2 {
  font-family: "Barlow_C";
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #2E2726;
}

.h3 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2E2726;
}

.h5 {
  font-family: "Barlow_C";
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #2E2726;
}

.link {
  color: #2E2726;
}
.link__underline {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2726;
  text-decoration: underline;
}

.main-section .h2 {
  text-align: center;
}

.main-section .contact-ty .h2 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 34px;
  }
  .main-section .h2 {
    text-align: initial;
  }
}
.owl-grid-second .main-grid {
  width: initial;
}

.main-grid {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.main-grid a {
  text-decoration: none !important;
}
.main-grid__image {
  position: relative;
  margin-bottom: 13px;
}
.main-grid__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.main-grid__header h3 {
  line-height: 18px;
  max-height: 39.5px;
  overflow: hidden;
}
.main-grid__header h3 a {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
}
.main-grid__price {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}
.main-grid__price--trough {
  text-decoration: line-through;
  float: left;
  margin-right: 7px;
}
.main-grid__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}

.row.owl-carousel {
  display: flex;
  width: initial;
}

@media screen and (min-width: 992px) {
  .main-grid__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .main-grid__header h3 {
    line-height: 28px;
    max-height: initial;
    overflow: initial;
  }
  .main-grid__header h3 a {
    width: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .main-grid {
    width: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .main-grid {
    width: 410px;
  }
}
.owl-carousel.owl-grid .owl-nav {
  position: absolute;
  top: -85px;
  right: 0;
  width: initial;
}
.owl-carousel.owl-grid .owl-nav button {
  width: 60px;
  height: 47px;
  border: 2px solid #DCDCDC;
  border-radius: 2px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.owl-carousel.owl-grid .owl-nav button.owl-prev {
  margin-right: 20px;
}
.owl-carousel.owl-grid .owl-dots {
  margin-top: 60px;
}
.owl-carousel.owl-grid .owl-dots .owl-dot span {
  width: 80px;
  height: 6px;
  border-radius: 0;
  margin: 0;
}
.owl-carousel.owl-grid .owl-dots .owl-dot.active span {
  background: black !important;
}
.owl-carousel.owl-grid .owl-stage-outer {
  overflow: visible;
}
.image-box {
  position: relative;
  margin-bottom: 16px;
}
.image-box img {
  min-height: 320px;
}
.image-box a {
  position: relative;
  z-index: 2;
  height: 100%;
  display: block;
}
.image-box a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, black, transparent);
  opacity: 40%;
  z-index: 1;
}
.image-box__inner {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  display: flex;
  gap: 30px;
  align-items: center;
  z-index: 3;
}
.image-box__inner .h2 {
  display: block;
  margin-bottom: 10px;
  color: white;
}
.image-box__inner .button {
  display: block;
}

@media screen and (min-width: 992px) {
  .image-box__inner {
    bottom: 45px;
    left: 45px;
    display: initial;
  }
}
.promo-banner {
  background-color: #68bed7;
  position: relative;
}
.promo-banner img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.promo-banner__inner {
  position: absolute;
  top: 30px;
  z-index: 9;
  text-align: center;
  width: 100%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  left: 0;
}
.promo-banner__inner .h2,
.promo-banner__inner p {
  color: white;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .promo-banner {
    padding-top: 0px;
  }
  .promo-banner__inner {
    max-width: 517px;
    left: initial;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .promo-banner {
    padding-top: 0;
    background: url("/images/promo-2.png") 65% 100%;
    background-repeat: no-repeat;
    contain: content;
  }
  .promo-banner.webp {
    background: url("/images/promo-2.webp") 65% 100%;
  }
  .promo-banner img {
    display: none;
  }
  .promo-banner__inner {
    position: initial;
    padding: 119px 0;
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .promo-banner__inner {
    width: 45%;
  }
}
.meet {
  margin-top: 30px;
}
.meet__right-side {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .meet {
    position: relative;
    height: 100%;
    margin-top: 0;
  }
  .meet__right-side {
    padding-left: 100px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
  }
}
.masonry .masonry-item {
  width: 22%;
}
.masonry .masonry-item img {
  margin-bottom: 10px;
}
.masonry .gutter-sizer {
  width: 2%;
}

.main-section.benefit-secton {
  padding-bottom: 0;
}

.benefit {
  text-align: center;
  display: flex;
  padding: 40px 0;
  align-items: stretch;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.benefit__border-bottom {
  border-bottom: 2px solid rgba(95, 95, 95, 0.0862745098);
}
.benefit .h5 {
  text-align: center;
}
.benefit__icon {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .benefit-secton {
    padding: 50px 0;
  }
  .benefit {
    text-align: left;
    flex-direction: row;
    padding: 102.5px 0px;
    border-bottom: none;
    width: initial;
  }
  .benefit .h5 {
    text-align: left;
  }
  .benefit__icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.footer {
  background-color: #efefef;
  padding: 40px 0;
}
.footer .footer-flex {
  display: flex;
  justify-content: space-between;
}
.footer .fa-chevron-up {
  display: none;
}
.footer__icons {
  font-size: 1.7rem;
  gap: 16px;
  justify-content: center;
  padding-bottom: 30px !important;
  margin-top: 0;
}
.footer__content {
  margin: 20px 0;
  border-bottom: 2px solid rgba(95, 95, 95, 0.1960784314);
}
.footer__links {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
}
.footer__links.open {
  padding-bottom: 20px;
  max-height: 800px;
}
.footer__links li {
  margin-bottom: 10px;
}
.footer__links li a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}
.footer__after {
  margin-top: 50px;
}
.footer__after p {
  text-align: right;
}
.footer .h5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
  justify-content: space-between;
}
.footer .h5:not(.text-center) {
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .footer {
    padding: 65px 0;
  }
  .footer .fa-chevron-up,
  .footer .fa-chevron-down {
    display: none;
  }
  .footer__icons {
    font-size: 1.2rem;
    margin-bottom: 0px;
    justify-content: start;
  }
  .footer__content {
    margin-top: 20px;
    padding: 0;
    border-bottom: none;
    display: block;
  }
  .footer__links {
    max-height: initial;
  }
  .footer h5 {
    cursor: initial;
    text-align: inherit;
    margin-bottom: 0;
  }
  .footer .text-center {
    text-align: left !important;
  }
}
.subscribe {
  background: #2E2726;
}
.subscribe__right {
  text-align: center;
  padding: 30px 20px;
}
.subscribe .h2,
.subscribe p {
  color: white;
}
.subscribe .h2 {
  margin-bottom: 15px;
}
.subscribe__input-button {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.subscribe__input-button .form-group .input {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .subscribe {
    position: relative;
  }
  .subscribe__right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-13%, -50%);
    text-align: left;
    width: 50%;
  }
  .subscribe__input-button {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
  }
  .subscribe__input-button .form-group .input {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 260px;
  }
}
.detail__images img {
  margin-bottom: 20px;
}
.detail__images .gallery {
  margin-bottom: 10px;
}
.detail__images .gallery a {
  max-width: 32%;
}
.detail__images .gallery .gutter-sizer {
  width: 2%;
}
.detail .h2 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
  color: #2E2726;
  margin-bottom: 10px;
  text-align: left;
}
.detail .prices {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #2E2726;
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
}
.detail .prices .price {
  margin-right: 15px;
}
.detail .prices .trough {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #6e6e6e;
}
.detail__variants {
  margin-bottom: 30px;
}
.detail__variants--header {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2E2726;
  margin-bottom: 15px;
}
.detail__variants--boxes {
  display: flex;
  gap: 10px;
}
.detail__variants--boxes a {
  text-decoration: none !important;
}
.detail__variants--boxes .active .box {
  border-color: #2E2726;
}
.detail__variants--boxes .box {
  height: 48px;
  padding: 13px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.detail__variants--boxes .box__inside {
  display: block;
  border-radius: 2px;
}
.detail__variants--boxes .box--size {
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726;
}
.detail__variants--boxes .box--size .box__inside {
  min-width: 18px;
  min-height: 18px;
}
.detail__variants--boxes .box--color .box__inside {
  width: 18px;
  height: 18px;
}
.detail .buttons-area {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.detail .description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2726;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.detail .description a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.detail .informations {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.detail .informations__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.detail .informations__top .h3 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2E2726;
}
.detail .informations__top .fa-minus {
  display: none;
}
.detail .informations__content {
  height: 0px;
  transition: 0.5s ease all;
  overflow: hidden;
}
.detail .informations__content.open {
  height: 294px;
  padding-top: 30px;
}
.detail .informations__content .list .item {
  display: flex;
  gap: 20px;
  padding: 10px 0;
}
.detail .informations__content .list .item .icon {
  width: 24px;
  display: flex;
}
.detail .informations__content .list .text {
  font-family: "Barlow";
  font-style: normal;
  font-size: 16px;
}
.detail .informations__content .list .text a {
  font-family: inherit;
  display: block;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2E2726;
}
.detail .informations__content .list .text span {
  font-family: inherit;
  font-weight: 400;
  line-height: 24px;
  color: #8c8c8c;
  font-size: 16px;
}

.add-review {
  width: 745px;
  margin: 0 auto;
}
.add-review .h2 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726;
  margin-bottom: 20px;
}
.add-review .rating-select {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.add-review .rating-select #add-review-stars {
  display: flex;
  flex-basis: 25px;
}
.add-review .rating-select #add-review-stars .star {
  width: 25px;
}
.add-review .rating-select p {
  margin-right: 30px;
}
.add-review .form-group label {
  text-align: center;
  margin-bottom: 8px;
}
.add-review .form-group .select {
  margin-bottom: 30px;
}
.add-review .form-group textarea {
  height: initial;
  padding: 17px;
  height: 150px;
}
.add-review .form-group input,
.add-review .form-group textarea {
  width: initial;
}
.add-review .form-group {
  margin-bottom: 20px;
}
.add-review .file-upload {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 130px;
  border: 2px dashed #dcdcdc;
  border-radius: 2px;
  margin-bottom: 20px;
}
.add-review .file-upload label {
  text-decoration: underline;
  cursor: pointer;
}
.add-review .file-upload input[type=file] {
  display: none;
}
.add-review .file-upload i {
  margin-right: 15px;
}
.add-review #add_review_section {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease all;
  margin-top: 30px;
}
.add-review #add_review_section.open {
  max-height: 800px;
}

@media screen and (min-width: 992px) {
  .detail__images {
    margin-right: 100px;
  }
  .detail .reviews__item .image {
    margin-bottom: 30px;
  }
}
.breadcrumbs {
  display: flex;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-transform: capitalize;
  margin: 10px 0;
}
.breadcrumbs li {
  padding-left: 25px;
  position: relative;
}
.breadcrumbs li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3.5px;
  height: 3.5px;
  background-color: #9c9c9c;
}
.breadcrumbs li:last-child {
  font-weight: 400;
  color: #838383;
}
.breadcrumbs li:first-child {
  padding: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}

.reviews {
  margin-bottom: 30px;
}
.reviews__head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
.reviews__head .h3 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2E2726;
  margin: 0;
}
.reviews__head .stars {
  display: flex;
  gap: 6px;
}
.reviews__item {
  margin-bottom: 30px;
}
.reviews__item .image {
  max-width: 290px;
  width: 100%;
  display: none;
}
.reviews__item .title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2E2726;
  margin-bottom: 15px;
}
.reviews__item .info {
  display: flex;
  gap: 18px;
  margin-bottom: 27px;
}
.reviews__item .info__stars {
  display: flex;
  align-items: center;
}
.reviews__item .info__user, .reviews__item .info__date {
  color: #8c8c8c;
}
.reviews__item .info__date {
  position: relative;
}
.reviews__item .info__date::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3.5px;
  height: 3.5px;
  background-color: #9c9c9c;
}
.reviews__item .text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2726;
  margin-bottom: 10px;
}
.reviews__item .toggle a {
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2E2726;
}
.reviews .review-images {
  display: flex;
}
.reviews .review-images .image {
  margin-right: 10px;
}

.more-reviews {
  display: none;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2E2726;
  margin-bottom: 50px;
}
.more-reviews#less-reviews-js {
  display: none;
}

.review-animate {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.listing__head .h2 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
  color: #2E2726;
  margin-bottom: 23px;
}
.listing__head p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2726;
}
.listing .product-list {
  margin-top: 55px;
}
.listing .product-list .item {
  position: relative;
  margin-bottom: 42px;
}
.listing .product-list .item a {
  text-decoration: none;
}
.listing .product-list .item .main-grid {
  width: initial;
}
.listing .product-list .item .add-to-favorites {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 1.43672px;
  padding: 9px;
  color: #fc5858;
  border: 2px solid #fc5858;
  border-radius: 2px;
}
.listing .product-list .item .add-to-favorites.active {
  background: #fc5858;
  color: white;
}
.show-more-js {
  display: none;
}

.description-show-button {
  display: none;
}

.filters {
  margin-bottom: 35px;
}
.filters__first-row, .filters__second-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters__first-row {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
.filters__right-side {
  display: flex;
  gap: 10px;
}
.filters__left-side {
  display: flex;
  gap: 20px;
  width: 100%;
}
.filters .active-filters {
  display: flex;
  gap: 20px;
}
.filters .active-filters__button {
  padding: 0 16px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726;
  display: flex;
  align-items: center;
}

.price-range {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.price-range .filtrable-value {
  height: 37px;
  line-height: 33px;
  width: 100px;
  padding-right: 40px;
}
.price-range .ui-slider {
  width: 150px;
}
.price-range .ui-slider-handle {
  border-radius: 50%;
  background-color: #2E2726;
  top: -0.45em;
}
.price-range .euro-text-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  pointer-events: none;
}

.price-range-mobile {
  display: block;
}
.price-range-mobile .inputs {
  display: flex;
  gap: 20px;
}
.price-range-mobile .inputs .filtrable-value {
  width: 100%;
  padding-right: 0;
}
.price-range-mobile .ui-slider {
  width: calc(100% - 15px);
  margin: 30px auto;
}
.price-range-mobile .ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  top: -0.7em;
}

#price-range-slider,
#price-range-slider2 {
  height: 5px;
}

.ui-slider-range {
  height: 5px;
  background-color: #dcdcdc;
}

.filter-desktop {
  display: none;
}

.filter-mobile-bar {
  background-color: #2e2726;
  line-height: 61px;
  display: flex;
  color: white;
  padding: 0 20px;
  justify-content: space-between;
}
.filter-mobile-bar__icons {
  color: white;
  display: flex;
}
.filter-mobile-bar__icons .sliders {
  font-size: 1.5rem;
}
.filter-mobile-bar .h3 {
  color: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.filter-mobile {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  background: white;
  overflow: scroll;
}
.filter-mobile__header, .filter-mobile__footer {
  position: fixed;
  z-index: 12;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  background-color: #f7f7f7;
  overflow: auto;
  overflow-y: scroll;
}
.filter-mobile__header .h3, .filter-mobile__footer .h3 {
  line-height: 71px;
  margin: 0;
}
.filter-mobile__header .close, .filter-mobile__footer .close {
  font-size: 1.7rem;
  cursor: pointer;
}
.filter-mobile__header {
  top: 0;
}
.filter-mobile__header::before {
  content: "";
  display: block;
  width: 17px;
}
.filter-mobile__footer {
  bottom: 0;
  height: 71px;
  display: flex;
  justify-items: center;
  gap: 30px;
}
.filter-mobile__content {
  margin: 100px 0;
}
.filter-mobile__content .box {
  cursor: pointer;
}
.filter-mobile__content .box.active {
  border-color: #F48120;
}
.filter-mobile__content .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f7f7f7;
}
.filter-mobile__content .h4 {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2e2726;
  margin-bottom: 20px;
}
.filter-mobile__content .detail__variants {
  margin-bottom: 0;
}
.filter-mobile__content .selects .form-group label {
  font-size: 16px;
  display: flex;
  align-items: revert;
  line-height: 20px;
  margin-bottom: 6px;
}
.filter-mobile__content .selects .form-group input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 992px) {
  .filter-mobile-bar {
    display: none;
  }
  .filter-desktop {
    display: block;
  }
  .filter-mobile {
    display: none !important;
  }
}
.test {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.cart .add-to-favorites.active {
  border: none;
}
.cart__item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 2px solid #ececec;
  margin-bottom: 20px;
}
.cart__item--img img {
  width: 70px;
  height: 70px;
}
.cart__item--content {
  flex: 1;
}
.cart__item--content .h4 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 22px;
  margin-bottom: 0;
}
.cart__item--content p {
  margin-bottom: 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  color: #717171;
  max-height: 38.4px;
}
.cart__item--price {
  margin-left: auto;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 22px;
  text-align: justify;
  color: #a8a8a8;
  min-width: 65px;
  text-align: right;
}
.cart__item--price-main {
  color: #2E2726;
}
.cart__item .cart-size-qty {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex: 1 1 100%;
  margin-top: 10px;
}
.cart__item .cart-size-qty label {
  padding-right: 10px;
}
.cart__item .cart-size-qty input {
  max-width: 50px;
}
.cart__item .heart-cart {
  display: flex;
  gap: 15px;
}

.discount-code-side {
  padding: 30px;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 30px;
}
.discount-code-side .h3 {
  margin-bottom: 10px;
}
.discount-code-side .d-flex {
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.discount-code-side .input {
  width: 100%;
}
.discount-code-side .input__error-text {
  margin-top: 10px;
  text-align: left;
}

.cart-summary .d-flex {
  justify-content: space-between;
}
.cart-summary .label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2726;
}
.cart-summary .price, .cart-summary__footer .label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #2E2726;
}
.cart-summary__header {
  margin-bottom: 20px;
}
.cart-summary__content {
  padding-bottom: 24px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 20px;
}
.cart-summary__footer {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .cart__item {
    gap: 30px;
    padding: 40px;
  }
  .cart__item--img {
    max-width: 120px;
  }
  .cart__item--img img {
    height: 120px;
    width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart__item--content .h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .cart__item--content p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 16px;
    display: block;
  }
  .cart__item--price {
    font-size: 16px;
  }
  .cart__item .cart-size-qty {
    margin-bottom: 31px;
  }
}
.order-summary .h3 {
  margin-bottom: 20px;
}
.order-summary p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.order-summary .cart-summary__footer {
  padding-bottom: 20px;
  border-bottom: 2px solid #d9d9d9;
}
.order-summary .cart-summary-item {
  margin-top: 30px;
}
.order-summary .cart-summary-item {
  display: flex;
  gap: 30px;
}
.order-summary .cart-summary-item__image img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-summary .cart-summary-item__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.order-summary #order_summary_payment_delivery_template select {
  text-align: left;
}

.alerts {
  text-align: center;
}
.alerts .alert {
  position: fixed;
  z-index: 9999999999;
  opacity: 1;
  width: 100%;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.alerts .alert.show {
  top: 0;
}
.alerts .alert .btn-close {
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .alerts .alert {
    min-width: 400px;
    width: initial;
  }
  .alerts .alert.show {
    top: 20px;
  }
}
.my-account__login--footer {
  margin-top: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.my-account__login--footer input {
  margin-right: 10px;
}
.my-account__login .register-text a {
  margin-left: 10px;
}

.private-zone-menu {
  margin-bottom: 30px;
}
.private-zone-menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.private-zone-menu li a {
  font-size: 1.1rem;
}
.private-zone-menu li a i {
  margin-right: 10px;
}

.order-history .d-flex {
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
}
.order-history .d-flex div {
  flex: 33.333%;
}
.order-history .d-flex div:last-child {
  text-align: right;
}
.order-history__header {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(46, 39, 38, 0.7098039216);
}
.order-history__list {
  flex-direction: column;
}
.order-history__item {
  display: flex;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .private-zone-menu {
    margin-top: 72px;
    margin-bottom: 0;
  }
}
.pagination {
  display: flex;
  margin: 40px 0;
  justify-content: center;
  align-items: baseline;
  margin: 50px 0;
}
.pagination .pagination-inner {
  display: flex;
  justify-content: center;
}
.pagination__box {
  width: 37px;
  height: 37px;
}
.pagination__box.active {
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.pagination__box button,
.pagination__box div {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.pagination__box div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__box button {
  background-color: transparent;
}
.pagination__box button:hover {
  border-color: #F48120;
}

.tags {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 10px;
}
.tags .tag {
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  background: #78DAAB;
  border-radius: 2px;
  padding: 4px 8px;
  height: 25px;
}

.contact .h3 {
  margin-bottom: 22px;
}
.contact .chat-wrap {
  margin-bottom: 50px;
}
.contact .chat-wrap .h3 {
  margin-bottom: 24px;
}
.contact .chat-wrap p {
  margin-bottom: 22px;
  text-align: justify;
}
.contact .contact-info {
  display: flex;
  gap: 40px;
  margin-bottom: 6px;
}
.contact .contact-info i {
  color: #F48120;
  margin-right: 6px;
}
.contact .contact-info a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2E2726;
}

.search-results-wrapper .search-results {
  position: absolute;
  right: 0;
  top: 55px;
  width: 450px;
  border: 2px solid #dcdcdc;
  background: white;
  display: none;
  z-index: 9999;
}
.search-results-wrapper .search-results__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px 15px 0;
}
.search-results-wrapper .search-results__item:last-child {
  padding-bottom: 15px;
}
.search-results-wrapper .search-results__item:hover {
  background: #f5f5f5;
}
.search-results-wrapper .search-results__item:last-child {
  margin-bottom: 0;
}
.search-results-wrapper .search-results__item--image {
  width: 70px;
  width: 70px;
  margin-right: 15px;
}
.search-results-wrapper .search-results__item--title {
  margin-right: auto;
}
body,
html {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  background-color: white;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.temp {
  margin: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.grey-background {
  background-color: #F7F7F7;
}

.main-section {
  padding: 50px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.main-section {
  padding: 50px 0;
}
.main-section--small {
  padding: 30px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.center-me {
  display: table;
  margin: 0 auto;
}

.background--grey {
  background-color: #f6f6f6;
}

.spacer-100 {
  display: block;
  height: 100%;
}

.spacer-50 {
  display: block;
  height: 50px;
}

.underline {
  text-decoration: underline;
}

.add-to-favorites.active {
  border: 2px solid #f48120;
  color: #f48120;
}

.favorites-small-icon {
  background-color: transparent;
  color: #2E2726;
}
.favorites-small-icon.active {
  background-color: transparent;
  color: #f48120;
}

.separator-40 {
  margin-top: 40px;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-page img {
  width: 90%;
}
.thanks-page .right-side-text {
  height: 100%;
  text-align: center;
}
.thanks-page .right-side-text .h2 {
  margin-bottom: 16px;
}
.thanks-page .right-side-text p {
  margin-bottom: 24px;
}
.thanks-page .right-side-text .button {
  margin: 0 auto;
  display: table;
}
.thanks-page.contact-ty {
  text-align: center;
}
.thanks-page.contact-ty img {
  width: 50%;
}

.show-on-md {
  display: none;
}

.ml-auto {
  margin-left: auto;
}

#show-less-photos-button {
  display: none;
}

.verify-email {
  text-align: center;
  min-height: 200px;
}
.verify-email > p {
  margin-bottom: 50px;
}
.verify-email .flex {
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .show-on-md {
    display: block;
  }
  .no-pd-b-md {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .thanks-page img {
    width: 60%;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .thanks-page .right-side-text h2,
  .thanks-page .right-side-text p {
    text-align: left;
  }
  .thanks-page .right-side-text .button {
    display: initial;
    margin-left: 0;
  }
}
