@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-Thin.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-Thin.woff") format("woff"),
    url("../fonts/ping/PingARLT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-ExtraLight.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-ExtraLight.woff") format("woff"),
    url("../fonts/ping/PingARLT-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-Light.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-Light.woff") format("woff"),
    url("../fonts/ping/PingARLT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-Regular.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-Regular.woff") format("woff"),
    url("../fonts/ping/PingARLT-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-Medium.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-Medium.woff") format("woff"),
    url("../fonts/ping/PingARLT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-Bold.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-Bold.woff") format("woff"),
    url("../fonts/ping/PingARLT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ping";
  src: url("../fonts/ping/PingARLT-Black.woff2") format("woff2"),
    url("../fonts/ping/PingARLT-Black.woff") format("woff"),
    url("../fonts/ping/PingARLT-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "ping";
  font-weight: normal;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #d18c23 #f1f1f1;
  scroll-behavior: unset !important;
}

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

.overflow {
  overflow: hidden;
}

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

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

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

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

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

.en {
  display: inline-flex;
  direction: ltr;
}

/* 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;
}

[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/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: left 20px top 50%;
}
html[dir="ltr"] select {
  background-position: right 20px 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);
}

.slider-content {
  position: relative;
}

.swiper-pagination.swiper-pagination-bullets {
  position: relative;
  inset: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12px;
  gap: 10px;
  z-index: 5;
  margin-top: 30px;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 0;
  background-color: #000000;
  opacity: 0.1;
  cursor: pointer;
  margin: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #d18c23;
  width: 12px;
}
.categories-slider .swiper-pagination.swiper-pagination-bullets {
  display: none;
}
.related-section .swiper-pagination.swiper-pagination-bullets {
  display: none;
}
@media (max-width: 991px) {
  .related-section .swiper-pagination.swiper-pagination-bullets {
    display: flex;
  }
}
@media (max-width: 767px) {
  .swiper-pagination.swiper-pagination-bullets {
    gap: 8px;
    height: 10px;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
  }
  .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
  }
}

.swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d18c23;
  background-color: #fff;
  color: #d18c23;
  font-size: 12px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.swiper-btn:hover {
  background-color: #d18c23;
  color: #fff;
}
html[dir="rtl"] .swiper-btn i {
  transform: scaleX(-1);
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #999 !important;
  border-color: #999 !important;
}
.swiper-btn.swiper-btn-prev {
  inset-inline-start: -105px;
}
.swiper-btn.swiper-btn-next {
  inset-inline-end: -105px;
}
@media (max-width: 1360px) {
  .swiper-btn {
    display: none;
  }
}
.categories-slider .swiper-btn,
.brands-slider .swiper-btn {
  background-color: #d18c23;
  border: none;
  color: #fff;
}
.categories-slider .swiper-btn:hover,
.brands-slider .swiper-btn:hover {
  background-color: #4c1a00;
  color: #fff;
}
.related-section .swiper-btn,
.product-tabs .swiper-btn {
  display: none;
}

.main-slider {
  position: relative;
}
.main-slider .pagination-content {
  position: absolute;
  bottom: 90px;
  inset-inline-start: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .main-slider .pagination-content {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider .pagination-content {
    bottom: 20px;
  }
}
.main-slider .swiper-pagination.swiper-pagination-bullets {
  justify-content: start;
}
@media (max-width: 767px) {
  .main-slider .swiper-pagination.swiper-pagination-bullets {
    justify-content: center;
  }
  .main-slider
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
  }
  .main-slider
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #d18c23;
  }
}
.main-slider .swiper-btn {
  background-color: #d18c23;
  border: none;
  color: #fff;
}
.main-slider .swiper-btn:hover {
  background-color: #4c1a00;
  color: #fff;
}
.main-slider .swiper-btn.swiper-btn-prev {
  inset-inline-start: 30px;
}
.main-slider .swiper-btn.swiper-btn-next {
  inset-inline-end: 30px;
}
@media (max-width: 1360px) {
  .main-slider .swiper-btn {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .main-slider .swiper-btn {
    display: none;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 30px;
}
.section-head.centered {
  justify-content: center;
}
@media (max-width: 767px) {
  .section-head {
    justify-content: center;
    margin-bottom: 25px;
  }
}

.section-title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 1.85;
  margin: 0;
}
.section-title::before {
 /* content: "";*/
 /* background-image: url(../images/icons/logo.png);*/
 /*background-repeat: no-repeat;*/
 /*   background-position: center;*/
 /* width: 34px;*/
 /* aspect-ratio: 34/48;*/
 /* background-size: contain;*/
}
.centered .section-title {
  flex-direction: column;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .centered .section-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-title {
    flex-direction: column;
    font-size: 24px;
  }
}

.section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1.5px solid #d18c23;
  color: #d18c23;
  height: 54px;
  min-width: 180px;
  border-radius: 62px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.section-btn i {
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
}
html[dir="ltr"] .section-btn i {
  transform: scaleX(-1);
}
.section-btn:hover {
  background-color: #d18c23;
  color: #fff;
}
.section-btn.mobile-btn {
  margin: 30px auto 0;
  display: none;
}
@media (max-width: 767px) {
  .section-btn {
    display: none;
  }
  .section-btn.mobile-btn {
    display: flex;
  }
}

