    * {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

@font-face {
  font-family: 'montage';
  src: url('../css/fonts/Montage.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'montage', sans-serif;  */
  /*  font-family: "Lato", sans-serif;  */
  font-family: "Rokkitt", serif;
  padding: 0;
  margin: 0;


}

*:focus {
  outline: none !important;
}

:root {
  --main-color: #300708;
  --pre-color: #4C1D00;

}


a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* .page-wrapper {
  background: linear-gradient(rgb(255, 255, 255, .92), rgb(255, 255, 255, .92)), url(../img/bg1.jpeg);
}
 */

.navbar .navbar-nav .nav-link {
  color: var(--main-color);
}

/* 
.sm-icons .nav-link {
  padding-right: 1em;
} */


.navbar-brand img {
  /*  max-width: 285px; */
  /* max-width: 125px; */
  max-width: 165px;
}



.scroll-header {
  /*  padding: 8px 0; */
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.scroll-header.active {
  transform: translateY(0%);

}

.scroll-header .menu-header {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.scroll-header .navbar-brand img {
  max-width: 260px;
}

.scroll-header .logo {
  text-align: left;
}

.scroll-header .header-right {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.scroll-header .header-right .sm-icons {
  margin-bottom: 0;
}



.scroll-header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo {
  text-align: center;
}

.logo p {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "Great Vibes", cursive;
  font-size: 18px;
  letter-spacing: 1px;
}

.navbar-brand {
  margin: 0;
}

.header-right .sm-icons {
  display: flex;
  justify-content: end;

}

.header-right .sm-icons {
  gap: 28px;
}

.sm-icons {
  min-width: 250px;
}

.sm-icons svg {
  height: 22px;
  /* stroke: #79cabf; */
  stroke: var(--main-color);

}

.menu-header {
  display: flex;
  justify-content: center;
  padding: 6px 0 0px 0;
}

.menu-header .menu {
  display: flex;
  gap: 100px;
  margin: 0;
  padding: 0;
}


.menu-header .menu li {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--main-color);
  padding: 13px 0;
  position: relative;
}

.menu-header .menu li .small-dropdown li,
.scroll-header .menu-header .menu li .dropdwon-main li {
  padding: 4px 0;
}

.navbar {
  padding: 10px 0;
}

.scroll-header .menu-header .menu li {
  padding: 27px 0;
}

header,
.main-header {
  position: relative;
}

.dropdwon-main {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  padding: 30px 100px;
  display: none;
  z-index: 99999;
  border-top: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.menu-dropdown {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
}

.menu-dropdown .mega-box {
  /*   width: 25%; */
}

.menu-dropdown .mega-box ul {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}



.menu-dropdown .mega-box ul li a {
  /*  color: #000; */
}

.menu-dropdown .mega-box h6 {
  font-size: 15px;
  text-transform: uppercase;
  /* color: #000; */
}



.menu-header .menu li:hover>.dropdwon-main {
  display: block;
}


.small-dropdown {
  position: absolute;
  left: -50px;
  top: 100%;
  background-color: #fff;
  padding: 20px 20px 20px 0px;
  display: none;
  z-index: 99999;
  border-top: 1px solid #e5e5e5;
  min-width: 265px;
  max-width: 300px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.menu-header .menu li:hover>.small-dropdown {
  display: block;
}

.user-profile {
  position: relative;
}

.user-dropdown {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  padding: 15px;
  display: none;
  box-shadow: rgba(45, 45, 78, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 5px;
  min-width: 140px;
}

.scroll-header .user-dropdown {
  left: auto;
  right: 0;
}

.user-dropdown ul {
  margin: 0;
  padding: 0;
}

.user-dropdown ul li {
  padding: 6px 8px;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
  font-size: 13px;
}

.user-dropdown ul li a {
  color: var(--main-color);
}

.user-dropdown ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.user-dropdown ul li:first-child {
  padding-top: 0;
}

.user-profile span {
  display: block;
  width: 27px;
}

.user-profile span:hover>.user-dropdown {
  display: block;
}

.menu-header.main-menu-header .menu li {
  padding-top: 0;
}


.banner-box {
  position: relative;
}

.custom-controls {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  display: flex;
  gap: 0px;
}

.custom-controls button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.custom-controls svg {
  width: 24px;
  height: 24px;
  color: #fff;
  stroke: #fff;
  stroke-width: 1px;
}

.banner-content {
  position: absolute;
  bottom: 200px;
  left: 80px;
}

.banner-heading {
  font-size: 65px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
  font-family: "Great Vibes", cursive;
  text-transform: capitalize;

}

.banner-btn {
  height: 50px;
  width: 200px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 300;
  margin-top: 20px;
}

.sp {
  padding: 100px 20px 0 20px;

}

.sp1 {

  padding: 100px 12px 0 12px;

}

.md-banner {
  padding-top: 100px;
}

.swiper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.swiper-slide img {
  width: 100%;
  height: auto;
}

.section-heading h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--main-color);
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.category-content-box {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* .category-slider {
  padding: 0 10px;
} */

.category-slider .slick-slide {
  margin: 0 10px;
}

.category-content-box img {
  transition: transform 0.3s ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-name {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  font-size:28px;
  color: var(--main-color);
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: color 0.3s ease-in;
}

.category-name::after {
  content: '';
  position: inherit;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  bottom: 9px;
  left: 0;
}

.category-name::before {
  content: '';
  position: inherit;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 9px;
  left: 50%;
  transition: width 0.5s ease-in, left 0.5s ease-in;
  z-index: 99999999;
}

.category-slider a:hover .category-name::before {
  width: 100%;
  left: 0;
}

.category-slider a {
  transition: .3s ease-in;
}

.category-slider a:hover .category-name {
  color: #fff;
}

.category-slider .category-content-box video {
  display: none;
}

.category-slider a:hover .category-content-box img {
 /*  transform: scale(1.03); */
  display: none;
}
.category-slider a:hover .category-content-box video {
  display: block;
}



.category-content {
  position: relative;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #868686;
  font-size: 28px;

}

/* .swiper-button-next svg, .swiper-button-prev svg{ 
  stroke: #898989;
  stroke-width: 1px;
  z-index: 99999;
  height: 50px;
  width: 50px;
} */



.product-content {
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.product-details {
  padding: 20px 15px 8px 15px;
  letter-spacing: .8px;
}

.product-name {
  margin: 0;
}

.product-name a {
  font-size: 18px;
  color: var(--main-color);
  margin: 0;
  padding: 0;
}

.product-price {
  font-size: 14px;
  margin: 7px 0;
  color: var(--pre-color);
}

.product-price span {
  font-size: 12px;
  text-decoration: line-through;
  color: #333;
  margin-left: 6px;
}

.product-decription {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #717171;
}

.product-img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}


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

.slider-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item .product-hover-img {
  display: none;
}

.slider-item .product-content:hover .product-hover-img {
  display: block;
}


.slider-item .product-content:hover .product-item-img {
  display: none;
}

.product-slider .slider-item {
  margin: 0 12px;
}


.s-item-section .container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.s-item-section .container-fluid .row>* {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}

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

.s-product-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;

}

.s-product-content-details {
  position: relative;
}

.s-item-product-content {
  max-width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.s-product-img {
  background-color: #fff;
}

.s-product-details {
  letter-spacing: 1px;
}

.s-producs-item-name {
  color: var(--main-color);
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.s-product-dec {
  color: #717171;
  font-size: 14px;
  text-transform: uppercase;
  margin: 9px 0 28px 0;
  text-align: center;
}

.s-product-btn {
  text-align: center;
}

.s-product-btn a {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  font-size: 16px;
}

.s-product-img {
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -50px;
}

.s-product-slider {
  width: 100%;
}

.s-product-slider .slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}


.s-product-slider .slick-dots {
  bottom: -60px;
}

.slick-dots li button:before {
  content: '';
  height: 10px;
  width: 10px;
  opacity: .3;
  color: #D9D9D9;
  border: 1px solid #717171;
  border-radius: 10px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;

}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--main-color);

}

.slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 0;
}

.discover-btn {
  margin-top: 100px;
  letter-spacing: 1px;
}

.sd-img {
  padding-right: 60px;
}

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

.sd-img,
.s-item-img {
  max-height: 1000px;
}

.s-item-img {
  padding-left: 60px;
}

.sd-details {
  max-width: 630px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.sd-heading {
  font-size: 50px;
  color: var(--main-color);
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.sd-dec {
  font-size: 15px;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 8px 0 15px 0;
}

.bt-img {
  max-height: 950px;
}

.bt-img-section {
  display: flex;
  margin: 18px 0;
}

.bt-img-section .bt-img {
  width: 50%;
}

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

.bt-section {
  padding: 20px 12px;
}

.bvideo {
  overflow: hidden;
}


.bvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bottom-video {
  padding: 8px 0 0 0;
}

.hvideo1 {
  margin-bottom: 18px;
}

.bottom-video .row>* {
  padding-left: 9px;
  padding-right: 9px;
}

.f-section {
  padding: 25px 0;
  border-top: 1px solid #cacaca;
  /* border-bottom: 1px solid #cacaca; */
  background-color: #fff;
}

.f-box {
  padding: 20px 20px 60px 20px;
  position: relative;
  height: 100%;
}

.f-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.f-heading {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.f-dec {
  font-size: 16px;
  color: #4C4C4C;
  letter-spacing: .4px;
  text-align: center;
  font-weight: 300;
  line-height: 23px;
  margin: 15px 0;
}

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

.f-btn a {
  font-size: 16px;
  letter-spacing: .4px;
  border: 1px solid #4C4C4C;
  font-weight: 500;
  color: #4C4C4C;
  text-align: center;
  padding: 5px 20px;
  height: 36px;
  width: 160px;
}

.newsletter-section {
  padding: 45px 0;
  background-color: #E6E1DC;
}

.footer-logo img {
  height: 40px;
  width: 40px;
}

.news-heading {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 5px;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 0;
}

.news-dec {
  font-size: 14px;
  line-height: 18px;
  color: #4C4C4C;
  font-weight: 300;
  text-align: center;
  padding: 14px 30px 18px 30px;
  margin: 0;
}

.news-content {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.news-input-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.news-input-area input {
  width: 290px;
  height: 34px;
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  border: 1px solid #4C4C4C;
  border-radius: 0;
  background-color: transparent;
  margin-right: 4px;
}

.news-input-area button {
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  letter-spacing: .4px;
  width: 120px;
  height: 34px;
  text-align: center;
  outline: none;
  border: none;
}

footer {
  padding: 50px 0 10px 0;
  background-color: #fff;
  border-top: 1px solid #E6E1DC;

}

.footer-link a {
  color: #4C4C4C;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.footer-link {
  padding: 3px 0;
}

.footer-link-box {
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.footer-link-box ul {
  padding: 0;
}

.social-link-box {
  display: flex;
  justify-self: end;
}

.social-link-box ul {
  display: flex;
  margin-bottom: 0;
}

.social-link {
  margin: 0 18px;
}

.social-link:last-child {
  margin-right: 0;
}

.social-link a {
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.copyright-footer {
  border-top: 1px solid #cacaca;
  padding: 15px 0;
  margin-top: 15px;
}

.copyirght-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.slick-prev-btn,
.slick-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev-btn svg,
.slick-next-btn svg {
  stroke-width: 1.5px;
  stroke: #898989;
  height: 35px;
  width: 35px;
}

.slick-prev-btn {
  left: 10px;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
}

.slick-next-btn {
  right: 10px;
  opacity: 0;
  transition: right 0.3s ease, opacity 0.3s ease;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.category-content:hover .slick-prev-btn {
  left: -24px;
  opacity: 1;
}

.category-content:hover .slick-next-btn {
  right: -24px;
  opacity: 1;
}


.header-mobile {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1000;
}





.header-mobile .mobile-row {
  display: flex;
  align-items: center;
  color: #000;

}

.second-row {
  padding-bottom: 10px;
}

.first-row {
  padding: 10px 0;
}

.header-mobile .first-row {
  justify-content: center;
  /*   border-bottom: 1px solid #ddd; */
}

.header-mobile .mobile-logo img {
  max-height: 85px;
  width: auto;
}

.header-mobile .second-row {
  justify-content: space-between;
}

/* 
.header-mobile .mobile-bar-icon a {
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
} */

/* .header-mobile .mobile-icons a {
  margin-left: 15px;
  font-size: 20px;
  color: #333;
  display: inline-flex;
  align-items: center;
}
 */



.mobile-menu-popup {
  position: fixed;
  top: 0;
  left: -340px;
  /* hidden by default */
  width: 340px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transition: left 0.2s ease-in;
  z-index: 1100;
  overflow-y: auto;

}


.mobile-menu-popup.active {
  left: 0;
}


.mobile-menu-popup .mobile-menu-content ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.mobile-menu-popup .mobile-menu-content ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.mobile-menu-popup .mobile-menu-content ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.sm-icons {
  padding: 0;
}

.header-mobile .sm-icons {
  min-width: auto;
  display: flex;
}

.header-mobile .sm-icons li {
  width: auto;
}

.header-mobile .sm-icons {
  padding: 0 0 0px 0;
  margin: 0;
  gap: 18px;
}

.header-mobile .sm-icons svg {
  height: 21px;
  stroke: var(--main-color);
}

#mobileMenuPopup.active {
  display: block;
}

#mobileMenuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 1050;
  display: none;
  transition: opacity 0.3s ease;
}



.mobile-menu {
  position: relative;
  padding-top: 60px;
}


.mobile-menu-popup .menu-header .menu {
  display: block;
  margin: 0;
  padding: 24px;
  width: 100%;

}

.mobile-menu-popup .menu-header {
  justify-content: left;
}


.slick-prev,
.slick-next {
  display: none;
}


header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;

}



/* 
.banner {
  padding-top: 120px;
}
 */


.my-account a {
  margin: 10px 0 8px 0;
  padding: 0 4px 8px 4px !important;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  /*  justify-content: center; */
  align-items: center;
}

.profile-img {
  height: 35px;
  width: 35px;
  margin-right: 15px;
  border-radius: 50px;
  border: 1px solid #717171;
  overflow: hidden;
}

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

/* .logout {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
  position: absolute;
  bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--main-color);
  width: 252px;
}
.logout a{
  color: var(--main-color);
}


.logout-box {
  height: 100%;
   
    padding: 24px;
    width: 100%;
    bottom: 30px;
}

.menu-header.mobile-menu{
  display: block;
  height: 100%;
} */



.menu-header .menu li a {
  color: var(--main-color);
  /* color: #79cabf; */
  font-weight: 400;
}



.product-hover-img {
  display: none;
}

.product-content:hover .product-hover-img {
  display: block;
}

.product-content:hover .product-item-img {
  display: none;
}

.page-content {
  /*  padding: 80px 0;   */
  background-color: #fff;
}

.product-page .product-box {
  margin-bottom: 10px;
}

.product-page .row {
  --bs-gutter-x: 0.6rem;
}

.filter-btns {
  display: flex;
  justify-content: end;
}

.short {
  padding-right: 15px;
  border-right: 1px solid #a3a3a3;
}

.short label {
  margin-right: 10px;
}


.short select {
  border: none;
  outline: none;
  box-shadow: none;
  /* width: 120px; */
  cursor: pointer;
}

.filter-btn {
  padding-left: 15px;
  cursor: pointer;
}

.filter-btn svg {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}

.product-header {
  margin-bottom: 22px;
  /*    border-top: 1px solid #d5d5d5;
    padding: 18px 0;
   background-color: #fff; 
    border-bottom: 1px solid #d5d5d5; */
}


.page-item {
  margin: 0 8px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  outline: 0;
  box-shadow: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 3px 11px;
  font-size: 14px;
  color: var(--main-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--main-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /*  min-height: 30px; */
  min-width: 30px;

}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  max-height: 500px;
  overflow: hidden;
}

.page-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.page-content {
  padding-bottom: 60px;
}

.page-banner h1 {
  font-size: 65px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  /*   font-family: "Great Vibes", cursive;
  text-transform: capitalize; */
}

.page-banner p {
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}

.wishlist-btn svg,
.video-call svg {
  color: #000;
  height: 20px;
  width: 20px;
  stroke-width: 1.5px;
  stroke: #000;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 14px;
}

.video-call {
  position: absolute;
  top: 40px;
  right: -14px;
  opacity: 0;
  transition: right .4s ease-in-out, opacity .4s ease-in-out;
}

.product-content:hover>.video-call {
  opacity: 1;
  right: 14px;
}

.cart-btn {
  position: absolute;
  text-align: center;

  text-transform: uppercase;
  color: var(--main-color);
  letter-spacing: 1px;
  left: 10px;
  right: 10px;
  bottom: -10px;
  transform: translateY(-20px);
  border: 1px solid #cacaca;
  opacity: 0;
  background-color: #fff;
  transition: opacity .3s ease-in-out, background-color .2s ease-in-out, bottom .2s ease-in-out;
  /* width: 300px; */
  margin: 0 10px;
}

.cart-btn a {
  color: var(--main-color);
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
}

.product-content:hover .cart-btn {
  bottom: -5px;
  opacity: 1;
}

.cart-btn:hover {
  background-color: var(--main-color);
  color: #fff;

}

.cart-btn:hover a {
  color: #fff;
}


.search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
}

.search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}

.search-popup label {
  color: var(--main-color);
}

.search-form {
  display: block;
  padding: 70px 50px;
  position: relative;
  top: -100%;
  background-color: #fff;
}

.form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.form input {
  outline: none;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: var(--main-color);
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
  color: #000;
}

.form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form input:focus::-moz-placeholder {
  opacity: 0;
}

.form input:-ms-input-placeholder {
  opacity: 0;
}

.form input:focus:-moz-placeholder {
  opacity: 0;
}

.form label {
  position: absolute;
  top: 25%;
  right: 0;
}

.form label svg {
  height: 18px;

  width: 18px;
  stroke: var(--main-color);
}

.search-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.search-menu-close svg {
  stroke: var(--main-color);
  width: 20px;
  height: 20px;
}

.search-form h2 {
  font-size: 60px;
  color: var(--main-color);
  letter-spacing: 1.5px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}




.filter-dropdown-menu {
  gap: 50px;
  display: flex;
  margin: 0 15px;
  padding-left: 0;
  margin-left: 0;
}


.filter-dropdown-menu li,
.filter-label {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 7px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
}

.product-filters {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.filter-dropdown {
  padding: 0;
}


.filter-name svg {
  stroke-width: 1px;
  height: 22px;
  width: 22px;
}

.filter-item {
  margin-right: 5px;
}

.up-filter {
  display: none;
}

.filter-label {
  position: relative;
  min-width: 120px;
  border-right: 1px solid #e5e5e5;
}

/* .filter-label::after{
content:'';
height: 25px;
width: 1px;
background-color: #bbbaba;
position: absolute;
right: -20px;
top: 0;

} */


.filter-dropdown {
  display: none;
}

.up-filter {
  display: none;
}

.filter-name {
  position: relative;
}

.filter-dropdown {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 9;
  background-color: #fff;
  /*  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 10px 25px 0px 25px;
  border: 1px solid #e5e5e5;
  /* border-top: 0; */
  /* min-width: 240px; */
  max-width: 425px;
  white-space: nowrap;
  max-height: 300px;
  overflow-y: auto;
}

.filter-input {
  height: 15px;
  width: 15px;
  margin-right: 8px;
  accent-color: var(--main-color);
}


.filter-dropdown li {
  display: flex;
  align-items: center;
}

.filter-dropdown label {
  font-size: 15px;
}

/* 
.filter-name button {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
  padding: 4px 20px;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}


 */




.price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 30px;
  gap: 30px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-filter .slider {
  height: 3px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.price-filter .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--main-color);
}

.price-filter .range-input {
  position: relative;
}

.price-filter .range-input input {
  position: absolute;
  width: 100%;
  height: 8px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.price-filter input[type="range"]::-webkit-slider-thumb {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: var(--main-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-filter input[type="range"]::-moz-range-thumb {
  height: 11px;
  width: 11px;
  border: none;
  border-radius: 50%;
  background: var(--main-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-filter {
  padding-top: 20px;
  width: 270px;
}

.price-filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-filter-btn button {
  background-color: var(--main-color) !important;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
  padding: 6px 30px;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px !important;
  margin-bottom: 25px !important;
}

.pricelabel {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  color: var(--main-color);
  margin-bottom: 8px;
  font-weight: 400;

}



.tag-icon svg {
  height: 18px;
  width: 18px;
  margin-left: 6px;
  stroke: #fff;
  stroke-width: 1px;
}

.teg-name {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .6px;
}


.filter-tag-box {
  margin-left: 50px;
}


.filter-by-header {
  display: none;
}

.filter-teg {
  display: inline-flex;
  align-items: center;
  background: var(--main-color);
  padding: 5px 15px;
  /* border-radius: 20px; */
  /* margin: 5px; */
  color: #fff;
  margin: 5px 7px 5px 0;
  border-radius: 3px;
}

.tag-icon {
  margin-left: 8px;
  cursor: pointer;
}

.filter-by-header .product-filters {
  margin-bottom: 10px;
  border-bottom: none;
}

.filter-by-header .filter-label {
  padding: 5px 5px 0px 0;
}

.page-navigation {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  /* width: 100%; */
}

.page-navigation .nevigation-item,
.page-navigation .nevigation-item a {
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.product-count {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .6px;
  height: 100%;
  /*   display: flex;
  justify-content: end;
  align-items: end; */
}

.page-header-navigation {
  text-align: right;
  width: 100%;
  margin: 7px 0;
  /* letter-spacing: 1px; */
  color: #000;
}

.page-header-navigation a {
  text-align: right;
  font-size: 16px;
  color: #000;
}

/* Product Detail Slider Styles */
.pd-slider {
  position: relative;
}

.pd-main-img-slider {
  width: 100%;
  height: 100%;
}

.pd-main-img-slider .slider-item {
  position: relative;
  /*  border: 1px solid #e5e5e5; */
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*   max-width: 672px; */
  height: auto;
  width: 100%;
}

.pd-main-img-slider .pd-main-img {
  width: 100%;
  height: 100%;
  overflow: hidden;


}

.pd-main-img-slider .pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .pd-nav-img-slider {
  margin-top: 10px;
}
 */
.pd-nav-img-slider .slider-item {
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 20px;
}

.pd-nav-img-slider .pd-main-img {
  max-width: 70px;
  /* max-height: 70px; */
  aspect-ratio: 1;
  /* width: 100%; */
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: border-color 0.3s ease;

}

.pd-nav-img-slider .pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-nav-img-slider .slick-current .pd-main-img {
  border-color: var(--main-color);
}

/* .pd-nav-img-slider .slick-slide {
  margin: 0 5px;
} */

.pd-nav-img-slider .slick-list {
  margin: 0 -5px;
}

@media (max-width: 768px) {
  /*  .pd-main-img-slider .pd-main-img {
    height: 400px;
  } */

  .pd-nav-img-slider .pd-main-img {
    /* height: 60px; */
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  /*  .pd-main-img-slider .pd-main-img {
    height: 300px;
  }
 */
  /*   .pd-nav-img-slider .pd-main-img {
    height: 60px;
  } */
}


.pd-page .container,
.ad-information .container,
.cart-page .container {
  max-width: 1700px
}

.pd-nav-img-slider {
  /*   max-width: 120px; */
  width: 100%;

}

.pd-slider {
  display: flex;
  position: sticky;
  top: 100px;
  left: 0;
}


.pd-slider-nav {
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pd-slider-main {
  /*  max-width: 675px; */
  background-color: #fff;
  overflow: hidden;
}


.pd-page .page-header-navigation {
  text-align: left;
  margin-bottom: 35px;
  color: #717171;
  text-decoration: underline;
}

.pd-page .page-header-navigation a {
  color: #717171;
}

.pd-page {
  padding: 80px 0 50px 0;
  background-color: #fff;
  /*   border-bottom: 1px solid #e5e5e5; */
}

.pd-content {
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.pd-name h1 {
  font-size: 45px;
  color: var(--main-color);
  margin: 0px 0 15px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.pd-name {
  width: 100%;
}

.pd-content .product-price {
  font-size: 30px;
  margin-top: 20px;
}

.pd-content .product-price span {
  font-size: 20px;
}

.pd-btn {
  display: flex;
}

.pd-btn {
  margin-top: 30px;
  gap: 10px;
}

.pd-btn a,
.pd-wishilist a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  letter-spacing: 3px;
  font-weight: 400;
  display: block;
  /*  height: 100%; */
  padding: 10px;
}

.pd-btn svg {
  stroke-width: 1.5px;
  stroke: #fff;
  height: 22px;
  width: 22px;
}

.add-cart-btn {
  width: 100%;
  text-align: center;
  background-color: var(--main-color);

}

.pd-wishilist {
  padding: 0px 8px;
  background-color: var(--main-color);
  /* border:1px solid var(--main-color); */
}

/* .pd-shipping-details{
  margin-top: 35px;
  padding-left: 15px;
} */
.pd-shipping-details p span svg {
  height: 16px;
  width: 16px;
  stroke: var(--main-color);
}

.pd-shipping-details p span {
  margin-right: 25px;
  /* padding: 5px;
  border: 1px solid var(--main-color);
  border-radius:30px ;
  display: flex ;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px; */
}

.pd-shipping-details p {
  display: flex;
  align-items: center;
}


ul.pd-shipping-details {
  list-style: disc;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .6px;
  display: flex;
  gap: 55px;
  margin-top: 24px;
  padding-left: 15px;
}

ul.pd-shipping-details li {
  padding: 5px 0;
}


.pd-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  max-width: 110px;
}

.pd-quantity input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 8px;
  font-size: 18px;
}

.pd-quantity button {
  background-color: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 5px;
  /*  font-size: 18px; */
  cursor: pointer;
}

.pd-quantity button svg {
  height: 18px;
  width: 18px;
  stroke: var(--main-color);
}

.pd-accordian {
  margin-top: 20px;
}

.pd-accordian .accordion-button {
  padding: 4px 0px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #ececec;
  border-radius: 0 !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

/* .accordion-button:not(.collapsed) .btn-plus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out
} */


.accordion-button:not(.collapsed) .btn-plus {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  width: 14px;
  height: 1.5px;
  transition: transform 0.4s ease-in-out;
}

.accordion-item {
  border: none;
  box-shadow: none;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  /*  border-bottom: 1px solid #ececec; */
  margin-bottom: 10px;
  border-radius: none;
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: none;
}

.accordion-body {
  padding: 0 15px 7px 15px;
}

.accordian-expend-btn {
  position: absolute;
  right: 8px;
  background-color: transparent;
  height: 30px;
  width: 30px;
}

.btn-minus,
.btn-plus {
  position: inherit;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease-in-out;
}

.btn-minus {
  height: 2px;
  width: 14px;
}

/* .btn-plus{
  height: 12px;
  width: 1.5px;
  transform: rotate(90deg) translate(-50%, -50%);
   transform-origin: center;
}
 */
.accordion-button::after {
  display: none;
}

.accordion-button.collapsed .btn-plus {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
  width: 14px;
  height: 2px;
  transition: transform 0.4s ease-in-out;
}

.pd-product-details {
  padding: 0;
  margin-bottom: 0;
}

.pd-product-details li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: .6px;
  margin-bottom: 2px;
  width: 30.5%;
  margin-right: 10px;
  display: inline-flex;
}

.pd-product-details li span:first-child {
  font-weight: 600;
  margin-right: 10px;
  width: 105px;
}

.pd-desc {
  margin-top: 28px;
}

.pd-desc h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.pd-desc p {
  font-size: 16px;
  color: #000;
}

.ad-information {
  padding-top: 100px;
  /*  padding-top: 150px; */
}

.ad-information .sd-img {
  padding: 0;
}

/* .similar-product{
  background-color: #fff;
}

.ad-information{
  background-color: #fff;
} */

.ad-information .sd-details {
  /* max-width: 100%; */
  max-width: 750px;
  margin: 0px auto;
  height: 100%;
  display: flex;
}

.ad-information .sd-heading {
  font-size: 32px;

  margin-bottom: 20px;
}



.ad-information .sd-img {
  max-height: 890px;
  overflow: hidden;
  height: 100%;
}


/* .ad-information .pd-product-details li{
  width:42%;
} */

.ad-information .pd-product-details li span:first-child {
  width: auto;
}


.ad-information .pd-product-details {
  margin-bottom: 6px;
}

.ad-information .accordion-button {
  font-size: 18px;
}

.ad-information .accordion-item {
  margin-bottom: 15px;
}

.ad-information .pd-accordian {
  margin-top: 30px;
}

.promise-box {
  padding: 8px 0;
  background-color: #fff;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.promise-heading {
  font-size: 20px;
}

.promise-box .promise-list {
  padding: 0;
  /* padding-left: 15px; */
  list-style: disc;
  margin-top: 15px;
  text-align: center;
}

.promise-box .promise-list li {
  font-size: 16px;

  font-weight: 600;
  /* width: 30%; */
  padding: 0px 20px;
  margin: 7px 0;
  border-left: 1px solid #8f8e8e;
  color: #5f5f5f;
  line-height: 18px;
  display: inline-block;
}

.promise-box .promise-list li:first-child {
  border-left: none;
  padding-left: 0;
}






/* .main-ad-information{
  display: none;
} */

.second-ad .sd-heading {
  text-align: center;
}

.ad-information.second-ad .sd-details {
  padding-left: 0;
  padding-right: 0;
}

.ad-information.second-ad {
  background-color: #fff;
}


/* .pd-video .section-heading h2{
  font-size: 30px;
} */

.page-header {
  padding: 50px 0 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.page-header h1 {
  font-size: 45px;
  color: var(--main-color);
  margin: 0px 0 3px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-header p,
.page-header p a {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0;
}

.cart-list-table {
  padding-right: 30px;
}

.cart-list-table {
  width: 100%;
  border-collapse: collapse;
  padding-left: 30px;
}


.cart-product-image {
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
}

.cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}

.cart-product-info {
  letter-spacing: .6px;
}

.cart-product-info h3 {
  font-size: 20px;
  font-weight: 500;
}

.cart-product-info h3 a {
  color: #000;
  text-decoration: none;
}

.cart-product-info p {
  font-size: 14px;
  color: #717171;
  margin: 0;
}

.cart-list-table table th:first-child {
  max-width: 80px;
  min-width: 80px;
}

.cart-list-table table td:first-child {
  max-width: 80px;
  min-width: 80px;
}


.action {
  text-align: center !important;
}

.cart-list-table .pd-btn {
  margin-top: 0;
}

.cart-list-table .pd-quantity button {
  padding: 0 5px;
}

.cart-list-table .pd-quantity input {
  width: 40px;
  font-size: 15px;
}

.cart-list-table .pd-quantity button svg {
  height: 16px;
  width: 16px;
  stroke: var(--main-color);
  stroke-width: 2px;
}

.cart-list-table .pd-quantity {
  border-color: #e5e5e5;
}


.pd-veriant {
  display: flex;
  gap: 30px;
}

.pd-veriant select {
  min-width: 100px;
  max-width: 140px;
  height: 32px;
  border: 1px solid #e5e5e5;
  outline: none;
  box-shadow: none;
  padding: 0 10px;
  font-size: 16px;
  padding: 0 13px;
  appearance: none;
  position: relative;
}


.pd-veriant .veriant,
.pd-veriant .size {
  position: relative;
}

.pd-arrow-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pd-arrow-icon svg {
  height: 16px;
  width: 16px;
  stroke: #000;
}

.pd-product-details table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.pd-product-details table th {
  font-weight: 600;
}

.pd-product-details table td,
.pd-product-details table th {
  padding: 3px 10px;
  border-bottom: 1px solid #e5e5e5;
}


.pd-product-details table tr:last-child td,
.pd-product-details table tr:last-child th {
  border-bottom: 0;
}

.pd-product-details table td:last-child {
  text-align: right;
}

.cart-action-btn:first-child {
  margin-right: 10px;
}


.cart-action-btn {
  border: 1px solid #e5e5e5;
  height: 32px;
  width: 32px;
  background-color: transparent;
  outline: none;
}

.cart-action-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5px;
}

.amount-area {
  border: 1PX solid #E5E5E5;
}

.amount-summary-header {
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-title {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

.amount-summary-header p {
  margin: 0;
}

.amount-summary {
  padding: 15px;
}

.amount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.amount-title {
  font-weight: 600;
}

.amount-item:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}

.amount-item:last-child .amount-title,
.amount-item:last-child .amount-price {
  font-weight: 600;
  font-size: 20px;
}

.checkout-btn {
  width: 100%;
  text-align: center;
}

.checkout-btn a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .6px;
  text-transform: uppercase;
  width: 100%;
}

.coupon-area {
  margin-bottom: 20px;
}

.coupon-input {
  width: 100%;
  height: 32px;
  border: 1px solid #e5e5e5;
  outline: none;
  box-shadow: none;
  padding: 0 10px;
  font-size: 16px;
}


:focus {
  border-color: none;
  box-shadow: none;
}

.apply-coupon-btn {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
  height: 32px;
  width: 72px;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.coupon-area label {
  margin-bottom: 5px;
}

.coupon-btn-input {
  display: flex;
}

.summary-area {
  height: 100%;
  padding-top: 40px;
}

.summary {
  position: sticky;
  top: 100px;
  left: 0;
}

.wishlist-page-btns {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}

.wishlist-page-btns a {
  padding: 5px 25px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  letter-spacing: .6px;
  text-align: center;
  text-transform: uppercase;
}

/* .wishlist-page-btns a:first-child{
    margin-right: 20px;
}
 */
/* Checkout Page Styles */

.checkout-container {
  gap: 40px;
  padding: 40px 0;
  margin: 0 auto;
  color: var(--main-color);
}

/* .address-section {
  flex: 2;
} */

.address-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}

.address-item .address-line {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.address-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}

.address-item.selected input[type="checkbox"] {
  accent-color: var(--main-color);
  margin-top: 5px;
}

.address-item input[type="checkbox"] {
  accent-color: var(--main-color);
  margin-top: 5px;
}

.address-details p {
  margin-left: 5px;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 13px;
}

.address-details p span.country {
  margin-left: 20px;
}

.add-new-btn {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  padding: 6px 15px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.edit-btn {
  /* position: absolute; */
  right: 0;
  top: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--main-color);
}

.summary-section {
  flex: 1;
  border: 1px solid #ddd;
  padding: 20px;
  position: sticky;
  top: 100px;
  height: fit-content;
  background-color: #fff;
  margin-left: 35px;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.summary-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.total-items {
  font-size: 16px;
  color: var(--main-color);
}

.summary-items {
  max-height: 420px;
  overflow-y: auto;
  /* margin-bottom: 20px; */
}

.summary-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}

.summary-item img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.item-info {
  flex: 1;
}

.item-info h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 600;
  text-transform: capitalize;
}

.shipping-address {
  margin-top: 40px;
}

.shipping-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.item-desc {
  font-size: 16px;
  color: #7a7a7a;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

.item-price {
  font-size: 16px;
  color: var(--main-color);
  margin: 0;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-btn {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 16px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.summary-totals {
  font-size: 16px;
  color: var(--main-color);
}

.summary-totals>div {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.summary-totals hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.place-order-btn {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  border: none;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}



.pd-price-table table {
  width: 100%;
  table-layout: fixed;
}

.pd-price-table table th {
  font-weight: 700;
}

.pd-price-table table th,
.pd-price-table table td {
  padding: 7px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;

}

.pd-price-table table tr:last-child td {
  border-bottom: 0;
}


/* .pd-price-total{
  font-weight: 700;
} */
/* 

.ad-box table{
  width: 100%;
 height: 100%; 
}


.ad-box{
  margin: 15px;
  border: 1px solid #e5e5e5;
  height: 100%;
}

.ad-box table th:last-child,
.ad-box table td:last-child{
    text-align: right;
}
.ad-box table th,
.ad-box table td{
  padding:3px 15px;
}

.ad-box table th{
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 15px;
}

.box-grid{
  margin-top: 40px;
} */

.pd-details-summary {
  margin-bottom: 1px;
}


.main-price-table-heading {
  margin-top: 25px;
  margin-top: 20px;
  font-size: 18px;
}




.cart-new.cart-list {
  display: flex;
}

.cart-new .cart-side-img {
  width: 35%;
}


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



.cart-new .cart-action-btn {
  border: none;
  height: 28px;
  width: 28px;
  background-color: transparent;
  outline: none;
}

.cart-new .cart-action-btn svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.5px;
}

.cart-new .cart-action-btn:first-child {
  margin-right: 3px;
}

.cart-new .cart-list-table table th {
  background-color: #f9f9f9;
}

.cart-new .cart-list-table table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart-new .cart-list-table table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cart-new .cart-list-table table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.cart-new .cart-list-table table tr:nth-child(even) td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cart-new .cart-list-table table tr:nth-child(even) td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart-new .cart-list-table table th,
.cart-list-table table td {
  padding: 22px 10px;
  text-align: left;
  border-bottom: none;
  vertical-align: middle;
}

.cart-new .cart-product-info h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

.cart-new .cart-product-info p {
  font-size: 13px;
}


.cart-new .cart-product-image {
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
}

.cart-new .cart-product-image img {
  border-radius: 5px;
}

.cart-new .page-header {
  margin-top: 30px;
}

/* .cart-new .page-header h1 {
  font-size: 35px;
  color: var(--main-color);
  margin: 0px 0 3px 0;
  font-weight: 400;
  letter-spacing: 0px;
} */



.wishlist-page-btns {
  display: flex;
  justify-content: start;
  gap: 20px;
}



.summary-item .pd-quantity button {
  padding: 0 3px;
  font-size: 13px;
}

.summary-item .pd-quantity input {
  padding: 0 3px;
  width: 38px;
}

.summary-item .pd-quantity button svg {
  height: 16px;
  width: 16px;
}

.summary-item:last-child {
  margin-bottom: 15px;
}

/* Blog page styles */
.blog-container {
  display: block;
}

.blog-post {
  display: block;
}

.blog-image {
  max-height: 740px;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.blog-meta {

  text-transform: uppercase;
  letter-spacing: .6px;
  gap: 60PX;
  font-size: 14px;
  color: #717171;
  font-weight: 400;
}

.blog-meta time {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
}

.blog-title {
  font-size: 20px;
  font-weight: 500;
  color: inherit;
  margin-top: 8px;
  line-height: normal;
}

.blog-excerpt {
  font-size: inherit;
  color: inherit;
  line-height: normal;
  margin: 10px 0 20px;
}

.read-more-btn {
  display: inline-block;
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 0;
  transition: none;
}

.read-more-btn:hover {
  background-color: transparent;
}

.blog-btn {
  font-size: 16px;
  color: #fff;
  letter-spacing: .6px;
  padding: 7px 20px;
  background-color: var(--main-color);
}

.card-group-item {
  margin-bottom: 40px;
}

.cart-popup {
  max-width: 650px;
  width: 100%;
  position: fixed;
  top: 0;
  right: -650px;
  /* hidden off-canvas */
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  transition: right 0.4s ease-in-out;
}

.cart-popup.active {
  right: 0;
  /* Slide in */
}

.c-popup-head {
  padding: 15px 15px 10px 15px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
}

.c-popup-content {
  padding: 20px 15px 15px 15px;
  max-height: 900px;
  overflow-y: auto;
}

.c-popup-content table {
  width: 100%;
    margin-bottom: 130px;
}

.c-popup-content table th,
.c-popup-content table td {
  padding: 16px 10px;
}

.c-popup-img {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
}

.c-popup-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}

.cart-popup .cart-quantity,
.cart-popup .pd-btn {
  margin: 0;
  padding: 0;
}

.cart-popup .pd-quantity {
  border-color: #e5e5e5;
}

.cart-popup .pd-quantity button {
  padding: 0 2px;
}

.cart-popup .pd-quantity input {
  padding: 0 4px;
  width: 35px;
  font-size: 14px;
}

.c-popup-product-name {
  font-size: 16px;
  color: #000;
  max-width: 250px;
}

.c-popup-product-name a {
  color: #717171;
  letter-spacing: .6px;
  display: block;
  margin-bottom: 5px;
}

.img-table-box {
  max-width: 68px;
}

.c-popup-content table th {
  border-bottom: 1px solid #e5e5e5;
}

.c-popup-content table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.c-popup-price {
  color: var(--pre-color);
  font-size: 14px;
}

.cart-popup .pd-quantity button svg {
  height: 17px;
  width: 17px;
  stroke: var(--main-color);
}

.c-popup-item-delete {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

.c-popup-item-delete svg {
  height: 16px;
  width: 16px;
  stroke-width: 1px;
}

/* .cart-popup-btns {
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 15px;
}
 */


 .cart-popup-btns {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 40px 15px;
    background-color: #fff;
}
.cart-popup-btns-box {
  gap: 15px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
}

.cart-popup-btns a {
  background-color: var(--main-color);
  text-transform: uppercase;
  display: block;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.c-popup-total {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 10px 0 20px 0;
  border-top: 1px solid #e5e5e5;
}

.cart-popup.active {
  right: 0;
  /* slide into view */
}

.cartoverlay {
  display: none;
}

.cartoverlay.active {
  display: block;
}

.cartoverlay.active:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  display: block;
}

.cart-popup-close {
  cursor: pointer;
}


.wishlist-btn.active svg {
  fill: var(--main-color);
  stroke: var(--main-color) !important;
}


.c-popup-item-count {
  font-size: 15px;
  font-weight: 400;
}

.c-popup-item-remove {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-popup-content table th:last-child {
  text-align: center;
}



.blog-detail-page {
  padding-top: 40px;
}

.blog-detail-page h1 {
  text-align: center;
  font-size: 50px;
  letter-spacing:
    1.5px;
}

.blog-post-details {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 15px;
  font-size: 20px;
}

.blog-detail-page img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

.blog-detail-img {
  max-height: 600px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  /* border-radius: 5px; */
}

.blog-detail-page p,
.blog-detail-page ul {
  font-size: 18px;
  letter-spacing: .8px;
}

.blog-detail-page h2,
.blog-detail-page h3 {
  margin: 25px 0 8px 0;
}

.blog-detail-page h2 {
  font-size: 35px;
}

.blog-detail-page h3 {
  font-size: 24px;
}

.blog-detail-page ul {
  list-style: circle;
}




.pd-price-table table {
  width: 100%;
  table-layout: fixed;
}

.pd-price-table table th {
  font-weight: 700;
}

.pd-price-table.pd-details-table table th,
.pd-price-table.pd-details-table table td {
  padding: 0px;
  font-size: 15px;
  vertical-align: top;
  color: #717171;
  border-bottom: none;

}

/* .pd-price-table table tr:last-child td{
  border-bottom: 0;
} */

.pd-price-table table td:first-child {
  width: 110px;
  border-right: 1px solid #f2f2f2;
  font-weight: 500;
}

.pd-price-table table td:last-child {
  padding-left: 25px;
}

.pd-price-table {
  margin-top: 18px;
}

.pd-stone-details {
  padding: 0;
  margin: 0;
}

.pd-stone-details li {
  display: inline-flex;
  /* width: 20%; */
  margin-right: 25px;
}

.pd-stone-details li span {
  font-weight: 600;
  margin-right: 5px;
}


.main-price-table-heading {
  margin-top: 25px;
  margin-top: 20px;
  font-size: 16px;
}

table.main-price-table th,
table.main-price-table td,
table.main-price-table td:last-child {
  padding: 2px 0;
}

table.main-price-table th {
  font-weight: 600;
}


.summary-section.summary-section2 {
  margin-right: 40px;
  margin-left: 0;
}

.address-section {
  margin-top: 25px;
}


.review-section {
  padding: 0px 10px 15px 50px;
  margin-top: 25px;
  margin-right: 40px;
  max-height: 580px;
  overflow-y: auto;
}

.r-heading {
  padding: 0 50px;
}

.r-heading h2 {
  font-size: 23px;
}

.r-heading p {
  font-size: 14px;
  margin-bottom: 0;
}

.r-box {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.r-content {
  display: flex;
  gap: 30px;
}

.customer-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ececec;
  overflow: hidden;
}

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

.c-name {
  font-size: 16px;
  font-weight: 600;

}

.c-rating {
  font-size: 13px;
}

.c-comment {
  margin: 15px 0;
  font-size: 14px;
}

.c-attech-img {
  display: flex;
  gap: 15px;
}

.c-itme-img {
  width: 40px;
  height: 40px;
  border: 1px solid #ececec;
}

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

.c-rating svg {
  height: 14px;
  width: 14px;
}

.rate-count {
  margin-left: 6px;
}

.cart-slide-img {
  display: none;
}

.modal .btn-close {
  width: 0.8rem;
  /* default is ~1em, reduce as needed */
  height: 0.8rem;
  background: transparent var(--bs-btn-close-bg) center / 0.8em auto no-repeat;
}

.btn-close:focus {
  outline: 0;
  box-shadow: None;
  opacity: var(--bs-btn-close-focus-opacity);
}

.modal-header {
  padding: 8px 16px;
  background-color: rgb(246, 243, 249);
}

.modal-content {
  border-radius: 2px;
  border: none;
  margin: 15px;
}

.modal-footer {
  border: none;
}

.modal .btn.btn-primary {
  border-radius: 0;
  background-color: var(--main-color);
  color: #fff;
  /* letter-spacing: .6px; */
  /* padding: 3px 16px; */
  /* border: 2px solid var(--main-color); */
  outline: none;
  border-color: var(--main-color) !important;
  box-shadow: none;
}

.modal .btn.btn-secondary {
  border-radius: 0;
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 16px;
  border: 2px solid var(--main-color);
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.modal .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--main-color);
}

.modal-dialog {
  max-width: 900px;
}

.form-group label {
  margin: 12px 0 2px 0;
  font-size: 15px;
  color: #000;
  letter-spacing: .6px;
}

.form-group .form-control {
  border-radius: 0;
  padding: 4px 5px;
  font-size: 14px;
  color: #000;
  letter-spacing: .6px;
}

.form-group .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #dee2e6;
}

.go-to-map {
  display: flex;
  justify-items: center;
  margin-top: 25px;
  color: var(--main-color);
  font-size: 18px;
}

.go-to-map span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: var(--main-color);
  margin-top: 2px;
}

.go-to-map span svg {
  height: 14px;
  width: 14px;
  stroke: #fff;
}

.vc-img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

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

.vc-desc {
  background-color: rgb(246, 243, 249);
  padding: 15px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
}

.vc-body {
  padding: 30px;
}

.vc-btn {
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
}

.Language-btns {
  display: flex;
  gap: 12px;
}

.Language-btns button {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  background-color: rgb(246, 243, 249);
  color: #000;
  font-size: 14px;
  padding: 5px 15px;
}

.Language p {
  margin-bottom: 10px;
  margin-top: 20px;
}

.vc-content {
  padding-left: 15px;
}

.vc-img-content {
  padding-right: 15px;
}

.vc-modal .modal-title {
  text-align: center;
  width: 100%;
  font-size: 14px;
}


.log-in-page .cart-side-img {
  width: 45%;
}

.login-section {
  /* width: 100%; */
  width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ececec;
}

.page-content.log-in-page {
  /*  padding: 60px 0; */
  padding: 0;

}

.login-box {
  max-width: 500px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 40px 40px 25px 40px;
  border-radius: 5px;
}

.login-box h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--main-color);
}

.login-box label {
  font-size: 16px;
  margin-left: 8px;
  font-weight: 500;
}

.login-box .form-control {
  padding: 9px 10px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}


.login-box .form-group {
  margin-bottom: 10px;
}


.login-box .form-group:last-child {
  margin-bottom: 20px;
}

.remember-check {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.remember-check label {
  margin-top: 3px;
}

.remember-check .checkbox {
  height: 15px;
  width: 15px;
}

.login-box button {
  display: block;
  width: 100%;
  padding: 5px 20px;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  letter-spacing: .6px;
  font-size: 16px;
  border-radius: 5px;
  /*   margin-top: 40px; */
}


.login-box .forgot-line {
  color: #000;
  text-align: right;
}

.reset-pass-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}

.register-line-box {
  text-align: center;
  padding: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
}


.log-in-page .cart-side-img .cart-img {
  min-height: 700px;
  max-height: 880px;

}

.register-box.login-box {
  width: 100%;
  max-width: 700px;
  /* padding: 40px; */
  /* background-color:transparent !important; */
}

.register-box.login-box .form-group {
  margin-bottom: 8px;
}

.register-page {
  justify-content: space-between;
  /* padding-right: 60PX; */
  /* padding:  0px 60px 0 0; */
}

.register-page .form-group {
  margin-bottom: 0;
}

/* .register-page .login-section {
    width: 100%;
    padding: 80px 0;
}
.register-box.login-box{
  max-width: 900px;
}
 */

.register-page .form-group .form-control {
  padding: 5px 10px;
}

.register-page .form-group label {
  display: block;
}

.iti {
  width: 100%;

}

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

/* .iti__flag { background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.1.1/build/img/flags.png") !important; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag { background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.1.1/build/img/flags@2x.png") !important; }
} */




.login-box .form-control:focus {
  border-color: #000;
}


.login-with-aap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  position: relative;
}



.login-app {
  height: 30px;
  width: 30px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.login-app img {
  width: 100%;
  height: auto;
}

.log-in-heading {
  margin-top: 30px;
  font-size: 16px;
  color: #5f5f5f;
  text-align: center;
  position: relative;
}

.log-in-heading::before {
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  position: absolute;
  background-color: #ececec;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}


.log-in-heading span {
  background-color: #f5f5f5;
  position: relative;
  z-index: 999;
  padding: 10px;
}

.re-in-heading {
  text-align: center;
}

.re-in-heading span {
  font-size: 24px;
  font-weight: 600;
}

.re-in-heading p {
  text-align: center;
  margin: 20px 0 30px 0;
  color: #5f5f5f;
}

.re-box button {
  width: auto;
  padding: 5px 50px;
  margin: 0 auto;
}

.login-section:last-child {
  border: none;
}


.register-box.login-box .terms-line {
  margin-bottom: 10px;
}

.remember-check a {
  color: var(--main-color);
  text-decoration: underline;

}


.register-box.login-box button {
  width: auto;
  min-width: 200px;
  margin: 0 auto;
}

.rebutton {
  display: flex;
  justify-content: end;
}









/* Order Header */
.order-title {
  font-weight: 600;
}

.order-id {
  color: #e0b100;
}

.badge.delivered {
  background: linear-gradient(90deg, #f6c667, #e0b100);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
}

/* Sections */
.ordersection-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Order Items */
.order-item {
  padding: 10px 0;
}

.badge.premium {
  background: #f0e68c;
  color: #000;
  font-size: 12px;
  border-radius: 8px;
  padding: 4px 10px;
}

.order-price {
  font-weight: bold;
  color: #e0b100;
  font-size: 18px;
}

/* Timeline */
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline li {
  padding: 10px 0;
  border-left: 3px solid #e0b100;
  padding-left: 15px;
  position: relative;
}

.timeline li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #e0b100;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 15px;
}

.timeline li.active::before {
  background: #28a745;
}

/* Total */
.total span:last-child {
  color: #e0b100;
  font-size: 18px;
}

/* Profile Page Specific Styles */
.luxury-order-page {
  min-height: 100vh;
}

.luxury-header {
  background: linear-gradient(135deg, #2c0a0c 0%, var(--main-color) 100%);
  padding: 45px 0 40px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.luxury-page-header {
  text-align: center;
  position: relative;
  z-index: 2;
}

.luxury-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
}

.luxury-link {
  color: #e0b100;
  text-decoration: none;
  transition: color 0.3s ease;
}

.luxury-link:hover {
  color: #fff;
}

.luxury-divider {
  color: #e0b100;
}

.luxury-current {
  color: #fff;
  font-weight: 500;
}

.luxury-title {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 12px 0;
  background: linear-gradient(135deg, #e0b100 0%, #f8d568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Great Vibes", cursive;
}

.luxury-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin: 0;
  font-weight: 300;
}

.luxury-container {
  padding: 50px 0 0px 0;
}

/* .luxury-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
} */

.luxury-back-nav {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.luxury-contact svg,
.luxury-info-title svg {
  height: 20px;
  width: 20px;
}



.luxury-back-btn {
  display: inline-flex;
  align-items: center;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 500;
  padding: 12px 20px;
  border: 2px solid var(--main-color);
  border-radius: 0px;
  transition: all 0.3s ease;
}

.luxury-back-btn:hover {
  background: var(--main-color);
  color: #fff;
}

.luxury-status-content {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.luxury-status-icon {
  font-size: 20px;
}

.luxury-status-text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.luxury-status-text p {
  margin: 0;
  opacity: 0.9;
}

.luxury-status-badge .luxury-badge {
  background: #e7e7e7;
  padding: 5px 16px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  backdrop-filter: blur(10px);
}

.luxury-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
}

.luxury-main-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.luxury-section {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #e8e6e1;
}

.luxury-section-header {
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0ede5;
}

.luxury-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  margin: 0;
}

.luxury-icon {
  color: var(--main-color);
}



.luxury-item-card:nth-child(even) {
  background: #f9f9f9;
}


.luxury-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 0px;
  border: 1px solid #e8e6e1;
}

.luxury-item-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #e0b100 0%, #f8d568 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.luxury-item-details h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
  margin: 0 0 8px 0;
}

.luxury-item-desc {
  color: #666;
  margin: 0 0 12px 0;
  font-size: 14px;
}

.luxury-item-specs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.luxury-spec {
  background: #ededed;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  color: #666;
}

.luxury-item-price {
  text-align: right;
}

.luxury-price {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}

.luxury-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.luxury-summary-card,
.luxury-info-card {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #e8e6e1;
}



.luxury-summary-title,
.luxury-info-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
  margin: 0;
}

.luxury-summary-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.luxury-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

/* .luxury-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 2px solid var(--main-color);
  font-weight: 600;
  font-size: 18px;
} */

.luxury-total-price {
  color: var(--main-color);
  font-size: 24px;
}

.luxury-info-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.luxury-address {
  line-height: 1.6;
  color: #333;
}

.luxury-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 14px;
}

.luxury-payment {
  display: flex;
  align-items: center;
  gap: 15px;
}

.luxury-payment-icon {
  width: 40px;
  height: 40px;
  background: #f0ede5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}

.luxury-payment-details {
  line-height: 1.4;
}

.luxury-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.luxury-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.luxury-btn-primary {
  background: var(--main-color);
  color: #fff;
}

.luxury-btn-secondary {
  background: #e0b100;
  color: #fff;
}

.luxury-btn-secondary:hover {
  background: #c99a00;
}

.luxury-btn-outline {
  background: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
}

.luxury-btn-outline:hover {
  background: var(--main-color);
  color: #fff;
}

/* Responsive Design for Profile Page */
@media (max-width: 1024px) {
  .luxury-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .luxury-sidebar {
    order: -1;
  }
}

@media (max-width: 768px) {
  .luxury-title {
    font-size: 36px;
  }

  /*   .luxury-status-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
   */


  .luxury-actions {
    flex-direction: column;
  }

  /*   .luxury-top-row {
    flex-direction: column;
    gap: 20px;
  }
   */
  .luxury-status-banner {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .luxury-header {
    padding: 40px 0 30px 0;
  }

  .luxury-title {
    font-size: 28px;
  }

  .luxury-subtitle {
    font-size: 16px;
  }

  .luxury-section {
    padding: 20px;
  }

  .luxury-item-card {
    padding: 20px;
  }

  .luxury-back-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* Additional utility classes */
.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.text-center {
  text-align: center;
}




.luxury-order-page {
  min-height: 100vh;
}

.luxury-header {
  background: linear-gradient(135deg, #2c0a0c 0%, var(--main-color) 100%);
  padding: 45px 0 40px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* 
.luxury-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
 */
.luxury-page-header {
  text-align: center;
  position: relative;
  z-index: 2;
}

.luxury-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
}

.luxury-link {
  color: #e0b100;
  text-decoration: none;
  transition: color 0.3s ease;
}

.luxury-link:hover {
  color: #fff;
}

.luxury-divider {
  color: #e0b100;
}

.luxury-current {
  color: #fff;
  font-weight: 500;
}

.luxury-title {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 12px 0;
  background: linear-gradient(135deg, #e0b100 0%, #f8d568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Great Vibes", cursive;
}

.luxury-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin: 0;
  font-weight: 300;
}

.luxury-container {
  padding: 50px 0 0px 0;
}

.luxury-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.luxury-back-nav {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.luxury-contact svg,
.luxury-info-title svg {
  height: 20px;
  width: 20px;
}

.luxury-back-btn {
  display: inline-flex;
  align-items: center;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 500;
  padding: 6px 20px;
  border: 2px solid var(--main-color);
  border-radius: px;
  transition: all 0.3s ease;
}

.luxury-back-btn:hover {
  background: var(--main-color);
  color: #fff;
}

/* .luxury-status-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="%23ffffff" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.3;
} */

.luxury-status-content {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.luxury-status-icon {
  font-size: 20px;
}

.luxury-status-text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.luxury-status-text p {
  margin: 0;
  opacity: 0.9;
}

.luxury-status-badge .luxury-badge {
  background: #e7e7e7;
  padding: 5px 16px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  backdrop-filter: blur(10px);
}

.luxury-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
}

.luxury-main-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.luxury-section {
  background: #fff;
  border-radius: 0px;
  padding: 20px;

  border: 1px solid #e8e6e1;
}

.luxury-section-header {
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0ede5;
}

.luxury-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  margin: 0;
}

.luxury-icon {
  color: var(--main-color);
}



.luxury-item-card:nth-child(even) {
  background: #f9f9f9;
}

/* .luxury-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
} */



.luxury-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 0px;
  border: none;
}

.luxury-item-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  /* background: linear-gradient(135deg, #e0b100 0%, #f8d568 100%); */
  background: var(--main-color);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 400;
}

.luxury-item-details h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-color);
  margin: 0 0 8px 0;
}

.luxury-item-desc {
  color: #666;
  margin: 0 0 12px 0;
  font-size: 14px;
}

.luxury-item-specs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.luxury-spec {
  background: #ededed;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  color: #666;
}

.luxury-item-price {
  text-align: right;
}

.luxury-price {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-color);
}

.luxury-timeline {
  position: relative;
  padding-left: 40px;
}

.luxury-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--main-color);
}

.luxury-timeline-item {
  position: relative;
  margin-bottom: 22px;
}

.luxury-timeline-item:last-child {
  margin-bottom: 0;
}

.luxury-timeline-marker {
  position: absolute;
  left: -34px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #e0b100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0b100;
}

.luxury-timeline-marker svg {
  height: 18px;
  width: 18px;
}


.luxury-timeline-item.completed .luxury-timeline-marker {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.luxury-timeline-item.current .luxury-timeline-marker {
  border-color: var(--main-color);
  color: #fff;
}

.luxury-timeline-item.current:last-child .luxury-timeline-marker svg {
  stroke: var(--main-color);
}

.luxury-timeline-content {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 0px;
  border-left: 3px solid var(--main-color);
  margin-left: 20px;
}

.luxury-timeline-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  margin: 0 0 8px 0;
}

.luxury-timeline-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.luxury-timeline-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.luxury-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.luxury-summary-card,
.luxury-info-card {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  /*   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  border: 1px solid #e8e6e1;
}



.luxury-summary-title,
.luxury-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color);

}

.luxury-info-title svg {
  height: 20px;
  width: 20px;
}



.luxury-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.luxury-summary-item:not(:last-child) {
  /* border-bottom: 1px solid #f0ede5; */
}

/* 

.luxury-complimentary {
  color: #28a745;
}
 */
.luxury-free {
  font-weight: 600;
}

/* .luxury-summary-divider {
  height: 2px;
  background: linear-gradient(90deg, #e0b100, transparent);
  margin: 10px 0;
} */



.luxury-info-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.luxury-address {
  line-height: 1.6;
  color: #333;
}

.luxury-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 14px;
  margin: 6px 0;
}

.luxury-payment {
  display: flex;
  align-items: center;
  gap: 15px;
}

.luxury-payment-icon {
  width: 40px;
  height: 40px;
  background: #f0ede5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}

.luxury-payment-details {
  line-height: 1.4;
}



.luxury-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 16px;
  border: none;
  border-radius: 0px;
  font-weight: 400;
  letter-spacing: .6px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.luxury-btn svg {
  height: 20px;
  width: 20px;
}

.luxury-btn-primary {
  background: var(--main-color);
  color: #fff;
}

/* .luxury-btn-primary:hover {
  box-shadow: 0 8px 25px rgba(48, 7, 8, 0.3);
}
 */
.luxury-btn-secondary {
  background: #e0b100;
  color: #fff;
}

.luxury-btn-secondary:hover {
  background: #c99a00;
}

.luxury-btn-outline {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.luxury-btn-outline:hover {
  background: var(--main-color);
  color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .luxury-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .luxury-sidebar {
    order: -1;
  }
}

@media (max-width: 768px) {
  .luxury-title {
    font-size: 36px;
  }

  /*   .luxury-status-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  } */


  .luxury-timeline {
    padding-left: 20px;
  }

  .luxury-timeline-marker {
    left: -30px;
    width: 30px;
    height: 30px;
  }

  .luxury-actions {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .luxury-header {
    padding: 20px 0 20px 0;
  }

  .luxury-title {
    font-size: 28px;
  }

  .luxury-subtitle {
    font-size: 16px;
  }

  .luxury-section {
    padding: 15px;
  }

  .luxury-item-card {
    padding: 15px;
  }
}










/* new */



.profile-card {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.profile-card .luxury-item-image {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.profile-card .luxury-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile-details-card {
  display: flex;
  align-items: center;
}

.profile-details-card .luxury-item-desc {
  margin-bottom: 0;
}

.profile-details-card .luxury-item-details {
  margin-left: 40px;
}

.profile-btns {
  border: none !important;
  background: none !important;
  justify-content: start !important;
  color: var(--main-color) !important;
  padding-left: 0;
}

.luxury-info-header .luxury-info-title {
  margin-bottom: 0;
}


.reset-password-btn {
  margin-top: 40px;
}





/* Order Table Specific Styles */

.luxury-order-table-container {
  overflow-x: auto;
}

.luxury-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.luxury-table th {
  background: var(--main-color);
  color: #fff;
  padding: 15px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.luxury-table td {
  padding: 15px;
  border-bottom: 1px solid #e8e6e1;
  vertical-align: middle;
}

.luxury-table-row:hover {
  background: #f9f9f9;
  transition: background-color 0.3s ease;
}

.luxury-table-row:last-child td {
  border-bottom: none;
}

.luxury-order-image {
  width: 80px;
}

.luxury-order-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e8e6e1;
}

.luxury-product-name {
  font-weight: 600;
  color: var(--main-color);
  font-size: 16px;
}

.luxury-order-date {
  color: #000000;
  font-size: 14px;
}

.luxury-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.luxury-badge.delivered {
  /*  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);  */
  color: #28a745;
}

.luxury-badge.processing {
  /*   background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%); */
  color: #ffc107;
}

.luxury-badge.shipped {
  /*   background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%); */
  color: #17a2b8;
}

.luxury-badge.cancelled {
  /*   background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%); */
  color: #dc3545;
}

.luxury-order-action .luxury-btn {
  padding: 6px 16px;
  font-size: 14px;
  min-width: 70px;
  display: initial;
}

/* Mobile Cards */
.luxury-mobile-card {
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
}

.luxury-mobile-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e6e1;
}

.luxury-mobile-card-body {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.luxury-mobile-image {
  flex-shrink: 0;
}

.luxury-mobile-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e8e6e1;
}

.luxury-mobile-details {
  flex: 1;
}

.luxury-mobile-details h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
}

.luxury-mobile-card-footer {
  text-align: center;
}

.luxury-mobile-card-footer .luxury-btn {
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {

  .luxury-table th,
  .luxury-table td {
    padding: 10px;
    font-size: 13px;
  }

  .luxury-order-image img {
    width: 50px;
    height: 50px;
  }

  .luxury-badge {
    padding: 4px 8px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .luxury-mobile-card-body {
    flex-direction: column;
    text-align: center;
  }

  .luxury-mobile-details h4 {
    font-size: 15px;
  }
}

/* Pagination Styles */
.luxury-pagination .page-link {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  margin: 0 2px;
}

.luxury-pagination .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.luxury-pagination .page-link:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.luxury-table-row:nth-child(even) {
  background: #f9f9f9;
}



.btn-outline-secondary {
  border-radius: 0;
  border-color: var(--main-color);
  color: var(--main-color);
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 6px 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
  box-shadow: none;
  /*   transform: translateY(-2px); */
}

.order-h-summary span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: block;

}

.order-h-summary span strong,
.order-number strong {
  text-transform: uppercase;
  font-weight: 600;
}

.order-filter-right span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 8px;
}

.order-filter-right a {
  padding: 0 15px;
}

.order-filter-right a:not(:last-child) {
  border-right: 1px solid var(--main-color);
}

.order-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f9f9f9;
}

.order-history-section {
  border: 1px solid #e8e6e1;
}

.delivered-section h5 {
  font-size: 18px;
 /*  margin-top: 20px; */
}

.delivered-section:last-child .order-item {
  border-bottom: none;
}

.delivered-section .order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 18px 0;
  border-bottom: 1px solid #e8e6e1;
}

.delivered-section {
  padding: 5px 20px 0 20px;
}

.order-item-image {
  border: 1px solid #e8e6e1;
}

.order-hp-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.luxury-orderh-page .luxury-main-content {
  margin-bottom: 40px;
}






/* Order Tracking Process Bar Styles */
.order-tracking-process {
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #e8e6e1;
  border-top: 1px solid #e8e6e1;
  /* margin-bottom: 15px; */
  position: relative;
}

.tracking-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  /* Ensure steps are above progress bar */
}

.tracking-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
  /* Higher z-index than progress bar */
}


.tracking-step.current .step-icon svg,
.tracking-step.completed .step-icon svg {
  color: #fff;
  stroke: #fff;
  height: 20px;
  width: 20px;

}

.step-icon svg {
  color: var(--main-color);
  stroke: var(--main-color);
  height: 20px;
  width: 20px;

}

.tracking-step.completed .step-icon {
  background: var(--main-color);
  border-color: var(--main-color);
}

.tracking-step.completed .step-icon i {
  color: #fff;
  stroke: #fff;
}

.tracking-step.current .step-icon {
  background: rgb(0, 112, 0);
  border-color: rgb(0, 112, 0);
  transform: scale(1.1);
}

.tracking-step.current .step-icon i {
  color: #fff;
  stroke: #fff;
}

.step-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
  z-index: 4;
}

.step-date {
  font-size: 12px;
  color: #666;
  text-align: center;
  position: relative;
  z-index: 4;
}

.tracking-progress {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  height: 4px;
  background: #e8e6e1;
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: 1;
  /* Lower z-index to position behind icons */
  margin: 0;
}

.progress-bar {
  height: 100%;
  background: #e8e6e1;
  border-radius: 2px;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: var(--main-color);
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Remove the old connecting line since we're using the progress bar */
.tracking-steps::before {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  /*  .tracking-steps {
    flex-direction: column;
    gap: 25px;
  } */

  /* .tracking-step {
   flex-direction: row;
    text-align: left; 
    gap: 15px;
  }  */

  /*   .step-icon {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  } */

  .step-content {
    flex: 1;
  }

  /* .tracking-progress {
    display: none; 
  }
   */
  /*   .order-tracking-process {
    padding: 20px 15px;
  }
   */
  /* Add connecting line for mobile */
  .tracking-steps::before {
    display: none;
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    height: 2px;
    background: #e8e6e1;
    z-index: 0;
  }
}




.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #FFF;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.order-history-section {
  margin-bottom: 40px;
}

.order-item-details p {
  font-weight: 500;
}

.order-item-details{
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.luxury-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-radius: 0px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #e8e6e1; */
  /*   transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.luxury-box {
  display: flex;
  gap: 25px;
}


.luxury-item-image {
  position: relative;
}

.luxury-summary-header,
.luxury-info-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0ede5;
}



.luxury-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid var(--main-color);
  font-weight: 600;
  font-size: 18px;
}


.luxury-status-banner {
  flex: 1;
  max-width: 400px;
  margin-bottom: 0;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 0px;
  padding: 5px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}


.luxury-summary-box {
  gap: 25px;
  display: flex;
  flex-direction: column;

}

.luxury-address {
  line-height: 1.6;
  color: #333;
  margin-top: 15px;
}

.add-new-add {
  margin-top: 20px;
}

.order-d-h-poccess {
  border-top: none;
  margin-bottom: 20px;
}

.order-d-h-poccess .order-tracking-process {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.luxury-summary-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
}


.luxury-summary-header {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.luxury-total-price {
  color: var(--main-color);
  font-size: 20px;
}

.luxury-section-header-p {
  border-top: 1px solid #f0ede5;
  padding-top: 15px;
}

.luxury-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.order-h-summary {
  display: initial;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}

.order-history-section {
  margin-bottom: 30px;
}

.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--main-color);
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  /* Highest z-index to ensure icons are on top */
}

.luxury-orderh-page .luxury-main-content .order-history-section:last-child {
  margin-bottom: 00px;
}

.order-hp-details .order-item-image {
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
}

.order-hp-details .order-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.cart-row {
  display: table-row;
}

.cart-th,
.cart-td {
  display: table-cell;
}

.cart-th {
  font-weight: 600;
}

.cart-header {
  display: table-header-group;
}

.cart-body {
  display: table-row-group;
}

.wishlist-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  padding-left: 30px;
}

.cart-td-first {
  display: flex;
  align-items: center;
  gap: 25px;
}

.cart-td-second {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* 
.cart-td-second >*{
  min-width: 130px;
  width: 100%;
max-width: 100%;
} */
.cart-row .cart-td:first-child,
.cart-row .cart-th:first-child {
  min-width: 370px;
  max-width: 430px;
}

.cart-list-table .cart-th,
.cart-list-table .cart-td {
  padding: 20px 10px;
  text-align: left;
  vertical-align: middle;
  min-width: 140px;

}

.cart-body .cart-row:nth-child(even) {
  background: #f9f9f9;

}

.cart-header .cart-row {
  background: #f9f9f9;

}


.cart-list-table .page-header {
  padding-top: 25px;
}

.cart-new .cart-side-img .cart-img {
  position: sticky;
  top: 0;
  left: 0;
  min-height: 800px;
  max-height: 100vh;
  overflow: hidden;
  height: 100%;
}

/* .cart-new .cart-table {
  position: sticky;
  top: 0px;
  left: 0;
} */
.cart-new .cart-list-table {
  width: 65%;
  padding-left: 40px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

/* .cart-page .container {
        max-width: 100%;
    } */



.mobile-bar-icon {
  display: none;
}

.header-s-cart {
  display: none;
}

/*      .page-header h1 {
  font-size: 35px;
  color: var(--main-color);
  margin: 0px 0 3px 0;
  font-weight: 400;
  letter-spacing: 0px;
     } */


.mobile-menu-popup .menu-header .menu li.my-account {
  padding-top: 0;
}

.mobile-menu-popup .menu-header .menu li.my-account a {
  margin-top: 0;
}

.mobile-menu-popup .menu-header .menu li {
  padding: 8px 0;
  text-transform: capitalize;
}


.mobile-menu-popup .menu-dropdown {
  display: block;
}

.mobile-menu-popup .dropdwon-main {
  padding: 0;
  border: none;
}

.mobile-menu-popup .menu-header .menu-dropdown li {
  padding: 2px 0;
  font-size: 15px;
}

.mobile-menu-popup .menu-dropdown .mega-box ul {
  padding-left: 10px;
  margin-bottom: 22px;
  margin-top: 0;

}

a:focus {
  outline: none !important;
  box-shadow: none;
  /*   border: none; */
}

.mobile-menu-popup .menu-dropdown .mega-box h6 {
  font-size: 18px;
  text-transform: capitalize;
  /* color: #000; */
  font-weight: 500;
}


.menu-head-back {
  /* padding-top: 4px; */
  padding-right: 8px;
  cursor: pointer;
  font-size: 22px;
}

.menu-head-back svg {
  height: 22px;
  width: 22px;
  stroke-width: 1px;
}

.menu-head-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--main-color);
}

.menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 8px 14px;
  border-bottom: 1px solid #e8e6e1;
  position: sticky;
  top: 0;
  background: #fff;
  left: 0;
  z-index: 9;

}

.menu-head-back button,
.menu-close-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}

.menu-close-btn svg {
  height: 22px;
  width: 22px;
  stroke-width: 1px;
}

.p-sub-menu-box {
  padding: 15px 20px 20px 20px;
}


.mobile-menu-popup.active {
  transform: translateX(0);
}

.menu-header.mobile-menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menu-header.mobile-menu>ul.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;

}

.menu-header.mobile-menu>ul.menu.submenu-active {
  transform: translateX(0%);
  z-index: 99;
}

.menu-header.mobile-menu ul.menu>li>.dropdwon-main {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translateX(0);
  z-index: 1200;
  opacity: 0;
}

.menu-header.mobile-menu ul.menu>li>.dropdwon-main.active {
  transform: translateX(-100%);
  opacity: 1;
}

/* Mobile menu sliding animations */
/*     .mobile-menu-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background-color: #fff;
        z-index: 1100;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    } */

.popup-main-menu:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.popup-main-menu:first-child {
  border-bottom: none;
}

.logout a {
  /*  border: 1px solid var(--main-color); */
  border: none;
  /* padding: 5px 12px !important; */
  text-align: center;
  margin-top: 8px;
}

.popup-main-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding-right: 0;
}

