@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
  font-family: 'Jazmin Alt';
  src: url('../fonts/jazminalt/JazminAlt-SemiBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* /styles/variables.css  */
:root {
  /* 🎨 Color Palette */

  /* Background Colors */
  --color-bg-primary: #FFFBF6;
  /* Previously --color-header-bg */
  --color-bg-secondary: #FFEFD7;
  /* Previously --color-section-bg-1 */
  --color-bg-accent: #DE9DBB33;
  /* Previously --color-alert-bg */

  /* Border Colors */
  --color-border-primary: #DE9DBB;
  --color-border-secondary: #D9D9D9;
  /* Previously --color-header-border */

  /* Icon Colors */
  --color-icon-primary: #383838;
  /* Previously --color-icon */
  --color-icon-accent: #FBD7A3;
  /* Previously --color-icon-alt */

  /* Text Colors */
  --color-text-primary: #000000;
  /* Primary text color */
  --color-text-secondary: #DE9DBB;
  /* Secondary text color */
  --color-text-accent: #FBD7A3;
  /* Text highlight color */
  --color-text-muted: #D8C0CB;
  /* Muted text color */
  --color-white: white;
  /* 🖋️ Fonts */
  --font-heading: "Playfair Display", serif;
  --font-body: "Lato", sans-serif;
  --font-banner: 'Jazmin Alt', serif;
}

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

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-primary);
  background-color: #fff;
}
*{
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading);
}

.banner-heading {
  font-family: var(--font-banner);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: inherit;
}

/* ========= utility classes ======  */


.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 120px;

}


p {
  font-size: 18px;
  line-height: 30px;
}

.btn-primary {
  background-color: var(--color-white);
  color: var(--color-text-primary);
  padding: 17px 40px;
  border-radius: 43px;
  text-decoration: none;

  display: inline-block;
  border: 1px solid var(--color-icon-primary);
  font-size: 20px;
  font-weight: 700;
  min-width: 224px;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-text-primary);
  padding: 17px 40px;
  border-radius: 43px;
  min-width: 224px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--color-text-primary);
  font-size: 20px;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
  background-color: var(--color-icon-primary);
  color: var(--color-white);
}

.section-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
  color: var(--color-text-primary);
  margin-bottom: 25px;
}

.white-text {
  color: #fff;
}

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

.common-section-tag {
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 15px;
  line-height: 100%;
  font-size: 24px;
}




/* =========== Header -section  ======== */
.top-bar {
  background-color: var(--color-bg-accent);
  padding: 13px 40px;
}

.top-bar div p {
  text-align: center;
  font-size: 16px;
  font-weight:bold;
  position: relative;
  font-family: var(--font-body);
}

.top-bar div .close-bar {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

header {
  background: var(--color-bg-primary);
  min-height: 55px;
  border-bottom: 1px solid var(--color-text-secondary);
}

header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrapper .header-logo {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: bold;
}

.header-wrapper .header-logo img {
  width: 80px;
  height: auto;
}

.header-wrapper .nav-list {
  display: flex;
  gap: 25px;
  font-size: 15px;
}

.nav-list a {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary);
  line-height: 100%;
}

.header-wrapper .nav-icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.icon-link-shopping-bag {
  position: relative;
}

