/*===========================
    01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
:root {
  --white-color: #ffffff;
  --white-color2: #eeeeee;
  --title-color: #1e1e1e;
  --title-color2: #a0a0a0;
  --paragraph-color: #595959;
  --primary-color: #cb8997;
  --primary-color2: #ffc107;
  --border-color: #2828281a;
  --black-color: #1e1e1e;
  --font-dm-sans: "DM Sans", sans-serif;
  --font-outfit: "Outfit", sans-serif;
}

/*================================================
02. Mixins Css
=================================================*/
/*================================================
03. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--paragraph-color);
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

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

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

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

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.pe-80 {
  padding-right: 80px;
}

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

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.primary-btn {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #f9f6ef;
  background: var(--primary-color);
  padding: 18px 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
}
.primary-btn .arrow {
  transform: rotate(0);
  transition: 0.5s;
}
.primary-btn::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--black-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.primary-btn:hover {
  color: var(--white-color);
}
.primary-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
  height: 150%;
  width: 150%;
}
.primary-btn:hover .arrow {
  transform: rotate(45deg);
}
.primary-btn.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn.black-bg::after {
  background-color: var(--primary-color);
}
.primary-btn.black-bg:hover {
  color: var(--title-color);
}

.primary-btn2 {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
  background: var(--title-color);
  padding: 19px 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
}
.primary-btn2 .arrow {
  transform: rotate(0);
  transition: 0.5s;
}
.primary-btn2::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--white-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.primary-btn2:hover {
  color: var(--title-color);
}
.primary-btn2:hover::after {
  transform: skewX(45deg) scale(1, 1);
  height: 150%;
  width: 150%;
}
.primary-btn2:hover .arrow {
  transform: rotate(45deg);
}
.primary-btn2.load-more {
  padding: 16px 47px;
}

.section-title {
  max-width: 490px;
  margin: 0 auto;
  text-align: center;
}

.section-title2 {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.style-2 {
  margin: 0;
}
.section-title.style-2 h3 {
  text-align: left;
}
.section-title span {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--paragraph-color);
  border: 1px solid var(--title-color);
  border-radius: 100px;
  padding: 5px 32px;
  display: inline-flex;
  margin-bottom: 25px;
}
.section-title h3 {
  font-family: var(--font-outfit);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 0;
}
.section-title p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--paragraph-color);
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title2 span {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--paragraph-color);
  border: 1px solid var(--border-color);
  border-radius: 100px;
  padding: 5px 32px;
  display: inline-flex;
  margin-bottom: 25px;
}
.section-title2 h3 {
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 0;
}

.section-title2 h2 {
  font-size: 42px;
}
.section-title2 p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--paragraph-color);
  margin-top: 20px;
  margin-bottom: 0;
}

.form-inner label {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
  display: block;

  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .form-inner label {
    font-size: 16px;
  }
}
.form-inner label span {
  color: #cc2131;
}
.form-inner input {
  width: 100%;
  height: 52px;
  padding: 15px 25px;
  background-color: var(--white-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--paragraph-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 576px) {
  .form-inner input {
    padding: 15px 20px;
  }
}
.form-inner input:focus {
  background-color: var(--white-color);
  border-color: var(--title-color);
}
.form-inner textarea {
  width: 100%;
  min-height: 200px;
  padding: 15px 25px;
  background-color: var(--white-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--paragraph-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.form-inner textarea:focus {
  background-color: transparent;
  border-color: var(--title-color);
}
.form-inner button {
  background: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--white-color);
  letter-spacing: 0.04em;
  text-align: left;
}
.form-inner button::after {
  background-color: var(--title-color);
}
.form-inner button:hover {
  color: var(--white-color);
}

.slider-btn-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--border-color);
  border-radius: 100px;
  padding: 9px 38px;
}
.slider-btn-wrap .fractional-pagination {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--title-color);
}
.slider-btn-wrap .slider-btn {
  transition: 0.45s;
}
.slider-btn-wrap .slider-btn svg {
  stroke: var(--title-color);
  transition: 0.45s;
}
.slider-btn-wrap .slider-btn:hover svg {
  stroke: var(--primary-color);
}

.slider-btn-wrap2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--border-color);
  border-radius: 100px;
  padding: 9px 38px;
}
.slider-btn-wrap2 .fractional-pagination2 {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--title-color);
}
.slider-btn-wrap2 .slider-btn {
  transition: 0.45s;
}
.slider-btn-wrap2 .slider-btn svg {
  stroke: var(--title-color);
  transition: 0.45s;
}
.slider-btn-wrap2 .slider-btn:hover svg {
  stroke: var(--primary-color);
}

.slider-btn-wrap3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--title-color);
  border-radius: 100px;
  padding: 9px 38px;
}
.slider-btn-wrap3 .fractional-pagination3 {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--title-color);
}
.slider-btn-wrap3 .slider-btn {
  transition: 0.45s;
}
.slider-btn-wrap3 .slider-btn svg {
  stroke: var(--title-color);
  transition: 0.45s;
}
.slider-btn-wrap3 .slider-btn:hover svg {
  stroke: var(--primary-color);
}

.swiper-pagination {
  position: relative;
  margin-top: 50px;
  width: unset !important;
  bottom: unset !important;
  display: flex;
  gap: 5px;
}
@media (max-width: 991px) {
  .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .swiper-pagination {
    margin-top: 30px;
  }
}
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: rgba(252, 182, 193, 0.2);
  opacity: 1;
  border-radius: 30px;
  position: relative;
  transition: all 0.4s ease;
}

.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content
  span {
  color: var(--white-color) !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: var(--primary-color);
}
.swiper-pagination-bullet::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.swiper-pagination-bullet-active::after {
  opacity: 0.2;
}

.swiper-pagination2 {
  position: relative;
  margin-top: 50px;
  width: unset !important;
  bottom: unset !important;
  display: flex;
  gap: 5px;
}

.product-images__featured-carousel .swiper-pagination2 {
  display: none;
}

.swiper.product-images__featured-carousel {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .swiper-pagination2 {
    margin-top: 40px;
  }

  .product-images__featured-carousel .swiper-pagination2 {
    display: flex;
  }
}
@media (max-width: 576px) {
  .swiper-pagination2 {
    margin-top: 30px;
  }
}

.swiper-pagination3 {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  margin-top: 30px;
  width: unset !important;
  bottom: unset !important;
  display: flex;
  gap: 5px;
}
.swiper-pagination3 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #d9d9d9;
  opacity: 1;
  position: relative;
}
.swiper-pagination3 .swiper-pagination-bullet::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--title-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.swiper-pagination3 .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-pagination6 {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  margin-top: 30px;
  width: unset !important;
  bottom: unset !important;
  display: flex;
  gap: 5px;
}
.swiper-pagination6 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #d9d9d9;
  opacity: 1;
  position: relative;
}
.swiper-pagination6 .swiper-pagination-bullet::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--title-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.swiper-pagination6 .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.pagination-area {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .pagination-area {
    padding-top: 40px;
  }
}
.pagination-area .swiper-pagination5 {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: unset;
  z-index: 9;
  bottom: unset;
  gap: 5px;
}
@media (max-width: 576px) {
  .pagination-area .swiper-pagination5 {
    justify-content: center;
  }
}
.pagination-area .swiper-pagination5 .swiper-pagination-bullet {
  height: 7px;
  width: 10px;
  background-color: #d9d9d9;
  opacity: 1;
  position: relative;
}
.pagination-area
  .swiper-pagination5
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 100px;
}

.pagination-area2 {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .pagination-area2 {
    padding-top: 40px;
  }
}
.pagination-area2 .swiper-pagination9 {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: unset;
  z-index: 9;
  bottom: unset;
  gap: 5px;
}
@media (max-width: 576px) {
  .pagination-area2 .swiper-pagination9 {
    justify-content: center;
  }
}
.pagination-area2 .swiper-pagination9 .swiper-pagination-bullet {
  height: 7px;
  width: 10px;
  background-color: #d9d9d9;
  opacity: 1;
  position: relative;
}
.pagination-area2
  .swiper-pagination9
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 100px;
}

.pagination-area4 {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .pagination-area4 {
    padding-top: 40px;
  }
}
.pagination-area4 .swiper-pagination11 {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: unset;
  z-index: 9;
  bottom: unset;
  gap: 5px;
}
@media (max-width: 576px) {
  .pagination-area4 .swiper-pagination11 {
    justify-content: center;
  }
}
.pagination-area4 .swiper-pagination11 .swiper-pagination-bullet {
  height: 7px;
  width: 10px;
  background-color: #d9d9d9;
  opacity: 1;
  position: relative;
}
.pagination-area4
  .swiper-pagination11
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 100px;
}

.slider-btn-groups .slider-btn2 {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--paragraph-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .slider-btn-groups .slider-btn2 {
    display: none;
    visibility: hidden;
  }
}
.slider-btn-groups .slider-btn2.next-1 {
  right: 15px;
  left: unset;
}
.slider-btn-groups .slider-btn2 svg path {
  stroke: var(--white-color);
}
.slider-btn-groups .slider-btn2:hover svg path {
  stroke: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1199px) {
  .slider-btn-groups.categori-btn {
    display: none;
  }
}
.slider-btn-groups.categori-btn .slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  position: absolute;
  left: -3%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .slider-btn-groups.categori-btn .slider-btn {
    display: none;
    visibility: hidden;
  }
}
.slider-btn-groups.categori-btn .slider-btn.next-1 {
  right: -3%;
  left: unset;
}
.slider-btn-groups.categori-btn .slider-btn svg {
  transition: 0.35s;
}
.slider-btn-groups.categori-btn .slider-btn svg path {
  stroke: #d9d9d9;
}
.slider-btn-groups.categori-btn .slider-btn:hover svg path {
  stroke: #000;
}

.slider-btn-groups2 .slider-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .slider-btn-groups2 .slider-btn2 {
    left: 40px;
  }
}
@media (max-width: 1399px) {
  .slider-btn-groups2 .slider-btn2 {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .slider-btn-groups2 .slider-btn2 {
    display: none;
    visibility: hidden;
  }
}
.slider-btn-groups2 .slider-btn2.next-2 {
  right: 70px;
  left: unset;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .slider-btn-groups2 .slider-btn2.next-2 {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .slider-btn-groups2 .slider-btn2.next-2 {
    right: 40px;
  }
}
.slider-btn-groups2 .slider-btn2 svg {
  transition: 0.35s;
  fill: none;
  stroke: var(--white-color);
}
.slider-btn-groups2 .slider-btn2:hover svg path {
  stroke: #000;
}

.slider-btn-groups3 .slider-btn {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--paragraph-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .slider-btn-groups3 .slider-btn {
    display: none;
    visibility: hidden;
  }
}
.slider-btn-groups3 .slider-btn.next-1 {
  right: 20px;
  left: unset;
}
.slider-btn-groups3 .slider-btn svg path {
  stroke: var(--white-color);
}
.slider-btn-groups3 .slider-btn:hover {
  background-color: var(--title-color);
  border: none;
}
.slider-btn-groups3 .slider-btn:hover svg path {
  stroke: var(--white-color);
}

.slider-btn-groups4 .slider-btn {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--paragraph-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .slider-btn-groups4 .slider-btn {
    display: none;
    visibility: hidden;
  }
}
.slider-btn-groups4 .slider-btn.next-1 {
  right: 20px;
  left: unset;
}
.slider-btn-groups4 .slider-btn svg path {
  stroke: var(--white-color);
}
.slider-btn-groups4 .slider-btn:hover {
  background-color: var(--title-color);
  border: none;
}
.slider-btn-groups4 .slider-btn:hover svg path {
  stroke: var(--white-color);
}

.slider-btn-groups5 .slider-btn {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  position: absolute;
  left: 25px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .slider-btn-groups5 .slider-btn {
    display: none;
    visibility: hidden;
  }
}
.slider-btn-groups5 .slider-btn.next-1 {
  right: 100px;
  left: unset;
}
.slider-btn-groups5 .slider-btn svg path {
  stroke: var(--title-color);
}
.slider-btn-groups5 .slider-btn:hover {
  background-color: var(--primary-color);
  border: none;
}
.slider-btn-groups5 .slider-btn:hover svg path {
  stroke: var(--title-color);
}

.page-load-modal .modal .modal-dialog {
  max-width: 850px;
  width: 100%;
  animation: zoom-In-effect 1s;
}
@media (max-width: 991px) {
  .page-load-modal .modal .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .page-load-modal .modal .modal-dialog {
    max-width: 550px;
  }
}
@media (max-width: 576px) {
  .page-load-modal .modal .modal-dialog {
    max-width: 330px;
    margin: 0 auto;
  }
}
.page-load-modal .modal .modal-dialog .modal-content {
  border-radius: unset;
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-img {
    width: 100%;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-img
  img {
  min-width: 400px;
}
@media (max-width: 991px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-img
    img {
    min-width: 350px;
  }
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-img
    img {
    min-width: 260px;
  }
}
@media (max-width: 576px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-img
    img {
    max-height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content {
  padding-right: 35px;
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-content {
    padding-right: 25px;
  }
}
@media (max-width: 576px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-content {
    padding: 20px 20px 30px;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  h2 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;

  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-content
    h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-content
    h2 {
    font-size: 25px;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  p {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;

  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-content
    p {
    font-size: 15px;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  .from-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 5px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .popup-content
    .from-inner {
    padding-top: 25px;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  .from-inner
  input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--title-color);
  font-size: 12px;
  font-family: var(--font-dm-sans);
  font-weight: 400;

  width: 100%;
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  .from-inner
  input::-moz-placeholder {
  color: var(--paragraph-color);
  font-weight: 300;
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  .from-inner
  input::placeholder {
  color: var(--paragraph-color);
  font-weight: 300;
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  .from-inner
  .from-arrow {
  background: transparent;
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .popup-content
  .from-inner
  .from-arrow
  svg {
  fill: var(--paragraph-color);
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .modal-clode-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #f1f1f1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .modal-clode-btn {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .modal-clode-btn::before,
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .modal-clode-btn::after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 6px);
  display: block;
  height: 1px;
  width: 15px;
  background-color: #1e1e1e;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .modal-clode-btn::before,
  .page-load-modal
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup-wrapper
    .modal-clode-btn::after {
    left: calc(50% - 7px);
    width: 14px;
  }
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .modal-clode-btn::after {
  transform: rotate(-135deg);
}
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .modal-clode-btn:hover::before,
.page-load-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup-wrapper
  .modal-clode-btn:hover::after {
  transform: rotate(0deg);
}

.login-modal .modal-content {
  border-radius: unset;
  border: 1px solid var(--black-color);
}
.login-modal .modal-content .modal-header {
  padding: 0;
  border: unset;
}
.login-modal .modal-content .modal-header .nav {
  width: 100%;
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.login-modal .modal-content .modal-header .nav .nav-item {
  flex-basis: 50%;
  border: none;
}
.login-modal .modal-content .modal-header .nav .nav-item .nav-link {
  width: 100%;
  color: var(--paragraph-color);
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;

  border: none;
  padding: 18px 0;
}
@media (max-width: 576px) {
  .login-modal .modal-content .modal-header .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
.login-modal .modal-content .modal-header .nav .nav-item .nav-link.active {
  border: unset;
  border-bottom: 2px solid var(--black-color);
  color: var(--title-color);
}
.login-modal .modal-content .modal-header .nav .nav-item:focus-visible {
  outline: none;
}
.login-modal .modal-content .modal-header .nav .nav-item:hover {
  border: none;
}
.login-modal .modal-content .modal-body {
  padding: 40px 45px;
}
@media (max-width: 576px) {
  .login-modal .modal-content .modal-body {
    padding: 30px 20px;
  }
}
.login-modal .modal-content .modal-body .login-registration-form .form-title {
  text-align: center;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-title
  h3 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.6px;

  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .login-modal
    .modal-content
    .modal-body
    .login-registration-form
    .form-title
    h3 {
    font-size: 26px;
  }
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner {
  position: relative;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-inner
  input {
  border: 1px solid var(--black-color);
  width: 100%;
  height: 50px;
  color: var(--title-color);
  font-weight: 400;
  padding: 15px 20px;
}
@media (max-width: 576px) {
  .login-modal
    .modal-content
    .modal-body
    .login-registration-form
    .form-inner
    input {
    padding: 15px 15px;
  }
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-inner
  input:focus {
  border: 1px solid #ddd;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: var(--black-color);
  cursor: pointer;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget
  .remember
  .custom-check-box {
  opacity: 0;
  display: none;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget
  .remember
  .custom-check-box
  + label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget
  .remember
  .custom-check-box
  + label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid var(--black-color);
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget
  .remember
  .custom-check-box:checked
  + label::before {
  content: "\f26e";
  color: var(--white-color);
  font-family: "bootstrap-icons";
  background-color: var(--black-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget
  .remember
  label {
  color: var(--black-color);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.login-modal
  .modal-content
  .modal-body
  .login-registration-form
  .form-remember-forget
  .forget-pass {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.login-modal .modal-content .modal-body .login-registration-form .primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.login-modal .modal-content .modal-body .login-registration-form .member {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/*=====================================
  4.Header CSS
========================================*/

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
@keyframes fade-up2 {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
    visibility: visible;
  }
}

header.header4 {
  position: relative;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.8s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #2828281a;
}
@media (max-width: 1199px) {
  header.header4 {
    padding: 20px 0;
  }
}
header.header4.home2-header {
  padding: 20px 0;
}
header.header4.home2-header .header-logo a img {
  width: 114px;
}
@media (max-width: 576px) {
  header.header4.home2-header .header-logo a img {
    width: 100px;
  }
}

