@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-ExtraLight.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-ExtraLight.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-SemiLight.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-SemiLight.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-SemiLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-Light.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-Light.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-Plain.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-Plain.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-Plain.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-Bold.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-Bold.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-ExtraBold.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-ExtraBold.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij/BahijTheSansArabic-Black.woff2") format("woff2"), url("../fonts/Bahij/BahijTheSansArabic-Black.woff") format("woff"), url("../fonts/Bahij/BahijTheSansArabic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tajawal";
  src: url("../fonts/Tajawal/Tajawal-Medium.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Medium.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "tajawal";
  src: url("../fonts/Tajawal/Tajawal-Bold.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Bold.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html {
  scroll-behavior: unset !important;
}

body {
  font-family: Bahij;
  font-weight: 400;
  color: #000000;
}
body::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 4px;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #C8A826;
  border-radius: 3px;
}
html[dir=ltr] body {
  text-transform: capitalize;
}

.overflow {
  overflow: hidden;
}

.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}
@media (min-width: 1200px) and (max-width: 1649px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}
.row > * {
  --bs-gutter-x: 30px;
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* General Resets */
* {
  outline: 0 !important;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

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

button {
  border: none;
  background: none;
  outline: 0;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

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

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-inner-spin-button, input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

select {
  background-image: url(../images/icons/select.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: left 22px top 50%;
}
html[dir=ltr] select {
  background-position: right 22px top 50%;
}
@media (max-width: 767px) {
  select {
    background-position: left 15px top 50%;
  }
  html[dir=ltr] select {
    background-position: right 15px top 50%;
  }
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-twitter::before {
  content: "\e61b";
}

.fa-facebook::before {
  content: "\f39e";
}

.lazy-img-parent img {
  transition: all 0.3s ease-in-out;
}

.loading-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
}
.loading-img img {
  opacity: 0 !important;
  filter: blur(40px);
}

.loaded-img img {
  opacity: 1;
  filter: blur(0);
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.77778;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 1649px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-inline-start: 6px solid #9c7c44;
  padding-inline-start: 11px;
  margin-bottom: 57px;
}
.section-head .section-title {
  margin: 0;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .section-head {
    border: none;
    padding: 0;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-head .swiper-tools {
    display: none;
  }
}

.products-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 19px;
  margin-bottom: 60px;
}
.products-nav-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  min-width: 175px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #1E1803;
  border: 1px solid #ececec;
  transition: all 0.3s ease-in-out;
}
.products-nav-tabs button:hover {
  border-color: #C8A826;
}
.products-nav-tabs button.active {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fff;
}
@media (max-width: 1649px) {
  .products-nav-tabs button {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .products-nav-tabs button {
    min-width: unset;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .products-nav-tabs {
    margin-bottom: 30px;
    gap: 10px;
  }
}

.product-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding-bottom: 34px;
  border-bottom: 2px solid #ececec;
  margin-bottom: 100px;
}
@media (max-width: 1649px) {
  .product-nav-tabs {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-nav-tabs {
    gap: 60px;
  }
}
.product-nav-tabs button {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.33334;
  color: #959595;
  padding: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-nav-tabs button:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #c8a826 50%, rgba(250, 250, 250, 0) 100%);
  height: 3px;
  width: 181px;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.product-nav-tabs button:hover {
  color: #C8A826;
}
.product-nav-tabs button.active {
  color: #C8A826;
  line-height: 1.7;
  font-size: 28px;
  font-weight: 700;
}
.product-nav-tabs button.active:after {
  transform: translateX(-50%) scaleX(1);
}
@media (max-width: 1649px) {
  .product-nav-tabs button {
    font-size: 20px;
    height: 35px;
  }
  .product-nav-tabs button:after {
    width: 120px;
    bottom: -27px;
  }
  .product-nav-tabs button.active {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.33334;
  }
}

.shipping-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shipping-nav-tabs {
    gap: 10px;
  }
}
.shipping-nav-tabs button {
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid #ececec;
  font-size: 18px;
  font-weight: 600;
  color: #1E1803;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.shipping-nav-tabs button:hover {
  border-color: #C8A826;
}
.shipping-nav-tabs button.active {
  background-color: #f9f4de;
  border-color: #f9f4de;
  color: #C8A826;
}
@media (max-width: 767px) {
  .shipping-nav-tabs button {
    padding: 0 20px;
    font-size: 14px;
    height: 45px;
  }
}

.main-slider {
  position: relative;
}
.main-slider .swiper-navs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  z-index: 3;
}
.main-slider .swiper-navs .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  color: #9c7c44;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-slider .swiper-navs .swiper-btn:hover {
  background-color: #C8A826;
  color: #fff;
  text-shadow: 0px 3.75px 3.75px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .main-slider .swiper-navs .swiper-btn {
    width: 40px;
    font-size: 16px;
  }
}
html[dir=ltr] .main-slider .swiper-navs .swiper-btn i {
  transform: rotate(180deg);
}
@media (max-width: 1649px) {
  .main-slider .swiper-navs {
    inset-inline-end: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider .swiper-navs {
    inset-inline-end: 0;
    width: 100%;
    top: unset;
    transform: unset;
    bottom: 75px;
    flex-direction: row;
    gap: 20px;
  }
}
.main-slider .swiper-pagination {
  position: absolute;
  inset: unset;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  z-index: 3;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 0.3;
  font-family: tajawal;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1875;
  position: relative;
}
.main-slider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #c6ac8f;
  top: 8.5px;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: right;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
html[dir=ltr] .main-slider .swiper-pagination .swiper-pagination-bullet::after {
  transform-origin: left;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #C8A826;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scaleX(1);
}
@media (max-width: 991px) {
  .main-slider .swiper-pagination {
    display: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 46px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  border-radius: 12px;
  background-color: #fff;
  color: #1E1803;
  font-size: 16px;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.carousel-control-next:focus,
.carousel-control-prev:focus {
  color: #1E1803;
  opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1;
  color: #C8A826;
}
html[dir=ltr] .carousel-control-next i,
html[dir=ltr] .carousel-control-prev i {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    border-radius: 5px;
    font-size: 12px;
  }
}

.carousel-control-next {
  left: 20px;
}
html[dir=ltr] .carousel-control-next {
  left: unset;
  right: 20px;
}
@media (max-width: 767px) {
  .carousel-control-next {
    left: 5px;
  }
  html[dir=ltr] .carousel-control-next {
    left: unset;
    right: 5px;
  }
}

.carousel-control-prev {
  right: 20px;
}
html[dir=ltr] .carousel-control-prev {
  right: unset;
  left: 20px;
}
@media (max-width: 767px) {
  .carousel-control-prev {
    right: 5px;
  }
  html[dir=ltr] .carousel-control-prev {
    right: unset;
    left: 5px;
  }
}

.slider-content {
  margin-bottom: 60px;
}
.testimonials-slider .slider-content {
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-slider .slider-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slider-content {
    margin-bottom: 40px;
  }
}

.swiper-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.swiper-tools .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  border: 2.13px solid #ececec;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  color: #1E1803;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.swiper-tools .swiper-btn:hover {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fff;
  text-shadow: 0px 3.75px 3.75px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-tools .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  background-color: #ececec;
  border-color: #ececec;
  color: #1E1803;
}
html[dir=ltr] .swiper-tools .swiper-btn i {
  transform: rotate(180deg);
}
@media (max-width: 1649px) {
  .swiper-tools {
    inset-inline-end: 40px;
  }
}
.testimonials-slider .swiper-tools {
  display: none;
}
@media (max-width: 767px) {
  .testimonials-slider .swiper-tools {
    display: flex;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  border: 1px solid rgba(18, 17, 17, 0.2);
  font-size: 15px;
  font-weight: 400;
  color: #1E1803;
  margin: 60px auto 0;
  transition: all 0.3s ease-in-out;
}
.more-btn:hover {
  border-color: #C8A826;
  background-color: #C8A826;
  color: #fff;
}
@media (max-width: 1649px) {
  .more-btn {
    font-size: 14px;
    height: 50px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .more-btn {
    min-width: unset;
    height: 45px;
    padding: 0 25px;
    font-size: 14px;
    margin-top: 40px;
  }
}

.form-group {
  margin-bottom: 25px;
}
.form-group:has(.form-error) .form-control {
  border-color: #eb001b;
}

.form-label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  line-height: 1.7;
  margin-bottom: 6px;
}
.form-label span {
  color: #bdbdbd;
}
.required .form-label:after {
  content: "*";
  color: #c03744;
  margin-inline-start: 5px;
}

.form-control {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fafafa;
  border: 1px solid #ececec;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  color: #1E1803;
  resize: none;
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #959595;
  font-weight: 200;
}
.form-control::placeholder {
  color: #959595;
  font-weight: 200;
}
html[dir=rtl] .form-control {
  text-align: right;
}
.form-control:focus {
  border-color: #C8A826;
  outline: none;
  box-shadow: none;
  color: #1E1803;
  background-color: #fafafa;
}
.form-control:is(textarea) {
  height: 212px;
  padding: 15px 20px;
}
.reviews-form .form-control {
  height: 76px;
  background-color: #fafafa;
  border-radius: 14px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 55px;
  border-bottom: 1.38px solid #ececec;
}
.reviews-form .form-control:is(textarea) {
  height: 265px;
  padding: 30px 55px;
}
.reviews-form .form-control::-moz-placeholder {
  font-weight: 600;
  color: #959595;
  opacity: 1;
}
.reviews-form .form-control::placeholder {
  font-weight: 600;
  color: #959595;
  opacity: 1;
}
.reviews-form .form-control:focus {
  border-color: #C8A826;
}
@media (max-width: 1649px) {
  .reviews-form .form-control {
    height: 50px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
  }
  .reviews-form .form-control:is(textarea) {
    height: 200px;
    padding: 15px 20px;
  }
  .reviews-form .form-control::-moz-placeholder {
    font-weight: 200;
  }
  .reviews-form .form-control::placeholder {
    font-weight: 200;
  }
}
.contact-form .form-control {
  height: 65px;
}
.contact-form .form-control:is(textarea) {
  height: 212px;
}
.contact-form .form-control:focus {
  background-color: #fff;
}
.profile-form .form-control {
  background-color: #fff;
  height: 55px;
}
.profile-form .form-control:is(textarea) {
  height: 200px;
}
.profile-form .form-control:focus {
  background-color: #fff;
}

.form-error {
  color: #eb001b;
  font-size: 12px;
  font-weight: 200;
  display: flex;
  margin-top: 7px;
}

.password-content {
  position: relative;
}
.password-content .password-toggle {
  position: absolute;
  inset-inline-end: 15px;
  top: 15px;
  color: #444444;
  font-size: 16px;
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.password-content .password-toggle:hover, .password-content .password-toggle.active {
  color: #C8A826;
}
.profile-form .password-content .password-toggle {
  top: 18px;
}

.telephone-content {
  position: relative;
}
.telephone-content .telephone-flag {
  position: absolute;
  inset-inline-end: 20px;
  top: 18px;
  width: 27px;
  height: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.date-content {
  position: relative;
}
.date-content .date-icon {
  position: absolute;
  inset-inline-end: 20px;
  top: 18px;
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
.date-content::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 1px;
  height: 53px;
  inset-inline-start: 1px;
  width: calc(100% - 2px);
  padding: 0 20px;
  color: #959595;
  font-weight: 200;
  background-color: #fff;
  pointer-events: none;
  align-items: center;
  border-radius: 12px;
  display: none;
}
@media (max-width: 991px) {
  .date-content::before {
    display: flex;
  }
}
.date-content.active::before {
  display: none;
}

.form-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.form-switcher {
  cursor: pointer;
}
.form-switcher .switcher-slider {
  width: 24px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.form-switcher .switcher-slider:after {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 1px;
  transition: all 0.3s ease-in-out;
}
.profile-form .form-switcher .switcher-slider {
  height: 16px;
  width: 33px;
  border-radius: 20px;
  border: 1.3px solid #c4c4c4;
  background-color: #fff;
}
.profile-form .form-switcher .switcher-slider::after {
  width: 12px;
  inset-inline-start: 2.3px;
  background-color: #c4c4c4;
}
.form-switcher input {
  display: none;
}
.form-switcher input:checked + .switcher-slider {
  background-color: #C8A826;
}
.form-switcher input:checked + .switcher-slider:after {
  inset-inline-start: 13px;
}
.profile-form .form-switcher input:checked + .switcher-slider {
  border-color: #C8A826;
}
.profile-form .form-switcher input:checked + .switcher-slider:after {
  background-color: #fff;
  inset-inline-start: 17px;
}

.form-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767px) {
  .form-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #1E1803;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.form-submit:hover {
  background-color: #C8A826;
  color: #fff;
}
.reviews-form .form-submit, .contact-form .form-submit {
  height: 56px;
  border-radius: 30px;
  width: 200px;
  font-size: 18px;
  background-color: #C8A826;
}
.reviews-form .form-submit:hover, .contact-form .form-submit:hover {
  background-color: #1E1803;
  color: #fff;
}
@media (max-width: 767px) {
  .reviews-form .form-submit, .contact-form .form-submit {
    width: 100%;
    height: 50px;
  }
}
.profile-form .form-submit {
  height: 55px;
  width: 208px;
  margin-inline-start: auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .profile-form .form-submit {
    width: 100%;
  }
}

.form-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 200px;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  color: #1E1803;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.form-cancel:hover {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fff;
}
@media (max-width: 767px) {
  .form-cancel {
    width: 100%;
  }
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}
.reviews-form .form-grid {
  gap: 0 40px;
}
@media (max-width: 1649px) {
  .form-grid {
    gap: 0 25px;
  }
  .reviews-form .form-grid {
    gap: 0 25px;
  }
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.pageing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .pageing {
    margin-top: 40px;
  }
}
.pageing a {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.pageing a:hover {
  color: #C8A826;
}
.pageing a.active {
  color: #C8A826;
  text-decoration: underline;
}
.pageing .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 12px;
  border: 1px solid #ececec;
  font-size: 20px;
  color: #1E1803;
  transition: all 0.3s ease-in-out;
}
.pageing .arrow:hover {
  border-color: #C8A826;
  color: #C8A826;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 886px;
  }
}
.modal-content {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-content {
    border-radius: 15px;
  }
}

.close-modal {
  position: absolute;
  top: 49px;
  inset-inline-start: 55px;
  fill: #292d32;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 6;
  transition: all 0.3s ease-in-out;
}
.close-modal:hover {
  fill: #C8A826;
}
@media (max-width: 991px) {
  .close-modal {
    top: 25px;
    inset-inline-start: 25px;
  }
}

.modal-body {
  padding: 79px 56px 49px;
}
@media (max-width: 991px) {
  .modal-body {
    padding: 50px 20px;
  }
}

.invoice-header {
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .invoice-header {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.invoice-header .head-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  border-radius: 8px;
  background-color: #faf8f5;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.invoice-header .head-info .value {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .invoice-header .head-info {
    width: calc(50% - 5px);
  }
  .invoice-header .head-info:last-of-type {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .invoice-header .head-info {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}

.invoice-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.7;
  margin: 0 0 25px;
}

.invoice-table {
  --grid: 2.5fr 1.5fr 2fr;
}
@media (max-width: 991px) {
  .invoice-table {
    --grid: 3fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .invoice-table {
    --grid: 3fr 1fr 1.5fr;
  }
}
.invoice-table .table-head {
  border-radius: 8px;
  height: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: var(--grid);
  gap: 15px;
  background-color: #faf8f5;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 600;
  color: #1E1803;
}
@media (max-width: 767px) {
  .invoice-table .table-head {
    padding: 0;
    font-size: 14px;
  }
  .invoice-table .table-head .head-item {
    padding: 0 10px;
  }
}
.invoice-table .table-body {
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .invoice-table .table-body {
    padding: 10px;
  }
}
.invoice-table .table-row {
  display: grid;
  align-items: center;
  grid-template-columns: var(--grid);
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.invoice-table .table-row:last-of-type {
  border: none;
}
.invoice-table .invoice-product {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .invoice-table .invoice-product {
    gap: 5px;
  }
}
.invoice-table .invoice-product .product-img {
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #ececec;
  overflow: hidden;
  flex-shrink: 0;
}
.invoice-table .invoice-product .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .invoice-table .invoice-product .product-title {
    font-size: 14px;
  }
}
.invoice-table .invoice-product .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.invoice-table .invoice-product .product-title a:hover {
  color: #C8A826;
}
.invoice-table .qty-item {
  text-align: center;
}
.invoice-table .invoice-qty {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .invoice-table .invoice-qty {
    font-size: 14px;
  }
}
.invoice-table .invoice-total {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .invoice-table .invoice-total {
    font-size: 14px;
  }
}

.invoice-information {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.invoice-information .info-item {
  display: grid;
  grid-template-columns: 4fr 2fr;
  align-items: start;
  padding: 12px 0 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .invoice-information .info-item {
    font-size: 14px;
    padding: 12px 0;
    grid-template-columns: 3fr 2.5fr;
  }
}
.invoice-information .info-item .title {
  padding: 0 40px;
  color: #1E1803;
}
@media (max-width: 767px) {
  .invoice-information .info-item .title {
    padding: 0 15px;
  }
}
.invoice-information .info-item .value {
  color: #000000;
  opacity: 0.5;
}
.invoice-information .info-item .value.price {
  opacity: 1;
}
@media (max-width: 767px) {
  .invoice-information .info-item .value {
    padding: 0 15px;
  }
}
.invoice-information .info-item:nth-of-type(odd) {
  background-color: #faf8f5;
}
.invoice-information .info-item:nth-of-type(odd) .price {
  color: #C8A826;
}

.main-content {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 329px 0 229px;
}
@media (max-width: 991px) {
  .main-content {
    padding: 150px 0 200px;
  }
}
@media (max-width: 767px) {
  .main-content {
    min-height: auto;
    padding: 150px 0;
  }
}
.main-content .main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .main-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}
.main-content .main-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 934px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .main-content .main-text {
    gap: 20px;
  }
}
.main-content .main-subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 1.708334;
  margin: 0;
}
@media (max-width: 1649px) {
  .main-content .main-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main-content .main-subtitle {
    font-size: 14px;
  }
}
.main-content .main-title {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3392857;
  padding: 0 30px;
  margin: 0;
}
@media (max-width: 1649px) {
  .main-content .main-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-content .main-title {
    font-size: 28px;
    padding: 0;
  }
}
.main-content .main-description {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7142857;
  margin: 0;
}
@media (max-width: 1649px) {
  .main-content .main-description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main-content .main-description {
    font-size: 18px;
  }
}
.main-content .main-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  border-radius: 30px;
  padding: 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C8A826;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.main-content .main-btn:hover {
  background-color: #1E1803;
  color: #fff;
}
@media (max-width: 767px) {
  .main-content .main-btn {
    height: 45px;
    padding: 0 30px;
    font-size: 14px;
  }
}

.categories-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 39px 30px;
}
@media (max-width: 1649px) {
  .categories-grid {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: unset;
    flex-wrap: unset;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .categories-grid {
    gap: 7.5px;
  }
}

.category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  overflow: hidden;
  background-color: #f6f6f6;
  position: relative;
  height: 383px;
  --width: 1620;
}
@media (max-width: 1649px) {
  .category-card {
    border-radius: 20px;
    height: 270px;
    --width: 1200px;
  }
}
@media (max-width: 1199px) {
  .category-card {
    height: auto;
    width: 100%;
    aspect-ratio: 657/383;
  }
}
@media (max-width: 991px) {
  .category-card {
    border-radius: 10px;
  }
}
.category-card .category-img {
  width: 100%;
  height: 100%;
}
.category-card .category-img img {
  transition: all 0.3s ease-in-out;
}
.category-card .category-text {
  position: absolute;
  bottom: 45px;
  inset-inline-start: 55px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  font-family: tajawal;
  color: #000000;
}
@media (max-width: 1649px) {
  .category-card .category-text {
    bottom: 30px;
    inset-inline-start: 30px;
  }
}
@media (max-width: 991px) {
  .category-card .category-text {
    bottom: 20px;
    inset-inline-start: 20px;
  }
}
@media (max-width: 767px) {
  .category-card .category-text {
    bottom: 10px;
    inset-inline-start: 10px;
    gap: 5px;
  }
}
.category-card .category-title {
  font-size: 27px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1851852;
}
@media (max-width: 1649px) {
  .category-card .category-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .category-card .category-title {
    font-size: 14px;
  }
}
.category-card .category-btn {
  font-size: 21px;
  font-weight: 500;
  border-bottom: 1.33px solid #000000;
  line-height: 1.1904762;
}
@media (max-width: 1649px) {
  .category-card .category-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .category-card .category-btn {
    font-size: 12px;
    border: none;
    opacity: 0.5;
  }
}
.category-card:hover .category-img img {
  transform: scale(1.1);
}
.category-card:first-of-type, .category-card:nth-of-type(6) {
  width: calc(657 / var(--width) * 100%);
}
@media (max-width: 1199px) {
  .category-card:first-of-type, .category-card:nth-of-type(6) {
    width: 100%;
  }
}
.category-card:nth-of-type(2), .category-card:nth-of-type(4) {
  width: calc(383 / var(--width) * 100%);
}
@media (max-width: 1199px) {
  .category-card:nth-of-type(2), .category-card:nth-of-type(4) {
    width: 100%;
  }
}
.category-card:nth-of-type(3), .category-card:nth-of-type(5) {
  width: calc(520 / var(--width) * 100%);
}
@media (max-width: 1199px) {
  .category-card:nth-of-type(3), .category-card:nth-of-type(5) {
    width: 100%;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  grid-template-rows: 1fr auto; /* Allows space for centered content */

}
@media (max-width: 1649px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .products-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .products-grid {
    gap: 30px 7.5px;
  }
}
.categoryPage-content .products-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1649px) {
  .categoryPage-content .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .categoryPage-content .products-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .categoryPage-content .products-grid {
    gap: 30px 7.5px;
  }
}
.products-grid.list {
  grid-template-columns: 1fr;
  gap: 30px;
}

.product-card {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .product-card {
    max-width: 383px;
    margin: 0 auto;
  }
}
.product-card .product-imgs {
  position: relative;
  width: 100%;
  aspect-ratio: 383/459;
  border: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-card .product-imgs {
    border-radius: 10px;
  }
}
.product-card .carousel {
  width: 100%;
}
.product-card .product-img {
  width: 100%;
  max-width: 301px;
  aspect-ratio: 301/288;
  border-radius: 20px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-card .product-img {
    border-radius: 10px;
  }
}
.product-card .product-text {
  position: relative;
  padding: 31px 0 0;
}
@media (max-width: 767px) {
  .product-card .product-text {
    padding: 15px 0 0;
  }
}
.product-card .product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-card .product-head {
    margin-bottom: 15px;
  }
}
.product-card .product-title {
  font-size: 20px;
  font-weight: 400;
  color: #1E1803;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.55;
  margin: 0;
}
.product-card .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.product-card .product-title a:hover {
  color: #C8A826;
}
@media (max-width: 1649px) {
  .product-card .product-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-card .product-title {
    font-size: 14px;
  }
}
.product-card .product-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 1649px) {
  .product-card .product-icons {
    gap: 10px;
  }
}
.product-card .product-tool {
  padding: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.product-card .product-tool svg {
  max-width: 100%;
  max-height: 100%;
}
.product-card .eye-icon {
  fill: #1E1803;
  aspect-ratio: 22/20;
}
.product-card .eye-icon:hover {
  fill: #C8A826;
}
@media (max-width: 767px) {
  .product-card .eye-icon {
    display: none;
  }
}
.product-card .fav-icon {
  fill: transparent;
  stroke: #1E1803;
  aspect-ratio: 32/28;
}
.product-card .fav-icon:hover {
  stroke: #c00f0c;
}
.product-card .fav-icon.active {
  fill: #c00f0c;
  stroke: #c00f0c;
}
.product-card .product-prices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #1E1803;
  line-height: 1.55;
}
.product-card .product-prices del {
  color: #959595;
}
@media (max-width: 1649px) {
  .product-card .product-prices {
    font-size: 16px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .product-card .product-prices {
    font-size: 14px;
  }
}
.product-card .product-description {
  display: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #282828;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 30px 0 0;
}
@media (max-width: 1649px) {
  .product-card .product-description {
    font-size: 16px;
    margin-top: 20px;
  }
}
.product-card .product-tools {
  position: absolute;
  bottom: calc(100% - 60px);
  inset-inline: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .product-card .product-tools {
    bottom: calc(100% - 10px);
    inset-inline: 10px;
  }
}
.product-card .product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 21px;
  font-weight: 400;
  background-color: #C8A826;
  border: 1px solid #ececec;
  border-radius: 15px;
  color: #faf8f5;
  stroke: #faf8f5;
  height: 57px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-card .product-cart svg {
  width: 18px;
}
.product-card .product-cart:hover {
  background-color: #1E1803;
  border-color: #1E1803;
  color: #fff;
  stroke: #fff;
}
@media (max-width: 1649px) {
  .product-card .product-cart {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .product-card .product-cart {
    border-radius: 10px;
  }
}
.product-card .product-fav {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  fill: #bdbdbd;
  stroke: none;
  width: 57px;
  aspect-ratio: 57/56;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.product-card .product-fav svg {
  width: 20px;
}
.product-card .product-fav:hover {
  background-color: #c00f0c;
  fill: #fff;
}
.product-card .product-fav.active {
  background-color: #fafafa;
  fill: #c00f0c;
}
.product-card .product-label {
  position: absolute;
  top: 23px;
  inset-inline-start: 25px;
  height: 40px;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #1E1803;
}
@media (max-width: 1649px) {
  .product-card .product-label {
    font-size: 12px;
    height: 35px;
    border-radius: 7px;
    top: 15px;
    inset-inline-start: 15px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-card .product-label {
    top: 10px;
    inset-inline-start: 10px;
    height: 25px;
    padding: 0 10px;
    font-size: 10px;
  }
}
.product-card .product-discount {
  inset-inline-start: unset;
  inset-inline-end: 25px;
  background-color: #e4626f;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .product-card .product-discount {
    inset-inline-start: unset;
    inset-inline-end: 15px;
  }
}
@media (max-width: 767px) {
  .product-card .product-discount {
    inset-inline-start: unset;
    inset-inline-end: 10px;
  }
}
.product-card:hover .carousel-control-next,
.product-card:hover .carousel-control-prev {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.product-card:hover .product-tools {
  bottom: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
.product-card:hover .product-discount {
  top: -40px;
  visibility: hidden;
  opacity: 0;
}

.list .product-card {
  display: flex;
  align-items: center;
  gap: 40px;
  --width: 414px;
}
@media (max-width: 1649px) {
  .list .product-card {
    --width: 350px;
    gap: 20px;
  }
}
.list .product-card .product-imgs {
  width: var(--width);
  aspect-ratio: 414/324;
  flex-shrink: 0;
}
.list .product-card .product-img {
  max-width: 355.35px;
  aspect-ratio: 355.35/264;
}
.list .product-card .product-text {
  padding: 0;
}
@media (max-width: 1649px) {
  .list .product-card .product-head {
    margin-bottom: 20px;
  }
}
.list .product-card .product-title {
  display: block;
}
@media (max-width: 1649px) {
  .list .product-card .product-title {
    font-size: 18px;
  }
}
.list .product-card .product-description {
  display: -webkit-box;
}
.list .product-card .product-icons {
  display: none;
}
.list .product-card .product-tools {
  position: relative;
  inset: unset;
  visibility: visible;
  opacity: 1;
  transform: none;
  justify-content: flex-start;
}
@media (max-width: 1649px) {
  .list .product-card .product-tools {
    margin-top: 20px;
  }
}
.list .product-card .product-cart {
  max-width: 275px;
  background-color: #1E1803;
  border-color: #1E1803;
}
.list .product-card .product-cart:hover {
  background-color: #C8A826;
  border-color: #C8A826;
}
.list .product-card .product-fav {
  display: flex;
}
.list .product-card .product-label {
  top: 20px;
  inset-inline-start: 20px;
}
.list .product-card .product-discount {
  inset-inline-start: calc(var(--width) - 20px);
  inset-inline-end: unset;
  visibility: visible;
  opacity: 1;
  transform: translateX(100%);
}
html[dir=ltr] .list .product-card .product-discount {
  transform: translateX(-100%);
}

.banner {
  position: relative;
  width: 100%;
  aspect-ratio: 1620/600;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner {
    border-radius: 15px;
    aspect-ratio: 795/385;
  }
  .banner:has(.banner-text) {
    aspect-ratio: unset;
    height: 280px;
  }
}
.banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 15s ease-in-out;
}
.banner .banner-text {
  width: 100%;
  max-width: 717px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .banner .banner-text {
    max-width: 550px;
  }
}
.banner .banner-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.458334;
  margin-bottom: 16px;
}
@media (max-width: 1649px) {
  .banner .banner-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .banner .banner-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.banner .banner-description {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.72223;
  margin-bottom: 32px;
}
@media (max-width: 1649px) {
  .banner .banner-description {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner .banner-description {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.banner .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  border-radius: 30px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: 200;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.banner .banner-btn:hover {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fff;
}
@media (max-width: 1649px) {
  .banner .banner-btn {
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner .banner-btn {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.banner:hover .banner-img {
  transform: scale(1.2);
}

.banners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1649px) {
  .banners-grid {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .banners-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.banners-grid .banner {
  aspect-ratio: 795/385;
}
@media (min-width: 1650px) {
  .banners-grid .banner {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .banners-grid .banner {
    border-radius: 15px;
  }
}
.banners-grid .banner:first-of-type {
  grid-row: 1/3;
  aspect-ratio: unset;
  height: 100%;
}
@media (max-width: 767px) {
  .banners-grid .banner:first-of-type:has(.banner-text) {
    aspect-ratio: unset;
    height: 280px;
  }
}
.banners-grid .banner .banner-btn {
  background-color: #fff;
  border-color: #fff;
  color: #1E1803;
}
.banners-grid .banner .banner-btn:hover {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fff;
}

.side-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 380/472;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .side-banner {
    margin-top: 40px;
    aspect-ratio: 380/165;
  }
}
@media (max-width: 767px) {
  .side-banner {
    aspect-ratio: 380/472;
  }
}
.side-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.side-banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 15s ease-in-out;
}
.side-banner .banner-text {
  width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.side-banner .banner-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.533;
  margin-bottom: 25px;
}
.side-banner .banner-title span {
  display: block;
  color: #C8A826;
}
@media (max-width: 991px) {
  .side-banner .banner-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.side-banner .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  border-radius: 30px;
  background-color: #fff;
  color: #C8A826;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.side-banner .banner-btn:hover {
  background-color: #C8A826;
  color: #fff;
}
@media (max-width: 991px) {
  .side-banner .banner-btn {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.side-banner:hover .banner-img {
  transform: scale(1.2);
}

.checkout-banner {
  position: relative;
  padding: 33px 63px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #faf8f5;
  margin-top: 47px;
}
@media (max-width: 1199px) {
  .checkout-banner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .checkout-banner {
    padding: 25px 20px;
  }
}
.checkout-banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html[dir=ltr] .checkout-banner .banner-img img {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .checkout-banner .banner-img {
    opacity: 0.25;
  }
  .checkout-banner .banner-img img {
    -o-object-position: left;
       object-position: left;
  }
}
.checkout-banner .banner-text {
  width: 100%;
  position: relative;
  z-index: 3;
  color: #1E1803;
}
.checkout-banner .banner-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.3;
  color: #1E1803;
  margin: 0;
}
@media (max-width: 767px) {
  .checkout-banner .banner-title {
    font-size: 16px;
  }
}
.checkout-banner .banner-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline-start: 15px;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.3;
  color: #818181;
}
@media (max-width: 767px) {
  .checkout-banner .banner-list li {
    font-size: 14px;
    padding-inline-start: 10px;
    gap: 7px;
  }
}
.checkout-banner .banner-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #818181;
}
.checkout-banner .banner-list a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.checkout-banner .banner-list a:hover {
  color: #C8A826;
}

.features-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .features-content {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .features-content {
    display: flex;
    flex-wrap: wrap;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 10px;
  border: 2px solid #f6f3ec;
  border-radius: 27px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .feature-item {
    gap: 20px;
    padding: 35px 10px;
  }
}
@media (max-width: 1199px) {
  .feature-item {
    gap: 10px;
    padding: 25px 10px;
  }
}
@media (max-width: 991px) {
  .feature-item {
    flex: 1;
    min-width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .feature-item {
    min-width: 100%;
    border-radius: 15px;
  }
}
.feature-item .feature-icon {
  width: 68px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #1E1803;
  fill: #1E1803;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .feature-item .feature-icon {
    width: 50px;
  }
}
.feature-item .feature-icon svg {
  max-width: 100%;
}
.feature-item .feature-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1199px) {
  .feature-item .feature-text {
    gap: 15px;
  }
}
.feature-item .feature-title {
  font-size: 24px;
  font-weight: 800;
  color: #1E1803;
  line-height: 0.666667;
  margin: 0 0;
}
@media (max-width: 1649px) {
  .feature-item .feature-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .feature-item .feature-title {
    font-size: 16px;
  }
}
.feature-item .feature-description {
  font-size: 20px;
  font-weight: 200;
  color: #7d7d7d;
  line-height: 0.6;
  margin: 0;
}
@media (max-width: 1649px) {
  .feature-item .feature-description {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .feature-item .feature-description {
    font-size: 14px;
  }
}
.feature-item:hover {
  border-color: #C8A826;
}
.feature-item:hover .feature-icon {
  stroke: #C8A826;
  fill: #C8A826;
}

.testimonials-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .testimonials-list {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .testimonials-list {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  border: 1.07px solid #e5e5e5;
  border-radius: 21px;
  overflow: hidden;
  padding: 38px 30px 31px;
  padding-inline-end: 17px;
}
@media (max-width: 1649px) {
  .testimonial-card {
    padding: 25px 15px 20px;
    border-radius: 15px;
  }
}
@media (max-width: 1199px) {
  .testimonial-card {
    padding: 38px 30px 31px;
    padding-inline-end: 17px;
  }
}
.testimonial-card .testimonial-head {
  padding-inline: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
  margin: 0 0 25px;
}
.testimonial-card .testimonial-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.testimonial-card .user-img {
  display: flex;
  width: 65px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1649px) {
  .testimonial-card .user-img {
    width: 55px;
  }
}
.testimonial-card .user-text {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #1E1803;
}
@media (max-width: 1649px) {
  .testimonial-card .user-text {
    gap: 7px;
  }
}
.testimonial-card .user-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.625;
}
@media (max-width: 1649px) {
  .testimonial-card .user-name {
    font-size: 14px;
  }
}
.testimonial-card .review-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.58334;
}
.testimonial-card .testimonial-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf8f6;
  height: 37px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 11px;
  font-size: 16px;
  color: #1E1803;
  font-weight: 700;
  fill: #C8A826;
}
.testimonial-card .testimonial-rate span {
  margin: 5px 5px 0;
}
@media (max-width: 1649px) {
  .testimonial-card .testimonial-rate {
    font-size: 14px;
  }
}
.testimonial-card .testimonial-body::before, .testimonial-card .testimonial-body::after {
  content: "";
  background-image: url(../images/icons/quotes.svg);
  display: block;
  width: 26px;
  aspect-ratio: 26/20;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial-card .testimonial-body::before {
  margin-bottom: 4px;
}
.testimonial-card .testimonial-body::after {
  margin-inline-start: auto;
  margin-top: 5px;
  transform: scaleX(-1);
}
.testimonial-card .review-text {
  font-size: 16px;
  font-weight: 400;
  color: #1E1803;
  opacity: 0.5;
  line-height: 2.125;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 102px;
}
@media (max-width: 1649px) {
  .testimonial-card .review-text {
    font-size: 14px;
    height: 90px;
  }
}

.product-review {
  border-radius: 14px;
  background-color: #fff;
  border: none;
  padding: 41px;
  padding-inline-end: 51px;
}
@media (max-width: 1649px) {
  .product-review {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .product-review {
    padding: 20px 15px;
  }
}
.product-review .testimonial-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .product-review .testimonial-head {
    flex-direction: column;
  }
}
.product-review .testimonial-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.product-review .user-img {
  display: flex;
  width: 68px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1649px) {
  .product-review .user-img {
    width: 55px;
  }
}
.product-review .user-text {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (max-width: 1649px) {
  .product-review .user-text {
    gap: 7px;
  }
}
.product-review .user-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #444444;
  line-height: 1.625;
}
@media (max-width: 1649px) {
  .product-review .user-name {
    font-size: 18px;
  }
}
.product-review .review-date {
  font-size: 13px;
  font-weight: 200;
  color: #565656;
  line-height: 1.58334;
}
@media (max-width: 1649px) {
  .product-review .review-date {
    font-size: 12px;
  }
}
.product-review .testimonial-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #C8A826;
}
.product-review .review-text {
  font-size: 20px;
  font-weight: 200;
  color: #646464;
  line-height: 1.809;
  margin: 0;
}
@media (max-width: 1649px) {
  .product-review .review-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-review .review-text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .categoryPage-filters {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: fixed;
    top: 100px;
    inset-inline-start: -300px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
  }
  .categoryPage-filters.active {
    inset-inline-start: 0;
  }
}

.filter-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #C8A826;
  background-color: #fafafa;
  padding: 0;
  width: 40px;
  aspect-ratio: 1;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2509803922);
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .filter-trigger {
    display: flex;
  }
}
.active .filter-trigger {
  background-color: #C8A826;
  color: #fff;
}

@media (max-width: 991px) {
  .categoryFilters-list {
    width: 300px;
    padding: 20px 15px 15px;
    background-color: #fff;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
}
.active .categoryFilters-list {
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2509803922);
}

.categoryFilters-item {
  padding: 20px 31px;
  border-radius: 20px;
  background-color: #fafafa;
  margin-bottom: 30px;
}
@media (max-width: 1649px) {
  .categoryFilters-item {
    padding: 20px;
  }
}

.side-title {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  fill: #000000;
  stroke: #000000;
  line-height: 1.72;
  padding-bottom: 19px;
  border-bottom: 3px solid #e2e2e2;
  position: relative;
  margin-bottom: 41px;
}
.side-title::after {
  content: "";
  width: 112px;
  height: 5px;
  background-color: #C8A826;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  inset-inline-start: 0;
  bottom: -3px;
}
@media (max-width: 1649px) {
  .side-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .side-title {
    padding-bottom: 13px;
    margin-bottom: 25px;
    border-bottom-width: 1px;
  }
  .side-title::after {
    height: 3px;
    bottom: -1px;
  }
}

.filter-checkbox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}
.filter-checkbox:first-of-type {
  padding-top: 0;
}
.filter-checkbox:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.filter-checkbox .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1649px) {
  .filter-checkbox .checkbox {
    gap: 10px;
  }
}
.filter-checkbox .checkmark {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.filter-checkbox .checkmark:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00c";
  font-size: 10px;
  color: #fff;
  transform: scale(0) rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.filter-checkbox .checkbox-text {
  font-size: 16px;
  font-weight: 300;
  color: #959595;
  line-height: 1.7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .filter-checkbox .checkbox-text {
    font-size: 14px;
  }
}
.filter-checkbox .checkbox-count {
  font-size: 14px;
  color: #959595;
  font-weight: 300;
  margin-inline-start: auto;
}
@media (max-width: 1649px) {
  .filter-checkbox .checkbox-count {
    font-size: 12px;
  }
}
.filter-checkbox input {
  display: none;
}
.filter-checkbox input:checked ~ .checkmark {
  border-color: #C8A826;
  background-color: #C8A826;
}
.filter-checkbox input:checked ~ .checkmark:after {
  transform: scale(1) rotate(0deg);
}
.filter-checkbox input:checked ~ .checkbox-text {
  color: #C8A826;
}

.price-filter {
  position: relative;
  padding-right: 10px;
  padding-left: 30px;
  margin-bottom: 25px;
  margin-top: 97px;
}
html[dir=ltr] .price-filter {
  padding-left: 10px;
  padding-right: 30px;
}
.price-filter .noUi-target {
  background-color: #e6e6e6;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  height: 3px;
}
.price-filter .noUi-target .noUi-connect {
  background-color: #1E1803;
  border-radius: 3px;
}
.price-filter .noUi-target .noUi-handle {
  width: 17px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #C8A826;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  top: -7px;
  cursor: grab;
}
.price-filter .noUi-target .noUi-handle:active {
  cursor: grabbing;
}
.price-filter .noUi-target .noUi-handle:before, .price-filter .noUi-target .noUi-handle:after {
  display: none;
}
.price-filter .noUi-target .noUi-handle .noUi-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0 10px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  color: #1E1803;
  font-weight: 400;
  bottom: calc(100% + 15px);
  top: unset;
}
.price-filter .values-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.price-filter .values-inputs input {
  width: 100%;
}

.categoryFilters-item .price-hint {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 15px;
}
.categoryFilters-item .price-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  padding: 0 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C8A826;
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  margin-inline-start: auto;
  transition: all 0.3s ease-in-out;
}
.categoryFilters-item .price-btn:hover {
  background-color: #1E1803;
  color: #fafafa;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags-list .tag-checkbox .checkbox {
  cursor: pointer;
}
.tags-list .tag-checkbox .checkbox-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 37px;
  font-size: 16px;
  font-weight: 400;
  color: #bdbdbd;
}
@media (max-width: 1649px) {
  .tags-list .tag-checkbox .checkbox-text {
    font-size: 14px;
  }
}
.tags-list .tag-checkbox input {
  display: none;
}
.tags-list .tag-checkbox input:checked ~ .checkbox-text {
  border-color: #C8A826;
  color: #C8A826;
}

.addresses-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1649px) {
  .addresses-list {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .addresses-list {
    grid-template-columns: 1fr;
  }
}

.address-item {
  padding: 30px 58px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 1649px) {
  .address-item {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .address-item {
    padding: 20px 10px;
    border-radius: 7px;
  }
}
.address-item .address-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #282828;
  margin-bottom: 19px;
}
@media (max-width: 1649px) {
  .address-item .address-title {
    font-size: 16px;
  }
}
.address-item .address-tools {
  position: absolute;
  top: 23px;
  inset-inline-end: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .address-item .address-tools {
    top: 20px;
    inset-inline-end: 10px;
  }
}
.address-item .edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  stroke: #fbba3c;
  transition: all 0.3s ease-in-out;
}
.address-item .edit-btn:hover {
  stroke: #C8A826;
}
.address-item .delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  fill: #eb001b;
  transition: all 0.3s ease-in-out;
}
.address-item .delete-btn:hover {
  fill: #C8A826;
}
.address-item .address-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 51px;
  margin-bottom: 20px;
}
.address-item .address-details span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #959595;
}
@media (max-width: 1649px) {
  .address-item .address-details span {
    font-size: 16px;
  }
}
.address-item .main-part {
  width: 100%;
}
.address-item .address-phone {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #959595;
  display: flex;
  width: 100%;
  direction: ltr;
}
html[dir=rtl] .address-item .address-phone {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 1649px) {
  .address-item .address-phone {
    font-size: 16px;
  }
}
.checkout-content .address-item {
  background-color: #fafafa;
  padding: 29px 27px;
  border: 1px solid #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .checkout-content .address-item {
    padding: 24px 19px;
  }
}
@media (max-width: 767px) {
  .checkout-content .address-item {
    padding: 19px 9px;
    border-radius: 7px;
  }
}
.checkout-content .address-item .address-tools {
  top: 21px;
  inset-inline-end: 23px;
}
@media (max-width: 767px) {
  .checkout-content .address-item .address-tools {
    top: 20px;
    inset-inline-end: 10px;
  }
}
.checkout-content .address-item .edit-btn {
  stroke: #3b352f;
}
.checkout-content .address-item .edit-btn:hover {
  stroke: #C8A826;
}