.popup-main-menu span svg {
  height: 22px;
  width: 22px;
  stroke-width: 1px;
}

.head-profile {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu-close {
  position: absolute;
  right: 36px;
  top: 16px;
  z-index: 999;
}

.mobile-menu-close svg {
  stroke: var(--main-color);
  position: absolute;
  stroke-width: 1px;
}

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

.mega-img {
  max-width: 450px;
  max-height: 280px;
  overflow: hidden;
}

.menu-dropdown .mega-box ul li {
  padding: 9px 0;
  font-size: 14px;
  text-transform: uppercase;
}

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

.mobile-menu-popup .menu-header .menu li a {
  padding: 6px 4px;
}

li.filter-name.filter-btn {
  display: none;
}


.filter-name button {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.filter-name.filter-btn {
  padding-left: 0;
}

.filter-name button svg {
  height: 16px;
  width: 16px;
  stroke-width: 1px;
}

.filter-name button span {
  margin-left: 8px;
}




.filter-popup {
  width: 350px;
  height: 100%;
  position: fixed;
  left: -350px;
  top: 0;
  background-color: #fff;
  transition: left 0.3s ease;
  z-index: 1200;
  /*  display: none; */
}

.filter-popup.active {
  left: 0;
}

.filter-popup-head {
  padding: 18px 20px 5px 20px;
  border-bottom: 1px solid #e8e6e1;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .6px;
  color: var(--main-color);
  font-weight: 500;
}

.filter-popup-head svg {
  height: 22px;
  width: 22px;
  stroke-width: 1px;
}

.p-filters-content {
  padding: 20px;
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 140px;
}

.p-filters-box h3 {
  font-size: 18px;
  color: var(--main-color);
}

.p-filters-box ul {
  padding-left: 15px;
}

.p-filters-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  font-size: 16px;
  letter-spacing: .6px;
}

.p-filters-box .pricelabel {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: .6px;
}

.p-filters-box input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-right: 8px;
  accent-color: var(--main-color);
}

