.common_padding {
  padding: 70px 0;
}
.home_banner_menu .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home_banner_menu {
  position: relative;
  background: url("../images/banner-image.webp") no-repeat center center;
  background-size: cover;
  min-height: 750px;
}

.home_banner_section {
  min-height: 750px;
  display: flex;
  align-items: center;
}

.home_banner_section_inner {
  min-height: 750px;
}

.banner_content {
  max-width: 500px;
  text-align: center;
  padding: 30px 0;
}

.banner_top_design {
  margin-bottom: 15px;
}

.banner_bottom_design {
  margin-top: 15px;
  margin-bottom: 20px;
}

.banner_content h1 {
  font-size: 65px;
  line-height: 75px;
  color: #111111;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}

.banner_content h1 span {
  display: block;
  color: #0f6d67;
  font-size: 72px;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  margin-top: 8px;
}

.banner_content p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0 auto 30px;
  text-align: left;
}

.banner_btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.banner_btns a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop_btn {
  background: #b37b28;
  color: #fff;
  padding: 14px 30px;
  border: 1px solid #b37b28;
  font-size: 16px;
  font-weight: 500;
}

.shop_btn:hover {
  background: transparent;
  color: #b37b28;
  border: 1px solid #b37b28;
}

.explore_btn {
  background: transparent;
  color: #b37b28;
  padding: 14px 30px;
  border: 1px solid #d5b37d;
  font-size: 14px;
  font-weight: 500;
}

.explore_btn:hover {
  background: #b37b28;
  color: #fff;
}
.marquee_section {
  padding: 30px 0;
  overflow: hidden;
}

.marquee_features {
  display: flex;
  align-items: center;
}

.feature_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 40px;
}

.feature_item span {
  font-size: 16px;
  color: #111111;
  white-space: nowrap;
}

/* @keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

.craftsmanship_footer {
  background: #00392f url("../images/footer-desktop.webp") center center
    no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/*=========================
TOP AREA
=========================*/

.craftsmanship_top {
  padding: 50px 0 40px;
  background: url("../images/footer-pattern.png") center center;
  background-size: cover;
  border-bottom: 1px solid rgba(201, 165, 92, 0.35);
}

.craftsmanship_heading {
  text-align: center;
  margin-bottom: 50px;
}

.craftsmanship_heading h2 {
  color: #b58a41;
  font-size: 52px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}

.craftsmanship_features .col-lg-3 {
  position: relative;
}

.craftsmanship_features .col-lg-3:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 110px;
  background: rgba(198, 161, 91, 0.5);
}

.feature_box {
  display: flex;
  gap: 15px;
}

.feature_content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature_content p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

/*=========================
MIDDLE
=========================*/

.craftsmanship_middle {
  padding: 50px 0;
  position: relative;
  border-bottom: 1px solid rgba(201, 165, 92, 0.35);
}

.footer_brand {
  max-width: 280px;
}

.footer_logo {
  margin: 0px auto 20px;
  display: table;
}

.footer_brand p {
  color: #d9d9d9;
  line-height: 1.9;
}

.social_links {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 18px;
  justify-content: center;
}

.social_links li a {
  color: #c9a55c;
  font-size: 18px;
}

.footer_links h3 {
  color: #c9a55c;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 25px;
  position: relative;
}

.footer_links h3:after {
  content: "";
  width: 48px;
  height: 1px;
  background: #c9a55c;
  position: absolute;
  left: 0;
  bottom: -8px;
}

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

.footer_links ul li {
  margin-bottom: 12px;
}

.footer_links ul li a {
  color: #e7e7e7;
  text-decoration: none;
  font-size: 16px;
}

.contact_info ul li {
  color: #e7e7e7;
  padding-left: 30px;
  position: relative;
}

.contact_info ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #c9a55c;
}

.footer_leaf {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: 120px;
}

.footer_leaf_left {
  left: 0;
}

.footer_leaf_right {
  right: 0;
}

/*=========================
BOTTOM
=========================*/

.craftsmanship_bottom {
  padding: 20px 0;
}

.copyright_text {
  color: #d8d8d8;
}

.payment_icons {
  text-align: right;
}

