@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('/_ui/responsive/common/fonts/icon-10/css/icon-10.css');
@import url('/_ui/responsive/common/fonts/icon-16/css/icon-16.css');
@import url('/_ui/responsive/common/fonts/icon-24/css/icon-24.css');
@import url('/_ui/responsive/common/fonts/icon-64/css/icon-64.css');
@import url('/_ui/responsive/common/css/tox-progress.css');
body {
  color: #000000;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden !important;
}
@media only screen and (max-width: 767px) {
  body.search-open {
    overflow: hidden !important;
  }
}
* {
  outline: 0 !important;
}
a {
  color: inherit;
  cursor: pointer;
}
a.underline {
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
.max-page-width {
  padding: 0 40px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .max-page-width {
    padding: 0 20px;
  }
  .max-page-width.no-padding-xs {
    padding: 0 0;
  }
  .max-page-width.big-padding-xs {
    padding: 0 40px;
  }
}
.club-icon {
  display: inline-block;
  background-color: #BC1F1F;
  padding: 5px 10px 5px 40px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
  background-image: url("/_ui/responsive/common/images/svgs/logo-symbol-white.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  font-size: 14px;
}
.semibold-low {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
.btn {
  border-radius: 0;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 25px;
  letter-spacing: 1px;
  min-width: 160px;
  text-align: center !important;
  color: #ffffff;
  border-color: #000000;
  font-family: 'Poppins', sans-serif;
}
.btn:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-sm {
  font-size: 11px;
  padding: 7px 26px;
  min-width: 0;
}
.btn.btn-lg {
  font-size: 13px;
  padding: 11px 32px;
}
.btn.btn-xl {
  font-size: 13px;
  padding: 15px 30px;
}
.btn.btn-outline-secondary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-outline-secondary:hover {
  background: inherit;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-outline-default {
  background-color: transparent;
  color: #000000;
}
.btn.btn-outline-default:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
}
.p-top-0-imp {
  padding-top: 0 !important;
}
.p-top-7 {
  padding-top: 7px;
}
.p-right-0 {
  padding-right: 0;
}
.p-right-20 {
  padding-right: 20px;
}
.p-right-40 {
  padding-right: 40px;
}
.p-left-0 {
  padding-left: 0;
}
.p-left-20 {
  padding-left: 20px;
}
.p-left-40 {
  padding-left: 40px;
}
.p-bottom-30 {
  padding-bottom: 30px;
}
.p-left-10 {
  padding-left: 10px;
}
.p-left-40 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .md-p-left-0 {
    padding-left: 0 !important;
  }
}
.icon-24 {
  font-size: 24px;
}
.m-left-10 {
  margin-left: 10px;
}
.icon-10 {
  font-size: 10px;
}
.icon-16 {
  font-size: 16px;
}
.lt-sp-08 {
  letter-spacing: 0.8px;
}
.lt-sp-2 {
  letter-spacing: 2px;
}
.lt-sp-05 {
  letter-spacing: 0.5px;
}
.size-18 {
  font-size: 18px;
  line-height: 30px;
}
.size-16 {
  font-size: 16px;
  line-height: 26px;
}
.size-24 {
  font-size: 24px;
  line-height: 27px;
}
.size-20 {
  font-size: 20px;
  line-height: 30px;
}
.size-15 {
  font-size: 15px;
  line-height: 24px;
}
.size-14 {
  font-size: 14px;
  line-height: 22px;
}
.size-13 {
  font-size: 13px;
  line-height: 18px;
}
.size-12 {
  font-size: 12px;
  line-height: 16px;
}
h3 {
  font-size: 36px;
  font-family: 'Arapey', 'Poppins', serif;
  color: #000000;
  font-style: italic;
  padding: 40px 0;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    padding: 30px 0;
  }
}
button.is-icon {
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.swiper-button-next:after {
  font-family: "icon-24" !important;
  content: '\e803' !important;
  font-size: 24px !important;
  color: #000000 !important;
}
@media only screen and (max-width: 575px) {
  .swiper-button-next:after {
    font-size: 16px !important;
  }
}
.swiper-button-prev:after {
  font-family: "icon-24" !important;
  content: '\e802' !important;
  font-size: 24px !important;
  color: #000000 !important;
}
@media only screen and (max-width: 575px) {
  .swiper-button-prev:after {
    font-size: 16px !important;
  }
}
img {
  width: 100%;
}
p {
  font-size: 14px;
  line-height: 22px;
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  transition: 250ms !important;
  vertical-align: middle !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background: #000000 !important;
}
b {
  font-weight: 600;
}
hr {
  border: none;
  margin: 0;
}
hr.border {
  border-bottom: 1px solid #F3F2EF;
}
hr.border.grey {
  border-bottom: 1px solid #E2E0E0;
}
.bg-gray-light {
  background-color: #F5F5F5;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-red {
  background-color: #BC1F1F;
}
.bg-red-light {
  background-color: #FBF4F4;
}
.bg-yellow {
  background-color: #F8B63B;
}
.bg-gold {
  background-color: #F2DCAD;
}
.bg-notice {
  background-color: #FBF4E6;
}
@media only screen and (max-width: 991px) {
  .md-bg-white {
    background-color: #ffffff !important;
  }
  .md-bg-gray-light {
    background-color: #F5F5F5 !important;
  }
}
.text-under-black {
  font-size: 48px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 44px;
  color: #ffffff;
  font-family: 'Arapey', 'Poppins', serif;
}
.text-under-black span {
  background-color: #000000;
  padding: 0 10px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.hr-125 {
  height: 125px;
}
.hr-100 {
  height: 100px;
}
.hr-60 {
  height: 60px;
}
.hr-40 {
  height: 40px;
}
.hr-30 {
  height: 30px;
}
.hr-20 {
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .hr-100 {
    height: 50px;
  }
  .hr-60 {
    height: 30px;
  }
  .hr-40 {
    height: 20px;
  }
}
.float-right {
  float: right;
}
textarea {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 30px;
}
input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 19px;
  height: 28px;
  padding-top: 0;
}
input[type='checkbox'] {
  margin: 3px 0 0;
}
input[type='email'],
input[type='text'],
input[type='password'],
input[type='date'] {
  width: 100%;
}
input.dark {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.input-group {
  position: relative;
  padding-top: 30px;
  display: block;
}
.input-group .select {
  margin-top: 0;
}
.input-group label {
  transform: translateY(100%);
  position: absolute;
  color: #7F7F7F;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  top: 11px;
  left: 0;
  transition: 250ms;
  pointer-events: none;
}
.input-group input:focus + label {
  transform: translateY(0%);
  position: absolute;
  font-size: 11px;
}
.input-group input:not([value=""]) + label {
  transform: translateY(0%);
  position: absolute;
  font-size: 11px;
}
.input-group .input-group-addon {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  padding: 6px;
  color: #7F7F7F;
  background-color: #ffffff;
}
.radio {
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.radio.big {
  padding-top: 6px;
  padding-bottom: 6px;
}
.radio.big label {
  padding-left: 30px;
}
.radio.big label .rad {
  height: 24px;
  width: 24px;
  line-height: 24px;
  top: -3px;
}
.radio.big label .rad:after {
  font-size: 18px;
}
.radio label {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio label input:checked ~ .rad {
  background-color: #000000;
}
.radio label input:disabled ~ .rad {
  background-color: #F3F2EF;
  border-color: #F3F2EF;
}
.radio label input:disabled ~ .rad:after {
  display: none;
}
.radio label .rad {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #000000;
  transition: 250ms;
  text-align: center;
  line-height: 17px;
  font-size: 13px;
}
.radio label .rad:after {
  font-family: "icon-16";
  content: '\e800';
  color: #ffffff;
}
.checkbox {
  margin: 0;
}
.checkbox.big .check {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
}
.checkbox label {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox label input:checked ~ .check {
  background-color: #000000;
}
.checkbox label input:disabled ~ .check {
  background-color: #F3F2EF;
  border-color: #F3F2EF;
}
.checkbox label input:disabled ~ .check:after {
  display: none;
}
.checkbox label .check {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #000000;
  transition: 250ms;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
}
.checkbox label .check:after {
  font-family: "icon-16";
  content: '\e800';
  color: #ffffff;
}
.close {
  position: absolute;
  top: 13px;
  right: 11px;
  opacity: 1;
}
.close i {
  color: #000000;
}
.dropdown-up {
  bottom: 100% !important;
  top: auto !important;
}
.breadcrumbs {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
}
.breadcrumbs span {
  color: #7F7F7F;
  display: inline-block;
}
.breadcrumbs span:after {
  font-family: "icon-24";
  content: "\e808";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  vertical-align: middle;
  line-height: 10px;
  margin-top: -2px;
}
.breadcrumbs span:last-child {
  color: #000000;
  font-weight: 500;
}
.breadcrumbs span:last-child:after {
  display: none;
}
.panel-default {
  border: none;
  border-bottom: 1px solid #E2E0E0;
  border-radius: 0 !important;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 25px;
  padding: 18px 0;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.panel-default > .panel-heading[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}
.panel-default > .panel-heading:after {
  font-family: "icon-24";
  display: block;
  content: "\e806";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 250ms;
}
.panel-default .panel-body {
  border: none !important;
}
.panel-info {
  border: none;
  border-bottom: 1px solid #E2E0E0;
  border-radius: 0 !important;
  box-shadow: none;
}
.panel-info:last-child {
  border-bottom: none;
}
.panel-info > .panel-heading {
  background-color: transparent;
  border: none;
  color: black;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 7px 0;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.panel-info > .panel-heading:not(.collapsed) {
  font-weight: 600;
}
.panel-info > .panel-heading[aria-expanded="true"]:after {
  font-size: 10px;
  font-family: "icon-10";
  content: "\e805";
}
.panel-info > .panel-heading:after {
  font-size: 10px;
  font-family: "icon-10";
  content: "\e800";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 250ms;
}
.panel-info .panel-body {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.overflow-hidden {
  overflow: hidden;
}
.chip {
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 9px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #E2E0E0;
}
.chip i {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
}
.pagination {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.pagination li.active a {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #F3F2EF !important;
}
.pagination li a,
.pagination li a:active,
.pagination li a:focus {
  border-radius: 0 !important;
  background-color: #F5F5F5;
  border-color: #F3F2EF;
  font-size: 14px;
  color: #7F7F7F;
  padding: 10px 18px;
}
.pagination li a i,
.pagination li a:active i,
.pagination li a:focus i {
  font-size: 12px;
}
.pagination li a:hover,
.pagination li a:active:hover,
.pagination li a:focus:hover {
  color: #000000;
}
.color-ball {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.color-ball.big {
  width: 30px;
  height: 30px;
}
.color-ball.big.active:after {
  width: 40px;
  height: 40px;
}
.color-ball.active:after {
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #000000;
  transform: translate(-50%, -50%);
}
.nowrap {
  white-space: nowrap;
}
.select {
  position: relative;
  margin-top: 30px;
  line-height: 19px;
}
.select:after {
  font-family: "icon-10";
  display: block;
  width: 30px;
  height: calc(100% - 1px);
  content: "\e801";
  text-align: center;
  line-height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
  font-size: 11px;
  pointer-events: none;
}
.select select {
  border: none;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 19px;
  background-color: transparent;
  height: 28px;
}
.read-more-js {
  position: relative;
  max-height: 58px;
  overflow: hidden;
  transition: 250ms;
}
.read-more-js[is-open="true"] .read-more {
  display: none;
}
.read-more-js[is-open="true"] .read-minus {
  display: block;
}
.read-more-js .read-minus {
  cursor: pointer;
}
.read-more-js .read-more {
  position: absolute;
  top: 42px;
  right: 0;
  padding: 0 10px;
  padding-left: 50px;
  cursor: pointer;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%, #ffffff 100%);
}
.read-more-js .read-minus {
  display: none;
}
@media only screen and (max-width: 767px) {
  .read-more-js {
    max-height: 54px;
  }
  .read-more-js .read-more {
    top: 35px;
  }
}
.product-options {
  padding-top: 27px;
}
.product-options .text {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 10px;
}
.product-options .text-under {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.product-options .text-under i {
  vertical-align: middle;
}
.product-sizes .share {
  margin: 0;
  padding-bottom: 0;
}
.product-sizes .options a {
  padding: 9px 11px;
  display: inline-block;
  color: #7F7F7F;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  margin: 1px;
  background-color: #F5F5F5;
  border: 1px solid #F3F2EF;
  cursor: pointer;
  transition: 250ms;
}
.product-sizes .options a.active,
.product-sizes .options a:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
}
.product-sizes .options a.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.product-buy {
  padding-top: 43px;
  margin: 0 !important;
}
.product-buy > div {
  padding: 0 !important;
}
.product-buy .number {
  color: #000000;
  box-sizing: border-box;
  border: 1px solid #E2E0E0;
  text-align: center;
  height: 50px;
  width: 85px;
  font-size: 18px;
  padding-bottom: 0;
  margin-right: -3px;
}
.product-buy input {
  width: 100% !important;
  background-color: #ffffff;
}
.product-buy .btn {
  width: 100%;
  margin: 0;
}
.product-buy i {
  margin-top: 8px;
  display: block;
}
.product-price {
  font-size: 14px;
}
.product-price .new-price {
  color: #BC1F1F;
}
.product-price .old-price {
  color: #7F7F7F;
  text-decoration: line-through;
}
.cart-ball {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}
.align-middle {
  vertical-align: middle;
}
.display-inline-block {
  display: inline-block;
}
.cart-max-width {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.form-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #7F7F7F;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 20px;
}
.card {
  background-color: #ffffff;
  padding: 30px 50px 20px 50px;
}
.card.only-title {
  padding-bottom: 30px;
}
.card .title {
  font-size: 24px;
  font-family: 'Arapey', 'Poppins', serif;
  line-height: 26px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .card {
    padding: 20px;
  }
}
.events-none {
  pointer-events: none;
}
.cart-right-title {
  font-size: 24px;
  font-family: 'Arapey', 'Poppins', serif;
  padding-bottom: 20px;
  font-style: italic;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .cart-right-title {
    padding-left: 0;
  }
}
.cart-sales {
  padding-bottom: 19px;
  font-size: 12px;
  font-weight: 500;
  color: #7F7F7F;
  text-decoration-line: underline;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .cart-sales {
    padding-left: 0;
  }
}
.notice {
  background-color: #FBF4E6;
  padding: 26px 40px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .notice {
    padding: 22px;
  }
}
.custom-check {
  width: 24px;
  height: 24px;
  border: 1px solid #E2E0E0;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  transition: 250ms;
}
.custom-check.active {
  background-color: #000000;
  border-color: #000000;
}
.custom-check.active i {
  opacity: 1;
}
.custom-check i {
  opacity: 0;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 17px;
}
.color-white {
  color: #ffffff;
}
.color-grey {
  color: #7F7F7F;
}
.color-black {
  color: #000000;
}
.color-red {
  color: #BC1F1F;
}
.row.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-10 > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row.no-padding {
  margin: 0;
}
.row.no-padding > div {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .text-left-md {
    text-align: left !important;
  }
  .md-p-top-20 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .flex-wrap-reverse-md {
    display: flex;
    flex-wrap: wrap-reverse !important;
  }
  .flex-wrap-reverse-md > * {
    width: 100%;
  }
  .text-center-md {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
  .xs-p-top-20 {
    padding-top: 20px;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .flex-wrap-reverse-xs {
    display: flex;
    flex-wrap: wrap-reverse !important;
  }
  .flex-wrap-reverse-xs > * {
    width: 100%;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.alert {
  border-radius: 0;
  border: none;
  color: #000000;
  font-size: 12px;
  margin: 0;
}
.alert.size-14 {
  font-size: 14px;
}
.alert.finish-alert {
  padding-left: 64px !important;
  position: relative;
}
.alert.finish-alert .success {
  width: 24px;
  height: 24px;
  background-color: #1FBC66;
  position: absolute;
  top: 24px;
  left: 19px;
  border-radius: 50%;
  text-align: center;
}
.alert.finish-alert .success i {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
}
.alert.finish-alert .error {
  width: 24px;
  height: 24px;
  border: 1px solid #BC1F1F;
  position: absolute;
  top: 24px;
  left: 19px;
  border-radius: 50%;
  text-align: center;
}
.alert.finish-alert .error i {
  color: #BC1F1F;
  line-height: 24px;
  font-size: 16px;
}
.alert.has-icon {
  padding: 23px 60px 20px 63px;
  position: relative;
}
.alert .error-icon {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #BC1F1F;
  text-align: center;
  line-height: 24px;
  transform: translateY(-50%);
}
.alert .error-icon i {
  color: #BC1F1F;
  font-size: 16px;
}
.alert.alert-grey {
  background-color: #F5F5F5;
}
.alert.alert-warning {
  background-color: #FBF4E6;
}
.alert.alert-success {
  background-color: rgba(31, 188, 102, 0.1);
}
.alert.alert-danger {
  background-color: #FBF4F4;
}
.product-discount {
  background-color: #FBF4F4;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #BC1F1F;
  padding: 14px 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tox-progress {
  text-align: center;
}
.tox-progress:after {
  display: none;
  content: " ";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 2px solid #D2D2D2;
  transform: translate(-50%, -50%);
}
.tox-progress .tox-progress-content {
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  height: auto !important;
  transform: translateY(-50%) !important;
}
table .table-title {
  display: none;
}
table.table thead tr th {
  font-size: 12px;
  font-weight: 600;
  color: #7F7F7F;
  letter-spacing: 0.75px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 20px;
}
table.table tbody {
  font-size: 15px;
  line-height: 23px;
}
table.table tbody tr {
  background-color: #ffffff;
}
table.table tbody tr td {
  padding: 30px 0 30px 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  table .table-title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F7F;
    line-height: 12px;
    text-transform: uppercase;
  }
  table .table-text {
    margin-left: auto;
    font-size: 14px;
    text-align: right;
  }
  table.table {
    display: block;
    border: none;
  }
  table.table thead {
    display: none;
  }
  table.table tbody {
    display: block;
  }
  table.table tbody tr {
    display: block;
    padding: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  table.table tbody tr td {
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  table.table tbody tr td:first-child {
    border-top: 0;
  }
  table.table tbody tr td:after {
    display: table;
    clear: both;
    content: " ";
  }
}
.b2c-menu {
  margin-bottom: 40px;
}
.b2c-menu .b2c-menu-item {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #E2E0E0;
  padding: 9px 0;
  display: block;
  transition: 250ms;
  position: relative;
}
.b2c-menu .b2c-menu-item:after {
  content: '\e803';
  font-family: "icon-10";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0;
  transition: 250ms;
}
.b2c-menu .b2c-menu-item:hover,
.b2c-menu .b2c-menu-item.active {
  font-weight: 600;
}
.b2c-menu .b2c-menu-item:hover:after,
.b2c-menu .b2c-menu-item.active:after {
  opacity: 1;
}
.b2c-menu .b2c-menu-item a {
  display: block;
}
.wysiwyg-content img {
  width: auto;
  max-width: 100%;
}
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-style: initial;
}
.wysiwyg-content h5 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.wysiwyg-content h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.wysiwyg-content h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}
.wysiwyg-content h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  text-decoration: underline;
}
.wysiwyg-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.wysiwyg-content a {
  text-decoration: underline;
  font-weight: 400;
}
.wysiwyg-content ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
.wysiwyg-content ul li:after {
  content: " ";
  display: block;
  width: 23px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: -40px;
  top: 12px;
}
.wysiwyg-content table {
  background-color: #F5F5F5;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1px;
}
.wysiwyg-content table b {
  letter-spacing: 0;
  font-weight: 600;
}
.wysiwyg-content table tbody tr td {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.wysiwyg-content table tbody tr:first-child td {
  padding-top: 20px;
}
.same-height-than-width {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.self-center {
  align-self: center;
}
.clear:after {
  display: table;
  content: " ";
  clear: both;
}
.rangeslider {
  height: 3px;
  background-color: #D2D2D2;
}
.rangeslider .rangeslider__fill {
  background-color: #000000;
}
.rangeslider .rangeslider__handle {
  width: 25px;
  height: 25px;
  border: 1px solid #D2D2D2;
  background-image: none;
  box-shadow: none;
}
.rangeslider .rangeslider__handle:after {
  display: none;
}
.chart-options {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D2D2D2;
  transition: 250ms;
}
.chart-options .option {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 26px;
  border-right: 1px solid #D2D2D2;
  cursor: pointer;
}
.chart-options .option:last-child {
  border: 0;
}
.chart-options .option.active {
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .chart-options {
    font-size: 15px;
  }
  .chart-options .option {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 991px) {
  .chart-options {
    display: inline-block;
  }
}
@media only screen and (max-width: 321px) {
  .chart-options {
    font-size: 14px;
  }
  .chart-options .option {
    padding: 6px;
  }
  .small-mobile-width-100 {
    width: 100% !important;
  }
}