.p-filters-btn-box .p-filter-btn {
  width: 100%;
}

.p-filters-btn-box .p-filter-btn button {
  width: 100%;
  padding: 3px 12px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  border: 2px solid var(--main-color);
  letter-spacing: .6px;
}

.p-filters-btn-box {
  position: sticky;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 15px;
  padding: 20px;
  background-color: #fff;
}

.p-filters-btn-box .p-filter-btn .filter-apply {
  background-color: var(--main-color);
}

.p-filters-btn-box .p-filter-btn .filter-cencel {
  background-color: transparent;
  color: var(--main-color);
}

.p-filters-btn-box .p-filter-btn .filter-cencel:hover {
  background-color: var(--main-color);
  color: #fff;
}

/* width */
.p-filters-content::-webkit-scrollbar {
  width: 5px;
  display: none;
}

/* Track */
.p-filters-content::-webkit-scrollbar-track,
.review-section::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
.p-filters-content::-webkit-scrollbar-thumb,
.review-section::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 5px;
}

/* Handle on hover */
.p-filters-content::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}

.mobile-menu-popup .menu-header .menu .mega-box li a {
  padding: 0px 0px;
}

.filter-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.filter-overlay.active {
  display: block;
}


.review-section::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;

}



/* about */




.about-us-container {
  margin: 0 auto;
  /*   padding: 80px 20px; */
  color: #000;
  position: relative;
}