header.header4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.header4 .main-menu {
  display: inline-block;
  position: relative;
}
header.header4 .main-menu .mobile-menu-logo {
  display: none;
}
header.header4 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.header4 .main-menu ul > li {
  display: inline-block;
  position: relative;
  padding: 26px 10px;
}
header.header4 .main-menu ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 1199px) {
  header.header4 .main-menu ul > li.position-inherit {
    position: relative;
  }
}
@media (max-width: 1399px) {
  header.header4 .main-menu ul > li {
    padding: 23px 5px;
  }
}
header.header4 .main-menu ul > li:first-child {
  padding-left: 0;
}
header.header4 .main-menu ul > li > a {
  color: var(--title-color);
  display: block;
  text-transform: uppercase;
  padding: 4px 13px;
  position: relative;
  font-family: var(--font-outfit);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 13px;
}
@media (max-width: 991px) {
  header.header4 .main-menu ul > li > a {
    padding: 32px 9px;
    border: none;
  }
}
header.header4 .main-menu ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 7px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.header4 .main-menu ul > li i {
    opacity: 1;
  }
}
header.header4 .main-menu ul > li i.active::before {
  content: "\f2ea";
}
header.header4 .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 77px;
  margin: 0;
  display: none;
  min-width: 280px;
  background: var(--white-color);
  border: 0;
  text-align: left;
  padding: 25px 0;
}
@media (max-width: 1399px) {
  header.header4 .main-menu ul > li .sub-menu {
    top: 70px;
  }
}
header.header4 .main-menu ul > li .sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.header4 .main-menu ul > li .sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  color: var(--title-color);
  font-size: 20px;
}
header.header4 .main-menu ul > li .sub-menu > li .dropdown-icon {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  top: 10px;
  font-size: 13px;
  right: 15px;
}
@media (max-width: 1199px) {
  header.header4 .main-menu ul > li .sub-menu > li .dropdown-icon {
    right: 0;
    color: rgba(0, 0, 0, 0.7);
    top: 6px;
    font-size: 20px;
  }
}
header.header4 .main-menu ul > li .sub-menu > li > a {
  display: block;
  padding: 9px 34px;
  font-family: var(--font-outfit);
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border-radius: 0;
  border: none;
}
header.header4 .main-menu ul > li .sub-menu > li > a::after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--title-color);
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991px) {
  header.header4 .main-menu ul > li .sub-menu > li > a::after {
    left: 0;
  }
}
@media (min-width: 1200px) {
  header.header4 .main-menu ul > li .sub-menu > li > a:hover {
    color: #cacaca;
    padding-left: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  header.header4 .main-menu ul > li .sub-menu > li > a:hover {
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  header.header4 .main-menu ul > li .sub-menu > li > a:hover::before {
    transform: scale(1);
  }
  header.header4 .main-menu ul > li .sub-menu > li > a:hover::after {
    opacity: 1;
  }
}
header.header4 .main-menu ul > li .sub-menu > li > a.active {
  color: var(--title-color);
}
header.header4 .main-menu ul > li .sub-menu > li > a.active::before {
  transform: scale(1);
}
header.header4 .main-menu ul > li .sub-menu > li:hover > a {
  color: var(--title-color);
}
header.header4 .main-menu ul > li .sub-menu > li:hover .dropdown-icon {
  color: var(--title-color);
}
header.header4 .main-menu ul > li .sub-menu > li:hover .dropdown-icon2 {
  color: var(--title-color);
}
header.header4 .main-menu ul > li .sub-menu > li.active > a {
  color: var(--title-color);
  font-weight: 400;
}
header.header4 .main-menu ul > li .sub-menu > li.active .dropdown-icon {
  color: var(--title-color);
}
header.header4 .main-menu ul > li .sub-menu > li.active .dropdown-icon2 {
  color: var(--title-color);
}
header.header4 .main-menu ul > li .sub-menu > li .sub-menu {
  left: 100%;
  position: absolute;
  max-width: 280px;
  min-width: 280px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  top: 0;
}
header.header4 .main-menu ul > li .sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media (max-width: 1199px) {
  header.header4 .main-menu ul > li .sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
    box-shadow: unset;
  }
}
header.header4 .main-menu ul > li .sub-menu > li .sub-menu > li i {
  display: block;
}
header.header4 .main-menu ul > li .sub-menu > li:last-child {
  border-bottom: none;
}
header.header4 .main-menu ul > li .sub-menu.mega-menu {
  width: 100%;
  animation: fade-up2 0.45s linear;
  max-width: 1200px;
  min-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  padding: 35px 25px;
}
@media (max-width: 1399px) {
  header.header4 .main-menu ul > li .sub-menu.mega-menu {
    max-width: 1100px;
    min-width: 1100px;
  }
}
@media (max-width: 1199px) {
  header.header4 .main-menu ul > li .sub-menu.mega-menu {
    max-width: 100%;
    min-width: 100%;
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    animation: unset;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    transform: translateY(0px);
    margin-left: 10px;
    padding: 10px 0;
  }
}
header.header4 .main-menu ul > li .sub-menu.mega-menu .megamenu-items {
  margin-bottom: 30px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  header.header4 .main-menu ul > li .sub-menu.mega-menu .megamenu-items {
    margin-bottom: 20px;
  }
  header.header4
    .main-menu
    ul
    > li
    .sub-menu.mega-menu
    .megamenu-items:last-child {
    margin-bottom: 20px;
  }
}
header.header4 .main-menu ul > li .sub-menu.mega-menu .megamenu-items h6 {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}
@media (max-width: 1199px) {
  header.header4
    .main-menu
    ul
    > li
    .sub-menu.mega-menu
    .megamenu-items
    .menu-list {
    padding: 0;
  }
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .menu-list
  li {
  padding: 0;
  display: block;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .menu-list
  li
  a {
  display: block;
  padding: 9px 0;
  font-family: var(--font-outfit);
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border: none;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .menu-list
  li
  a::after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--title-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 991px) {
  header.header4
    .main-menu
    ul
    > li
    .sub-menu.mega-menu
    .megamenu-items
    .menu-list
    li
    a::after {
    left: 0;
  }
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .menu-list
  li
  a:hover {
  padding-left: 15px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .menu-list
  li
  a:hover::after {
  opacity: 1;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card {
  margin-top: 15px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a {
  width: 100%;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a
  img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a
  .batch {
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a
  .batch
  > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3px;
  background-color: #c36a2d;
  padding: 5px 10px;
  z-index: 1;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a
  .batch
  > span.new {
  background-color: #cb8997;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a
  .batch
  > span.style-2 {
  background-color: var(--title-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  > a
  .batch
  > span.style-3 {
  background-color: #cc2131;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .out-of-stock
  span {
  color: var(--primary-color1);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-outfit);
  font-weight: 500;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  padding: 8px 25px;
  white-space: nowrap;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .overlay {
  background: rgba(33, 33, 33, 0.3000000119);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .overlay
  .cart-area
  .add-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-outfit);
  font-weight: 500;
  background: var(--title-color);
  padding: 10px 28px;
  display: flex;
  align-items: baseline;
  border-radius: 100px;
  gap: 7px;
  transition: 0.5s;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .overlay
  .cart-area
  .add-cart-btn.style-2 {
  background: var(--white-color);
  color: var(--title-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .overlay
  .cart-area
  .add-cart-btn.style-2:hover {
  color: var(--white-color);
  background: var(--title-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .overlay
  .cart-area
  .add-cart-btn:hover {
  color: var(--title-color);
  background: var(--white-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area {
  position: absolute;
  top: 7px;
  right: 7px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul {
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.5s;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul
  li {
  margin-bottom: 5px;
  transition: 0.5s;
  padding: 0;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul
  li:last-child {
  margin-bottom: 0;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul
  li
  > a {
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul
  li
  > a
  svg {
  fill: var(--title-color);
  transition: 0.5s;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul
  li:hover
  > a {
  background-color: var(--title-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-img
  .view-and-favorite-area
  > ul
  li:hover
  > a
  svg {
  fill: var(--white-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content {
  padding-top: 25px;
  padding-bottom: 10px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .rating {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  gap: 8px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .rating
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .rating
  ul
  li {
  line-height: 1;
  padding: 0;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .rating
  ul
  li.style-2
  i {
  color: #a0a0a0;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .rating
  ul
  li
  i {
  color: #ffc107;
  font-size: 12px;
  position: relative;
  right: unset;
  top: unset;
  display: inherit;
  opacity: 1;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .rating
  span {
  color: var(--paragraph-color2);
  font-size: 13px;
  font-family: var(--font-outfit);
  line-height: 1;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  h6 {
  margin-bottom: 10px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  h6
  a {
  color: var(--title-color);
  font-size: 16px;
  font-family: var(--font-outfit);
  font-weight: 500;
  letter-spacing: 0.4px;

  margin-bottom: 18px;
  line-height: 1;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  p {
  margin-bottom: 20px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  p
  a {
  color: #878585;
  text-align: center;
  font-size: 15px;
  font-family: var(--font-outfit);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: 0.5s;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  p
  a:hover {
  color: var(--paragraph-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .price {
  color: var(--title-color);
  font-size: 14px;
  font-family: var(--font-dm-sans);
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .price
  del {
  color: var(--paragraph-color);
  font-size: 14px;
  font-family: var(--font-dm-sans);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li
  span {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: var(--title-color);
  color: var(--white-color);
  padding: 5px 6px;
  transform: scaleY(0);
  transition: 0.5s;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  top: -10px;
  left: -16px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li
  span::after {
  content: "";
  height: 16px;
  width: 14.42px;
  background: var(--title-color);
  position: absolute;
  left: 48%;
  transform: translateX(-50%) rotate(45deg);
  top: 13px;
  border-bottom: none;
  border-right: none;
  z-index: -1;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li:hover
  span {
  opacity: 1;
  transform: scaleY(1);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.medium-brown {
  background: #643623;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.dark-lavender {
  background: #5f549e;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.amber-yellow {
  background: #fbb449;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.amber-yellow2 {
  background: #ffc107;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.green {
  background: #199033;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.black {
  background: var(--title-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.yellow {
  background: #cb8997;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.beaver {
  background: #77685a;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.cyan-blue {
  background: #0191b2;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.persian-red {
  background: #cc2131;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.rhino {
  background: #7a7d8a;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.claret {
  background: #90194b;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.pale-goldenrod {
  background: #d9d8aa;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.trendsetter {
  background: #8f549e;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.picton-blue {
  background: #49c5fb;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.resolution-blue {
  background: #191e90;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.lavender-gray {
  background: #b5b1cd;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.shadow {
  background: #776750;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.santa-fe {
  background: #9c503e;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.golden-brown {
  background: #9f6b1b;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.dark-green {
  background: #1d6c2f;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.imperial-blue {
  background: #253b80;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.powder-ash {
  background: rgba(191, 198, 192, 0.8);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .color-tag
  li.plus-icon {
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 5px;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .product-size
  li {
  padding: 5px 6px;
  border: 1px solid var(--paragraph-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-outfit);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card
  .product-card-content
  .product-size
  li:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card:hover
  .product-card-img
  .overlay {
  opacity: 1;
  transform: scaleY(1);
}
header.header4
  .main-menu
  ul
  > li
  .sub-menu.mega-menu
  .megamenu-items
  .product-card:hover
  .product-card-img
  .view-and-favorite-area
  ul {
  transform: scaleX(1);
  opacity: 1;
}
header.header4 .main-menu ul > li:hover > a {
  border-color: var(--title-color);
}
@media (max-width: 1199px) {
  header.header4 .main-menu ul > li:hover > a {
    border: none;
  }
}
@media (min-width: 1200px) {
  header.header4 .main-menu ul > li:hover > .sub-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@media (min-width: 1200px) {
  header.header4 .main-menu ul > li:hover > .sub-menu.mega-menu {
    display: block;
    animation: fade-up2 0.45s linear;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.header4 .main-menu ul > li.active > a {
  border-color: var(--title-color);
}
@media (max-width: 991px) {
  header.header4 .main-menu ul > li.active > a {
    border: none;
  }
}
header.header4 .main-menu ul > li.active .dropdown-icon2 {
  color: var(--primary-color);
}
header.header4 .main-menu ul li.menu-item-has-children > i {
  display: block;
}
header.header4 .nav-right {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1499px) {
  header.header4 .nav-right {
    gap: 50px;
  }
}
@media (max-width: 1399px) {
  header.header4 .nav-right {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  header.header4 .nav-right {
    gap: 45px;
  }
}
@media (max-width: 991px) {
  header.header4 .nav-right {
    gap: 40px;
  }
}
header.header4 .nav-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 25px;
}
@media (max-width: 576px) {
  header.header4 .nav-right ul {
    display: none;
    visibility: hidden;
  }

  .mobile-bottom-wrapper ul {
    display: flex !important;
    visibility: visible !important;
  }

  header.header4 .nav-right ul .cart-area span {
    top: -5px !important;
  }
}
header.header4 .nav-right ul .user svg {
  cursor: pointer;
  fill: var(--title-color);
}
header.header4 .nav-right ul .cart-area {
  position: relative;
}
header.header4 .nav-right ul .cart-area svg {
  cursor: pointer;
}
header.header4 .nav-right ul .cart-area svg path {
  stroke: var(--title-color);
}
header.header4 .nav-right ul .cart-area span {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-family: var(--font-outfit);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -2px;
  right: -12px;
}
header.header4 .nav-right .search-bar {
  position: relative;
}
header.header4 .nav-right .search-bar svg {
  fill: var(--title-color);
  cursor: pointer;
}
header.header4 .nav-right .search-bar .search-input {
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 99;
  width: 600px;
  background-color: var(--title-color);
  padding: 50px 30px 30px;
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
header.header4 .nav-right .search-bar .search-input.active {
  display: block;
  transform: scaleY(1);
  animation: fade-up 0.5s linear;
}
header.header4 .nav-right .search-bar .search-input .serch-close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
  height: 28px;
  width: 28px;
  cursor: pointer;
  z-index: 1;
}
header.header4 .nav-right .search-bar .search-input .serch-close::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--white-color);
  transition: all 0.3s ease-out;
}
header.header4 .nav-right .search-bar .search-input .serch-close::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--white-color);
  transition: all 0.3s ease-out;
}
header.header4 .nav-right .search-bar .search-input .serch-close:hover::after {
  transform: rotate(0);
}
header.header4 .nav-right .search-bar .search-input .serch-close:hover::before {
  transform: rotate(0);
}
header.header4 .nav-right .search-bar .search-input .search-group {
  display: flex;
  gap: 50px;
  width: 100%;
  border-bottom: 1px solid #616161;
}
header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .search-group
  .form-inner2
  input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-dm-sans);
  line-height: 1;
  color: var(--white-color);
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .search-group
  .form-inner2
  input::-moz-placeholder {
  color: #cacaca;
  font-weight: 400;
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .search-group
  .form-inner2
  input::placeholder {
  color: #cacaca;
  font-weight: 400;
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .search-group
  .form-inner2
  button {
  background-color: transparent;
  font-size: 22px;
  border: none;
  outline: none;
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .search-group
  .form-inner2
  button
  i {
  font-size: 16px;
  color: #fff;
}
header.header4 .nav-right .search-bar .search-input .quick-search {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
header.header4 .nav-right .search-bar .search-input .quick-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header.header4 .nav-right .search-bar .search-input .quick-search ul li {
  padding-right: 5px;
  line-height: 1.5;
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .quick-search
  ul
  li:first-child {
  font-family: var(--font-outfit);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-bottom: 0;
  color: var(--white-color);
  white-space: nowrap;
}
header.header4 .nav-right .search-bar .search-input .quick-search ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-dm-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.35;
}
header.header4
  .nav-right
  .search-bar
  .search-input
  .quick-search
  ul
  li
  a:hover {
  color: var(--primary-color);
}
header.header4 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 1199px) {
  header.header4 .nav-right .mobile-menu-btn {
    display: flex;
    margin-left: 25px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }
  header.header4 .nav-right .mobile-menu-btn span {
    height: 2px;
    width: 25px;
    background-color: var(--title-color);
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header.header4 .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: var(--title-color);
    content: "";
    top: -10px;
    right: 0;
  }
  header.header4 .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    right: 0;
    background-color: var(--title-color);
    content: "";
    top: 10px;
  }
  header.header4 .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header.header4 .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 35px;
  }
  header.header4 .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 35px;
  }
}
@media (max-width: 1199px) and (max-width: 576px) {
  header.header4 .nav-right .mobile-menu-btn {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  header.header4 .dd--none {
    display: none;
    visibility: hidden;
  }
  header.header4 .mobile-logo-area {
    justify-content: center !important;
  }
  header.header4 .dropdown-icon {
    color: var(--white-color);
    opacity: 1 !important;
  }
  header.header4 .form-inner input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-dm-sans);
    color: var(--white-color);
    border: 1px solid #616161;
    padding: 15px 20px;
  }
  header.header4 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
  }
  header.header4 .main-menu::-webkit-scrollbar {
    width: 0;
  }
  header.header4 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.header4 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 0px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
  header.header4 .main-menu .menu-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header.header4 .main-menu .primary-btn {
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
  }
  header.header4 .main-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.header4 .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 5px 5px;
  }
  header.header4 .main-menu > ul > li:first-child {
    padding-left: 5px;
  }
  header.header4 .main-menu > ul > li a {
    padding: 10px 0;
    display: block;
    font-size: 1rem;
    border: unset;
    color: var(--title-color);
  }
  header.header4 .main-menu > ul > li .sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    margin-left: 10px;
    padding: 10px 0;
  }
  header.header4 .main-menu > ul > li .sub-menu > li a {
    padding: 7px 0px;
  }
}
header.header4 .search-area {
  max-width: 760px;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.header4 .search-area {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  header.header4 .search-area {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  header.header4 .search-area {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  header.header4 .search-area {
    display: none;
  }
}
header.header4 .search-area form {
  width: 100%;
}
header.header4 .search-area form .form-inner {
  display: flex;
  align-items: center;
  max-width: 760px;
  width: 100%;
  background-color: #faf8f8;
  border-radius: 6px;
  padding: 0 25px;
}
header.header4 .search-area form .form-inner input {
  background: transparent;
  border: unset;
  border-radius: 5px 0px 0px 5px;
  width: 100%;
  height: 52px;
  padding: 10px 10px 10px 0;
  font-family: var(--font-dm-sans);
  font-weight: 400;
  font-size: 14px;
  color: var(--paragraph-color);
}
header.header4 .search-area form .form-inner input::-moz-placeholder {
  color: #7d7d7d;
}
header.header4 .search-area form .form-inner input::placeholder {
  color: #7d7d7d;
}
header.header4 .search-area form .form-inner button {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
}
header.header4 .search-area form .form-inner button svg {
  fill: var(--paragraph-color);
}
@media (max-width: 767px) {
  header.header4 .button-area {
    display: none;
  }
}
header.header4 .button-area .header-btn {
  background: var(--white-color);
  border: 1px solid var(--title-color);
  padding: 10px 15px;
  min-width: auto;
  font-size: 12px;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}

.topbar1 {
  background-color: #cb8997;
  padding: 5px 0;
  position: relative;
  z-index: 999;
}
.topbar1 .contact a {
  color: var(--white-color);
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}
.topbar1 .contact a svg {
  fill: var(--white-color);
}
.topbar1 .offer-area p {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: var(--white-color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar1 .offer-area p {
    display: none;
  }
}
.topbar1 .offer-area p a {
  color: #cc2131;
}
.topbar1 .language-area {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
.topbar1 .language-area .lang-bar,
.topbar1 .language-area .currency-bar {
  position: relative;
}
.topbar1 .language-area .lang-bar .lang-btn,
.topbar1 .language-area .lang-bar .currency-btn,
.topbar1 .language-area .currency-bar .lang-btn,
.topbar1 .language-area .currency-bar .currency-btn {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
}
.topbar1 .language-area .lang-card,
.topbar1 .language-area .currency-card {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 99;
  width: 180px;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
.topbar1 .language-area .lang-card.active,
.topbar1 .language-area .currency-card.active {
  display: block;
  transform: scaleY(1);
  animation: fade-up 0.5s linear;
}
.topbar1 .language-area .lang-card li a,
.topbar1 .language-area .currency-card li a {
  font-family: var(--font-outfit);
  color: var(--title-color);
  font-weight: 500;

  font-size: 12px;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.topbar1 .language-area .lang-card li a:hover,
.topbar1 .language-area .currency-card li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.topbar1 .language-area .currency-bar .currency-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar1 .language-area .currency-bar .currency-btn svg {
  fill: var(--white-color);
}

.mobile-bottom-wrapper {
  background-color: var(--white-color);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1215686275);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px 10px;
  display: none;
}
@media (max-width: 576px) {
  .mobile-bottom-wrapper {
    display: block;
  }
}
.mobile-bottom-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-bottom-wrapper ul li {
  line-height: 1;
}
.mobile-bottom-wrapper ul li .search-input {
  position: absolute;
  bottom: 85px;
  right: 0;
  z-index: 99;
  width: 100%;
  background-color: var(--white-color);
  padding: 50px 10px 30px;
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
.mobile-bottom-wrapper ul li .search-input::after {
  height: 15px;
  width: 15px;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.mobile-bottom-wrapper ul li .search-input.active {
  display: block;
  transform: scaleY(1);
  animation: fade-up 0.5s linear;
}
.mobile-bottom-wrapper ul li .search-input .serch-close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
  height: 28px;
  width: 28px;
  cursor: pointer;
  z-index: 1;
}
.mobile-bottom-wrapper ul li .search-input .serch-close::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--title-color);
  transition: all 0.3s ease-out;
}
.mobile-bottom-wrapper ul li .search-input .serch-close::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--title-color);
  transition: all 0.3s ease-out;
}
.mobile-bottom-wrapper ul li .search-input .serch-close:hover::after {
  transform: rotate(0);
}
.mobile-bottom-wrapper ul li .search-input .serch-close:hover::before {
  transform: rotate(0);
}
.mobile-bottom-wrapper ul li .search-input .search-group {
  display: flex;
  gap: 50px;
  width: 100%;
  border-bottom: 1px solid var(--black-color);
}
.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-outfit);
  line-height: 1;
  color: var(--title-color);
}
.mobile-bottom-wrapper
  ul
  li
  .search-input
  .search-group
  .form-inner2
  input::-moz-placeholder {
  color: #797474;
  font-weight: 400;
}
.mobile-bottom-wrapper
  ul
  li
  .search-input
  .search-group
  .form-inner2
  input::placeholder {
  color: #797474;
  font-weight: 400;
}
.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 button {
  background-color: transparent;
  font-size: 22px;
  border: none;
  outline: none;
}
.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 button i {
  font-size: 16px;
  color: var(--title-color);
}
.mobile-bottom-wrapper ul li .search-input .quick-search {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.mobile-bottom-wrapper ul li .search-input .quick-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-bottom-wrapper ul li .search-input .quick-search ul li {
  padding-right: 5px;
  line-height: 1.5;
}
.mobile-bottom-wrapper ul li .search-input .quick-search ul li:first-child {
  font-family: var(--font-outfit);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-bottom: 0;
  color: var(--title-color);
  white-space: nowrap;
}
.mobile-bottom-wrapper ul li .search-input .quick-search ul li a {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.35;
}
.mobile-bottom-wrapper ul li .search-input .quick-search ul li a:hover {
  color: var(--primary-color);
}
.mobile-bottom-wrapper ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: 0.45s;
}
@media (max-width: 576px) {
  .mobile-bottom-wrapper ul li a {
    gap: 5px;
  }
}
.mobile-bottom-wrapper ul li a > span {
  font-size: 13px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-outfit);

  transition: 0.45s;
}
.mobile-bottom-wrapper ul li a .icon {
  position: relative;
  transition: 0.45s;
}
.mobile-bottom-wrapper ul li a .icon .number {
  height: 18px;
  transition: 0.45s;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-outfit);
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.mobile-bottom-wrapper ul li a svg {
  transition: 0.45s;
}
@media (max-width: 576px) {
  .mobile-bottom-wrapper ul li a svg {
    width: 20px;
    height: 20px;
  }
}
.mobile-bottom-wrapper ul li a svg path {
  transition: 0.45s;
}

.mobile-bottom-wrapper ul li .cart-area a svg path {
  fill: var(--title-color);
}
.mobile-bottom-wrapper ul li a svg.cart {
  transition: 0.45s;
  fill: none;
}
.mobile-bottom-wrapper ul li a svg.cart path {
  fill: none;
  stroke: var(--title-color);
}
.mobile-bottom-wrapper ul li a:hover > span {
  color: var(--primary-color);
}
.mobile-bottom-wrapper ul li a:hover svg path {
  fill: var(--primary-color);
}
.mobile-bottom-wrapper ul li a:hover svg.cart path {
  stroke: var(--primary-color);
}

/*=====================================
  5.banner CSS
========================================*/
.banner-slider-btn-groups.style-2 .slider-btn {
  left: 10px;
  width: 30px;
  height: 60px;
}
.banner-slider-btn-groups.style-2 .slider-btn.next-1 {
  right: 12px;
  left: unset;
}
.banner-slider-btn-groups .slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.35s;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-slider-btn-groups .slider-btn {
    left: 25px;
  }
}
@media (max-width: 1399px) {
  .banner-slider-btn-groups .slider-btn {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .banner-slider-btn-groups .slider-btn {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .banner-slider-btn-groups .slider-btn {
    display: none;
    visibility: hidden;
  }
}
.banner-slider-btn-groups .slider-btn.next-1 {
  right: 70px;
  left: unset;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-slider-btn-groups .slider-btn.next-1 {
    right: 25px;
  }
}
@media (max-width: 1399px) {
  .banner-slider-btn-groups .slider-btn.next-1 {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .banner-slider-btn-groups .slider-btn.next-1 {
    right: 10px;
  }
}
.banner-slider-btn-groups .slider-btn svg {
  transition: 0.35s;
}
.banner-slider-btn-groups .slider-btn svg path {
  transition: 0.35s;
  stroke: var(--white-color);
}
.banner-slider-btn-groups .slider-btn:hover svg path {
  stroke: var(--primary-color);
}

.banner-footer {
  border-top: 1px solid rgba(40, 40, 40, 0.102);
}
.banner-footer.home6-banner-footer {
  border-top: none;
}
.banner-footer.home6-banner-footer .banner-footer-wrapper {
  padding: 30px 0;
}
.banner-footer.home6-banner-footer
  .banner-footer-wrapper
  .banner-footer-items::before {
  display: none;
}
.banner-footer .banner-footer-wrapper {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .banner-footer .banner-footer-wrapper {
    padding: 40px 0;
  }
}
.banner-footer .banner-footer-wrapper .banner-footer-items {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer .banner-footer-wrapper .banner-footer-items {
    gap: 10px;
  }
}
.banner-footer
  .banner-footer-wrapper
  .banner-footer-items
  .banner-footer-icon
  svg {
  fill: var(--title-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer
    .banner-footer-wrapper
    .banner-footer-items
    .banner-footer-icon
    svg {
    width: 35px;
  }
}
.banner-footer .banner-footer-wrapper .banner-footer-items.style-2::before {
  display: none;
  visibility: hidden;
}
.banner-footer .banner-footer-wrapper .banner-footer-items::before {
  content: "";
  width: 1px;
  height: 141px;
  background: var(--border-color);
  position: absolute;
  left: -40px;
}
@media (max-width: 1199px) {
  .banner-footer .banner-footer-wrapper .banner-footer-items::before {
    left: -20px;
    height: 125px;
  }
}
@media (max-width: 991px) {
  .banner-footer .banner-footer-wrapper .banner-footer-items::before {
    display: none;
  }
}
.banner-footer
  .banner-footer-wrapper
  .banner-footer-items
  .banner-footer-content
  h6 {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer
    .banner-footer-wrapper
    .banner-footer-items
    .banner-footer-content
    h6 {
    margin-bottom: 10px;
  }
}
.banner-footer
  .banner-footer-wrapper
  .banner-footer-items
  .banner-footer-content
  p {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--paragraph-color);
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer
    .banner-footer-wrapper
    .banner-footer-items
    .banner-footer-content
    p {
    font-size: 14px;
  }
}
.banner-footer
  .banner-footer-wrapper
  .banner-footer-items:hover
  .banner-footer-icon {
  animation: topBottom 1.5s;
}
@keyframes topBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*=====================================
  6. Best selling product section
========================================*/
.product-card.style-2 .product-card-content {
  padding-top: 0;
  max-width: 380px;
}
.product-card.style-2 .product-card-content h6 {
  margin-bottom: 10px;
}
.product-card.style-2 .product-card-content h6 a {
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: var(--title-color);
}
@media (max-width: 767px) {
  .product-card.style-2 .product-card-content h6 a {
    font-size: 26px;
    line-height: 1.3;
  }
}
.product-card.style-2 .product-card-content .price {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 22px;
}
.product-card.style-2 .product-card-content .price del {
  color: var(--paragraph-color);
  font-size: 18px;
  font-family: var(--font-dm-sans);
}
.product-card.style-2 .product-card-content .color-tag {
  margin-bottom: 30px;
}
.product-card.style-2 .product-card-content .size {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.product-card.style-2 .product-card-content .size li {
  line-height: 1;
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 5px 6px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}
.product-card.style-2 .product-card-content .size li span:first-child {
  display: none;
  visibility: hidden;
}
.product-card.style-2 .product-card-content .primary-btn {
  background: transparent;
  border: 1px solid var(--title-color);
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
}
.product-card .product-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-card .product-card-img .batch {
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-card .product-card-img .batch > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3px;
  background-color: #c36a2d;
  padding: 5px 10px;
  z-index: 1;
}
.product-card .product-card-img .batch > span.new {
  background-color: #cb8997;
}
.product-card .product-card-img .batch > span.style-2 {
  background-color: var(--title-color);
}
.product-card .product-card-img .batch > span.style-3 {
  background-color: #cc2131;
}
.product-card .product-card-img .out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.product-card .product-card-img .out-of-stock span {
  color: var(--primary-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-outfit);
  font-weight: 500;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  padding: 8px 25px;
  white-space: nowrap;
}
.product-card .product-card-img .overlay {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}
.product-card .product-card-img .overlay .cart-area .countdown-timer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 272px;
  height: 60px;
  line-height: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.product-card .product-card-img .overlay .cart-area .countdown-timer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-card .product-card-img .overlay .cart-area .countdown-timer ul li {
  line-height: 1;
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 5px 6px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: 0.35s;
}
.product-card
  .product-card-img
  .overlay
  .cart-area
  .countdown-timer
  ul
  li:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.product-card
  .product-card-img
  .overlay
  .cart-area
  .countdown-timer
  ul
  li
  span:first-child {
  display: none;
  visibility: hidden;
}
.product-card .product-card-img .overlay .cart-area .order-now-btn,
.product-card .product-card-img .overlay .cart-area .add-cart-btn,
.product-card .product-card-img .overlay .cart-area .view-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-outfit);
  font-weight: 500;
  background: var(--title-color);
  padding: 10px 28px;
  display: flex;
  align-items: baseline;
  border-radius: 100px;
  gap: 7px;
  transition: 0.5s;
}

.product-card .product-card-img .overlay .cart-area .view-cart-btn {
  margin-top: 8px;
}
.product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2 {
  background: var(--white-color);
  color: var(--title-color);
}
.product-card
  .product-card-img
  .overlay
  .cart-area
  .add-cart-btn.style-2:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
  color: var(--title-color);
  background: var(--white-color);
}
.product-card .product-card-img .view-and-favorite-area {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-card .product-card-img .view-and-favorite-area > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li {
  margin-bottom: 12px;
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li:last-child {
  margin-bottom: 0;
}
.product-card .product-card-img .view-and-favorite-area > ul li > a {
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li > a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li:hover > a {
  background-color: var(--title-color);
}
.product-card .product-card-img .view-and-favorite-area > ul li:hover > a svg {
  fill: var(--white-color);
}
.product-card .product-card-content {
  padding-top: 21px;
  padding-bottom: 10px;
}
.product-card .product-card-content .rating {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  gap: 8px;
}
.product-card .product-card-content .rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-card .product-card-content .rating ul li {
  line-height: 1;
}
.product-card .product-card-content .rating ul li i {
  color: #ffc107;
  font-size: 12px;
}
.product-card .product-card-content .rating ul.style-2 li i {
  color: #a0a0a0;
}
.product-card .product-card-content .rating span {
  color: var(--paragraph-color2);
  font-size: 13px;
  font-family: var(--font-outfit);
  line-height: 1;
}
.product-card .product-card-content h6 {
  margin-bottom: 6px;
  font-size: 18px;
}
.product-card .product-card-content h6 a {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-weight: 500;

  margin-bottom: 18px;
  line-height: 1.4;
  transition: 0.35s;
}
.product-card .product-card-content h6 a:hover {
  color: var(--primary-color);
}
.product-card .product-card-content .price {
  color: var(--title-color);
  font-size: 14px;
  font-family: var(--font-dm-sans);
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-card .product-card-content .price del {
  color: var(--paragraph-color);
  font-size: 14px;
  font-family: var(--font-dm-sans);
}
.product-card .product-card-content .color-tag {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.product-card .product-card-content .color-tag li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.product-card .product-card-content .color-tag li span {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: var(--title-color);
  color: var(--white-color);
  padding: 5px 6px;
  transition: 0.5s;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
}
.product-card .product-card-content .color-tag li span::after {
  content: "";
  height: 16px;
  width: 14.42px;
  background: var(--title-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 13px;
  border-bottom: none;
  border-right: none;
  z-index: -1;
}
.product-card .product-card-content .color-tag li:hover span {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.product-card .product-card-content .color-tag li.medium-brown {
  background: #643623;
}
.product-card .product-card-content .color-tag li.dark-lavender {
  background: #5f549e;
}
.product-card .product-card-content .color-tag li.amber-yellow {
  background: #fbb449;
}
.product-card .product-card-content .color-tag li.amber-yellow2 {
  background: #ffc107;
}
.product-card .product-card-content .color-tag li.green {
  background: #199033;
}
.product-card .product-card-content .color-tag li.black {
  background: var(--title-color);
}
.product-card .product-card-content .color-tag li.yellow {
  background: #cb8997;
}
.product-card .product-card-content .color-tag li.beaver {
  background: #77685a;
}
.product-card .product-card-content .color-tag li.cyan-blue {
  background: #0191b2;
}
.product-card .product-card-content .color-tag li.persian-red {
  background: #cc2131;
}
.product-card .product-card-content .color-tag li.rhino {
  background: #7a7d8a;
}
.product-card .product-card-content .color-tag li.claret {
  background: #90194b;
}
.product-card .product-card-content .color-tag li.pale-goldenrod {
  background: #d9d8aa;
}
.product-card .product-card-content .color-tag li.trendsetter {
  background: #8f549e;
}
.product-card .product-card-content .color-tag li.picton-blue {
  background: #49c5fb;
}
.product-card .product-card-content .color-tag li.resolution-blue {
  background: #191e90;
}
.product-card .product-card-content .color-tag li.lavender-gray {
  background: #b5b1cd;
}
.product-card .product-card-content .color-tag li.shadow {
  background: #776750;
}
.product-card .product-card-content .color-tag li.santa-fe {
  background: #9c503e;
}
.product-card .product-card-content .color-tag li.golden-brown {
  background: #9f6b1b;
}
.product-card .product-card-content .color-tag li.dark-green {
  background: #1d6c2f;
}
.product-card .product-card-content .color-tag li.imperial-blue {
  background: #253b80;
}
.product-card .product-card-content .color-tag li.powder-ash {
  background: rgba(191, 198, 192, 0.8);
}
.product-card .product-card-content .color-tag li.plus-icon {
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-card-content .color-tag li.plus-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-card-content .product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 5px;
}
.product-card .product-card-content .product-size li {
  padding: 5px 6px;
  border: 1px solid var(--paragraph-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-outfit);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}
.product-card .product-card-content .product-size li:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.product-card:hover .product-card-img .overlay {
  opacity: 1;
  transform: scaleY(1);
}
.product-card:hover .product-card-img .view-and-favorite-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: scaleX(1);
  opacity: 1;
}

/*=====================================
  11. partner section
========================================*/
.partner-logo-section.style-2 {
  border-top: 1px solid #c0e2f4;
}
.partner-logo-section .logo-wrap .logo-title h5 {
  font-family: var(--font-outfit);
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  color: var(--title-color);
  margin-bottom: 40px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.partner-logo-section .logo-wrap .logo-area {
  overflow: hidden;
}
.partner-logo-section .logo-wrap .logo-area .js-marquee {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 576px) {
  .partner-logo-section .logo-wrap .logo-area .js-marquee {
    gap: 40px;
  }
}

/*=====================================
  12. tesimonial section
========================================*/
.testimonial-section {
  padding: 75px 125px;
  background: #f8d9df;
}
@media (max-width: 991px) {
  .testimonial-section {
    padding: 60px 15px;
  }
}
.testimonial-section .testimonial-content {
  max-width: 480px;
}
.testimonial-section .testimonial-content .rating {
  display: flex;
  align-items: baseline;
  margin-bottom: 33px;
  gap: 8px;
}
.testimonial-section .testimonial-content .rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-section .testimonial-content .rating ul li {
  line-height: 1;
}
.testimonial-section .testimonial-content .rating ul li i {
  color: #ffc107;
  font-size: 12px;
}
.testimonial-section .testimonial-content p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--paragraph-color);
  margin-bottom: 30px;
}
.testimonial-section .testimonial-content .author-area {
  position: relative;
}
.testimonial-section .testimonial-content .author-area h5 {
  font-family: var(--font-outfit);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 10px;
}
.testimonial-section .testimonial-content .author-area span {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--paragraph-color);
}
.testimonial-section .testimonial-content .author-area::before {
  content: url(../image/home1/icon/quot.svg);
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(50%, -50%);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-section .testimonial-content .author-area::before {
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section .testimonial-content .author-area::before {
    left: 60%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-content .author-area::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-content .author-area::before {
    display: none;
  }
}

/*=====================================
  13. newsletter-section
========================================*/
.newsletter-section.style-2 .nwesletter-card .newsletter-content {
  max-width: 600px;
}
.newsletter-section.style-2 .nwesletter-card .newsletter-content h3 {
  margin-bottom: 10px;
}
.newsletter-section.style-2 .nwesletter-card .newsletter-content p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--paragraph-color);
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .newsletter-section.style-2 .nwesletter-card .newsletter-content p {
    margin-bottom: 25px;
  }
}
.newsletter-section .nwesletter-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f8d9df;
  height: 100%;
}
.newsletter-section .nwesletter-card .newsletter-content {
  padding: 70px 15px;
}
@media (max-width: 1399px) {
  .newsletter-section .nwesletter-card .newsletter-content {
    padding: 30px 15px;
  }
}
.newsletter-section .nwesletter-card .newsletter-content.style-2 {
  padding: 35px 60px 30px;
}
@media (max-width: 1399px) {
  .newsletter-section .nwesletter-card .newsletter-content.style-2 {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .newsletter-section .nwesletter-card .newsletter-content.style-2 {
    padding: 45px 20px;
  }
}
@media (max-width: 576px) {
  .newsletter-section .nwesletter-card .newsletter-content.style-2 {
    padding: 30px 20px;
  }
}
.newsletter-section .nwesletter-card .newsletter-content.style-2 span {
  background: none;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--paragraph-color);
  margin-bottom: 10px;
  display: inline-flex;
}

.wpcf7 span.wpcf7-form-control-wrap {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.newsletter-section .nwesletter-card .newsletter-content span {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--title-color);
  background: var(--primary-color);
  border-radius: 100px;
  padding: 3px 28px;
  margin-bottom: 15px;
  display: inline-flex;
}
.newsletter-section .nwesletter-card .newsletter-content h3 {
  font-family: var(--font-outfit);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 40px;
}

.newsletter-section .wpcf7-not-valid-tip {
  display: none !important;
}

.newsletter-section .nwesletter-card .newsletter-content .input-area {
  background: rgba(255, 255, 255, 0.8);
  height: 52px;
  max-width: 487px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter-section .nwesletter-card .newsletter-content .input-area input {
  background: transparent;
  width: 100%;
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
.newsletter-section
  .nwesletter-card
  .newsletter-content
  .input-area
  input::-moz-placeholder {
  color: var(--title-color2);
}
.newsletter-section
  .nwesletter-card
  .newsletter-content
  .input-area
  input::placeholder {
  color: var(--title-color2);
}
.newsletter-section
  .nwesletter-card
  .newsletter-content
  .input-area
  .primary-btn2 {
  padding: 12px 29px;
  font-size: 12px;
}
.newsletter-section
  .nwesletter-card
  .newsletter-content
  .input-area
  .primary-btn {
  padding: 12px 28px;
  font-size: 12px;
}
.newsletter-section .newsletter-image {
  position: relative;
  overflow: hidden;
}
.newsletter-section .newsletter-image::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -75%;
  top: 0;
  height: 100%;
  width: 50%;
  transform: skewX(-25deg);
  transform-origin: right;
  transition: transform 0.4s ease-in;
}
.newsletter-section .newsletter-image:hover::before {
  transform-origin: left;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.newsletter-section .newsletter-image img {
  width: 100%;
  min-height: 317px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-image img {
    min-height: 280px;
  }
}

/*=====================================
  14. gallery section 
========================================*/
.gallery-section {
  margin-bottom: -1px;
}
.gallery-section .sub-title h6 {
  gap: 10px;
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .gallery-section .sub-title h6 {
    font-size: 16px;
  }
}
.gallery-section .sub-title h6 svg {
  fill: var(--title-color);
}
.gallery-section .sub-title h6 svg.vector2 {
  margin-left: 20px;
  fill: #a35266;
}
@media (max-width: 576px) {
  .gallery-section .sub-title h6 svg.vector2 {
    margin-left: 15px;
    width: 110px;
  }
}
.gallery-section .single-gallery-img {
  position: relative;
  line-height: 1;
  transition: 0.35s;
  display: flex;
}
.gallery-section .single-gallery-img .view-btn {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.35s;
  opacity: 0;
  background: var(--primary-color);
  border-radius: 5px;
  z-index: 2;
}
.gallery-section .single-gallery-img .view-btn svg {
  fill: var(--title-color);
}
.gallery-section .single-gallery-img img {
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-section .single-gallery-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(30, 30, 30, 0.3),
    rgba(30, 30, 30, 0.3)
  );
  transition: 0.35s;
  opacity: 0;
}
.gallery-section .single-gallery-img:hover .view-btn {
  opacity: 1;
}
.gallery-section .single-gallery-img:hover::after {
  opacity: 1;
}

/*=====================================
  15. footer section 
========================================*/
.fooeter-section {
  border-top: 1px solid rgba(40, 40, 40, 0.102);
  padding: 90px 0 0px;
}
@media (max-width: 1199px) {
  .fooeter-section {
    padding: 90px 0 0px;
  }
}
@media (max-width: 767px) {
  .fooeter-section {
    padding: 70px 0 0px;
  }
}

.fooeter-section .footer-logo-section .footer-top-section .footer-logo {
  margin-bottom: 35px;
}
.fooeter-section .footer-logo-section .footer-top-section .office-location {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  color: #a0a0a0;
  margin-bottom: 0;
}
.fooeter-section .footer-logo-section .footer-top-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  padding-top: 48px;
}
.fooeter-section .footer-logo-section .footer-top-section ul li {
  background: var(--primary-color);
  width: 26px;
  height: 26px;
  border-radius: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: 0.35s;
}
.fooeter-section .footer-logo-section .footer-top-section ul li a svg {
  fill: var(--white-color);
}
.fooeter-section .footer-logo-section .footer-top-section ul li:hover {
  background: var(--primary-color);
}
.fooeter-section .footer-logo-section .footer-top-section ul li:hover svg {
  fill: var(--title-color);
}
.fooeter-section .footer-logo-section .footer-top-section .payment-gateway h6 {
  font-family: var(--font-outfit) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--title-color);
  margin-top: 40px;
  margin-bottom: 25px;
}
.fooeter-section
  .footer-logo-section
  .footer-top-section
  .payment-gateway
  .icons {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fooeter-section
    .footer-logo-section
    .footer-top-section
    .payment-gateway
    .icons {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.fooeter-section .footer-widget.style-2 .widget-title h4 {
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color: var(--white-color);
}
.fooeter-section .footer-widget.style-2 .widget-list li a {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.fooeter-section .footer-widget.style-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fooeter-section .footer-widget.style-2 ul li {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  text-align: left;
}
.fooeter-section .footer-widget.style-2 ul li span {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  text-align: left;
}
.fooeter-section .footer-widget .widget-title {
  margin-bottom: 30px;
}
.fooeter-section .footer-widget .widget-title.style-2 {
  margin-bottom: 16px;
}

.footer-widget {
  width: 100%;
}
.fooeter-section .footer-widget .widget-title h5 {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 0;
}
.fooeter-section .footer-widget .widget-list li {
  margin-bottom: 25px;
}
.fooeter-section .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.fooeter-section .footer-widget .widget-list li a {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  display: flex;
  align-items: center;
  color: #282828b2;
  gap: 10px;
  transition: 0.5s;
}
.fooeter-section .footer-widget .widget-list li a svg {
  transition: 0.35s;
  opacity: 0;
}
.fooeter-section .footer-widget .widget-list li a:hover svg {
  fill: var(--primary-color);
  opacity: 1;
}
.fooeter-section .footer-widget .widget-list li.more {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .fooeter-section .footer-widget .widget-list li.more {
    padding-top: 0;
  }
}
.fooeter-section .footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}
.fooeter-section .footer-widget ul li {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  color: #a0a0a0;
  margin-bottom: 15px;
}
.fooeter-section .footer-widget ul li span {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: var(--white-color);
}
.fooeter-section .footer-widget .star-text {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: var(--white-color);
  max-width: 290px;
  margin-bottom: 0;
}
.fooeter-section .footer-widget .star-text .star-icon {
  color: var(--primary-color);
  font-weight: 600;
}
.fooeter-section .footer-btm {
  background: var(--primary-color);
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fooeter-section .footer-btm {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .fooeter-section .footer-btm {
    padding: 15px 10px;
  }
}
.fooeter-section .footer-btm .footer-btm-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .fooeter-section .footer-btm .footer-btm-content {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.fooeter-section .footer-btm .footer-btm-content .copyright-area {
  align-items: center;
  text-align: center;
}
.fooeter-section .footer-btm .footer-btm-content .copyright-area p {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--white-color2);
  margin-bottom: 0;
}
.fooeter-section .footer-btm .footer-btm-content .copyright-area p a {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--white-color);
  transition: 0.35s;
}
.fooeter-section .footer-btm .footer-btm-content .copyright-area p a:hover {
  color: var(--primary-color);
}
.fooeter-section .footer-btm .footer-btm-content .right-area {
  display: flex;
  gap: 8px;
  align-items: center;
}
.fooeter-section .footer-btm .footer-btm-content .right-area svg {
  fill: var(--white-color);
}
.fooeter-section .footer-btm .footer-btm-content .right-area p {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--title-color2);
  margin-bottom: 0;
}
.fooeter-section .footer-btm .footer-btm-content .right-area p a {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--white-color);
  text-decoration: underline;
  transition: 0.35s;
}
.fooeter-section .footer-btm .footer-btm-content .right-area p a:hover {
  color: var(--primary-color);
}

.footer-contact-section {
  max-width: 305px;
}

.email-area {
  max-width: 312px;
}
.email-area h4 {
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
  margin-bottom: 13px;
}
.email-area .email-text {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--title-color2);
  margin-bottom: 25px;
}
.email-area .input-area {
  background: transparent;
  height: 56px;
  max-width: 440px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2828281a;
}
.email-area .input-area input {
  background: transparent;
  width: 100%;
  color: #bdbdbd;
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
.email-area .input-area input::-moz-placeholder {
  color: var(--title-color2);
}
.email-area .input-area input::placeholder {
  color: var(--title-color2);
}
.email-area .input-area button {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.email-area .input-area button svg {
  transition: 0.35s;
  fill: var(--white-color);
}
.email-area .input-area button:hover {
  background-color: var(--white-color);
  border: none;
}
.email-area .input-area button:hover svg {
  fill: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .email-area {
    max-width: 100%;
  }
  .email-area .input-area {
    max-width: 100%;
  }
}

/*=====================================
  17. blog card section 
========================================*/
.blog-card .blog-image-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-card .blog-image-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .blog-card .blog-image-wrap {
    margin-bottom: 20px;
  }
}
.blog-card .blog-image-wrap .card-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.blog-card .blog-image-wrap .card-img img {
  transition: all 0.5s ease-out;
}
.blog-card:hover .blog-image-wrap .card-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-card:hover .blog-image-wrap .card-img img {
  transform: scale(1.1);
}
.blog-card .blog-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-bottom: 15px;
  gap: 48px;
}
@media (max-width: 991px) {
  .blog-card .blog-content ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-content ul {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.blog-card .blog-content ul > li {
  position: relative;
}
.blog-card .blog-content ul > li a,
.blog-card .blog-content ul > li span {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  text-align: left;
  color: var(--title-color);
  transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content ul > li a {
    font-size: 15px;
  }
}
.blog-card .blog-content ul > li a:hover {
  color: var(--primary-color);
}
.blog-card .blog-content ul > li a.publish-date {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--paragraph-color);
  transition: 0.35s;
}
.blog-card .blog-content ul > li a.publish-date:hover {
  color: var(--primary-color);
}
.blog-card .blog-content ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  background-color: #ccd4dd;
  width: 20px;
  height: 1px;
}
.blog-card .blog-content ul > li:last-child::after {
  display: none;
}
.blog-card .blog-content h5 {
  margin-bottom: 0;
}
.blog-card .blog-content h5 a {
  font-family: var(--font-outfit);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: var(--title-color);
  transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content h5 a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-content h5 a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content h5 a {
    font-size: 20px;
  }
}
.blog-card .blog-content h5 a:hover {
  color: var(--primary-color);
}

/*=====================================
  18. home3 banner section
========================================*/
.home3-banner-section {
  position: relative;
}
.home3-banner-section .banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 108px);
  position: relative;
}

@media (max-width: 1399px) {
  .home3-banner-section .banner-bg {
    min-height: calc(100vh - 102px);
  }
}

@media (max-width: 1199px) {
  .home3-banner-section .banner-bg {
    min-height: calc(100vh - 70px);
  }
}

@media (max-width: 576px) {
  .home3-banner-section .banner-bg {
    min-height: calc(100vh - 125px);
  }
}
.home3-banner-section .banner-wrapper {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}
.home3-banner-section .banner-wrapper .banner-content {
  max-width: 750px;
  padding: 70px 0;
  margin: 0 auto;
  text-align: center;
}

.home3-banner-section .banner-wrapper .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-outfit);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 38px;
}
.home3-banner-section .banner-wrapper .banner-content span {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 15px;
}

.home3-banner-section .banner-wrapper .banner-content .banner-button {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.home3-banner-section .banner-wrapper .banner-content p {
  font-family: var(--font-dm-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 65px;
}

@media (max-width: 1281px) {
  .home3-banner-section .banner-wrapper .banner-content {
    max-width: 700px;
  }
  .home3-banner-section .banner-wrapper .banner-content h1 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .home3-banner-section .banner-wrapper .banner-content {
    max-width: 600px;
  }
  .home3-banner-section .banner-wrapper .banner-content h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .home3-banner-section .banner-wrapper .banner-content h1 {
    font-size: 44px;
  }

  .home3-banner-section .banner-wrapper .banner-content .banner-button {
    display: inline-flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .home3-banner-section .banner-wrapper .banner-content h1 {
    font-size: 38px;
  }
}

/*=====================================
  20.offer banner section
========================================*/
.home3-offer-banner .offer-banner-left {
  position: relative;
  overflow: hidden;
}
.home3-offer-banner .offer-banner-left::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -75%;
  top: 0;
  height: 100%;
  width: 50%;
  transform: skewX(-25deg);
  transform-origin: right;
  transition: transform 0.4s ease-in;
}
.home3-offer-banner .offer-banner-left:hover::before {
  transform-origin: left;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (max-width: 1199px) {
  .home3-offer-banner .offer-banner-left img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .home3-offer-banner .offer-banner-left img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home3-offer-banner .offer-banner-left img {
    min-height: 250px;
  }
}
.home3-offer-banner .offer-banner-left .offer-banner-left-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 100%;
  max-width: 350px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-offer-banner .offer-banner-left .offer-banner-left-content {
    padding: 50px 20px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home3-offer-banner .offer-banner-left .offer-banner-left-content {
    padding: 50px 20px 0 25px;
  }
}
@media (max-width: 576px) {
  .home3-offer-banner .offer-banner-left .offer-banner-left-content {
    padding: 25px 15px 0 10px;
  }
}
.home3-offer-banner .offer-banner-left .offer-banner-left-content h3 {
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.home3-offer-banner .offer-banner-left .offer-banner-left-content h3 span {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
.home3-offer-banner .offer-banner-left .offer-banner-left-content .primary-btn {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 11px 26px;
}

.home3-offer-banner
  .offer-banner-left
  .offer-banner-left-content
  .primary-btn:hover {
  color: var(--white-color);
}
.home3-offer-banner .offer-banner-right {
  position: relative;
  overflow: hidden;
}
.home3-offer-banner .offer-banner-right::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -75%;
  top: 0;
  height: 100%;
  width: 50%;
  transform: skewX(-25deg);
  transform-origin: right;
  transition: transform 0.4s ease-in;
}
.home3-offer-banner .offer-banner-right:hover::before {
  transform-origin: left;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (max-width: 1199px) {
  .home3-offer-banner .offer-banner-right img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .home3-offer-banner .offer-banner-right img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home3-offer-banner .offer-banner-right img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.home3-offer-banner .offer-banner-right .offer-banner-right-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 300px;
  transform-origin: bottom;
  bottom: 0;
  padding: 30px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1399px) {
  .home3-offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 100px 0 0 25px;
  }
}
@media (max-width: 1199px) {
  .home3-offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 80px 0 0 25px;
  }
}
@media (max-width: 991px) {
  .home3-offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 140px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .home3-offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 100px 0 0 25px;
  }
}
@media (max-width: 576px) {
  .home3-offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 55px 0 0 25px;
  }
}
.home3-offer-banner .offer-banner-right .offer-banner-right-content h3 {
  font-family: var(--font-outfit);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fff;

  margin-bottom: 25px;
}
.home3-offer-banner .offer-banner-right .offer-banner-right-content a {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #fff;

  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-offer-banner .offer-banner-right .offer-banner-right-content a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}

/*=====================================
  21. Shop banner section
========================================*/
.shop-banner-section .shop-banner-content {
  max-width: 480px;
}

.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content
  span {
  background-color: #f8d9df !important;
  color: var(--title-color) !important;
}

.shop-banner-section .shop-banner-content .about-us-btn {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  background: #f8d9df;
  border-radius: 100px;
  padding: 5px 20px;

  margin-bottom: 20px;
  display: inline-block;
}
.shop-banner-section .shop-banner-content h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 20px;
}
.shop-banner-section .shop-banner-content p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: var(--paragraph-color);
  margin-bottom: 40px;
}
.shop-banner-section .shop-banner-content .learn-btn {
  min-width: auto;
  border: 1px solid var(--title-color);
  padding: 16px 23px;
}
.shop-banner-section .shop-banner-content .learn-btn:hover {
  border: 1px solid var(--title-color);
}

/*=====================================
  22. counting-banner-section
========================================*/
.counting-banner-section .counting-banner-content {
  background: #f8d9df;
  padding: 50px 10px;
}
@media (max-width: 767px) {
  .counting-banner-section .counting-banner-content {
    padding: 40px 0;
  }
}
.counting-banner-section .counting-banner-content h3 {
  font-family: var(--font-outfit);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .counting-banner-section .counting-banner-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.counting-banner-section .counting-banner-content h2 {
  font-family: var(--font-outfit);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 35px;
}

@media only screen and (max-width: 1280px) {
  .shop-banner-section .shop-banner-content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .counting-banner-section .counting-banner-content h2 {
    margin-bottom: 30px;
  }
  .shop-banner-section .shop-banner-content {
    max-width: 100%;
  }
  .shop-banner-section .shop-banner-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .counting-banner-section .counting-banner-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .counting-banner-section .counting-banner-content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
.counting-banner-section .counting-banner-content .countdown-timer {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .counting-banner-section .counting-banner-content .countdown-timer {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .counting-banner-section .counting-banner-content .countdown-timer {
    margin-bottom: 35px;
  }
}
.counting-banner-section .counting-banner-content .countdown-timer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .counting-banner-section .counting-banner-content .countdown-timer ul {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counting-banner-section .counting-banner-content .countdown-timer ul {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .counting-banner-section .counting-banner-content .countdown-timer ul {
    gap: 15px;
  }
}
.counting-banner-section .counting-banner-content .countdown-timer ul li {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counting-banner-section .counting-banner-content .countdown-timer ul li {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .counting-banner-section .counting-banner-content .countdown-timer ul li {
    font-size: 28px;
  }
}
.counting-banner-section
  .counting-banner-content
  .countdown-timer
  ul
  li
  strong {
  background: var(--title-color);
  color: var(--white-color);
  padding: 20px;
}
@media (max-width: 576px) {
  .counting-banner-section
    .counting-banner-content
    .countdown-timer
    ul
    li
    strong {
    padding: 10px;
  }
}
.counting-banner-section .counting-banner-content .countdown-timer ul li span {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media (max-width: 576px) {
  .counting-banner-section
    .counting-banner-content
    .countdown-timer
    ul
    li
    span {
    font-size: 15px;
  }
}
.counting-banner-section
  .counting-banner-content
  .countdown-timer
  ul
  li
  span:first-child {
  display: none;
  visibility: hidden;
}
.counting-banner-section .counting-banner-content .countdown-timer ul svg {
  fill: rgba(255, 255, 255, 0.15);
}
.counting-banner-section .counting-banner-content .primary-btn {
  background: transparent;
  border: 1px solid var(--title-color);
  min-width: auto;
  padding: 18px 47px;
  color: var(--title-color);
}

.counting-banner-section .counting-banner-content .primary-btn:hover {
  color: var(--white-color);
}

/*=====================================
  23. Category section
========================================*/
.home3-category-section .category-section-title h3 {
  font-family: var(--font-outfit);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--title-color);

  margin-bottom: 20px;
}
.home3-category-section .category-section-title p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: var(--paragraph-color);
  margin-bottom: 0;
}
.home3-category-section .view-all-button a {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(
    to bottom,
    var(--title-color) 0%,
    var(--title-color) 98%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-category-section .view-all-button a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.home3-category-section .category-card {
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  z-index: 1;
}
.home3-category-section .category-card .category-card-img {
  position: relative;
  transition: 0.35s;
}
.home3-category-section .category-card .category-card-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
  transition: 0.35s;
  opacity: 0;
}
.home3-category-section .category-card .card-image-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 99;
  bottom: 0;
  padding: 15px;
}
.home3-category-section .category-card .card-image-content h5 {
  margin-bottom: 0;
  transition: 0.35s;
}
.home3-category-section .category-card .card-image-content h5 a {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--white-color);

  position: relative;
  display: inline-block;
  background: linear-gradient(
    to bottom,
    var(--white-color) 0%,
    var(--white-color) 98%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-category-section .category-card .card-image-content h5 a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.home3-category-section .category-card:hover .category-card-img::after {
  opacity: 1;
}
.home3-category-section .category-card:hover .card-image-content h5 a {
  color: var(--white-color);
  background: linear-gradient(
    to bottom,
    var(--white-color) 0%,
    var(--white-color) 98%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
}
.home3-category-section .category-right-grp {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .home3-category-section .category-right-grp {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .home3-category-section .category-right-grp {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .home3-category-section .category-right-grp {
    height: unset;
  }
}
.home3-category-section .category-right-grp .category-card {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home3-category-section .category-right-grp .category-card {
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home3-category-section .category-right-grp .category-card {
    height: unset;
  }
}
.home3-category-section .category-right-grp .category-card .category-card-img {
  height: 100%;
}
@media (max-width: 576px) {
  .home3-category-section
    .category-right-grp
    .category-card
    .category-card-img {
    height: unset;
  }
}
.home3-category-section
  .category-right-grp
  .category-card
  .category-card-img
  a {
  display: block;
  height: 100%;
}
@media (max-width: 576px) {
  .home3-category-section
    .category-right-grp
    .category-card
    .category-card-img
    a {
    height: unset;
  }
}
.home3-category-section
  .category-right-grp
  .category-card
  .category-card-img
  a
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .home3-category-section
    .category-right-grp
    .category-card
    .category-card-img
    a
    img {
    height: unset;
  }
}

/*=====================================
  37. home3 banner swiper
========================================*/
.home3-banner-swiper {
  overflow: hidden;
}
.home3-banner-swiper .home3-banner-swipe .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.95);
}
.home3-banner-swiper .home3-banner-swipe .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: all 0.4s ease;
}
.home3-banner-swiper
  .home3-banner-swipe
  .swiper-slide.swiper-slide-active
  .banner-image {
  position: relative;
}
.home3-banner-swiper
  .home3-banner-swipe
  .swiper-slide.swiper-slide-active
  .banner-image
  .banner-image-content-wrap {
  opacity: 1;
}
.home3-banner-swiper .banner-image {
  position: relative;
}
.home3-banner-swiper .banner-image img {
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home3-banner-swiper .banner-image .banner-image-content-wrap {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content {
    top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content {
    top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content {
    top: 35px;
  }
}
@media (max-width: 576px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content {
    top: 35px;
    padding: 20px 10px;
  }
}
.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content
  span {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  background: var(--primary-color);
  padding: 5px 40px;
  border-radius: 100px;
  margin-bottom: 10px;
  display: inline-block;
}
.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content
  h2 {
  font-family: var(--font-outfit);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content
    h2 {
    font-size: 35px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content
    h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .home3-banner-swiper
    .banner-image
    .banner-image-content-wrap
    .banner-image-content
    h2 {
    font-size: 35px;
    margin-bottom: 5px;
  }
}
.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content
  a {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  background: linear-gradient(
    to bottom,
    var(--white-color) 0%,
    var(--white-color) 98%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-banner-swiper
  .banner-image
  .banner-image-content-wrap
  .banner-image-content
  a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}

/*=====================================
  38. breadcrumb section
========================================*/
.breadcrumb-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 220px 0px 167px;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 170px 0px 120px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section {
    padding: 160px 0px 130px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section.people-details {
    background-position: 80%;
  }
}
.breadcrumb-section.people-details .banner-content h1 {
  margin-bottom: 0;
}
.breadcrumb-section .banner-content {
  max-width: 800px;
  width: 100%;
}
.breadcrumb-section .banner-content h1 {
  font-family: var(--font-outfit);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);

  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.breadcrumb-section .banner-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.breadcrumb-section .banner-content .breadcrumb-list li {
  color: var(--white-color);
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
  color: var(--white-color);
  transition: 0.5s;
}
.breadcrumb-section .banner-content .breadcrumb-list li a:hover {
  color: var(--primary-color);
}

.breadcrumb-list span,
.breadcrumb-section .banner-content .breadcrumb-list li span {
  color: var(--primary-color);
  padding-right: 3px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*=====================================
  41. navigation  section
========================================*/
.page-navigation-area {
  max-width: 984px;
  margin: 0 auto;
  margin-top: 70px;
  border: 1px solid var(--border-color);
  padding: 20px 30px;
  gap: 15px;
}
@media (max-width: 1199px) {
  .page-navigation-area {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .page-navigation-area {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .page-navigation-area {
    padding: 15px 15px;
    gap: 10px;
  }
}
.page-navigation-area .prev-next-btn a {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--paragraph-color);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 11px 18px;
  transition: 0.35s;
  text-transform: uppercase;
  border: 1px solid #2828281a;
}
.page-navigation-area .prev-next-btn a svg {
  fill: var(--paragraph-color);
  transition: 0.35s;
}
@media (max-width: 576px) {
  .page-navigation-area .prev-next-btn a {
    font-size: 12px;
    padding: 9px 15px;
  }
}
.page-navigation-area .prev-next-btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.page-navigation-area .prev-next-btn a:hover svg {
  fill: var(--white-color);
}
.page-navigation-area .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
@media (max-width: 576px) {
  .page-navigation-area .pagination {
    gap: 10px;
  }
}
.page-navigation-area .pagination li a {
  font-family: var(--font-outfit);
  font-size: 15px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  color: var(--title-color);
}
@media (max-width: 576px) {
  .page-navigation-area .pagination li a {
    width: 30px;
    height: 30px;
  }
}
.page-navigation-area .pagination li.active a {
  background: var(--primary-color);
}

.filter-sidebar {
  max-width: 360px;
  background-color: var(--white-color);
  padding: 30px 20px;
  position: fixed;
  min-height: 100vh;
  height: 100%;
  left: 0;
  z-index: 999;
  top: 0;
  overflow-y: scroll;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease 0s;
  transform-origin: left;
  transform: translateX(-100%);
}
.filter-sidebar.slide {
  transform: translate(0);
}
.filter-sidebar::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 576px) {
  .filter-sidebar {
    max-width: 300px;
  }
}

.filter-top {
  display: none;
  transform-origin: top;
  transform: scaleY(0);
  margin-bottom: 25px;
  transition: transform 0.35s ease-in-out;
}
.filter-top.slide {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.45s linear;
  position: relative;
  z-index: 9;
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}

/*=====================================
  43. Blog Details 
========================================*/
.details-page-wrapper .mb--70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .details-page-wrapper .mb--70 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .details-page-wrapper .mb--70 {
    margin-bottom: 25px;
  }
}
.details-page-wrapper .line-break {
  height: 20px;
  display: block;
}
@media (max-width: 1199px) {
  .details-page-wrapper .line-break {
    height: 15px;
  }

  .details-page-wrapper .details-page-content blockquote {
    margin-bottom: 30px;
  }
}
.details-page-wrapper .post-author-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.details-page-wrapper .post-author-meta .author-and-date {
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details-page-wrapper .post-author-meta .author-and-date {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .details-page-wrapper .post-author-meta .author-and-date {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .details-page-wrapper .post-author-meta .author-and-date {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .details-page-wrapper .post-author-meta .author-and-date {
    gap: 10px;
  }
}
.details-page-wrapper .post-author-meta .author-and-date .author-area {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 576px) {
  .details-page-wrapper .post-author-meta .author-and-date .author-area {
    gap: 10px;
  }
}
.details-page-wrapper
  .post-author-meta
  .author-and-date
  .author-area
  .author-img
  img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .details-page-wrapper
    .post-author-meta
    .author-and-date
    .author-area
    .author-img
    img {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.details-page-wrapper
  .post-author-meta
  .author-and-date
  .author-area
  .author-name-desig
  span {
  color: #545454;
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .details-page-wrapper
    .post-author-meta
    .author-and-date
    .author-area
    .author-name-desig
    span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.details-page-wrapper
  .post-author-meta
  .author-and-date
  .author-area
  .author-name-desig
  h6 {
  margin-bottom: 0;
}
.details-page-wrapper
  .post-author-meta
  .author-and-date
  .author-area
  .author-name-desig
  h6
  a {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .details-page-wrapper
    .post-author-meta
    .author-and-date
    .author-area
    .author-name-desig
    h6
    a {
    font-size: 16px;
  }
}
.details-page-wrapper .post-author-meta .author-and-date .date span {
  color: #545454;
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .details-page-wrapper .post-author-meta .author-and-date .date span {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.details-page-wrapper .post-author-meta .author-and-date .date h6 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .details-page-wrapper .post-author-meta .author-and-date .date h6 {
    font-size: 13px;
  }
}
.details-page-wrapper .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .details-page-wrapper .social-area {
    gap: 15px;
  }
}
.details-page-wrapper .social-area h6 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.details-page-wrapper .social-area .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.details-page-wrapper .social-area .social-link li {
  margin-bottom: 0;
}
.details-page-wrapper .social-area .social-link li a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paragraph-color);
  transition: 0.5s;
}
.details-page-wrapper .social-area .social-link li a i {
  color: var(--paragraph-color);
  font-size: 14px;
  transition: 0.5s;
}
.details-page-wrapper .social-area .social-link li a i.bi-twitter-x {
  font-size: 12px;
}
.details-page-wrapper .social-area .social-link li a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.details-page-wrapper .social-area .social-link li a:hover i {
  color: var(--title-color);
}
.details-page-wrapper .post-thumb img {
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.details-page-wrapper .details-page-content h3 {
  color: var(--title-color);
  font-family: var(--font-outfit);

  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .details-page-wrapper .details-page-content h3 {
    font-size: 26px;
  }
}
.details-page-wrapper .details-page-content p {
  margin-bottom: 20px;
}
.details-page-wrapper .details-page-content h4 {
  color: var(--title-color);
  font-family: var(--font-outfit);

  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.details-page-wrapper .details-page-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.details-page-wrapper .details-page-content ul li {
  display: flex;
  gap: 10px;
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.details-page-wrapper .details-page-content ul li strong {
  font-weight: 500;
}
@media (max-width: 576px) {
  .details-page-wrapper .details-page-content ul li {
    margin-bottom: 10px;
  }
}
.details-page-wrapper .details-page-content ul li:last-child {
  margin-bottom: 0;
}
.details-page-wrapper .details-page-content ul li svg {
  fill: var(--paragraph-color);
  min-width: 16px;
  max-width: 16px;
  margin-top: 7px;
}
.details-page-wrapper .details-page-content blockquote {
  background-color: #1a1a1a;
  padding: 42px 85px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .details-page-wrapper .details-page-content blockquote {
    padding: 35px 75px;
  }
}
@media (max-width: 767px) {
  .details-page-wrapper .details-page-content blockquote {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .details-page-wrapper .details-page-content blockquote {
    padding: 35px 20px;
  }
}
.details-page-wrapper .details-page-content blockquote::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #373737;
  position: absolute;
  top: 0;
  height: 100%;
  width: 70px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .details-page-wrapper .details-page-content blockquote::before {
    display: none;
  }
}
.details-page-wrapper .details-page-content blockquote::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #373737;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .details-page-wrapper .details-page-content blockquote::after {
    display: none;
  }
}
.details-page-wrapper .details-page-content blockquote p {
  color: var(--white-color);
  font-family: "the-seasons" !important;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .details-page-wrapper .details-page-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .details-page-wrapper .details-page-content blockquote p {
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.details-page-wrapper .details-page-content blockquote cite {
  color: var(--white-color);
  font-family: var(--font-outfit);
  font-size: 18px;

  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-left: 50px;
  position: relative;
}
.details-page-wrapper .details-page-content blockquote cite::before {
  content: "";
  height: 1px;
  width: 40px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.details-page-wrapper .details-page-content .blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  border: 1px solid var(--border-color);
  border-radius: 33px;
  padding: 18px 40px;
}
@media (max-width: 767px) {
  .details-page-wrapper .details-page-content .blog-tag {
    gap: 15px;
    padding: 18px 15px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .details-page-wrapper .details-page-content .blog-tag {
    border-radius: 10px;
  }
}
.details-page-wrapper .details-page-content .blog-tag h6 {
  color: var(--title-color);
  font-family: var(--font-outfit);

  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
}
.details-page-wrapper .details-page-content .blog-tag ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .details-page-wrapper .details-page-content .blog-tag ul {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .details-page-wrapper .details-page-content .blog-tag ul {
    gap: 15px;
  }
}
.details-page-wrapper .details-page-content .blog-tag ul li {
  margin-bottom: 0;
}
.details-page-wrapper .details-page-content .blog-tag ul li a {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  transition: 0.5s;
}
.details-page-wrapper .details-page-content .blog-tag ul li a:hover {
  color: #cb8997;
}
.details-page-wrapper .details-page-content .counter-dark {
  display: none;
}
@media (max-width: 576px) {
  .details-page-wrapper .details-page-content .counter-dark,
  .details-page-wrapper .details-page-content .counter-light {
    width: 210px;
  }
}

.details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 576px) {
  .details-navigation {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.details-navigation .single-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .details-navigation .single-navigation {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .details-navigation .single-navigation {
    gap: 10px;
  }
}
.details-navigation .single-navigation .arrow {
  min-width: 88px;
  max-width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #cb8997;
  font-family: var(--font-dm-sans);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.7s;
}
@media (max-width: 767px) {
  .details-navigation .single-navigation .arrow {
    min-width: 75px;
    max-width: 75px;
    height: 75px;
  }
}
@media (max-width: 576px) {
  .details-navigation .single-navigation .arrow {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
}
.details-navigation .single-navigation .arrow svg {
  fill: #cb8997;
  transition: 0.5s;
}
.details-navigation .single-navigation .arrow:hover {
  color: var(--white-color);
  box-shadow: inset 0 0 0 10em #cb8997;
}
.details-navigation .single-navigation .arrow:hover svg {
  fill: var(--white-color);
}
.details-navigation .single-navigation .content {
  max-width: 320px;
  width: 100%;
}
.details-navigation .single-navigation .content h6 {
  margin-bottom: 0;
}
.details-navigation .single-navigation .content h6 a {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 22px;

  font-weight: 500;
  line-height: 1.5;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .details-navigation .single-navigation .content h6 a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .details-navigation .single-navigation .content h6 a {
    font-size: 17px;
    line-height: 24px;
  }
}
.details-navigation .single-navigation .content h6 a:hover {
  color: #cb8997;
}
.details-navigation.two {
  padding: 35px 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .details-navigation.two {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .details-navigation.two {
    padding: 25px 15px;
  }
}
.details-navigation.two::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 88px;
  background-color: var(--border-color);
}
@media (max-width: 767px) {
  .details-navigation.two::before {
    display: none;
  }
}

.addithonal-information .cart-table {
  width: 100%;
}
@media (max-width: 767px) {
  .addithonal-information .cart-table {
    margin-bottom: 30px;
  }
}
.addithonal-information .cart-table thead tr {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.addithonal-information .cart-table thead tr th {
  color: var(--title-color);
  font-family: var(--font-outfit);

  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .addithonal-information .cart-table thead tr th {
    display: none;
  }
}
.addithonal-information .cart-table thead tr th:first-child {
  padding-left: 0;
}
.addithonal-information .cart-table tbody tr {
  border-bottom: 1px solid var(--border-color);
}
.addithonal-information .cart-table tbody tr td {
  padding: 23px 15px;
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.addithonal-information .cart-table tbody tr td span {
  color: var(--paragraph-color);
}
.addithonal-information .cart-table tbody tr td:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .addithonal-information .cart-table tbody tr td {
    text-align: right;
  }
}
.addithonal-information .cart-table tbody tr td .product-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .addithonal-information .cart-table tbody tr td .product-info-wrapper {
    align-items: flex-end;
    flex-direction: column;
  }
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-img
  img {
  height: 144px;
  max-width: 120px;
  max-height: 144px;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  h6 {
  color: var(--title-color);
  font-family: var(--font-outfit);

  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  max-width: 215px;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  p {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  p
  span {
  color: var(--title-color);
  font-weight: 400;
  font-family: var(--font-outfit);
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  .quantity-area
  .quantity {
  display: flex;
  gap: 5px;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  .quantity-area
  .quantity
  a {
  height: 24px;
  width: 34px;
  background: #fff;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--title-color);
  font-weight: 400;
  cursor: pointer;
  transition: 0.35s;
  margin-bottom: 15px;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  .quantity-area
  .quantity
  a
  i {
  color: var(--title-color);
  transition: 0.35s;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  .quantity-area
  .quantity
  a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  .quantity-area
  .quantity
  a:hover
  i {
  color: var(--title-color);
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  .quantity-area
  .quantity
  input {
  height: 24px;
  width: 34px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .addithonal-information
    .cart-table
    tbody
    tr
    td
    .product-info-wrapper
    .product-info-content
    ul {
    justify-content: flex-end;
  }
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  ul
  li {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: 0.5s;

  text-decoration: underline;
}
.addithonal-information
  .cart-table
  tbody
  tr
  td
  .product-info-wrapper
  .product-info-content
  ul
  li:hover {
  color: var(--title-color);
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .addithonal-information .cart-table tbody tr td {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 15px;
  }
  .addithonal-information .cart-table tbody tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .addithonal-information .cart-table tbody tr td::before {
    font-size: 13px;
    font-weight: 600;
  }
}

/*=====================================
  44. About Us Section
========================================*/
.our-brand-section .our-brand-content h2 {
  font-family: var(--font-outfit);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--title-color);
  margin-bottom: 35px;
}
.our-brand-section .our-brand-content p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--paragraph-color);
  margin-bottom: 0;
}

.our-brand-section .our-brand-content p:not(:last-of-type) {
  margin-bottom: 26px;
}

.value-content p:last-of-type {
  margin-bottom: 0;
}

.our-value-section .value-content h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}
.our-value-section .value-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-value-section .value-content ul li {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--paragraph-color);
  margin-bottom: 20px;
}

.our-value-image img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.enquery-section .enquery-form-wrapper {
  max-width: 872px;
  width: 100%;
  border: 1px solid #2828281a;
  padding: 70px 90px;
  margin: 0 auto;
  background: #eff8ff;
}
@media (max-width: 1199px) {
  .enquery-section .enquery-form-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 991px) {
  .enquery-section .enquery-form-wrapper {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .enquery-section .enquery-form-wrapper {
    padding: 50px 30px;
  }
}
@media (max-width: 576px) {
  .enquery-section .enquery-form-wrapper {
    padding: 45px 20px;
  }
}
.enquery-section .enquery-form-wrapper.style-2 {
  background: transparent;
}
.enquery-section .enquery-form-wrapper.style-2 form .form-inner input {
  background: transparent;
  border: 1px solid #2828281a;
}
.enquery-section .enquery-form-wrapper.style-2 form .form-inner textarea {
  background: transparent;
  border: 1px solid #2828281a;
}
.enquery-section .enquery-form-wrapper.style-3 {
  background: transparent;
  padding: 20px 30px;
}
.enquery-section .enquery-form-wrapper.style-3 form .form-inner input {
  background: transparent;
  border: 1px solid #2828281a;
}
.enquery-section .enquery-form-wrapper.style-3 form .form-inner textarea {
  background: transparent;
  border: 1px solid #2828281a;
}
.enquery-section .enquery-form-wrapper .form-title {
  width: 100%;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .enquery-section .enquery-form-wrapper .form-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .enquery-section .enquery-form-wrapper .form-title {
    margin-bottom: 35px;
  }
}
.enquery-section .enquery-form-wrapper .form-title h4 {
  font-family: var(--font-outfit);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--title-color);
  margin-bottom: 10px;

  margin-bottom: 20px;
}
.enquery-section .enquery-form-wrapper .form-title p {
  margin-bottom: 0;
}

/*=====================================
  47.  Enquery-section
========================================*/
.form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-check .form-check-input {
  cursor: pointer;
  height: 14px;
  width: 14px;
  border-color: #2828281a;
}
.form-check .form-check-input:focus {
  box-shadow: unset;
  border-color: #2828281a;
}
.form-check .form-check-input[type="checkbox"] {
  border-radius: unset;
}
.form-check .form-check-input:checked {
  background-color: #0c4bed;
  border-color: #0c4bed;
}
.form-check .form-check-label {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: var(--paragraph-color);
  cursor: pointer;
}
.form-check .form-check-label strong {
  font-weight: 600;
  color: var(--title-color);
}

/*=====================================
  48. Contact Page section
========================================*/
.ofline-store-location-section .single-location {
  padding: 35px 20px 28px;
  border: 1px solid #2828281a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ofline-store-location-section .single-location {
    padding: 30px 15px 28px;
  }
}
.ofline-store-location-section .single-location .title-and-view-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ofline-store-location-section .single-location .title-and-view-btn {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .ofline-store-location-section .single-location .title-and-view-btn {
    gap: 25px;
  }
}
.ofline-store-location-section .single-location .title-and-view-btn h6 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ofline-store-location-section .single-location .title-and-view-btn h6 {
    font-size: 17px;
  }
}
.ofline-store-location-section .single-location .title-and-view-btn a {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--title-color);

  text-decoration: underline;
  transition: 0.35s;
}
.ofline-store-location-section .single-location .title-and-view-btn:hover a {
  color: var(--primary-color);
}
.ofline-store-location-section .single-location ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ofline-store-location-section .single-location ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.ofline-store-location-section .single-location ul li:last-child {
  margin-bottom: 0;
}
.ofline-store-location-section .single-location ul li .icon {
  border: 1px solid #2828281a;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.ofline-store-location-section .single-location ul li .icon svg {
  fill: var(--title-color);
}
.ofline-store-location-section .single-location ul li .info {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: var(--paragraph-color);
}
.ofline-store-location-section .single-location ul li .info a {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--paragraph-color);
}
.ofline-store-location-section .single-location ul li:hover .icon {
  background-color: var(--title-color);
}
.ofline-store-location-section .single-location ul li:hover .icon svg {
  fill: var(--white-color);
}

.contact-map-section {
  overflow: hidden;
  line-height: 1;
  margin-bottom: -2px;
}
.contact-map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 620px;
  filter: invert(1) hue-rotate(180deg) brightness(0.7) grayscale(1);
}
@media (max-width: 1399px) {
  .contact-map-section iframe {
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .contact-map-section iframe {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .contact-map-section iframe {
    min-height: 450px;
  }
}

/*=====================================
  51. My Account page section
========================================*/
.dashboard-section {
  position: relative;
  z-index: 1;
}
.dashboard-section .dashboard-left {
  position: sticky;
  top: 58px;
}
.dashboard-section .nav .nav-link {
  background: var(--white-color);
  border: 1px solid var(--black-color);
  border-bottom: none;
  width: 100%;
  min-width: 0px;
  color: var(--title-color);
  font-size: 19px;
  font-weight: 500;
  font-family: var(--font-outfit);
  padding: 17px 20px;
  text-align: left;
  transition: all 0.42s ease;
  border-radius: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.dashboard-section .nav .nav-link:last-child {
  border-bottom: 1px solid var(--black-color);
}
.dashboard-section .nav .nav-link svg {
  margin-right: 10px;
  /* fill: var(--title-color); */
  transition: all 0.42s ease;
}
.dashboard-section .nav .nav-link:hover {
  background-color: var(--primary-color);
  color: var(--title-color);
}
.dashboard-section .nav .nav-link:hover svg {
  fill: var(--title-color);
}
.dashboard-section .nav-pills .nav-link.active,
.dashboard-section .nav-pills .show > .nav-link {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.dashboard-section .nav-pills .nav-link.active svg,
.dashboard-section .nav-pills .show > .nav-link svg {
  fill: var(--white-color);
}
.dashboard-section .dashboard-area .mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .dashboard-section .dashboard-area .mt-30 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .dashboard-section .dashboard-area .mt-30 {
    margin-top: 20px;
  }
}
.dashboard-section .dashboard-area h6 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .dashboard-section .dashboard-area h6 {
    margin-bottom: 20px;
  }
}
.dashboard-section .dashboard-area .dashboard-card {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}
.dashboard-section .dashboard-area .dashboard-card .header {
  background: #1f2230;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
}
.dashboard-section .dashboard-area .dashboard-card .header h5 {
  color: var(--white-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.dashboard-section .dashboard-area .dashboard-card .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 25px;
}
.dashboard-section .dashboard-area .dashboard-card .body .counter-item h2 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 40px;
  font-weight: 400;
}
.dashboard-section .dashboard-area .dashboard-card .body .icon svg {
  fill: var(--title-color);
  transition: all 0.42s ease;
}
.dashboard-section .table-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
.dashboard-section .table-title-area h3 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .dashboard-section .table-title-area h3 {
    font-size: 28px;
  }
}
.dashboard-section .table-title-area p {
  margin-bottom: 0;
}
.dashboard-section .table-title-area .nice-select {
  height: 40px;
  width: unset;
  border-radius: 30px;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;

  padding-left: 25px;
  padding-right: 55px;
  display: flex;
  align-items: center;
}
.dashboard-section .table-title-area .nice-select:focus {
  border: 1px solid #ddd;
}
.dashboard-section .table-title-area .nice-select::after {
  border-bottom: 1px solid var(--black-color);
  border-right: 1px solid var(--black-color);
  width: 8px;
  height: 8px;
  right: 28px;
  top: 47%;
}
@media (max-width: 576px) {
  .dashboard-section .table-title-area .nice-select::after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}
.dashboard-section .table-title-area .nice-select.open .list {
  width: 100%;
}
.dashboard-section .table-title-area .nice-select.open .list .option {
  padding-left: 25px;
}
.dashboard-section .form-inner input {
  border: 1px solid var(--black-color);
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-weight: 500;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
}
.dashboard-section .form-inner input:focus {
  border: 1px solid #ddd;
}
.dashboard-section .form-inner input::-moz-placeholder {
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.dashboard-section .form-inner input::placeholder {
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.dashboard-section .dashboard-profile {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  background-color: var(--white-color);
  padding: 40px;
}
@media (max-width: 576px) {
  .dashboard-section .dashboard-profile {
    padding: 35px 20px;
  }
}
.dashboard-section .dashboard-profile .form-wrapper .nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;

  padding-left: 15px 20px;
  display: flex;
  align-items: center;
}
.dashboard-section .dashboard-profile .form-wrapper .nice-select:focus {
  border: 1px solid #ddd;
}
.dashboard-section .dashboard-profile .form-wrapper .nice-select::after {
  border-bottom: 1px solid var(--black-color);
  border-right: 1px solid var(--black-color);
  width: 8px;
  height: 8px;
  right: 20px;
  top: 48%;
}
@media (max-width: 576px) {
  .dashboard-section .dashboard-profile .form-wrapper .nice-select::after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}
.dashboard-section .dashboard-profile .form-wrapper .nice-select .current {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
}
.dashboard-section .dashboard-profile .form-wrapper .nice-select.open .list {
  width: 100%;
}
.dashboard-section
  .dashboard-profile
  .form-wrapper
  .nice-select.open
  .list
  .option {
  padding-left: 25px;
  color: var(--title-color);
}
.dashboard-section .dashboard-profile .form-wrapper .form-inner {
  position: relative;
}
.dashboard-section .dashboard-profile .form-wrapper .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: var(--title-color);
  cursor: pointer;
}
.dashboard-section .dashboard-profile .owner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 40px 40px 0px 40px;
}
.dashboard-section .dashboard-profile .owner .image {
  margin-right: 25px;
}
.dashboard-section .dashboard-profile .owner .image img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dashboard-section .dashboard-profile .owner .content h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 0px;
}
.dashboard-section .dashboard-profile .owner .content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-outfit);
  margin-bottom: 0px;
}
.dashboard-section .button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .dashboard-section .button-group {
    gap: 15px;
    margin-top: 15px;
  }
}
.dashboard-section .button-group .primary-btn {
  padding: 18px 32px;
}
@media (max-width: 576px) {
  .dashboard-section .button-group .primary-btn {
    padding: 18px 25px;
  }
}
.dashboard-section .order-traking-area label {
  font-size: 16px;
  font-family: var(--font-dm-sans);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.dashboard-section .order-traking-area p {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: var(--font-dm-sans);
  font-weight: 400;
  text-align: center;
}
.dashboard-section .order-traking-area.two .section-title {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dashboard-section .order-traking-area.two p {
  margin-bottom: 0;
}
.dashboard-section .eg-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.dashboard-section .eg-table thead {
  background: var(--black-color);
}
.dashboard-section .eg-table thead tr {
  border-width: 1px;
}
.dashboard-section .eg-table thead tr th {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-color);
  opacity: 1;
  padding: 15px;
  vertical-align: top;
  text-align: center;
  border-width: 1px;
  border-color: var(--black-color);
  background-color: transparent;
  font-family: var(--font-dm-sans);
  white-space: nowrap;
}
.dashboard-section .eg-table thead tr th:first-child {
  border-left: 1px solid var(--black-color);
}
.dashboard-section .eg-table thead tr th:last-child {
  border-right: 1px solid var(--black-color);
}
@media (max-width: 767px) {
  .dashboard-section .eg-table thead tr th {
    display: none;
  }
}
.dashboard-section .eg-table tbody tr td {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(34, 34, 34, 0.75);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .dashboard-section .eg-table tbody tr td {
    display: block;
    width: 100%;
    text-align: right;
    padding-left: 50%;
    position: relative;
    border-top: none;
  }
  .dashboard-section .eg-table tbody tr td:first-child {
    border-top: 1px solid rgba(34, 34, 34, 0.75);
  }
}
@media (max-width: 576px) {
  .dashboard-section .eg-table tbody tr td {
    font-size: 14px;
  }
}
.dashboard-section .eg-table tbody tr td del {
  color: var(--paragraph-color);
}
.dashboard-section .eg-table tbody tr td img {
  width: 110px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dashboard-section .eg-table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dashboard-section .eg-table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dashboard-section .eg-table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dashboard-section .eg-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    text-align: left;
    padding-left: 15px;
    font-weight: 400;
    color: var(--title-color);
  }
}
.dashboard-section .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  background-color: var(--white-color);
}
@media (max-width: 767px) {
  .dashboard-section .table-wrapper {
    box-shadow: unset;
  }
}
.dashboard-section .table-wrapper .order-table tr td {
  padding: 10px 15px;
}
@media (max-width: 576px) {
  .dashboard-section .table-wrapper .order-table tr td {
    padding: 10px 15px 10px 135px;
  }
}
.dashboard-section .table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dashboard-section .table-pagination P {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  margin-right: 10px;
}
@media (max-width: 576px) {
  .dashboard-section .table-pagination P {
    margin-bottom: 1rem;
  }
}
.dashboard-section .table-pagination .shop-pagination .pagination-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-section .table-pagination .shop-pagination .pagination-list li {
  margin-right: 20px;
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li
  .shop-pagi-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li
  .shop-pagi-btn
  i {
  color: var(--title-color);
  transition: 0.5s;
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li
  .shop-pagi-btn:hover {
  background-color: var(--black-color);
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li
  .shop-pagi-btn:hover
  i {
  color: var(--white-color);
}
.dashboard-section .table-pagination .shop-pagination .pagination-list li a {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li
  a.active {
  color: var(--paragraph-color);
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li:first-child {
  margin-right: 30px;
}
.dashboard-section
  .table-pagination
  .shop-pagination
  .pagination-list
  li:last-child {
  padding-left: 10px;
  margin-right: 0;
}

.auction-card-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.auction-card-top-area .left-content h6 {
  font-family: var(--font-dm-sans);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--paragraph-color);
  margin-bottom: 0;
}
.auction-card-top-area .left-content h6 span {
  font-weight: 500;
}
.auction-card-top-area .right-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.auction-card-top-area .right-content.style-2 {
  gap: 42px;
}
@media (max-width: 767px) {
  .auction-card-top-area .right-content.style-2 {
    gap: 24px;
  }
}
.auction-card-top-area .right-content .filter {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  cursor: pointer;
}
.auction-card-top-area .right-content .filter .filter-icon svg {
  fill: var(--title-color);
}
.auction-card-top-area .right-content .filter span {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
.auction-card-top-area .right-content .category-area .nice-select {
  color: var(--primary-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 20px;
  height: 45px;
  width: 241px;
  border: 1px solid #2828281a;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
}
@media (max-width: 576px) {
  .auction-card-top-area .right-content .category-area .nice-select {
    width: 220px;
  }
}
.auction-card-top-area .right-content .category-area .nice-select .current {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
}
.auction-card-top-area .right-content .category-area .nice-select:after {
  border-bottom: 2px solid var(--title-color);
  border-right: 2px solid var(--title-color);
  content: "";
  display: block;
  height: 9px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 9px;
}
.auction-card-top-area .right-content .category-area .nice-select .option {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  line-height: 24px;
  text-align: left;

  min-height: 35px;
  color: var(--title-color);
  padding-left: 25px;
}
.auction-card-top-area .right-content .category-area .nice-select .list {
  background-color: var(--white-color);
  box-shadow: 0px 4px 32px 0px rgba(129, 129, 129, 0.2509803922);
  border: 1px solid #2828281a;
  width: 230px;
}
.auction-card-top-area .right-content .category-area .nice-select .option:hover,
.auction-card-top-area .right-content .category-area .nice-select .option.focus,
.auction-card-top-area
  .right-content
  .category-area
  .nice-select
  .option.selected.focus {
  background-color: #f6f6f6;
}
.auction-card-top-area .right-content .filter-content h6 {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.auction-card-top-area .right-content .grid-view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.auction-card-top-area .right-content .grid-view li {
  border: 1px solid #2828281a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.35s;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
}
.auction-card-top-area .right-content .grid-view li svg path {
  stroke: #a0a0a0;
}
.auction-card-top-area .right-content .grid-view li:hover {
  background: var(--primary-color);
}
.auction-card-top-area .right-content .grid-view li:hover svg path {
  stroke: var(--white-color);
}
.auction-card-top-area .right-content .grid-view li.active {
  background: var(--primary-color);
}
.auction-card-top-area .right-content .grid-view li.active svg path {
  stroke: var(--white-color);
}

.nice-select {
  width: 100%;
  border-radius: 5px;
  height: 52px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0px 25px;
  outline: none !important;
  box-shadow: none !important;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  border-bottom: 1px solid var(--paragraph-color);
  border-right: 1px solid var(--paragraph-color);
  right: 28px;
  margin-top: -5px;
}
.nice-select .current {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .nice-select .current {
    font-size: 14px;
  }
}
.nice-select:hover {
  border-color: #f3f3f3;
  background: #f3f3f3;
}
.nice-select:focus {
  border-color: var(--title-color);
  background-color: var(--white-color);
}
.nice-select .list {
  border: none;
  border-radius: 5px;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 5px;
}
.nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background: var(--paragraph-color);
}
.nice-select .list .option {
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nice-select .list .option:hover {
  color: var(--title-color);
  background-color: transparent;
  font-weight: 500;
}
.nice-select .list .option.selected {
  font-weight: 400;
}

/*=====================================
  52. grid view css
========================================*/
.list-grid-product-wrap.column-2-wrapper .item {
  width: 50%;
}
@media (max-width: 767px) {
  .list-grid-product-wrap.column-2-wrapper .item {
    display: none;
  }
}
.list-grid-product-wrap.column-3-wrapper .item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .list-grid-product-wrap.column-3-wrapper .item {
    display: none;
  }
}
.list-grid-product-wrap.column-4-wrapper .item {
  width: 25%;
}
@media (max-width: 991px) {
  .list-grid-product-wrap.column-4-wrapper .item {
    display: none;
  }
}
.list-grid-product-wrap.column-4-wrapper
  .product-card
  .product-card-img
  .batch
  > span {
  font-size: 12px;
}
.list-grid-product-wrap.column-1-wrapper .item {
  width: 100%;
}
@media (max-width: 767px) {
  .list-grid-product-wrap.column-1-wrapper .item {
    display: none;
  }
}
.list-grid-product-wrap.column-1-wrapper .product-card {
  display: flex;
  gap: 25px;
}
.list-grid-product-wrap.column-1-wrapper .product-card .product-card-img a img {
  max-width: 312px;
  width: 100%;
}
.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content {
  max-width: 400px;
  width: 100%;
}
.list-grid-product-wrap.column-1-wrapper
  .product-card
  .product-card-content
  h6 {
  margin-bottom: 10px;
}
.list-grid-product-wrap.column-1-wrapper
  .product-card
  .product-card-content
  h6
  a {
  font-size: 28px;
}
@media (max-width: 991px) {
  .list-grid-product-wrap.column-1-wrapper
    .product-card
    .product-card-content
    h6
    a {
    font-size: 26px;
  }
}
.list-grid-product-wrap.column-1-wrapper
  .product-card
  .product-card-content
  .price {
  font-size: 18px;
}
.list-grid-product-wrap.column-1-wrapper
  .product-card
  .product-card-content
  .price
  del {
  font-size: 18px;
}
.list-grid-product-wrap.column-1-wrapper
  .product-card
  .product-card-content
  .color-tag {
  margin-top: 20px;
}

/*=====================================
  53. sidebar section 
========================================*/
.sidebar-area .single-widgets .widget-title {
  margin-bottom: 25px;
}
.sidebar-area .single-widgets .widget-title h5 {
  color: var(--title-color);
  font-family: var(--font-outfit);

  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  text-align: left;
}
.sidebar-area .single-widgets .checkbox-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-area .single-widgets .checkbox-container ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.sidebar-area .single-widgets .checkbox-container ul li:last-child {
  margin-bottom: 0;
}
.sidebar-area .single-widgets .checkbox-container ul li .containerss {
  display: flex;
  gap: 5px;
  width: 100%;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sidebar-area .single-widgets .checkbox-container ul li .containerss span {
  color: var(--paragraph-color);
  line-height: 1;

  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.sidebar-area .single-widgets .checkbox-container ul li .containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sidebar-area
  .single-widgets
  .checkbox-container
  ul
  li
  .containerss
  input:checked
  ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.sidebar-area
  .single-widgets
  .checkbox-container
  ul
  li
  .containerss
  input:checked
  ~ .checkmark::after {
  content: url(../image/inner-page/icon/checkbox-check.svg);
  left: 2px;
  top: -3px;
  position: absolute;
  filter: brightness(999);
}
.sidebar-area
  .single-widgets
  .checkbox-container
  ul
  li
  .containerss
  .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #2828281a;
  border-radius: 2px;
}
.sidebar-area .single-widgets .button-area {
  margin-top: 20px;
}
.sidebar-area .single-widgets .button-area a {
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--primary-color);
  text-decoration: underline;
}
.sidebar-area .single-widgets.widget_search {
  border: none;
  padding: 0;
}
.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
}
.sidebar-area
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  input {
  background-color: #f8f8f8;
  color: var(--title-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 300;
  border: none;
  outline: none;
  width: 100%;
  padding: 0px 25px;
  height: 52px;
  border-radius: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area
    .single-widgets.widget_search
    .wp-block-search__inside-wrapper
    input {
    padding: 0px 15px;
  }
}
@media (max-width: 576px) {
  .sidebar-area
    .single-widgets.widget_search
    .wp-block-search__inside-wrapper
    input {
    padding: 0 20px;
  }
}
.sidebar-area
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  button {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: var(--title-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sidebar-area
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  button
  svg {
  fill: var(--white-color);
}
.sidebar-area
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  button::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--primary-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.sidebar-area
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  button:hover
  svg {
  fill: var(--primary-color3);
}
.sidebar-area
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  button:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.sidebar-area .single-widgets .size-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area .single-widgets .size-list ul {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .sidebar-area .single-widgets .size-list ul {
    gap: 15px;
  }
}
.sidebar-area .single-widgets .size-list ul li {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
  border: 1px solid #2828281a;
  min-height: 30px;
  min-width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar-area .single-widgets .size-list ul li.selected {
  background-color: #1e1e1e;
  color: var(--white-color);
}
.sidebar-area .single-widgets .color-area .color-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}
.sidebar-area .single-widgets .color-area .color-list li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: #643623;
  position: relative;
}

.sidebar-area .single-widgets .color-area .color-list li.selected::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
}
.sidebar-area .single-widgets .feature-product-area {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area .single-widgets .feature-product-area {
    gap: 8px;
  }
}
.sidebar-area
  .single-widgets
  .feature-product-area
  .feature-product-image
  a
  img {
  min-width: 82px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area
    .single-widgets
    .feature-product-area
    .feature-product-image
    a
    img {
    min-width: 75px;
  }
}
.sidebar-area
  .single-widgets
  .feature-product-area
  .feature-product-content
  h6
  a {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--title-color);
  text-align: left;
  margin-bottom: 8px;
}
.sidebar-area .single-widgets .feature-product-area .feature-product-content p {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #212121;
  margin-bottom: 0;
}
.sidebar-area
  .single-widgets
  .feature-product-area
  .feature-product-content
  p
  del {
  color: #ababab;
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
.sidebar-area .single-widgets.style-2 {
  padding: 30px;
  border: 1px solid var(--border-color);
}
@media (max-width: 1399px) {
  .sidebar-area .single-widgets.style-2 {
    padding: 30px 20px;
  }
}
.sidebar-area.search-and-filter {
  max-width: 312px;
  width: 100%;
}
@media (max-width: 767px) {
  .sidebar-area.search-and-filter {
    max-width: unset;
  }
}

/*=====================================
  55. wishlist section
========================================*/
.wishlist-section .wishlist-wrapper {
  border: 1px solid #2828281a;
  padding: 7px 10px;
}
.wishlist-section .wishlist-wrapper .product-content-details {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.wishlist-section .wishlist-wrapper .product-content-details.close-btn {
  gap: 34px;
}
.wishlist-section .wishlist-wrapper .product-content-details.style-2::after {
  display: none;
  visibility: hidden;
}
.wishlist-section .wishlist-wrapper .product-content-details::after {
  content: "";
  width: 1px;
  height: 80px;
  background: var(--border-color);
  position: absolute;
  left: -150px;
}
@media (max-width: 1199px) {
  .wishlist-section .wishlist-wrapper .product-content-details::after {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .wishlist-section .wishlist-wrapper .product-content-details::after {
    display: none;
  }
}
.wishlist-section .wishlist-wrapper .product-content-details .stock h6 {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #199033;

  margin-bottom: 0;
}
.wishlist-section .wishlist-wrapper .product-content-details .stock h6.style-2 {
  color: #cc2131;
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .product-details
  h6 {
  margin-bottom: 12px;
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .product-details
  h6
  a {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: 0.5s;
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .product-details
  h6
  a:hover {
  color: var(--primary-color);
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .product-details
  span {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  color: var(--paragraph-color);
  gap: 10px;
  margin-bottom: 15px;
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .product-details
  span
  strong {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--title-color);
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .product-details
  p {
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: var(--title-color);
  margin-bottom: 0;
}
.wishlist-section .wishlist-wrapper .product-content-details .primary-btn2 {
  padding: 12px 42px;
  border: 1px solid var(--title-color);
}
.wishlist-section
  .wishlist-wrapper
  .product-content-details
  .primary-btn2:hover {
  border: 1px solid var(--title-color);
}

/*=====================================
  58. product descripntion area
========================================*/
.product-description-and-review-area .nav2 {
  justify-content: start;
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  margin-bottom: 30px;
  gap: 20px;
}
.product-description-and-review-area .nav2 .nav-link {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  line-height: 1;
  background-color: transparent;

  border-radius: 100px;
}
.product-description-and-review-area .nav2 .nav-link.active {
  background-color: var(--title-color);
  color: var(--white-color);
  position: relative;
}
.product-description-and-review-area .tab-content2 .description p:last-child {
  margin-bottom: 0;
}
.product-description-and-review-area .tab-content2 .review-form {
  border: 1px solid var(--border-color);
  padding: 50px 40px;
  border-radius: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-description-and-review-area .tab-content2 .review-form {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .product-description-and-review-area .tab-content2 .review-form {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .product-description-and-review-area .tab-content2 .review-form {
    padding: 35px 15px;
  }
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .number-of-review {
  line-height: 1;
  margin-bottom: 30px;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .number-of-review
  h4 {
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 24px;
  font-weight: 500;
}
.product-description-and-review-area .tab-content2 .review-form .primary-btn1 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .primary-btn1
  svg
  path {
  stroke: var(--white-color);
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .primary-btn1:hover {
  color: var(--title-color);
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .primary-btn1:hover
  svg
  path {
  stroke: var(--title-color);
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area {
  margin-bottom: 15px;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  p {
  font-family: var(--font-outfit);
  margin-bottom: 5px;
  color: var(--title-color);
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate {
  float: left;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate:not(:checked)
  > input {
  position: absolute;
  top: -9999px;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate:not(:checked)
  > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #ccc;
  padding-right: 8px;
  display: inline-block;
  margin-right: 8px;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate:not(:checked)
  > label::before {
  content: "\f586";
  font-family: bootstrap-icons !important;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate
  input:checked
  ~ label {
  color: #c2c00c;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate:not(:checked)
  > label:hover,
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  .rate:not(:checked)
  > label:hover
  ~ label {
  color: #c2c00c;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  input:checked
  + label:hover,
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  input:checked
  + label:hover
  ~ label,
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  input:checked
  ~ label:hover,
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  input:checked
  ~ label:hover
  ~ label,
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner3
  .review-rate-area
  label:hover
  ~ input:checked
  ~ label {
  color: #c2c00c;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner
  label {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner
  input {
  width: 100%;
  height: 52px;
  padding: 15px 25px;
  background-color: #f5f5f5;
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--paragraph-color);
  border: 1px solid #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 576px) {
  .product-description-and-review-area
    .tab-content2
    .review-form
    .form-inner
    input {
    padding: 15px 18px;
  }
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner
  input:focus {
  background-color: transparent;
  border-color: var(--title-color);
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner
  textarea {
  width: 100%;
  min-height: 200px;
  padding: 15px 25px;
  background-color: #f5f5f5;
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--paragraph-color);
  border: 1px solid #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-description-and-review-area
  .tab-content2
  .review-form
  .form-inner
  textarea:focus {
  background-color: transparent;
  border-color: var(--title-color);
  outline: none;
}

/*=====================================
  59. shop details top section
========================================*/

.shop-details-top-section .shop-details-content h3 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.7px;

  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-content h3 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.shop-details-top-section .shop-details-content .rating-review {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-content .rating-review {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.shop-details-top-section .shop-details-content .rating-review .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.shop-details-top-section .shop-details-content .rating-review .rating .star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.shop-details-top-section .shop-details-content .rating-review .rating .star i {
  font-size: 14px;
  color: #ffc107;
}
.shop-details-top-section .shop-details-content .rating-review .rating p {
  margin-bottom: 0;
}
.shop-details-top-section .shop-details-content .rating-review .rating p a {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;

  transition: 0.5s;
}
.shop-details-top-section
  .shop-details-content
  .rating-review
  .rating
  p
  a:hover {
  color: var(--paragraph-color);
}
.shop-details-top-section .shop-details-content .rating-review p {
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;

  margin-bottom: 0;
}
.shop-details-top-section .shop-details-content p {
  color: #636262;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-content p {
    font-size: 15px;
  }
}
.shop-details-top-section .shop-details-content .price-area {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  max-width: 448px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-content .price-area {
    margin-bottom: 30px;
  }
}
.shop-details-top-section .shop-details-content .price-area .price {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  gap: 12px;
}
.shop-details-top-section .shop-details-content .price-area .price del {
  color: var(--paragraph-color);
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.shop-details-top-section .shop-details-content .size-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.shop-details-top-section .shop-details-content .size-list ul li {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
  border: 1px solid #2828281a;
  min-height: 22px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop-details-top-section .shop-details-content .size-list ul li.selected {
  /* background-color: #1e1e1e; */
  color: var(--white-color);
}
.shop-details-top-section .shop-details-content .quantity-color-area {
  gap: 50px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-content .quantity-color-area {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-content .quantity-color-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-area
  .quantity {
  display: flex;
  gap: 5px;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-area
  .quantity
  a {
  height: 40px;
  width: 41px;
  background: transparent;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--title-color);
  font-weight: 400;
  cursor: pointer;
  transition: 0.35s;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-area
  .quantity
  a
  i {
  color: var(--title-color);
  transition: 0.35s;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-area
  .quantity
  a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-area
  .quantity
  a:hover
  i {
  color: var(--title-color);
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-area
  .quantity
  input {
  height: 40px;
  width: 78px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-weight: 500;
  text-align: center;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 23px;
}
@media (max-width: 576px) {
  .shop-details-top-section
    .shop-details-content
    .quantity-color-area
    .quantity-color {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .widget-title {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .widget-title
  span {
  color: #199033;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section
    .shop-details-content
    .quantity-color-area
    .quantity-color
    .color-list {
    gap: 15px;
  }
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li
  span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #730718;
  display: inline-block;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li:nth-child(2)
  span {
  background-color: #815147;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li:nth-child(3)
  span {
  background-color: #4a212b;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li:nth-child(4)
  span {
  background-color: #ed5c31;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li:nth-child(5)
  span {
  background-color: #93625f;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li:nth-child(6)
  span {
  background-color: #ce626c;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .color-list
  li.selected {
  border: 1px solid #a0a0a0;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .product-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .product-size
  li {
  width: 60px;
  height: 30px;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-outfit);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .product-size
  li.selected {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--white-color);
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer {
  margin-bottom: 5px;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .shop-details-top-section
    .shop-details-content
    .quantity-color-area
    .quantity-color
    .countdown-timer
    ul {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section
    .shop-details-content
    .quantity-color-area
    .quantity-color
    .countdown-timer
    ul {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section
    .shop-details-content
    .quantity-color-area
    .quantity-color
    .countdown-timer
    ul {
    gap: 12px;
  }
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer
  ul
  li {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section
    .shop-details-content
    .quantity-color-area
    .quantity-color
    .countdown-timer
    ul
    li {
    font-size: 23px;
  }
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer
  ul
  li
  strong {
  background: transparent;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  padding: 20px;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer
  ul
  li
  span {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer
  ul
  li
  span:first-child {
  display: none;
  visibility: hidden;
}
.shop-details-top-section
  .shop-details-content
  .quantity-color-area
  .quantity-color
  .countdown-timer
  ul
  svg {
  fill: rgba(255, 255, 255, 0.15);
}
.shop-details-top-section .shop-details-content .shop-details-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-content .shop-details-btn {
    gap: 20px;
  }
}
.shop-details-top-section .shop-details-content .shop-details-btn .primary-btn {
  padding: 12px 42px;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--title-color);
  color: var(--black-color);
}

.shop-details-top-section
  .shop-details-content
  .shop-details-btn
  .primary-btn:hover {
  color: var(--white-color);
}
.shop-details-top-section
  .shop-details-content
  .shop-details-btn
  .primary-btn2 {
  padding: 12px 55px;
  cursor: pointer;
  border: 1px solid var(--title-color);
}
.shop-details-top-section
  .shop-details-content
  .shop-details-btn
  .primary-btn2:hover {
  border: 1px solid var(--title-color);
}
.shop-details-top-section .shop-details-content .product-info {
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
  max-width: 448px;
}
.shop-details-top-section
  .shop-details-content
  .product-info
  .product-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 70px;
}
.shop-details-top-section
  .shop-details-content
  .product-info
  .product-info-list
  li {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.32px;

  margin-bottom: 10px;
}
.shop-details-top-section
  .shop-details-content
  .product-info
  .product-info-list
  li
  a {
  color: var(--paragraph-color3);
  transition: 0.35s;
}
.shop-details-top-section
  .shop-details-content
  .product-info
  .product-info-list
  li
  a:hover {
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .shop-details-top-section
    .shop-details-content
    .product-info
    .product-info-list
    li {
    margin-right: 15px;
  }
}
.shop-details-top-section
  .shop-details-content
  .product-info
  .product-info-list
  li
  span {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.shop-details-top-section .shop-details-content .product-shipping-delivers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-content .product-shipping-delivers {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.shop-details-top-section .shop-details-content .product-shipping-delivers li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.shop-details-top-section
  .shop-details-content
  .product-shipping-delivers
  li:last-child {
  margin-bottom: 0;
}
.shop-details-top-section
  .shop-details-content
  .product-shipping-delivers
  li
  svg {
  fill: var(--paragraph-color);
}
.shop-details-top-section
  .shop-details-content
  .product-shipping-delivers
  li
  p {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;

  margin-bottom: 0;
}
.shop-details-top-section
  .shop-details-content
  .product-shipping-delivers
  li
  p
  a {
  color: var(--paragraph-color);
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.shop-details-top-section
  .shop-details-content
  .product-shipping-delivers
  li
  p
  a:hover {
  background-size: 0 2px;
  background-position: 0% 100%;
}
.shop-details-top-section .shop-details-content .compare-wishlist-area {
  margin-top: 16px;
  padding-bottom: 30px;
}
.shop-details-top-section .shop-details-content .compare-wishlist-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.shop-details-top-section .shop-details-content .compare-wishlist-area ul li {
  transition: 0.5s;
}

.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li:hover
  a.wishlist-toggle.full-wishlist
  span {
  background-color: var(--title-color);
  color: var(--white-color);
}

.wishlist-toggle.full-wishlist span {
  background-color: var(--title-color);
  color: var(--white-color);
}
.shop-details-top-section .shop-details-content .compare-wishlist-area ul li a {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: 0.5s;
}
.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li
  a
  span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #2828281a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li
  a
  span
  svg
  path {
  stroke: var(--paragraph-color);
  transition: 0.5s;
}
.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li
  a:hover {
  color: var(--title-color);
}
.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li:hover
  a
  span {
  background-color: var(--title-color);
}
.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li:hover
  a
  span
  svg
  path {
  stroke: var(--white-color);
}

.shop-details-top-section
  .shop-details-content
  .compare-wishlist-area
  ul
  li
  a.wishlist-toggle.full-wishlist
  span
  svg
  path {
  stroke: var(--white-color);
}
.shop-details-top-section .shop-details-content .accordion {
  margin-top: 20px;
}
.shop-details-top-section .shop-details-content .accordion .accordion-item {
  border-radius: unset;
  border: unset;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-header {
  border: unset;
  border-bottom: 1px solid var(--primary-color1);
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;

  padding: 30px 20px;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  width: unset;
  height: unset;
  content: "\f282";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 576px) {
  .shop-details-top-section
    .shop-details-content
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    padding: 20px;
  }
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .product-description
  p {
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .product-description
  h6 {
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .product-description
  ul {
  padding-left: 25px;
  list-style: disc;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .product-description
  ul
  li {
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .product-description
  ul
  li
  span {
  font-weight: 500;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .review-area {
  padding-top: 20px;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .review-area
  .comment-section
  .comment-title {
  margin-bottom: 35px;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .addithonal-information
  .total-table2 {
  margin-bottom: 0;
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .addithonal-information
  .total-table2
  tbody
  tr {
  border-width: 1px;
  border-color: var(--black-color);
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .addithonal-information
  .total-table2
  tbody
  tr
  td {
  border-width: 1px;
  border-color: var(--black-color);
  padding: 15px;
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shop-details-top-section
    .shop-details-content
    .accordion
    .accordion-item
    .accordion-body
    .addithonal-information
    .total-table2
    tbody
    tr
    td {
    padding: 10px;
  }
}
.shop-details-top-section
  .shop-details-content
  .accordion
  .accordion-item
  .accordion-body
  .addithonal-information
  .total-table2
  tbody
  tr
  td:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color1);
  font-family: var(--font-outfit);
  text-align: start;
  line-height: 26px;
}
@media (min-width: 992px) {
  .shop-details-top-section
    .shop-details-content
    .accordion
    .accordion-item
    .accordion-body
    .addithonal-information
    .total-table2
    tbody
    tr
    td:nth-child(1) {
    width: 25%;
  }
}

.shop-details-top-section .shop-details-content.sticky {
  position: sticky;
  top: 55px;
}

/*=====================================
  60. shop details top section
========================================*/
.product-card-section .primary-btn2 {
  border: 1px solid var(--title-color);
}
.product-card-section .primary-btn2:hover {
  border: 1px solid var(--title-color);
}

.video-section .video-section-image {
  position: relative;
}
.video-section .video-section-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.36);
}
.video-section .video-section-image .video-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-section .video-section-image .video-area .icon {
  position: relative;
}
.video-section .video-section-image .video-area .icon .video-circle {
  stroke: var(--white-color);
  fill: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .video-section .video-section-image .video-area .icon .video-circle {
    width: 50px;
  }
}
.video-section .video-section-image .video-area .icon .video-circle .top-half {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.video-section .video-section-image .video-area .icon i {
  color: var(--white-color);
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
@media (max-width: 767px) {
  .video-section .video-section-image .video-area .icon i {
    font-size: 30px;
  }
}
.video-section
  .video-section-image
  .video-area:hover
  .icon
  .video-circle
  .top-half {
  stroke-dashoffset: 0;
}

/*=====================================
  61. Error page section
========================================*/
.error-page .error-wrapper {
  text-align: center;
}
.error-page .error-wrapper .error-img {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .error-page .error-wrapper .error-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .error-page .error-wrapper .error-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .error-page .error-wrapper .error-img img {
    width: 300px;
  }
}
.error-page .error-wrapper .error-content h1 {
  color: var(--title-color);
  font-family: var(--font-outfit);
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .error-page .error-wrapper .error-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .error-page .error-wrapper .error-content h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.error-page .error-wrapper .error-content p {
  color: var(--paragraph-color);
  font-family: var(--font-dm-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .error-page .error-wrapper .error-content p {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .error-page .error-wrapper .error-content p {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .error-page .error-wrapper .error-content p {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.error-page .error-wrapper .error-content .primary-btn {
  padding: 19px 28px;
  max-width: 346px;
  width: 100%;
  justify-content: space-between;
  background-color: #f5f5f5;
  font-family: var(--font-dm-sans);
  font-weight: 600;
  color: var(--black-color);
}
@media (max-width: 576px) {
  .error-page .error-wrapper .error-content .primary-btn {
    max-width: 320px;
  }
}
.error-page .error-wrapper .error-content .primary-btn::after {
  background-color: var(--primary-color);
  left: 8%;
}
.error-page .error-wrapper .error-content .primary-btn:hover {
  color: var(--title-color);
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  font-family: var(--font-outfit) !important;
  font-size: 18px !important;
}

.wc-block-components-product-metadata__description {
  display: none !important;
}

.select-wrap-size {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  min-height: 22px;
  min-width: 45px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.select-wrap-size.selected {
  background-color: var(--title-color);
}

.shop-banner-image,
.shop-banner-image img {
  height: 100%;
  object-fit: cover;
}

.testimonial-section .swiper-slide {
  height: auto;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
}

.comment-title h4 {
  color: var(--title-color);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.woocommerce-order {
  border: 1px solid var(--border-color);
  padding: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.woocommerce-table__product-name a {
  color: var(--black-color);
  text-decoration: underline;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  background-color: #fff;
  padding: 30px 20px;
}

@media only screen and (max-width: 1280px) {
  .our-brand-section .our-brand-content h2,
  .section-title2 h2 {
    font-size: 38px;
  }

  .enquery-section .enquery-form-wrapper .form-title h4,
  .section-title h3,
  .our-value-section .value-content h3,
  .newsletter-section .nwesletter-card .newsletter-content h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .our-brand-section .our-brand-content h2,
  .section-title2 h2 {
    font-size: 34px;
  }

  .our-value-image {
    margin-bottom: 40px;
    display: none;
  }

  .our-brand-section .our-brand-content p,
  .shop-banner-section .shop-banner-content p,
  .shop-banner-section .shop-banner-content p,
  .section-title2 p,
  p {
    font-size: 16px !important;
  }

  .enquery-section .enquery-form-wrapper .form-title h4,
  .section-title h3,
  .our-value-section .value-content h3,
  .newsletter-section .nwesletter-card .newsletter-content h3 {
    font-size: 24px;
  }

  .testimonial-section .testimonial-content {
    max-width: 100%;
  }

  .banner-footer
    .banner-footer-wrapper
    .banner-footer-items
    .banner-footer-content
    p,
  .banner-footer
    .banner-footer-wrapper
    .banner-footer-items
    .banner-footer-content
    h6,
  .blog-card .blog-content ul > li a,
  .blog-card .blog-content ul > li span,
  .section-title span {
    font-size: 14px !important;
  }

  .blog-card .blog-content h5 a {
    font-size: 20px;
  }

  .banner-footer-icon svg,
  .banner-footer-icon {
    width: 32px;
    height: 32px;
  }

  .banner-footer
    .banner-footer-wrapper
    .banner-footer-items
    .banner-footer-content
    h6 {
    margin-bottom: 8px;
  }

  .shop-details-top-section .shop-details-content .price-area .price del {
    font-size: 16px !important;
  }

  .addithonal-information .cart-table thead tr th,
  .addithonal-information .cart-table tbody tr td,
  .product-description-and-review-area .nav2 .nav-link {
    font-size: 16px !important;
  }

  .wishlist-bottom-line {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
  }

  .wishlist-down-box {
    padding-top: 10px;
  }

  .wishlist-section .wishlist-wrapper {
    padding: 10px;
  }

  .woocommerce-order {
    border: 1px solid var(--border-color);
    padding: 45px 20px;
  }

  .banner-footer-wrapper {
    max-width: 696px;
    margin: 0 auto;
  }

  .banner-footer-wrapper .justify-content-center {
    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 767px) {
  .auction-card-top-area .left-content h6 {
    font-size: 15px;
  }
  .auction-card-top-area {
    gap: 18px;
  }

  .comment-title h4 {
    color: var(--title-color);
    font-size: 20px;
  }

  .wishlist-down-box {
    justify-content: flex-start !important;
  }

  .product-content-details.close-btn {
    width: 100%;
    justify-content: space-between;
  }

  .banner-footer-wrapper {
    max-width: 516px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .our-brand-section .our-brand-content h2,
  .section-title2 h2 {
    font-size: 32px;
  }

  .banner-footer-wrapper {
    max-width: 100%;
  }
  .banner-footer-wrapper .justify-content-center {
    margin-top: 30px !important;
    width: 50%;
    flex: 1 0 50%;
    align-items: center;
  }

  .banner-footer-wrapper .row {
    margin-top: -30px !important;
  }

  .banner-footer .banner-footer-wrapper .banner-footer-items {
    align-items: flex-start;
  }
  .banner-footer-items {
    flex-direction: column;
  }

  .auction-card-top-area .right-content.style-2 {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .product-images__featured-item {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-details-top-section .shop-details-content h3 {
    font-size: 26px;
  }

  h2.wc-block-mini-cart__title {
    font-size: 26px !important;
  }
}

#rating {
  display: block !important;
}

ul.comment {
  list-style: none;
  padding-left: 0;
}

ul.comment li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

.single-comment-area {
  display: flex;
  gap: 20px;
}

.author-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.replay-btn {
  display: none !important;
}

.author-name-deg span {
  display: none !important;
}

.comment-content .star i {
  font-size: 14px;
  color: #ffc107;
}

.review-rating .star {
  display: flex;
  align-items: center;
  gap: 6px;
}

.comment-form-rating .stars {
  display: none !important;
}

.comment-form {
  display: flex;
  flex-direction: column;
}

.comment-form .form-inner:first-of-type {
  order: 1;
}
.comment-form .form-inner:last-of-type {
  order: 2;
}

.comment-form-rating {
  order: 3;
  margin-bottom: 20px;
}

.comment-form-rating {
}

.comment-form .form-inner.mb-50 {
  order: 4;
  margin-bottom: 20px !important;
}

.comment-form-cookies-consent {
  order: 5;
}
.comment-form .form-submit {
  order: 6;
}

.comment-form-rating select {
  width: 100%;
  height: 52px;
  padding: 15px 25px;
  background-color: #f5f5f5;
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--paragraph-color);
  border: 1px solid #f1f1f1;
  outline: none;
  margin-top: 8px;
}

.comment-form-cookies-consent {
  order: 5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px !important;
  line-height: 1.4;
}

.comment-form-cookies-consent input {
  margin: 3px;
}