.icon-link-shopping-bag p {
  background: #000;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

.menu-toggle,
.close-menu-toggle {
  display: none;
  background: none;
  border: none;
}


.nav-icons .contact-btn {
  border: 1px solid var(--color-text-secondary);
  padding: 15px 20px;
  border-radius: 30px;
  color: var(--color-text-secondary);
  background: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
}










/* ================ Commmon hero section slider =============  */

.reusable-hero-slider {
  width: 100%;
  height: 75vh;
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: var(--color-white);
  background: transparent;
}



.hero-content h1 {
  font-family: var(--font-heading);
  font-size: 55px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.hero-content h6 {
  font-size: 32px;
  color: white;
  font-weight: 600;
  font-family: var(--font-banner);
  margin: 10px 0;
}

.highlight {
  color: var(--color-text-accent);
}

.hero-content .cta {
  margin-top: 25px;
  padding: 13px 24px;
  border: 1px solid var(--color-white);
  background: transparent;
  color: var(--color-text-muted);
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}


/* Custom Arrows */
.custom-arrow-wrapper {
  position: absolute;
  color: white;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 99;
}

.custom-arrow-wrapper .custom-arrow {
  width: 41px;
  height: 41px;
  border: 1px solid #FFFFFF4D;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow-wrapper .swiper-hero-button-next {
  right: 20px;
}

.custom-arrow-wrapper .custom-arrow,
.featured-brides-button-next {
  color: var(--color-text-primary);
  border-color: var(--color-text-primary);
}

.custom-arrow-wrapper .swiper-hero-button-prev,
.custom-arrow-wrapper .swiper-hero-button-next {
  color: white;
  border-color: #FFFFFF4D;
}

.swiper-hero-button-prev {
  left: 20px;
}

.custom-arrow-wrapper .custom-arrow,
.custom-arrow-wrapper .featured-brides-button-next {
  right: 20px;
}

.custom-arrow-wrapper .featured-brides-button-prev {
  left: 10px;
}

.swiper-hero-button-prev::after,
.swiper-hero-button-next::after {
  display: none;
}

.custom-arrow i {
  font-size: 16px;
  color: inherit;
}


/* Pagination */
.hero-swiper-pagination {
  padding-bottom: 20px;
  position: absolute;
  position: absolute !important;
  width: 100%;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white !important;
  border-radius: 50%;
  opacity: 1;
  margin: 0 7px !important;
  position: relative;
}

.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid white;
  border-radius: 50%;
  box-sizing: border-box;
}



/* ======== BOOK OPPOINMENT  */
.book-an-appointment-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
}

.book-an-appointment-section .heading-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}

.book-an-appointment-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}


.appointment-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 2px solid var(--color-text-secondary);
  color: #d79ab9;
  padding: 21px 28px;
  max-height: 59px;
  border-radius: 9999px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: background 0.3s ease;
}

.appointment-btn i {
  font-size: 18px;
  color: #000;
}

.appointment-btn:hover {
  background-color: #fbeff5;
}


/* ========== COMMON PRODUCTS CARD =======   */
.common-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 21px;
  margin-top: 30px;
  justify-content: flex-start;
}

.product-card {
  flex: 1 1 calc((100% - 42px) / 3);
  position: relative;
  max-width: calc((100% - 42px) / 3);
  text-align: start;
}

.product-card figure img {
  width: 100%;
  border-radius: 2px;
  min-height: 422px;
  object-fit: cover;
  margin-bottom: 15px;
}

.product-card figure p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--font-heading);
}

.product-card figure h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-primary);
  font-family: var(--font-body);

}
.product-card figure .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}
.product-card figure .sellable{
  justify-content: space-between;
}

.image-overlay .btn-sellable{
  padding: 8px 18px;
  background-color: var(--color-bg-secondary);
  border-radius: 20px;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 600;
  display: none;
  border: none;
} 
.sellable .btn-sellable{
  display: block;
}
.image-overlay .wishlist-btn 
{
  background: transparent;
  outline: none;
  cursor: pointer;
  border: none;
}
.image-overlay  .wishlist-btn img {
width: 34px;
height: 34px; 
}





/* ======== Common style  */
.designer-page-common-wrapper {
  display: flex;
  flex-wrap: wrap;info-card"
  align-items: stretch;
  gap: 21px;
  margin-top: 30px;
  justify-content: flex-start;
}

.designer-page-common-card {
  flex: 1 1 calc((100% - 42px) / 3);
  max-width: calc((100% - 42px) / 3);
  text-align: center;
}

.designer-page-common-card figure img {
  width: 100%;
  border-radius: 2px;
  min-height: 422px;
  object-fit: cover;
  margin-bottom: 25px;
}

.designer-page-common-card figure p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: var(--font-heading);
}

.designer-page-common-card figure h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-primary);
  font-family: var(--font-body);

}


/* ======== COMMON HERO SECTION ========== */
.common-hero-section{
  min-height: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}

.common-hero-section  h1 {
  font-family: var(--font-heading);
  font-size: 55px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.common-hero-section h6 {
  font-size: 32px;
  color: white;
  font-weight: 600;
  font-family: var(--font-banner);
  margin: 10px 0;
}


/* ========== Footer ===================== */
.site-footer {
  background: var(--color-bg-secondary);
  color: #333;
  position: relative;
  margin-top: 50px;
  padding-top: 131px;
}

.footer-logo {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;

}


.footer-description {
  text-align: center;

  margin: 0 auto 40px;
  font-size: 18px;
  color: var(--color-text-primary);
  line-height: 1.6;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 99px;
  color: var(--color-text-primary);
}

.footer-column {
  flex: 1 1 160px;
  margin: 10px;
}

.footer-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 50px;
  color: var(--color-text-primary);
}

