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

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Tajawal", sans-serif;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

.text-size-1 {
  font-size: calc(28px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 32px;
  }
}

.text-size-2 {
  font-size: calc(32px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 32px;
  }
}

.text-size-3 {
  font-size: calc(20px + 8 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 28px;
  }
}

.text-size-4 {
  font-size: calc(18px + 6 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 24px;
  }
}

.text-size-5 {
  font-size: calc(20px + 0 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 20px;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 16px;
  }
}

.text-size-8 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 16px;
  }
}

.color-gray-50 {
  color: #E6F0FF;
}

.color-gray-100 {
  color: #D8E6FB;
}

.color-gray-200 {
  color: #C9DAF5;
}

.color-gray-300 {
  color: #B8CDEB;
}

.color-gray-400 {
  color: #A7BDDD;
}

.color-gray-500 {
  color: #94A9C9;
}

.color-gray-600 {
  color: #7F92B0;
}

.color-gray-700 {
  color: #66768F;
}

.color-gray-800 {
  color: #222F43;
}

.color-gray-850 {
  color: #131C31 !important;
}

.color-gray-900 {
  color: #0F172A !important;
}

.color-gray-950 {
  color: #0B1222 !important;
}

.bg-gray-50 {
  background-color: #E6F0FF;
}

.bg-gray-100 {
  background-color: #D8E6FB;
}

.bg-gray-200 {
  background-color: #C9DAF5;
}

.bg-gray-300 {
  background-color: #B8CDEB;
}

.bg-gray-400 {
  background-color: #A7BDDD;
}

.bg-gray-500 {
  background-color: #94A9C9;
}

.bg-gray-600 {
  background-color: #7F92B0;
}

.bg-gray-700 {
  background-color: #66768F;
}

.bg-gray-800 {
  background-color: #222F43 !important;
}

.bg-gray-850 {
  background-color: #131C31;
}

.bg-gray-900 {
  background-color: #0F172A !important;
}

.bg-gray-950 {
  background-color: #0B1222 !important;
}

.color-white {
  color: #b9e0f2 !important;
}

.border-gray-800 {
  border-color: #222F43 !important;
}

.border-gray-850 {
  border-color: #131C31 !important;
}

.border-gray-500 {
  border-color: #94A9C9 !important;
}

.color-linear {
  background: linear-gradient(90deg, rgba(243, 143, 193, 0.3) 0%, #F3CFC3 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent;
}

.color-white {
  color: #b9e0f2;
}

.input-block input,
.input-block textarea,
.input-block select {
  width: 100%;
  padding: calc(10px + 6 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: 1;
  background: rgba(148, 0, 0, 0.9);
  color: #1A1A1A;
  border: 1px solid #79747e;
  border-radius: 4px;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea,
  .input-block select {
    padding: 16px;
  }
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea,
  .input-block select {
    font-size: 16px;
  }
}

.input-block label {
  padding: 0 2px;
  background: rgba(255, 255, 255, 0.98);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(7px + 4 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 8 * (100vw - 390px) / 1010);
  padding-bottom: calc(7px + 4 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 8 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  background-color: #940000;
  border: none;
  border-radius: 12px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.98);
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    padding-top: 11px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 18px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 11px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 18px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button.arrow_forward {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}
.button.arrow_forward::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: calc(6px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.arrow_forward::before {
    font-size: 8px;
  }
}
.button:hover {
  transform: scale(1.05);
  color: rgba(255, 255, 255, 0.98);
}

.input-block {
  width: 100%;
  position: relative;
}
.input-block input.error,
.input-block textarea.error,
.input-block select.error {
  border-color: #FF756C;
}
.input-block._required label::after {
  content: "*";
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

select {
  padding: 8px 10px;
  padding-top: calc(5px + 3 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 3 * (100vw - 390px) / 1010);
  outline: none;
  border: 0.5px solid #1A1A1A;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  line-height: 1;
}
@media (min-width: 1400px) {
  select {
    padding-top: 8px;
  }
}
@media (min-width: 1400px) {
  select {
    padding-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  select {
    font-size: 18px;
  }
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity .quantity-button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(11px + 0 * (100vw - 390px) / 1010);
  color: #1A1A1A;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .quantity .quantity-button {
    font-size: 11px;
  }
}
.quantity .quantity-button.quantity-add::before {
  content: "\e908";
  font-family: "icomoon";
}
.quantity .quantity-button.quantity-remove::before {
  content: "\ea0b";
  font-family: "icomoon";
}
.quantity .quantity-input {
  width: 37px;
  margin: 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #1A1A1A;
  border-radius: 0px;
  border: none;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logo {
  max-width: 100%;
  display: flex;
  width: auto;
  height: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    height: 50px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-text {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 900;
}
.logo-text span {
  text-transform: uppercase;
}

.header-menu-button {
  display: block;
  font-size: calc(20px + 0 * (100vw - 390px) / 1010);
  line-height: 1;
  color: rgba(255, 255, 255, 0.98);
}
@media (min-width: 1400px) {
  .header-menu-button {
    font-size: 20px;
  }
}
.header-menu-button::before {
  content: "\e927";
  font-family: "icomoon" !important;
}

.mobile-search-button {
  margin-left: 10px;
  margin-left: calc(15px + 25 * (100vw - 390px) / 1010);
  font-size: calc(20px + 10 * (100vw - 390px) / 1010);
  line-height: 1;
  color: rgba(255, 255, 255, 0.98);
  background-color: transparent;
  border: none;
}
@media (min-width: 1400px) {
  .mobile-search-button {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .mobile-search-button {
    font-size: 30px;
  }
}
.mobile-search-button::before {
  content: "\e90a";
  font-family: "icomoon" !important;
}

.header-icon-links {
  display: flex;
  gap: 10px;
}
.header-icon-links .header-icon-links_item {
  display: flex;
  align-items: flex-end;
  padding: calc(5px + 5 * (100vw - 390px) / 1010);
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  color: rgba(255, 255, 255, 0.98);
  position: relative;
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    font-size: 20px;
  }
}
.header-icon-links .header-icon-links_item .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16px + 4 * (100vw - 390px) / 1010);
  height: calc(16px + 4 * (100vw - 390px) / 1010);
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.98);
  color: #1A1A1A;
  font-size: calc(11px + 5 * (100vw - 390px) / 1010);
  position: absolute;
  top: 2px;
  right: 2px;
  transform: translate(50%, -50%);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    width: 20px;
  }
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    height: 20px;
  }
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    font-size: 16px;
  }
}
.header-icon-links .header-icon-links_item::before {
  font-family: "icomoon" !important;
  font-size: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item::before {
    font-size: 30px;
  }
}
.header-icon-links .header-icon-links_item._account::before {
  content: "\e925";
}
.header-icon-links .header-icon-links_item._cart::before {
  content: "\e924";
}
.header-icon-links .header-icon-links_item._search {
  border: none;
  background-color: transparent;
}
.header-icon-links .header-icon-links_item._search::before {
  content: "\e90a";
}
@media (min-width: 767.9px) {
  .header-icon-links .header-icon-links_item .count {
    top: -2px;
    right: -2px;
    transform: translate(0);
  }
}