.special-countdown {
  margin-inline-end: auto;
  background-color: #2f4858;
  height: 46px;
  border-radius: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.special-countdown .countdown-label {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .special-countdown .countdown-label {
    display: none;
  }
}
.special-countdown .countdown-value {
  display: flex;
  align-items: center;
}
.special-countdown .countdown-value::before {
  content: ":";
  margin: 0 10px;
}
.special-countdown .countdown-value span {
  width: 22px;
}
@media (max-width: 767px) {
  .special-countdown .countdown-value:first-of-type::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .special-countdown {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .special-countdown {
    padding: 0 15px;
  }
}

.special-content:has(.counting) {
  position: relative;
}
.special-content:has(.counting) .section-head {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  transform: perspective(1px);
}
.special-content:has(.counting) .section-head:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  inset-inline-start: -30px;
  inset-inline-end: -10px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1249px) {
  .special-content:has(.counting) .section-head:after {
    inset-inline-start: -10px;
  }
}
@media (max-width: 1249px) {
  .special-content:has(.counting) .section-head {
    margin-inline-start: 25px;
  }
}
@media (max-width: 991px) {
  .special-content:has(.counting) .section-head {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: 0;
  }
  .special-content:has(.counting) .section-head::after {
    display: none;
  }
}
.special-content:has(.counting):after {
  content: "";
  position: absolute;
  top: 26px;
  inset-inline: -52px;
  bottom: -30px;
  border: 2px solid #2f4858;
  border-radius: 20px;
}
@media (max-width: 1249px) {
  .special-content:has(.counting):after {
    inset-inline: -15px;
  }
}
@media (max-width: 991px) {
  .special-content:has(.counting):after {
    top: 102px;
  }
}
@media (max-width: 767px) {
  .special-content:has(.counting):after {
    inset-inline: -5px;
    top: 140px;
  }
}
@media (max-width: 767px) {
  .special-content:has(.counting) {
    padding: 0 10px;
  }
}

.special-countdown {
  margin-inline-end: auto;
  background-color: #2f4858;
  height: 46px;
  border-radius: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.special-countdown .countdown-label {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .special-countdown .countdown-label {
    display: none;
  }
}
.special-countdown .countdown-value {
  display: flex;
  align-items: center;
}
.special-countdown .countdown-value::before {
  content: ":";
  margin: 0 10px;
}
.special-countdown .countdown-value span {
  width: 22px;
}
@media (max-width: 767px) {
  .special-countdown .countdown-value:first-of-type::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .special-countdown {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .special-countdown {
    padding: 0 15px;
  }
}

.special-content:has(.counting) {
  position: relative;
}
.special-content:has(.counting) .section-head {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  transform: perspective(1px);
}
.special-content:has(.counting) .section-head:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  inset-inline-start: -30px;
  inset-inline-end: -10px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1249px) {
  .special-content:has(.counting) .section-head:after {
    inset-inline-start: -10px;
  }
}
@media (max-width: 1249px) {
  .special-content:has(.counting) .section-head {
    margin-inline-start: 25px;
  }
}
@media (max-width: 991px) {
  .special-content:has(.counting) .section-head {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: 0;
  }
  .special-content:has(.counting) .section-head::after {
    display: none;
  }
}
.special-content:has(.counting):after {
  content: "";
  position: absolute;
  top: 26px;
  inset-inline: -52px;
  bottom: -30px;
  border: 2px solid #2f4858;
  border-radius: 20px;
}
@media (max-width: 1249px) {
  .special-content:has(.counting):after {
    inset-inline: -15px;
  }
}
@media (max-width: 991px) {
  .special-content:has(.counting):after {
    top: 102px;
  }
}
@media (max-width: 767px) {
  .special-content:has(.counting):after {
    inset-inline: -5px;
    top: 140px;
  }
}
@media (max-width: 767px) {
  .special-content:has(.counting) {
    padding: 0 10px;
  }
}

.qty-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #ededed;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
}
.qty-form .qty-input {
  grid-area: 1/2/3/3;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  width: 45px;
  border: none;
  outline: none;
  box-shadow: none;
}
.qty-form .qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.qty-form .qty-btn:hover {
  color: #d18c23;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.form-grid .full-w {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  background-color: #ededed;
  border-radius: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  resize: none;
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #959595;
  font-weight: 300;
}
.form-control::placeholder {
  color: #959595;
  font-weight: 300;
}
html[dir="rtl"] .form-control {
  text-align: right;
}
.form-control:focus {
  border-color: #d18c23;
  outline: none;
  box-shadow: none;
  color: #4c1a00;
  background-color: #ededed;
}
.form-control:is(textarea) {
  height: 90px;
  padding: 15px 20px;
}

/* .form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1.5px solid #d18c23;
  color: #d18c23;
  height: 54px;
  min-width: 180px;
  border-radius: 62px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  margin-inline-start: auto;
  transition: all 0.3s ease-in-out;
}
.form-submit:hover {
  background-color: #d18c23;
  color: #fff;
} */

.category-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.category-item .category-img {
  width: 100%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ededed;
  box-shadow: 0px 1px 5px 0px rgba(16, 24, 40, 0.0196078431);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.category-item .category-img img {
  transition: all 0.3s ease-in-out;
}
.category-item .category-img:hover {
  border-color: #d18c23;
}
.category-item .category-img:hover img {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .category-item .category-img {
    margin-bottom: 10px;
  }
}
.category-item .category-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0px 1px 2px rgba(16, 24, 40, 0.0509803922);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.858;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.category-item .category-title a {
  color: inherit;
}
.category-item .category-title:has(a:hover) {
  color: #d18c23;
}
@media (max-width: 767px) {
  .category-item .category-title {
    display: block;
    line-height: 1.4;
    font-size: 10px;
  }
}

.main-slide {
  width: 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 1440/540;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-slide {
    aspect-ratio: unset;
    height: 350px;
  }
  .main-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
  }
}
.main-slide .main-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .main-slide .main-text {
    align-items: center;
    text-align: center;
  }
}
.main-slide .slid-des h2,
.main-slide .main-title {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8535;
  margin: 0;
}
@media (max-width: 991px) {
  .main-slide .slid-des h2,
  .main-slide .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main-slide .slid-des h2,
  .main-slide .main-title {
    font-size: 28px;
    color: #fff;
  }
}
.main-slide .slid-des p,
.main-slide .main-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #7a7a7a;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .main-slide .slid-des p,
  .main-slide .main-desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-slide .slid-des p,
  .main-slide .main-desc {
    font-size: 16px;
    color: #f5f5f5;
  }
}
.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d18c23;
  height: 56px;
  min-width: 145px;
  border-radius: 62px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.main-btn:hover {
  background-color: #4c1a00;
  color: #fff;
}
@media (max-width: 991px) {
  .main-btn {
    height: 45px;
    min-width: auto;
  }
}
.main-slide .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html[dir="ltr"] .main-slide .main-img img {
  /* transform: scaleX(-1); */
}
@media (max-width: 767px) {
  .main-slide .main-img img {
    height: 100%;
    -o-object-position: 20%;
    object-position: 20%;
  }
}

.features-grid {
  display: flex;
  --gap: 30px;
  --count: 4;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .features-grid {
    --count: 3;
  }
}
@media (max-width: 991px) {
  .features-grid {
    --count: 2;
  }
}
@media (max-width: 767px) {
  .features-grid {
    --count: 2;
    --gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    border: 1px solid #ededed;
    background-color: #ededed;
    border-radius: 10px;
    overflow: hidden;
  }
}

.feature-item {
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 10px;
  padding: 15px;
  gap: 20px;
  min-width: calc(
    100% / var(--count) - var(--gap) * var(--count) / var(--count)
  );
  flex: 1;
}
@media (max-width: 767px) {
  .feature-item {
    min-width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .feature-item {
    align-items: start;
    gap: 10px;
    padding: 10px;
  }
}
.feature-item .feature-icon {
  width: 44px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .feature-item .feature-icon {
    width: 35px;
  }
}
@media (max-width: 480px) {
  .feature-item .feature-icon {
    width: 25px;
  }
}
.feature-item .feature-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 480px) {
  .feature-item .feature-info {
    gap: 5px;
  }
}
.feature-item .feature-title {
  font-size: 24px;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 1.417;
  margin: 0;
}
@media (max-width: 991px) {
  .feature-item .feature-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feature-item .feature-title {
    font-size: 14px;
  }
}
.feature-item .feature-value {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 500;
  line-height: 1.625;
  margin: 0;
}
@media (max-width: 991px) {
  .feature-item .feature-value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .feature-item .feature-value {
    font-size: 12px;
  }
}

.product-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 19px 0.5px;
  border: 1px solid #ededed;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .product-item {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 0 10px;
  }
}
.product-item .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 270/203;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-item .product-img img {
  transition: all 0.3s ease-in-out;
}
.product-item .product-img:hover img {
  transform: scale(0.9);
}
.product-item .product-info {
  width: 100%;
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .product-item .product-info {
    max-width: 100%;
  }
}
.product-item .product-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 1.875;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.product-item .product-title a {
  color: inherit;
}
.product-item .product-title:has(a:hover) {
  color: #d18c23;
}
@media (max-width: 767px) {
  .product-item .product-title {
    -webkit-line-clamp: 2;
    height: 40px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.product-item .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(16, 24, 40, 0.0509803922);
  line-height: 1.875;
}
.product-item .product-price {
  color: #d18c23;
  font-weight: 700;
}

.product-item .product-price ins {
  text-decoration: none;
}
.product-item .product-price del {
  color: #7a7a7a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-item .product-price {
    gap: 3px;
    font-size: 14px;
  }
  .product-item .product-price del {
    font-size: 12px;
  }
  .shop-top-bar {
    width: 100%;
    justify-content: space-between;
  }
}
.product-item .product-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  height: 16px;
}
.product-item .product-rate i {
  width: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9d9d9;
}
.product-item .product-rate i.fas {
  color: #ffce4f;
}
.product-item .product-cart-btn {
  width: 100%;
}
.product-item .product-cart {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 1px solid #d18c23 !important;
  color: #d18c23 !important;
  background-color: transparent !important;
  stroke: #d18c23;
  height: 48px;
  width: 100%;
  min-width: 154px;
  max-width: 100%;
  border-radius: 62px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
}