.footer-column p,
.footer-column address,
.footer-column ul li {
  font-size: 16;
  color: var(--color-text-primary);
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.footer-column a {
  text-decoration: none;
  transition: color 0.2s;
  color: var(--color-text-primary);
}

.footer-column a:hover {
  color: #e74c8c;
}

.footer-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-badges img {
  max-height: 70px;
}

.footer-bottom {
  border-top: 1px solid var(--color-text-primary);
  padding: 25px 0;

}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  color: var(--color-text-primary);
  font-weight: 400;
}

.footer-socials a {
  margin-left: 25px;
}

.footer-socials a img {
  width: 38px;
  height: 38px;
}




@media screen and (max-width:1320px) {
  .container {
    padding-inline: 60px;
  }
}

@media screen and (max-width:1162px) {
  .container {
    padding-inline: 30px;
  }

  .header-wrapper .nav-icons {
    gap: 15px;
  }

  .nav-list a {
    font-size: 14px;
  }
    .common-cards-wrapper .product-card {
    flex: 1 1 calc((100% - 21px) / 2);
    max-width: calc((100% - 21px) / 2);
  }
}

@media screen and (max-width:968px) {
  header {
    position: relative;
  }

  .menu-toggle,
  .close-menu-toggle {
    display: inline-block;
    border-left: 1px solid var(--color-text-secondary);
    padding-left: 10px;
    font-size: 24px;
  }

  .close-menu-toggle {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 20px;
    border: none;
  }

  .nav-icons .icon-link-heart,
  .nav-icons .icon-link-search {
    display: block;
  }
  button.menu-toggle {
    order: 4;
}
  .nav-icons .contact-btn {
    display: none;
  }

  .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 120px 50px;
    z-index: 88;
    transition: left 0.3s ease-in-out;
  }

  .nav-list.active {
    left: 0;
  }

  .nav-list a {
    font-size: 18px;
    border-bottom: 1px solid var(--color-text-secondary);
    width: 100%;
    padding-bottom: 10px;
  }


    .designer-page-common-wrapper .designer-page-common-card {
    flex: 1 1 calc((100% - 21px) / 2);
    max-width: calc((100% - 21px) / 2);
  }

  .footer-columns {
    justify-content: center;
    gap: 30px;
  }

  .footer-column {
    flex: 1 auto calc(50% - 40px);
    max-width: calc(50% - 40px);
  }

  .footer-description {
    padding: 0 20px;
  }

  .footer-logo {
    top: -80px;
  }

  .footer-badges {
    gap: 40px;
  }

  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }


}

@media(max-width: 768px) {
  .swiper {
    height: 500px;
  }
  .common-hero-section h1{
    font-size: 40px;
  } 
   .common-hero-section h6{
    font-size: 28px;
  }
  .common-hero-section{
    min-height: 400px;
  }
  .hero-content h1 {
    font-size: 32px;
  }

  .section-title {
    font-size: 30px;
  }

  .text-description {
    font-size: 16;
  }
    .common-cards-wrapper {
    flex-direction: column;
  }
  .common-cards-wrapper .product-card {
    max-width: 100%;
  }
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    max-width: 100% ;
    padding: 50px 40px !important;
    margin: 0 auto;
}
.wp-block-woocommerce-cart.alignwide {
  max-width: 100% ;
    padding: 50px 40px !important;
    margin: 0 auto;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {
   max-width: 100% ;
    padding: 50px 40px !important;
    margin: 0 auto;
}
}


@media (max-width: 662px) {
  .designer-page-common-wrapper {
    flex-direction: column;
  }
  .designer-page-common-wrapper .designer-page-common-card {
    max-width: 100%;
  }
 
}



