/*
Theme Name: E-commerce Child Theme
Theme URI: https://anikaaggarwal.wpenginepowered.com/
Author: Ankita Aggarwal
Author URI: https://anikaaggarwal.wpenginepowered.com/
Version: 1.0
Template: e-commerce
*/

body {
	font-family: 'Karla', sans-serif;
	box-sizing: border-box;
	overflow-x: hidden;
	color: #1c1c1c;
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-wrapper * {
  font-family: 'Karla', sans-serif;
}
.main-wrapper a {
  color: #B43E54;
}
.main-wrapper p, 
.main-wrapper a, 
.main-wrapper span {
  font-size: 16px;
  font-family: 'Karla', sans-serif;
}
.main-wrapper h1, 
.main-wrapper h2, 
.main-wrapper h3, 
.main-wrapper h4, 
.main-wrapper h5, 
.main-wrapper h6 {
/*   font-family: 'TOP LUXURY', sans-serif; */
	 font-family: "Crimson Text", serif;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}
.custom-header {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}

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

.logo {
  flex: 1;
}

.main-nav {
  flex: auto;
  text-align: center;
}
.bg-center {
	background-position: center center !important;
}
.icons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.icon svg {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease-in-out;
}
a.icon:hover svg {
  transform: scale(1.15);
}
/* Main Menu Container */
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tax-product_cat .product-cat-banner{
    display: block !important;
}

/* Primary Menu Styling */
.single-product .product-detail-wrapper.spaced{
	padding: 3rem 0;
}
.main-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.main-menu > li {
  position: relative;
}

.main-menu a {
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 15px;
  display: block;
  transition: color 0.3s ease;
  color: #1C1C1C;
}

.main-menu a:hover,
.main-menu li:hover > a,
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a {
  color: #B43E54;
  text-decoration: none;
}

/* Dropdown Menu */
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #1C1C1C;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 100;
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.main-menu .menu-item-has-children > a::after {
  content: url('/wp-content/themes/e-commerce-child/assets/icons/down-arrow.svg');
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
}
.main-menu .current-menu-parent a {
    color: #b43e54;
}
.main-menu .sub-menu .current-menu-parent>a:after {
    display: none;
}
.main-menu .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-menu .sub-menu a {
  padding: 10px 15px;
  color: #ffffff;
}

.main-menu .sub-menu a:hover {
  color: #B43E54;
}
/* Mobile Menu Toggle Button */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.main-nav.active .main-menu a {
		color: #fff;
	}

/* Hide main menu on mobile */
@media (max-width: 768px) {
  .main-nav {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
    left: -100%;
      padding-top: 100px;

  }

  .main-nav.active {
    display: block;
  }

  .mobile-toggle {
    display: block;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .icons {
    margin-left: auto;
  }
}



.site-footer {
  background-color: #1C1C1C;
  color: #fff;
  padding: 0 0 10px;
  font-family: 'Karla', sans-serif;
}
.site-footer .row > * {
  margin-top:0;
}
.footer-column, .footer-column-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.top-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.top-footer h5 {
  position: relative;
  margin-bottom: 40px;
}
a.social-link {
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-footer h5::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  left: 0;
  bottom: -30px;
  background-color: #5F5145;
}
.footer-column {
    position: relative;
}
.footer-column::after {
    content: "";
    position: absolute;
    width:1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.12);
    right: 15px;
    bottom: 0;
}
.top-footer  ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.top-footer ul li {
    margin-bottom: 5px;
}
.top-footer ul a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.top-footer .footer-column-2 ul {
  column-count: 2;
  display: block;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.copyright-text {
  padding-top: 20px;
}
.footer-col h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #B43E54;
}

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

.footer-menu li {
  margin-bottom: 10px;
}
.footer-content p {
  margin-top: 60px;
    margin-bottom: 20px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #B43E54;
}

.footer-social-icons ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin-top: 15px;
}

.footer-social-icons svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: fill 0.3s ease;
}

.footer-social-icons a:hover svg {
  fill: #B43E54;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
}


.mobile-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-toggle.active {
	z-index: 2;
	position: absolute;
	right: 15px;
}
.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  display: block;
  background-color: #5F5145;
  height: 3px;
  width: 25px;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: '';
  position: absolute;
  left: 0;
	transition: all 0.5s ease-in-out;
}

.hamburger-icon::before {
  top: -8px;
}

.hamburger-icon::after {
  top: 8px;
}
.mobile-toggle.active .hamburger-icon::after {
	transform: rotate(-45deg);
	background-color: #fff;
	top: -6px;
}
.mobile-toggle.active .hamburger-icon::before {
	transform: rotate(45deg);
	background-color: #fff;
	top: -6px;
}


.header-inner.active .header-center.main-nav.active {
  display: block;
	left: 0%;
	transition: all 0.5s ease-in-out;
}
.header-center.main-nav.active ul {
	flex-direction: column;
	text-align: left;
	width: 100%;
}
.mobile-toggle.active .hamburger-icon {
  background: none;
}
.above-footer.subscribe-section {
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
	position: relative;
}
.above-footer.subscribe-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 20%);
}
.above-footer.subscribe-section>.container {
    z-index: 2;
}
.above-footer .subscribe-wrap  {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.above-footer h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-family: 'Karla';
}
.about-section h2,
.main-wrapper h2 {
  color: rgba(28, 28, 28, 1);
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.above-footer .subscribe-wrap {
  margin-top: 25px;
}
.above-footer .subscribe-wrap input[type="email"] {
   padding: 10px;
   font-size: 15px;
   border: 1px solid #fff;
   background: none;
   box-shadow: none;
   outline: none;
   color: #fff;
   line-height: 1.6;
   width: 100%;
}
.above-footer .subscribe-wrap input[type="email"]::placeholder {
    color: #fff;
	font-family: 'Karla';
}
.subscribe-wrap .subscribe-btn,
.main-wrapper .btn {
  padding: 12px 36px;
    min-width: 132px;
  width: auto;
  background-color: #B43E54;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  line-height: 1.25;
  font-family: 'Karla';
    letter-spacing: 0.64px;
	text-transform: uppercase;
}
 .main-wrapper .btn {
  background: none;
  border: 1px solid #fff;
}
.main-wrapper .btn:hover {
  background-color: #B43E54;
  transition: all 0.5s ease;
}
.subscribe-form p {
  margin-bottom: 0;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -12px;
  right: 0;
  font-size: 10px;
  text-transform: none;
}
.wpcf7 form .wpcf7-response-output {
  text-transform: none;
  font-size: 12px;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
}
.btn:focus-visible, .wp-block-button .wp-block-button__link:focus-visible {
  border: 1px solid #fff;
}


/* Home Page */
.slider-wrapper {
  position: relative;
  display: block !important;
}
.slider-wrapper .slider-item {
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
    height: calc(100vh - 220px);
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.slider-wrapper .slider-item > .container {
	padding-bottom: 100px;
}
.slider-wrapper .slider-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider-wrapper .slider-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}
.slider-wrapper h1 {
  margin-bottom: 25px;
  font-size: 70px;
  font-weight: 400 !important;
  line-height: 1.05;
  text-shadow: 0px 0px 10px #777;
}
.banner-btn {
    background: rgba(0, 0, 0, 0.2) !important;
}
.banner-btn:hover {
    background: #b43e54 !important;
}
.spaced {
  padding: 6rem 0;
}
.about-section .content {
  line-height: 1.7;
    color: rgba(28, 28, 28, 1);
    font-weight: 400;
    letter-spacing: 0.64px;
	text-wrap: balance;
}
.category-tabs>h2 {
    margin-bottom: 16px;
}
.category-tabs {
    margin-bottom: 20px;
}
.category-tab {
    padding: 8px 0 12px;
	line-height: 1;
    background: none;
    margin: 5px;
    border: none;
    cursor: pointer;
    color: #1C1C1C;
    position: relative;
    margin: 0 10px;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
	transition: 0.3s all;
}
.category-tab:hover {
    color: #b43e54;
}
.category-tab.active {
    color: #B43E54;
}
.category-tab.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #B43E54;
  bottom: -1px;
  left: 0;
}
.category-tab.view-all {
  color: #B43E54;
}
.product-item * {
  color: #1C1C1C;
}
.product-item img {
  height: 500px;
  object-fit: cover;
  transition: transform 3s ease;
}
.product-item h4 {
    font-size: 16px;
    margin-top: 10px;
}
.main-wrapper .owl-nav {
    position: absolute;
    display: flex;
    gap: 10px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.main-wrapper .owl-nav button.owl-prev,
.main-wrapper .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    padding: 17px 20px;
    cursor: pointer;
    position: absolute;
    top: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-wrapper .owl-prev {
    left: 10px;
}
.main-wrapper .owl-next {
    right: 30px;
    rotate: 180deg;
}
.main-wrapper .owl-prev img,
.main-wrapper .owl-next img {
  width: 15px;
  height: 10px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(100);
}
.main-wrapper button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.4);
}
.main-wrapper .owl-nav .owl-prev:hover img,
.main-wrapper .owl-nav .owl-next:hover img {
  opacity: 1;
  filter: brightness(100);
  transition: all 0.5s ease;
}
.main-wrapper .owl-nav .owl-prev:hover,
.main-wrapper .owl-nav .owl-next:hover {
  background: #B43E54;
  border: 0;
  transition: all 0.5s ease;
}
.main-wrapper button.owl-dot.active {
  background: #fff;
}
.main-wrapper .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.product-item .product-title {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  margin: 12px 0px;
  letter-spacing: 0.72px;
  transition: 0.3s all;
  text-transform: uppercase;
}
.product-item .product-title:hover {
    color: #b43e54;
}
.product-item .price {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  letter-spacing: 0.64px;
}
.product-item .price span.woocommerce-Price-currencySymbol {
    margin-right: 4px;
}
.btn-wrap .btn {
  border: 1px solid #B43E54;
  color: #B43E54;
}
.btn-wrap .btn:hover {
  color: #fff;
  background: #B43E54;
  transition: all 0.5s ease;
  border-color: #B43E54;
}
.collection-banner .btn-wrap .btn {
  background: #B43E54;
}
.collection-banner .btn-wrap .btn:hover {
  background: none;
  border: 1px solid #fff;
}
.review-item {
    position: relative;
    min-height: 400px;
    color: #fff;
}

.review-left {
    height: 100%;
    overflow: hidden;
}

.review-box {
    background: #5F5145;
    margin-left: -100px;
    height: 85%;
    z-index: 1;
    padding: 40px;
    padding-left: 50px;
}

.review-stars .star {
    font-size: 20px;
    color: #ccc;
}