.about-lvvyome {
  text-align: center;
  color: #000;
}

/* .about-lvvyome h2 {
  margin-bottom: 00px;
} */

/* 
.about-lvvyome .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
} */

/* .about-lvvyome .col-md-4 {
    flex: 0 0 32%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.about-lvvyome img {
  width: 100%;
  height: auto;
  /* border-radius: 4px; */
  margin-bottom: 20px;
  object-fit: cover;
}

.about-lvvyome h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: 24px;
}

.about-lvvyome p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  /*    max-width: 280px; */
  margin-left: auto;
  margin-right: auto;

}

.about-lvvyome a.learn-more {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.about-lvvyome a.learn-more:hover {
  color: #c49a4a;
}

.about-lvvyome-box {
  padding: 10px 20px 0 20px;
}

.about-lvvyome-img {
  width: 100%;
  /* height: 400px; */
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
  /*   border-radius: 3px; */
}

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

.about-lvvyome-text {
  padding: 0 20px;
}

/* Responsive */
@media (max-width: 768px) {
  /*   .about-lvvyome .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    } */
}

.about-us-top-text {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #555;
}

.about-us-heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 35px auto;
  color: #000;
}

/* .decorative-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto 80px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
 }*/

.about-us-content {
  display: flex;
  flex-direction: column;
  /*     gap: 80px; */
  /*     margin: 60px auto 0 auto; */
  border-radius: 5px;
}