@media(max-width: 568px) {
  .top-bar {
    padding-inline: 0px;
  }

  .top-bar div p .close-bar {
    right: -10px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content h6 {
    font-size: 26px;
    max-width: 90%;
  }

  .text-description {
    font-size: 14;
  }

  .footer-logo img {
    width: 120px;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-description {
    font-size: 16px;
  }

  .footer-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-column p,
  .footer-column address,
  .footer-column ul li {
    font-size: 14px;
  }

  .footer-socials a img {
    width: 30px;
    height: 30px;
  }

  .footer-badges img {
    max-height: 50px;
  }

  .footer-logo {
    top: -60px;
  }
}
.footer-logo img {
    width: 173px;
}

.nav-list li {
    list-style-type: none;
}
.top-bar .container {
    position: relative;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    background-color: #de9dbb;
    padding: 10px;
    border-radius: 50%;
    color: #ffefd7;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    background-color: #de9dbb;
    padding: 10px;
    border-radius: 50%;
}

span.tinvwl_add_to_wishlist-text {
    display: none;
}
button#load-more-btn {
    background-color: transparent;
    color: var(--color-text-primary);
    padding: 17px 40px;
    border-radius: 43px;
    min-width: 224px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-text-primary);
    font-size: 20px;
    font-weight: 700;
    transition: background 0.3s ease, color 0.3s ease;
}

.filter-group-parent {
  margin-bottom: 12px;
}

.filter-group-parent > label {
  font-weight: 600;
  display: block;
}

.sub-term-list {
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.sub-term {
  display: block;
  font-style: italic;
}

.filter-sidebar label.active {
  color: #c43b7b;
}


form#wc-block-components-totals-coupon__form
 {
    flex-direction: column;
    gap: 10px;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input
 {
    flex: 0px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: black;
    color: white;
    border-radius: 30px;
    height: 60px;
}
input#wc-block-components-totals-coupon__input-coupon:focus-visible{
    outline:none !important;
}
input#wc-block-components-totals-coupon__input-coupon , .wc-block-components-form .wc-block-components-text-input input[type=text] , .wc-block-components-text-input input[type=text] , .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-components-form .wc-block-components-text-input input[type=email]{
    border-color: #DEE0DF !important;
    border-radius: 2px !important;
    border: 1px solid;
}

.wc-block-components-panel[aria-expanded="true"] .wc-block-components-panel__content {
  display: block !important;
}
svg.wc-block-components-panel__button-icon {
    display: none;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained
 {
    background: black;
    border-radius: 30px;
    height: 60px;
    color: white;
    border: none;
}
/*cart page css***/

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
  background: black;
    color: white;
    border-radius: 30px;
    height: 60px;  
}
.wc-block-components-quantity-selector:after{
    display:none;
}
.wc-block-components-quantity-selector {
    border: 1px solid !important;
    border-radius: 30px !important;
    height: 60px !important;
    width: 138px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    margin-top: 10px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block
 {
    border: 1px solid #D9D9D9;
    padding: 20px;
    height: fit-content;
    border-radius: 10px;
}
/***header menu css**/

ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    background: #fffbf6;
    padding: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    pointer-events: none; 
     z-index: 999;
}

.menu-item:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
ul.sub-menu li {
    padding: 10px;
}

/**whislist page css**/

.woocommerce-message{
        background-color: #DE9DBB33 !important;
    padding: 20px;
    border-radius: 10px;
}
.tinv-wishlist .product-price {
    font-size: 17px;
    font-weight: 500;
    text-align: center;

}
.tinv-wishlist th.product-name, .tinv-wishlist th.product-date, .tinv-wishlist th.product-stock, .tinv-wishlist td.product-name, .tinv-wishlist td.product-date , .tinv-wishlist td.product-stock {
    border-bottom: 1px solid #DADADA;
}
.tinv-wishlist button.button.alt {
    background: black;
    border-radius: 30px;
    height: 44px;
    color: white;
    border: none;
}
.tinvwl-to-right.look_in button.button {
    background: black;
    border-radius: 30px;
    height: 44px;
    color: white;
    border: none;
    width: 25%;
}
.tinv-wishlist .social-buttons {
    display: none;
}
.tinvwl-to-left.look_in button {
    background: black;
    width: 100%;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    height: 37px;
    border-radius: 30px;
    border: none !important;
}

/*Search CSS*/

.footer-search {
  position: fixed;
  top: -150%;
  left: 0;
  right: 0;
  background: white;
  z-index: 9999;
  transition: top 0.6s ease;
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
          
.footer-search.show {
  top: 0;
}
.search-box input:focus-visible {
    outline: none !important;
}
.footer-search h6 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
}