.review-stars .filled {
    color: #E4AF00;
}
.reviews-section .reviewer-info img {
  width: 70px;
  object-fit: cover;
}
.main-wrapper .reviews-carousel .owl-dots {
  bottom: -40px;
    width: auto;
    left: 20%;
    right: auto;
}
.main-wrapper .reviews-carousel button.owl-dot {
  background: #1C1C1C;
  opacity: 0.3;
}
.main-wrapper .reviews-carousel button.owl-dot.active {
  background: #B43E54;
  opacity: 1;
}
.main-wrapper .reviews-carousel .review-left img {
  aspect-ratio: 1.23;
  border: 3px solid #1c1c1c;
  object-position: top center;
}
.subscribe-btn:hover {
    background: transparent;
    border: 1px solid #fff !important;
}
.contact-info-section svg {
    width: 15px !important;
}
.main-wrapper .reviews-carousel .quotes {
  top: -12px;
}
.main-wrapper .reviews-carousel .quotes img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}
.average-rating {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 18px;
    text-align: right;
    width: 100%;
}
.collection-banner {
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: end;
  position: relative;
  min-height: 650px;
}
.collection-banner::after {
    content: "";
    position: absolute;
    background-color: rgba(95, 81, 69, 15);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 50%;
    left: 0;
    z-index: 1;
}
.collection-banner .content-area {
    position: relative;
    z-index: 10;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
    padding: 25px 50px;
}
.z-9 {
	z-index: 9;
}
.collection-card h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 1.2px;
    color: #1c1c1c;
}
.collection-banner .content-area h3 {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 30px;
  font-family: 'Karla';
    font-weight: 500;
    letter-spacing: 1.2px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.collection-banner .content-area p {
    letter-spacing: 0.64px;
    line-height: 25px;
}
.instagram-feed-section .content p {
    letter-spacing: 0.64px;
    color: #1c1c1c;
	text-wrap: balance;
}
.instagram-feed-section .content p a {
    font-weight: 600;
}
/* .featured-collections .col:nth-child(odd) {
   padding-right: 3%;
}
.featured-collections .col:nth-child(even) {
   padding-left: 3%;
}
.featured-collections .col:nth-child(3) {
   padding-left: 4%;
    padding-right: 1%;
    margin-bottom: 0 !important;
} */
/* .featured-collections .col:nth-child(3) .collection-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
} */
/* .featured-collections .col:nth-child(3) .collection-card > a {
    height: 55%;
} */
.btn-wrap .btn.insta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.64px;
  font-weight: 500;
}
.insta-btn::after {
    content: "";
    background-image: url('/wp-content/themes/e-commerce-child/assets/icons/insta-pink.svg');
    background-size: 18px;
    z-index: 1;
    top: 15px;
    margin-left: 10px;
    height: 18px;
    width: 18px;
    transition: all 0.3s ease-in-out;
} 
.btn-wrap .insta-btn.btn:hover::after {
  filter: brightness(100);
}
.inner-page-banner {
    height: 18vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 42%;
	position: relative;
}
.product-category-banner {
	height: 33vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
}
.woocommerce-shop .product-category-banner {
    background-position: center center;
    display: none !important;
}
.term-begum-bubbles .product-category-banner {
    background-position: center 25%;
}
.blog-listing-wrapper .inner-page-banner {
    background-position: center 25%;
}
h1.innerbanner-title {
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
	position: relative;
	text-transform: uppercase;
}
.inner-page-banner:before, .product-category-banner:before {
    content: '';
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.about-us-section .about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-section .about-content p {
    line-height: 35px;
    letter-spacing: 0.64px;
	color: #1c1c1c;
}
.brand-story-section {
    background: rgb(95 81 69 / 8%);
}
h2.about-heading {
    letter-spacing: 0.7px;
}
p.about-subheading {
    letter-spacing: 0.64px;
	color: #1c1c1c;
}
.brand-story-section .content-box-item .item-title {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 30px 0px 20px;
	font-weight: 400;
    color: #1c1c1c;
}
.brand-story-section .about-subheading {
    margin-bottom: 40px;
	text-wrap: balance;
}
.brand-story-section .content-box-item .item-content {
    text-wrap: balance;
	line-height: 25px;
    letter-spacing: 0.64px;
	color: #1c1c1c;
}
.testimonial-box {
    text-align: center;
    padding: 0px 40px;
}
.testimonial-content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.72px;
    line-height: 40px;
	text-wrap: balance;
	color: #1c1c1c;
}
.testimonial-box .review-stars .star {
    width: 25px;
    margin: 0 7.5px;
    height: 25px;
    display: inline-flex;
}
.testimonial-box .review-stars .star svg, .testimonial-box .review-stars .star img {
    width: 100% !important;
    height: 100% !important;
}
.testimonial-box .reviewer-info strong {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
	color: #1c1c1c;
}
.testimonials-section  h2.section-heading {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 60px;
}
.testimonial-slider .slick-slide {
    opacity: 0.4;
	transition: opacity 0.3s ease-in;
}
.testimonial-slider .slick-slide.slick-center {
    opacity: 1;
}
h2.contact-us-heading {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
}
p.contact-us-subheading {
    line-height: 25px;
    letter-spacing: 0.64px;
	margin-bottom: 30px;
	color: #1c1c1c;
}
.contact-form-wrapper .form-group input {
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgb(95 81 69 / 20%);
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.contact-form-wrapper .form-group input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
}
.contact-form-wrapper .form-group-message textarea {
    height: 140px;
    resize: none;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgb(95 81 69 / 20%);
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.contact-form-wrapper .form-group-message textarea::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.64px;
}
.contact-form-wrapper .form-group .submit-btn {
    font-size: 16px;
    font-weight: 500;
    color: #b43e54;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #b43e54;
    width: 204px;
    height: 45px;
    transition: 0.5s all;
	text-transform: uppercase;
}
.contact-form-wrapper .form-group .submit-btn:hover {
    background: #b43e54;
    color: #fff;
}
.contact-form-wrapper .form-group>p {
    margin-bottom: 20px;
}
.contact-form-wrapper .form-group-message>p {
    margin-bottom: 30px;
}
.contact-form-wrapper .form-group.position-relative > p {
    margin-bottom: 0px;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
    right: 10px;
    bottom: 0;
    font-size: 13px;
}
.contact-form-wrapper .wpcf7-response-output {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -50px;
    margin: 0 !important;
}
.contact-form-wrapper form {
    position: relative;
}
.contact-us-section p.contact-info {
    display: flex;
    align-items: center;
}
.contact-us-section p.contact-info svg, .contact-us-section p.contact-info img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 20px;
}
.contact-us-section p.contact-info, .contact-us-section p.contact-info a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
}
.contact-us-section p.contact-info a:hover {
    color: #b43e54;
}
span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.contact-us-section .address-info p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
	color: #1c1c1c;
}
.contact-us-section .address-info span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
	color: #1c1c1c;
}
.contact-us-section .address-info {
    margin: 30px 0px;
}
.contact-us-section .map-wrapper iframe {
    height: 344px;
	width: 100%;
}
.inner-container {
	width: 100%;
	margin: 0 auto;
}
h1.cat-archive {
    font-family: "Crimson Text", serif;
}
.breadcrumb-section {
    background: rgb(95 81 69 / 8%);
    padding: 8px 0px;
}
.breadcrumb-section * {
    text-transform: uppercase;
    color: #1c1c1c !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.64px;
}
.breadcrumb-section a:hover {
    color: #b43e54 !important;
}
.custom-accordion .accordion-icon {
    width: 40px;
    height: 40px;
    background-color: #f2f1f0;
    color: #1c1c1c;
    transition: transform 0.3s ease, background-color 0.3s;
}
.custom-accordion .accordion-icon:hover {
    background: #b43e54;
    color: #fff;
}
.custom-accordion .accordion-item.active .accordion-icon {
    background-color: #b43e54;
    color: #fff;
    transform: rotate(180deg);
}
.custom-accordion .accordion-icon svg {
    transition: transform 0.3s ease;
}
.custom-accordion .accordion-item.active {
    background: #f2f1f0;
}
.custom-accordion .accordion-item button.accordion-toggle {
    background: #fff;
	gap: 10px;
}
.custom-accordion .accordion-item.active button.accordion-toggle {
    background: #f2f1f0;
}
.faq-category-title {
    font-size: 18px;
    font-family: 'Karla' !important;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: #1c1c1c;
}
.custom-accordion span.accordion-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: #1c1c1c;
	text-align: left;
	flex: 1;
}
.custom-accordion .accordion-content * {
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 35px;
    letter-spacing: 0.64px;
}
.custom-accordion .accordion-content p:last-child {
    margin-bottom: 0px;
}
.blog-img img {
		width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
	}