.search-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.search-block .search-block__label {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: inherit;
}
@media (min-width: 1400px) {
  .search-block .search-block__label {
    font-size: 16px;
  }
}
.search-block .search-block__input {
  width: 100%;
  padding-left: 23px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  color: inherit;
}
@media (min-width: 1400px) {
  .search-block .search-block__input {
    font-size: 16px;
  }
}
.search-block .search-block__input::-moz-placeholder {
  visibility: hidden;
}
.search-block .search-block__input::placeholder {
  visibility: hidden;
}
.search-block .search-block__icon {
  position: absolute;
  left: 6px;
  font-size: 17px;
}
.search-block .search-block__icon::before {
  content: "\e90a";
  font-family: "icomoon" !important;
}
@media (min-width: 991.9px) {
  .search-block {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: #1A1A1A;
  }
  .search-block .search-block__input {
    border-bottom-color: #1A1A1A;
  }
  .search-block .search-block__input::-moz-placeholder {
    visibility: visible;
  }
  .search-block .search-block__input::placeholder {
    visibility: visible;
  }
}

.language-switcher .language-icon {
  color: rgba(255, 255, 255, 0.98);
  font-size: 33px;
  line-height: 1;
  transition: 0.3s all ease;
}
.language-switcher .language-icon::before {
  content: "\e906";
  font-family: "icomoon" !important;
}
.language-switcher .language-icon:hover {
  color: #a4a4a4;
}
.language-switcher .languages-block {
  padding: 0px 9px;
  background-color: #1A1A1A;
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  z-index: 3;
}
.language-switcher .languages-block ul {
  display: flex;
  align-items: center;
}
.language-switcher .languages-block ul li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  position: relative;
}
.language-switcher .languages-block ul li:not(:last-child)::after {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  right: 0;
}
.language-switcher .languages-block ul li a {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .language-switcher .languages-block ul li a {
    font-size: 16px;
  }
}
.language-switcher .languages-block ul li a:hover {
  color: #a4a4a4;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs > *:not(a) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs span.icon {
  font-size: calc(9px + 3 * (100vw - 390px) / 1010);
  line-height: 1;
  color: #1A1A1A;
  margin: 0 5px;
}
@media (min-width: 1400px) {
  .breadcrumbs span.icon {
    font-size: 12px;
  }
}
.breadcrumbs span.icon::before {
  content: "\e903";
  font-family: "icomoon";
}