.address-check {
  cursor: pointer;
}
.address-check input {
  display: none;
}
.address-check input:checked ~ .address-item {
  background-color: #faf8f5;
  border-color: #C8A826;
}

.checkout-progressBar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  justify-content: center;
  gap: 140px;
  width: 1070px;
  margin: 0 auto 90px;
}
@media (max-width: 1649px) {
  .checkout-progressBar {
    width: 100%;
    gap: 130px;
  }
}
@media (max-width: 991px) {
  .checkout-progressBar {
    gap: 85px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .checkout-progressBar {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  gap: 11px;
}
.checkout-step::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: 11px;
  width: 300px;
  height: 3px;
  background-color: #e6e6e6;
}
@media (max-width: 1649px) {
  .checkout-step::after {
    width: 325px;
  }
}
@media (max-width: 1199px) {
  .checkout-step::after {
    width: 265px;
  }
}
@media (max-width: 991px) {
  .checkout-step::after {
    width: 195px;
  }
}
.checkout-step .circle {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
  background-color: #e6e6e6;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-step .circle:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: none;
}
.checkout-step .text {
  font-size: 24px;
  color: #959595;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .checkout-step .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-step .text {
    font-size: 16px;
  }
}
.checkout-step.active::after {
  background-color: #C8A826;
}
.checkout-step.active .circle {
  border-color: #C8A826;
  background-color: #fff;
}
.checkout-step.active .text {
  font-weight: 600;
  color: #1c1c1c;
}
.checkout-step.done .circle, .checkout-step:has(~ .active) .circle {
  border-color: #C8A826;
  background-color: #C8A826;
}
.checkout-step.done .circle:after, .checkout-step:has(~ .active) .circle:after {
  display: block;
}
.checkout-step.done .text, .checkout-step:has(~ .active) .text {
  font-weight: 600;
  color: #1c1c1c;
}
.checkout-step.done::after, .checkout-step:has(~ .active)::after {
  background-color: #C8A826;
}
.checkout-step:last-of-type::after {
  display: none;
}
@media (max-width: 767px) {
  .checkout-step {
    display: none;
    flex-direction: row;
    justify-content: center;
  }
  .checkout-step::after {
    display: none;
  }
  .checkout-step .text {
    font-size: 24px;
  }
  .checkout-step.active {
    display: flex;
  }
  .checkout-step.active .circle {
    background-color: #C8A826;
  }
}