.blog-right .blog-box h3 {
    font-size: 20px;
    color: #1c1c1c;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 20px 0px;
    font-family: 'Karla';
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.single-right h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.72px;
    color: #1c1c1c;
    text-transform: uppercase;
    border-bottom: 1px solid #5f5145;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single-right .category-list ul {
    list-style-type: none;
}
.single-right .category-list ul li {
    margin-bottom: 20px;
}
.single-right .category-list ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
.blog-listing-page a.read-more-btn {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    display: inline-block;
}
.pagination {
    border-top: 1px solid rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 30px 0px;
    margin-top: 40px;
    justify-content: center;
}
.pagination .page-numbers {
    border: 1px solid rgb(28 28 28 / 40%);
    padding: 12px 16px;
    line-height: 1;
    color: rgb(28 28 28 / 40%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    margin: 0 5px;
	text-transform: uppercase;
}
.custom-pagination-wrapper .pagination {
    border: none;
    padding: 0px;
    margin-top: 20px;
}
.pagination .page-numbers.next {
    margin-left: 25px;
}
.pagination .page-numbers.prev {
    margin-right: 25px;
}
.pagination .page-numbers.current {
    color: #b43e54;
    border-color: #b43e54;
}
.pagination .page-numbers:hover {
    color: #b43e54;
    border-color: #b43e54;
}
.single-right .category-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recent-article-item h5 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #1c1c1c;
    letter-spacing: 0.64px;
	display: inline-block;
}
.recent-article-item h5 {
    margin-bottom: 15px;
}
.recent-articles hr {
    border-color: #5f5145;
    margin: 20px 0px;
}
.recent-articles {
    margin-top: 60px;
}
.blog-img {
    position: relative;
}
.blog-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000080;
    opacity: 0;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    pointer-events: none;
}
.blog-box:hover .blog-img::before {
    opacity: 1;
}
.blog-right .blog-box h3:hover {
    color: #b43e54;
}
.blog-listing-page a.read-more-btn:hover {
    color: #1c1c1c;
}
.single-right .category-list ul li a:hover {
    color: #b43e54;
}
.single-right .category-list ul li a:hover svg path {
    stroke: #b43e54;
}
.recent-article-item h5 a:hover {
    color: #b43e54;
}
.featured-badge {
    left: 20px;
    bottom: 20px;
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 30px;
    background: rgb(255 255 255 / 5%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    text-transform: capitalize;
}
.featured-posts {
    margin-bottom: 40px;
    padding-bottom: 16px;
    position: relative;
}
.featured-posts:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 0;
    background: rgb(28 28 28 / 20%);
}
.single-blog-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 30px;
}
h2.single-blog-title {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #1c1c1c;
}
.blog-detail-page .single-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
.single-left h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
.single-left h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 1.04px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
.single-left h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.96px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
.single-left h5 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.88px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
.single-left h6 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
.blog-detail-page .single-left ul li, .blog-detail-page .single-left ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #1c1c1c;
    letter-spacing: 0.64px;
	margin-bottom: 10px;
}
.single-right {
    position: sticky;
    top: 120px;
}
.blog-right .pagination:empty {
    display: none;
}
.collections-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
	align-items: center;
}
.collection-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
	transition: 3s all;
}
.collection-box h3 a:hover {
    color: #b43e54;
}
.collection-box img:hover {
    transform: scale(1.2);
}
.collection-box a {
    overflow: hidden;
    display: inline-block;
	width: 100%;
}
.collection-box.pattern-0 {
    padding-right: 20px;
}
.collection-box.pattern-3 {
    padding-left: 20px;
}
.collection-box h3 a {
    color: #1c1c1c;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 1.2px;
}
.collection-box h3 {
    margin: 20px 0 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    margin: 0px;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none;
}
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.72px;
    padding: 0px;
    margin-bottom: 8px;
    font-family: 'Karla';
    text-transform: uppercase;
	line-height: 1;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    font-family: 'Karla';
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 675px;
    object-fit: cover;
	object-position: top;
}
.custom-pagination-wrapper .result-count {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    color: #000;
    letter-spacing: 0.64px;
}
.product-category-page header.woocommerce-products-header {
    display: none;
}
.woocommerce-ordering select {
    font-size: 16px;
    font-family: 'Karla';
    font-weight: 400;
    letter-spacing: 0.64px;
    color: #1c1c1c;
    border: 1px solid rgb(28 28 28 / 25%);
    padding: 12px 30px 12px 12px;
    cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
form.woocommerce-ordering {
	position: relative;
}
form.woocommerce-ordering:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/uploads/2025/06/Vector-82.svg');
    top: 50%;
    right: 15px;
    display: block !important;
    z-index: 99;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.woocommerce-ordering select:focus-visible {
    outline: none !important;
}
.woocommerce-ordering {
    margin-bottom: 40px !important;
    display: flex;
    align-items: center;
    gap: 20px;
}
.woocommerce-ordering label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Karla';
    letter-spacing: 0.64px;
}
.product-category-page .site-main {
    margin-top: 0px !important;
}
.yith_magnifier_gallery li {
    height: 150px;
}
.yith_magnifier_gallery li img.attachment-shop_thumbnail {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
	object-position: top;
}
.yith_magnifier_gallery li a.yith_magnifier_thumbnail {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !IMPORTANT;
}
.woocommerce-tabs {
    display: none !important;
}
.woocommerce section.related.products ul.products li.product {
    width: 100%;
}
.woocommerce section.related.products ul.products {
    grid-template-columns: repeat(4, 1fr);
}
section.related.products {
    clear: both;
}
.custom-breadcrumb {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Karla';
    letter-spacing: 0.72px;
    flex-wrap: wrap;
}
.custom-breadcrumb a {
    color: #000;
    text-decoration: underline;
	font-size: 12px;
}
.custom-breadcrumb svg {
    width: 5px;
}
h1.product_title.entry-title {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Karla';
    text-transform: uppercase;
    color: #1c1c1c;
    letter-spacing: 1.2px;
    line-height: normal;
    margin: 10px 0px !important;
}
.summary span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: 'Karla';
    letter-spacing: 1.2px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 20px;
    line-height: 1;
}
.summary p.price {
    margin-bottom: 0px;
}
p#custom-variation-price {
    line-height: 1;
    margin-bottom: 5px;
}
p.price-note {
    font-size: 14px;
    color: rgb(28 28 28 / 50%);
    font-weight: 400;
    font-family: 'Karla';
	margin-bottom: 20px;
}
.variations .label {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.8px;
	margin-bottom: 10px;
    line-height: 1 !important;
}
ul.variable-items-wrapper li {
    border-radius: 0px !important;
    border: 1px solid rgb(28 28 28 / 25%);
    box-shadow: none !important;
    font-family: 'Karla';
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
ul.variable-items-wrapper li span.variable-item-span {
    color: #1c1c1c;
}
ul.variable-items-wrapper li.selected {
    background: #b43e54 !important;
}
ul.variable-items-wrapper li.selected span.variable-item-span {
    color: #fff;
}
.woo-variation-items-wrapper a.reset_variations {
    color: #1c1c1c;
    font-family: 'Karla';
	position: absolute;
    right: 0;
    bottom: 0;
	display: none;
}
a.size-guide-link {
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Karla';
    font-weight: 500;
    letter-spacing: 0.64px;
    line-height: 1;
	text-decoration: underline;
}
.stockists-section .accordion:empty {
    border: none;
}
.modal-header .btn-close:focus, .modal-header .btn-close:focus-visible {
    box-shadow: none;
    outline: none;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 15px;
	position: relative;
}
ul.variable-items-wrapper li:first-child {
    margin-left: 0px !important;
}
.size-guide-and-desc .short-description h3 {
    margin-bottom: 10px;
}
.summary.entry-summary h3 {
    font-size: 16px;
    font-family: 'Karla';
    color: #1c1c1c;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.variations .label label {
    margin: 0 !important;
}
.size-guide-and-desc .short-description {
    margin-top: 20px;
}
.product-detail-wrapper .qib-button-wrapper {
    margin-top: 20px !important;
}
.size-guide-and-desc .short-description>div * {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Karla';
    letter-spacing: 0.72px;
    color: #1c1c1c;
}
.woocommerce section.related.products ul.products li.product {
    margin: 0 !important;
}
.woocommerce div.product div.summary {
    margin-bottom: 0px;
}
.recently-viewed-products {
    margin-top: 60px;
}
.related.products {
    margin-top: 60px;
    display: inline-block;
}
.qib-button-wrapper {
    margin: 0px !important;
    border: 1px solid rgb(28 28 28 / 30%);
}
.qib-button {
    width: 45px !important;
    height: 45px !important;
    background: #fff !important;
    border: none !important;
    color: rgb(0 0 0 / 50%) !important;
}
.quantity.wqpmb_quantity input {
    border: none !important;
    height: 45px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgb(0 0 0 / 50%);
}
.quantity.wqpmb_quantity input:focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.qib-button-wrapper .quantity {
    height: 45px !important;
}
.single_add_to_cart_button {
    background: #b43e54 !important;
    width: 330px;
    height: 45px;
    border-radius: 0px !important;
    border: 1px solid #b43e54 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    margin-left: 20px !important;
	transition: 0.5s all;
	text-transform: uppercase;
	margin-top: 20px !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px;
}
.size-guide-and-desc .short-description>div p {
    margin-bottom: 2px;
}
.single-product.woocommerce .thumbnails:hover #slider-prev>span, .single-product.woocommerce .thumbnails:hover #slider-next>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#accordionPDP .accordion-body ul {
    padding-left: 15px;
}
#accordionPDP .accordion-body ul li:not(:last-child) {
    margin-bottom: 10px;
}
.size-guide-and-desc .short-description>div p:last-child {
    margin-bottom: 0px;
}
.single_add_to_cart_button:hover {
    background: transparent !important;
    color: #b43e54 !important;
}
.contact-info-section h3 {
    margin-bottom: 10px;
}
.contact-info-section {
    font-family: 'Karla';
    color: #1c1c1c;
}
.contact-info-section span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.72px;
}
.contact-info-section p, .contact-info-section p a {
    color: #1c1c1c;
    font-weight: 400;
    letter-spacing: 0.72px;
	font-size: 15px;
}
.contact-info-section p a:hover {
    color: #b43e54;
}
#accordionPDP {
    margin-top: 20px;
    border-top: 1px solid rgb(28 28 28 / 30%);
}
#accordionPDP .accordion-item {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgb(28 28 28 / 30%);
}
#accordionPDP .accordion-button {
    font-size: 16px;
    font-family: 'Karla';
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.8px;
    padding: 20px;
    box-shadow: none !important;
    background: #fff !important;
}
#accordionPDP .accordion-body {
    padding-top: 0px;
}
#accordionPDP .accordion-body * {
    font-size: 16px;
    font-family: 'Karla';
    color: #1c1c1c;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 1.5;
}
section.related.products>h2, .recently-viewed-products .section-title {
    text-align: center;
    font-family: 'TOP LUXURY', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c1c1c;
    letter-spacing: 0.7px;
    font-weight: 400;
    margin-bottom: 40px;
}
.woocommerce div.product form.cart {
    position: relative;
}
.cart-extra-buttons {
    position: absolute;
    right: 0;
    bottom: 2px;
}
.cart-extra-buttons .woosw-btn, .cart-extra-buttons .share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgb(28 28 28 / 25%);
}
.cart-extra-buttons .share-btn {
    position: relative;
}
.cart-extra-buttons #share-options {
    position: absolute;
    width: max-content;
    bottom: -60px;
    right: 0;
	background: #1c1c1c;
    padding: 10px 10px;
    border-radius: 10px;
}
.cart-extra-buttons #share-options a {
    display: inline-block;
    margin: 0 4px;
}
#share-options:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #1c1c1c;
    position: absolute;
    top: -5px;
    right: 18px;
    transform: rotate(45deg);
}
.woocommerce-cart h1.entry-title {
    display: none;
}
h2.cart-heading {
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: 'Top luxury';
    text-transform: uppercase;
    margin-bottom: 40px;
}
tr.woocommerce-cart-form__cart-item.cart_item .qty {
    color: #1c1c1c;
}
.cart-left {
    flex: 1;
}
.cart-right {
    width: 35%;
}
.cart-content {
    display: flex;
	gap: 20px;
}
.cart-left .woocommerce-cart-form table {
    border: none;
}
.cart-left .woocommerce-cart-form table tr td {
    border: none;
}
.cart-left .woocommerce-cart-form table thead {
    background: #f9f9f8;
}
.cart-left .woocommerce-cart-form table tr {
    background: #f9f9f8;
}
tr.cart-coupon-section {
    margin-top: 20px;
    transform: translateY(20px);
}
.cart-left .woocommerce-cart-form table tr.cart_item td.product-remove {
    padding-right: 20px;
}
tr.cart-coupon-section td {
    padding: 40px 20px !important;
}
.cart-left .woocommerce-cart-form table tr th {
    padding: 40px 12px 30px !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
td.product-thumbnail {
    padding-left: 20px !important;
}
td.product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
td.product-thumbnail a {
    display: inline-block;
    width: 100px;
    height: 100px;
}
.cart-left .woocommerce-cart-form table tr.cart_item td {
    padding-bottom: 30px !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
.cart-left .woocommerce-cart-form table tr.cart_item td.product-name a {
    color: #1c1c1c;
}
.cart-right .cart_totals {
    background: #f9f9f8;
    padding: 40px 20px;
}
.cart-right .cart_totals > h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
	margin-bottom: 28px;
	text-transform: capitalize;
}
tr.woocommerce-shipping-totals.shipping td p.woocommerce-shipping-destination {
    margin-bottom: 5px;
	display: none;
}
form.woocommerce-shipping-calculator {
    display: none;
}
.cart-right .cart_totals table {
    border: none;
	margin-bottom: 0px;
}
.cart-right .cart_totals tr th {
    padding-left: 0px !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
	padding-top: 12px;
    padding-bottom: 12px;
}
.cart-right .cart_totals tr td {
    padding-right: 0px !important;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
	padding-top: 12px;
    padding-bottom: 12px;
}
.wc-proceed-to-checkout {
    padding: 0px !important;
}
.woocommerce .custom-cart-wrapper a.button, .woocommerce .custom-cart-wrapper button.button {
    margin-bottom: 0px !important;
    background: #fff !important;
    font-size: 16px !important;
    color: #b43e54 !important;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    border-radius: 0px;
    border: 1px solid #b43e54;
    transition: 0.5s all;
	text-transform: uppercase;
}
tr.cart-coupon-section .coupon input#coupon_code::placeholder {
    text-transform: capitalize;
}
.woocommerce .custom-cart-wrapper a.button:hover, .woocommerce .custom-cart-wrapper button.button:hover {
    background: #b43e54 !important;
    color: #fff !important;
}
tr.cart-coupon-section .coupon {
    width: 100%;
    border: 1px solid #bbbbbb;
    padding: 20px;
    background: #fff;
}
tr.cart-coupon-section .coupon input#coupon_code {
    border: none;
    width: calc(100% - 160px);
}
/* tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
} */
tr.woocommerce-shipping-totals.shipping th {
    border: none !important;
    /* padding-bottom: 0px; */
}
tr.woocommerce-shipping-totals.shipping td {
    border: none;
    /* text-align: left;
    padding-left: 0; */
}
.woocommerce ul#shipping_method li {
    margin-bottom: 0px;
}
tr.woocommerce-shipping-totals.shipping td * {
    font-weight: 400;
}
tr.woocommerce-shipping-totals.shipping td a.shipping-calculator-button {
    color: #b43e54;
    text-decoration: underline;
	text-transform: capitalize;
}
tr.woocommerce-shipping-totals.shipping td a.shipping-calculator-button:hover {
    color: #1c1c1c;
}
tr.cart-subtotal th, tr.cart-subtotal td {
    border-bottom: 1px solid rgb(28 28 28 / 30%);
}
tr.order-total th, tr.order-total td {
    border-top: 1px solid rgb(28 28 28 / 30%) !important;
}
.woocommerce td.product-remove a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    padding: 4px;
	font-family: serif;
}
.woocommerce td.product-remove a.remove:hover {
    background: #b43e54;
    border-color: #b43e54;
}
.woocommerce td.product-remove a.remove:hover svg path {
    fill: #fff;
}
.woocommerce-checkout h1.entry-title {
    display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}