.about-section-1,
.about-section-2 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.about-left-1,
.about-left-2,
.about-right-1,
.about-right-2 {
  flex: 1;
}

.about-left-1 {
  font-family: 'montage', serif;
}

.about-left-1 .section-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #c49a4a;
}

.about-left-1 .main-heading {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #222;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stacked-image {
  width: 100%;
  max-width: 350px;
  border-radius: 8px;
  object-fit: cover;
}

.about-right-1 {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.description-text {
  margin: 0;
}

.about-left-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.overlap-images {
  position: relative;
  width: 400px;
  height: 280px;
}

.overlap-image {
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.large-image {
  width: 220px;
  top: 0;
  left: 0;
  z-index: 2;
}

.small-image {
  width: 180px;
  top: 40px;
  left: 140px;
  z-index: 1;
}

.about-right-2 {
  font-family: 'montage', serif;
  color: #000;
}

.about-right-2 .main-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  color: #222;
}

.about-right-2 .description-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

.learn-more-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #c49a4a;
}

.about-us-description {
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {

  .about-section-1,
  .about-section-2 {
    flex-direction: column;
    gap: 40px;
  }

  .about-left-1,
  .about-left-2,
  .about-right-1,
  .about-right-2 {
    width: 100%;
  }

  .about-us-heading {
    font-size: 32px;
  }

  .about-left-1 .main-heading {
    font-size: 32px;
  }

  .about-right-2 .main-heading {
    font-size: 28px;
  }

  .stacked-image {
    max-width: 100%;
  }

  .overlap-images {
    width: 100%;
    height: auto;
    position: relative;
  }

  .overlap-image {
    position: relative;
    width: 50%;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
}

.sd-main-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #222;
  margin-bottom: 20px;
}

.sd-intro-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  max-width: 700px;
  margin-bottom: 40px;
}