.search-box input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
}

.search-box button {
  background: none;
  border: none;
  padding: 0 16px;
  cursor: pointer;
}

.close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
}


/**search product**/
.inner-product-card
 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

}
.search-product-grid .product-card {
    width: 100% !important;
    max-width: 100%;
}
.search-product-grid img.p-card-img {
    border-radius: 10px !important;
}
.search-product-grid {
    margin-top: 30px;
}
.inner-product-card.search-scroll-enabled {
    margin-top: 20px;
}
h4.search-result-title {
    text-align: left;
    font-size: 18px;
}
.inner-product-card.search-scroll-enabled {
  min-height: 300px;
  max-height: 550px;
  overflow-y: auto;
  padding-right: 10px;
}
.admin-bar div#footer-search {
    padding-top: 64px;
}
.inner-product-card .product-card figure img {
    height: 250px ;
    min-height: 250px;
    width: 100%;
}
.inner-product-card figcaption h6 {
    margin-bottom: 10px;
margin-top: 10px;
line-height: 27px;
}
p.no-results-message {
    text-align: left;
}
.inner-product-card {
    margin-top: 20px;
}

section.page-content.normal-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-content.normal-content h1{
    font-size:55px;
    line-height: 100%;
    font-weight: 600;
    padding-bottom: 25px;
}
.page-content.normal-content p{
    font-size:18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 25px;
}
.page-content.normal-content h3{
    font-size:22px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 25px;
}

.page-content.normal-content h5{
    font-size:20px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 25px;
}

.page-content.normal-content h6{
    font-size:18px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 25px;
}

.page-content.normal-content h4{
    font-size:20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 25px;;
}
.page-content.normal-content ul li{
    list-style-type: none;
    padding-left: 10px;
}
.page-content.normal-content ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 16px;
}
.page-content.normal-content ul {
    
    padding-bottom: 25px;
}
.page-content.normal-content ul li:before {
  content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    color: #333;
    font-size: 14px;
}
.page-content.normal-content .important-notice {
    padding: 30px;
    background: #F8EBF1;
    border: 1px solid #DE9DBB;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 0px;
    position: relative;
}
.page-content.normal-content .important-notice img.badge-notice {
    position: absolute;
    right: -42px;
    top: -60px;
}
.page-content.normal-content .important-notice .notice-info p {
    max-width: 85%;
}
.page-content.normal-content .important-notice .notice-info ul li {
    color: #121212;
    line-height: 30px;
}
.page-content.normal-content .important-notice .inner-notice-wrapper {
    display: flex;
    align-items: center;
}
.page-content.normal-content .important-notice h2
 {
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    padding-bottom: 25px;
}
.page-content.normal-content .tracking-number h2
 {
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 25px;
}
.page-content.normal-content .important-notice ul {
    padding-bottom: 0px;
}
.page-content.normal-content .tracking-number {
    background: #E2E2E2;
    padding: 30px;
    border-radius: 10px;
}
.page-content.normal-content .tracking-number p{
    padding-bottom: 0px;
}
a.desk-btn.btn-primary {
    text-align: center;
}
a.btn-secondary {
    text-align: center;
}
.discover-gallery-banner a {
    color: #D8C0CB;
}

input#min-price,input#max-price {
    border: 1px solid #ccc;
    height: 28px;
    padding-left: 10px;
border-radius: 4px;
margin-top: 5px;
}
.min-max {
    flex-direction: column;
}
section.accessories-collection-section .search-box {
    width: 100%;
    max-width: 1106px;
}
section.accessories-collection-section input[type="search"] {
    height: 50px;
}
section.accessories-collection-section .product-search {
    padding-bottom: 110px;
}

.page-id-10 .woocommerce{
    display: flex;
    gap: 50px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce .woocommerce-MyAccount-content {
    width: 80%;
}
 li.woocommerce-MyAccount-navigation-link:before{
	display:none !important;
}
li.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
} {
   
    border-bottom: 1px solid #ccc;
    margin-top: 16px;
}
a.btn-primary {
    text-align: center;
}