.checkout-columns {
    display: flex;
}
.checkout-left {
    flex: 1;
    padding-right: 30px;
}
.checkout-right {
    width: 35%;
}
.checkout-left .woocommerce-billing-fields>h3, .checkout-right>h3 {
    font-size: 35px;
    line-height: 50px;
    font-family: 'Top Luxury';
    font-weight: 400;
    text-transform: uppercase;
    color: #1c1c1c;
}
.checkout-right table.woocommerce-checkout-review-order-table, .checkout-right #payment {
    background: #f9f9f8;
    padding: 20px 20px;
}
.checkout-right table.woocommerce-checkout-review-order-table {
    padding-top: 0;
}
.checkout-right table.woocommerce-checkout-review-order-table {
    border: none;
}
.checkout-right table.woocommerce-checkout-review-order-table th, .checkout-right table.woocommerce-checkout-review-order-table td {
    padding: 12px 0px;
	border-color: rgb(28 28 28 / 30%) !important;
}
.checkout-right #payment > ul {
    padding: 0 !important;
	border: none !important;
}
.woocommerce-checkout .form-row label {
    display: none !important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-family: 'Karla';
    color: #1c1c1c;
    font-size: 16px;
    letter-spacing: 0.64px;
    font-weight: 400;
    line-height: 1.5;
}
span.woocommerce-terms-and-conditions-checkbox-text a {
    color: #b43e54;
}
span.woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: #1c1c1c;
}
.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label {
    display: flex !important;
}
.woocommerce-terms-and-conditions-wrapper abbr.required {
    display: none;
}
.woocommerce-terms-and-conditions-wrapper input#terms {
    margin-top: 5px;
}
.woocommerce .checkout-left .form-row {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce .checkout-left p#billing_email_field, .woocommerce .checkout-left p#shipping_postcode_field {
    width: 100%;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox[data-automation-id="woo-commerce-subscription-opt-in"] {
    display: none;
}
.woocommerce .checkout-left p#order_comments_field {
    width: 100%;
}
.woocommerce .checkout-left .form-row input, .woocommerce .checkout-left .form-row select, .woocommerce .checkout-left .form-row .select2-selection__rendered, .woocommerce .checkout-left .form-row .select2-selection {
    height: 45px;
    border: 1px solid rgb(95 81 69 / 20%);
    border-radius: 0px;
}
textarea#order_comments {
    height: 200px;
    resize: none;
    border-radius: 0px;
    border: 1px solid rgb(95 81 69 / 20%);
}
.woocommerce-account-fields p.form-row.form-row-wide.create-account.woocommerce-validated {
    margin: 0px;
    padding: 0px;
}
p#mailpoet_woocommerce_checkout_optin_present_field {
    margin: 0;
    padding: 0;
}
.woocommerce .checkout-left .form-row input, .woocommerce .checkout-left .form-row input::placeholder, .woocommerce .checkout-left .form-row textarea, .woocommerce .checkout-left .form-row textarea::placeholder, .woocommerce .checkout-left .form-row .select2-selection__rendered {
    font-size: 16px;
    font-family: 'Karla';
    color: #000;
    font-weight: 400;
    letter-spacing: 0.64px;
}
.woocommerce .checkout-left .form-row input:focus-visible, .woocommerce .checkout-left .form-row textarea:focus-visible {
	outline: none !important;
}
.woocommerce .checkout-left .form-row .select2-selection__rendered {
	line-height: 1;
    display: flex;
    align-items: center;
}
ul.woocommerce-error li a {
    color: #b43e54;
}
h3#ship-to-different-address {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.64px;
    line-height: 1;
	margin-bottom: 30px;
}
input#ship-to-different-address-checkbox, input#terms {
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e!important;
	accent-color: #1c1c1c;
}
h3#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkout-left .woocommerce-shipping-fields {
    margin-top: 40px;
}
.checkout-right table.woocommerce-checkout-review-order-table th {
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
.checkout-right table.woocommerce-checkout-review-order-table td {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
.checkout-right tr.woocommerce-shipping-totals.shipping {
    display: table-row;
}
.checkout-right tr.woocommerce-shipping-totals.shipping td {
    border: none;
}
.checkout-right tr.order-total th, .checkout-right tr.order-total td {
    border-bottom: 1px solid rgb(28 28 28 / 30%);
}
.checkout-right #payment > ul li input {
    accent-color: #000;
    width: 19px;
    height: 19px;
    margin-right: 10px !important;
    transform: translateY(4px);
}
.checkout-right #payment > ul li label {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    line-height: 1;
    display: inline;
}
.checkout-right #payment > ul li .payment_box {
    background: transparent;
    font-size: 16px;
    font-family: 'Karla';
    color: #1c1c1c;
    font-weight: 400;
    letter-spacing: 0.64px;
    margin: 0 0 20px;
    padding-left: 32px;
    padding-bottom: 0;
}
.checkout-right #payment > ul li .payment_box:before {
    display: none;
}
.checkout-right .form-row.place-order .woocommerce-privacy-policy-text p * {font-size: 16px;font-weight: 400;color: #1c1c1c !important;font-family: 'Karla';letter-spacing: 0.64px;}

.checkout-right button#place_order {
    width: 100%;
    border-radius: 0px;
    background: transparent;
    color: #b43e54;
    border: 1px solid #b43e54;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    margin-top: 4px;
	text-transform: uppercase;
	transition: 0.5s all;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.view:hover {
    background: #b43e54;
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-pagination a.woocommerce-button {
    background: transparent;
    border: 1px solid #b43e54;
    border-radius: 0px;
    color: #b43e54;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    font-family: 'Karla';
    width: 107px;
    text-align: center;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
}
.woocommerce-MyAccount-content .woocommerce-pagination {
    background: rgb(242 241 240 / 45%);
    padding: 0px 20px 30px 20px;
}
.woocommerce-MyAccount-content .woocommerce-pagination a.woocommerce-button:hover {
    background: #b43e54;
    color: #fff;
}
.checkout-right button#place_order:hover {
	background: #b43e54;
	color: #fff;
}
.checkout-right .form-row.place-order .woocommerce-privacy-policy-text p a {
    color: #b43e54 !important;
}
.checkout-right .form-row.place-order .woocommerce-privacy-policy-text p a:hover {
    color: #1c1c1c !important;
}
.checkout-right .form-row.place-order {
    padding: 0px !important;
}
.checkout-right .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    padding: 12px 0px 0px;
}
.header-cartbox {
    background: #f2f1f0;
    width: min-content;
    position: fixed;
    right: 0;
    z-index: 9999;
    padding: 0px;
    height: 100vh;
	top: 0;
    overflow-y: auto;
	min-width: 30vw;
}
.header-cartbox .header-innercart {
    width: 100%;
}
.header-cartbox p.woocommerce-mini-cart__empty-message {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
.minicart-overlay {
	background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.75;
}
.minicart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
span.cartbox-title {
    font-size: 30px;
    font-family: 'Karla';
    color: #000;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1;
}
#mini-cart-container {
    padding: 30px 0px;
}
#mini-cart-container .custom-cart-item {
    padding: 0 60px;
}
#mini-cart-container .cart-footer {
    padding: 30px 60px 0px;
	border-top: 1px solid rgb(0 0 0 / 10%);
	margin-top: 80px !important;
}
#mini-cart-container .cart-footer p, #mini-cart-container .cart-footer .terms-checkbox {
    font-size: 16px;
    line-height: 1.7;
    color: #1c1c1c;
    font-family: 'Karla';
    font-weight: 400;
    letter-spacing: 0.64px;
}
#mini-cart-container .cart-footer .checkout-button-wrap a {
    width: 100%;
    height: 45px;
    border: 1px solid #b43e54;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #b43e54;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.64px;
	text-transform: uppercase;
}
#mini-cart-container .cart-footer .checkout-button-wrap a:hover {
    background: #b43e54;
    color: #fff;
}
#mini-cart-container .cart-footer .terms-checkbox a {
    color: #02c6f2;
}
#mini-cart-container .cart-footer .terms-checkbox a:hover {
    color: #b43e54;
}
#mini-cart-container .custom-cart-item h4.product-title {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.64px;
    font-family: 'Karla';
	text-transform: uppercase;
}
#mini-cart-container .custom-cart-item .product-price {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.72px;
}
#mini-cart-container .custom-cart-item .quantity input {
    width: 45px;
}
#mini-cart-container .custom-cart-item a.remove-link {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    color: #b43e54 !important;
}
#mini-cart-container .custom-cart-item .cart-item-image img {
    width: 190px;
    height: 230px;
    object-fit: cover;
    object-position: top;
	max-width: 190px;
}
.checkout-right table.woocommerce-checkout-review-order-table td.product-name {
    padding-right: 12px;
}
.checkout-right table.woocommerce-checkout-review-order-table td.product-name img {
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.checkout-right table.woocommerce-checkout-review-order-table td.product-name span {
    width: calc(100% - 80px);
}
.account-profile {
    display: flex;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d8d6;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
}
.profile-initials {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #f6f2ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #b43e54;
    font-weight: 500;
    font-family: 'Karla';
}
.account-profile .profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 46.05px;
}
.account-profile h3 {
    font-size: 20px;
    font-weight: 600;
    color: #282f37;
    margin-top: 20px;
    font-family: 'Karla';
}
.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1c1c1c;
	display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
	font-family: 'Karla';
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #b43e54;
}
.woocommerce-MyAccount-navigation ul li a:hover .menu-icon svg path, .woocommerce-MyAccount-navigation ul li.is-active .menu-icon svg path {
	fill: #b43e54;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    padding-top: 40px;
    border-top: 1px solid #d9d8d6;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
	padding-left: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 27%;
}
.woocommerce-account h1.entry-title {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table {
    background: rgb(242 241 240 / 45%);
    border-radius: 0px;
    border: 1px solid #bbbbbb;
    border-collapse: collapse;
	margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table th a {
    font-weight: 400;
    color: #1c1c1c;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table th.woocommerce-orders-table__header {
    background: #fff;
    border: none;
}
h2.my-account-main-heading {
    font-size: 35px;
    font-weight: 400;
/*     font-family: 'Top Luxury'; */
	 font-family: "Crimson Text", serif;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.my-acnt-wrapper {
    background: rgb(242 241 240 / 45%);
    padding: 30px 20px;
	font-family: 'Karla';
	color: #1c1c1c;
}
.my-acnt-wrapper > p.order-info {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
	color: #000;
}
.my-acnt-wrapper > p.order-info mark {
    font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td, .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table th {
    border: 1px solid #bbbbbb;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table th {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
    padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
    padding: 14px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.view {
    font-size: 16px;
    background: transparent;
    border: 1px solid #b43e54;
    border-radius: 0px;
    color: #b43e54;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    font-weight: 500;
    padding: 10px 24px;
	text-transform: uppercase;
}
.my-acnt-wrapper .woocommerce-order-details table td a.order-actions-button {
    font-size: 16px;
    background: transparent;
    border: 1px solid #b43e54;
    border-radius: 0px;
    color: #b43e54;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    font-weight: 500;
    padding: 10px 24px;
	text-transform: uppercase;
}
.my-acnt-wrapper .woocommerce-order-details table td a.order-actions-button:hover {
	background: #b43e54;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.pay, .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.cancel {
    display: none;
}
.my-acnt-wrapper .woocommerce-order-details table {
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    border-collapse: collapse;
}
.my-acnt-wrapper .woocommerce-order-details table td {
    border: 1px solid #bbbbbb;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: 0.64px;
    padding: 14px 20px;
	text-transform: capitalize;
}
.my-acnt-wrapper .woocommerce-order-details table tfoot th {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    border: 1px solid #bbbbbb;
    padding: 14px 20px;
	text-transform: capitalize;
}
.my-acnt-wrapper .woocommerce-order-details table thead th {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    padding: 10px 20px;
}
.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    margin: 0;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #bbbbbb;
	text-transform: capitalize;
}
.woocommerce-customer-details .woocommerce-column {
    border: 1px solid #bbbbbb;
}
.woocommerce-customer-details .woocommerce-column address {
    border: none;
    padding: 20px;
	word-break: break-word;
}
.my-acnt-wrapper .woocommerce-Address header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 16px;
    border-bottom: 1px solid #bbbbbb;
}
.my-acnt-wrapper .woocommerce-Address header > h2 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.64px;
    margin: 0px;
}
.my-acnt-wrapper .woocommerce-Address {
    border: 1px solid #bbb;
}
.my-acnt-wrapper .woocommerce-Address header a.edit {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.64px;
    color: #b43e54;
}
.my-acnt-wrapper .woocommerce-Address address {
    padding: 20px;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    display: none;
}
.woocommerce .col2-set .u-column1.col-1.woocommerce-Address, .woocommerce .col2-set .u-column2.col-2.woocommerce-Address {
    width: 49%;
}
.my-acnt-wrapper .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.my-acnt-wrapper .woocommerce-address-fields__field-wrapper .form-row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.my-acnt-wrapper .woocommerce-address-fields__field-wrapper .form-row label {
    display: none;
}
.my-acnt-wrapper .woocommerce-address-fields__field-wrapper .form-row input, .my-acnt-wrapper .woocommerce-address-fields__field-wrapper .form-row .select2-selection {
    border-radius: 0px;
    border: 1px solid #bbb;
}
.my-acnt-wrapper .woocommerce-address-fields__field-wrapper .form-row input:focus-visible{
	outline: none !important;
}
.my-acnt-wrapper .woocommerce-address-fields__field-wrapper .form-row .select2-selection__rendered {
    color: #1c1c1c;
}
.my-acnt-wrapper button.button {
    background: transparent !important;
    border: 1px solid #b43e54;
    color: #b43e54 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    border-radius: 0px;
    padding: 12px 24px;
	transition: 0.5s all;
	text-transform: uppercase;
}
.my-acnt-wrapper button.button:hover {
    background: #b43e54 !important;
    color: #fff !important;
}
.account-details-form-wrapper {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0px 4px 64px 0px #0000000D;
    padding: 10px;
    gap: 5px 10px;
}
.account-details-form-wrapper .form-row {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
.account-details-form-wrapper.password-section {
    grid-template-columns: 1fr;
    gap: 10px;
}
.account-details-form-wrapper .form-row input {
    background: #f4f3f3 !important;
    border-radius: 0px !important;
    border: none !important;
    height: 50px !important;
}
.account-detail-subheading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: 'Karla';
    letter-spacing: 0.72px;
    margin-bottom: 20px;
}
.account-details-form-wrapper .form-row input {
    font-size: 16px;
    color: #1c1c1c !important;
    font-weight: 500 !important;
    padding: 16px !important;
	letter-spacing: 0.64px;
}
.account-details-form-wrapper .form-row input:focus-visible {
	outline: none !important;
}
.account-details-form-wrapper .form-row input::placeholder {
    font-size: 16px;
    color: #1c1c1c !important;
    font-weight: 400 !important;
	letter-spacing: 0.64px;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2025/06/eye-off.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before
 {
    background-image: url('/wp-content/uploads/2025/06/eye.svg');
}
.woocommerce-notices-wrapper a.button, .woocommerce-info a.button {
    background: transparent;
    color: #b43e54;
    border: 1px solid #b43e54;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    font-family: 'Karla';
    border-radius: 0px;
	text-transform: uppercase;
}
.woocommerce-notices-wrapper a.button:hover, .woocommerce-info a.button:hover {
    background: #b43e54;
    color: #fff;
}
.woocommerce-notices-wrapper, .woocommerce-info {
    font-family: 'Karla';
    letter-spacing: 0.64px;
    color: #1c1c1c;
}
.delete-account-button {
	margin-left: 10px !important;
}
.delete-account-button:hover svg path {
	fill: #fff;
}
.ff-karla {
	font-family: 'Karla';
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 30px;
    background: rgb(242 241 240 / 45%);
    padding: 0;
    border: 1px solid #bbb;
	display: flex;
    flex-wrap: wrap;
}
body.woocommerce-order-pay ul.order_details {
    margin-top: 30px;
    background: rgb(242 241 240 / 45%);
    padding: 0;
    border: 1px solid #bbb;
	display: flex;
    flex-wrap: wrap;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding: 20px;
    margin-right: 0px;
    flex: 0 0 20%;
}
body.woocommerce-order-pay ul.order_details li {
    padding: 20px;
    margin-right: 0px;
    flex: 0 0 25%;
}
section.woocommerce-order-details th, section.woocommerce-order-details td {
    border-color: #bbb !important;
}
section.woocommerce-order-details table {
    border-color: #bbb !important;
}
body.updating-cart {
  opacity: 0.6;
  pointer-events: none;
}
p.return-to-shop a.button {
    background: transparent !IMPORTANT;
    color: #b43e54 !IMPORTANT;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: 1px solid #b43e54;
    border-radius: 0px;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    padding: 15px 30px;
	text-transform: uppercase;
}
p.return-to-shop a.button:hover {
    background: #b43e54 !important;
    color: #fff !important;
}
#customer_login .woocommerce-form {
    background: rgb(242 241 240 / 45%);
    border: none;
}
#customer_login {
    font-family: 'Karla';
    color: #1c1c1c;
}
#customer_login .woocommerce-form input {
    border: 1px solid #bbb;
    border-radius: 0px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
}
#customer_login .woocommerce-form label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    margin-bottom: 10px;
}
#customer_login .woocommerce-form button.button {
    background: transparent;
    border: 1px solid #b43e54;
    color: #b43e54;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 0.64px;
    padding: 15px 30px;
    transition: 0.5s all;
    width: 140px;
	text-transform: uppercase;
}
#customer_login .woocommerce-form button:hover {
    background: #b43e54;
    color: #fff;
}
#customer_login .woocommerce-form a {
    color: #b43e54;
}
#customer_login .woocommerce-form button#send_otp_btn {
    margin-top: 20px;
	width: auto;
}
#customer_login .woocommerce-form button.xoo-ml-open-lwo-btn {
	margin-top: 10px;
	width: auto;
}
.xoo-lwo-form button.button {
    background: transparent;
    border: 1px solid #b43e54;
    color: #b43e54;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 0.64px;
    padding: 15px 30px;
    transition: 0.5s all;
    text-transform: uppercase;
}
.xoo-lwo-form button.button:hover {
	background: #b43e54;
    color: #fff;
}
button.button.btn.xoo-ml-login-otp-btn {
    margin-right: 10px;
}
#customer_login .woocommerce-form label.woocommerce-form-login__rememberme {
    display: none;
}
#customer_login .woocommerce-form button.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 10px 0px;
}
.woocommerce-notices-wrapper:focus-visible, .woocommerce-error:focus-visible, input:focus-visible, .woocommerce-message:focus-visible {
    outline: none !important;
}
form.woocommerce-ResetPassword.lost_reset_password {
    background: rgb(242 241 240 / 45%);
    padding: 30px 20px;
    font-family: 'Karla';
    color: #1c1c1c;
    letter-spacing: 0.64px;
}
form.woocommerce-ResetPassword.lost_reset_password input {
    border: 1px solid #bbb !important;
    border-radius: 0px !important;
    height: 45px !important;
    margin: 10px 0px !important;
}
form.woocommerce-ResetPassword.lost_reset_password button.button {
    background: transparent;
    color: #b43e54;
    border: 1px solid #b43e54;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    padding: 15px 30px;
    transition: 0.5s all;
	text-transform: uppercase;
}
form.woocommerce-ResetPassword.lost_reset_password button.button:hover {
    background: #b43e54;
    color: #fff;
}
.woocommerce-message {
    border-top-color: #b43e54;
}
.woocommerce-info {
    border-top-color: #b43e54;
}
.woocommerce-message::before {
    color: #b43e54;
}
.woocommerce-info::before {
    color: #b43e54;
}
.main-store-wrapper {
    border: 1px solid rgb(28 28 28 / 30%);
    width: 450px;
    margin: 0 auto;
    padding: 30px 60px;
}
.main-store-wrapper h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Karla';
    letter-spacing: 1.2px;
    color: #1c1c1c;
}
.main-store-wrapper p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #1c1c1c;
    letter-spacing: 0.32px;
    font-family: 'Karla';
}
.stockists-section {
    margin-top: 60px;
}
.stockists-section .accordion-button {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: 'Karla';
    letter-spacing: 0.64px;
}
.stockists-section .accordion-item {
    border: none;
    border-bottom: 1px solid rgb(28 28 28 / 30%);
}
.stockists-section .accordion {
    border-top: 1px solid rgb(28 28 28 / 30%);
}
.stockists-section .accordion-item button.accordion-button:focus, .stockists-section .accordion-item button.accordion-button:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.stockists-section .accordion-button:not(.collapsed) {
    background: transparent;
    color: #1c1c1c;
}
.stockists-section .accordion-item .accordion-body p:last-child {
    margin-bottom: 0px;
}
.stockists-section .accordion-button:after, #accordionPDP .accordion-button:after {
    background-image: url('/wp-content/uploads/2025/06/Vector-82.svg');
    background-size: 15px;
    width: 15px;
    background-position: center;
}
.stockists-section .accordion-button:not(.collapsed):after, #accordionPDP .accordion-button:not(.collapsed):after {
    background-image: url(/wp-content/uploads/2025/06/Vector-82.svg);
}
.news-thumbnail:hover img {
    transform: scale(1.2);
}
.news-thumbnail {
    overflow: hidden;
}
.news-thumbnail img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top;
	transition: 3s all;
}
.news-carousel-wrapper {
    border: 1px solid rgb(28 28 28 / 30%);
    padding: 40px;
}
.news-outlet {
    font-size: 20px !important;
    font-weight: 500;
    font-family: 'Karla';
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 20px 0px;
    line-height: 1;
    color: #1c1c1c;
}
h3.news-title {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Karla';
    color: #1c1c1c;
    font-weight: 400;
    letter-spacing: 0.32px;
}
.news-meta a.read-more {
    font-size: 20px;
    font-family: 'Karla';
    font-weight: 500;
    color: #b43e54;
    letter-spacing: 0.8px;
    text-decoration: underline;
}
.news-section-wrapper {
    margin: 100px 0px;
}
.news-section-wrapper h2.section-title {
    margin-bottom: 40px;
}
.news-carousel .news-item {
    padding: 0 20px;
    box-sizing: border-box;
}
.news-carousel {
    margin: 0 -20px;
}
.news-carousel .slick-dots li button:before {
    font-size: 8px;
    color: #1c1c1c;
    opacity: 20%;
}
.news-carousel .slick-dots li.slick-active button:before {
    color: #b43e54;
    opacity: 1;
}
.news-carousel .slick-dots {
    bottom: -40px;
}
.news-outlet a {
    color: #1c1c1c;
    font-size: 20px;
}
body.tax-product_collection.term-celebrity-style ul.products {
	grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
body.tax-product_collection.term-celebrity-style ul.products span.price {
	display: none;
}
body.tax-product_collection.term-celebrity-style ul.products li.product a img {
    height: 600px;
    object-position: top center;
}
ul.products h2.woocommerce-loop-product__title:hover {
    color: #b43e54 !important;
}
ul.products h2.woocommerce-loop-product__title {
    transition: 0.5s all;
    margin-top: 16px !important;
}
ul.products .product-thumb {
    overflow: hidden;
}
ul.products .product-thumb img {
    margin-bottom: 0 !important;
    transition: 3s all;
}
.celebrity-color-filter {
    clear: both;
}
body.tax-product_collection.term-celebrity-style form.woocommerce-ordering {
    display: none;
}
.celebrity-color-filter h2 {
    font-size: 35px;
    font-weight: 400;
    font-family: 'TOP LUXURY';
    letter-spacing: 0.7px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
}
ul#color-filter-bar li a {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    display: inline-block;
    padding: 10px;
}
ul#color-filter-bar li a.active {
    color: #b43e54;
    border-bottom: 1px solid #b43e54;
}
ul#color-filter-bar {
    margin-bottom: 40px;
}
ul#color-filter-bar li a:hover {
    color: #b43e54;
}
.header-search-wrapper {
	display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
    background: #fff;
    padding: 30px;
    z-index: 99;
    -webkit-box-shadow: 0px 15px 15px #00000030;
    box-shadow: 0px 15px 15px #00000030;
}
button.search-submit {
    border: none;
    background: transparent;
    width: 30px;
}
input.search-field {
    flex: 1;
    border: none;
    height: 45px;
    padding: 0px;
	font-size: 20px;
}
form.search-form {
    display: flex;
    align-items: center;
}
.search-term {
	font-size: 35px !important;
	font-family: 'Karla', sans-serif !important;
}
a.home-pg-link.theme-btn {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Karla';
    border: 1px solid #b43e54;
    color: #b43e54;
    display: inline-block;
    padding: 15px 30px;
}
a.home-pg-link.theme-btn:hover {
    background: #b43e54;
    color: #fff;
}
.testimonial-quotes {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.testimonial-slider {
    overflow: hidden;
}
.single-left .wp-block-media-text {
    margin-bottom: 1rem;
}
.woo-variation-swatches .variable-items-wrapper {
    gap: 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0px;
}
section.recently-viewed-products ul.products {
    display: flex;
    justify-content: center;
}
section.recently-viewed-products ul.products li {
    flex: 0 0 25%;
}
.small-device-wrapper {
	display: none;
}
td.woocommerce-table__product-name.product-name a {
    color: #b43e54;
    font-weight: bolder;
}
td.woocommerce-table__product-name.product-name ul.wc-item-meta {
    padding-left: 0px;
}
.my-acnt-wrapper button.button[name="save_address"] {
    margin-top: 20px;
}
.woocommerce-order.ff-karla.spaced section.woocommerce-customer-details {
    margin-bottom: 0px !important;
}
#mini-cart-container .cart-footer .terms-checkbox input {
    width: 15px;
    height: 15px;
    accent-color: #1c1c1c;
}
#mini-cart-container .cart-footer .terms-checkbox label {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
#mini-cart-container .cart-footer .terms-checkbox {
    margin-bottom: 32px !important;
}
.custom-breadcrumb a:hover {
    color: #b43e54;
}
.cart-extra-buttons button.woosw-btn:hover {
    background: #b43e54;
    color: #fff;
}
.cart-extra-buttons a.share-btn:hover {
    background: #b43e54;
}
.cart-extra-buttons a.share-btn:hover svg path {
    stroke: #fff;
}
.cart-extra-buttons a, .cart-extra-buttons button {
    transition: 0.3s all;
}
.news-outlet a:hover {
    color: #b43e54;
}
.news-meta a.read-more:hover {
    color: #1c1c1c;
}
.order-pay-pg button#btn-razorpay, .order-pay-pg button#btn-razorpay-cancel {
    background: transparent;
    border: 1px solid #b43e54;
    color: #b43e54;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    padding: 10px 30px;
    transition: 0.5s all;
}
.order-pay-pg button#btn-razorpay:hover, .order-pay-pg button#btn-razorpay-cancel:hover {
    background: #b43e54;
    color: #fff;
}
.order-pay-pg ul.order_details {
    margin-top: 0px !important;
}
.cart-right section#shipping-calculator-form input {
    border-radius: 0px;
    border: 1px solid #bbb;
}
.cart-right section#shipping-calculator-form button {
    margin-top: 10px;
}
.cart-right section#shipping-calculator-form span.select2-selection {
    border-radius: 0px;
    border: 1px solid #bbb;
}
.top-footer ul li.current-menu-item a {
    color: #b43e54;
}
.top-footer ul a:hover {
    color: #b43e54;
}
a.social-link:hover {
    border-color: #b43e54;
}
a.social-link:hover svg path {
    fill: #b43e54;
}
a.social-link svg path {
    transition: 0.5s all;
}
.footer-description p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.64px;
    font-weight: 400;
}
.footer-column-4 .footer-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.64px;
    font-weight: 400;
}
.collection-card a img {
    transition: 1s all;
}
.product .custom-breadcrumb span {
    display: none;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none !important;
}
.woocommerce div.product div.images {
    position: relative;
}
.woocommerce div.product div.images .yith_magnifier_loading {
    top: 50%;
}
#sizeGuideModal {
    z-index: 9999;
}
.celeb-style-product-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top center;
	transition: 3s all;
}
h2.celeb-style-product-title {
    font-size: 18px !important;
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.72px;
    padding: 0px;
    margin-bottom: 20px;
    font-family: 'Karla';
    text-transform: uppercase;
    margin-top: 12px;
}
h2.celeb-style-product-title a {
    color: #1c1c1c;
	font-size: 18px;
}
h2.celeb-style-product-title a:hover {
    color: #b43e54;
}
.celeb-style-section .row .col-lg-6:nth-child(odd) {
    padding-right: 20px;
}
.celeb-style-section .row .col-lg-6:nth-child(even) {
    padding-left: 20px;
}
.celeb-style-product {
    margin-bottom: 40px;
}
.celeb-style-product>a {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.celeb-style-product>a:hover img {
    transform: scale(1.2);
}
.page-template-template-celeb-style .inner-page-banner {
    height: 33vw;
    background-position: center 30%;
}
.page-template-template-privacy-policy .single-left ul {
    padding-left: 15px;
}
.page-template-template-privacy-policy .single-left ul li {
    margin-bottom: 0px;
}
.fancybox__container {
    z-index: 9999;
}
.custom-gallery-wrapper {
  margin-bottom: 30px;
  float: left;
  width: 48%;
  clear: none;
}
.custom-gallery-main img {
  max-width: 100%;
  transition: transform 0.3s ease;
  width: 100%;
}
.zoomable-image {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.zoomable-image img {
  transition: transform 0.2s ease, transform-origin 0.2s ease;
  will-change: transform;
}
.zoom-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoomable-image.zoom-active img {
  transform: scale(1.6);
}
/* .zoomable-image img {
  transform: scale(1);
}
.zoomable-image {
    overflow: hidden;
}
.zoomable-image:hover img {
  transform: scale(1.6);
} */
.custom-gallery-thumbs {
  margin-top: 15px;
}
.custom-gallery-thumbs img {
  height: 150px;
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  object-position: top center;
}
.thumb-slide {
    padding: 0 10px;
	cursor: pointer;
}
.insta-thumb {
	position: relative;
}
.insta-icon {
	position: absolute;
	width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.insta-thumb:before {
    content: '';
    width: calc(100% - 20px);
    height: 100%;
    background: #0000007d;
    position: absolute;
    top: 0;
    left: 10px;
    pointer-events: none;
}
.custom-gallery-thumbs .slick-prev {
    left: 15px;
    z-index: 1;
}
.custom-gallery-thumbs .slick-next {
    right: 15px;
}
.gallery-slide.insta-embed > iframe {
    max-width: calc(100% - 2px) !important;
}
.gallery-slide.insta-embed {
    position: relative;
}
.destination-wedding-section .product-slider-wrapper {
	display: block !important;
}
h3.search-item-title a:hover {
    color: #b43e54;
}
.search-item-img a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.search-item-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: top center;
	transition: 3s all;
}
h3.search-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.72px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Karla';
    text-transform: uppercase;
}
h3.search-item-title a {
    color: #1c1c1c;
    font-size: 18px;
}
.about-section .content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.slider-wrapper h1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.hover-video-wrapper {
    position: relative;
}
.hover-video {
    opacity: 0;
    pointer-events: none;
    object-fit: cover;
    transition: opacity 1s ease;
}
.email-wrapper {
    width: calc(100% - 210px);
    padding-right: 20px;
}
.custom-size-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    color: #1c1c1c;
    line-height: 1;
    gap: 8px;
    font-family: 'Karla';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
	position: relative;
    margin-left: 8px;
    padding-left: 12px;
	text-decoration: underline;
}
.custom-size-whatsapp-btn:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #1c1c1c;
    left: 0;
    top: 0;
}
.custom-size-whatsapp-btn svg, .custom-size-whatsapp-btn img {
    width: 20px;
    height: 20px;
}
.above-footer .subscribe-wrap>p {
    position: relative;
}
.above-footer .subscribe-wrap .wpcf7-spinner {
    background-color: #909090a1;
}
.above-footer .subscribe-wrap .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 13px;
    bottom: -20px;
}
.above-footer .wpcf7-response-output {
    display: none;
}
.price-from {
    font-size: 14px !important;
    color: rgb(28 28 28 / 80%);
}
#sizeGuideModal .modal-dialog {
    max-width: 820px;
}
#sizeTable th, #sizeTable td {
    background: #ececec;
    color: #1c1c1c;
	border-color: #1c1c1c;
	padding: 12px;
    font-size: 16px;
    font-family: 'Karla';
    letter-spacing: 0.64px;
	vertical-align: middle;
}
#sizeTable tr {
	border-color: #1c1c1c;
}
#sizeGuideModal .btn-size {
    background: #fff;
    border: none;
    font-size: 18px;
    line-height: 1;
    font-family: 'Karla';
    letter-spacing: 0.72px;
    padding: 10px;
    width: 80px;
    text-align: center;
    color: #1c1c1c;
	border: 1px solid #1c1c1c;
}
#sizeGuideModal .btn-size.active {
    background: #5f5145;
    color: #fff;
	border: 1px solid #5f5145;
}
#inchesBtn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#cmBtn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	border-left: none !important;
}
#sizeGuideModal #tableBody th {
    text-align: left;
}
.fallback-initial {
    width: 70px;
    height: 70px;
    background-color: #5F5145;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Karla';
}
.video-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    fill: #fff;
}
.thumb-slide.video-thumb:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background: #0000006e;
    top: 0;
    left: 10px;
    z-index: 1;
}
.gallery-slide.video-embed video {
    width: 100%;
}
.custom-gallery-thumbs .slick-track {
    margin-left: 0px;
    margin-right: 0px;
}
.term-dilkash h1.innerbanner-title {
    margin-top: 150px;
}
.cart-additional-comments {
    font-family: 'Karla';
    color: #1c1c1c;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.cart-additional-comments>label {
    margin-bottom: 10px;
	line-height: 1;
}
.cart-additional-comments>ol {
    padding-left: 16px;
    margin-bottom: 10px;
}
#custom_order_note {
    padding: 15px;
    font-size: 16px;
    font-family: 'Karla';
    color: #1c1c1c;
    resize: none;
}
.page-id-117 h1.entry-title {
    display: none;
}
.woosw-list table.woosw-items {
    width: 100%;
}
.woosw-list table.woosw-items tr.woosw-item {
    display: flex;
    width: 100%;
    flex-direction: column;
	position: relative;
}
.woosw-list .woosw-item--time {
    display: none;
}
.woosw-list table.woosw-items tr.woosw-item:last-child {
    margin-bottom: 0;
}
.woosw-list table.woosw-items tr.woosw-item td {
    background: transparent;
	padding: 0px;
}
.woosw-list table.woosw-items tr.woosw-item:hover td {
    background: transparent;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--remove {
    display: inline-flex;
    width: 30px;
	height: 30px;
    padding: 10px;
    align-items: center;
    justify-content: center;
	position: absolute;
    left: 10px;
    top: 10px;
	background: #fff;
    border-radius: 50%;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--remove span {
    line-height: 1;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--actions a {
    background: transparent;
    border: 1px solid #b43e54;
    color: #b43e54;
    font-family: 'Karla';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    padding: 10px 20px;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--actions {
    display: none;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--info {
    margin-top: 10px;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--actions a:hover {
    background: #b43e54;
    color: #fff;
}
.woosw-list .woosw-popup-content-mid-message {
    text-align: center;
}
.woosw-item--time {
    display: none;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--image {
    width: 100%;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0px;
}
.woosw-list tbody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
textarea#custom_order_note:focus-visible {
    outline: none;
}
.pdp-reviews-section {
    margin-top: 60px;
	font-family: 'Karla';
}
.pdp-reviews-section .cr-ajax-search {
    display: none !important;
}
.pdp-reviews-section .cr-count-row {
    display: none !important;
}
.pdp-reviews-section p.cr-search-no-reviews {
    margin: 24px 0px 0px;
    color: #1c1c1c;
	display: none;
}
.pdp-reviews-section .cr-all-reviews-shortcode .cr-summaryBox-wrap {
    background: #fff;
}
.pdp-reviews-section .ivole-meter {
    background: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
}
.pdp-reviews-section button.cr-all-reviews-add-review {
    background: #b43e54 !important;
}
.pdp-reviews-section>h2 {
    text-align: center;
    font-family: 'TOP LUXURY', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    color: #1c1c1c;
    letter-spacing: 0.7px;
    font-weight: 400;
    margin-bottom: 30px;
}
button.cr-review-form-submit {
    background: #b43e54 !important;
}
button.cr-review-form-submit svg {
    display: none;
}

/* 25/07/25 */

.featured-collections .row.row-gutter{
    --bs-gutter-x: 80px;
    --bs-gutter-y: 80px;
}
.featured-collections h2{
    padding-bottom: 60px;
}
.product-category-page.spaced{
    padding: 3rem 0;
}
.page-template-template-store-locator .main-wrapper.spaced{
    padding-bottom: 3rem;
}
/* End 25/07/25 */
.product-thumb, .product-item .thumb-media-wrapper {
  position: relative;
  overflow: hidden;
}
.thumb-media-wrapper {
  position: relative;
}
.thumb-image,
.thumb-video {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 1s ease;
}
.thumb-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.thumb-image {
  transition: opacity 1s ease;
  z-index: 1;
  position: relative;
}
body.woocommerce-checkout li.wc_payment_method.payment_method_razorpay img {
    display: none !important;
}
/*.slider-wrapper .slider-item {
    display: none;
}*/
.slider-wrapper.owl-loaded .slider-item {
    display: flex;
}
.slider-wrapper {
	min-height: calc(100vh - 220px);
    background: #5f514514;
	}
tr.partial-cod-info {
    background: transparent !important;
}
tr.partial-cod-info th, tr.partial-cod-info td {
    border-top: none !important;
    border-bottom: 1px solid;
}
#partial-payment-checkbox {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: 'Karla';
    letter-spacing: 0.64px;
    line-height: 1;
    background: #f9f9f8 !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 20px !important;
    margin-bottom: 24px !important;
}
#partial-payment-checkbox label {
    display: flex;
    align-items: center;
    gap: 5px;
}
#partial-payment-checkbox input {
    accent-color: #1c1c1c;
}
@media(min-width: 1700px){
	.above-footer.subscribe-section {
		height: 350px;
	}
	.single_add_to_cart_button {
		width: 480px;
	}
	.collection-card {
    width: 100%;
}
.collection-card a, .collection-card img {
    width: 100%;
}
	.container {
		max-width: 1640px !important;
	}
	.product-item img {
    height: 600px;
    object-fit: cover;
}
}
@media(max-width: 1600px){
	.woosw-list table.woosw-items tr.woosw-item td.woosw-item--image img {
    height: 420px;
}
	.woocommerce ul.products li.product a img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
}
@media screen and (max-width: 1400px){
    .slider-wrapper h1 {
        margin-bottom: 20px;
        font-size: 62px;
    }
    .slider-wrapper .slider-item {
        height: calc(100vh - 158px);
    }
	.slider-wrapper {
	min-height: calc(100vh - 158px);
	}
	.collection-banner .content-area h3 {
        font-size: 24px;
    }
	.slider-wrapper .slider-item > .container {
        padding-bottom: 100px;
    }
        .about-us-section .about-content p {
        line-height: 30px;
    }
        ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        flex: 0 0 25%;
        border: 1px solid #bbb;
        padding: 15px;
    }
        .my-acnt-wrapper .woocommerce-Address header {
        gap: 5px;
    }
    .my-acnt-wrapper .woocommerce-Address header > h2 {
        line-height: 1.5;
    }
        .main-menu {
        gap: 20px;
    }
        .single_add_to_cart_button {
        width: 245px;
    }

}
@media(max-width: 1300px){
.average-rating {
	bottom: 0px;
}
}
@media(max-width: 1200px){
	.main-menu a {
		font-size: 14px;
	}
	section.pdp-reviews-section>h2 {
    font-size: 32px;
}
	.collection-banner .content-area h3 {
    font-size: 20px;
}
	/* .main-wrapper .reviews-carousel .owl-dots {
    bottom: 10px;
} */
.average-rating {
	bottom: -40px;
}
.review-box {
    padding: 20px;
    padding-left: 30px;
}
	.slider-wrapper .slider-item > .container {
	padding-bottom: 50px;
}
	.about-us-section .about-content p {
    line-height: 25px;
}
	.checkout-columns {
    flex-direction: column;
}
.checkout-right {
    width: 100%;
	margin-top: 50px;
}
.checkout-left {
    padding-right: 0px;
}
.checkout-left .woocommerce-billing-fields>h3, .checkout-right>h3 {
    font-size: 32px;
}
	.celebrity-color-filter h2 {
    font-size: 32px;
}
	section.related.products>h2, .recently-viewed-products .section-title {
    font-size: 32px;
}
	.single_add_to_cart_button {
        width: 160px;
    }
	h2.contact-us-heading {
    font-size: 32px;
}
	.main-menu {
    gap: 0px;
}
.cart-right {
    width: 100%;
}
.cart-content {
    flex-direction: column;
}
}
@media(min-width: 992px){
	.search-item-img a:hover img {
    transform: scale(1.2);
}
	.hover-video-wrapper:hover .hover-video {
    opacity: 1;
}
.hover-video-wrapper:hover .hover-thumb {
    opacity: 0;
}
	.collection-card a:hover img {
    transform: scale(1.2);
}
	.product-item:hover img {
    transform: scale(1.2);
}
	.product-thumb.has-video:hover .thumb-video, .product-item.has-video:hover .thumb-video {
  opacity: 1;
  visibility: visible;
}
.product-thumb.has-video:hover .thumb-image, .product-item.has-video:hover .thumb-image {
  opacity: 0;
}
	ul.products .product-thumb img:hover {
    transform: scale(1.2);
}
	.main-menu .current-menu-parent>a:after {
    content: url('/wp-content/uploads/2025/07/down-arrow-red.svg');
}
	.main-menu .menu-item-has-children:hover > a::after {
    content: url('/wp-content/uploads/2025/07/down-arrow-red.svg');
}
	.main-menu li:hover > .sub-menu {
  display: block;
}
}	
@media(max-width: 992px){
.account-menu-toggle-wrapper {
    position: relative;
    width: 200px;
}
.account-menu-toggle {
    background: #fff;
    color: #1c1c1c;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    text-align: left;
	font-family: 'Karla';
        font-size: 16px;
        letter-spacing: 0.64px;
}
.account-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background: #f9f9f9;
	position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
}
.account-menu-list li {
    border-top: 1px solid #eee;
	margin-bottom: 0px !important;
}
.account-menu-list li {
    
}
.account-menu-list li a {
    display: inline-block;
	width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    color: #1c1c1c;
}
.account-menu-toggle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/uploads/2025/06/Vector-82.svg);
    top: 50%;
    right: 15px;
    display: block !important;
    z-index: 99;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.account-menu-list li a.active,
.account-menu-list li a:hover {
    background: #000;
    color: #fff;
}
	.woosw-list tbody {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	.term-dilkash h1.innerbanner-title {
    margin-top: 90px;
}
	.account-details-form-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
}
.account-details-form-wrapper .clear {
    display: none;
}
	section#shipping-calculator-form {
    text-align: left;
}
	#sizeGuideModal .modal-dialog {
    max-width: 700px;
}
	.custom-gallery-main img {
    height: 510px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
/* .product-detail-wrapper .product {
    display: flex;
    flex-direction: column;
}
section.related.products {
    order: 3;
}
section.recently-viewed-products {
    order: 4;
	margin-top: 0px;
} */
	.slider-wrapper .slider-item {
    align-items: center;
}
.slider-wrapper .slider-item > .container {
	padding-bottom: 0px;
}
	.main-menu .sub-menu a {
    padding: 16px;
}
	.main-menu .menu-item-has-children > a::after{
		top: 14px;
	}
	.main-menu a {
    font-size: 18px;
    padding: 18px;
}
	.main-menu {
    align-items: flex-start;
}
    .main-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
/* .main-menu .menu-item-has-children:hover > a::after {
    transform: rotate(180deg) translateY(-3px);
} */
	.main-menu .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
	min-width: auto;
    display: none;
}
	.summary.entry-summary h3 {
    margin-bottom: 20px;
}
	.custom-gallery-thumbs img {
    height: auto;
}
.insta-icon {
    width: 25px;
    height: 25px;
}
	.custom-gallery-wrapper {
    width: 100%;
    float: none;
	/* order: 2;
	margin-bottom: 0;
    margin-top: 30px; */
}
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
	order: 1;
}
	.celeb-style-section .row .col-lg-6 {
    padding-left: calc(var(--bs-gutter-x)*.5) !important;
    padding-right: calc(var(--bs-gutter-x)*.5) !important;
}
	.main-menu .menu-item-has-children > a::after {
    filter: invert(1);
}
	.contact-form-wrapper .wpcf7-response-output {
    bottom: -40px;
    font-size: 11px !important;
}
	.contact-us-section p.contact-info svg, .contact-us-section p.contact-info img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
}
	.search-term {
    font-size: 32px !important;
}
	h2.cart-heading {
    font-size: 32px;
    margin-bottom: 30px;
}
h2.cart-heading br {
    display: none;
}
	.woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    margin-top: 30px;
}
	h2.my-account-main-heading {
    font-size: 32px;
    margin-bottom: 20px !important;
}
.about-section h2, .main-wrapper h2 {
    font-size: 32px;
	font-family: "Crimson Text", serif;
}
.stockists-section {
    margin-top: 50px;
}
	.news-section-wrapper h2.section-title {
    font-size: 32px;
    margin-bottom: 20px;
}
.news-section-wrapper {
    margin: 50px 0px;
}
	body.tax-product_collection.term-celebrity-style ul.products li.product a img {
    height: 400px;
}
	.header-cartbox {min-width: 80vw;}
	section.recently-viewed-products ul.products {
    display: grid;
}
	section.recently-viewed-products ul.products li {
    flex: 0 0 50%;
}
	.single_add_to_cart_button {
    width: 330px;
}
h1.product_title.entry-title {
    font-size: 24px;
    margin: 20px 0px 10px !important;
}
.summary span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
p.price-note {
    margin-bottom: 20px;
}
.woocommerce section.related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
	margin-bottom: 0px;
}
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
		}
	.collections-grid {
    grid-template-columns: 1fr;
}
.collection-box {
    padding: 0 !important;
}
.collection-box img {
    height: 400px;
}
	.single-left {
    margin-bottom: 50px;
}
	.blog-right {
    margin-bottom: 50px;
}
.recent-articles {
    margin-top: 50px;
}
.recent-articles hr:last-child {
    margin-bottom: 0px;
}
	.contact-form-wrapper {
    margin-bottom: 50px;
}
	h1.innerbanner-title {
    font-size: 45px;
}
.inner-container {
    width: 100%;
}
.spaced {
    padding: 4rem 0;
}
.mobile-toggle {
    padding-left: 0px;
}
.about-us-section h2.about-heading {
    margin-top: 30px;
}
  .header-inner .header-center.main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: -150%;
    background-color: #5F5145;
    color: #fff;
    transition: all 0.5s ease-in-out;
    height: 100%;
    color: #fff;
    padding-top: 100px;
    align-items: flex-start;
	margin-top: 0px;
  }
  .slider-wrapper .slider-item {
    height: 45vh;
  }
  .slider-wrapper {
	min-height: 45vh;
	}
  .collection-banner {
    min-height: 100%;
    padding-top: 80px;
  }
	.custom-header.sticky-header {
		padding: 10px 0;
	}
	.header-left.logo {
		order: 3;
		text-align: center;
	}
	.mobile-toggle {
		order: 1;
	}
	.header-right.icons {
		order: 4;
		flex: none;
		gap: 20px;
	}
	.icon.search-icon {
		order: 2;
		margin-left: 20px;
	}
  /* .featured-collections .col:nth-child(3) {
    padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem !important;
  } */
   .featured-collections h2 {
        padding-bottom: 50px;
        margin-bottom: 0px;
    }
    .featured-collections .row.row-gutter {
        --bs-gutter-y: 50px;
		--bs-gutter-x: 0px;
    }
    .slider-wrapper h1, .about-section .content {
        width: 100%;
    }
    .featured-collections .col:nth-child(3) .collection-card > a {
        height: auto;
    }
    .collection-banner .content-area h3 {
        font-size: 25px;
        letter-spacing: 0;
    }
}
@media(max-width: 769px){
	.cart-right .cart_totals tr td {
    padding-left: 0px;
}
	h2.cart-heading {
    font-size: 24px;
        margin-bottom: 30px;
        line-height: 1.5;
        text-wrap: balance;
}
h2.cart-heading br {
    display: none;
}
.cart-left .woocommerce-cart-form table tr.cart_item td {
    padding-bottom: 12px !important;
	display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
}
body.woocommerce-cart .qib-button-wrapper {
    float: right !important;
}
td.product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
	border-top: 1px solid rgb(28 28 28 / 20%);
}
td.product-thumbnail {
    display: flex !important;
    padding-left: 12px !important;
}
td.product-thumbnail:before {
    display: none !important;
}
tr.woocommerce-cart-form__cart-item.cart_item:first-child {
    border-top: none;
}
.cart-left .woocommerce-cart-form table tr.cart_item td.product-remove {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0;
}
tr.cart-coupon-section td {
    padding: 12px !important;
}
.woocommerce .custom-cart-wrapper a.button, .woocommerce .custom-cart-wrapper button.button {
    width: auto !important;
}
tr.cart-coupon-section .coupon {
    padding: 10px !important;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
}
tr.cart-coupon-section {
    transform: translateY(10px);
}
  .main-wrapper .owl-nav {
    display: none;
  }
  .main-wrapper .reviews-carousel .owl-dots {
    position: static;
    margin: 20px 0;
  }
  .average-rating {
    width: auto;
    position: static;
    margin: 0 auto;
    text-align: center;
  }
  .subscribe-wrap .subscribe-btn {
    margin: 10px 0;
  }
  .category-tab.view-all {
    display: block;
    margin: 10px 0;
  }
  .review-box {
    margin-left: 0;
  }
 .site-footer .footer-column:first-child,
  .site-footer .footer-column-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding-bottom: 25px;
	margin-bottom: 25px;
  } 
  .footer-column::after {
    display: none;
  }
  .footer-column:nth-child(3)::after {
    display: block;
  }
  .main-nav.active {
    display: block;
  }

  .mobile-toggle {
    display: block;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .icons {
    margin-left: auto;
  }
	.main-nav.active .main-menu a {
		color: #fff;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.review-box {
    margin-left: 0;
    padding: 30px;
}
	.main-wrapper .reviews-carousel .owl-dots {
    bottom: -30px;
    width: auto;
    right: auto;
    left: 0;
}
	.average-rating {
    right: 0;
    bottom: -40px;
}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    flex: 0 0 33.33%;
}
body.woocommerce-order-pay ul.order_details li {
    flex: 0 0 50%;
	border: 1px solid #bbb;
}
	.woocommerce .col2-set .u-column1.col-1.woocommerce-Address {
    float: left !important;
}
.woocommerce .col2-set .u-column2.col-2.woocommerce-Address {
    float: right;
}
	.my-acnt-wrapper .woocommerce-Address header a.edit {
    font-size: 13px;
}
.my-acnt-wrapper .woocommerce-Address header > h2 {
    font-size: 13px;
}
	.woocommerce-account .woocommerce-MyAccount-content {
    width: 68% !important;
}
.my-acnt-wrapper {
    padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table th {
    padding: 5px;
    font-size: 13px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td {
    padding: 5px;
    font-size: 13px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.view {
    padding: 10px;
    font-size: 13px;
}
}
@media(max-width: 767px){
	.woosw-list table.woosw-items tr.woosw-item td.woosw-item--image img {
    height: 275px;
}
	.pdp-reviews-section {
    margin-top: 60px;
}
	.woosw-list table.woosw-items tr.woosw-item {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--info {
    width: 100%;
    padding: 0 10px;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--actions {
    width: auto;
    text-align: left;
}
.woosw-list .woosw-actions {
    margin: 0;
}
	.cart-additional-comments {
    margin-top: 10px;
}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: left;
    margin-top: 10px;
    font-size: 14px;
	display: inline-block;
	width: fit-content;
}
	.woocommerce-message {
    display: inline-flex;
    flex-direction: column;
}
	.instagram-feed-section h2 {
    padding: 0 30px;
}
	.collection-card a img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.collection-card>a {
    width: 100%;
}
.collection-card {
    width: 100%;
}
	.pagination .page-numbers {
    padding: 8px;
    font-size: 12px;
}
.pagination .page-numbers.prev {
    margin-right: 5px;
}
.pagination .page-numbers.next {
    margin-left: 5px;
}
	.gallery-slide.video-embed video {
    width: 100%;
    height: 510px;
    background: #000;
}
	.search-item-img img {
    height: 275px;
}
h3.search-item-title a {
    font-size: 16px;
}
h3.search-item-title {
    font-size: 16px;
    margin-top: 5px;
}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    margin: 10px 0px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    line-height: 1;
    font-size: 15px;
}
.price-from {
    font-size: 13px !important;
}
	.my-acnt-wrapper .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
}
	.account-details-form-wrapper {
    grid-template-columns: 1fr;
}
	.email-wrapper {
    width: 100%;
    padding-right: 0px;
}
	section.reviews-section>.container>h2:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    top: -2.5px;
    left: 0;
}
.average-rating.review-stars:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    bottom: -2.5px;
    left: 0;
}
	section.reviews-section>.container {
    background: #5f5145;
    padding: 0px;
}
section.reviews-section>.container>h2 {
    background: #fff;
    margin-bottom: 0px !important;
    padding-bottom: 1rem;
}
.average-rating.review-stars {
    background: #fff;
	margin-top: -1px;
}
.main-wrapper .reviews-carousel .owl-dots {
    background: #fff;
    margin: 0;
    padding: 20px 0px;
}
	/* .slider-wrapper .slider-item {
    background-position: top left;
} */
.subscribe-wrap .subscribe-btn, .main-wrapper .btn {
    font-size: 14px;
    letter-spacing: 0.56px;
    font-weight: 500;
}
	.product-item .price * {
    font-size: 14px;
}
	/* .collection-card a img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.collection-card {
    width: 100%;
}
.collection-card>a {
    width: 100%;
} */
	.product-item img {
    height: 275px;
}
.product-item .product-title {
    font-size: 16px;
	line-height: normal;
}
	.page-template-template-celeb-style .inner-page-banner {
    height: 250px;
    background-position: center;
}
	.celeb-style-product-image {
		height: 400px;
	}
	h2.celeb-style-product-title {
		margin-top: 7px;
	}
	.celeb-style-product {
    margin-bottom: 30px;
}
	.recently-viewed-products {
    margin-top: 50px;
}
.related.products {
    margin-top: 50px;
}
	.woocommerce form.register {
    margin-bottom: 0px;
}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    flex: 0 0 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
body.woocommerce-order-pay ul.order_details li {
    flex: 0 0 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #bbb;
}
	.woocommerce .checkout-left .form-row {
    width: 100%;
}
	body > .row {
    --bs-gutter-x: 0px;
}
	.woocommerce .col2-set .u-column1.col-1.woocommerce-Address, .woocommerce .col2-set .u-column2.col-2.woocommerce-Address {
    width: 100%;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
    margin-top: 20px;
}
	.my-account-main .inner-container {
    flex-wrap: wrap;
}
	.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