.sd-stats-container {
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
}

.sd-stat-item {
  width: 100%;
}

.sd-percentage {
  font-weight: 900;
  font-size: 48px;
  color: #2c2c3a;
  display: inline-block;
  margin-right: 10px;
}

.sd-percentage-desc {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #2c2c3a;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 12px;
}

.sd-subheading {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #2c2c3a;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sd-description {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .sd-stats-container {
    flex-direction: column;
    gap: 40px;
  }
}





/* contact */

.contact-section {
  padding: 50px 0;
  /*       text-align: center; */
}

.contact-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--main-color);
}

.contact-info {
  margin: 0px 0 40px 0;
}

.contact-info i {
  font-size: 32px;
  margin-bottom: 15px;
  color: #444;
  display: block;
}

.map-container {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  border-radius: 5px;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 5px;
  border-radius: 0;
}

.contact-btn-submit {
  background: var(--main-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 0;
  border: none;
  min-width: 150px;
  border-radius: 3px;
  margin-top: 15px;
}

/* .contact-btn-submit:hover {
      background: ;
    } */

.contact-box {
  max-width: 800px;
  margin: 0 auto;
  /* padding: 30px 20px; */
  padding: 30px;
}

.contect-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: var(--main-color);
  margin: 0 auto;
  margin-bottom: 10px;
}