.payment_icons img {
  max-width: 180px;
}
.curated-collections {
  background-color: #fff5e4;
}

.collection-left {
  padding-right: 40px;
}

.collection-icon {
  max-width: 70px;
  margin-bottom: 15px;
}

.collection-left h2 {
  font-size: 52px;
  line-height: 62px;
  color: #b07a2a;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
}
.collection-left h2 span {
  display: block;
}
.collection-left p {
  font-size: 16px;
  color: #111111;
  max-width: 260px;
  margin: 0;
}

.collection-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.collection-card h3 {
  font-size: 32px;
  color: #111111;
  margin: 15px 0 10px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

.collection-card p {
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  margin-bottom: 10px;
}

.collection-arrow {
  font-size: 32px;
  color: #222;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}
.freshly-curated {
  background-color: #fff5e4;
  padding-bottom: 70px;
}

.section-icon {
  max-width: 90px;
  margin-bottom: 10px;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 400;
  color: #b4843d;
  margin-bottom: 15px;
}

.section-desc {
  max-width: 600px;
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
}

.product-card {
  margin-bottom: 30px;
}

.product-image {
  width: 100%;
  aspect-ratio: 1/1.08;
  object-fit: cover;
  display: block;
}

.product-title {
  font-size: 18px;
  color: #222;
  margin-top: 15px;
  margin-bottom: 12px;
  line-height: 1.4;
  height: 40px;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.inspired-heritage-section {
  position: relative;
  background: url("../images/inspired-by-heritage.webp") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

.heritage-content {
  max-width: 650px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.section-icon {
  width: 70px;
  margin-bottom: 15px;
}

.heritage-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;
  color: #a67c35;
  margin: 25px 0;
}

.heritage-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #111111;
  max-width: 560px;
  margin: 0;
}
.customer_favorites {
  background-color: #fff5e4;
}
.customer_favorites_header h2 {
  color: #a67c35;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 1.15;
}
.customer_favorites_header p {
  color: #111111;
  font-size: 16px;
  line-height: 26px;
}
.customer_favorites_header p span {
  display: block;
}
.customer_favorites_header {
  margin-bottom: 24px;
}
.contact_section {
  position: relative;
  background: url("../images/contact-us.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.contact_content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}

.contact_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 400;
  color: #a67c35;
  line-height: 1.1;
  margin-bottom: 20px;
}

.contact_desc {
  font-size: 16px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 35px;
}

.contact_info {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact_info span {
  color: #333;
  font-size: 15px;
}
.contact_info span a {
  color: #333 !important;
  font-size: 15px;
}
.contact_form_box {
  background: #f8f1e8;
  padding: 35px;
  position: relative;
  z-index: 2;
  border: 1px solid #A67C35;
  box-shadow: 0px 4px 7px #00000040;
}

.form_title {
  color: #a67c35;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact_form_box .form-control {
  border: 1px solid #d8cdbf;
  border-radius: 0;
  height: 54px;
  background: transparent;
  margin-bottom: 15px;
  box-shadow: none;
}

.contact_form_box textarea.form-control {
  height: 120px;
  resize: none;
}

.contact_btn {
  width: 100%;
  background: #0f5c54;
  border: none;
  color: #fff;
  height: 54px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.contact_btn:hover {
  background: #0c4b45;
}
.shop_occasion_section {
  padding: 70px 0;
  background: #fff5e4;
}

.section_heading {
  margin-bottom: 50px;
}

.heading_shape {
  width: 75px;
  margin-bottom: 12px;
}

.section_heading h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 400;
  color: #a67c35;
  margin: 0;
  line-height: 1.2;
}

.occasion_card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.occasion_card img {
  width: 100%;
  transition: all 0.6s ease;
  display: block;
}

.occasion_overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.1) 100%
  ); */
  display: flex;
  align-items: flex-end;
  padding: 25px;
}

.occasion_content {
  color: #fff;
  transform: translateY(0);
  transition: 0.4s ease;
}

.occasion_content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.occasion_content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #ffff;
  max-width: 290px;
}

/* Hover Effect */

.occasion_card:hover img {
  transform: scale(1.12);
}

.occasion_card:hover .occasion_overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.occasion_card:hover .occasion_content {
  transform: translateY(-8px);
}
.contact_info_footer {
  padding-left: 30px;
}
/* Tablet */
.pagination-wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-pagination {
  gap: 8px;
  flex-wrap: wrap;
}

.custom-pagination .page-link {
  border: none;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: none;
}

.custom-pagination .page-item.active .page-link {
  background: #d9d9d9;
  color: #222;
}

.custom-pagination .page-link:hover {
  background: #d9d9d9;
  color: #222;
}

/* Previous Button */
.custom-pagination .prev-btn .page-link {
  background: #515151;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 18px;
}

/* Next Button */
.custom-pagination .next-btn .page-link {
  background: #0f4d4a;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 18px;
}

.ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  color: #222;
  font-weight: 500;
}