ul.for-large-devices {
display: none;
}
.small-device-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
        position: relative;
}
.small-device-wrapper .account-profile {
    margin: 0px;
    padding: 0px;
    border: 0px;
    flex-direction: row;
    gap: 0px 10px;
}
.small-device-wrapper .account-profile .profile-initials {
    width: 40px;
    height: 40px;
    font-size: 16px;
    background: #CFD4C5;
}
.small-device-wrapper .account-profile h3 {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}
.large-device-wrapper {
    display: none;
}
	.main-store-wrapper {
    width: 100%;
}
	.news-carousel-wrapper {
    padding: 20px;
}
	ul#color-filter-bar {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}
ul#color-filter-bar li {
    margin: 0 !important;
}
	body.tax-product_collection.term-celebrity-style ul.products {
    grid-template-columns: 1fr;
    gap: 20px;
}
	#mini-cart-container .custom-cart-item {
    padding: 0 20px;
}
#mini-cart-container .custom-cart-item .cart-item-image img {
    width: 100px;
    height: 100px;
}
#mini-cart-container .cart-footer {
    padding: 30px 20px 0px;
}
	section.recently-viewed-products ul.products {
    justify-content: normal;
	flex-direction: column;
}
	section.recently-viewed-products ul.products li {
    flex: 0 0 100%;
}
body .qib-button-wrapper {
    float: left !important;
}
.single_add_to_cart_button {
    margin-left: 0px !important;
    margin-top: 20px !important;
    width: 260px;
}
	.product-category-banner {
    height: 250px;
}
	    .woocommerce ul.products li.product a img {
        width: 100%;
        height: 275px;
        object-fit: cover;
    }
	.collection-box img {
        height: auto;
        object-position: top;
    }
	.single-blog-img img {
    height: 220px;
}
.single-left h2 {
    font-size: 24px !important;
    line-height: 1.3;
    letter-spacing: 0.96px;
}
.blog-detail-page .single-left p {
    line-height: 25px;
}
.single-left .wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
    margin-top: 1rem;
}
.single-left h3 {
    font-size: 22px;
    letter-spacing: 0.88px;
}
.single-left h4 {
    font-size: 20px;
    letter-spacing: 0.8px;
}
.blog-detail-page .single-left ul li, .blog-detail-page .single-left ol li {
    line-height: 25px;
}
.single-left h5 {
    font-size: 18px;
    letter-spacing: 0.72px;
}
.single-left h6 {
    font-size: 16px;
    letter-spacing: 0.64px;
}
	.above-footer h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.above-footer .subscribe-wrap input[type="email"] {
    width: 100%;
}
.email-wrapper {
    width: 100%;
}
.above-footer .subscribe-wrap {
    gap: 25px;
}
.subscribe-wrap .subscribe-btn {
    margin: 0px;
}
.above-footer.subscribe-section {
    padding: 60px 0px;
}
.footer-column, .footer-column-4 {
    padding-top: 30px;
}
footer.site-footer {
    padding-top: 50px;
}
.slider-wrapper h1 {
    font-size: 29px;
    line-height: 1.4;
}
.about-section h2, .main-wrapper h2 {
    font-size: 32px;
	letter-spacing: 0.64px;
	line-height: normal;
}
.collection-card h3 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Karla';
    margin-bottom: 20px;
	line-height: normal;
    letter-spacing: 1px;
}
.collection-banner {
    padding-top: 0px;
}
.collection-banner .content-area {
    padding: 20px;
}
.collection-banner .content-area img {
    width: 125px;
}
.review-item > .col-lg-7 {
    display: none;
}
.review-item .review-box {
    padding: 40px 20px;
}
.review-item {
    background: #5F5145 !important;
}
	.header-search-wrapper {
    padding: 20px 0px;
}
.header-cartbox {
    min-width: 100vw;
}
	.inner-container {
    width: 100%;
}
.mobile-toggle {
    padding-left: 0px;
}
.brand-story-section h2.about-heading {
    margin-top: 0px;
}
.testimonials-section h2.section-heading {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
	padding: 0 40px;
}
.testimonial-box {
    padding: 0 20px;
}
.inner-page-banner {
    height: 250px;
}
h1.innerbanner-title {
    font-size: 30px;
	line-height: normal;
        padding: 0 20px;
}

/* .woocommerce-shop.post-type-archive-product .product-category-banner {
    display: none !important;
} */
.spaced {
    padding: 50px 0px;
}
h2.about-heading {
    font-size: 24px;
    margin-top: 20px;
}
.about-us-section .about-content p {
    line-height: 25px;
}
.brand-story-section .content-box-item .item-title {
    font-size: 20px;
    margin: 20px 0px 10px;
}
.brand-story-section .about-subheading {
    margin-bottom: 40px;
}
.content-box-item svg {
    width: 70px;
    height: auto;
}
.brand-story-section .row {
    gap: 20px;
}
}
@media(max-width: 390px){
	    .single_add_to_cart_button {
        width: 240px;
    }
}
@media(max-width: 375px){
	    .above-footer h2 {
        font-size: 22px;
    }
	    .single_add_to_cart_button {
        width: 220px;
    }
	section.related.products>h2, .recently-viewed-products .section-title {
    font-size: 28px;
}
}
.custom-checkout-wrapper form.woocommerce-form.woocommerce-form-login.login, .woocommerce-no-js .custom-checkout-wrapper form.woocommerce-form-coupon {
    display: none !important;
}