.contect-icon svg {
  stroke: #fff;
  height: 22px;
  width: 22px;
}

.contact-details h5 {
  font-size: 24px;
  color: var(--main-color);
  padding: 5px 25px;
}

.contact-details p {
  font-size: 16px;
  letter-spacing: .6px;
  margin-bottom: 0;
}

.contact-sourcs-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  height: 100%;
}

.contect-sourcs h3 {
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 0;
}

.contact-source-btn {
  padding: 5px 12px;
  max-width: 250px;
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: var(--main-color);
  color: #fff;
  margin: 0 auto;
}

.contact-source-btn a {
  color: #fff;
  letter-spacing: .6px;
}

.contact-section-top {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px auto;
}

.contact-section-top h2 {
  margin-bottom: 0;
}

/* .contact-form-box {
  margin-top: 80px;
} */
.contact-details {
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin: 0 12px;
  height: 100%;
}

.contact-form-box .contact-section-top {
  text-align: left;
  margin: 0;
  max-width: auto;
  padding: 30px 40px;
  max-width: 500px;
  background-color: #f9f9f9;
  height: 100%;
  width: 100%;
}

.contact-form-box .contact-section-top h2 {
  margin-bottom: 15px;
  font-size: 40px;
}

.contact-form-box {
  border: 1px solid #e5e5e5;
  margin-top: 60px;
}