/* Mobile */
.sarees_banner {
  position: relative;
  overflow: hidden;
  background: #efe4d2;
}

.sarees_banner_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  z-index: 1;
}

.sarees_banner .container {
  position: relative;
  z-index: 2;
}

.sarees_banner_inner {
  min-height: 420px;
  display: flex;
  align-items: center;
}

/* .sarees_banner_content {
  max-width: 520px;
  padding: 40px 30px;
  position: relative;
  background: rgba(239, 228, 210, 0.88);
  border: 1px solid #c9b18a;
}


.sarees_banner_content:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #c9b18a;
  pointer-events: none;
} */

.breadcrumb_list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.breadcrumb_list li {
  font-size: 14px;
  color: #b48742;
  position: relative;
}
.breadcrumb_list li:first-child::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #666;
}
.breadcrumb_list li a {
  color: #222;
  text-decoration: none;
}

.banner_shape {
  width: 70px;
  margin-bottom: 15px;
}

.sarees_banner_content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  color: #b48742;
  font-weight: 400;
  margin-bottom: 15px;
}

.sarees_banner_content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 340px;
  margin: 0;
}
.contact_banner_content p {
  max-width: 500px;
}
.sarees_banner_img_mobile {
  display: none;
}
.product_section {
  padding: 40px 0 60px;
  background-color: #fff5e4;
}

/* Breadcrumb */
.breadcrumb_custom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.breadcrumb_custom li {
  font-size: 15px;
  color: #444;
  position: relative;
}
.breadcrumb_custom li:last-child {
  color: #a67c35;
}
.breadcrumb_custom li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #999;
}

.breadcrumb_custom a {
  color: #444;
  text-decoration: none;
}

/* Image */
.product_img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Product Title */
.product_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  line-height: 1;
  color: #a57b36;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Price */
.price_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.sale_price {
  font-size: 48px;
  font-weight: 700;
  color: #005f63;
}

.old_price {
  color: #7a7a7a;
  text-decoration: line-through;
  font-size: 22px;
}

/* Description */
.short_desc {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}

/* Buttons */
.product_btns {
  display: flex;
  gap: 15px;
  margin: 30px 0px 35px;

}

.cart_btn {
  background: #ab7e2c;
  color: #fff;
  border: none;
  min-width: 220px;
  height: 54px;
  transition: 0.3s;
}

.cart_btn:hover {
  background: #8f6924;
}

.buy_btn {
  min-width: 220px;
  height: 54px;
  border: 1px solid #c9a45d;
  background: transparent;
  color: #a57b36;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy_btn:hover {
  background: #c9a45d;
  color: #fff;
}

/* Content */
.section_title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000000;
}

.product_content p {
  line-height: 1.8;
  color: #333;
}

.highlight_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight_list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
}