form.cart {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.qty:focus-visible{
outline:none;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments{
background-color: black !important;
    color: white !important;
    padding: 15px !important;
border-radius: 10px !important;
}
.woocommerce-noreviews{
margin-top: 20px;
    margin-bottom: 20px;
}
.qty {
    border: 1px solid #ccc !important;
    height: 50px !important;
    border-radius: 50px !important;
    margin-top: 5px;
    padding-left: 20px !important;
}
.form-submit input#submit:hover{
cursor:pointer;
}
.form-submit input#submit {
    background-color: var(--color-white);
    color: var(--color-text-primary);
    padding: 17px 40px;
    border-radius: 43px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--color-icon-primary);
    font-size: 20px;
    font-weight: 700;
    min-width: 224px;
    transition: background 0.3s ease, color 0.3s ease;
margin-top:20px;
}
.footer-column p {
    font-size: 16px !important;
}
.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.woocommerce-Addresses .woocommerce-Address {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.woocommerce-Addresses .woocommerce-Address:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.woocommerce-Addresses .woocommerce-Address-title h2 {
  font-size: 1.25rem;
  margin: 0;
  color: #333;
}

.woocommerce-Addresses .woocommerce-Address-title .edit {
  font-size: 0.875rem;
  color: #0073aa;
  text-decoration: none;
}

.woocommerce-Addresses .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}

.woocommerce-Addresses address {
  font-style: normal;
  color: #555;
  line-height: 1.6;
}
header.woocommerce-Address-title.title {
    background: none;
}
/* Responsive */
@media (min-width: 768px) {
  .woocommerce-Addresses .woocommerce-Address {
    width: 48%;
  }
}

/***Account detail tab on account page css**/
.woocommerce-EditAccountForm {
  background: #fdfdfd;
  border: 1px solid #ccc;
  padding: 2rem;
  border-radius: 12px;
  margin: auto;
  
}

.woocommerce-EditAccountForm label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  transition: border 0.3s ease;
}

.woocommerce-EditAccountForm input:focus {
  border-color: #0073aa;
  outline: none;
}

.woocommerce-EditAccountForm fieldset {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.woocommerce-EditAccountForm fieldset legend {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0 0.5rem;
}

.woocommerce-EditAccountForm .password-input {
  position: relative;
  display: flex;
}

.woocommerce-EditAccountForm .password-input input {
  flex: 1;
}

.woocommerce-EditAccountForm .password-input button.show-password-input {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 4.5c-7.333 0-11 7.5-11 7.5s3.667 7.5 11 7.5 11-7.5 11-7.5-3.667-7.5-11-7.5zm0 13c-3.037 0-5.5-2.463-5.5-5.5s2.463-5.5 5.5-5.5 5.5 2.463 5.5 5.5-2.463 5.5-5.5 5.5zm0-9a3.5 3.5 0 100 7 3.5 3.5 0 000-7z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.woocommerce-EditAccountForm button.woocommerce-Button {
  background: none;
    color: black;
    border: 1px solid #000000;
    width: 261px;
    height: 60px;
    border-radius: 43.48px;
    font-size: 20.29px;
    font-weight: 700;
    font-family: 'Lato';
   margin-top:20px;
}

.woocommerce-EditAccountForm span#account_display_name_description {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #777;
}

@media (min-width: 768px) {
  .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-EditAccountForm .form-row-last {
    width: 48%;
    float: left;
  }

  .woocommerce-EditAccountForm .form-row-last {
    float: right;
  }

  .woocommerce-EditAccountForm .clear {
    clear: both;
  }
}

@media (max-width: 768px) {
    .mc_form_inside
 {
    flex-direction: column;
    gap: 5px;
}
.mc_container {
    width: 100% !important;
}
div#mc_message
 {
   
    bottom: -25px !important;
}
.newsletter-box
 {   padding-top: 55px !important;
    padding-bottom: 55px !important;
}
form#mc_signup_form {
    width: 100%;
    max-width: 100%;
}
.mc_container {
    width: 100%;
    max-width: 100%;
}
.real-brides-card-slider .swiper-slide img {
        height: 400px !important;
        object-fit: contain;
    }
.real-brides-card-slider h5, .real-brides-card-slider h6 {
    text-align: center;
	}
  .footer-search h6
 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
}
.inner-product-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.inner-product-card .product-card figure img {
    height: auto;
	}
div#footer-search {
    height: 100%;
    min-height: 100vh;
    overflow: scroll;
}
.blog-teaser-section {
    padding-bottom:0px !important;
}
	.sottero-design-section{
padding-top:50px !important;
}
.book-an-appointment-section {
padding-bottom:10px!important;
	}