.product-item .product-cart .icon {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*width: 12px;*/
  /*aspect-ratio: 12/13;*/
}
.product-item .product-cart .icon svg {
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  /*-o-object-fit: contain;*/
  /*   object-fit: contain;*/
}
.product-item .product-cart:hover {
  background-color: #d18c23 !important;
  color: #fff !important;
  stroke: #fff !important;
}
@media (max-width: 480px) {
  .product-item .product-cart {
    min-width: unset;
    width: 100%;
    padding: 0;
    height: 45px;
    gap: 5px;
  }
  .product-item .product-cart .icon {
    /*width: 16px;*/
    /*font-size: 16px;*/
  }
}
.product-item .product-heart {
  position: absolute;
  top: 15px;
  inset-inline-start: 15.5px;
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  stroke: #000000;
  --add-to-wishlist-icon-color: #000000;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.product-item .product-heart .yith-add-to-wishlist-button-block {
  margin: 0;
}
.product-item .product-heart:hover,
.product-item .product-heart .yith-wcwl-add-to-wishlist-button--added {
  color: #d18c23;
  stroke: #d18c23;
  --add-to-wishlist-icon-color: #d18c23;
}
.product-item .product-heart .yith-wcwl-add-to-wishlist-button--added svg {
  fill: #d18c23 !important;
}
.product-item .product-discount {
  position: absolute;
  top: 21px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff0000;
}
html[dir="rtl"] .product-item .product-discount {
  left: 20px;
}
html[dir="ltr"] .product-item .product-discount {
  right: 20px;
}

.banner-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}
.banner-item .banner-tag {
  width: 105px;
  height: 32px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.banner-item .banner-title {
  font-weight: 700;
  margin: 0;
}
.banner-item .banner-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
}
@media (max-width: 991px) {
  .banner-item .banner-desc {
    font-size: 14px;
  }
}
.banner-item .banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.double-banners .banner-item {
  min-height: 270px;
  padding: 15px 0;
  padding-inline-start: 40px;
  padding-inline-end: 20px;
}
@media (max-width: 1199px) {
  .double-banners .banner-item {
    padding-inline-start: 20px;
    padding-inline-end: 10px;
  }
}
@media (max-width: 767px) {
  .double-banners .banner-item {
    min-height: auto;
  }
}
.double-banners .banner-item .banner-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .double-banners .banner-item .banner-title {
    font-size: 18px;
  }
}
.double-banners .banner-item .banner-img {
  width: 247px;
  aspect-ratio: 247/236;
}
@media (max-width: 1199px) {
  .double-banners .banner-item .banner-img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .double-banners .banner-item .banner-img {
    width: 150px;
  }
}
.double-banners .banner-item:first-of-type,
.double-banners .banner-item:nth-of-type(2n + 1) {
  background: linear-gradient(
    207.45deg,
    #0a68ac 11.82%,
    #3ba7d5 55.03%,
    #63dbff 100%
  );
}
.double-banners .banner-item:first-of-type .banner-tag,
.double-banners .banner-item:nth-of-type(2n + 1) .banner-tag {
  color: #d18c23;
  background-color: #fbe7e1;
}
.double-banners .banner-item:first-of-type .banner-title,
.double-banners .banner-item:nth-of-type(2n + 1) .banner-title {
  color: #fff;
}
.double-banners .banner-item:first-of-type .banner-desc,
.double-banners .banner-item:nth-of-type(2n + 1) .banner-desc {
  color: #fff;
}
.double-banners .banner-item:nth-of-type(2n) {
  background-color: #cdf1fc;
}
.double-banners .banner-item:nth-of-type(2n) .banner-tag {
  background-color: #d18c23;
  color: #fff;
}
.double-banners .banner-item:nth-of-type(2n) .banner-title {
  color: #000000;
}
.double-banners .banner-item:nth-of-type(2n) .banner-desc {
  color: #7a7a7a;
}
.triple-banners .banner-item {
  min-height: 207px;
  padding: 15px 0;
  padding-inline-start: 30px;
  padding-inline-end: 13px;
}
@media (max-width: 1199px) {
  .triple-banners .banner-item {
    padding-inline-start: 20px;
    padding-inline-end: 8px;
  }
}
@media (max-width: 991px) {
  .triple-banners .banner-item {
    min-width: calc(50% - 7.5px);
    flex: 1;
  }
}
@media (max-width: 767px) {
  .triple-banners .banner-item {
    min-height: auto;
  }
}
.triple-banners .banner-item .banner-tag {
  color: #fff;
}
.triple-banners .banner-item .banner-title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 991px) {
  .triple-banners .banner-item .banner-title {
    font-size: 18px;
  }
}
.triple-banners .banner-item .banner-desc {
  color: #fff;
}
.triple-banners .banner-item .banner-img {
  width: 141px;
  aspect-ratio: 141/155;
}
@media (max-width: 1199px) {
  .triple-banners .banner-item .banner-img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .triple-banners .banner-item .banner-img {
    width: 150px;
  }
}
.triple-banners .banner-item:first-of-type,
.triple-banners .banner-item:nth-of-type(3n + 1) {
  background: linear-gradient(199.9deg, #0a68ac 0%, #3ba7d5 49%, #63dbff 100%);
}
.triple-banners .banner-item:first-of-type .banner-tag,
.triple-banners .banner-item:nth-of-type(3n + 1) .banner-tag {
  background-color: #f8b12c;
}
.triple-banners .banner-item:nth-of-type(2n) {
  background: linear-gradient(199.9deg, #e093f6 0%, #ce92f6 49%, #8f8ef8 100%);
}
.triple-banners .banner-item:nth-of-type(2n) .banner-tag {
  background-color: #5856d6;
}
.triple-banners .banner-item:nth-of-type(3n) {
  background: linear-gradient(199.9deg, #e97762 0%, #f99184 49%, #d25e8a 100%);
}
.triple-banners .banner-item:nth-of-type(3n) .banner-tag {
  background-color: #f8b12c;
}

.double-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .double-banners {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .double-banners {
    grid-template-columns: 1fr;
  }
}

.triple-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 991px) {
  .triple-banners {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .triple-banners {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.brands-slider .slider-content {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 235/160;
  background-color: #fff;
}
@media (max-width: 767px) {
  .brand-item {
    padding: 5px;
  }
}

.testimonial-item {
  border: 2px solid #ededed;
  border-radius: 20px;
  padding: 28px;
}
.testimonial-item .testimonial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonial-item .testimonial-head::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f10d";
  font-size: 65px;
  color: #4bc4e5;
  opacity: 0.2;
  transform: scale(-1);
  line-height: 1;
}
.testimonial-item .testimonial-logo {
  height: 70px;
  max-width: calc(100% - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-item .testimonial-review {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 1.412;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*height: 96px;*/
  margin: 0 0 20px;
}
.testimonial-item .testimonial-rate {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  margin-bottom: 30px;
}
.testimonial-item .testimonial-rate i {
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9d9d9;
}
.testimonial-item .testimonial-rate i.fas {
  color: #ffce4f;
}
.testimonial-item .testimonial-user {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.testimonial-item .user-img {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial-item .user-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.testimonial-item .user-name {
  font-size: 18px;
  color: #000000;
  line-height: 17px;
  height: 34px;
  font-weight: 700;
}
.testimonial-item .user-position {
  font-size: 18px;
  color: #a6a6a6;
  line-height: 17px;
  font-weight: 400;
}

.tabs-section {
  background-color: #fbe7e1;
  padding: 53px 0 52px;
}

.product-tabs {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .product-tabs {
    padding: 20px 15px;
  }
}

.product-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 38px;
}
.product-nav-tabs button {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #a6a6a6;
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.product-nav-tabs button:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  background-color: #d18c23;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-nav-tabs button:hover {
  color: #d18c23;
}
.product-nav-tabs button.active {
  color: #d18c23;
}
.product-nav-tabs button.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.product-description {
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-description {
    font-size: 14px;
  }
}
.product-description h3 {
  font-size: inherit;
  font-weight: 700;
  color: #000000;
  line-height: 1.875;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .product-description h3 {
    font-size: 16px;
  }
}
.product-description p {
  font-size: inherit;
  font-weight: 500;
  color: #7a7a7a;
  line-height: 1.625;
  margin: 0 0 15px;
}
.product-description ul {
  font-size: inherit;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1.625;
  list-style: disc;
  padding-inline-start: 20px;
  margin: 0 0 15px;
}
.product-description :last-child {
  margin-bottom: 0;
}
.product-description .description-table {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 15px;
}
.product-description .description-table :last-child {
  border: none;
}
.product-description .table-head {
  padding: 15px 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .product-description .table-head {
    padding: 15px;
  }
}
.product-description .table-body {
  padding: 15px;
}
@media (max-width: 767px) {
  .product-description .table-body {
    padding: 10px;
  }
}

.reviews-form {
  padding-top: 40px;
}
.reviews-form .form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .reviews-form .form-head {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.reviews-form .form-head h3 {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85;
  margin: 0;
}
.reviews-form .form-head h3::before {
  content: "";
  background-image: url(../images/icons/logo.png);
  width: 34px;
  aspect-ratio: 34/48;
  background-size: contain;
}
@media (max-width: 767px) {
  .reviews-form .form-head h3 {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
  }
}
.reviews-form .form-head .rate-stars-group {
  display: flex;
  align-items: center;
  gap: 18px;
}
.reviews-form .form-head .product-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  white-space: nowrap;
  flex-shrink: 0;
}
.reviews-form .form-head .ratestars {
  display: inline-flex;
  flex-direction: row-reverse;
}
.reviews-form .form-head .ratestars label {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 2px;
  cursor: pointer;
  font-size: 20px;
}
.reviews-form .form-head .ratestars label i {
  display: flex;
  align-items: center;
  color: #d9d9d9;
  transition: all 0.3s ease;
}
.reviews-form .form-head .ratestars label i::before {
  font-weight: 400;
}
.reviews-form .form-head .ratestars label:hover i::before {
  font-weight: 900;
  color: #ffce4f;
}
.reviews-form .form-head .ratestars label:hover ~ label i::before {
  font-weight: 900;
  color: #ffce4f;
}
.reviews-form .form-head .ratestars input {
  display: none;
}
.reviews-form .form-head .ratestars input:checked ~ label i::before {
  font-weight: 900;
  color: #ffce4f;
}

.pre-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-loader img {
  width: 335px;
}
@media (max-width: 767px) {
  .pre-loader img {
    width: 200px;
  }
}
.pre-loader .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pre-loader .progress-bar {
  background-color: #d18c23;
  border: none;
  overflow: hidden;
  width: 250px;
  height: 5px;
  box-shadow: none;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .pre-loader .progress-bar {
    width: 100px;
  }
}
.pre-loader .progress-bar span {
  display: block;
}
.pre-loader .bar {
  background-color: #f1f7e4;
  box-shadow: none;
}
.pre-loader .progress {
  animation: loader 8s ease infinite;
  background: #d18c23;
  border: none;
  padding: 0px;
  width: 0;
  height: 5px;
}
.pre-loader .progress-bar {
  transform: rotateY(0deg);
}
.pre-loader .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
header {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .header {
    gap: 20px;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .header {
    gap: 10px;
    flex-wrap: wrap;
  }
}

.logo {
  display: flex;
  align-items: center;
  width: 257.22px;
}
.logo img{
        height: 95px;
}
@media (max-width: 991px) {
  .logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 25%;
    max-width: 180px;
  }
}

.header-btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .header-btns {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-btns {
    gap: 15px;
  }
}

.header-btn {
  position: relative;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d18c23;
  stroke: #fff;
  color: #fff;
  fill: #d18c23;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
  position: static;
}
.header-btn .badge,
.header-btn .xoo-wsc-sc-count {
  height: auto;
  line-height: 1;
  position: absolute;
  top: -4px;
  inset-inline-end: -7px;
  background-color: #2f4858;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
  margin: 0;
}
.xoo-wsc-sc-bki {
  font-size: inherit;
}
@media (max-width: 991px) {
  .header-btn .badge,
  .header-btn .xoo-wsc-sc-count {
    width: 18px;
    top: -2px;
    inset-inline-end: -4px;
  }
}
.header-btn:hover {
  background-color: #4c1a00;
}
@media (max-width: 991px) {
  .header-btn {
    width: 40px;
    padding: 5px;
  }
  .header-btn {
    font-size: 20px;
  }
  .header-btn svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-btn:has(.fa-heart-o) {
    display: none;
  }
}

.nav-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  background-color: #d18c23;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .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;
}
.menu-btn .btn-bar {
  position: relative;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.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: #fff;
}
.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);
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  margin-inline-start: auto;
}
@media (max-width: 767px) {
  .search-form {
    width: 100%;
    order: 3;
  }
}

.search-input {
  width: 420px;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #e2e6ee;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 0 16px;
  padding-inline-end: 50px;
  transition: all 0.3s ease-in-out;
}
.search-input::-moz-placeholder {
  color: #464343;
  font-size: 14px;
  font-weight: 500;
}
.search-input::placeholder {
  color: #464343;
  font-size: 14px;
  font-weight: 500;
}
.search-input:focus {
  border-color: #d18c23;
}
@media (max-width: 991px) {
  .search-input {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .search-input {
    width: 100%;
    height: 45px;
  }
}

.search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  fill: #000000;
  transition: all 0.3s ease-in-out;
}
.search-btn:hover {
  fill: #d18c23;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .nav-content {
    gap: 20px;
  }
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .nav-list {
    gap: 20px;
  }
}
.nav-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-list li::before {
  /*content: "";*/
  /*background-image: url(../images/icons/logo.png);*/
  /*background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*width: 13px;*/
  /*aspect-ratio: 13/18;*/
  /*background-size: contain;*/
  /*display: none;*/
}
.nav-list li:has(.active)::before,
.nav-list li.active::before {
  display: block;
}
@media (max-width: 991px) {
  .nav-list li:has(.active)::before,
  .nav-list li.active::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-list li:has(.active)::before,
  .nav-list li.active::before {
    display: block;
  }
}
.nav-list a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85rem;
  transition: all 0.3s ease-in-out;
}
.nav-list a:hover,
.nav-list a:focus,
.nav-list a.active,
.nav-list li.active a {
  color: #d18c23;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .nav-tools {
    gap: 20px;
  }
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header-contact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1;
  stroke: #d18c23;
}
.header-contact .title {
  color: #7a7a7a;
}
@media (max-width: 991px) {
  .header-contact .title {
    display: none;
  }
}
.header-contact .value {
  color: #4c1a00;
  transition: all 0.3s ease-in-out;
}
.header-contact .value:hover,
.header-contact .value:focus {
  color: #d18c23;
}

.background {
  position: absolute;
  flex-flow: column;
  align-items: stretch;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none;
}
.background .portion {
  background: #fbe7e1;
  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%);
}