.highlight_list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: 600;
}
.other_products_section {
  position: relative;
  background: url(../images/other-products.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.other_products_section_heading h2 {
  margin-top: 15px;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 400;
  color: #a67c35;
  line-height: 1.1;
  margin-bottom: 20px;
}
.luxury-contact-main-wrapper {
  background: #fff5e4;
  padding: 70px 0;
}

/* Heading */
.luxury-contact-heading-area {
  text-align: center;
  margin-bottom: 60px;
}

.luxury-contact-heading-icon {
  font-size: 22px;
  color: #b88b3a;
  line-height: 1;
  margin-bottom: 10px;
}

.luxury-contact-heading-title {
  color: #b88b3a;
  font-size: 48px;
  font-weight: 400;
  font-family: Georgia, serif;
  margin: 0;
}

/* Left Side */
.luxury-contact-left-content {
  padding-right: 20px;
}

.luxury-contact-left-title {
  color: #b88b3a;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.luxury-contact-single-item {
  margin-bottom: 20px;
}

.luxury-contact-single-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.luxury-contact-single-text {
  color: #666;
  font-size: 14px;
}

.luxury-contact-single-text i {
  color: #b88b3a;
  margin-right: 8px;
}

/* Map */
.luxury-contact-map-image-box {
  margin-top: 25px;
}

.luxury-contact-map-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Form Box */
.luxury-contact-form-outer-box {
  background: #f7f7f7;
  padding: 30px;
}

.luxury-contact-form-title {
  color: #b88b3a;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.luxury-contact-input-field {
  border: 1px solid #ddd;
  border-radius: 0;
  min-height: 48px;
  box-shadow: none !important;
  font-size: 14px;
}

.luxury-contact-textarea-field {
  border: 1px solid #ddd;
  border-radius: 0;
  min-height: 120px;
  resize: none;
  box-shadow: none !important;
  font-size: 14px;
}

.luxury-contact-submit-button {
  width: 100%;
  background: #003f43;
  border: none;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  transition: 0.3s;
}

.luxury-contact-submit-button:hover {
  background: #002d30;
  color: #fff;
}
.uxchk-wrapper {
  background: #fff5e4;
  padding: 30px 20px 50px;
  width: 100%;
}

.uxchk-breadcrumb {
  font-size: 14px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uxchk-breadcrumb a {
  color: #111;
  text-decoration: none;
}

.uxchk-breadcrumb .uxchk-current {
  color: #b78a3d;
  font-weight: 500;
}

.uxchk-stepper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Connecting Line */
.uxchk-stepper::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 60px;
  right: 60px;
  height: 1px;
  background: #c79b4b;
  z-index: 1;
}

.uxchk-step {
  position: relative;
  z-index: 2;
  text-align: center;
  min-width: 120px;
}

.uxchk-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c79b4b;
  background: #f5efe3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.uxchk-icon i {
  font-size: 24px;
  color: #b88a3d;
  line-height: 1;
}

/* Active */
.uxchk-active .uxchk-icon {
  background: #0f5b59;
  border-color: #0f5b59;
}

.uxchk-active .uxchk-icon i {
  color: #fff;
}

.uxchk-label {
  margin-top: 12px;
  font-size: 15px;
  color: #b88a3d;
  font-weight: 500;
}

.uxchk-active .uxchk-label {
  color: #0f5b59;
}
.luxury-contact-single-text a {
  color: #666 !important;
}
.luxcart_section_main {
  background: #fff5e4;
  padding: 20px 0 50px 0;
}

.luxcart_title_top img {
  margin-bottom: 10px;
}

.luxcart_title_top h1 {
  font-size: 48px;
  color: #b58b42;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
}

.luxcart_title_top p {
  font-size: 18px;
  color: #333;
}

.luxcart_table_header {
  border-bottom: 1px solid #a89d8d;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
}

.luxcart_single_product {
  border-bottom: 1px solid #a89d8d;
  padding: 20px 0;
}

.luxcart_product_img img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.luxcart_product_title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.luxcart_product_color {
  font-size: 13px;
  color: #666;
}

.luxcart_price_txt {
  font-weight: 600;
}

.luxcart_qty_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.luxcart_qty_btn {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 3px;
  background: #b58b42;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.luxcart_qty_value {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
}

.luxcart_remove_btn {
  margin-top: 40px;
  font-size: 13px;
  cursor: pointer;
}

.luxcart_remove_btn i {
  margin-right: 5px;
}

.luxcart_summary_box {
  background: #fff;
  padding: 25px;
}

.luxcart_summary_box h3 {
  margin-bottom: 25px;
}

.luxcart_summary_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}

.luxcart_total_row {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  font-weight: 700;
}

.luxcart_checkout_btn {
  width: 100%;
  background: #0d5b57;
  color: #fff;
  border: none;
  padding: 14px;
  margin-top: 20px;
}