header {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1199px) {
  header {
    top: 15px;
  }
  header .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  header {
    top: 10px;
  }
  header .container {
    padding: 0 10px;
  }
}

.header {
  background-color: #fff;
  border-radius: 70px;
  padding: 30px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1649px) {
  .header {
    padding: 20px 47px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 15px 23px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 15px;
    padding-inline-start: 10px;
  }
}

.logo {
  display: flex;
  width: 100%;
  max-width: 180.6px;
  aspect-ratio: 1492/576;
}
@media (max-width: 767px) {
  .logo {
    width: 150px;
  }
}

.lang-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(190, 190, 190, 0.2);
  color: #222222;
  font-family: tajawal;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.lang-link:hover {
  background-color: #C8A826;
  color: #fff;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1649px) {
  .header-tools {
    gap: 20px;
  }
}

.header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  stroke: #1E1803;
  transition: all 0.3s ease-in-out;
}
.header-icon svg {
  fill: none;
}
.header-icon .count {
  position: absolute;
  top: 0;
  inset-inline-start: -11px;
  width: 21px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #C8A826;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: tajawal;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1649px) {
  .header-icon .count {
    width: 15px;
    font-size: 10px;
    inset-inline-start: -7px;
  }
}
.header-icon:hover {
  stroke: #C8A826;
}
@media (max-width: 1649px) {
  .header-icon {
    width: 24px;
    height: 24px;
  }
  .header-icon svg {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .header-icon.fav-btn {
    display: none;
  }
}

.user-content {
  position: relative;
}
.user-content:hover .user-btn {
  stroke: #C8A826;
}
.user-content:hover .user-list {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.user-list {
  position: absolute;
  text-align: center;
  background-color: #fafafa;
  padding: 35px 31px;
  z-index: 999;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.user-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  font-size: 14px;
  font-weight: 600;
  color: #1E1803;
  fill: #1E1803;
  stroke: #1E1803;
  padding: 14.5px 26px;
  transition: all 0.3s ease-in-out;
}
.user-list a svg {
  width: 19px;
  height: 19px;
}
.user-list a:hover {
  color: #C8A826;
  fill: #C8A826;
  stroke: #C8A826;
}
@media (max-width: 767px) {
  .user-list a {
    padding: 10px 15px;
    gap: 7px;
    white-space: nowrap;
  }
}
.user-list .wishlist-link {
  display: none;
}
.user-list .wishlist-link svg {
  fill: none;
}
@media (max-width: 1649px) {
  .user-list {
    top: calc(100% + 25px);
    min-width: 200px;
    padding: 20px 15px;
  }
  .user-list a {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .user-list {
    top: calc(100% + 25px);
  }
}
@media (max-width: 767px) {
  .user-list {
    padding: 20px 15px;
    min-width: 150px;
  }
  .user-list .wishlist-link {
    display: flex;
  }
}

.nav-trigger {
  display: none;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  order: 3;
}
@media (max-width: 1199px) {
  .nav-trigger {
    display: flex;
  }
}

.menu-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  z-index: 99;
}
.menu-btn .btn-bar {
  position: relative;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background-color: #1E1803;
}
.menu-btn .btn-bar.menu {
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.15s ease-in-out 0.2s;
}
.menu-btn .btn-bar.menu:not(:first-child) {
  margin-top: 5px;
}
.menu-btn .btn-bar.menu:nth-child(even) {
  width: 30px;
}
.menu-btn .btn-bar.close {
  transform-origin: center center;
  position: absolute;
  margin-top: -1.5px;
  opacity: 0;
  top: 50%;
  transition: transform 0.2s ease-in-out, opacity 0.05s ease-in-out 0.2s;
}
.menu-btn .btn-bar.close:not(:last-child) {
  transform: rotate(45deg) translateX(-250%);
}
.menu-btn .btn-bar.close:last-child {
  transform: rotate(-45deg) translateX(250%);
}
.menu-btn.active .btn-bar {
  background-color: #1E1803;
}
.menu-btn.active .btn-bar.menu {
  transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out 0.15s, background-color 0.15s ease-in-out 0.15s;
  opacity: 0;
}
.menu-btn.active .btn-bar.menu:nth-child(odd) {
  transform: translateX(-400%);
}
.menu-btn.active .btn-bar.menu:nth-child(even) {
  transform: translateX(200%);
}
.menu-btn.active .btn-bar.close {
  opacity: 1;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0.05s ease-in-out 0.3s, background-color 0.15s ease-in-out 0.3s;
}
.menu-btn.active .btn-bar.close:not(:last-child) {
  transform: rotate(45deg);
}
.menu-btn.active .btn-bar.close:last-child {
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
@media (max-width: 1649px) {
  .header-nav {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .header-nav {
    display: none;
  }
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
.header-list a {
  font-size: 16px;
  font-weight: 600;
  color: #1E1803;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .header-list a {
    font-size: 14px;
  }
}
.header-list a:hover {
  color: #C8A826;
}
.header-list a.active {
  font-weight: 700;
  color: #C8A826;
}

.background {
  position: absolute;
  flex-flow: column;
  align-items: stretch;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none;
}
.background .portion {
  background: #fff;
  flex: 1 1 100%;
  transition: transform 0.2s ease-in-out;
}
.background .portion:not(:first-child) {
  margin-top: -1px;
}
.background .portion:nth-child(odd) {
  transform: translateX(-100%);
}
.background .portion:nth-child(even) {
  transform: translateX(100%);
}

.mobile-nav {
  display: none;
}

.mobile-tools {
  position: absolute;
  top: 40px;
  inset-inline-start: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .mobile-tools {
    top: 30px;
    inset-inline-start: 20px;
  }
}

@media (max-width: 1199px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: none;
    transition: z-index 0.01s ease-in-out 0.2s;
  }
  .mobile-nav .background {
    display: flex;
  }
  .mobile-nav .nav-content {
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 20);
    display: block;
    background-color: transparent;
    border: none;
    padding: 150px 30px 40px;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    border-radius: 0;
    transition: all 0.01s ease-in-out;
  }
  .mobile-nav .header-list {
    display: block;
    text-align: center;
  }
  .mobile-nav .header-list li {
    padding: 15px 20px;
    padding-inline-end: 0;
    width: 100%;
  }
  .mobile-nav .header-list a {
    font-size: 20px;
    font-weight: 700;
    color: #1E1803;
    width: 100%;
  }
  .mobile-nav .header-list a:hover, .mobile-nav .header-list a.active {
    color: #C8A826;
  }
  .mobile-nav .header-list a:after {
    display: none;
  }
  .mobile-nav.active {
    z-index: 98;
    transition: z-index 0.01s ease-in-out 0.3s;
  }
  .mobile-nav.active .background .portion {
    transform: translateX(0%);
    transition: transform 0.2s ease-in-out 0.3s;
  }
  .mobile-nav.active .nav-content {
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: all 0.3s ease-in-out 0.5s;
  }
}
.search-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 164px 0 87px;
  background-color: #faf8f5;
  border-radius: 0px 0px 10px 10px;
  display: none;
}
@media (max-width: 767px) {
  .search-section {
    padding: 100px 0 40px;
  }
}
.search-section .close-search {
  position: absolute;
  top: 43px;
  inset-inline-start: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #292d32;
  transition: all 0.3s ease-in-out;
}
.search-section .close-search:hover {
  fill: #C8A826;
}
@media (max-width: 767px) {
  .search-section .close-search {
    top: 25px;
    inset-inline-start: 25px;
  }
}

.search-form {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.search-form .search-label {
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.7;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .search-form .search-label {
    margin-bottom: 20px;
  }
}
.search-form .search-content {
  position: relative;
  width: 100%;
}
.search-form .search-content:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C8A826;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}
html[dir=rtl] .search-form .search-content:after {
  transform-origin: right;
}
html[dir=ltr] .search-form .search-content:after {
  transform-origin: left;
}
.search-form .search-content:has(:focus):after {
  transform: scaleX(1);
}
.search-form .search-input {
  width: 100%;
  height: 57px;
  border: none;
  border-bottom: 1px solid #1E1803;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  color: #1E1803;
  transition: all 0.3s ease-in-out;
}
.search-form .search-input::-moz-placeholder {
  color: #959595;
  font-weight: 400;
}
.search-form .search-input::placeholder {
  color: #959595;
  font-weight: 400;
}
html[dir=rtl] .search-form .search-input {
  direction: rtl;
}
@media (max-width: 767px) {
  .search-form .search-input {
    height: 50px;
  }
}
.search-form .search-btn {
  position: absolute;
  inset-inline-end: 0;
  bottom: 20px;
  width: 24px;
  aspect-ratio: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #1E1803;
  transition: all 0.3s ease-in-out;
}
.search-form .search-btn svg {
  width: 20px;
  height: 20px;
}
.search-form .search-btn:hover {
  stroke: #C8A826;
}

.search-history {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 5px;
  font-size: 18px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .search-history {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.search-history span {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .search-history span {
    width: 100%;
    text-align: center;
  }
}
.search-history a {
  font-weight: 700;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.search-history a:hover {
  color: #C8A826;
}

.cartList {
  position: fixed;
  inset-inline-end: -539px;
  top: 0;
  width: 539px;
  max-width: 95%;
  min-height: 100%;
  max-height: 100vh;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .cartList {
    padding: 20px;
  }
}
.cartList.active {
  inset-inline-end: 0;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2509803922);
}
.cartList .cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .cartList .cart-head {
    margin-bottom: 30px;
  }
}
.cartList .close-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  fill: #1E1803;
  transition: all 0.3s ease-in-out;
}
.cartList .close-cart:hover {
  color: #C8A826;
}
.cartList .cart-title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}
.cartList .cart-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #b7b6b6;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  width: 100%;
}
.cartList .cart-empty i {
  font-size: 75px;
  color: #d9d9d9;
  margin-bottom: 10px;
  display: block;
}
.cartList .cart-products {
  overflow-y: auto;
}
.cartList .cart-products::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 4px;
  border-radius: 3px;
}
.cartList .cart-products::-webkit-scrollbar-thumb {
  background-color: rgba(200, 168, 38, 0.5);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cartList .cart-products {
    margin-bottom: auto;
  }
}
.cartList .cart-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 480px) {
  .cartList .cart-product {
    flex-wrap: wrap;
    padding: 15px 0;
    gap: 15px;
  }
}
.cartList .cart-product .product-img {
  width: 85px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #eaeaea;
}
.cartList .cart-product .product-information {
  display: flex;
  flex-direction: column;
  width: 111px;
  gap: 10px;
}
@media (max-width: 480px) {
  .cartList .cart-product .product-information {
    width: calc(100% - 115px);
  }
}
.cartList .cart-product .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #1E1803;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.cartList .cart-product .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.cartList .cart-product .product-title a:hover {
  color: #C8A826;
}
.cartList .cart-product .product-price {
  font-size: 14px;
  font-weight: 400;
  color: #1E1803;
  line-height: 1.7;
}
.cartList .cart-product .product-quantity {
  position: relative;
  margin-inline-start: 26px;
}
@media (max-width: 480px) {
  .cartList .cart-product .product-quantity {
    margin: 0;
  }
}
.cartList .cart-product .quantity {
  width: 84px;
  height: 38px;
  border-radius: 42px;
  border: 1px solid #eaeaea;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
html[dir=rtl] .cartList .cart-product .quantity {
  direction: rtl;
}
@media (max-width: 480px) {
  .cartList .cart-product .quantity {
    width: 110px;
    height: 45px;
  }
}
.cartList .cart-product .quantity-button {
  position: absolute;
  inset-inline-end: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000000;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cartList .cart-product .quantity-button.up {
  top: 8px;
}
.cartList .cart-product .quantity-button.down {
  bottom: 8px;
}
.cartList .cart-product .quantity-button:hover {
  color: #C8A826;
}
.cartList .cart-product .product-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(235, 0, 27, 0.031372549);
  color: #eb001b;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-inline-start: auto;
}
.cartList .cart-product .product-remove:hover {
  background-color: #eb001b;
  color: #fff;
}
.cartList .cart-tools {
  padding: 45px 0 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .cartList .cart-tools {
    padding-top: 20px;
  }
}
.cartList .cart-total {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .cartList .cart-total {
    margin-bottom: 25px;
  }
}
.cartList .total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1E1803;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.cartList .total-item strong {
  font-weight: 600;
}
.cartList .total-item:last-of-type {
  color: #C8A826;
  font-weight: 700;
}
.cartList .total-item:last-of-type strong {
  font-weight: 700;
}
.cartList .total-item ~ .total-item {
  margin: 10px 0 0;
}
.cartList .cart-condition {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .cartList .cart-condition {
    margin-bottom: 25px;
  }
}
.cartList .cart-condition .cart-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.cartList .cart-condition .checkmark {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cartList .cart-condition .checkmark:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00c";
  font-size: 10px;
  color: #fff;
  transform: scale(0) rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.cartList .cart-condition .checkbox-text {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.7;
}
.cartList .cart-condition .checkbox-text a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.cartList .cart-condition .checkbox-text a:hover {
  color: #C8A826;
  text-decoration: underline;
}
.cartList .cart-condition input {
  display: none;
}
.cartList .cart-condition input:checked + .checkmark {
  border-color: #C8A826;
  background-color: #C8A826;
}
.cartList .cart-condition input:checked + .checkmark:after {
  transform: scale(1) rotate(0deg);
}
.cartList .cart-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 480px) {
  .cartList .cart-buttons {
    gap: 10px;
  }
}
.cartList .cart-btn {
  height: 55px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.cartList .cart-btn:first-of-type {
  border-color: #C8A826;
  background-color: #C8A826;
  color: #fff;
}
.cartList .cart-btn:hover {
  border-color: #1E1803;
  background-color: #1E1803;
  color: #fff;
}

.breadcrumb-section {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 319px 0 122px;
  overflow: hidden;
}
.breadcrumb-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E1803;
  opacity: 0.9;
  z-index: 2;
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 150px 15px 50px;
    text-align: center;
  }
}

.breadcrumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.breadcrumb-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.breadcrumb-list li ~ li::before {
  content: "/";
  margin: 0 5px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .breadcrumb-list li {
    display: none;
  }
}
.breadcrumb-list a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  line-height: 1.7;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-list a:hover {
  opacity: 1;
  color: #C8A826;
}
@media (max-width: 767px) {
  .breadcrumb-list a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-list :last-child {
    display: flex;
  }
  .breadcrumb-list :last-child::before {
    display: none;
  }
}
.breadcrumb-list :last-child a {
  opacity: 1;
  pointer-events: none;
}

.footer-section {
  padding: 47px;
  background-color: #fff;
}
@media (max-width: 1649px) {
  .footer-section {
    padding: 47px 27px;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding: 25px 15px 15px;
  }
}

.footer-content {
  background-color: #1E1803;
  border-radius: 30px;
  overflow: hidden;
}
.footer-content .container {
  width: 100%;
  max-width: 1490px;
}

.footer {
  padding: 109px 25px 51px;
}
@media (min-width: 1650px) {
  .footer {
    padding-inline: 100px;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 40px;
  }
}

.footer-information {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer-information {
    margin: 0 0 40px;
  }
}

.footer-logo {
  width: 100%;
  max-width: 213px;
  aspect-ratio: 213/83;
  margin-bottom: 29px;
}
@media (max-width: 1199px) {
  .footer-logo {
    margin: 0 auto 30px;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
@media (min-width: 1650px) {
  .socials {
    padding-inline-start: 16px;
  }
}
@media (max-width: 1199px) {
  .socials {
    padding: 0;
    justify-content: center;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.social:hover {
  border-color: #C8A826;
  color: #C8A826;
}

.footer-nav {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer-nav {
    margin: 0 0 40px;
  }
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #C8A826;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 91px;
  padding-bottom: 17px;
  border-bottom: 1px solid #faf8f5;
  position: relative;
  margin-bottom: 30px;
}
.footer-title::after {
  content: "";
  width: 18px;
  height: 5px;
  background-color: #C8A826;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
@media (max-width: 1649px) {
  .footer-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-title {
    margin-inline: auto;
    text-align: center;
  }
}

.footer-list a {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  display: inline-flex;
  line-height: 2;
  transition: all 0.3s ease-in-out;
}
.footer-list a:hover {
  color: #C8A826;
}
@media (max-width: 1649px) {
  .footer-list a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-list {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
  .footer-list li ~ li {
    margin-top: 5px;
  }
}

.contacts-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  gap: 30px 10px;
}
@media (max-width: 1199px) {
  .contacts-list {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .contacts-list {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-inline: auto;
  }
}
.contacts-list .contact-item {
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1649px) {
  .contacts-list .contact-item {
    font-size: 14px;
  }
}
.contacts-list .title {
  font-weight: 700;
  line-height: 1.625;
}
.contacts-list .value {
  font-weight: 200;
  margin: 0;
  line-height: 1.5625;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .contacts-list .value {
    align-items: center;
  }
}
.contacts-list a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.contacts-list a:hover {
  color: #C8A826;
}
.contacts-list a.en {
  direction: ltr;
}

.footer-newsletter {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .footer-newsletter .footer-title {
    margin-inline: auto;
    text-align: center;
  }
}

.newsletter-form {
  position: relative;
}
.newsletter-form:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C8A826;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .newsletter-form:after {
  transform-origin: right;
}
html[dir=ltr] .newsletter-form:after {
  transform-origin: left;
}
.newsletter-form:has(:focus):after {
  transform: scaleX(1);
}

.newsletter-input {
  width: 100%;
  height: 53px;
  border: none;
  border-bottom: 1px solid #faf8f5;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #faf8f5;
  transition: all 0.3s ease-in-out;
}
.newsletter-input::-moz-placeholder {
  opacity: 0.3;
  font-weight: 200;
}
.newsletter-input::placeholder {
  opacity: 0.3;
  font-weight: 200;
}
html[dir=rtl] .newsletter-input {
  direction: rtl;
}

.newsletter-btn {
  position: absolute;
  inset-inline-end: 4px;
  bottom: 12px;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: none;
  background-color: #C8A826;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
html[dir=ltr] .newsletter-btn svg {
  transform: scaleX(-1);
}
.newsletter-btn:hover {
  background-color: #fff;
  fill: #C8A826;
}

.footer-payments {
  max-width: 100%;
}
@media (max-width: 991px) {
  .footer-payments {
    text-align: center;
  }
}

.last-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 26px 0 31px;
}
.last-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #C8A826 52.5%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .last-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    gap: 15px;
  }
}

.copyrights {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
}
.copyrights a {
  display: flex;
  width: 148.24px;
  aspect-ratio: 148.24/51;
}
.copyrights a img {
  filter: brightness(0) invert(1);
}
.copyrights ~ .copyrights {
  display: none;
}

.categories-section {
  position: relative;
  margin-top: -100px;
  z-index: 9;
}
@media (max-width: 767px) {
  .categories-section {
    margin-top: -50px;
  }
}

.products-section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .products-section {
    padding: 50px 0;
  }
}

.features-section {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .features-section {
    padding: 0 0 50px;
  }
}

.testimonials-section {
  padding: 100px 0 45px;
}
@media (max-width: 767px) {
  .testimonials-section {
    padding: 50px 0 25px;
  }
}

.log-page {
  padding: 100px 0 107px;
  min-height: 796px;
  background-color: #f4f4f4;
  position: relative;
}
@media (max-width: 767px) {
  .log-page {
    padding: 50px 0;
    min-height: auto;
  }
}
.log-page .log-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.log-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 98px 92px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8980392157);
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1019607843) inset;
}
@media (max-width: 767px) {
  .log-content {
    padding: 40px 20px;
  }
}