.mobile-sorting {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
.mobile-sorting .sorting-button {
  display: block;
  padding: 10px;
  font-size: 24px;
}
.mobile-sorting .sorting-button::before {
  content: "\e911";
  font-family: "icomoon";
}
.mobile-sorting .sorting-dropdown {
  position: absolute;
  top: 100%;
  z-index: 11;
  max-width: 50vw;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px 0px 8px 8px;
  background: rgba(148, 0, 0, 0.9);
  box-shadow: 0px 3.355px 3.355px 0px rgba(0, 0, 0, 0.25);
}
.mobile-sorting .sorting-dropdown ul {
  padding: 15px 7px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.filter-button-mobile {
  display: block;
  padding: 10px;
  font-size: 20px;
}
.filter-button-mobile::before {
  content: "\e90e";
  font-family: "icomoon";
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(7px + 3 * (100vw - 390px) / 1010);
  text-align: center;
  padding: 0px;
}
@media (min-width: 1400px) {
  .category-card {
    gap: 10px;
  }
}
.category-card .category-card__image {
  width: calc(100% - 40px);
  border-radius: 14px;
  border: 1px solid #ddbc77;
  overflow: hidden;
}
.category-card .category-card__image .category-card__image-inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.category-card .category-card__image .category-card__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-card .category-card__title {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .category-card .category-card__title {
    font-size: 16px;
  }
}
.category-card .category-card__title h6 {
  font-size: inherit;
}

.categories-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  width: 100%;
}
.categories-cards .category-card {
  width: 100%;
}
@media (min-width: 991.9px) {
  .categories-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .categories-cards > * {
    max-width: 16.6666666667%;
  }
  .categories-cards .category-card {
    padding: 0 10px;
  }
  .categories-cards .category-card .category-card__image {
    width: calc(100% - 26px);
  }
}

.products-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
@media (min-width: 1199.9px) {
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.product-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  grid-template-areas: "heading" "image" "summary";
}
.product-content .product_title {
  font-size: 28px;
  font-weight: 700;
}
.product-content .product-heading {
  grid-area: heading;
}
.product-content .product-description .show-description {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #940000;
}
.product-content .product-description .show-description::after {
  content: "\ea0a";
  font-family: "Icomoon";
  margin-inline-start: 40px;
  font-size: 10px;
}
.product-content .product-description .description {
  margin-top: 10px;
}
.product-content .product-image {
  grid-area: image;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-content .product-summary {
  grid-area: summary;
  display: grid;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.product-content .product-summary .product-variations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-content .product-summary .add-to-cart,
.product-content .product-summary .bundle_add_to_cart_button {
  width: 100%;
  max-width: calc(243px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-summary .add-to-cart,
  .product-content .product-summary .bundle_add_to_cart_button {
    max-width: 260px;
  }
}
.product-content .product-summary .qty_select {
  padding-inline-start: 2px;
  padding-inline-end: 14px;
  min-width: 55px;
}
.product-content .product-summary .price > .woocommerce-Price-amount,
.product-content .product-summary .price ins {
  font-size: 18px;
}
.product-content .product-summary .price > .woocommerce-Price-amount {
  font-weight: 700;
}
.product-content .product-summary .price del {
  font-size: 16px;
  font-weight: 500;
}
.product-content .bundle_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.product-content._gift {
  grid-template-areas: "image summary";
}
.product-content._gift .quantity {
  display: none;
}
.product-content._gift .wps_wgm_added_wrapper > *:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 991.9px) {
  .product-content {
    grid-template-columns: 40% 60%;
    grid-template-areas: "image summary";
  }
  .product-content .product-image {
    max-width: 100%;
  }
  .product-content .product-description .description {
    margin-top: 0px;
  }
  .product-content .product-description .description p:not(:last-child) {
    margin-bottom: 20px;
  }
  .product-content._gift {
    grid-template-columns: 10% 80% 10%;
    grid-column-gap: 0px;
  }
  .product-content._gift .product-summary {
    padding: 40px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.accordion .accordion-item {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  position: relative;
}
@media (min-width: 1400px) {
  .accordion .accordion-item {
    margin-bottom: 10px;
  }
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, #dab43d 0%, #fadf8a 50%, #d7ac03 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.accordion .accordion-button {
  padding-top: calc(14px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(14px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 30 * (100vw - 390px) / 1010);
  font-size: calc(18px + 6 * (100vw - 390px) / 1010);
  font-weight: 500;
  background-color: rgba(148, 0, 0, 0.9);
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 24px;
  }
}
.accordion .accordion-button::after {
  width: auto;
  height: auto;
  padding: 0 10px;
  content: "\e900";
  font-family: "icomoon";
  line-height: 1;
  background: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.accordion .accordion-button:focus {
  box-shadow: none;
  border-color: inherit;
}
.accordion .accordion-body {
  padding-top: calc(20px + 5 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-top: 25px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    font-size: 16px;
  }
}

.tabs-block .nav-pills .nav-link {
  padding: 15px;
  min-width: 200px;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid rgba(241, 219, 172, 0.6);
  background-color: rgba(214, 205, 219, 0.4);
  color: #1A1A1A;
}
.tabs-block .nav-pills .nav-link.active {
  background-color: #940000;
  color: rgba(255, 255, 255, 0.98);
}
.tabs-block .tab-content {
  padding-top: calc(10px + 5 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 20 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 20 * (100vw - 390px) / 1010);
  border: 0.5px solid rgba(241, 219, 172, 0.6);
  background-color: rgba(214, 205, 219, 0.4);
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-top: 15px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-left: 30px;
  }
}

.banner {
  width: 100%;
}
.banner._banner-1 .banner__inner {
  padding-top: 86.4864864865%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner._banner-1 .banner__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-2 .banner__inner {
  padding-top: 60.2564102564%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner._banner-2 .banner__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-3 .banner__inner {
  padding-top: 47.7572559367%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner._banner-3 .banner__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767.9px) {
  .banner._banner-1 .banner__inner {
    padding-top: 35.1724137931%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner._banner-1 .banner__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-2 .banner__inner {
    padding-top: 17.803030303%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner._banner-2 .banner__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-3 .banner__inner {
    padding-top: 47.7237048666%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner._banner-3 .banner__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: calc(10px + 3 * (100vw - 390px) / 1010);
  padding: calc(10px + 10 * (100vw - 390px) / 1010);
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #ddbc77;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.01);
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .product-card {
    gap: 13px;
  }
}
@media (min-width: 1400px) {
  .product-card {
    padding: 20px;
  }
}
.product-card .image {
  display: block;
  width: 100%;
  min-width: 116px;
  position: relative;
  border-radius: 12px;
  border: 0.839px solid #ddbc77;
  overflow: hidden;
}
.product-card .image .image__inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-card .image .image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .image .onsale {
  min-width: auto;
  min-height: auto;
  padding: 2px 10px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  line-height: normal;
  font-weight: 400;
  color: #1A1A1A;
  border-radius: 0;
  background: linear-gradient(180deg, #dab43d 0%, #fadf8a 50%, #d7ac03 100%);
  box-shadow: 0px 1.491px 2.982px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  z-index: 1;
}
@media (min-width: 1400px) {
  .product-card .image .onsale {
    font-size: 16px;
  }
}
.product-card .product-card__content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__content {
    gap: 13px;
  }
}
.product-card .product-card__content > * {
  width: 100%;
}
.product-card .product-card__content .title {
  display: block;
}
.product-card .product-card__content .title h4 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .product-card .product-card__content .title h4 {
    font-size: 18px;
  }
}
.product-card .product-card__content .description {
  display: none;
}
.product-card .product-card__content .product-card__content-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 10px;
}
.product-card .product-card__content .product-price .price {
  font-size: 15px;
  font-weight: 600;
}
.product-card .product-card__content .product-price .price del {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #eb001b;
}
.product-card .product-card__content .buttons {
  display: flex;
  justify-content: end;
  gap: 6px;
}
.product-card .product-card__content .button {
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: calc(5px + 1 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 1 * (100vw - 390px) / 1010);
  font-size: 14px;
}
@media (min-width: 1400px) {
  .product-card .product-card__content .button {
    padding-top: 6px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__content .button {
    padding-bottom: 6px;
  }
}
.product-card .product-card__content .button._add-to-cart {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.product-card .product-card__content .button._add-to-cart::before {
  content: "\e926";
  font-family: "Icomoon";
  font-size: 20px;
}
@media (min-width: 991.9px) {
  .product-card .image {
    max-width: calc(100% - 40px);
  }
  .product-card .product-card__content .description {
    font-size: calc(16px + 0 * (100vw - 390px) / 1010);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .product-card .product-card__content .description {
    font-size: 16px;
  }
}
@media (min-width: 991.9px) {
  .product-card .product-card__content .product-card__content-bottom {
    flex-direction: row;
    gap: 5px;
  }
}

.social-links {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 16px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #1A1A1A;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.social-links a::before {
  color: #940000;
  font-size: 12px;
}

.payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.payment-methods .item {
  width: 47px;
}
.payment-methods span {
  display: block;
  width: 100%;
  padding-bottom: 67%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.advantages {
  display: flex;
  flex-direction: column;
  -moz-column-gap: calc(10px + 90 * (100vw - 390px) / 1010);
       column-gap: calc(10px + 90 * (100vw - 390px) / 1010);
  row-gap: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .advantages {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (min-width: 1400px) {
  .advantages {
    row-gap: 10px;
  }
}
.advantages .item {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  text-transform: capitalize;
}
.advantages .item .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.advantages .item h6 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.98);
}
@media (min-width: 575.9px) {
  .advantages {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 313px;
  max-width: 90%;
  height: 100dvh;
  background-color: #d6cddb;
  transition: 0.3s all ease;
  transform: translateX(-110vw);
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 10px 50px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-top .header-menu-button {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-90deg);
  color: #1A1A1A;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-main .categories-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-main .categories-wrapper .categories-list {
  flex: 1;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-bottom {
  margin-top: auto;
}
.nav-overlay .overlay-content .overlay-content__inner .overlay-content__inner-bottom .button {
  font-size: 14px;
}
.nav-overlay .category-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-overlay .category-wrapper .category-image {
  width: 82px;
  min-width: 82px;
  height: 82px;
  border-radius: 8px;
  overflow: hidden;
}
.nav-overlay .category-wrapper .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav-overlay .category-wrapper .category-title {
  font-size: 16px;
  font-weight: 800;
}
.nav-overlay .categories-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.nav-overlay .categories-slider .categories-level {
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  flex-direction: column;
  transition: 0.3s all ease;
  background-color: rgba(255, 255, 255, 0.98);
}
.nav-overlay .categories-slider .categories-level.is-active {
  display: flex;
  position: absolute;
  inset: 0;
}
.nav-overlay .categories-slider .categories-level .button {
  margin-top: auto;
}
.nav-overlay .categories-slider .categories-level .back-button {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin: 10px 0;
  padding: 5px;
  gap: 6px;
  line-height: 1;
  background-color: #1A1A1A;
  border: 1px solid rgba(243, 143, 193, 0.3);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.98);
}
.nav-overlay .categories-slider .categories-level .back-button::after {
  content: "\e913";
  font-family: "icomoon" !important;
  display: block;
  font-size: 10px;
}
.nav-overlay .menu-block {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.nav-overlay .menu-block ul {
  list-style: none;
  padding: 0;
}
.nav-overlay .menu-block a {
  color: #000000;
}
.nav-overlay .menu-block .menu-block__list .menu-item {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #000000;
}
.nav-overlay .menu-block .menu-block__list .menu-item > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.98);
}
.nav-overlay .menu-block .menu-block__list .menu-item.menu-item-has-children > a::after {
  content: "\e903";
  font-family: "icomoon" !important;
  display: block;
  transition: 0.3s all ease;
  transform: rotate(90deg);
}
.nav-overlay .menu-block .menu-block__list .menu-item .sub-menu {
  padding: 0 20px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s all ease;
  font-size: 18px;
}
.nav-overlay .menu-block .menu-block__list .menu-item .sub-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.nav-overlay .menu-block .menu-block__list .menu-item.is-open .sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.nav-overlay .menu-block .menu-block__list .menu-item.is-open > a::after {
  transform: rotate(270deg);
}
.nav-overlay .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  mix-blend-mode: difference;
}
.nav-overlay .logo-text {
  font-size: 16px;
  font-weight: 800;
  color: #1A1A1A;
}
.nav-overlay .social-links {
  padding: 0;
}
.nav-overlay .social-links a {
  background-color: rgba(255, 255, 255, 0.98);
}
.nav-overlay .social-links a::before {
  color: #1A1A1A;
}
.nav-overlay .close-overlay {
  margin: calc(10px + 0 * (100vw - 390px) / 1010);
  position: absolute;
  z-index: 2;
  background: none;
  opacity: 1;
  mix-blend-mode: difference;
}
@media (min-width: 1400px) {
  .nav-overlay .close-overlay {
    margin: 10px;
  }
}
.nav-overlay .close-overlay::before {
  content: "\ea0f";
  font-family: "icomoon";
  display: block;
  color: #fff;
}
.nav-overlay.mini-cart {
  background-color: rgba(255, 255, 255, 0.98);
}
.nav-overlay.mini-cart .mini-cart__content {
  min-height: 0;
  overflow: auto;
}
.nav-overlay._light {
  background-color: rgba(255, 255, 255, 0.98);
}
.nav-overlay._reverse {
  left: 0;
  right: auto;
  transform: translateX(-100%);
  border-radius: 0px 0px 15px 0px;
}
.nav-overlay.shown {
  transform: translateX(0);
}
.nav-overlay.shown._reverse {
  transform: translateX(0);
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
  .nav-overlay .overlay-content {
    padding: 20px 10px;
  }
  .nav-overlay.mini-cart {
    display: block;
  }
}

.mini-cart .cart_list {
  display: flex;
  flex-direction: column;
}
.mini-cart .cart_list .mini_cart_item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.mini-cart .cart_list .mini_cart_item:not(:last-child) {
  margin-bottom: 40px;
}
.mini-cart .cart_list .mini_cart_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background-color: #940000;
  transform: rotate(180deg);
  position: absolute;
  bottom: -20px;
}
.mini-cart .cart_list .mini_cart_item .item-image {
  display: block;
  width: 85px;
  min-width: 85px;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image {
  width: 100%;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner {
  padding-top: 114.1176470588%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mini-cart .cart_list .mini_cart_item .item-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link {
  display: block;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-price {
  font-size: 16px;
  font-weight: 500;
}
.mini-cart .cart_list .mini_cart_item .item-information .variation {
  font-size: 12px;
}
.mini-cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mini-cart .free-shipping-notice {
  padding: 14px 0;
  font-size: 14px;
}

.gift-form {
  padding: 20px;
}
@media (min-width: 991.9px) {
  .gift-form {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.modal-content {
  border-radius: 0;
  background: #d6cddb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.modal-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #940000;
}
.modal-content .btn-close {
  margin: calc(10px + 15 * (100vw - 390px) / 1010);
  position: absolute;
  left: 0;
  z-index: 2;
  background: none;
  opacity: 1;
  mix-blend-mode: difference;
}
@media (min-width: 1400px) {
  .modal-content .btn-close {
    margin: 25px;
  }
}
.modal-content .btn-close::before {
  content: "\ea0f";
  font-family: "icomoon";
  display: block;
  color: #fff;
}
.modal-content .modal-body {
  padding: 0;
}

.welcome-modal .welcome-modal__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 66%;
}
.welcome-modal .welcome-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: calc(21px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 0 * (100vw - 390px) / 1010);
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-top: 21px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-left: 10px;
  }
}
.welcome-modal .welcome-modal__content .logo {
  display: none;
  margin-bottom: 10px;
}
.welcome-modal .welcome-modal__content .title {
  margin-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
  font-size: calc(21px + 11 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .title {
    font-size: 32px;
  }
}
.welcome-modal .welcome-modal__content .value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: calc(21px + 11 * (100vw - 390px) / 1010);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .value {
    font-size: 32px;
  }
}
.welcome-modal .welcome-modal__content .value span {
  font-size: calc(99px + 21 * (100vw - 390px) / 1010);
  font-weight: 900;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .value span {
    font-size: 120px;
  }
}
.welcome-modal .welcome-modal__content .subtitle {
  margin-bottom: calc(20px + 15 * (100vw - 390px) / 1010);
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .subtitle {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .subtitle {
    font-size: 20px;
  }
}
.welcome-modal .welcome-modal__content .description {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .description {
    font-size: 20px;
  }
}
.welcome-modal .welcome-modal__content .button {
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
  z-index: 2;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .button {
    margin-top: 30px;
  }
}
@media (min-width: 991.9px) {
  .welcome-modal .welcome-modal__image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
  }
  .welcome-modal .welcome-modal__content {
    padding: 20px;
    height: 100%;
    justify-content: center;
  }
  .welcome-modal .welcome-modal__content .logo {
    display: flex;
  }
  .welcome-modal .welcome-modal__content .logo .logo__inner {
    justify-content: center;
  }
}

.upsells-modal {
  z-index: 10001;
}
.upsells-modal .upsells-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-right: calc(10px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content {
    padding-left: 20px;
  }
}
.upsells-modal .upsells-modal__content .title {
  font-size: calc(24px + 4 * (100vw - 390px) / 1010);
  font-weight: 800;
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content .title {
    font-size: 28px;
  }
}
.upsells-modal .upsells-modal__content .subtitle {
  margin-top: calc(10px + 0 * (100vw - 390px) / 1010);
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content .subtitle {
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content .subtitle {
    font-size: 14px;
  }
}
.upsells-modal .upsells-modal__content .swiper {
  max-width: 100%;
  margin-top: calc(25px + 19 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .upsells-modal .upsells-modal__content .swiper {
    margin-top: 44px;
  }
}
.upsells-modal .upsells-modal__content .swiper .swiper-pagination-bullet {
  border-color: #1A1A1A;
}
.upsells-modal .upsells-modal__content .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1A1A1A;
}
@media (min-width: 991.9px) {
  .upsells-modal .upsells-modal__content {
    padding-top: 40px;
  }
}

.sale-category-modal {
  z-index: 10001;
}
.sale-category-modal .sale-category-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #1A1A1A;
}
.sale-category-modal .sale-category-modal__content .logo {
  display: flex;
  margin-bottom: 10px;
}
.sale-category-modal .sale-category-modal__content .logo .logo__inner {
  justify-content: center;
}
.sale-category-modal .sale-category-modal__content .subtitle {
  margin-bottom: calc(20px + 15 * (100vw - 390px) / 1010);
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .sale-category-modal .sale-category-modal__content .subtitle {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .sale-category-modal .sale-category-modal__content .subtitle {
    font-size: 20px;
  }
}
.sale-category-modal .sale-category-modal__content .description {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .sale-category-modal .sale-category-modal__content .description {
    font-size: 20px;
  }
}
.sale-category-modal .sale-category-modal__content .button {
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
  z-index: 2;
}
@media (min-width: 1400px) {
  .sale-category-modal .sale-category-modal__content .button {
    margin-top: 30px;
  }
}

.otp-modal .modal-body {
  padding-top: calc(35px + 15 * (100vw - 390px) / 1010);
  padding-right: calc(15px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(40px + 20 * (100vw - 390px) / 1010);
  padding-left: calc(15px + 10 * (100vw - 390px) / 1010);
  position: relative;
}
@media (min-width: 1400px) {
  .otp-modal .modal-body {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .otp-modal .modal-body {
    padding-right: 25px;
  }
}
@media (min-width: 1400px) {
  .otp-modal .modal-body {
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .otp-modal .modal-body {
    padding-left: 25px;
  }
}
.otp-modal .modal-body .heading {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: calc(25px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .otp-modal .modal-body .heading {
    margin-bottom: 40px;
  }
}
.otp-modal .modal-body .otp-inputs {
  display: flex;
  justify-content: center;
  direction: ltr;
  gap: calc(15px + 10 * (100vw - 390px) / 1010);
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .otp-modal .modal-body .otp-inputs {
    gap: 25px;
  }
}
@media (min-width: 1400px) {
  .otp-modal .modal-body .otp-inputs {
    margin-bottom: 30px;
  }
}
.otp-modal .modal-body .otp-inputs .otp-box {
  text-align: center;
  width: 50px;
  font-size: 24px;
  background-color: #1A1A1A;
  color: rgba(255, 255, 255, 0.98);
  border: 1px solid #940000;
  border-radius: 12px;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25);
}
.otp-modal .modal-body .btn-link {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .otp-modal .modal-body .btn-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .otp-modal .modal-body .btn-link {
    font-size: 16px;
  }
}
.otp-modal .modal-body .button {
  width: 260px;
  max-width: 100%;
}
.otp-modal .modal-body .message {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.swiper {
  padding: 5px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
  margin-top: calc(20px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination {
    margin-top: 25px;
  }
}
.swiper .swiper-pagination-bullet {
  width: calc(12px + 0 * (100vw - 390px) / 1010);
  min-width: calc(12px + 0 * (100vw - 390px) / 1010);
  height: calc(12px + 0 * (100vw - 390px) / 1010);
  background-color: #d6cddb;
  border: none;
  opacity: 1;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 12px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 12px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 12px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #940000;
}
.swiper.heroProductsSwiper .swiper-button-next,
.swiper.heroProductsSwiper .swiper-button-prev {
  display: none;
}
@media (min-width: 991.9px) {
  .swiper.heroProductsSwiper .swiper-button-next,
  .swiper.heroProductsSwiper .swiper-button-prev {
    display: flex;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(243, 143, 193, 0.3) 0%, #F3CFC3 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  color: #1A1A1A;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-container {
  position: relative;
}
.swiper-container.heroProductsSwiper-wrapper .swiper-button-next,
.swiper-container.heroProductsSwiper-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 991.9px) {
  .swiper-container.heroProductsSwiper-wrapper {
    padding: 0 55px;
  }
  .swiper-container.heroProductsSwiper-wrapper .swiper-button-next,
  .swiper-container.heroProductsSwiper-wrapper .swiper-button-prev {
    display: flex;
  }
}

.products-slider .product-card .product-card__content .product-card__content-bottom {
  flex-direction: row;
  gap: 5px;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #940000;
  border-right-color: transparent;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

body {
  font-family: "Tajawal", sans-serif;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  line-height: normal;
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.98);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body.mini-cart-shown::before, body.nav-overlay-shown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2;
}
body .main {
  flex: 1;
  padding-top: calc(30px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  body .main {
    padding-top: 60px;
  }
}
body.page-template-template-about .main, body.page-template-template-projects .main {
  padding-top: 0;
}
@media (min-width: 991.9px) {
  body.with-bg::after {
    background-image: url(../img/bg/bg-main.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left top;
  }
}

.header .header__top {
  padding-top: calc(7px + 2 * (100vw - 390px) / 1010);
  padding-bottom: calc(7px + 2 * (100vw - 390px) / 1010);
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.98);
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-top: 9px;
  }
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-bottom: 9px;
  }
}
@media (min-width: 1400px) {
  .header .header__top {
    font-size: 14px;
  }
}
.header .header__main {
  padding-top: calc(4px + 2 * (100vw - 390px) / 1010);
  padding-bottom: calc(4px + 2 * (100vw - 390px) / 1010);
  background: rgba(148, 0, 0, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-top: 6px;
  }
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-bottom: 6px;
  }
}
.header .header__main .header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.header .header__main .header-menu ul li a {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
}
.header .header__main .header-menu ul li a:hover {
  color: #a4a4a4;
}
.header .header__main .logo-text {
  font-size: calc(5px + 25 * (100vw - 390px) / 1010);
  color: rgba(255, 255, 255, 0.98);
}
@media (min-width: 1400px) {
  .header .header__main .logo-text {
    font-size: 30px;
  }
}
.header .header-categories {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.header .header-categories ul.header-categories__list {
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: auto;
  font-size: 14px;
  font-weight: 500;
}
.header .header-categories ul.header-categories__list li.header-categories__item {
  padding-top: calc(8px + 6 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header-categories ul.header-categories__list li.header-categories__item {
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .header .header-categories ul.header-categories__list li.header-categories__item {
    padding-bottom: 14px;
  }
}
.header .header-categories ul.header-categories__list li.header-categories__item > a {
  display: block;
  padding-right: 0;
  padding-left: 0;
  padding-top: calc(8px + 7 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 7 * (100vw - 390px) / 1010);
  width: -moz-max-content;
  width: max-content;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .header .header-categories ul.header-categories__list li.header-categories__item > a {
    padding-top: 15px;
  }
}
@media (min-width: 1400px) {
  .header .header-categories ul.header-categories__list li.header-categories__item > a {
    padding-bottom: 15px;
  }
}
.header .header-categories ul.header-categories__list li.header-categories__item > a:hover {
  color: #a4a4a4;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown {
  width: 100%;
  max-width: 784px;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #940000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease;
  z-index: 100;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(243, 143, 193, 0.3) 0%, #F3CFC3 100%);
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  padding: 5px 0;
  height: -moz-max-content;
  height: max-content;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories li a {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories .sub-category-block .sub-category-block__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories .sub-category-block > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image {
  width: 100%;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner {
  padding-top: 54.3766578249%;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header .header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-categories ul.header-categories__list li.header-categories__item:hover .header-categories__item-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
}
@media (max-width: 991.9px) {
  .header .header__main {
    padding-top: calc(8px + 6 * (100vw - 390px) / 1010);
    padding-bottom: calc(8px + 6 * (100vw - 390px) / 1010);
  }
}
@media (max-width: 991.9px) and (min-width: 1400px) {
  .header .header__main {
    padding-top: 14px;
  }
}
@media (max-width: 991.9px) and (min-width: 1400px) {
  .header .header__main {
    padding-bottom: 14px;
  }
}

.section {
  margin-bottom: calc(60px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 70px;
  }
}
.section .section-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(30px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 45px;
  }
}
.section .section-heading .logo {
  height: calc(60px + 40 * (100vw - 390px) / 1010);
  mix-blend-mode: difference;
}
@media (min-width: 1400px) {
  .section .section-heading .logo {
    height: 100px;
  }
}

.section-cart .cart-products {
  margin-bottom: 40px;
}
.section-cart .cart-products h2 {
  margin-bottom: 20px;
  color: #1A1A1A;
}
.section-cart .cart-products .cart-products__list .cart-item {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-cart .cart-products .cart-products__list .cart-item:not(:first-child) {
  padding-top: 36px;
}
.section-cart .cart-products .cart-products__list .cart-item:not(:last-child) {
  padding-bottom: 36px;
  border-bottom: 0.5px solid #1A1A1A;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__image {
  width: 25%;
  min-width: 25%;
  margin-right: 15px;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__image .cart-item__image-inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__image .cart-item__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #1A1A1A;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info {
  width: 100%;
  margin-bottom: 8px;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info h6 {
  margin-bottom: 8px;
  font-size: 14px;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info p {
  font-size: 13px;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-price {
  font-size: 16px;
}
.section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-remove a {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../img/icons/icon-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-cart .cart-summary h2 {
  margin-bottom: 26px;
  color: #1A1A1A;
}
.section-cart .cart-summary .promo-block {
  margin-bottom: 24px;
}
.section-cart .cart-summary .cart-summary__rows {
  margin-bottom: 32px;
}
.section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #1A1A1A;
}
.section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item > * {
  display: block;
}
.section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item .title {
  font-size: 14px;
}
.section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item h4.title {
  font-size: 16px;
  font-weight: 500;
}
.section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item .value {
  font-size: 16px;
}
@media (min-width: 991.9px) {
  .section-cart .cart-products {
    margin-bottom: 0px;
  }
  .section-cart .cart-products h2 {
    margin-bottom: 40px;
  }
  .section-cart .cart-products .cart-products__list .cart-item:not(:first-child) {
    padding-top: 56px;
  }
  .section-cart .cart-products .cart-products__list .cart-item:not(:last-child) {
    padding-bottom: 56px;
  }
  .section-cart .cart-products .cart-products__list .cart-item .cart-item__image {
    width: 16%;
    min-width: 16%;
  }
  .section-cart .cart-products .cart-products__list .cart-item .cart-item__content {
    flex-wrap: nowrap;
  }
  .section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info {
    width: 50%;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info h6 {
    font-size: 16px;
  }
  .section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-info p {
    font-size: 15px;
  }
  .section-cart .cart-products .cart-products__list .cart-item .cart-item__content .item-price {
    font-size: 18px;
  }
  .section-cart .cart-summary {
    padding: 56px 64px;
    border-radius: 10px;
    border: 1px solid #1A1A1A;
  }
  .section-cart .cart-summary h2 {
    margin-bottom: 40px;
  }
  .section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item .title {
    font-size: 16px;
  }
  .section-cart .cart-summary .cart-summary__rows .cart-summary__rows-item h4.title {
    font-size: 18px;
  }
}

.section-checkout .section-checkout__content {
  margin-bottom: 40px;
  color: #1A1A1A;
}
.section-checkout .section-checkout__content h3 {
  margin-bottom: 14px;
}
.section-checkout .section-checkout__content .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: #1A1A1A;
}
.section-checkout .section-checkout__content .form-floating > .form-control:focus ~ label,
.section-checkout .section-checkout__content .form-floating > .form-control:not(:placeholder-shown) ~ label,
.section-checkout .section-checkout__content .form-floating > .form-control-plaintext ~ label,
.section-checkout .section-checkout__content .form-floating > .form-select ~ label {
  color: #1A1A1A;
}
.section-checkout .section-checkout__content .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background-color: transparent;
}
.section-checkout .section-checkout__content .form-floating > .form-control:focus ~ label::after,
.section-checkout .section-checkout__content .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.section-checkout .section-checkout__content .form-floating > .form-control-plaintext ~ label::after,
.section-checkout .section-checkout__content .form-floating > .form-select ~ label::after {
  background-color: transparent;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single {
  border-radius: 15px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__placeholder {
  display: block;
  height: 20px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: none;
  margin-inline-end: 5px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl].select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl].select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.section-checkout .section-checkout__content .checkout-input {
  margin-bottom: 16px;
}
.section-checkout .section-checkout__content .checkout-input input {
  font-size: 16px;
  line-height: normal;
  color: #1A1A1A;
  background-color: transparent;
  border: 1px solid #1A1A1A;
  border-radius: 15px;
}
.section-checkout .section-checkout__content .checkout-input select {
  font-size: 16px;
  line-height: normal;
  color: #1A1A1A;
  background-color: transparent;
  border: 1px solid #1A1A1A;
  border-radius: 15px;
}
.section-checkout .section-checkout__content .checkout-input .hint {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #1A1A1A;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.section-checkout .section-checkout__content .checkout-input .hint::before {
  content: "?";
}
.section-checkout .buttons-group {
  display: flex;
  align-items: center;
  margin: -5px -5px;
}
.section-checkout .buttons-group .button {
  margin: 5px;
  padding: 10px;
  width: 50%;
}
.section-checkout .checkout-summary {
  margin-bottom: 20px;
  padding: 32px 24px 74px;
  border-radius: 15px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
.section-checkout .checkout-summary h4 {
  margin-bottom: 12px;
}
.section-checkout .checkout-summary .checkout-summary__products-list {
  margin-bottom: 47px;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 15px;
  border: 1px solid #1A1A1A;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image {
  width: 14%;
  min-width: 14%;
  margin-right: 16px;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image .summary-product__image-inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image .summary-product__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__name {
  width: 100%;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__price {
  font-size: 16px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment {
  margin-bottom: 24px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block {
  font-size: 14px;
  font-weight: 400;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block:not(:last-child) {
  margin-bottom: 16px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block h6 {
  margin-bottom: 8px;
  color: #1A1A1A;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block .block-value {
  display: block;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item:not(:last-child) {
  margin-bottom: 16px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item .title {
  font-size: 14px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item .value {
  font-size: 16px;
}
@media (min-width: 991.9px) {
  .section-checkout .section-checkout__content {
    margin-bottom: 40px;
  }
  .section-checkout .section-checkout__content h3 {
    margin-bottom: 20px;
  }
  .section-checkout .section-checkout__content .checkout-input {
    margin-bottom: 14px;
  }
  .section-checkout .section-checkout__content .checkout-input input {
    font-size: 16px;
  }
  .section-checkout .section-checkout__content .checkout-input select {
    font-size: 16px;
  }
  .section-checkout .buttons-group {
    justify-content: end;
    margin: -10px -10px;
  }
  .section-checkout .buttons-group .button {
    margin: 10px;
    padding: 13px;
    width: 265px;
  }
  .section-checkout .checkout-summary {
    padding: 32px 24px 32px;
  }
  .section-checkout .checkout-summary h4 {
    margin-bottom: 20px;
  }
  .section-checkout .checkout-summary .checkout-summary__products-list {
    margin-bottom: 20px;
  }
  .section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image {
    width: 10%;
    min-width: 10%;
  }
  .section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__name {
    font-size: 16px;
  }
  .section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block {
    font-size: 16px;
  }
  .section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item .title {
    font-size: 16px;
  }
}

.section-account-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-account-form .accountGallerySwiper {
  padding: 0;
  border-radius: 20px;
}
.section-account-form .accountGallerySwiper .swiper-wrapper {
  height: auto;
}
.section-account-form .accountGallerySwiper .swiper-pagination {
  width: 100%;
  padding-top: calc(14px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(14px + 10 * (100vw - 390px) / 1010);
  background: linear-gradient(180deg, rgba(0, 210, 198, 0.5) 0%, #00d2c6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-top: 24px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-bottom: 24px;
  }
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet {
  border-color: rgba(255, 255, 255, 0.98);
  background-color: rgba(255, 255, 255, 0.98);
  opacity: 0.5;
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.98);
  opacity: 1;
}
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
  padding-top: 59.4594594595%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-account-form .form-content .back-to-login {
  display: none;
}
.section-account-form .form-content .block-heading {
  margin-bottom: calc(23px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading {
    margin-bottom: 40px;
  }
}
.section-account-form .form-content .block-heading h2 {
  font-size: calc(32px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading h2 {
    font-size: 32px;
  }
}
.section-account-form .form-content .block-heading p {
  margin-top: calc(5px + 10 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  opacity: 0.75;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    font-size: 16px;
  }
}
.section-account-form .woocommerce-privacy-policy-text a {
  font-weight: 700;
}
@media (min-width: 991.9px) {
  .section-account-form .accountGallerySwiper {
    border-radius: 30px;
  }
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
    padding-top: 148.9051094891%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-account-form .form-content {
    position: relative;
  }
  .section-account-form .form-content .back-to-login {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .section-account-form .form-content .back-to-login::before {
    content: "\e900";
    font-family: "Icomoon";
    line-height: 1;
  }
}

.footer {
  color: #1A1A1A;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer a {
  color: #1A1A1A;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__top {
  padding-top: calc(12px + 7 * (100vw - 390px) / 1010);
  padding-bottom: calc(12px + 7 * (100vw - 390px) / 1010);
  background-color: rgba(148, 0, 0, 0.9);
}
@media (min-width: 1400px) {
  .footer .footer__top {
    padding-top: 19px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__top {
    padding-bottom: 19px;
  }
}
.footer .footer__top .payment-methods {
  margin-bottom: 17px;
}
.footer .footer__main {
  padding-top: calc(30px + 15 * (100vw - 390px) / 1010);
  padding-bottom: calc(30px + 15 * (100vw - 390px) / 1010);
  background: rgba(255, 255, 255, 0.98);
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-top: 45px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-bottom: 45px;
  }
}
.footer .footer__main .footer-block .footer-block__title {
  margin-bottom: calc(15px + 10 * (100vw - 390px) / 1010);
  font-size: calc(20px + 0 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    font-size: 20px;
  }
}
.footer .footer__main .footer-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer .footer__bottom {
  padding-top: calc(5px + 5 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  background-color: #000;
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-bottom: 10px;
  }
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: rgba(255, 255, 255, 0.98);
}
.footer .footer__bottom .footer-bottom__text a {
  color: rgba(255, 255, 255, 0.98);
}
.footer .logo {
  height: calc(60px + 40 * (100vw - 390px) / 1010);
  mix-blend-mode: difference;
}
@media (min-width: 1400px) {
  .footer .logo {
    height: 100px;
  }
}
.footer .logo .logo__inner {
  justify-content: center;
}
.footer .logo-text {
  font-size: calc(20px + 20 * (100vw - 390px) / 1010);
  font-weight: 900;
}
@media (min-width: 1400px) {
  .footer .logo-text {
    font-size: 40px;
  }
}
.footer .social-links a {
  background-color: rgba(255, 255, 255, 0.98);
}
.footer .social-links a::before {
  color: #1A1A1A;
}
@media (max-width: 991.9px) {
  .footer .footer__main .footer-block._mobile-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer__main .footer-block._mobile-centered ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px;
  }
  .footer .footer__main .footer-block._mobile-centered ul li {
    margin: 10px;
  }
}

.form-floating .digcon .form-control {
  padding: 1rem 0.75rem;
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
}
.form-floating .digcon .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating .digcon .form-control:focus, .form-floating .digcon .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating .digcon .dig_wc_countrycodecontainer {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.form-floating label.floating {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.woocommerce .variations tr {
  display: block;
}
.woocommerce .variations tr:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .variations .label {
  display: none;
}
.woocommerce .variations .value {
  display: block;
  width: 100%;
}
.woocommerce .variations select {
  width: 100%;
  padding: 5px;
  margin-left: 0;
  text-align: center;
  line-height: normal;
  border-radius: 12px;
  border: none;
  background-color: rgba(214, 205, 219, 0.4);
}
.woocommerce .variations .reset_variations {
  display: none !important;
}
.woocommerce div.product p.stock {
  font-size: 17px;
  font-weight: 700;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs > li:nth-child(n+5) {
  display: none;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.woocommerce div.product form.cart div.quantity .qty {
  padding: 3px;
  border-radius: 12px;
  border: 0.839px solid #ddbc77;
  box-shadow: 0px 1.677px 3.355px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce div.product form.cart .variations select {
  background-color: rgba(214, 205, 219, 0.4);
}
.woocommerce div.product.product-type-variable .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child), .woocommerce div.product.product-type-simple1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}
.woocommerce a.remove {
  min-width: 1em;
}
.woocommerce .quantity._mini-cart .qty {
  width: 30px;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0px;
  border-radius: 0;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
  margin: 2em 0;
}
.woocommerce form.login._checkout {
  max-width: 636px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce form.login._checkout .form-row {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-info {
  border-top-color: #940000;
}
.woocommerce .woocommerce-info::before {
  color: #940000;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: rgba(246, 245, 248, 0.8);
}
@media (min-width: 991.9px) {
  .woocommerce .variations select {
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 42px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li {
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #DDBC77;
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active {
  background: #940000;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
}
.woocommerce-account .woocommerce-MyAccount-navigation .log-out {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .points-block + .wps_wpr_badge_way_points_main_wrap {
  display: none;
}
@media (min-width: 991.9px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    padding: calc(10px + 10 * (100vw - 390px) / 1010);
    border-radius: 40px;
    border: 1px solid #DDBC77;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 20px;
  }
}
@media (min-width: 991.9px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
    display: block;
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: calc(18px + 2 * (100vw - 390px) / 1010);
    font-weight: 700;
    color: #1A1A1A;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: 20px;
  }
}
@media (min-width: 991.9px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
    display: grid;
    justify-content: start;
    gap: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li {
    padding: 0;
    border-radius: 0px;
    border: none;
    background: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active {
    background: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active a {
    color: #1A1A1A;
    font-weight: 700;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .log-out {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    height: 100%;
    padding: calc(10px + 10 * (100vw - 390px) / 1010);
    border-radius: 40px;
    border: 1px solid #DDBC77;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
  }
}

.woocommerce-ordering select {
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(243, 143, 193, 0.3);
  background: transparent;
  -webkit-appearance: none;
          appearance: none;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.woocommerce-ordering select::-webkit-outer-spin-button, .woocommerce-ordering select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.aws-container {
  width: 100%;
}
.aws-container .aws-search-form {
  height: auto;
}
.aws-container .aws-search-form div.aws-search-btn {
  color: rgba(255, 255, 255, 0.98);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.98);
}
.aws-container .aws-search-form div.aws-search-btn .aws-search-btn_icon {
  color: inherit;
}
.aws-container .aws-search-form div.aws-search-btn:hover {
  color: inherit !important;
  background-color: inherit !important;
}
.aws-container .aws-search-field {
  color: rgba(255, 255, 255, 0.98);
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.98);
}
.aws-container .aws-search-field:focus {
  background-color: transparent;
}
.aws-container .aws-search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.98);
}
.aws-container .aws-search-field::placeholder {
  color: rgba(255, 255, 255, 0.98);
}
.aws-container .aws-show-clear .aws-search-field {
  padding-right: 6px;
}

.aws-search-result .aws_result_item .aws_result_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom_point_checkout {
  display: flex;
  flex-wrap: wrap;
}
.custom_point_checkout > p {
  display: flex;
  margin-top: 10px;
}

.wps_wpr_view_log_notice.wps_wpr_common_slider .wps_wpr_open_toggle {
  display: none;
}

.points-block h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

.dark-search .aws-search-form div.aws-search-btn {
  color: #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
.dark-search .aws-search-field {
  color: #1A1A1A;
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1A1A1A;
}
.dark-search .aws-search-field:focus {
  background-color: transparent;
}

.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item > .pwf-item-inner .pwf-item-label {
  display: flex;
  align-items: center;
}
.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item:last-child > .pwf-item-inner .pwf-item-label {
  margin-bottom: 8px;
}

.pwf-sticky-filter .pwf-sticky-filter-inner {
  grid-template-columns: 50% 50%;
  background: rgba(148, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.98);
}
.pwf-sticky-filter .pwf-sticky-button {
  color: rgba(255, 255, 255, 0.98);
}
.pwf-sticky-filter .pwf-sticky-button .pwf-sorting-text::after {
  line-height: 1;
}

.pwf-sticky-filter .pwf-sticky-button,
.pwf-off-canvas .pwf-canvas-footer {
  padding-bottom: 10px;
}

.pwf-sticky-button .pwf-sorting .pwf-sorting-text::after {
  position: static;
}

.quantity_drop_down .drop_down_lable {
  display: none;
}

.system-windows ::-webkit-scrollbar {
  width: 16px !important;
  height: 16px !important;
}
.system-windows ::-webkit-scrollbar-thumb {
  opacity: 0.15 !important;
  background: rgba(128, 128, 128, 0.6666666667) !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: 24px !important;
  min-width: 24px !important;
}
.system-windows ::-webkit-scrollbar-thumb:hover,
.system-windows ::-webkit-scrollbar-thumb:active {
  background: #808080 !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
}
.system-windows ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2666666667) !important;
  border: none !important;
}
.system-windows ::-webkit-scrollbar-track:hover {
  background: rgba(128, 128, 128, 0.15) !important;
}
.system-windows ::-webkit-scrollbar-track:vertical:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows ::-webkit-scrollbar-track:horizontal:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar-track {
  background: transparent !important;
}