.luxcart_continue_btn {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #b58b42 !important;
  padding: 10px 30px;
  color: #b58b42 !important;
  text-decoration: none;
}
.luxcart_summary_sticky {
  position: sticky;
  top: 20px;
}
.luxcart_summary_title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.luxcart_summary_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31%;
  height: 1px;
  background: #cfcfcf;
}
.luxchk_input_field {
  height: 42px;
  border: 1px solid #d8c8a6;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  color: #555;
  box-shadow: none !important;
}

.luxchk_input_field:focus {
  border-color: #c9a96e;
}

.luxchk_price_box {
  background: #ffffff;
  padding: 18px 16px;
}

.luxchk_price_title {
  font-size: 34px;
  font-family: Georgia, serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}

.luxchk_price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  color: #222;
}

.luxchk_first_total {
  font-weight: 600;
}

.luxchk_divider_line {
  height: 1px;
  background: #9f9f9f;
  margin: 10px 0 18px;
}

.luxchk_discount_text {
  color: #ff4d4d;
}

.luxchk_green_total {
  color: #2ba84a;
}

.luxchk_final_total {
  font-weight: 700;
  margin-bottom: 18px;
}

.luxchk_coupon_left {
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}

.luxchk_apply_btn {
  background: #0c5b55;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
}

.luxchk_payment_btn {
  width: 100%;
  border: none;
  background: #0c5b55;
  color: #fff;
  height: 46px;
  font-size: 14px;
  margin-bottom: 14px;
}