.designer-page-common-wrapper {
gap: 45px;
	}
.appointment-video video {
height: 300px;
	}
.private-appointments .btn-muted {
font-size: 16px !important;
	}
.rights-btns-wrapper .grid-btns-wrapper {
display:none !important;
	}
.product-grid
 {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }
.newsletter-title.main-newsletter {
    flex-direction: column;
}
.events-buttons {
    flex-direction: column;
}
.single-event-map {
    padding-bottom: 50px !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.woocommerce {
    flex-direction: column !important;
}
}

/***Biilling adrees form field style**/
/* WooCommerce Billing Form Styling */
.woocommerce-address-fields {
 margin-top:20px;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid #ccc;
  border-radius:10px;
}

.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
button.button {
    background: none;
    color: black;
    border: 1px solid #000000;
   
  
    
}
.woocommerce-address-fields__field-wrapper .form-row {
  flex: 1 1 45%;
  min-width: 250px;
}

.woocommerce-address-fields__field-wrapper .form-row-wide {
  flex: 1 1 100%;
}

.woocommerce-address-fields label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  color: #333;
}

.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"],
.woocommerce-address-fields select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  font-size: 1rem;
  color: #333;
}

.woocommerce-address-fields input:focus,
.woocommerce-address-fields select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

.woocommerce-address-fields .required_field .required {
  color: #e74c3c;
}
/***after order place css**/

.woocommerce-order {
  color: #333;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

.woocommerce-order .woocommerce-notice {
  background-color: #e6f9ed;
  color: #1a7f37;
  border-left: 5px solid #1a7f37;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  font-size: 1.1em;
}

.woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.woocommerce-order-overview li {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  font-size: 0.95em;
}

.woocommerce-order-overview strong {
  display: block;
  font-size: 1.1em;
  margin-top: 5px;
}

.woocommerce-order-details {
  margin-top: 30px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #111;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.woocommerce-order-details .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.woocommerce-order-details .shop_table th,
.woocommerce-order-details .shop_table td {
  border: 1px solid #e6e6e6;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}

.woocommerce-order-details .shop_table thead {
  background-color: #f2f2f2;
}

.woocommerce-order-details .shop_table tfoot {
  background-color: #fafafa;
  font-weight: bold;
}

.woocommerce-order-details .product-name a {
  color: #0073aa;
  text-decoration: none;
}

.woocommerce-order-details .product-name a:hover {
  text-decoration: underline;
}

.woocommerce-customer-details {
  margin-top: 20px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.woocommerce-customer-details address {
  line-height: 1.6;
  font-style: normal;
}

.woocommerce-customer-details p.woocommerce-customer-details--email {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}
li.woocommerce-order-overview__order.order:before, li.woocommerce-order-overview__date.date:before {
    display: none !important;
}
li.woocommerce-order-overview__email.email:before, li.woocommerce-order-overview__total.total:before , li.woocommerce-order-overview__payment-method.method:before {
    display: none !important;
}

input#mc_mv_EMAIL {
    height: 60px;
    outline: none;
    border: 1px solid var(--color-text-primary);
    border-radius: 43px;
    padding: 21px 30px;
    background: transparent;
    color: #4E4E4E;
    width: 100%;
    flex: 1;
    font-size: 18px;
}
input#mc_signup_submit
 {
    height: 60px;
    border: 1px solid var(--color-text-primary);
    background: transparent;
    border-radius: 43px;
    padding: 21px 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    max-width: 152px;
    color: var(--color-text-primary);
    flex: 1;
    font-size: 18px;
}
.mc_form_inside {
    display: flex
;
    align-items: center;
    position: relative;
    gap: 20px;
}
.mc_merge_var label
 {
    display: none;
}
.mc_container {
    margin-top:20px;
    width: 65%;
}
.mc_merge_var {
    width: 100%;
    max-width: 100%;
}
input#mc_signup_submit {
    margin-top: 0px;
}
input#mc_signup_submit {

    width: 100%;
}
input#mc_signup_submit {
    position: relative;
    top: -4px;
}
input#mc_signup_submit:hover {
    cursor: pointer;
}
div#mc_message {
    position: absolute;
    bottom: -12px;
    width: 100%;
}
div#mc_message {
    text-align: center;
}