.write-review {
  margin-bottom: 30px;
}

.write-review h4 {
  font-size: 23px;
  margin-bottom: 4px;
}

.write-review h5 {
  font-size: 18px;
  margin: 0;
}

.review-stars {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  /*  max-width: 200px; */
}

.review-submit {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
  letter-spacing: .6px;
  margin-top: 20px;
}

.write-review textarea {
  border-radius: 0;
  font-size: 14px;
}

.write-review .c-rating {
  gap: 10px;
  font-size: 24px;
}

.write-review .c-rating svg {
  height: 24px;
  width: 24px;
}

.write-review .c-rating span {
  padding: 3px 6px;
}

.review-main-box {
  display: flex;
  gap: 30px;
  margin: 0px 0 20px 0;
  justify-content: center;
}

.review-img {
  width: 100%;
}

.app-btns button,
.app-btns a {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 25px;
  font-size: 14px;
  letter-spacing: .6px;
  border: 2px solid var(--main-color);
}

.app-cencel {
  margin-left: 15px;
  color: var(--main-color);
  background-color: transparent;
  padding: 8px 25px !important;
}

.app-submit {
  background-color: var(--main-color);
  color: #fff;
}

.app-cencel:hover {
  color: #fff;
  background-color: var(--main-color);
}


.app-btns {
  margin-top: 25px;
  text-align: center;
}

.app-head {
  margin-bottom: 30px;
  /*   border-bottom: 1px solid #e5e5e5; */
}

.app-head h2 {
  font-size: 32px;
  color: var(--main-color);
  text-align: center;
}

.app-main-form .form-group {
  margin-bottom: 10px;
}

.app-head p {
  font-size: 18px;
}

.app-main-form .form-group textarea {
  min-height: 70px;
}

.event-time {
  margin-bottom: 0px;
}

.event-info p {
  margin-bottom: 0;
}

.app-left {
  background-color: #f9f9f9;
  height: 100%;
  width: 100%;
}

.appointment-box {
  max-width: 750px;
  margin: 0 auto;
}

.summary-item .pd-btn {
  margin-top: 0;
}



.event-number {
  font-size: 5rem;
  font-weight: 300;
  color: #eee;
  user-select: none;
}

.event-name {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e6e1;
  color: var(--main-color);
  letter-spacing: .6px;
}

.event-info,
.event-box {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  letter-spacing: .6px;
}



.event-row {
  /*  margin-bottom: 5rem; */
  align-items: center;
}

.event-image {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

.bottom-section {
  background: url('img/bt2.jpg') center center/cover no-repeat;
  color: #fff;
  padding: 6rem 2rem;
  text-align: left;
  font-family: 'Georgia', serif;
  position: relative;
}

.bottom-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.bottom-section .subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.bottom-section .btn-view {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.bottom-section .btn-view:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* 
.event-box {
    padding-left: 50px;
} */

.event-box.event-box-text-right {
  /*     padding-right: 50px; */
  padding-left: 0;
  text-align: right;
}

.event-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.event-img {
  /*   height: 500px; */
  width: 100%;
  aspect-ratio: 1;
  /*   height: 100% */
  /*   width: 100%; */
  overflow: hidden;
}

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

.event-pdding-box {
  padding: 40px 0 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e6e1;
}

.event-pdding-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.event-pdding-box:first-child {
  padding-top: 0;
}



.pd-try-btns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}


.pd-try-btns li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  cursor: pointer;
}

.pd-try-btns li span {
  display: flex;
  justify-content: center;
  align-items: center;
  /*  height: 30px;
  width: 30px; */
  border-radius: 50%;
}

.pd-try-btns li span svg {
  stroke: var(--main-color);
  height: 14px;
  width: 14px;
}


.story-main {
  font-size: 25px;
  letter-spacing: .6px;
}

.story-text {
  font-size: 16px;
}

/* Our Story Page Styles */
.our-story-container {
  /*  padding: 5rem 0; */


}

.our-story-header {
  text-align: center;
  /* margin-bottom: 3rem; */
  /* background: linear-gradient(to bottom, white, #fff4f4); */
  background-color: #f9f9f9;
  padding: 200px 0 !important;
  background: url(../img/menu.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.our-story-title {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;

}

.our-story-subtitle {
  font-size: 20px;
  color: #fff;
  line-height: normal;
}


/* .our-story-section {
  text-align: center;
   margin-bottom: 4rem; 
  padding: 0 40px;
} */

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}

.our-philosophy-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* .philosophy-item {
  margin-bottom: 2rem;
} */

.philosophy-box {
  background: #fff;
  padding: 40px 40px;
  margin: 0 15px;
  /*   border-radius: 8px; */
  height: 100%;
  text-align: center;
  /* margin-bottom: 4rem; */

}

.philosophy-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 1rem;
}

.philosophy-description {
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

.story-sp {
  padding: 100px 0;
}

.philosophy-content {
  background-color: #f9f9f9;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.our-story-section {
  text-align: center;
}

.our-story-container p {
  margin-bottom: 0;
}

.philosophy-box .section-heading h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 20px;
}


.our-story-section .section-heading h2 {
  margin-bottom: 15px;
}


.header-icons .sm-icons li {
  position: relative;
}


.header-icons .sm-icons li .item-count {
  position: absolute;
  min-height: 20px;
  min-width: 20px;
  font-size: 12px;
  background-color: var(--main-color);
  color: #fff;
  top: -9px;
  right: -13px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-icons.header-right {
  padding-right: 18px;
}

.header-icons.header-left {
  padding-left: 18px;
}

.bvideo-main {
  width: 100%;
  aspect-ratio: 1;
}

.view-toggle button {
  text-decoration: underline;
}

.header-left .user-svg {
  width: 27px !important;
  margin-right: 15px;
}

.header-left .user-profile span {
  display: block;
  width: 100%;
}

.header-left .profile-name {
  width: 100%;
  text-transform: uppercase;
  margin-top: 4px;
  color: var(--main-color);
}

.main-chat {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  cursor: pointer;
  z-index: 999999;
}

.main-chat svg {
  stroke: #fff;
  fill: #fff;
  height: 20px;
  width: 20px;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-8px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-10px);
  }

  60% {
    -moz-transform: translateY(-8px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-10px);
  }

  60% {
    -o-transform: translateY(-8px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-8px);
  }
}





.pd-slider-main,
.pd-slider-main .slider-item,
.pd-slider-main .slick-track {
  width: 100% !important;
  aspect-ratio: 1;
}

/* 
         .pd-slider-nav, .pd-slider-nav .slider-item, .pd-slider-nav .slick-track {
            width: 100% !important;
        }
  */
/* .pd-slider-main .slick-list, .pd-slider-nav .slick-list {
            height: auto !important;  
        } */

.pd-slider-main .slider-item.slick-slide:not(.slick-active) {
  display: none !important;
}

.pd-slider-main .slick-slide.slick-active {
  left: 0px !important;
}


.pd-page-header-navigation .pd-share-icon a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
}

.pd-page-header-navigation .pd-share-icon a svg {
  height: 17px;
  width: 17px;
}

.pd-page-header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.odr-activity-box .review-submit{
  padding: 5px 10px;
  cursor: pointer;
}
.odr-activity-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0;
}


.cencel-modal{
  max-width: 600px !important; 
}

.cencel-modal textarea{
  min-height: 100px;
}


#global_action_loader img {
  animation: spin 1s linear infinite;
  transform-origin: center center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dynamic-page h2{
  margin-bottom: 8px;
  margin-top: 15px;
  font-size: 22px;
  color: var(--main-color);
}
.dynamic-page p{
  margin-bottom: 0;
}
.dynamic-page p a{
color: var(--main-color);
text-decoration: underline;
}

.dynamic-page ul {
    list-style: disc;
    padding-left: 28px;
}
.dynamic-page{
   max-width: 950px !important;
}

.cn-footer{
  background-color: #fff;
}


.qta-flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.qta-flex .p-item-card .luxury-item-price{
  width: auto !important;
}
.qtf-width{
  width: 100%;
}
 .qtf-width .luxury-item-details{
  width: 100%;
}