.log-title {
  font-size: 24px;
  font-weight: 700;
  color: #1E1803;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 25px;
}

.log-description {
  font-size: 16px;
  font-weight: 600;
  color: #959595;
  line-height: 1.3334;
  text-align: center;
  margin: 0 0 25px;
}

.google-log {
  margin: 0 0 25px;
}
.google-log .google-label {
  font-size: 16px;
  font-weight: 600;
  color: #959595;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 25px;
}
.google-log .google-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #ececec;
  background-color: #faf8f5;
  font-size: 16px;
  font-weight: 700;
  color: #1E1803;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.google-log .google-btn:hover {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fff;
}
.google-log .icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 27px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.log-or {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.log-or span {
  font-size: 14px;
  font-weight: 600;
  color: #1E1803;
  flex-shrink: 0;
}
.log-or::before, .log-or::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #C8A826 52.5%, rgba(255, 255, 255, 0) 100%);
}

.forget-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.forget-link:hover {
  color: #C8A826;
}

.user-remember {
  display: flex;
  align-items: center;
  gap: 8px;
}

.switcher-label {
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.7;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 28px;
}
.form-footer a {
  color: #C8A826;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.form-footer a:hover {
  text-decoration: underline;
}

.page-content {
  padding: 50px 0 91px;
}
@media (max-width: 767px) {
  .page-content {
    padding: 35px 0 50px;
  }
}

