html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Raleway', sans-serif;
  background-color: #F3F3F3;
  color: #000;
  margin: 0 auto;
  font-size: 0.938em;
}
a {
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a.no-underline:hover {
  text-decoration: none;
}
a, button {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
button {
  border: 0;
  padding: 0;
  background: none;
}
a:focus, button:focus {
  outline: 0;
}
.stroke-current {
  stroke: currentColor;
}
p {
  font-weight: 400;
  line-height: 27px;
}
p a {
  color: #000;
  font-weight: 700;
}
p a:hover {
  color: #000;
}
.mb-6 {
  margin-bottom: 5rem;
}
.mt-6 {
  margin-top: 5rem;
}
.paragraph ul {
  font-size: 1.125em;
  list-style: none;
  padding: 0;
  line-height: 203.4%;
}
.paragraph ul li {
  position: relative;
  padding-left: 1.875em;
}
.paragraph ul li:before {
  content: '';
  width: 0.313em;
  height: 0.313em;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.375em;
  border-radius: 1000px;
}
.paragraph-sm h4 {
  line-height: 36px;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
.paragraph-sm h5 {
  font-weight: 700;
  font-size: 0.983em;
  margin-bottom: 0.750em;
}
.paragraph-sm p {
  margin-bottom: 1.875em;
}
.paragraph-sm ul {
  margin-bottom: 2.5em;
  list-style: none;
  padding-left: 1em;
  line-height: 27px;
}
.paragraph-sm ul li {
  position: relative;
  padding-left: 1.875em;
}
.paragraph-sm ul li:before {
  content: '';
  width: 0.313em;
  height: 0.313em;
  background: #000;
  position: absolute;
  left: 0;
  top: 0.750em;
  border-radius: 1000px;
}
.no-min-h .product-item__image {
  min-height: auto;
}
/* container */

@media(min-width: 1025px) {
  .section.section-product-slick .container {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .container {
    max-width: 1200px;
  }
  .container.narrow {
    max-width: 1070px;
  }
  .container.narrow-lg {
    max-width: 1150px;
  }
  .container.narrow-sm {
    max-width: 997px;
  }
  .ps-lg-81px {
    padding-left: 5.063em;
  }
  .section-consectetur .row {
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
  .section-consectetur .row>* {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .section-categories .row {
    margin-left: -2.25em;
    margin-right: -2.25em;
  }
  .section-categories .row>* {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
  .row-spacing-border {
    margin: 0 -2.813em;
  }
  .row-spacing-border>* {
    padding: 0 2.813em;
  }
  .border-col {
    position: relative;
  }
  .border-col:before {
    content: '';
    background: #9C9C9C;
    height: 100%;
    width: 0.063em;
    position: absolute;
    left: 0;
    top: 0;
  }
  .my-59px {
    margin: 3.688em 0;
  }
  .space-consectetur {
    padding-top: 2em;
    padding-bottom: 4.5em;
  }
  .footer-top .col-lg-9 {
    padding-left: 4.875em;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .border-col-right {
    position: relative;
  }
  .border-col-right:before {
    content: '';
    background: #9C9C9C;
    height: 100%;
    width: 0.063em;
    position: absolute;
    right: 2.5em;
    top: 0;
  }
  .border-col-left {
    position: relative;
  }
  .border-col-left:before {
    content: '';
    background: #9C9C9C;
    height: 100%;
    width: 0.063em;
    position: absolute;
    left: -3.5em;
    top: 0;
  }
}
/* button */

.btn {
  border-radius: 0;
  padding: 1.15em 1.625em;
  font-weight: 500;
  font-size: 0.813em;
  line-height: 15px;
  letter-spacing: 0.045em;
  min-width: 158px;
  display: inline-block;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-sm {
  font-size: 0.938em;
  line-height: 18px;
  padding: 1em 1.875em;
  min-width: 8.125em;
  max-height: 45px;
}
.btn-primary {
  background-color: #37404A;
  border-color: #37404A;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.btn-outline-primary {
  border-color: #37404A;
  color: #37404A;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.btn-icon {
  border: 0.063em solid #37404A;
  display: flex;
  align-items: center;
  padding: 0.75em 1.25em;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.938em;
  line-height: 23px;
  letter-spacing: 0.045em;
  color: #6D6D6D;
  justify-content: center;
}
.btn-icon object {
  margin-right: 1.125em;
}
.btn-icon:hover {
  background-color: #eee;
}
/* background */

.bg-gray {
  background-color: #E5E5E5;
}
.bg-gray-dark {
  background-color: #E5E3DF;
}
.bg-dark {
  background-color: #011419 !important;
}
/* header top */

.header-top {
  z-index: 10000;
}
.header-top .menu-header-top>a {
  padding: 0.7em 0;
  font-size: 0.938em;
}
.header-top .menu-header-top img {
  width: 1.5em;
  margin-right: 0.688em;
  height: auto;
}
.header-top .menu-header-top>span {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.header-top .menu-header-top svg {
  margin-left: 0.438em;
  width: 0.688em;
}
.header-top .dropdown-menu-top {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -0.313em;
  width: 150px;
  background: #fff;
  box-shadow: 0.125em 0.125em 0.938em #0000004f;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.header-top .dropdown-menu-top__item {
  display: block;
  padding: 0.5em 10px;
  color: #011419;
  border-bottom: 0.063em solid #ddd;
  font-size: 0.938em;
}
.header-top .dropdown-menu-top__item:last-child {
  border: 0;
}
.header-top .menu-header-top:hover .dropdown-menu-top {
  opacity: 1;
  visibility: visible;
  display: block !important;
  right: 0;
  z-index: 11111111111 !important;
}
.header-top .menu-header-top.language {
  margin-right: 3em;
}
.header-cart {
  padding-top: 5.375em;
  padding-bottom: 10px;
}
.header-area .navbar {
  z-index: 1000 !important;
}
.is-sticky .navbar {
  background-color: #F3F3F3 !important;
}
.header-area .navbar {
  padding-top: 2.313em;
  padding-bottom: 1.875em;
}
.header-area .is-sticky .navbar {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: block;
}
.header-area .navbar .navbar-toggler {
  color: #000;
  padding: 0;
  border: 0;
}
.header-area .navbar .navbar-toggler:hover {
  opacity: 0.5;
}
.header-area .navbar .navbar-toggler:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.header-area .navbar-brand {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header-area .navbar-brand img {
  max-width: 10.6em;
}
.search-input-area {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 0;
  width: 100%;
}
.search-input-area.open {
  opacity: 1;
  visibility: visible;
}
.search-input-area .search-input-area__input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  height: 40px;
  padding-left: 30px;
  padding-right: 25px;
  background-color: transparent;
}
.search-input-area .search-input-area__input:focus {
  outline: 0;
}
.search-input-area .object {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0.4;
}
.search-input-area .search-input-area__close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #000;
  line-height: normal;
}
.header-area .menu-icon-header .menu-icon-item {
  display: inline-block;
  margin-left: 1.5em;
}
.header-area .menu-icon-header {
  min-height: 40px;
}
.header-area .menu-icon-header .menu-icon-item:hover {
  opacity: 0.5;
}
.header-area .menu-icon-header .menu-icon-item:first-child {
  margin-left: 0;
}
.header-area .offcanvas {
  background-color: #F4F2ED;
  width: 33.938em;
}
.header-area .offcanvas-header {
  padding: 2.438em 3.75em;
}
.header-area .offcanvas-header .btn-close {
  opacity: 1;
}
.header-area .offcanvas-body {
  padding: 2.438em 3.75em;
}
.header-area .dropdown-toggle::after {
  content: '+';
  border: 0;
  position: absolute;
  right: 0;
  margin: 0;
  vertical-align: 0;
  font-family: 'Raleway';
  font-size: 1.875em;
  font-weight: 400;
}
.header-area .dropdown-toggle.show::after {
  content: 'x';
  font-size: 1.563em;
}
.header-area .nav-link {
  color: #000000;
  font-weight: 700;
  font-size: 1.250em;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-area .dropdown-menu {
  background: none;
  border: 0;
}
.header-area .dropdown-item:hover {
  background: none !important;
}
.header-area .dropdown-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/* section */

.section {
  padding: 3.5em 0;
}
.section.section-spacing-lg {
  padding-top: 5.813em;
  padding-bottom: 10em;
}
.section.section-spacing-md {
  padding-top: 5.375em;
  padding-bottom: 4.688em;
}
.section-subtitle {
  font-weight: 400;
  font-size: 1.250em;
  line-height: 36px;
  letter-spacing: 0.045em;
}
.section-title {
  font-weight: 700;
  font-size: 1.653em;
  line-height: 29px;
  letter-spacing: 0.09em;
}
.section-title-sm {
  font-weight: 700;
  font-size: 1.250em;
  line-height: 177%;
}
.section-text {
  font-weight: 400;
  line-height: 165%;
}
.title-form {
  font-weight: 700;
  font-size: 1.563em;
  line-height: 29px;
  letter-spacing: 0.09em;
}
/* section consectetur */

.section-consectetur {
  padding-top: 4.688em;
}
/* banner item */

.banner-item {
  min-height: 458px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
}
.banner-item .content {
  width: 100%;
  padding: 4.563em 3.75em;
  color: #fff;
}
.banner-item .content .sub-title {
  font-weight: 700;
  font-size: 1.250em;
  line-height: 22px;
  letter-spacing: 0.045em;
  display: block;
}
.banner-item .content .title {
  font-size: 1.653em;
  line-height: 23px;
  letter-spacing: 0.045em;
  font-weight: 400;
  margin-top: 0.438em;
  margin-bottom: 2em;
}
/* product */

.products-4 .slick-slide {
  margin: 0 1.125em;
}
.products-4 .slick-list {
  margin: 0 -1.125em;
}
.product-item {
  position: relative;
  margin-bottom: 1.563em;
}
.product-item__image img {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.product-item__image {
  --aspect-padding: 100%;
  background-color: #C4C4C4;
  position: relative;
  margin: 0;
  /* min-height: 20.188em; */
}
.product-item__image .product-item__image-front {
  opacity: 1;
}
.product-item__image .product-item__image-back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-item__image:hover .product-item__image-front {
  opacity: 0;
}
.product-item__image:hover .product-item__image-back {
  opacity: 1;
}
.product-item__sold .product-item__image {
  pointer-events: none;
}
.product-item__sold .product-item__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.54;
}
.product-item__btn {
  position: absolute;
  bottom: 1.313em;
  left: 1.875em;
  right: 1.875em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  opacity: 0;
  visibility: hidden;
  min-width: auto;
}
.product-item__image:hover .product-item__btn {
  opacity: 1;
  visibility: visible;
}
.product-item__content {
  padding-top: 1.688em;
  text-align: center;
}
.product-item__content .product-item__title {
  font-weight: 400;
  font-size: 0.750em;
  line-height: 18px;
  letter-spacing: 0.13em;
  margin-bottom: 0.5em;
}
.product-item__content .product-item__title a {
  color: #011419;
}
.product-item__content .product-item__title a:hover {
  color: #B5B5B5;
}
.product-item__content .product-item__price {
  font-weight: 600;
  font-size: 0.750em;
  line-height: 18px;
  letter-spacing: 0.13em;
  color: #777777;
}
.product-item__content .product-item__price .discount-price {
  text-decoration: line-through;
  margin-right: 0.188em;
  display: inline-block;
}
.product-item__content .product-item__price .normal-price {
  color: #E40B0B;
  display: inline-block;
}
.product-item__badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 10px 1.25em;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.13em;
  background-color: #ddd;
}
.product-item__badge.sale {
  background-color: #011419;
  color: #fff;
}
.product-item__badge.sold {
  background-color: #F4F2ED;
  right: 0;
  left: auto;
}
.products-4 .slide-arrow {
  border: 0;
  background: none;
  padding: 0;
  position: absolute;
  left: -3.5em;
  top: 50%;
  margin-top: -2.625em;
  z-index: 10;
}
.products-4 .slide-arrow.next-arrow {
  left: auto;
  right: -3.5em;
}
/* categories */

.section-categories .section-title {
  margin-bottom: 5.75em;
}
.sr-only {
  border: 0;
  clip: rect (0.063em, 0.063em, 0.063em, 0.063em);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 0.063em;
  margin: -0.063em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.063em;
  word-wrap: normal!important;
}
.category-item {
  display: flex;
  width: 100%;
  margin-bottom: 5.438em;
  position: relative;
}
.category-item.category-item__start {
  justify-content: start;
}
.category-item.category-item__end {
  justify-content: end;
}
.category-item .category-item__name {
  position: absolute;
  bottom: 2.75em;
  left: 0;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 70px;
  letter-spacing: 0.09em;
  margin: 0;
z-index: 10;}
.category-item__clip {
  width: calc(100% - 4.1em);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
visibility: hidden;}
.category-item__clip a {
  width: 100%;
  height: 100%;
display: block;}
.category-item__clip a img {
  width: 100%;
height: 100%;}
.category-item__clip a:hover {
  text-decoration: none;
}
.category-item.category-item__end .category-item__clip {
  left: auto;
  right: 0;
}
.category-item:hover .category-item__clip {
  opacity: 1;
  visibility: visible;
}
.category-item:hover .category-item__name {
  text-shadow: 4px 4px  rgba(0,0,0,.15)!important;
}
.category-item img {
  width: calc(100% - 4.1em);
  object-fit: cover;
}
.category-item.category-item__start .category-item__name {
  left: auto;
  right: 0;
}
.category-item .category-item__name.p-top {
  bottom: auto;
  top: 2.75em;
}
/* card media */

.section-card-media {
  background-color: #E5E3DF;
  position: relative;
}
.section-card-media .section-text {
  margin-top: 1.625em;
  margin-bottom: 3em;
}
.card-media__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
}
.card-media__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-media__content {
  padding-top: 8.375em;
  padding-bottom: 6.75em;
  padding-right: 80px;
}
/* insta look */

.section-insta-look {
  padding-top: 4.938em;
}
.section-insta-look .section-title {
  margin-bottom: 0;
}
.section-insta-look .top {
  margin-bottom: 3.375em;
}
.link-underline {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 22px;
  letter-spacing: 0.045em;
  color: #011419;
  text-decoration: underline;
}
.link-underline:hover {
  color: #B5B5B5;
}
.insta-look-item {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.insta-look-item img {
  height: 100%;
  object-fit: cover;
}
.insta-look-item__clip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(0 0 0 / 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding: 5px;
}
.insta-look-item:hover .insta-look-item__clip {
  opacity: 1;
}
.insta-look-item__title {
  margin: 0;
  font-size: 0.875em;
  color: #fff;
  margin-top: 0.313em;
  letter-spacing: 0.125em;
}
.insta-look-item__clip * {
  transition: none;
}
.insta-look-item__clip object {
  color: #fff;
}
/* footer */

.footer-top {
  background-color: #CDCDCD;
  padding-top: 5.438em;
  padding-bottom: 3.5em;
}
.footer-title {
  font-weight: 600;
  font-size: 0.938em;
  letter-spacing: 0.09em;
  margin-bottom: 1.875em;
}
.footer-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-link li a {
  font-weight: 400;
  font-size: 0.938em;
  letter-spacing: 0.04em;
  color: #000000;
  display: block;
  line-height: 29px;
}
.footer-link li a:hover {
  text-decoration: underline;
}
.footer-title-lg {
  font-weight: 600;
  font-size: 1.250em;
  letter-spacing: 0.09em;
  margin-bottom: 1.625em;
}
.footer-text {
  font-weight: 400;
  font-size: 0.938em;
  line-height: 29px;
}
.form-subscribe {
  position: relative;
}
.form-subscribe input {
  border: 0;
  border-bottom: 0.047em solid #000000;
  background: none;
  width: 100%;
  padding-top: 0.688em;
  padding-bottom: 0.688em;
  font-size: 0.813em;
  padding-right: 2.875em;
}
.form-subscribe input:focus {
  outline: none;
}
.form-subscribe button {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 0.813em;
  letter-spacing: 0.125em;
  top: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.social-media-footer {
  margin-top: 3.563em;
}
.social-media-footer a {
  color: #797979;
  margin-left: 2.813em;
}
.social-media-footer a:hover {
  color: #000;
}
.footer-bottom {
  padding: 2.25em 0;
  color: #fff;
  font-weight: 400;
  line-height: 21px;
  font-size: 0.938em;
}
.footer-bottom .copyright {
  margin: 0;
}
.footer-payment span {
  margin-right: 0.5em;
}
.footer-payment img {
  height: 1.313em;
}
/* page about */

.page-title {
  min-height: 47.563em;
  display: flex;
  align-items: center;
  padding: 1em 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title.page-title__sm {
  min-height: 34.5em;
}
.page-title__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 57px;
  letter-spacing: 0.09em;
  margin: 0;
  color: #fff;
}
.page-title__desc {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 177%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.section-quotes {
  margin-top: -6em;
  padding-top: 0;
}
.section-quotes p {
  margin-bottom: 0;
}
.box-quotes {
  max-width: 31.31em;
  background-color: #fff;
  padding: 2.5em 4em;
  transition: all 0.3s ease-in-out;
}
.box-quotes:hover {
  box-shadow: 0.313em 0.313em 0.938em #0000002e;
}
.box-quotes.offset-top {
  margin-bottom: 3.125em;
}
blockquote {
  font-style: italic;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 179%;
  position: relative;
  padding-left: 43px;
}
blockquote:before {
  content: "\201C";
  font-style: italic;
  font-weight: 500;
  font-size: 130px;
  position: absolute;
  left: -36px;
  top: 25px;
}
.box-quotes blockquote {
  margin-bottom: 0;
}
.section-title-bg {
  position: relative;
  z-index: 1;
}
.section-title-bg .section-title {
  line-height: 148%;
  font-size: 2.063em;
  margin: 0;
}
.section-title-bg img {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
  max-width: 18.25em;
  margin-bottom: 1.563em;
}
.column-spacing .row {
  margin-left: -1.875em;
  margin-right: -1.875em;
}
.column-spacing .row>* {
  padding-left: 1.875em;
  padding-right: 1.25em;
}
.section-big-quotes {
  min-height: 800px;
  background-size: cover;
  background-position: top center;
  margin-top: 16.688em;
  position: relative;
  padding-top: 19.938em;
  padding-bottom: 80px;
}
.img-offset-top {
  position: absolute;
  top: -16.688em;
}
.img-offset-top img {
  max-width: 100%;
}
/* practices */

.box-info-practice {
  padding: 3.99em 8.1em;
  text-align: center;
}
.box-info-practice h4 {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 32px;
}
.box-info-practice p {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 27px;
}
.box-quotes.offset-left {
  margin-top: 3.75em;
  padding: 2.5em 4.37em;
  margin-bottom: 2.5em;
  position: relative;
  left: -70%;
  width: 553px;
  max-width: none;
}
.box-quotes.offset-right {
  margin-top: 3.75em;
  padding: 2.5em 3.375em;
  margin-bottom: 3.75em;
  position: relative;
  right: 100%;
  width: 600px;
}
.sustainable-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.sustainable-item object {
  width: 5.625em;
  margin-bottom: 2.5em;
  height: 100%;
}
.sustainable-item .title {
  font-weight: 700;
  font-size: 1.250em;
  line-height: 36px;
  margin-bottom: 0.75em;
}
.sustainable-item .text {
  font-weight: 400;
  font-size: 1em;
  line-height: 30px;
  margin: 0;
}
.sustainable-item:hover {
  margin-top: -0.313em;
}
/* ingredients */

.accordion-item {
  background: none;
  border: 0;
  border-bottom: 0.063em solid #000000;
}
.accordion-header {
  font-size: 1.125em;
  line-height: 177.9%;
}
.accordion-button {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.563em;
  padding-top: 1.563em;
  font-weight: 600;
  line-height: 26px;
}
.accordion-sm .accordion-button {
  padding: 0.813em 0;
}
.accordion-big .accordion-header {
  font-size: 1.375em;
  line-height: 179%;
}
.accordion-big .accordion-button {
  font-weight: 700;
}
.accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.875em;
}
.accordion-body p {
  font-size: 0.938em;
  margin-bottom: 2.313em;
  font-weight: 400;
  line-height: 179.4%;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-sm .accordion-body p {
  line-height: 179%;
}
.accordion-big .accordion-body p {
  margin-bottom: 1em;
}
.accordion-big .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-button:focus {
  box-shadow: none;
  border: 0;
}
.accordion-button:not(.collapsed) {
  background: none;
  color: #000;
  border: 0;
  box-shadow: none;
}
.accordion-button::after {
  background: none;
  content: "+";
  font-weight: 400;
  font-size: 2.563em;
  height: auto;
  width: auto;
  margin-left: auto;
  padding-left: 1em;
}
.accordion-button:not(.collapsed)::after {
  background: none;
  content: "-";
  transform: none;
}
/* contact */

.form-label-floating .form-group {
  margin-bottom: 1.313em;
  position: relative;
}
.form-label-floating label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.045em;
  color: #6D6D6D;
  position: absolute;
  left: 1.313em;
  top: 8px;
}
.form-control {
  color: #000;
  border: 0.063em solid #AAAAAA;
  border-radius: 0;
  height: 45px;
  font-size: 0.938em;
}
.form-control.form-control-sm {
  height: 3.063em;
}
.form-control::placeholder {
  color: #C0C0C0;
}
.form-label-floating .form-control {
  height: 45px;
  padding-left: 1.1em;
  padding-top: 1.5em;
  font-size: 0.938em;
}
.form-label-floating.form-sm .form-control {
  height: 3.75em;
  padding-top: 1.563em;
}
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.form-label-floating .form-control:focus+label {
  font-weight: 600;
}
.form-label-floating textarea.form-control {
  height: auto;
  padding-top: 2.188em;
}
.form-label-floating .btn {
  margin-top: 2.75em;
  font-size: 0.938em;
  line-height: 18px;
  padding: 1.063em 1.5em;
  min-width: auto;
}
.form-label-floating .btn.btn-sm {
  margin-top: 2.75em;
  font-size: 0.938em;
  line-height: 18px;
  padding: 0.938em 1.875em;
  min-width: auto;
}
/* stockist */

.stockist-area {
  min-height: 49.6em;
}
.stockist-image {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
}
.stockist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#stockist-accordion {
  margin-bottom: 2.375em;
}
.online-stores {
  text-align: center;
  margin-bottom: 1em;
}
.online-stores .image {
  margin-bottom: 0.438em;
  min-height: 3.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-stores span {
  font-size: 0.813em;
  line-height: 179%;
  color: #000;
}
.online-stores:hover span {
  text-decoration: underline;
}
/* career job list */

.search-input span {
  margin-right: 1.25em;
  margin-top: 1.25em;
}
.list-table {
  width: 100%;
  background-color: #fff;
  border: 0.063em solid #AAAAAA;
}
.list-table tbody td {
  padding: 0.875em 2.375em;
  border-bottom: 0.063em solid #aaa;
  vertical-align: bottom;
}
.list-table tbody tr:last-child td {
  border-bottom: 0;
}
.list-table .title {
  font-weight: 700;
  font-size: 0.938em;
  line-height: 18px;
  margin-bottom: 0.750em;
}
.list-table .meta {
  display: flex;
  align-items: center;
}
.list-table .meta svg {
  margin-right: 0.750em;
  width: 12px;
}
.list-table .meta span {
  font-size: 0.750em;
  line-height: 23px;
  font-weight: 400;
}
.file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.file-btn__text {
  background: #C4C4C4;
  padding: 0.688em 1.5em;
  cursor: pointer;
}
.file-btn:hover .file-btn__text {
  background: #aaa;
}
.file-btn__input {
  position: absolute;
  font-size: 3.125em;
  opacity: 0;
  right: 0;
  top: 0;
}
/* profile */

.profile-menu {
  background: #E5E3DF;
  padding: 2.125em 2.5em;
}
.profile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-menu__item {
  display: block;
  letter-spacing: 0.045em;
  font-weight: 600;
  font-size: 1.125em;
  color: #8C8C8C;
  line-height: 54px;
}
.profile-menu__item.active {
  color: #000
}
.profile-overview__label {
  font-weight: 600;
  line-height: 41px;
}
.profile-overview__value {
  font-weight: 400;
  line-height: 41px;
}
.profile-nodata {
  font-style: italic;
  font-size: 1.125em;
  line-height: 21px;
  letter-spacing: 0.045em;
  color: #313131;
}
.shipping-card {
  background-color: #fff;
  margin-bottom: 1.375em;
}
.shipping-card__header {
  display: flex;
  justify-content: space-between;
  padding: 1.063em 1.875em;
  border-bottom: 1px solid #C7C7C7;
  align-items: center;
}
.shipping-card__header h3 {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  letter-spacing: 0.045em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shipping-card__header .btn {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 91px;
}
.shipping-card__body {
  padding: 1.063em 1.875em;
}
.shipping-card__body .name {
  font-weight: 700;
}
.shipping-card__body .phone {
  margin-left: 2.6em;
}
.shipping-card__body .address {
  margin-top: 0.5em;
}
/* order history */

.history-table {
  width: 100%;
  border: 0.063em solid #CACACA;
}
.history-table thead th {
  font-weight: 600;
  font-size: 0.983em;
  line-height: 272.9%;
  padding: 0 1.5em;
  border-bottom: 0.063em solid #CACACA;
}
.history-table tbody td {
  padding: 1em 1.5em;
  border-bottom: 0.063em solid #CACACA;
}
.history-table__number, .history-detail__title .number {
  border: 0.063em solid #FF0000;
  padding: 0.438em 0.875em;
  border-radius: 1000px;
  color: #FF0000;
  font-size: 0.750em;
  display: inline-block;
}
.history-table__listimage {
  display: flex;
  flex-wrap: wrap;
}
.history-table__image {
  width: 4.547em;
  height: 4.547em;
  overflow: hidden;
  background: #C4C4C4;
  margin-right: 0.875em;
  margin-bottom: 0.875em;
}
.history-table__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.history-table .no-border td {
  border-bottom: 0;
  font-size: 0.750em;
}
.cursor-pointer {
  cursor: pointer;
}
.font-semibold {
  font-weight: 600;
}
.history-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.history-detail__title .label {
  font-weight: 500;
  font-size: 1.125em;
  margin-right: 0.75em;
}
.history-detail__header a {
  font-weight: 500;
  font-size: 0.750em;
}
.history-detail__table {
  width: 100%;
}
.history-detail__table td {
  padding-bottom: 2.125em;
  padding-right: 2.813em;
}
.history-detail__table-image {
  width: 13.5em;
  height: 17.156em;
  background: #E5E3DF;
}
.history-detail__table-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.063em solid #ddd;
}
.history-detail__table-title {
  font-weight: 700;
  font-size: 0.983em;
  letter-spacing: 0.09em;
  margin: 0;
}
.history-detail__table-variant {
  font-weight: 400;
  font-size: 0.983em;
  margin-top: 10px;
}
.history-detail__table-desc {
  font-style: italic;
  font-weight: 400;
  font-size: 0.750em;
  margin-top: 0.5em;
  padding-right: 2.813em;
}
.history-detail__table-price {
  font-weight: 600;
  font-size: 0.983em;
  margin-top: 1em;
}
.history-detail__table-qty {
  font-weight: 400;
  font-size: 0.983em;
}
.history-detail__total {
  width: 100%;
  font-size: 0.983em;
}
.history-detail__total td {
  padding: 0.938em;
}
.history-detail__total tr:first-child td, .history-detail__total tr:last-child td {
  border-top: 0.063em solid #000;
}
.history-detail__total td:first-child {
  padding-left: 0;
}
.history-detail__total td:last-child {
  padding-right: 0;
}
/* login */

.button-border-custom {
  border-bottom: 0.125em solid #C4C4C4;
  margin-bottom: -0.125em;
}
.button-border-custom__item {
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.09em;
  padding-bottom: 1.625em;
  padding-left: 0.875em;
  padding-right: 0.875em;
  position: relative;
}
.button-border-custom__item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.125em;
  height: 0.125em;
  background-color: transparent;
}
.button-border-custom__item.active {
  border-color: #37404A;
}
.button-border-custom__item.active:after {
  background-color: #37404A;
}
.form-link {
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #6D6D6D;
}
.or-element {
  margin: 2.5em 0;
  position: relative;
  text-align: center;
}
.or-element span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  background-color: #f3f3f3;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.or-element:after {
  content: '';
  height: 0.063em;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
/* cart */

.cart-floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
}
.cart-floating.open {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.cart-floating__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.cart-floating__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  background: #FFFFFF;
  box-shadow: -0.188em -0.5em 1em rgba(0, 0, 0, 0.25);
  height: 100vh;
  overflow: hidden;
}
.cart-floating__body {
  padding-left: 1.625em;
  padding-right: 1.625em;
  height: calc(100vh - 360px);
  overflow: auto;
}
.cart-floating__info {
  background: #C4C4C4;
  font-weight: 500;
  font-size: 0.938em;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.045em;
  color: #313131;
  padding: 0.875em 2.75em;
}
.cart-floating__header {
  padding: 1em 1.625em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.063em solid #ABABAB;
}
.cart-floating__header .title {
  font-weight: 500;
  font-size: 1.563em;
  line-height: 29px;
  color: #313131;
  margin: 0;
}
.cart-floating__header .close {
  font-weight: 400;
  font-size: 2.188em;
  line-height: 41px;
  color: #313131;
}
.cart-floating__item {
  border-bottom: 0.063em solid #ABABAB;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
  width: 100%;
}
.cart-floating__item .images, .table-cart .images {
  background: #C4C4C4;
  width: 9.375em;
  height: 9.375em;
  overflow: hidden;
  margin-right: 1.875em;
}
.cart-floating__item .images img, .table-cart .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.063em solid #ddd;
}
.cart-floating__item .w-float {
  width: calc(100% - 170px);
}
.cart-floating__item .content {
  margin-bottom: 1.8em;
}
.cart-floating__item .content .title, .table-cart .content .title {
  font-weight: 600;
  font-size: 0.983em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #313131;
}
.cart-floating__item .content .variant, .table-cart .variant {
  font-weight: 400;
  font-size: 0.750em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #313131;
  margin-top: 0.375em;
}
.cart-floating__item .content .price {
  font-weight: 500;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #313131;
  margin-top: 15px;
}
.cart-floating__item .action, .table-cart .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-floating__item .qty-area, .table-cart .qty-area {
  display: flex;
  align-items: center;
  border: 0.063em solid #979797;
}
.cart-floating__item .qty-area input, .cart-floating__item .qty-area button, .table-cart .qty-area input, .table-cart .qty-area button {
  width: 2.375em;
  height: 2.375em;
  font-weight: 400;
  font-size: 0.983em;
  color: #979797;
}
.cart-floating__item .qty-area .qty-value, .table-cart .qty-area .qty-value {
  text-align: center;
  border: 0;
  border-left: 0.063em solid #979797;
  border-right: 0.063em solid #979797;
  background: none;
}
.cart-floating__item .link-remove, .table-cart .link-remove {
  font-weight: 600;
  font-size: 0.750em;
  line-height: 18px;
  letter-spacing: 0.255em;
  color: #979797;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 1.875em;
}
.cart-floating__footer {
  background: #FFFFFF;
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.25);
  padding: 1.25em 2.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cart-floating__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  letter-spacing: 0.045em;
  color: #313131;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.cart-floating__total.fw-bold {
  border-top: 0.063em solid #ABABAB;
  padding-top: 1em;
}
.table-cart {
  width: 100%;
}
.table-cart thead th {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 23px;
  letter-spacing: 0.09em;
  color: #424242;
  padding-bottom: 1.313em;
  border-bottom: 0.063em solid #000;
  padding-right: 0.938em;
  padding-left: 0.938em;
}
.table-cart thead th:first-child, .table-cart tbody td:first-child {
  padding-left: 0;
}
.table-cart thead th:last-child, .table-cart tbody td:last-child {
  padding-right: 0;
}
.table-cart tbody td {
  padding: 1.875em 0.938em;
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #313131;
}
.table-cart tfoot {
  border-top: 0.063em solid #000;
}
.table-cart tfoot td {
  padding: 0.313em 0;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #424242;
  font-weight: 400;
}
.table-cart tfoot tr:first-child td {
  padding-top: 1.875em;
}
.table-cart tfoot td.font-bold {
  color: #313131;
  font-weight: 700;
}
.breadcrumb-item {
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
}
.breadcrumb.breadcrumb-text-md .breadcrumb-item {
  font-size: 0.983em;
}
.breadcrumb-item.active {
  color: #000;
  font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item.active::before {
  font-weight: 400;
}
.form-check.light .form-check-label {
  color: #6D6D6D;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
  border-color: #aaa;
}
.form-check-label {
  font-weight: 400;
  font-size: 0.938em;
  letter-spacing: 0.045em;
}
.cart-checkout {
  background-color: #fff;
  padding: 1.625em 2.125em;
  margin-bottom: 1.438em;
}
.cart-checkout .table-cart .images {
  width: 6.625em;
  height: 6.625em;
  margin-right: 1.5em;
}
.cart-checkout .table-cart tbody td {
  padding-left: 0.313em;
  padding-right: 0.313em;
}
.cart-checkout .table-cart tbody td:first-child {
  padding-left: 0;
}
.cart-checkout .table-cart tbody td:last-child {
  padding-right: 0;
}
.cart-checkout .table-cart tbody td {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}
.cart-checkout .table-cart tfoot tr:last-child td {
  border-top: 0.063em solid #000;
  padding-top: 1.313em;
}
.cart-checkout .table-cart tfoot tr:nth-last-child(-n+2) td {
  padding-bottom: 1.313em;
}
.promo-code .label {
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #424242;
}
.promo-code input {
  border: 0.063em solid #37404A;
  width: 100%;
  height: 3.125em;
  background: none;
  padding: 0 0.875em;
}
.promo-code .btn {
  min-width: auto;
}
.add-notes {
  margin-top: 2em;
}
.add-notes .label {
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  color: #424242;
}
.add-notes .input {
  width: 100%;
  background: #FFFFFF;
  border: 0.063em solid #37404A;
  padding: 0.875em;
}
.form-inline-change {
  background-color: #FFFFFF;
  border: 0.063em solid #AAAAAA;
  padding: 0 0.75em;
}
.form-inline-change__item {
  padding: 0.813em 0;
  border-bottom: 0.063em solid #B7B7B7;
}
.form-inline-change__item:last-child {
  border-bottom: 0;
}
.form-inline-change__item-label {
  color: #939393;
  font-weight: 600;
  font-size: 0.750em;
  line-height: 18px;
}
.form-inline-change__item-input {
  width: 100%;
  font-weight: 500;
  font-size: 0.938em;
  line-height: 20px;
  border: 0;
  background: none;
  resize: none;
  color: #666;
}
.form-inline-change__item-input:focus {
  outline: 0;
}
.form-inline-change__item-input:disabled {
  font-weight: 500;
  font-size: 0.750em;
  line-height: 20px;
  border: 0;
  background: none;
  color: #000000;
}
.form-inline-change__item-change {
  font-weight: 600;
  font-size: 0.750em;
  line-height: 18px;
  color: #838383;
}
.shipping-method__item {
  background: #FFFFFF;
  border: 0.063em solid #AAAAAA;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px 0.875em;
  align-items: center;
}
.shipping-method__item:first-child {
  border-top: 0.063em solid #AAAAAA;
}
.shipping-method__item .form-check {
  padding-left: 2em;
}
.shipping-method__item .form-check-input {
  margin-left: -2em;
  border-color: #9A9A9A;
}
.form-check-input:checked {
  border-color: #37404A;
  background-color: #37404A;
}
.shipping-method__item .form-check-label {
  font-weight: 600;
  font-size: 0.750em;
  color: #000000;
  line-height: 14px;
}
.shipping-method__item .form-check-info {
  font-weight: 400;
  font-size: 0.938em;
  line-height: 18px;
  color: #7E7E7E;
  display: block;
  margin-top: 0.25em;
}
.shipping-method__item .price-shipping {
  font-weight: 600;
  font-size: 0.750em;
  line-height: 18px;
  color: #000000;
}
.payment-method__item {
  background: #FEFEFE;
  margin-bottom: 0.875em;
}
.payment-method__item-header {
  padding: 1.125em 1.313em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-method__item-header .form-check {
  padding-left: 2.5em;
}
.payment-method__item-header .form-check-input {
  margin-left: -2.5em;
}
.payment-method__item-header .form-check-label {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 18px;
}
.payment-method__item-body {
  border-top: 0.063em solid #B7B7B7;
  padding: 1.313em;
}
.payment-method__item-body.hide {
  display: none;
}
/* product page */

.filter-product label {
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.983em;
  line-height: 23px;
  letter-spacing: 0.045em;
}
.filter-product select {
  border: 0.063em solid #000000;
  border-radius: 0;
  font-size: 0.983em;
  line-height: 23px;
  letter-spacing: 0.045em;
}
.product-category__image img {
  width: 100%;
}
/* product detail */

.product-detail__title {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 1.563em;
  line-height: 29px;
  letter-spacing: 0.09em;
  color: #000000;
  margin-bottom: 0.5em;
}
.product-detail__ratings {
  display: flex;
  align-items: center;
}
.product-detail__ratings .score {
  margin-left: 0.5em;
}
.product-detail__price {
  font-weight: 700;
  font-size: 1.250em;
  margin: 0.875em 0;
}
.product-detail__colors {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
.product-detail__colors-item {
  border: 0.063em solid transparent;
  padding: 0.333em 0.364em;
  margin-bottom: 10px;
  cursor: pointer;
}
.product-detail__colors-item.selected {
  border-color: #BDBDBD;
}
.product-detail__colors-item .color {
  width: 42.41px;
  height: 38.8px;
}
.product-detail__variant {
  margin-bottom: 1.31em;
}
.product-detail__quantity {
  display: block;
}
.product-detail__quantity .label {
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 177.9%;
}
.product-detail__qty {
  display: flex;
}
.product-detail__qty button, .product-detail__qty input {
  width: 3.125em;
  height: 3em;
  text-align: center;
  background-color: #fff;
  border: 0.063em solid #000;
}
.product-detail__qty input {
  border: 0;
  border-top: 0.063em solid #000;
  border-bottom: 0.063em solid #000;
}
.product-detail__tabs .nav-tabs {
  justify-content: space-around;
  border-bottom: 0.125em solid #c4c4c4;
}
.product-detail__tabs .nav-link {
  padding: 0;
  border: 0;
  background: none !important;
  margin-bottom: -0.125em;
  margin-right: 1em;
}
.product-detail__tabs .nav-link:last-child {
  margin-right: 0;
}
.product-detail__tabs .nav-link span {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.09em;
  color: #000;
  border-bottom: 0.125em solid transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.813em;
  display: block;
}
.product-detail__tabs .nav-link.active span {
  background: none;
  border: 0;
  border-bottom: 0.125em solid #000;
}
.product-detail__tabs .tab-content {
  padding-top: 1.5em;
}
.product-detail__tabs .tab-pane {
  height: 170px;
  overflow: auto;
padding-right: 1em;}
.product-detail__tabs .tab-pane p {
  font-weight: 400;
  font-size: 12px;
  line-height: 177.9%;
}
.ratings-star {
  display: flex;
  align-items: center;
}
.ratings-star .icon span, .set-star-rating span {
  width: 1.750em;
  height: 1.750em;
}
.ratings-star .score {
  font-weight: 600;
  font-size: 1.250em;
  margin-left: 1em;
}
.ratings .text {
  font-weight: 400;
  font-size: 1.063em;
  margin-top: 0.75em;
}
.ratings-score-detail {
  display: flex;
  align-items: center;
}
.ratings-score-detail .icon {
  width: 30%;
}
.ratings-score-detail .icon span {
  width: 1.18em;
  height: 1.18em;
}
.ratings-score-detail .score {
  margin: 0 1em;
  width: 3.125em;
}
.ratings-score-detail .bar {
  width: calc(100% - 3.125em - 30%);
}
.ratings-score-detail .progress {
  background-color: #CDCDCD;
  height: 0.750em;
}
.ratings-score-detail .progress-bar {
  background-color: #37404A;
}
.form-ratings {
  margin-top: 2.75em;
  border-top: 0.063em solid #000;
  padding-top: 1.688em;
}
.form-ratings .form-control {
  height: 3em;
}
.form-ratings textarea.form-control {
  height: auto;
}
.rating-list {
  margin-top: 2.813em;
  padding-top: 2.313em;
  border-top: 0.063em solid #000;
}
.rating-list__item {
  margin-bottom: 1.125em;
  padding-bottom: 1.625em;
  border-bottom: 0.063em solid #000;
}
.rating-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 177.9%;
  color: #656565;
}
.rating-list__header .date {
  font-weight: 400;
}
.rating-list__image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.875em;
}
.rating-list__image .image {
  height: 9em;
  width: 7em;
  background: #C4C4C4;
  margin-right: 0.688em;
}
.rating-list__image .image img, .rating-list__image .image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rating-list__title {
  margin-top: 1em;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 177.9%;
}
.rating-list__desc p {
  font-weight: 400;
  font-size: 0.813em;
  line-height: 177.9%;
}
.rating-list__desc blockquote {
  font-weight: 400;
  font-size: 0.813em;
  line-height: 177.9%;
  padding-left: 1.625em;
  border-left: 0.25em solid #C4C4C4;
  margin-left: 2.813em;
}
.rating-list__desc blockquote:before {
  display: none;
}
.page-item.page-left {
  margin-right: 1.25em;
}
.page-item.page-right {
  margin-left: 1.25em;
}
.page-link {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 177.9%;
  background: none;
  border: 0;
  color: #000;
  padding: 0 10px;
}
.page-link:hover {
  background: none;
  text-decoration: none;
  color: #bbb;
}
.page-item.active .page-link {
  background: none;
  color: #000;
  font-weight: bold;
}
.page-item.disabled .page-link {
  background: none;
}
.icon-star {
  background-image: url("https://sobat.sgp1.cdn.digitaloceanspaces.com/norman/o8XnVnr9xpFfF6LgsZ7w14iCPPYZ27bJStsN9AhK.png");
  width: 0.938em;
  height: 0.938em;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-star-o {
  background-image: url("https://sobat.sgp1.cdn.digitaloceanspaces.com/norman/o8XnVnr9xpFfF6LgsZ7w14iCPPYZ27bJStsN9AhK.png");
  width: 0.938em;
  height: 0.938em;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.product-detail__variant .btn-group {
  display: block;
}
.product-detail__variant .dropdown-toggle {
  background: #FFFFFF;
  border: 0.063em solid #000000;
}
.product-detail__variant .dropdown-toggle::after {
  position: absolute;
  right: 1.688em;
  top: 2.188em;
  border-left: 0.5em solid transparent;
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
}
.product-detail__variant .dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0 0.688em 1.125em rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
  margin-top: -0.125em !important;
}
.product-detail__variant-item {
  display: flex;
  align-items: center;
  padding: 0.688em;
  border-bottom: 0.063em solid #CBCBCB;
  cursor: pointer;
}
.product-detail__variant-item.selected {
  padding: 0;
  border: 0;
}
.product-detail__variant-item:last-child {
  border: 0;
}
.product-detail__variant-item .color {
  width: 50.85px;
  height: 49.46px;
  margin-right: 0.688em;
}
.product-detail__variant-item .title {
  font-weight: 500;
  font-size: 0.938em;
  line-height: 18px;
  letter-spacing: 0.045em;
  margin-bottom: 0.125em;
}
.product-detail__variant-item .desc {
  font-style: italic;
  font-weight: 400;
  font-size: 0.75em;
  line-height: normal;
  margin: 0;
}
.product-detail__variant-item .title .low {
  color: #FF0000;
}
.set-star-rating span {
  cursor: pointer;
  display: inline-block;
}
.set-star-rating span.icon-star-o {
  opacity: 0.5;
}
.set-star-rating span.hover {
  opacity: 1;
}
.form-ratings .file-btn__text {
  padding: 1em 1.625em;
  font-weight: 500;
  font-size: 0.813em;
  line-height: 16px;
  letter-spacing: 0.045em;
  min-width: 200px;
  height: 45px;
}
/* product detail image */

.product-detail__image-slider .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.product-detail__image .slider.product-detail__slider {
  max-width: calc(100% - 128px);
  padding-right: 23px;
}
.product-detail__image .slider.product-detail__slider-nav {
  max-width: 8.5em;
}
.product-detail__image .slider.product-detail__slider, .product-detail__image .slider.product-detail__slider-nav {
  width: 100%;
  float: left;
}
.product-detail__image .slider.product-detail__slider-nav {
  height: 42.375em;
  overflow: hidden;
}
.product-detail__image-item {
  height: 42.375em;
}
.product-detail__slider-nav .slick-slide.product-detail__thumb-item .thumbImg {
  max-width: 123px;
  height: 116px;
  margin: 0 auto;
  border: 0.063em solid #EBEBEB;
}
.product-detail__image-item img, .product-detail__slider-nav .product-detail__thumb-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slick-vertical .slick-slide:active, .slick-vertical .slick-slide:focus, .slick-arrow:hover, .slick-arrow:focus {
  border: 0;
  outline: 0;
}
.product-detail__slider-nav .slick-slide.slick-current.product-detail__thumb-item .thumbImg {
  border: 0.063em solid #000;
}
.product-detail__slider-nav .product-detail__thumb-item {
  text-align: center;
  margin-bottom: 0.938em;
  max-width: 8.5em;
  max-height: 7.688em;
  cursor: pointer;
}
.product-detail__image {
  position: relative;
}
.product-detail__image .product-nav__prev, .product-detail__image .product-nav__next {
  position: absolute;
  right: 0.25em;
  z-index: 99;
  width: 8.438em;
}
.product-detail__image .product-nav__prev {
  top: -1.875em;
}
.product-detail__image .product-nav__next {
  bottom: -1.875em;
}
.search-select .form-control {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.375em;
  padding-right: 2.375em;
}
/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {
  .product-detail__image .slider.product-detail__slider, .product-detail__image .slider.product-detail__slider-nav {
    max-width: 100%;
    float: none;
  }
  .product-detail__image .slider.product-detail__slider {
    padding-right: 0;
  }
  .product-detail__image .slider.product-detail__slider-nav {
    height: auto;
  }
  .product-detail__image-item {
    height: 500;
  }
  .slider.product-detail__slider-nav.product-detail__thumb {
    padding: 10px 1.875em 0;
  }
  .product-detail__slider-nav .slick-slide span {
    padding: 0.313em 0;
  }
  .product-detail__slider-nav .slick-arrow {
    padding: 0;
    width: 1.875em;
    height: 1.875em;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .product-detail__slider-nav .slick-prev {
    left: 0;
    right: unset;
  }
  .product-detail__slider-nav .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .product-detail__image-slider .car-slider-desc {
    max-width: 340px;
  }
  .slider.product-detail__slider-nav.product-detail__thumb {
    white-space: nowrap;
  }
  .product-detail__thumb-item.slick-slide {
    min-width: 4.688em;
    display: inline-block;
    float: none;
  }
}

.dell{
  text-decoration: line-through;
}

@media screen and (max-width: 767px) {
  .product-detail__image-item {
    height: 400px;
  }
  .slider.product-detail__slider-nav.product-detail__thumb {
    padding: 0 1.25em 0;
    margin: 0.625em 0 0;
  }
  .product-detail__slider-nav .slick-slide.product-detail__thumb-item .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .product-detail__slider-nav .slick-slide span {
    font-size: 0.75em;
    white-space: normal;
  }
}
@media screen and (max-width: 580) {
  .product-detail__image-item {
    height: 340px;
  }

  .enter-mobile{
    display: block;
  }
}
@media screen and (max-width: 480) {
  .product-detail__image-item {
    height: 280px;
  }

  
  .enter-mobile{
    display: block;
  }
}
.text-12 {
  font-size: 0.750em;
}
.js__shipping-card {
  cursor: pointer;
  border: 1px solid transparent;
  margin-bottom: 1.375em;
  padding: 1.250em;
}
.js__shipping-card .shipping-card {
  margin-bottom: 0;
}
.js__shipping-card.active {
  border-color: #959595;
}
/* modal */

.modal-subscribe .modal-dialog {
  max-width: 741.62px;
}
.modal-subscribe .modal-content {
  border-radius: 0;
  height: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
.modal-subscribe .btn-close {
  color: #fff;
  background: none;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: normal;
  font-size: 49px;
  opacity: 1;
  line-height: 30px;
  padding: 0;
  width: auto;
  height: auto;
  position: absolute;
  right: 38px;
  top: 20px;
}
.modal-subscribe .text-lg {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-subscribe .text-sm {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 151.9%;
}
.modal-subscribe .form-subscribe {
  max-width: 262.86px;
  margin: 0 auto;
}
.modal-subscribe .form-subscribe input, .modal-subscribe .form-subscribe button {
  color: #fff;
  font-size: 15px;
}
.modal-subscribe .form-subscribe input {
  border-color: #fff;
}
.modal-subscribe .form-subscribe input::placeholder {
  color: #fff;
}
.modal-subscribe .form-subscribe input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.modal-subscribe .form-subscribe input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.image-about-us {
  width: 1200px;
  height: 30rem;
  background-position: center;
  background-size: cover;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  p, .paragraph-sm p {
    font-size: 1em;
    line-height: 32px;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header-area .navbar-brand img {
    max-width: 150px;
  }
  .header-area .menu-icon-header .menu-icon-item {
    margin-left: 10px;
  }
  .header-area .menu-icon-header .menu-icon-item svg {
    width: 24px;
  }
  .header-area .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section-title {
    font-size: 24px;
    line-height: normal;
  }
  .section-subtitle {
    font-size: 14px;
    line-height: normal;
  }
  .section-text {
    font-size: 15px;
  }
  .section, .section.section-spacing-md {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-categories .section-title {
    margin-bottom: 40px;
  }
  .section-title-bg .section-title {
    font-size: 24px;
  }
  .banner-item {
    min-height: 200px;
  }
  .banner-item .content {
    padding: 20px;
  }
  .banner-item .content .sub-title {
    font-size: 14px;
  }
  .category-item .category-item__name {
    font-size: 32px;
  }
  .banner-item .content .title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: normal;
    margin-top: 0px;
  }
  .products-4 .slide-arrow {
    left: 0;
  }
  .products-4 .slide-arrow.next-arrow {
    right: 0;
  }
  .card-media__image {
    position: initial;
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
  }
  .card-media__content {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 0;
  }
  .section-card-media .section-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .logo-footer {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-title, .footer-title-lg {
    margin-bottom: 16px;
  }
  .footer-link li a {
    line-height: 24px;
  }
  .footer-bottom {
    padding: 16px 0px;
    ;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
  .social-media-footer a {
    margin-right: 2.813em;
    margin-left: 0;
  }
  .insta-look-item__clip svg {
    width: 16px;
  }
  .insta-look-item__title {
    font-size: 10px;
  }
  .section-insta-look {
    padding-top: 32px;
  }
  .section-insta-look .top {
    margin-bottom: 32px;
  }
  .cart-floating__container {
    width: 100%;
  }
  .cart-floating__header, .cart-floating__body, .cart-floating__footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cart-floating__item .content {
    margin-bottom: 16px;
  }
  .cart-floating__item .content .price {
    margin-top: 15px;
  }
  .cart-floating__item .qty-area input, .cart-floating__item .qty-area button, .table-cart .qty-area input, .table-cart .qty-area button {
    width: 2em;
    height: 2em;
  }
  .cart-floating__item .images, .table-cart .images {
    height: 10em;
    width: 10em;
    margin-right: 1em;
  }
  .cart-floating__item .link-remove, .table-cart .link-remove {
    margin-left: 1em;
  }
  .cart-floating__header .title {
    font-size: 1.25em;
    line-height: normal;
  }
  .page-title, .page-title.page-title__sm {
    min-height: 20em;
  }
  .page-title__title {
    font-size: 2em;
  }
  .page-title__desc {
    font-size: 1em;
  }
  .box-quotes.offset-top {
    max-width: 100%;
    margin-bottom: 2em;
    padding: 1.5em 2em;
  }
  blockquote, .box-quotes.offset-left blockquote {
    font-size: 14px;
    padding-left: 30px;
  }
  blockquote:before {
    font-size: 90px;
  }
  .box-quotes blockquote, .box-quotes.offset-left blockquote {
    padding-left: 30px;
  }
  .box-quotes blockquote:before, .box-quotes.offset-left blockquote:before {
    top: 32px;
  }
  .paragraph ul, .paragraph-sm ul {
    position: relative;
    z-index: 1;
    font-size: 1em;
    line-height: 32px;
  }
  .section-big-quotes {
    padding-top: 0;
    margin-top: 5em;
    min-height: auto;
    padding-bottom: 50px;
    background-size: 300%;
  }
  .img-offset-top {
    position: relative;
    top: -3em;
  }
  .box-quotes.offset-right, .box-quotes.offset-left {
    width: auto;
    position: initial;
    margin: 0;
    padding: 1.5em 2em;
  }
  .btn, .btn.btn-sm {
    font-size: 0.75em;
  }
  .btn.btn-lg {
    font-size: 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .form-label-floating .btn {
    font-size: 1em;
  }
  .section.section-spacing-lg {
    padding-top: 3em;
    padding-bottom: 5em;
  }
  .form-control {
    height: 3em;
  }
  .search-input span {
    margin-top: 0.75em;
  }
  .list-table, .list-table thead, .list-table tbody, .list-table tr, .list-table td {
    display: block;
  }
  .list-table tr:first-child {
    padding-top: 1em;
  }
  .list-table tr {
    margin-bottom: 1em;
    border-bottom: 1px solid #aaa;
  }
  .list-table tbody td {
    border: 0;
    padding: 0 1.5em;
    margin-bottom: 1em;
  }
  .list-table .title, .list-table .meta span {
    font-size: 1em;
  }
  .list-table .meta svg {
    width: 12px;
  }
  .list-table tr:last-child {
    border: 0;
  }
  .breadcrumb-item {
    margin-bottom: 1em;
    font-size: 0.5em;
  }
  .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
  }
  .header-cart {
    padding-top: 3em;
    padding-bottom: 0;
    margin-bottom: -3em;
  }
  .header-cart .navbar-brand {
    display: block;
    text-align: center;
  }
  .header-cart .navbar-brand img {
    max-width: 200px;
  }
  .section-title-sm {
    font-size: 1.2em;
  }
  .btn-co-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0.75em 1em;
    box-shadow: 0 -5px 15px rgb(0 0 0 / 20%);
    z-index: 100;
  }
  .btn-co-floating .btn {
    width: 100%;
    padding: 1.5em 1.625em;
    min-width: auto;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.5em;
  }
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5em;
  }
  .cart-checkout {
    padding: 1em;
  }
  .cart-checkout .table-cart .images {
    width: 4em;
    height: 4em;
    margin-right: 0.75em;
  }
  .table-cart, .table-cart thead, .table-cart tbody, .table-cart td, .table-cart tr {
    /* display: block; */
    width: 100%;
  }

  .list-cart, .list-cart thead, .list-cart tbody, .list-cart td, .list-cart tr, .list-cart tfoot {
    display: block;
    width: 100%;
  }
  .table-cart thead {
    display: none;
  }
  .table-cart tbody tr {
    border-bottom: 1px solid #aaa;
    padding-bottom: 1.5em;
  }
  .table-cart tbody td {
    padding-bottom: 0;
  }
  .m-pt-3 {
    padding-top: 3em !important;
  }
  .history-detail__table td {
    width: auto;
    padding-right: 1em;
    vertical-align: top;
  }
  .history-detail__table-image {
    width: 5em;
    height: 6.5em;
  }
  .history-detail__table-title {
    font-size: 1em;
  }
  .history-detail__table-variant {
    font-size: 0.75em;
    margin-bottom: 0.5em;
  }
  .history-detail__table-price {
    margin-top: 0.5em;
  }
  .history-detail__header a {
    font-size: 1em;
  }
  .history-table thead {
    display: none;
  }
  .history-table, .history-table tbody tr, .history-table tbody td {
    display: block;
    padding-bottom: 0;
  }
  .history-table__number, .history-detail__title .number {
    font-size: 1em;
  }
  .box-info-practice {
    padding: 1.5em 2em;
  }
  .box-info-practice h4 {
    font-size: 1em;
  }
  .sustainable-item object {
    margin-bottom: 0;
  }
  .stockist-image {
    position: initial;
    width: 100%;
    margin-bottom: 3em;
  }
  .rating-list__image .image {
    width: 5em;
    height: 5em;
  }
  .rating-list__desc blockquote {
    padding-left: 1em;
    margin-left: 1em;
  }
  .ratings__btn .btn-primary {
    width: 100%;
    margin-top: 3em;
  }
  .ratings-score-detail .icon span {
    width: 0.75em;
  }
  .product-detail__tabs .nav-tabs {
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .product-detail__tabs .nav-link {
    padding-right: 2em;
    margin-right: 0;
    white-space: nowrap;
  }
  .product-detail__quantity {
    margin-bottom: 2em;
  }
  .product-detail__title {
    margin-bottom: 0.5em;
  }
  .product-detail__image-slider {
    margin-bottom: 3em;
  }
  .product-detail__image .product-nav__prev, .product-detail__image .product-nav__next {
    top: auto;
    bottom: 3em;
    width: auto;
  }
  .product-detail__image .product-nav__prev {
    left: -0.5em;
    right: auto;
  }
  .product-detail__image .product-nav__prev svg, .product-detail__image .product-nav__next svg {
    transform: rotate(-90deg);
  }
  .product-detail__image .product-nav__next {
    right: -0.5em;
    left: auto;
  }
  .section-quotes {
    margin-top: -5em;
  }
  .js__hide-search.open {
    display: none;
  }
  .btn-responsive {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-select .form-control {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .modal-subscribe .btn-close {
    font-size: 30px;
  }
}


@media (min-width: 2000px) {
  .section-hero, .section-card-media, .section-insta-look {
    max-width: 1132px;
    margin: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width:480px)  {

  .image-about-us {
    width: 100% !important;
  }

  .cart-floating__footer {
    background: #FFFFFF;
    box-shadow: 0 0 1.25em rgb(0 0 0 / 25%);
    padding: 1.25em 2.75em;
    position: absolute;
    bottom: 61px;
    left: 0;
    right: 0;
  }

  .btn-co-floating{
    bottom: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .enter-mobile{
    display: block;
  }

  .image-about-us {
    width: 100% !important;
  }

  /* .table-cart{
    width: 200px;
    overflow-x: auto;
  } */
}

.table-checkout{
  width: 100%;
}

.image-height {
  background-size: cover !important;
  background-position: center center !important;
  height: 377px;
}

.height {
  height: 377px;
}

.image-height-2 {
  background-size: cover !important;
  background-position: center center !important;
  height: 260px;
}

.image-instagram {
  height: 380px;
}

@media (max-width: 768px) {
  .product-item__badge.sale {
    background-color: #011419;
    color: #fff;
    font-size: 10px;
  }

  .image-about-us {
    width: 100% !important;
  }

  .height {
    height: 0px;
  }

  .product-item {
    position: relative;
    margin-bottom: 0px;
}

  .image-height {
    height: 200px;
  }

  .image-height-2 {
    height: 200px;
  }

  .image-instagram {
    height: 150px;
  }
}