.header-nav {
  border-top: 1px solid #ededed;
}
@media (max-width: 991px) {
  .header-nav .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-nav {
    border: none;
    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;
  }
  .header-nav .background {
    display: flex;
  }
  .header-nav .nav-content {
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 20);
    display: block;
    background-color: transparent;
    border: none;
    padding: 100px 15px 40px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    transition: all 0.01s ease-in-out;
  }
  .header-nav .nav-list {
    display: block;
    text-align: center;
  }
  .header-nav .nav-list li {
    padding: 10px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .header-nav .nav-list a {
    font-size: 20px;
    font-weight: 700;
    color: #4c1a00;
    width: 100%;
  }
  .header-nav .nav-list a:hover,
  .header-nav .nav-list a.active {
    color: #d18c23;
  }
  .header-nav .header-contact {
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px auto 0;
  }
  .header-nav .header-contact .title {
    display: flex;
    font-size: 18px;
  }
  .header-nav .header-contact .value {
    font-size: 20px;
  }
  .header-nav.active {
    z-index: 98;
    transition: z-index 0.01s ease-in-out 0.3s;
  }
  .header-nav.active .background .portion {
    transform: translateX(0%);
    transition: transform 0.2s ease-in-out 0.3s;
  }
  .header-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;
  }
}

.language-content {
  position: relative;
  z-index: 9;
}
.language-content:hover .selected-language {
  color: #d18c23;
}
.language-content:hover .language-list {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .language-content {
    position: absolute;
    top: 25px;
    inset-inline-start: 15px;
  }
}

.selected-language {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #4c1a00;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.selected-language .flag {
  width: 28px;
  aspect-ratio: 7/5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.selected-language .text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.selected-language .text:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f107";
}