.luxchk_security_text {
  text-align: center;
  font-size: 11px;
  color: #444;
}
select.luxchk_input_field {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.luxchk_coupon_wrap {
  display: flex;
  align-items: center;
  background: #d9ecec;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.luxchk_coupon_input_wrap {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.luxchk_coupon_input_wrap img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 8px;
  flex-shrink: 0;
}

.luxchk_coupon_input {
  width: 100%;
  border: none;
  background: transparent;
  height: 46px;
  font-size: 14px;
  color: #555;
  outline: none;
  box-shadow: none;
}

.luxchk_coupon_input::placeholder {
  color: #777;
}

.luxchk_apply_btn {
  border: none;
  background: #0c5b55;
  color: #fff;
  min-width: 90px;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .luxcart_summary_sticky {
    position: static;
  }

  .luxcart_summary_box {
    margin-top: 30px;
  }

  .luxcart_table_header {
    display: none;
  }

  .luxcart_single_product .col-lg-2,
  .luxcart_single_product .col-lg-1 {
    margin-top: 15px;
  }

  .luxcart_price_txt,
  .luxcart_qty_box,
  .luxcart_line_total {
    text-align: left !important;
    justify-content: flex-start;
  }
  .luxchk_price_box {
    margin-top: 20px;
  }

  .luxchk_price_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .luxchk_form_wrapper909 {
    margin-top: 40px;
  }

  .luxchk_apply_btn {
    padding: 10px 18px;
  }
}
@media (max-width: 575px) {
  .luxchk_apply_btn {
    min-width: 75px;
    padding: 0 15px;
  }

  .luxchk_coupon_input {
    font-size: 13px;
  }
  .luxcart_title_top h1 {
    font-size: 36px;
  }

  .luxcart_product_img img {
    width: 90px;
    height: 90px;
  }
  .new_product_block {
    margin-bottom: 15px;
  }
  .luxchk_price_title {
    font-size: 24px;
  }

  .luxchk_price_row {
    font-size: 13px;
  }

  .luxchk_coupon_left {
    font-size: 12px;
  }
}
/* Privacy Policy End */
@media (min-width: 1440px) {
  .home_banner_section {
    min-height: 850px;
  }
}
@media (max-width: 1199px) {
  .banner_content h1 {
    font-size: 56px;
    line-height: 66px;
  }
  .collection-left h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inspired-heritage-section {
    background-position: left;
  }
}
@media (max-width: 991px) {
  .luxury-contact-left-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .luxury-contact-heading-title {
    font-size: 38px;
  }
  .product_title {
    font-size: 42px;
    margin-top: 25px;
  }

  .sale_price {
    font-size: 36px;
  }

  .old_price {
    font-size: 18px;
  }

  .section_title {
    font-size: 32px;
  }
  .contact_info_footer {
    padding-left: 0px;
  }
  .shop_occasion_section {
    padding: 60px 0;
  }

  .section_heading h2 {
    font-size: 46px;
  }

  .occasion_content h3 {
    font-size: 20px;
  }
  .contact_section {
    padding: 60px 0;
  }

  .contact_content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .contact_title {
    font-size: 42px;
  }
  .inspired-heritage-section {
    padding: 60px 0;
  }

  .heritage-content {
    max-width: 100%;
    text-align: center;
    margin: auto;
  }

  .heritage-title {
    font-size: 40px;
  }

  .heritage-desc {
    max-width: 100%;
  }

  .inspired-heritage-section::after {
    width: 180px;
    height: 120px;
    opacity: 0.4;
  }
  .collection-left {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .collection-left p {
    margin: auto;
  }

  .collection-left h2 {
    font-size: 38px;
  }

  .collection-card img {
    height: 260px;
  }
  .craftsmanship_heading h2 {
    font-size: 38px;
  }

  .craftsmanship_features .col-lg-3:after {
    display: none;
  }

  .feature_box {
    margin-bottom: 30px;
  }

  .footer_brand {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer_links {
    margin-bottom: 30px;
  }
  .home_banner_menu,
  .home_banner_section,
  .home_banner_section_inner {
    min-height: 650px;
  }

  .banner_content h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .banner_content h1 span {
    font-size: 40px;
  }
  .shop_btn {
    padding: 14px 18px;
  }
  .section-title {
    font-size: 40px;
  }

  .product-title {
    font-size: 16px;
  }

  .product-price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .luxcart_section_row {
    display: grid;
  }
  .luxcart_section_row_one {
    order: 2;
  }
  .luxcart_section_row_two {
    order: 1;
  }
  .luxury-contact-main-wrapper {
    padding: 50px 0;
  }

  .luxury-contact-heading-title {
    font-size: 30px;
  }

  .luxury-contact-form-outer-box {
    padding: 20px;
  }

  .luxury-contact-map-image {
    height: 220px;
  }
  .product_section {
    padding: 30px 0;
  }

  .product_title {
    font-size: 34px;
  }

  .sale_price {
    font-size: 30px;
  }

  .product_btns {
    flex-direction: column;
  }

  .cart_btn,
  .buy_btn {
    width: 100%;
    min-width: 100%;
  }

  .section_title {
    font-size: 28px;
  }
  .sarees_banner_content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .sarees_banner_img_destop {
    display: none;
  }
  .sarees_banner_img_mobile {
    display: block;
    height: 547px;
  }
  .sarees_banner_inner {
    padding-left: 40px;
  }
  .shop_occasion_section {
    padding: 40px 0;
  }

  .section_heading {
    margin-bottom: 35px;
  }

  .section_heading h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading_shape {
    width: 60px;
  }

  .occasion_overlay {
    padding: 20px;
  }

  .occasion_content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .occasion_content p {
    font-size: 14px;
  }
  .contact_section {
    position: relative;
    background: url(../images/contact-us-mb.webp) center center no-repeat;
    background-size: cover;
  }
  .margin_top_y {
    margin-top: 0 !important;
  }
  .contact_section {
    padding: 50px 0;
  }

  .contact_title {
    font-size: 28px;
    line-height: 38px;
  }

  .contact_desc {
    font-size: 14px;
  }

  .contact_form_box {
    padding: 25px;
  }

  .form_title {
    font-size: 24px;
  }

  .contact_section::before {
    width: 140px;
    height: 140px;
  }

  .contact_section::after {
    width: 110px;
    height: 110px;
  }
  .common_padding {
    padding: 40px 0;
  }
  .customer_favorites_header h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .inspired-heritage-section {
    position: relative;
    background: url(../images/inspired-by-heritage-mb.webp) center center
      no-repeat;
  }
  .inspired-heritage-section {
    padding: 451px 0px 50px 0px;
  }
  .heritage-content {
    text-align: left;
  }
  .section-icon {
    width: 55px;
    margin: 0 auto 12px;
    display: block;
  }

  .heritage-title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .heritage-desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .inspired-heritage-section::after {
    width: 120px;
    height: 80px;
  }
  .product-card img {
    width: 100%;
  }
  .collection-left {
    text-align: left;
  }
  .collection-left h2 span {
    display: unset;
  }
  .curated-collections {
    padding: 30px 0;
  }

  .collection-left h2 {
    font-size: 32px;
  }

  .collection-card h3 {
    font-size: 30px;
  }

  .collection-card img {
    height: 220px;
  }
  .copyright_text {
    font-size: 14px;
  }
  .craftsmanship_middle {
    padding-bottom: 0;
  }
  .feature_box {
    margin-bottom: 20px;
    border-bottom: 1px solid #c6a15b;
    padding-bottom: 20px;
  }
  .contact_info {
    padding-left: 0px;
  }
  .craftsmanship_top {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .craftsmanship_heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .craftsmanship_heading {
    margin-bottom: 30px;
  }
  .feature_content h4 {
    font-size: 18px;
  }
  .feature_icon {
    text-align: center;
  }

  .footer_brand {
    text-align: center;
  }

  .social_links {
    justify-content: center;
  }

  .payment_icons,
  .copyright_text {
    text-align: center;
  }

  .payment_icons {
    margin-top: 15px;
  }

  .footer_leaf {
    display: none;
  }
  .home_banner_menu {
    background-position: 70% center;
  }

  .home_banner_menu,
  .home_banner_section,
  .home_banner_section_inner {
    min-height: 600px;
  }

  .banner_content {
    /* max-width: 100%; */
    padding-top: 80px;
    /* background: rgba(255, 255, 255, 0.75);
    border-radius: 10px; */
  }

  .banner_content h1 {
    font-size: 34px;
  }

  .banner_content h1 span {
    font-size: 46px;
  }

  .banner_content p {
    font-size: 14px;
    line-height: 24px;
  }

  .banner_btns {
    flex-direction: column;
    align-items: center;
  }

  .banner_btns a {
    width: 220px;
    text-align: center;
  }
  .feature_item {
    margin: 0 20px;
  }

  .feature_item span {
    font-size: 16px;
  }
  .freshly-curated {
    padding: 40px 0;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-desc {
    font-size: 14px;
  }

  .product-title {
    font-size: 15px;
  }

  .product-price {
    font-size: 22px;
  }
  .other_products_section_heading h2 {
    font-size: 32px;
  }
  .contact_information_row {
    display: grid;
  }
  .contact_information_row_two {
    order: 1;
  }
  .contact_information_row_one {
    order: 2;
  }
}
@media (max-width: 576px) {
  .uxchk-wrapper {
    padding: 22px 15px 30px;
  }

  .uxchk-breadcrumb {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .uxchk-stepper {
    max-width: 100%;
  }

  .uxchk-step {
    min-width: auto;
    flex: 1;
  }

  .uxchk-stepper::before {
    left: 40px;
    right: 40px;
    top: 25px;
  }

  .uxchk-icon {
    width: 52px;
    height: 52px;
  }

  .uxchk-icon i {
    font-size: 24px;
  }

  .uxchk-label {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact_banner_content p {
    max-width: 340px;
  }
  .custom-pagination {
    gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .custom-pagination .page-link {
    min-width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .ellipsis {
    min-width: 35px;
  }
  .collection-left h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
  }
  .collection-left h2 span {
    display: unset;
  }
  .collection-left p {
    max-width: unset;
  }
  .collection-card img {
    height: 200px;
  }

  .collection-card h3 {
    font-size: 26px;
  }
  .home_banner_menu,
  .home_banner_section,
  .home_banner_section_inner {
    min-height: 1200px;
  }
  .home_banner_section_inner {
    align-items: unset !important;
  }
  .banner_bottom_design img {
    width: 100%;
  }
  .home_banner_menu {
    background: url(../images/mobile-bg.webp) no-repeat;
  }
  .banner_content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner_content p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .banner_content h1 span {
    font-size: 40px;
  }
}
@media (max-width: 458px) {
  .custom-pagination .prev-btn .page-link {
    margin-right: 5px;
  }
  .custom-pagination .next-btn .page-link {
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 399px) {
}
@media (max-width: 370px) {
}
@media (max-width: 350px) {
}
@media (max-width: 346px) {
}