.categoryPage-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 15px 14px;
  padding-inline-start: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1649px) {
  .categoryPage-tools {
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .categoryPage-tools {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}

.categoryTools-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1649px) {
  .categoryTools-item {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .categoryTools-item:has(.view-btn) {
    display: none;
  }
}
@media (max-width: 767px) {
  .categoryTools-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
  }
  .categoryTools-item:has(.categoryCount-items) .categoryTools-label {
    text-align: center;
    width: 100%;
  }
}

.categoryTools-label {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.7;
  margin: 0;
}

.categoryTools-views {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1649px) {
  .categoryTools-views {
    gap: 10px;
  }
}
.categoryTools-views .view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  fill: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .categoryTools-views .view-btn {
    width: 45px;
  }
}
.categoryTools-views .view-btn:hover {
  border-color: #C8A826;
}
.categoryTools-views .view-btn.active {
  background-color: #C8A826;
  border-color: #C8A826;
  fill: #fff;
}

.categoryCount-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1649px) {
  .categoryCount-items {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .categoryCount-items {
    gap: 10px;
    justify-content: center;
    width: 100%;
  }
}

.categoryCount-item {
  font-size: 14px;
  font-weight: 700;
  color: #c4c4c4;
  padding: 0 5px;
  transition: all 0.3s ease-in-out;
}
.categoryCount-item:hover {
  color: #1E1803;
}
.categoryCount-item.active {
  color: #C8A826;
}

.categoryTools-select {
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  width: 206px;
  height: 45px;
  border-radius: 23px;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 0 21px;
}
@media (max-width: 1649px) {
  .categoryTools-select {
    width: 180px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .categoryTools-select {
    width: 100%;
  }
}

.product-page {
  padding-bottom: 0;
}

.product-mainContent {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .product-mainContent {
    padding-bottom: 50px;
  }
}

.productImages-slider {
  margin-bottom: 25px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .productImages-slider {
    border-radius: 25px;
    margin-bottom: 10px;
  }
}
.productImages-slider .productMain-image {
  position: relative;
  width: 100%;
  aspect-ratio: 795.39/738.38;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.productImages-slider .productMain-image img {
  width: 100%;
  max-width: 602px;
  aspect-ratio: 602/510;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .productImages-slider .productMain-image img {
    border-radius: 25px;
  }
}
.productImages-slider .image-popup {
  position: absolute;
  top: 64px;
  inset-inline-end: 51px;
  width: 74px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  background-color: #1E1803;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.productImages-slider .image-popup:hover {
  background-color: #C8A826;
}
@media (max-width: 1649px) {
  .productImages-slider .image-popup {
    top: 25px;
    inset-inline-end: 25px;
    width: 60px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .productImages-slider .image-popup {
    width: 50px;
    font-size: 25px;
  }
}

.productThumbs-slider {
  padding: 0 79px;
  position: relative;
}
@media (max-width: 767px) {
  .productThumbs-slider {
    padding: 0;
  }
}
.productThumbs-slider .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 12px;
  border: 1px solid #ececec;
  font-size: 20px;
  color: #1E1803;
  transition: all 0.3s ease-in-out;
}
.productThumbs-slider .swiper-btn:hover {
  border-color: #C8A826;
  color: #C8A826;
}
html[dir=ltr] .productThumbs-slider .swiper-btn i {
  transform: rotate(180deg);
}
.productThumbs-slider .swiper-btn.swiper-btn-prev {
  inset-inline-start: 0;
}
.productThumbs-slider .swiper-btn.swiper-btn-next {
  inset-inline-end: 0;
}
.productThumbs-slider .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  border-color: #ececec;
  color: #1E1803;
}
@media (max-width: 767px) {
  .productThumbs-slider .swiper-btn {
    display: none;
  }
}
.productThumbs-slider .product-thumb {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  overflow: hidden;
  cursor: pointer;
  border: 1.33px solid #ececec;
}
@media (max-width: 767px) {
  .productThumbs-slider .product-thumb {
    border-radius: 15px;
  }
}

.product-mainInformation {
  --margin: 30px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .product-mainInformation {
    padding-top: 50px;
    --margin: 20px;
  }
}

.productMain-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: var(--margin);
}
@media (max-width: 767px) {
  .productMain-head {
    flex-direction: column;
    gap: va(--margin);
    align-items: flex-start;
  }
}
.productMain-head .productMain-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.33334;
  margin: 0;
  color: #1E1803;
}
@media (max-width: 1649px) {
  .productMain-head .productMain-title {
    font-size: 25px;
  }
}
.productMain-head .productMain-rateing {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 30px;
}
@media (max-width: 1649px) {
  .productMain-head .productMain-rateing {
    gap: 10px;
  }
}
.productMain-head .comments-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #C8A826;
}
.productMain-head .comments-count {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.productMain-head .comments-count:hover {
  color: #C8A826;
}
@media (max-width: 1649px) {
  .productMain-head .comments-count {
    font-size: 16px;
  }
}

.productMain-price {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: var(--margin);
  margin-bottom: var(--margin);
  border-bottom: 1px solid #ececec;
}
.productMain-price span {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.33334;
  color: #C8A826;
}
@media (max-width: 1649px) {
  .productMain-price span {
    font-size: 25px;
  }
}
.productMain-price del {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33334;
  color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1649px) {
  .productMain-price del {
    font-size: 20px;
  }
}

.productMain-summary {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #1E1803;
  padding-bottom: var(--margin);
  margin-bottom: var(--margin);
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1649px) {
  .productMain-summary {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .productMain-summary {
    font-size: 14px;
  }
}

.productMain-extras {
  display: flex;
  flex-direction: column;
  gap: var(--margin);
  margin-bottom: var(--margin);
}
@media (max-width: 1649px) {
  .productMain-extras {
    gap: 10px;
  }
}
.productMain-extras .productMain-extra {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #000000;
}
.productMain-extras .productMain-extra .title {
  width: 90px;
}
@media (max-width: 767px) {
  .productMain-extras .productMain-extra .title {
    width: 75px;
  }
}
@media (max-width: 1649px) {
  .productMain-extras .productMain-extra {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .productMain-extras .productMain-extra {
    font-size: 14px;
  }
}
.productMain-extras .productMain-stock .value {
  font-weight: 700;
  color: #959595;
  line-height: 1.7;
}

.productMain-payments {
  margin-bottom: var(--margin);
}
.productMain-payments .productMain-payment {
  width: 100%;
  max-width: 742px;
  border: 1px solid #ececec;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px var(--margin);
  padding: var(--margin);
}
@media (max-width: 767px) {
  .productMain-payments .productMain-payment {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.productMain-payments .productMain-payment .payment-img {
  width: 108px;
  flex-shrink: 0;
}
.productMain-payments .productMain-payment .payment-img img {
  width: 100%;
}
@media (max-width: 1649px) {
  .productMain-payments .productMain-payment .payment-img {
    width: 80px;
  }
}
.productMain-payments .productMain-payment .payment-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #a9a9a9;
  margin: 0;
}
@media (max-width: 1649px) {
  .productMain-payments .productMain-payment .payment-text {
    font-size: 16px;
  }
}

.productMain-tools {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px 30px;
  padding-bottom: var(--margin);
  margin-bottom: var(--margin);
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1649px) {
  .productMain-tools {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.productMain-quantity {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .productMain-quantity {
    width: auto;
    order: 1;
  }
}
.productMain-quantity .quantity {
  height: 56px;
  width: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #1c1c1c;
  padding: 0;
  border: none;
}
@media (max-width: 1649px) {
  .productMain-quantity .quantity {
    height: 45px;
  }
}
.productMain-quantity .quantity-button {
  border: 1px solid #ececec;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292d32;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.productMain-quantity .quantity-button:hover {
  border-color: #C8A826;
  color: #C8A826;
}
@media (max-width: 1649px) {
  .productMain-quantity .quantity-button {
    width: 45px;
    font-size: 14px;
  }
}

.productMain-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1649px) {
  .productMain-checkout {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .productMain-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
    order: 3;
  }
}

.productMain-btn {
  width: 199px;
  height: 57px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.productMain-btn.productMain-cart {
  border: 1px solid #ececec;
  color: #1E1803;
  stroke: #1E1803;
  font-weight: 600;
}
.productMain-btn.productMain-buy {
  background-color: #C8A826;
  color: #faf8f5;
  font-weight: 700;
}
.productMain-btn:hover {
  background-color: #1E1803;
  border-color: #1E1803;
  color: #faf8f5;
  stroke: #faf8f5;
}
@media (max-width: 1649px) {
  .productMain-btn {
    font-size: 16px;
    width: 150px;
    height: 45px;
  }
  .productMain-btn svg {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .productMain-btn {
    width: 100%;
  }
}

.productMain-fav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  fill: #bdbdbd;
  stroke: none;
  width: 57px;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .productMain-fav {
    order: 2;
  }
}
.productMain-fav svg {
  width: 20px;
}
.productMain-fav:hover {
  background-color: #c00f0c;
  fill: #fff;
}
.productMain-fav.active {
  background-color: #fafafa;
  fill: #c00f0c;
}
@media (max-width: 1649px) {
  .productMain-fav {
    width: 45px;
  }
}

.productMain-features {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 35px;
}
@media (max-width: 767px) {
  .productMain-features {
    flex-direction: column;
  }
}
.productMain-features .productMain-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #1c1c1c;
  fill: #C8A826;
}
@media (max-width: 1649px) {
  .productMain-features .productMain-feature {
    font-size: 16px;
  }
  .productMain-features .productMain-feature svg {
    width: 20px;
  }
}

.related-section {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .related-section {
    padding-bottom: 50px;
  }
}

.product-tabs {
  padding: 36px 0 76px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .product-tabs {
    padding: 40px 0;
  }
}

.product-description h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1E1803;
  line-height: 1.3334;
  margin-bottom: var(--margin);
}
@media (max-width: 1649px) {
  .product-description h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-description h3 {
    font-size: 22px;
  }
}
.product-description p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #959595;
  margin-bottom: var(--margin);
}
@media (max-width: 1649px) {
  .product-description p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-description p {
    font-size: 14px;
  }
}
.product-description img {
  margin: 50px 0;
  border-radius: 40px;
  overflow: hidden;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .product-description img {
    margin: 30px 0;
    border-radius: 20px;
  }
}
.product-description div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 50px 0;
}
.product-description div img {
  margin: 0;
}
@media (max-width: 767px) {
  .product-description div {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
  }
}
.product-description :last-child {
  margin-bottom: 0;
}

.reviews-form {
  background-color: #fff;
  border-radius: 14px;
  padding: 60px 60px 77px;
}
@media (max-width: 1649px) {
  .reviews-form {
    padding: 40px 20px;
  }
}
.reviews-form .form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 30px;
}
.reviews-form .form-head h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3334;
  color: #1E1803;
  margin: 0;
}
@media (max-width: 1649px) {
  .reviews-form .form-head h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .reviews-form .form-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .reviews-form .form-head h3 {
    font-size: 22px;
  }
}
.reviews-form .rate-stars-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
.reviews-form .stars-label {
  font-size: 18px;
  font-weight: 700;
  color: #1E1803;
  line-height: 1.7;
}
@media (max-width: 1649px) {
  .reviews-form .stars-label {
    font-size: 16px;
  }
}
.reviews-form .ratestars {
  display: inline-flex;
  flex-direction: row-reverse;
}
.reviews-form .ratestars label {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 2px;
  cursor: pointer;
  font-size: 18px;
}
.reviews-form .ratestars label i {
  display: flex;
  align-items: center;
  color: #C8A826;
  transition: all 0.3s ease;
}
.reviews-form .ratestars label i::before {
  font-weight: 400;
}
.reviews-form .ratestars label:hover i::before {
  font-weight: 900;
}
.reviews-form .ratestars label:hover ~ label i::before {
  font-weight: 900;
}
.reviews-form .ratestars input {
  display: none;
}
.reviews-form .ratestars input:checked ~ label i::before {
  font-weight: 900;
}