.language-list {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-start: 0;
  background-color: #fff;
  min-width: 115px;
  border-radius: 5px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .language-list {
    inset-inline: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .language-list {
    inset-inline: unset;
    transform: unset;
    inset-inline-start: 0;
    width: 130px;
  }
}
.language-list a {
  padding: 0 7px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #000000;
  border-bottom: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
}
.language-list a:hover,
.language-list a:focus {
  color: #d18c23;
}
.language-list :last-child {
  border: none;
}

.breadcrumb-section {
  background-color: #fbe7e1;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  padding: 15px 0;
  margin-bottom: 30px;
}
.breadcrumb > span {
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #464343;
}
.breadcrumb li::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-inline-start: 10px;
  margin-inline-end: 15px;
}
html[dir="rtl"] .breadcrumb li::after {
  content: "\f104";
}
html[dir="ltr"] .breadcrumb li::after {
  content: "\f105";
}
.breadcrumb > span:last-of-type {
  color: #d18c23;
}
.breadcrumb li:last-of-type::after {
  display: none;
}
.breadcrumb > span a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.breadcrumb > span a:hover {
  color: #d18c23;
}

.page-content {
  margin: 30px 0 50px;
}
@media (min-width: 1200px) {
  .page-content .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .page-content {
    margin: 40px 0;
  }
}

.footer-section {
  background-color: #d18c23;
}

.footer {
  padding: 72px 0 50px;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 30px;
  }
}

.footer-info {
  margin: 0;
}
@media (max-width: 991px) {
  .footer-info {
    margin-bottom: 40px;
  }
}

.footer-logo {
  width: 100%;
  max-width: 257px;
  aspect-ratio: 257/65;
  margin-bottom: 30px;
}
.footer-logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .footer-logo {
    margin-inline: auto;
  }
}

.footer-desc {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625rem;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .footer-desc {
    text-align: center;
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .socials {
    justify-content: center;
  }
}

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

.footer-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}
.footer-title::before {
  /*content: "";*/
  /*background-image: url(../images/icons/logo.png);*/
  /*    background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*width: 21px;*/
  /*aspect-ratio: 21/30;*/
  /*background-size: contain;*/
  /*filter: brightness(0) invert(1);*/
}

.footer-menu {
  padding-inline-start: 75px;
}
@media (max-width: 1199px) {
  .footer-menu {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 40px;
  }
}