.about-page {
  padding-bottom: 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 37px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .about-content {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-content {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    gap: 25px;
  }
}
.about-content .about-text {
  order: 1;
}
.about-content h2 {
  font-size: 48px;
  line-height: 1.3334;
  font-weight: 700;
  color: #1E1803;
  margin: 0 0 40px;
}
@media (max-width: 1649px) {
  .about-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .about-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  color: #959595;
  margin: 0;
}
@media (max-width: 1649px) {
  .about-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-content p {
    font-size: 14px;
  }
}
.about-content .about-img {
  order: 2;
  width: 100%;
  aspect-ratio: 792/500;
}
.about-content .about-img img {
  width: 100%;
}
.about-content:nth-of-type(even) .about-text {
  order: 2;
}
.about-content:nth-of-type(even) .about-img {
  order: 1;
}
@media (max-width: 991px) {
  .about-content:nth-of-type(even) .about-text {
    order: 1;
  }
  .about-content:nth-of-type(even) .about-img {
    order: 2;
  }
}

.terms-content {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto;
}
.terms-content h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.33334;
  color: #C8A826;
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  .terms-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.terms-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #818181;
  margin: 0 0 33px;
  padding: 0 0 33px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .terms-content p {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.terms-content ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #818181;
  margin: 0 0 33px;
  padding: 0 0 33px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .terms-content ul {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.terms-content li {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 22px;
}
.terms-content li::before {
  content: "";
  margin: 15px 0 0;
  width: 5px;
  aspect-ratio: 1;
  background-color: #C8A826;
}
@media (max-width: 767px) {
  .terms-content li {
    gap: 10px;
  }
  .terms-content li::before {
    margin-top: 10px;
  }
}
.terms-content :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.contact-content {
  display: flex;
  background-color: #fafafa;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .contact-content {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .contact-content {
    margin: 0 0 40px;
    border-radius: 20px;
  }
}

.contact-form {
  padding: 55px 95px 44px;
  padding-inline-end: 82px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1649px) {
  .contact-form {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }
}
.contact-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3334;
  color: #1c1c1c;
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .contact-form .contact-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.contact-img {
  width: 45%;
  max-width: 652px;
  min-height: 100%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .contact-img {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    max-width: unset;
    opacity: 0.1;
  }
  .contact-img img {
    width: auto;
  }
}

.contact-information .contact-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.451;
  color: #34302a;
  margin: 0 0 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-information .contact-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.contact-information .contact-description {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #635d57;
  width: 100%;
  max-width: 806px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .contact-information .contact-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.contact-methods {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  border-radius: 50px;
  padding: 80px 60px;
  position: relative;
  z-index: 3;
  width: 1342px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
@media (max-width: 1649px) {
  .contact-methods {
    padding: 60px 30px;
  }
}
@media (max-width: 1199px) {
  .contact-methods {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .contact-methods {
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 30px;
  }
}

.contact-method {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 17px;
  max-width: 360px;
}
@media (max-width: 991px) {
  .contact-method {
    width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contact-method {
    max-width: 360px;
    width: 100%;
    gap: 10px;
  }
}
.contact-method .contact-icon {
  background-color: #fafafa;
  width: 66px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  stroke: #C8A826;
}
@media (max-width: 767px) {
  .contact-method .contact-icon {
    width: 40px;
  }
  .contact-method .contact-icon svg {
    max-width: 20px;
    max-height: 20px;
  }
}
.contact-method .contact-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 767px) {
  .contact-method .contact-text {
    gap: 10px;
  }
}
.contact-method .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222223;
  display: inline-flex;
  color: #C8A826;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-method .title {
    font-size: 16px;
  }
}
.contact-method .value {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #959595;
  margin: 0;
}
@media (max-width: 1649px) {
  .contact-method .value {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .contact-method .value {
    font-size: 14px;
  }
}
.contact-method .value a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.contact-method .value a:hover {
  color: #C8A826;
}
.contact-method .value .en {
  direction: ltr;
}

.contact-map {
  width: 100%;
  height: 750px;
  margin-top: -150px;
  background-color: #e6e6e6;
  border-radius: 40px;
  overflow: hidden;
}
.contact-map #map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-map {
    width: calc(100% + 30px);
    margin-inline: -15px;
    height: 500px;
    border-radius: 0;
    margin-top: -85px;
  }
}

.profile-menu {
  padding: 44px 40px 45px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  background-color: #fafafa;
  border-radius: 12px;
  position: sticky;
  top: 15px;
  inset-inline-start: 0;
}
@media (max-width: 1649px) {
  .profile-menu {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .profile-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .profile-menu {
    display: none;
  }
}
.profile-menu a {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #1E1803;
  fill: #1E1803;
  stroke: #1E1803;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .profile-menu a {
    height: 50px;
    border-radius: 10px;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .profile-menu a {
    width: auto;
    min-width: calc(50% - 5px);
    flex: 1;
    order: 2;
  }
}
.profile-menu a .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-menu a .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.profile-menu a:hover {
  color: #C8A826;
  fill: #C8A826;
  stroke: #C8A826;
}
.profile-menu a.active {
  fill: #C8A826;
  stroke: #C8A826;
  color: #fafafa;
  background-color: #1E1803;
}
@media (max-width: 1199px) {
  .profile-menu a.active {
    order: 1;
    min-width: 100%;
  }
}

.profile-content {
  padding: 60px 40px 73px;
  background-color: #fafafa;
  border-radius: 12px;
  min-height: 480px;
}
@media (max-width: 767px) {
  .profile-content {
    padding: 40px 20px;
    min-height: auto;
  }
}

.profile-title {
  padding: 0 10px 25px;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.637;
  color: #444444;
  position: relative;
  margin-bottom: 53px;
}
.profile-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  inset-inline-start: 0;
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 2px;
  border-inline-start: 70px solid #C8A826;
}
@media (max-width: 767px) {
  .profile-title {
    padding: 0 0 15px;
    margin-bottom: 40px;
  }
  .profile-title::after {
    height: 2px;
  }
}

.orders-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  min-width: 675px;
}
.orders-table th,
.orders-table td {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .orders-table th,
  .orders-table td {
    padding: 0 7px;
  }
}
.orders-table th {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  background-color: #fff;
  padding-block: 25px 20px;
  color: #1E1803;
}
.orders-table th:first-of-type {
  border-end-start-radius: 13px;
  border-start-start-radius: 13px;
}
.orders-table th:last-of-type {
  border-start-end-radius: 13px;
  border-end-end-radius: 13px;
}
@media (max-width: 767px) {
  .orders-table th {
    font-size: 16px;
    padding-block: 15px;
  }
}
.orders-table td {
  padding-block: 29px;
  font-size: 16px;
  font-weight: 300;
  color: #1E1803;
  border-bottom: 1.5px solid #ebebeb;
}
@media (max-width: 767px) {
  .orders-table td {
    font-size: 14px;
    padding-block: 15px;
  }
}
.orders-table .order-number {
  color: #C8A826;
  font-weight: 700;
}
.orders-table .order-details {
  width: 100%;
  max-width: 145px;
  height: 45px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1E1803;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.orders-table .order-details:hover {
  background-color: #1E1803;
  color: #fff;
}
.orders-table tr:last-of-type td {
  border-bottom: none;
}

.add-address-btn {
  width: 170px;
  height: 55px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #1E1803;
  transition: all 0.3s ease-in-out;
}
.add-address-btn:hover {
  background-color: #C8A826;
  color: #fff;
}

.add-address-content {
  padding-top: 30px;
}

.add-address-form {
  display: none;
  padding-top: 12px;
}

.checkout-side {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px 38px;
  --margin: 35px;
}
@media (max-width: 1649px) {
  .checkout-side {
    padding: 35px 20px;
    --margin: 25px;
  }
}
@media (max-width: 1199px) {
  .checkout-side {
    margin-top: 40px;
  }
}
.checkout-side .checkoutSide-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #1E1803;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 0 var(--margin);
  margin: 0 0 var(--margin);
}
.checkout-side .checkoutSide-title span {
  color: #C8A826;
}
.checkout-side .checkoutSide-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, rgba(250, 248, 245, 0) 0%, #c8a826 100%);
}
html[dir=ltr] .checkout-side .checkoutSide-title:after {
  background-image: linear-gradient(270deg, rgba(250, 248, 245, 0) 0%, #c8a826 100%);
}
.checkout-side .side-totals {
  margin-bottom: var(--margin);
}
.checkout-side .total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1.7;
  color: #6d6d6d;
  margin-bottom: var(--margin);
  padding-bottom: var(--margin);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.checkout-side .total-item .title {
  font-size: 16px;
}
@media (max-width: 1649px) {
  .checkout-side .total-item .title {
    font-size: 14px;
  }
}
.checkout-side .total-item .value {
  font-size: 18px;
  color: #0a0908;
}
@media (max-width: 1649px) {
  .checkout-side .total-item .value {
    font-size: 16px;
  }
}
.checkout-side .total-item.final-total {
  color: #C8A826;
}
.checkout-side .total-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.checkout-side .side-payments {
  margin-bottom: var(--margin);
}
.checkout-side .payment-item {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 20px;
  gap: 30px;
  margin-bottom: var(--margin);
}
@media (max-width: 1649px) {
  .checkout-side .payment-item {
    gap: 15px;
    padding: 20px 15px;
  }
}
.checkout-side .payment-item .payment-img {
  width: 105px;
  flex-shrink: 0;
}
@media (max-width: 1649px) {
  .checkout-side .payment-item .payment-img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .checkout-side .payment-item .payment-img {
    width: 70px;
  }
}
.checkout-side .payment-item .payment-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #818181;
  margin: 0;
}
@media (max-width: 1649px) {
  .checkout-side .payment-item .payment-text {
    font-size: 14px;
  }
}
.checkout-side .payment-item .payment-text a {
  color: #1E1803;
  transition: all 0.3s ease-in-out;
}
.checkout-side .payment-item .payment-text a:hover {
  color: #C8A826;
}
.checkout-side .payment-item:last-of-type {
  margin-bottom: 0;
}
.checkout-side .side-coupon {
  margin-bottom: var(--margin);
}
.checkout-side .coupon-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #1E1803;
  margin: 0 0 16px;
}
.checkout-side .coupon-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
}
.checkout-side .coupon-content .icon {
  width: 22px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 20px;
  top: 16.5px;
}
.checkout-side .coupon-content .icon ~ .coupon-input {
  padding-inline-start: 55px;
}
@media (max-width: 767px) {
  .checkout-side .coupon-content .icon {
    top: 9px;
  }
}
.checkout-side .coupon-input {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #1E1803;
  transition: all 0.3s ease-in-out;
}
.checkout-side .coupon-input::-moz-placeholder {
  font-weight: 400;
  color: #a9a9a9;
}
.checkout-side .coupon-input::placeholder {
  font-weight: 400;
  color: #a9a9a9;
}
.checkout-side .coupon-input:focus {
  border-color: #C8A826;
}
@media (max-width: 767px) {
  .checkout-side .coupon-input {
    height: 40px;
  }
}
.checkout-side .coupon-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 55px;
  border-radius: 30px;
  background-color: #fff;
  color: #C8A826;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.checkout-side .coupon-btn:hover {
  color: #fff;
  background-color: #C8A826;
}
@media (max-width: 767px) {
  .checkout-side .coupon-btn {
    height: 40px;
    width: 70px;
  }
}
.checkout-side .side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  background-color: #C8A826;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.checkout-side .side-btn:hover {
  background-color: #1E1803;
  color: #fff;
}
.checkout-side .side-cart {
  margin-bottom: var(--margin);
}
.checkout-side .sideCart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: var(--margin);
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item {
    gap: 10px;
  }
}
.checkout-side .sideCart-item .product-img {
  width: 130px;
  aspect-ratio: 130/135;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .product-img {
    width: 83px;
  }
}
.checkout-side .sideCart-item .product-information {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
  padding-inline-end: 68px;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .product-information {
    padding-inline-end: 40px;
    gap: 7px;
  }
}
.checkout-side .sideCart-item .product-title {
  font-size: 16px;
  font-weight: 600;
  color: #1E1803;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .product-title {
    font-size: 14px;
  }
}
.checkout-side .sideCart-item .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.checkout-side .sideCart-item .product-title a:hover {
  color: #C8A826;
}
.checkout-side .sideCart-item .qty-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .qty-line {
    max-width: 226px;
  }
}
.checkout-side .sideCart-item .qty-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #6d6d6d;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .qty-text {
    font-size: 14px;
  }
}
.checkout-side .sideCart-item .product-edit {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #6d6d6d;
  transition: all 0.3s ease-in-out;
}
.checkout-side .sideCart-item .product-edit:hover {
  color: #C8A826;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .product-edit {
    font-size: 14px;
  }
}
.checkout-side .sideCart-item .product-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #6d6d6d;
  display: flex;
}
@media (max-width: 1649px) {
  .checkout-side .sideCart-item .product-price {
    font-size: 14px;
  }
}
.checkout-side .sideCart-item .product-remove {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #ba1a1a;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.checkout-side .sideCart-item .product-remove:hover {
  background-color: #ba1a1a;
  color: #fff;
}
.checkout-side .sideCart-item:last-of-type {
  margin-bottom: 0;
}