.footer-list {
  column-count: 2;
  gap: 20px 30px;
}
.footer-list a {
  font-size: 16px;
  display: inline-flex;
  line-height: 1.875rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-list a:hover {
  transform: translateX(-5px);
}
html[dir="ltr"] .footer-list a:hover {
  transform: translateX(5px);
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-item .contact-value {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.1875rem;
  color: #fff;
  max-width: 300px;
}
.contact-item .contact-value i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.contact-item .contact-value:is(a):hover i {
  background-color: #fff;
  color: #d18c23;
}
.contact-item .copy {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.contact-item .copy:hover {
  color: #4c1a00;
}
.contact-item .copy:focus {
  color: #fff;
}
.contact-item .copy:focus i {
  font-weight: 900;
}
.contact-item .copy:focus i::before {
  content: "\f058";
}

.last-footer {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .last-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .last-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 0 30px;
  }
}

.footer-payment {
  height: 40px;
}
@media (max-width: 1199px) {
  .footer-payment {
    order: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.copyrights {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 1199px) {
  .copyrights {
    order: 2;
  }
}
.copyrights.planet {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .copyrights.planet {
    order: 3;
  }
}
@media (max-width: 767px) {
  .copyrights.planet {
    justify-content: center;
  }
}
.copyrights.planet a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  aspect-ratio: 131/43;
}

.categories-section {
  background-color: #fbe7e1;
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .categories-section .container {
    max-width: 1320px;
  }
}
@media (max-width: 767px) {
  .categories-section {
    padding: 15px 0 20px;
  }
}

.features-section {
  padding: 70px 0 40px;
}
@media (min-width: 1260px) {
  .features-section .container {
    max-width: 1250px;
  }
}
@media (max-width: 767px) {
  .features-section {
    padding: 20px 0 25px;
  }
}

.lattest-section {
  padding: 40px 0 30px;
}
@media (max-width: 767px) {
  .lattest-section {
    padding: 25px 0 20px;
  }
}

.banners-section {
  padding: 30px 0 30px;
}
@media (max-width: 767px) {
  .banners-section {
    padding: 20px 0;
  }
}

.offers-section {
  padding: 30px 0 30px;
}
@media (max-width: 767px) {
  .offers-section {
    padding: 20px 0;
  }
}

.special-section {
  padding: 30px 0 40px;
}
@media (max-width: 767px) {
  .special-section {
    padding: 20px 0 25px;
  }
}

.bestseller-section {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .bestseller-section {
    padding: 25px 0 55px;
  }
}

.brands-section {
  background-color: #fbe7e1;
  padding: 60px 0 64px;
}
@media (max-width: 767px) {
  .brands-section {
    padding: 40px 0 42px;
  }
}

.testimonials-section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .testimonials-section {
    padding: 40px 0;
  }
}

.product_main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 36px;
}
@media (max-width: 991px) {
  .product_main-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.prooduct_main-imgs {
  width: 100%;
  overflow: hidden;
}

.prooduct_imgs-slider {
  margin-bottom: 16px;
}
.prooduct_imgs-slider .prooduct_main-img {
  width: 100%;
  aspect-ratio: 569/498;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.prooduct_imgs-slider .prooduct_main-img .image-popup {
  position: absolute;
  top: 19px;
  inset-inline-end: 20px;
  stroke: #000;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .prooduct_imgs-slider .prooduct_main-img .image-popup {
    top: 10px;
    inset-inline-end: 10px;
    width: 35px;
  }
}
.prooduct_imgs-slider .prooduct_main-img:hover .image-popup {
  background-color: #d18c23;
  border-color: #d18c23;
  stroke: #fff;
}

.prooduct_thumbs-slider {
  padding: 0 14.5px;
  position: relative;
}
@media (max-width: 991px) {
  .prooduct_thumbs-slider {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .prooduct_thumbs-slider {
    padding: 0;
  }
}
.prooduct_thumbs-slider .swiper-btn {
  background-color: #d18c23;
  color: #fff;
  width: 30px;
}
.prooduct_thumbs-slider .swiper-btn:hover {
  background-color: #4c1a00;
  border-color: #4c1a00;
  color: #fff;
}
.prooduct_thumbs-slider .swiper-btn.swiper-btn-prev {
  inset-inline-start: 0;
}
.prooduct_thumbs-slider .swiper-btn.swiper-btn-next {
  inset-inline-end: 0;
}
@media (max-width: 1360px) {
  .prooduct_thumbs-slider .swiper-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .prooduct_thumbs-slider .swiper-btn {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .prooduct_thumbs-slider .swiper-btn {
    display: none;
  }
}
.prooduct_thumbs-slider .prooduct_main-thumb {
  border: 1px solid #ededed;
  width: 100%;
  aspect-ratio: 120/115;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.prooduct_thumbs-slider .prooduct_main-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d18c23;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.prooduct_thumbs-slider .swiper-slide-thumb-active .prooduct_main-thumb::after {
  visibility: visible;
  opacity: 1;
}

.prooduct_main-info {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.prooduct_main-info .product-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  white-space: nowrap;
  flex-shrink: 0;
}
.info-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.prooduct_main-info .info-item:last-of-type {
  border-bottom: none;
}
.prooduct_main-info .info-item :last-child {
  margin-bottom: 0;
}
.prooduct_main-info :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-extras {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-extras ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.product-extras ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.625;
  color: #626c83;
  font-weight: 500;
}
.product-extras ul li span {
  color: #000000;
}
.product-extras ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.product-extras ul li a:hover {
  color: #d18c23;
}
.product-extras .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #fbe7e1;
  border: 1px solid #d18c23;
  padding: 0 23px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
  height: 54px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #d18c23;
  stroke: #d18c23;
  transition: all 0.3s ease-in-out;
}
.product-extras .download-btn:hover {
  background-color: #d18c23;
  color: #fff;
  stroke: #fff;
}

.prooduct-info .product-name {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8465;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .prooduct-info .product-name {
    font-size: 24px;
  }
}
.summary.entry-summary .price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  line-height: 1.85;
  margin: 0 0 15px;
}
.summary.entry-summary .price ins {
  font-weight: 700;
  color: #d18c23;
}
.summary.entry-summary .price del {
  font-weight: 500;
  color: #a6a6a6;
}
@media (max-width: 767px) {
  .summary.entry-summary .price {
    font-size: 20px;
  }
}

.product-summary {
  font-size: 16px;
}
.product-summary p {
  line-height: 1.625;
  color: #7a7a7a;
  font-weight: 500;
  margin: 0 0 15px;
}
.product-summary ul {
  line-height: 1.75;
  color: #7a7a7a;
  font-weight: 400;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .product-summary {
    font-size: 14px;
  }
}

.product-options .option-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px 18px;
}
.product-options .option-item:has(.option-values) {
  flex-direction: row;
}
@media (max-width: 767px) {
  .product-options .option-item:has(.option-values) {
    flex-direction: column;
  }
}
.product-options .option-select {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.product-options .option-values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.product-options .option-value label {
  cursor: pointer;
}
.product-options .option-value .mark {
  height: 32px;
  min-width: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f7;
  background-color: transparent;
  padding: 0 11px;
  font-size: 14px;
  color: #7a7a7a;
  transition: all 0.3s ease-in-out;
}
.product-options .option-value input {
  display: none;
}
.product-options .option-value input:checked ~ .mark {
  border-color: #d18c23;
  color: #4c1a00;
}
.product-options .option-value.has_img .mark {
  padding: 0;
  gap: 8px;
  border-color: transparent;
}
.product-options .option-value.has_img .mark img {
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
}
.product-options .option-value.has_img .mark span {
  width: 0;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.product-options .option-value.has_img input:checked ~ .mark {
  border-color: #d18c23;
  padding-inline-start: 8px;
}
.product-options .option-value.has_img input:checked ~ .mark span {
  width: 40px;
}

.product-payments .payment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  gap: 10px;
  margin: 0 0 15px;
}
.product-payments .payment-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}
.product-payments .payment-item p b {
  font-weight: 700;
}
.product-payments .payment-item p a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.product-payments .payment-item p a:hover {
  color: #d18c23;
}
.product-payments .payment-item .payment-img {
  height: 24px;
  width: auto;
  flex-shrink: 0;
}

.product-tools {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .product-tools {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .product-tools {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-tools {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-tools .product-qty {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .product-tools .product-qty .product-label {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-tools .product-qty .product-label {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-tools .product-qty {
    order: 1;
  }
}
.summary.entry-summary .product-btn,
.single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 30px !important;
  gap: 15px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  min-width: 141px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  stroke: #fff;
  font-size: 14px !important;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .summary.entry-summary .product-btn {
    gap: 10px;
    padding-inline: 15px;
  }
}
@media (max-width: 991px) {
  .summary.entry-summary .product-btn {
    gap: 10px;
    padding-inline: 15px;
  }
}
/* @media (max-width: 767px) {
  .summary.entry-summary .product-btn {
    order: 3;
    width: calc(50% - 5px);
  }
} */
.summary.entry-summary .product-btn .icon,
.summary.entry-summary .product-btn i {
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary.entry-summary .product-btn .icon {
  padding: 0 1.5px;
}
.summary.entry-summary .single_add_to_cart_button {
  background-color: #d18c23 !important;
}
.summary.entry-summary .product-btn.buy-btn {
  background-color: #34c759;
}
html[dir="ltr"] .summary.entry-summary .product-btn.buy-btn i {
  transform: scaleX(-1);
}
.summary.entry-summary .product-btn:hover {
  background-color: #4c1a00;
}
.summary.entry-summary.fav-btn {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.product-tools .fav-btn:hover {
  background-color: #d18c23;
  border-color: #d18c23;
  color: #fff;
}
@media (max-width: 767px) {
  .product-tools .fav-btn {
    order: 2;
  }
}

.related-section {
  padding: 60px 0 50px;
}
@media (max-width: 767px) {
  .related-section {
    padding: 40px 0;
  }
}
/**/
.yith-wcwl-add-to-wishlist-button__label,
.xoo-wsc-sc-subt .woocommerce-Price-amount.amount {
  display: none;
}

.seccPadding {
  padding: 60px 0;
}

.xoo-wsc-items-count {
  background-color: #2f4858;
}

.xoo-wsc-header {
  background-color: #fbe7e1;
  position: relative;
}

span.xoo-wsch-text {
  margin: 0;
  font-weight: 700;
  color: #4c1a00;
}

.xoo-wscb-icon {
  color: #0a68ac;
}
.xoo-wsch-top {
  gap: 10px;
}
.xoo-wscb-count {
  font-weight: 900;
}

span.xoo-wsch-close {
  inset: unset;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 15px;
  font-size: 24px;
}
.xoo-wsc-product {
  padding: 15px 10px;
}
.xoo-wsc-img-col {
  width: 85px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.xoo-wsc-img-col a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.xoo-wsc-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xoo-wsc-sum-col {
  width: 100%;
  padding: 0;
  padding-inline-start: 15px;
}
.xoo-wsc-sm-right {
  padding: 0;
}

.xoo-wsc-product .woocommerce-Price-amount {
  font-weight: 700;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #ededed;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
  align-items: unset;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-qty {
  grid-area: 1/2/3/3;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  width: 45px;
  border: none;
  outline: none;
  box-shadow: none;
  height: 41px;
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng.xoo-wsc-plus {
  order: 2;
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng.xoo-wsc-minus {
  order: 3;
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng:hover {
  color: #d18c23;
}
span.xoo-wsc-smr-del {
  color: #2f4858;
}

#customer_login h2,
.woocommerce .wishlist-title h2 {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85;
  margin: 0;
  margin-bottom: 15px;
}
#customer_login h2::before,
.woocommerce .wishlist-title h2::before {
  /*content: "";*/
  /*background-image: url(../images/icons/logo.png);*/
  /*width: 25px;*/
  /*aspect-ratio: 34/48;*/
  /*background-size: contain;*/
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d9d9d9;
  margin: 0;
  border-radius: 20px;
  padding: 25px 30px;
}

.woocommerce form .form-row label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  white-space: nowrap;
  margin-bottom: 7px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
  opacity: 0.7;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #d18c23;
}
.woocommerce form .form-row textarea {
  height: 150px;
}

button.woocommerce-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #d18c23 !important;
  height: 56px !important;
  min-width: 145px;
  border-radius: 62px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
button.woocommerce-button:hover {
  background-color: #4c1a00 !important;
  color: #fff !important;
}
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.form-row:has([name="rememberme"]) {
  display: flex;
  flex-direction: column;
}
.woocommerce-LostPassword {
  margin: 0;
}

@media (max-width: 767px) {
  .woocommerce form.login {
    margin-bottom: 40px;
  }
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.products {
  display: grid;
  gap: 40px 16px;
}

.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1119px) {
  .products {
    gap: 30px 10px;
  }
  .columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .products {
    gap: 30px 15px;
  }
  .columns-5,
  .columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .products {
    gap: 30px 10px;
  }
  .columns-5,
  .columns-4,
  .columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.woocommerce table.shop_table.wishlist_table tr td.product-price {
  color: #d18c23;
  font-weight: 700;
}

.woocommerce table.shop_table.wishlist_table tr td.product-price ins {
  text-decoration: none;
}
.woocommerce table.shop_table.wishlist_table tr td.product-price del {
  color: #7a7a7a;
  font-weight: 400;
}
table.wishlist_table tr th.product-name {
  text-align: start;
}
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.product-name,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy,
.wishlist_table tfoot td {
  text-align: start;
}

.wishlist_table .product-add-to-cart a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #d18c23 !important;
  height: 45px !important;
  min-width: 145px;
  border-radius: 62px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  margin-block: 0 !important;
  transition: all 0.3s ease-in-out;
}
.wishlist_table .product-add-to-cart a:hover {
  background-color: #4c1a00 !important;
  color: #fff !important;
}
table.wishlist_table tr th,
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
  text-align: start;
}

.woocommerce .wishlist-title.wishlist-title-with-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce .wishlist-title.wishlist-title-with-form h2 {
  margin: 0;
}

.woocommerce .wishlist-title a.show-title-form,
.wishlist_manage_table tfoot a.create-new-wishlist {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #d18c23 !important;
  height: 45px !important;
  min-width: 145px;
  border-radius: 62px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  margin-block: 0 !important;
  transition: all 0.3s ease-in-out;
}
.woocommerce .wishlist-title a.show-title-form:hover,
.wishlist_manage_table tfoot a.create-new-wishlist:hover {
  background-color: #4c1a00 !important;
  color: #fff !important;
}

.blog-grid {
  display: grid;
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1119px) {
  .blog-grid {
    gap: 30px 10px;
  }
}

@media (max-width: 991px) {
  .blog-grid {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blog-grid {
    gap: 30px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-item {
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.blog-item .blog-item-url {
  display: flex;
  width: 100%;
  aspect-ratio: 450/290;
  overflow: hidden;
}
.blog-item .blog-item-url img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-url:hover img {
  transform: scale(1.05);
}
.blog-item .blog-item-body {
  position: relative;
  padding: 36px 28px 40px;
}

.blog-item .blog-item-tit {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 62px;
  margin: 0 0 15px;
}
.blog-item .blog-item-tit a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-tit a:hover {
  color: #d18c23;
}
.blog-item .blog-item-exp {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  margin: 0 0 25px;
}

.blog-item .blog_more-btn {
  display: flex;
  align-items: center;
  gap: 11px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog_more-btn:hover {
  color: #d18c23;
}
html[dir="ltr"] .blog-item .blog_more-btn i {
  transform: rotate(180deg);
}

.askForm_wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

label.contact-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  white-space: nowrap;
  margin-bottom: 7px;
}

.askForm_wrapper .form-control {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background-color: #fff;
  transition: all 0.3s;
}
.askForm_wrapper .form-control::placeholder {
  opacity: 0;
}
.askForm_wrapper .form-control:focus {
  border-color: #d18c23;
}
.askForm_wrapper .form-control:is(textarea) {
  height: 90px;
  padding: 15px 20px;
}
.xoo-wsc-ft-extras {
  width: calc(100% + 40px);
  margin-inline: -20px;
  background-color: #fbe7e1;
}

.xoo-wsc-ft-extras .xoo-wsc-ftx-row {
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
}
span.xoo-wsc-ftx-icon {
  margin: 0;
}

.xoo-wsc-sl-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fbe7e1;
  flex-direction: row-reverse;
}
span.xoo-wsc-slider-close {
  margin: 0;
}
form.xoo-wsc-sl-apply-coupon {
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.xoo-wsc-sl-apply-coupon input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
}
.xoo-wsc-sl-apply-coupon input::placeholder {
  opacity: 0.7;
  font-weight: 400;
}
.xoo-wsc-sl-apply-coupon input:focus {
  border-color: #d18c23;
}

.xoo-wsc-sl-apply-coupon button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #d18c23 !important;
  height: 40px !important;
  min-width: 80px;
  border-radius: 62px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.xoo-wsc-sl-apply-coupon button:hover {
  background-color: #4c1a00 !important;
  color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button {
  color: #fff !important;
  background-color: #d18c23 !important;
  height: 40px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: all 0.3s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.xoo-wsc-ft-btn-continue {
  background-color: #4c1a00 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.xoo-wsc-ft-btn-checkout {
  background-color: #34c759 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover {
  opacity: 0.8;
}

.wc-block-components-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #d18c23 !important;
  height: 60px !important;
  border-radius: 62px !important;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out !important;
}
.wc-block-components-button:hover {
  background-color: #4c1a00 !important;
  color: #fff !important;
}
.wc-block-components-sale-badge {
  height: 24px !important;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 49px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff0000 !important;
}

.wc-block-components-product-price ins {
  color: #d18c23;
  font-weight: 700;
}

.wc-block-components-product-price del {
  color: #7a7a7a;
  font-weight: 400;
}
.wc-block-components-text-input
  label[for="wc-block-components-totals-coupon__input-0"] {
  display: none !important;
}
#wc-block-components-totals-coupon__input-0 {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
}
#wc-block-components-totals-coupon__input-0::placeholder {
  opacity: 0.7;
  font-weight: 400;
}
#wc-block-components-totals-coupon__input-0:focus {
  border-color: #d18c23;
}

form.wc-block-components-totals-coupon__form {
  flex-wrap: nowrap;
}

form.wc-block-components-totals-coupon__form
  .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
  width: 70px !important;
  height: 40px !important;
  min-height: 40px !important;
}

.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked {
  border-color: #d18c23 !important;
}

.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background-color: #d18c23 !important;
}

.wc-block-components-totals-footer-item-tax-value {
  color: #d18c23 !important;
  font-weight: 700;
}

.wc-blocks-components-select__container,
.wc-block-components-text-input input {
  border-radius: 25px !important;
}
ol.flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.woocommerce div.product div.images ol.flex-control-thumbs {
  margin-top: 15px;
}
.woocommerce div.product div.images ol.flex-control-thumbs > li {
  border: 1px solid #ededed;
  width: 100%;
  aspect-ratio: 120/115;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product div.images ol.flex-control-thumbs > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d18c23;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.woocommerce
  div.product
  div.images
  ol.flex-control-thumbs
  > li:has(.flex-active)::after {
  visibility: visible;
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img,
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::after,
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::before {
  display: none !important;
  position: relative !important;
  inset: unset !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  inset: unset;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: calc(100% - 100px);
  /* aspect-ratio: 1; */
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  padding: 10px;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::after {
  transform: none !important;
  content: "" !important;
  display: block !important;
  background: url(../images/icons/resize.svg) !important;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  border-radius: 0;
}
/* ////////////////////////// */
.woocommerce div.product .product_title.entry-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8465;
  margin: 0 0 15px;
}

.discount-percentage {
  inset: unset;
  position: absolute;
  top: 15px;
  height: 24px;
  position: absolute;
  top: 15px;
  inset-inline-start: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff0000;
}
.woocommerce span.onsale {
  display: none !important;
  inset: unset;
  position: absolute;
  top: 15px;
  height: 24px;
  inset-inline-start: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-height: auto;
  line-height: 1.4;
  background-color: #ff0000;
}

.info-item:empty {
  display: none;
}

.info-item:not(:has(> :not(.discount-percentage))) {
  padding: 0;
  margin: 0;
  border: none;
}
.summary.entry-summary .price {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.summary.entry-summary .price ins {
  text-decoration: none;
}
.woocommerce-product-details__short-description {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.woocommerce-product-details__short-description :last-child {
  margin-bottom: 0;
}
.woocommerce-product-details__short-description p {
  line-height: 1.625;
  color: #7a7a7a;
  font-weight: 500;
  margin: 0 0 15px;
}

.woocommerce div.product form.cart {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.woocommerce .quantity input.qty {
  width: 90px;
  height: 54px;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
  color: #000000;
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
  display: none;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  position: absolute;
  top: 0;
  inset-inline-end: 15px;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  fill: #000000 !important;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single
  svg.yith-wcwl-add-to-wishlist-button-icon {
  fill: transparent !important;
  stroke-width: 1px !important;
  stroke: #000 !important;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single:hover {
  background-color: #d18c23;
  border-color: #d18c23;
  fill: #fff !important;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single:hover
  svg.yith-wcwl-add-to-wishlist-button-icon {
  fill: #fff !important;
  stroke-width: 1px !important;
  stroke: #fff !important;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single:has(
    .yith-wcwl-add-to-wishlist-button--added
  ) {
  background-color: #d18c23 !important;
  border-color: #d18c23 !important;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single:has(
    .yith-wcwl-add-to-wishlist-button--added
  )
  svg.yith-wcwl-add-to-wishlist-button-icon {
  fill: #fff !important;
  stroke-width: 1px !important;
  stroke: #fff !important;
}

.product-tabs {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .product-tabs {
    padding: 20px 15px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 38px;
  overflow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #a6a6a6;
  position: relative;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  background-color: #d18c23;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  color: #d18c23;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #d18c23;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85;
  margin: 0 0 25px;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title::before {
  content: "";
  background-image: url(../images/icons/logo.png);
  width: 34px;
  aspect-ratio: 34 / 48;
  background-size: contain;
}

.woocommerce #reviews #comments p.woocommerce-noreviews {
  font-size: 18px;
  color: #a6a6a6;
  line-height: 17px;
  font-weight: 400;
}

#review_form_wrapper {
  padding-top: 40px;
}

#reply-title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 1.85;
  margin: 0 0 25px;
}
.comment-notes {
  font-size: 16px;
  color: #000;
  line-height: 2;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.comment-notes span {
  display: block;
}
.comment-notes span.required {
  display: inline;
  color: #f00;
}

.comment-form label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  white-space: nowrap;
  flex-shrink: 0;
}
.comment-form label .required {
  color: #f00;
}

.woocommerce p.stars a {
  font-size: 20px;
  color: #ffce4f;
}

.woocommerce #review_form #respond p.stars {
  width: fit-content;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
  width: 100%;
  height: 40px;
  border-radius: 20px !important;
  padding: 0 25px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
}
.comment-form input:not([type="checkbox"])::placeholder,
.comment-form textarea::placeholder {
  opacity: 0.7;
  font-weight: 400;
}
.comment-form input:not([type="checkbox"]):focus,
.comment-form textarea:focus {
  border-color: #d18c23;
}
.comment-form textarea {
  padding: 15px 25px;
  height: 120px;
}

.form-submit #submit.submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  border: 1.5px solid #d18c23 !important;
  background-color: transparent !important;
  color: #d18c23 !important;
  height: 54px !important;
  min-width: 180px !important;
  border-radius: 62px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-inline-start: auto !important;
  transition: all 0.3s ease-in-out !important;
}
.form-submit .submit:hover {
  background-color: #d18c23 !important;
  color: #fff !important;
}
#email-notes {
  display: none !important;
}

.woocommerce .star-rating {
  color: #ffce4f;
}

.comment-form .comment-form-cookies-consent label {
  white-space: unset;
}

@media (max-width: 767px) {
  .woocommerce #reviews #comments h2.woocommerce-Reviews-title {
    font-size: 24px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .woocommerce #reviews #comments h2.woocommerce-Reviews-title::before {
    display: none;
  }
  .woocommerce div.product form.cart {
    gap: 10px;
  }
  .woocommerce .quantity input.qty {
    width: 45px;
    height: 45px;
  }
  .woocommerce div.product form.cart .button {
    height: 45px;
    min-width: 130px;
    white-space: nowrap;
  }
  .summary.entry-summary .product-btn.buy-btn {
    height: 45px;
    min-width: 130px;
    white-space: nowrap;
    width: fit-content;
  }
}
.seccPadding:has(.woocommerce-tabs) {
  overflow: hidden;
  padding-bottom: 0;
}
.product_tabs-content {
  clear: both;
  padding: 153px 0 52px;
  position: relative;
  transform: perspective(1px);
}

.product_tabs-content::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  width: 100vw;
  background-color: #fbe7e1;
  z-index: -1;
}

.woocommerce-tabs.wc-tabs-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px;
}

@media (max-width: 767px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 20px 15px;
  }
}
.related.products {
  padding: 100px 0 60px;
  gap: 30px;
}

.related.products h2 {
  grid-column: -1/1;
}
.related.products .clear {
  display: none !important;
}

@media (max-width: 767px) {
  .related.products {
    gap: 25px;
  }
}

.related.products h2 {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 1.85;
  margin: 0;
}
.related.products h2::before {
  content: "";
  background-image: url(../images/icons/logo.png);
  width: 34px;
  aspect-ratio: 34/48;
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
  .related.products h2 {
    flex-direction: column;
    font-size: 24px;
  }
}
.swiper-slide:not(:has(*)) {
  display: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: #0a68ac;
}
.product_meta {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.product_meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  font-weight: 500;
  flex-wrap: wrap;
}

.product_meta > span span,
.product_meta > span a {
  color: #626c83;
}

.product_meta > span a:hover {
  color: #0a68ac;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #626c83;
}
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .wp-block-heading {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 24px !important;
  font-weight: 700;
  color: #000000;
  line-height: 1.85;
  margin: 0 0 30px;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .wp-block-heading::before {
  content: "";
  background-image: url(../images/icons/logo.png);
  width: 34px;
  aspect-ratio: 34 / 48;
  background-size: contain;
}
.wp-block-woocommerce-cart-cross-sells-block > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .wp-block-woocommerce-cart-cross-sells-block > div {
    grid-template-columns: 1fr;
  }
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-sizing: border-box;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  div
  .wc-block-components-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 270 / 203;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  div
  .wp-block-cart-cross-sells-product__product-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 1.875;
  overflow: hidden;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  div
  .wp-block-cart-cross-sells-product__product-title
  a {
  color: inherit;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  div
  .wp-block-cart-cross-sells-product__product-title:has(a:hover) {
  color: #d18c23;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  div
  .wc-block-components-product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(16, 24, 40, 0.0509803922);
  line-height: 1.875;
  margin-bottom: 10px;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  div
  .wc-block-components-product-price
  .wc-block-components-formatted-money-amount {
  font-weight: 700;
  color: #d18c23;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  .wc-block-components-product-button__button {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #d18c23;
  color: #fff;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  > div
  .cross-sells-product
  .wc-block-components-product-button__button:hover {
  background-color: #4c1a00;
  color: #fff;
}

.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  a
  > .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image
  a
  > .wc-block-components-product-sale-badge--align-left {
  inset: 0;
  padding: 0;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff0000;
  border: none;
}

.main-slider.xs-slider {
  display: none;
}
.main-slider.lg-slider {
  display: block;
}

@media (max-width: 767px) {
  .main-slider.xs-slider {
    display: block;
  }
  .main-slider.lg-slider {
    display: none;
  }
}
.woocommerce .wishlist-title a.show-title-form {
  display: none !important;
}
.products.columns-4 {
  list-style: none;
}
.product-category a {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 0 15px 10px;
  display: block;
}
.product-category a img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  object-fit: contain;
}

.product-category a .woocommerce-loop-category__title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(16, 24, 40, 0.0509803922);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 1.875;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.product-category a .woocommerce-loop-category__title .count {
  background-color: transparent;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  inset-inline-end: calc(52% + 15px);
}
.entry-summary:has(.download-btn)
  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  inset-inline-end: 15px;
}

@media (max-width: 991px) {
  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    inset-inline-end: 15px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1280px !important;
  }
}

.mid-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 40px;
}
.footer-external {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  aspect-ratio: 1007/992;
  filter: brightness(0) invert(1);
}
.footer-external img{
  width: 100%;
}
.footer-external.vat {
  filter: none;
  height: 60px;
  aspect-ratio: 47/59;
}
.shop-top-bar,
.woocommerce-result-count{
    margin-bottom: 30px;
}
.shop-top-bar{
    float: left;
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
.view-toggle{
   margin-inline-start: 20px;
}
.toggle-button.active{
    background-color: #d18c23;
    color: #fff;
}
.list-view.columns-4 {
    grid-template-columns: repeat(1, 1fr);
}

.list-view .grid-item .product-item{
    display: flex;
}
.list-view .grid-item .product-item .product-img{
    width : 40%;
  
}
.list-view .grid-item .product-item .product-info{
    width : 60%;
    max-width: 100%;
    text-align: start;
    margin: 0;
    align-items: self-start;
    justify-content: space-between;
    gap: 0;
}

.woocommerce-pagination{
    margin-top: 20px;
}