.checkout-coupon {
  margin-bottom: 30px;
}
.checkout-coupon .coupon-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #faf8f5;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #1c1c1c;
  padding: 18px 15px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .checkout-coupon .coupon-head {
    font-size: 16px;
    padding: 15px;
  }
}
.checkout-coupon .coupon-body {
  display: none;
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .checkout-coupon .coupon-body {
    padding: 20px 0 0;
  }
}
.checkout-coupon .coupon-content {
  background-color: #fafafa;
  border-radius: 14px;
  padding: 41px 15px;
}
@media (max-width: 767px) {
  .checkout-coupon .coupon-content {
    padding: 20px 15px;
  }
}
.checkout-coupon .coupon-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  --height: 63px;
}
@media (max-width: 767px) {
  .checkout-coupon .coupon-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    --height: 55px;
  }
}
.checkout-coupon .coupon-input {
  width: 100%;
  height: var(--height);
  padding: 0 34px;
  font-size: 16px;
  font-weight: 600;
  color: #1E1803;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
}
.checkout-coupon .coupon-input::-moz-placeholder {
  font-weight: 200;
  color: #1c1c1c;
}
.checkout-coupon .coupon-input::placeholder {
  font-weight: 200;
  color: #1c1c1c;
}
.checkout-coupon .coupon-input:focus {
  border-color: #C8A826;
}
.checkout-coupon .coupon-btn {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: var(--height);
  width: 207px;
  background-color: #C8A826;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.checkout-coupon .coupon-btn:hover {
  color: #fff;
  background-color: #1E1803;
}
@media (max-width: 767px) {
  .checkout-coupon .coupon-btn {
    width: 100%;
    position: relative;
    inset: unset;
  }
}

.checkoutContent-title {
  padding: 0 0 21px;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.637;
  color: #444444;
  position: relative;
  margin-bottom: 50px;
}
.checkoutContent-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  inset-inline-start: 0;
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 2px;
  border-inline-start: 70px solid #C8A826;
}
@media (max-width: 767px) {
  .checkoutContent-title {
    font-size: 18px;
    padding: 0 0 15px;
    margin-bottom: 40px;
  }
  .checkoutContent-title::after {
    height: 2px;
  }
}

.checkout-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.checkout-success .success-icon {
  margin-bottom: 73px;
}
.checkout-success .success-title {
  font-size: 32px;
  font-weight: 700;
  color: #1E1803;
  line-height: 1.33334;
  margin: 0 0 30px;
}
.checkout-success .success-description {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #959595;
  margin: 0 0 37px;
}
.checkout-success .success-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 100%;
}
.checkout-success .form-submit {
  height: 56px;
  border-radius: 30px;
  width: 100%;
}
.checkout-success .form-cancel {
  height: 56px;
  border: none;
  width: 100%;
}

.checkout-cart {
  --margin: 35px;
}
@media (max-width: 767px) {
  .checkout-cart {
    --margin: 25px;
  }
}
.checkout-cart .table-head,
.checkout-cart .product-line {
  display: grid;
  grid-template-columns: 4fr 1.2fr 2fr 1.2fr;
  align-items: center;
  border-bottom: 1px solid #ececec;
  margin-bottom: var(--margin);
}
@media (max-width: 767px) {
  .checkout-cart .table-head,
  .checkout-cart .product-line {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: unset;
    justify-content: space-between;
  }
}
.checkout-cart .table-head {
  padding-bottom: var(--margin);
}
@media (max-width: 767px) {
  .checkout-cart .table-head {
    display: none;
  }
}
.checkout-cart .tableHead-item {
  padding-inline-start: 19px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #000000;
}
.checkout-cart .product-line {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .checkout-cart .product-line {
    padding-bottom: 20px;
  }
}
.checkout-cart .product-line:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-cart .product-line:last-child .cart-remove {
  top: 50%;
}
@media (max-width: 767px) {
  .checkout-cart .product-line:last-child .cart-remove {
    top: -10px;
  }
}
.checkout-cart .cart-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px;
  gap: 30px;
}
@media (max-width: 1649px) {
  .checkout-cart .cart-product {
    padding: 0 25px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .checkout-cart .cart-product {
    padding: 0;
    padding-inline-end: 40px;
    gap: 10px;
  }
}
.checkout-cart .cart-product .product-img {
  width: 130px;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #ececec;
}
@media (max-width: 1649px) {
  .checkout-cart .cart-product .product-img {
    width: 83px;
  }
}
.checkout-cart .cart-product .product-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #1E1803;
  margin: 0;
}
.checkout-cart .cart-product .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.checkout-cart .cart-product .product-title a:hover {
  color: #C8A826;
}
@media (max-width: 1649px) {
  .checkout-cart .cart-product .product-title {
    font-size: 16px;
  }
}
.checkout-cart .cart-price {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: #6d6d6d;
}
@media (max-width: 1649px) {
  .checkout-cart .cart-price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .checkout-cart .cart-price {
    color: #C8A826;
    font-weight: 600;
  }
}
.checkout-cart .cart-quantity {
  display: flex;
  align-items: center;
  --size: 56px;
}
.checkout-cart .cart-quantity .quantity {
  height: var(--size);
  width: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #1c1c1c;
  padding: 0;
  border: none;
}
.checkout-cart .cart-quantity .quantity-button {
  border: 1px solid #ececec;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292d32;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.checkout-cart .cart-quantity .quantity-button:hover {
  border-color: #C8A826;
  color: #C8A826;
}
@media (max-width: 1649px) {
  .checkout-cart .cart-quantity {
    --size: 44px;
  }
}
.checkout-cart .cart-remove {
  position: absolute;
  top: calc(50% - var(--margin) / 2);
  transform: translateY(-50%);
  inset-inline-start: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(235, 0, 27, 0.031372549);
  color: #eb001b;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-inline-start: auto;
}
.checkout-cart .cart-remove:hover {
  background-color: #eb001b;
  color: #fff;
}
@media (max-width: 1649px) {
  .checkout-cart .cart-remove {
    inset-inline-start: -15px;
  }
}
@media (max-width: 767px) {
  .checkout-cart .cart-remove {
    top: -10px;
    inset-inline-start: unset;
    inset-inline-end: -5px;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .checkout-cart .tableItem-product {
    order: 1;
    width: 100%;
  }
  .checkout-cart .tableItem-price {
    display: none;
  }
  .checkout-cart .tableItem-qty {
    order: 2;
  }
  .checkout-cart .tableItem-total {
    order: 3;
  }
}

.checkoutAddresses-list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .checkoutAddresses-list {
    margin-bottom: 40px;
  }
}

.address-remember {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  margin-bottom: 25px;
}

.shipping-tabs .profile-content {
  padding: 40px 30px 20px;
}
@media (max-width: 767px) {
  .shipping-tabs .profile-content {
    padding: 30px 20px 5px;
    min-height: auto;
  }
}

.branches-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .branches-list {
    gap: 10px;
  }
}

.branch-check {
  position: relative;
  cursor: pointer;
}
.branch-check input {
  display: none;
}
.branch-check input:checked ~ .branch-item {
  background-color: #C8A826;
  border-color: #C8A826;
  color: #fafafa;
}
.branch-check input:checked ~ .branch-item .checkmark {
  visibility: visible;
  opacity: 1;
  transform: rotate(0);
}

.branch-item {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  color: #959595;
  font-weight: 300;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ececec;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1649px) {
  .branch-item {
    font-size: 14px;
    padding: 0 10px;
    height: 42px;
    gap: 5px;
  }
}
.branch-item .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.branch-item .checkmark::before {
  content: "\f058";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1649px) {
  .branch-item .checkmark::before {
    font-size: 16px;
  }
}

.log-alert {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #fafafa;
  padding: 19.5px 36px;
  margin-bottom: 50px;
}
.log-alert a {
  color: #C8A826;
  transition: all 0.3s ease-in-out;
}
.log-alert a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .log-alert {
    margin-bottom: 40px;
    font-size: 16px;
    padding: 15px;
  }
}

.selected-address {
  margin-bottom: 30px;
}

.payment-address {
  margin-bottom: 30px;
}
.payment-address .radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.payment-address .radio label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.payment-address .radio label .checkmark {
  width: 22px;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.payment-address .radio label .checkmark:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #C8A826;
  transform: scale(0) rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.payment-address .radio label .text {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.7;
}
.payment-address .radio label input {
  display: none;
}
.payment-address .radio label input:checked + .checkmark {
  border-color: #C8A826;
  background-color: #fff;
}
.payment-address .radio label input:checked + .checkmark:after {
  transform: scale(1) rotate(0deg);
}

.payment-content {
  padding: 30px;
  background-color: #fafafa;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .payment-content {
    padding: 20px 15px;
  }
}

.payments-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.payments-list .payment-item label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.payments-list .payment-item label .checkmark {
  width: 19px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.payments-list .payment-item label .checkmark:after {
  content: "";
  background-color: #C8A826;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.payments-list .payment-item label .text {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 17px;
  line-height: 1.7;
}
.payments-list .payment-item label input {
  display: none;
}
.payments-list .payment-item label input:checked + .checkmark {
  border-color: #C8A826;
  background-color: #fff;
}
.payments-list .payment-item label input:checked + .checkmark:after {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=main.css.map */

.shimmer-loader {
  background-color: #f6f7f8;
  background-image: linear-gradient(90deg, #f6f7f8 25%, #e9ebee 50%, #f6f7f8 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.shimmer-loader .line {
  background-color: #fff;
  height: 10px;
  margin: 8px 0;
  width: 100%;
}

.shimmer-loader .line.short {
  width: 60%;
}

.shimmer-loader .line.medium {
  width: 80%;
}

.shimmer-loader .line.long {
  width: 100%;
}

.shimmer-loader .line.large {
  height: 20px;
}

#no-results-message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  border-bottom: .5px solid;
  border-right: .5px solid;
  border-color: #c8a826;
}

#no-results-message i {
  margin-right: 12px;
  margin-left: 12px;
}

#no-results-message span {
  font-size: 18px;
  color: #555;
}

.error-message { color: red; font-size: 0.875em; margin-top: 5px; }
.form-group { margin-bottom: 15px; }
.form-control.error { border-color: red; }