@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Raleway", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --primary: #d4af37;
  --secondary: #1a1a1a;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

section {
  padding: 5rem 0;
}

/* Lenis */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* loader */
.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--secondary);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* loader */

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
  background: var(--primary);
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1.22em 1.83em;
  border-radius: 5px;
  line-height: normal;
  justify-content: center;
  width: fit-content;
  gap: 10px;
  margin: auto;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid var(--primary);
  padding: 1.04em 2em;
  color: var(--primary);
  margin: 0;
}

.themeBtn:hover {
  background: var(--secondary);
  color: var(--white);
}

form.newsletter .themeBtn:hover {
  background: var(--primary);
  color: var(--white);
}

/* btn css */

/* mouse animation css  */

.bounce-element {
  animation: bounce 0.9s infinite alternate;
  -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

.mouse {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: center;
}

/* mouse animation css  */

/* navigation css */

header {
  position: relative;
  z-index: 999;
  background: var(--white);
}

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  gap: 4rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: var(--secondary);
  text-transform: unset;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

.top-bar p {
  text-align: center;
  color: var(--primary);
  font-weight: 600;
  margin: 0;
  padding: 1rem 0;
}

.whislist-main {
  background: var(--secondary);
  padding: 6px 8rem;
  position: relative;
  z-index: 99;
}

.help-wishlist ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.help-wishlist ul li {
  position: relative;
}

.help-wishlist {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5rem;
}

a.logo img {
  width: 200px;
}

.help-wishlist ul li a {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding: 2px 1rem;
}

.help-wishlist ul li:hover .cart-main {
  opacity: 1;
  visibility: visible;
}

.help-wishlist ul li a i {
  font-size: 1.2rem;
}

.help-wishlist ul li:last-child a {
  border: 0;
}

a.login {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.an-navbar {
  padding: 1rem 0;
  box-shadow: 0 0 5px rgb(0 0 0 / 37%);
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.cart-main {
  width: 400px;
  position: absolute;
  top: 170%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  box-shadow: 0 0 20px 1px #00000020;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.cart-main::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -29px;
  border-radius: 5px;
  width: 59px;
  height: 59px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
}

/* .cline1 {
  position: absolute;
  background: #cccccccc;
  top: 16rem;
  width: 25rem;
  height: 1px;
}

.cline2 {  
  position: absolute;
  background: #cccccccc;
  top: 31.5rem;
  width: 25rem;
  height: 1px;
} */

.cart-hover {
  background: #fff;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 2em 0;
}

.cart-info {
  display: flex;
  gap: 16px;
  padding: 2em;
  border-bottom: 1px solid #dddddd;
}

.cart-cntnt p {
  font-size: 14px;
  color: #374151;
  margin-bottom: 16px;
}

.cart-cntnt h5 {
  color: #d80707;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}

.cart-cntnt h5 span {
  font-weight: 400;
  color: #1a1a1a;
  font-size: 14px;
}

.cart-cntnt h6 {
  font-size: 14px;
  margin-bottom: 16px;
}

.cart-counter {
  display: flex;
  gap: 15px;
  align-items: center;
}

.counter-counts {
  width: 5%;
}

.counter-counts input {
  border: none;
  outline: none;
  padding-left: 5px;
  padding-bottom: 5px;
}

.counter-counts input::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
}

.cart-total {
  padding: 40px 20px;
  background-color: #f8f8f8;
}

.sub-total {
  font-size: 14px;
}

.sub-total strong {
  font-size: 20px;
  font-weight: 600;
}

.total-save {
  font-size: 12px;
  color: #d80707;
}

.total-save strong {
  font-weight: 700;
  color: #d80707;
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
}

.cart-checkout {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}

.view-cart a {
  padding: 17px 47px !important;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #cccccccc !important;
}

.view-cart a span {
  color: #000;
  font-size: 14px;
}

.view-cart a:hover {
  background: #fff;
}

.checking-out a {
  padding: 17px 47px !important;
  border-radius: 5px;
}

.checking-out a span {
  font-size: 14px;
}

.mega-menu {
  background: var(--white);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 20px 1px #00000020;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.harewaMenu {
  height: 411px;
}

.mega-menu.active {
  opacity: 1;
  visibility: visible;
}

.menu_list {
  padding: 24px;
  position: relative;
}

.menu-line {
  position: absolute;
  background: #CCCCCCCC;
  width: 1px;
  height: 308px;
  right: 0;
  top: 0;
}

.harewaMenu .menu-line {
  height: 308px;
}

.menu_list h5 {
  font-size: 20px;
  color: #1a1a1a;
  border-bottom: 1px solid #cccccccc;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-weight: bold;
}

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

.menu_list ul li a {
  width: 100%;
  display: block;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.menu_list ul li a {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 400;
}

.menu_list ul li a i {
  position: absolute;
  right: 13px;
  color: #1a1a1a;
  font-weight: 300;
}

.menu_list ul li a:hover {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
}

.menu_list ul li a:hover i {
  color: #fff;
}

.menu-wrap .menu-cntnt:nth-of-type(1) {
  display: block;
}

.menu-cntnt {
  padding: 24px;
  display: none;
}

.menu-cntnt h5 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #cccccccc;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.menu-cntnt ul {
  column-count: 2;
}

.menu-cntnt ul li {
  margin-bottom: 37px;
}

.menu-cntnt ul li a span {
  font-size: 14px;
  color: #1a1a1a;
  position: relative;
}

.menu-cntnt ul li a span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #1a1a1a;
  left: 0;
  bottom: -2px;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-cntnt ul li a:hover span::before {
  width: 100%;
}

.menu-contact h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.menu-contact ul {
  column-count: unset;
}

.menu-contact ul li {
  margin-bottom: 4px;
  padding-right: 6.5rem;
}

.menu-contact ul li a {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
}

.harewa2 {
  overflow-y: scroll;
  height: 411px;
}

.harewa2::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.harewa2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.harewa2::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.harewa2::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menu-about h4 {
  font-size: 20px;
  font-weight: 400;
}

.menu-about p {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1AB2;
  margin-top: 1.5rem;
}

/* navigation css */

/* sraachbar start */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: arial;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: limegreen;
  border: black;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

#search input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#search input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

#search input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#search input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.srch-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.srch-btn .themeBtn {
  padding: 15px 120px;
  font-size: 20px;
}

/* sraachbar end */

/* slider css */

.mainSlider {
  height: 950px;
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
  /* overflow: hidden; */
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slideContent {
  text-align: center;
}

.slideContent figure {
  display: flex;
  align-items: center;
}

.slideContent figure img {
  flex: 0 0 33.333%;
}

/* slider css */

h2.heading {
  font-size: 3.125rem;
  color: var(--secondary);
  font-weight: 600;
  position: relative;
}

p.para {
  color: rgb(26 26 26 / 80%);
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.76125rem;
}

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

.customize-card figure {
  position: relative;
}

.customize-card figure span {
  color: #f2f2f2;
  font-size: 3.5rem;
  font-weight: bold;
  position: absolute;
  left: -30px;
  top: 0;
  line-height: 0.7;
}

.customize-card figure img {
  width: 100%;
}

.customize-card a {
  font-size: 1.5rem;
  color: rgb(26 26 26 / 80%);
  font-weight: 400;
  line-height: 1.76125rem;
  width: 150px;
  display: block;
  margin: 1.8rem auto 0;
}

.customize-maine {
  padding: 6rem 0;
}

.customize-clothng {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 6rem 0;
  text-align: center;
}

.sub-heading {
  font-size: 2.1875rem;
  font-weight: 700;
  color: var(--primary);
  font-style: italic;
}

.africn-content .heading {
  font-size: 4.375rem;
  margin: 0 0 3rem;
}

.africn-content .sub-heading {
  margin: 0;
}

.africn-content p.para {
  margin: 0 0 2.5rem;
}

.feature-main {
  padding: 5rem 6rem;
}

.feature-card figure img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.feature-card figure {
  position: relative;
}

.feature-card figure .overlay {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  padding: 0 10px;
}

.feature-card figure .overlay h4 {
  width: 100%;
  height: 155px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin: 0;
  line-height: 2.625rem;
}

.ready-content {
  background: var(--primary);
  margin-top: 10px;
  padding: 0.9rem 1rem;
  width: 65%;
}

.ready-content h5 {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 600;
  margin: 0 0 1.2rem;
}

.ready-content h6 {
  font-size: 14px;
  color: var(--white);
  margin: 0;
}

.feature-card figure .make-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg,
      #d4af37 24.77%,
      rgba(34, 34, 34, 0.133333) 200%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem;
}

.feature-card figure .make-overlay h2 {
  font-size: 3.0625rem;
  color: var(--white);
  margin: 0;
  width: 300px;
  text-align: center;
  line-height: 3.595625rem;
  font-weight: 400;
}

.make-content {
  background: #f9fafb;
  padding: 1rem 1rem;
}

.make-content h5 {
  font-size: 1.125rem;
  color: var(--secondary);
  font-weight: 600;
  margin: 0 0 10px;
}

.make-content h6 {
  font-size: 12px;
  color: var(--secondary);
  font-weight: 600;
  margin: 0 0 1.4rem;
}

.make-content h4 {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 600;
  margin: 0;
}

.section-heading {
  color: #374151;
  font-size: 1.5rem;
  font-weight: 600;
  display: table;
  margin: 0 auto 3rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #374151;
  width: 100px;
  height: 4px;
  margin: auto;
}

.feature-card figure .arrival-overlay {
  position: absolute;
  bottom: 1.6rem;
  left: 1.3rem;
}

.feature-card figure .men-collect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: var(--white);
  text-align: center;
  font-weight: 600;
  text-shadow: 0 2px 20px rgb(0 0 0 / 80%);
  line-height: 4.10875rem;
}

.feature-card figure .arrival-overlay .make-content {
  background: var(--primary);
}

.feature-card figure .men-collect.exclusive-men {
  bottom: unset;
  top: 25%;
}

.feature-card figure .arrival-overlay .make-content h5,
.feature-card figure .arrival-overlay .make-content h6,
.feature-card figure .arrival-overlay .make-content h4 {
  color: var(--white);
}

.feature-card figure .interact-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: linear-gradient(360deg, #d4af37 50%, rgba(212, 175, 55, 0) 100%);
  padding: 4rem 7rem 1.6rem;
}

.feature-card figure .interact-overlay h4 {
  font-size: 1.5rem;
  color: var(--white);
  margin: 0;
  line-height: 1.76125rem;
}

.feature-card figure .photo-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 464px;
  height: 275px;
  background: rgb(26 26 26 / 90%);
}

.feature-card figure .photo-overlay h6 {
  font-size: 3.5rem;
  color: var(--white);
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.feature-main .row+.row {
  margin-top: 1.2rem;
}

.weeks-main {
  padding: 1rem 6rem 8rem;
  position: relative;
}

.weeks-main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  background: #f2f2f2;
}

.week-card figure {
  position: relative;
  margin-bottom: 1rem;
}

.week-card figure img {
  width: 100%;
}

.week-card figure .heart {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 26px;
  height: 26px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}

.week-card h2 {
  font-size: 1.125rem;
  color: #374151;
  font-weight: 400;
  margin: 0 0 1rem;
}

.week-card .d-flex {
  align-items: center;
  justify-content: space-between;
}

.week-card .d-flex h3 {
  font-size: 1rem;
  color: #374151;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.week-card .d-flex h3 del {
  color: #9ca3af;
}

.week-card .d-flex a {
  font-size: 14px;
  color: rgb(34 34 34 / 70%);
  font-weight: 400;
}

.week-card:hover .d-flex a {
  color: var(--primary);
}

a.view-more {
  display: table;
  margin: 3rem auto 0;
  color: var(--primary);
  font-size: 14px;
  letter-spacing: 0.175px;
  text-decoration: underline !important;
  font-weight: 500;
}

.event-main {
  background: url(../images/eventbg.jpg) no-repeat top center/ cover;
  height: 605px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.event-content {
  background: var(--white);
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 5px;
}

.event-content h2 {
  font-size: 2.1875rem;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.event-content .themeBtn {
  padding: 1.22em 4.28em;
}

.craft-main {
  background: var(--secondary);
  text-align: center;
  padding: 3.5rem 0;
}

.craft-main img {
  width: 300px;
}

.craft-main p {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1.3;
  margin: 2rem 0;
}

.craft-main a {
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: underline !important;
}

.subscribe-main h2.heading {
  font-size: 1.5rem;
}

.subscribe-main p.para {
  font-size: 1.5rem;
  color: var(--secondary);
}

form.newsletter {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

form.newsletter input {
  border-radius: 5px;
  background: #f2f2f2;
  width: 70%;
  height: 50px;
  border: 0;
  font-size: 14px;
  padding: 0 1.5rem;
  font-weight: 400;
}

form.newsletter input::placeholder {
  color: rgb(34 34 34 / 50%);
}

form.newsletter .themeBtn {
  background: var(--secondary);
  border: 0;
  padding: 1.22em 2.4em;
  margin: 0;
}

.subscribe-main {
  padding: 6rem 0;
}

/* footer css start */

footer {
  background: var(--secondary);
}

.quickList h2 {
  font-size: 1.25rem;
  color: var(--primary);
  font-weight: 600;
  margin: 0 0 1.2rem;
}

.quickList ul li a {
  font-size: 1rem;
  color: var(--white);
  font-weight: 400;
}

.quickList ul li+li {
  margin-top: 0.8rem;
}

ul.footer-social {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem 0 2rem;
}

ul.footer-social li a {
  font-size: 1.5rem;
  color: var(--primary);
}

.footer-main {
  padding: 4rem 6rem 0;
}

.copyRight {
  padding: 4rem 6rem;
  border-top: 1px solid #cccccc;
}

.copyRight p {
  margin: 0;
  font-size: 14px;
  color: var(--white);
}

ul.payment-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.quickList ul li a:hover {
  color: var(--primary);
}

/* footer css end */

/* inner pages css start */

.select-gender {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  margin-bottom: 2rem;
}

.select-gender a.back {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.select-gender a.back i {
  font-size: 2rem;
}

.select-gender ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.select-gender ul li select {
  background: #f2f2f2;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
  border: 0;
  padding: 0.45rem 0.5rem;
  width: 168px;
  border-radius: 5px;
}

.customize-sidebar ul {
  background: #e6e6e6;
  height: 100%;
  padding: 2rem 2rem;
}

.customization {
  padding: 3rem 5rem;
}

.customize-sidebar ul li a {
  width: 150px;
  height: 140px;
  background: var(--white);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 5px;
}

.customize-list {
  display: flex;
  align-items: center;
  position: relative;
}

.customize-sidebar ul li a span {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.customize-sidebar ul li+li {
  margin-top: 1rem;
}

.customize-list .customize-img {
  width: 90%;
  text-align: center;
}

.d-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
}

.d-btn .themeBtn {
  padding: 1.22em 2.83em;
}

.d-btn .themeBtn.borderBtn {
  padding: 1.04em 1.7em;
}

/* measurement css start */

.measurement-container {
  background: #fff;
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%);
}

.measurement-row {
  display: flex;
  align-items: center;
  margin: 1.4rem 0;
  position: relative;
}

.measurement-label {
  /* width: 80px; */
  font-weight: bold;
  color: rgb(26 26 26 / 80%);
  position: absolute;
  top: 0;
  font-size: 1.25rem;
}

.slider-container {
  flex: 1;
  position: relative;
  margin-top: 1.6rem;
}

.slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #c59d35;
  border-radius: 50%;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #c59d35;
  border-radius: 50%;
  cursor: pointer;
}

.measurement-value {
  /* width: 50px; */
  text-align: right;
  color: rgb(26 26 26 / 80%);
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 1rem;
}

.tooltip {
  position: absolute;
  top: -30px;
  left: 0;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #333;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.select-gender a.themeBtn.next {
  margin: 0;
}

.nav-tabs.unit-tab {
  justify-content: center;
  border: 0;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 3rem;
  border: 1px solid #cccccc;
  padding: 0.4rem;
  border-radius: 5px;
  gap: 10px;
}

.nav-tabs.unit-tab .nav-link {
  border: 0;
  font-size: 12px;
  color: rgb(26 26 26 / 80%);
  font-weight: 500;
  background: transparent;
  border-radius: 5px;
  padding: 14px 20px;
}

.nav-tabs.unit-tab .nav-link.active {
  background: var(--secondary);
  color: var(--white);
}

.nav-tabs.unit-tab .nav-item {
  margin-bottom: 0;
}

/* measurement css end */

/* Designer css start */
.customization-search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.customization-search form {
  display: flex;
  background: #f2f2f2;
  border-radius: 0.5rem;
}

.customization-search form button {
  font-size: 1.25rem;
  background: transparent;
  border: none;
  padding: 0 0.5rem 0 1rem;
}

.customization-search form input {
  border: none;
  outline: none;
  background: transparent;
}

.customization-search .nav-tabs.unit-tab {
  margin: 0;
}

.designer-container li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.designer-container__img {
  width: 70px;
  height: 70px;
}

.designer-container__img img {
  width: 100%;
}

.designer-containerDetails {
  flex: 0 0 70%;
}

.designer-containerDetails .title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.designer-containerDetails .designation {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a1ab2;
  margin-bottom: 0.25rem;
}

.designer-containerDetails .location {
  font-size: 0.75rem;
  margin: 0;
}

.designer-container li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.designer-container__rating .themeBtn {
  width: 110px;
  background: #cccccc;
  outline: none;
  border: 1px solid transparent;
  padding: 1.22em 1.83em;
}

.designer-container__rating .themeBtn.active {
  background: transparent;
  border-color: #d4af37;
  color: #d4af37;
}

.designer-container__rating .star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f2f2f2;
  margin-top: 0.75rem;
}

.designer-container__rating .star i:is(:nth-child(1), :nth-child(2), :nth-child(3)) {
  color: #ffe602;
}

/* Designer css end */

/* customization cart css start */

.breadcrumb {
  align-items: center;
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  color: var(--black);
  font-weight: 600;
}

.breadcrumb-item a {
  font-weight: 600;
  color: #1a1a1a80;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "Ã‚Â»";
  font-size: 2rem;
  line-height: 0;
  vertical-align: sub;
  color: var(--black);
}

.heading.heading--sm {
  font-size: 1.5rem;
}

.heading.heading--border::before {
  content: "";
  width: 80%;
  height: 5px;
  background: #374151;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.heading.heading--border {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.75rem;
}

.customization-cartDetails>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00000020;
  padding: 1rem 0;
}

.customization-cartDetails__img {
  width: 200px;
  height: 120px;
  border-radius: 5px;
  transition: max-height 0.3s ease-in-out;
}

.customization-cartDetails__img.expanded {
  height: auto;
}

.customization-cartDetails__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.cart-wrapper {
  flex: 0 0 77%;
}

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

.customization-cartDetails__text .subText {
  color: #1a1a1ab2;
  font-size: 0.9rem;
  font-weight: 500;
}

.customization-cartDetails__text .price {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.customization-cartDetails__text .price span {
  color: #d80707;
  padding-right: 0.25rem;
}

.cart-wrapper .checkText {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  margin: 2rem 0 0;
}

.cart-wrapper .checkText i {
  width: 20px;
  height: 20px;
  border: 1px solid var(--black);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  display: grid;
  place-items: center;
}

.customization-cartDetails__btns {
  display: flex;
  gap: 1rem;
}

.customization-cartDetails__btns .collapseBtn {
  border: none;
  background: #f2f2f2;
  padding: 0.5rem 0.75rem;
  outline: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.customization-cartDetails__btns .actionBtn {
  background: transparent;
  border: none;
  outline: none;
}

.customization-cartForm label {
  font-size: 1rem;
  font-weight: 500;
}

.customization-cartForm div {
  background: #f2f2f2;
  display: flex;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.customization-cartForm div input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
}

.customization-cartForm div button {
  width: 170px;
  background: var(--black);
  border: none;
  outline: none;
}

.customization-cartForm div button:hover {
  background: var(--primary);
}

.customization-cartAmount {
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-radius: 0.5rem;
  padding: 1rem 2rem 2rem;
  margin-top: 2rem;
}

.customization-cartAmount .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
}

.customization-cartAmount .item span {
  font-size: 1rem;
  font-weight: 500;
}

.customization-cartAmount .subTotal {
  font-size: 1rem;
  color: #1a1a1a80;
  margin: 1rem 0;
}

.customization-cartAmount .subTotal span {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
}

.customization-cartAmount .themeBtn {
  border: none;
  outline: none;
}

.customization-cartPayment {
  text-align: center;
  margin-top: 2rem;
}

.customization-cartPayment p {
  color: var(--black);
  margin-bottom: 1.5rem;
}

.customization-cartPayment ul li a {
  width: 50px;
  height: 50px;
  background: #d9d9d9;
  display: grid;
  place-content: center;
  border-radius: 0.25rem;
}

.customization-cartPayment ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.cart-wrapperBox {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 2rem;
}

.cart-wrapperBox h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1rem;
}

.cart-wrapperBox>ul>li span {
  font-size: 1rem;
  font-weight: 600;
}

.cart-wrapperBox>ul>li span:nth-child(2) {
  font-weight: 500;
}

.cart-wrapperBox>ul>li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 0;
}

/* customization cart css end */

/* inner pages css end */

.success-rev-wrap {
  text-align: center;
  padding: 60px 77px;
  box-shadow: 0 7px 10px 0 rgb(0 0 0 / 5%);
}

.success-rev-wrap h2 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0;
}

.success-rev-wrap p {
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 40px 0;
}

.success-rev-wrap .themeBtn {
  width: 100%;
}

section.success-review-page {
  padding: 6rem;
}

.review-wrap1 {
  display: flex;
  gap: 2rem;
}

.reviewwrap-cntnt h2 {
  font-size: 24px;
  font-weight: 500;
}

.reviewwrap-cntnt ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviewwrap-cntnt ul li {
  color: #ffe602;
  font-size: 1.25rem;
}

.contactForm :is(input, textarea) {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem;
  color: #000;
  border: 1px solid #efefef;
  margin-bottom: 1.25rem;
  resize: none;
  background: #efefef;
  border-radius: 5px;
  box-shadow: unset !important;
  outline: unset !important;
}

.contactForm :is(input, textarea)::placeholder {
  color: #757275;
}

.reviwe-botmbtn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}

.reviwe-botmbtn a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

.reviwe-botmbtn button.themeBtn.border-0 {
  margin: 0;
}

.filetype input {
  background: unset;
  border: unset;
}

.conatct-review {
  padding: 0 0 8rem 0;
}

/* modal css start */

.fabric-modal .modal-title {
  font-size: 1.25rem;
  color: #374151;
  font-weight: 600;
  text-transform: uppercase;
}

.fabric-modal button.close {
  border: 1px solid #cccccc;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  opacity: 1;
  color: #cccccc;
  text-shadow: unset;
  font-weight: 300;
  line-height: unset;
  border-radius: 50%;
  overflow: hidden;
}

.fabric-modal button.close span {
  line-height: 0.1;
  display: block;
  margin: 0 0 3px;
}

.fabric-modal .modal-content {
  border-radius: 0;
}

.fabric-modal .modal-content .modal-header {
  padding: 0.7rem 1rem 0;
  border: 0;
}

.fabric-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}

.fabric-tab .nav-tabs .nav-link {
  all: unset;
  cursor: pointer;
  font-size: 12px;
  color: rgb(26 26 26 / 50%);
  font-weight: 500;
  border: 1px solid var(--primary);
  padding: 11px 18px;
  display: inline-block;
  border-right: 0;
}

.fabric-tab .nav-tabs {
  /* border: 1px solid var(--primary); */
  justify-content: center;
  border: 0;
}

.fabric-tab .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid var(--primary);
}

.fabric-modal .modal-body {
  padding-top: 10px;
}

form.search {
  display: flex;
  align-items: center;
  margin: 0.6rem 0 1rem;
  gap: 1rem;
}

form.search span {
  position: relative;
  width: 100%;
}

form.search span input {
  width: 100%;
  height: 40px;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  padding: 0 45px;
  font-weight: 500;
}

/* Color Button */
.color-btn {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 7px 15.5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
}

/* Color Picker Container */
.color-picker-container {
  display: none;
  top: 50px;
  padding: 0 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.color-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 20px 10px;
}

/* Close Button */
.close-btn {
  cursor: pointer;
  font-size: 14px;
  color: #888;
  border: none;
  background: none;
  border: 1px solid #cccccc;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  text-shadow: unset;
  font-weight: 300;
  line-height: unset;
  border-radius: 50%;
  overflow: hidden;
}

/* Color Squares */
.color-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}

.color-square {
  width: 30px;
  height: 30px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
}

/* Colors */
.color-square:nth-child(1) {
  background-color: #ffcccc;
}

.color-square:nth-child(2) {
  background-color: #ff4d4d;
}

.color-square:nth-child(3) {
  background-color: #ffdb99;
}

.color-square:nth-child(4) {
  background-color: #ffcc00;
}

.color-square:nth-child(5) {
  background-color: #b3ff66;
}

.color-square:nth-child(6) {
  background-color: #66ff66;
}

.color-square:nth-child(7) {
  background-color: #66b3ff;
}

.color-square:nth-child(8) {
  background-color: #00ffff;
}

.color-square:nth-child(9) {
  background-color: #66ffff;
}

.color-square:nth-child(10) {
  background-color: #d966ff;
}

.color-square:nth-child(11) {
  background-color: #ff33cc;
}

.color-square:nth-child(12) {
  background-color: #ffb3cc;
}

form.search span i {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #292d32;
  font-weight: 500;
}

form.search .themeBtn {
  background: #1a1a1a;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  padding: 1.08em 1.5em;
}

.fabric-tab .nav-tabs .nav-link.active {
  background: var(--primary);
  color: var(--white);
}

.color-picker-header h3 {
  color: #374151;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.color-picker {
  margin-bottom: 1rem;
}

.fabric-list {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 1rem;
  border-bottom: 0.5px solid #f2f2f2;
}

.fabric-list .fablist-content h2 {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
  margin: 0 0 3px;
}

.fabric-list .fablist-content p {
  font-size: 12px;
  color: #374151;
  margin: 0;
}

.fabric-list figure {
  flex-shrink: 0;
}

.fabric-list figure img {
  width: 100%;
}

.fabric-list .fablist-content span {
  font-size: 10px;
  color: #374151;
  font-weight: 400;
}

.fabric-list .info {
  flex: 0 0 30%;
  text-align: right;
}

.fabric-list .info h4 {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
  margin: 0 0 3px;
}

.fabric-list .info a {
  background: #f2f2f2;
  border: 0.5px solid #cccccccc;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
}

.fabric-list:last-child {
  border: 0;
}

.color-square.active {
  border: 3px solid #000;
  /* Add any other styling for the active state here */
}

.fabric-modal.sleeves-modal .color-square {
  all: unset;
  cursor: pointer;
}

.fabric-modal.sleeves-modal .color-square figure {
  position: relative;
}

.fabric-modal.sleeves-modal .color-square figure i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  color: #fff;
  opacity: 0;
}

.fabric-modal.sleeves-modal .color-grid {
  gap: 6px;
}

.fabric-modal.sleeves-modal .color-square.active figure i {
  opacity: 1;
}

.btn-group.btn-group-toggle.long-shrt {
  display: flex;
  align-items: center;
  border: 0.5px solid #cccccccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 67%;
  justify-content: center;
  margin: 0 auto 1rem;
}

.btn-group.btn-group-toggle.long-shrt .btn.btn-secondary {
  padding: 6px 26px;
  background: transparent;
  border: 0;
  color: #1a1a1a;
  margin: 0;
  flex: unset;
  display: inline-block;
  border-radius: 5px;
}

.btn-group.btn-group-toggle.long-shrt .btn.btn-secondary.active {
  background: #000;
  color: var(--white);
}

.fabric-list .fablist-content {
  flex: 0 0 41%;
}

.customization-cartDetails>li.check-cart {
  gap: 2rem;
  justify-content: flex-start;
}

.customization-cartDetails>li.check-cart .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.customization-cartDetails>li.check-cart .d-flex {
  justify-content: space-between;
  width: 100%;
}

.customization-cartDetails>li.check-cart .quantity input {
  width: 16px;
  border: 0;
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 600;
}

.customization-cartDetails>li.check-cart .customization-cartDetails__text {
  width: 100%;
}

.customization-cartDetails>li.check-cart .quantity span.plus {
  font-size: 25px;
  line-height: 1;
  width: 30px;
  height: 30px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.customization-cartDetails>li.check-cart .quantity .number {
  display: flex;
  align-items: center;
  gap: 5px;
}

.customization-cartDetails>li.check-cart .quantity a.delete {
  font-size: 17px;
  color: var(--black);
}

.customization-cartDetails>li.check-cart .d-flex select {
  background: #f2f2f2;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
}

.customization-cartDetails>li.check-cart .subText {
  font-size: 1rem;
  color: #1a1a1a;
  margin: 0 0 1.5rem;
}

.customization-cartDetails>li.check-cart .customization-cartDetails__img.expanded {
  flex-shrink: 0;
}

.customization-cartDetails>li.check-cart .customization-cartDetails__img.expanded img {
  border-radius: 10px;
}

.customization-cartDetails>li.check-cart .cart-wrapper {
  flex: unset;
}

.save-later {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 5rem;
}

.save-later a.sav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.save-later a.sav i {
  width: 24px;
  height: 24px;
  box-shadow: 0px 2.4px 6px 0px #0000000d;
  border: 0.5px solid #e6e6e6;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}

.save-later a.sav span {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}

.save-later a.delet {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}

.customization-cartDetails>li.check-cart+.check-cart {
  margin-top: 3rem;
  border-bottom: 0;
}

.biling-heading {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.checkout-form input {
  background: #f2f2f2;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  padding: 0 1.2rem;
  margin: 0 0 1.5rem;
  border-radius: 5px;
}

.checkout-form textarea {
  background: #f2f2f2;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  height: 120px;
  padding: 1rem 1.2rem;
  margin: 0 0 1.5rem;
  border-radius: 5px;
  resize: none;
}

.check-save {
  display: flex;
  align-items: center;
  gap: 6px;
}

.check-save input {
  width: 12px;
  height: 12px;
  margin: 0;
  border: 1px solid #000000;
}

.check-save label {
  margin: 0;
  color: #1a1a1ab2;
  font-weight: 500;
  font-size: 12px;
}

.checkout-form .themeBtn {
  margin: 1.5rem 0 0;
  border: 0;
  padding: 1.5em 5em;
}

.checkout-form select {
  background: #f2f2f2;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  padding: 0 1.2rem;
  margin: 0 0 1.5rem;
  border-radius: 5px;
  color: #1a1a1a80;
}

.order-summary {
  box-shadow: 0px 4px 10px 0px #0000000d;
  padding: 2rem 2rem;
  margin-left: 4rem;
}

.order-summary .biling-heading {
  border-bottom: 0.5px solid #cccccc;
  padding-bottom: 1.5rem;
}

.order-summary .fabric-list figure img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 7px;
}

.order-summary .fabric-list .fablist-content {
  flex: 0 0 49%;
}

.order-summary .fabric-list {
  padding: 1.2rem 0;
}

.sub-total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}

.sub-total ul li strong {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 700;
}

.sub-total ul li+li {
  margin: 0.8rem 0 0;
}

.sub-total ul+ul {
  border-top: 1px solid #cccccccc;
  padding: 1.5rem 0;
  margin-top: 1rem;
}

.sub-total {
  margin-top: 2rem;
}

.paymentWrap {
  padding: 2rem 3rem;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #0000000d;
}

.successCard {
  box-shadow: 0px 0px 10px 0px #0000000d;
  border-radius: 15px;
  padding: 5rem;
}

.successCard img {
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.successCard span {
  font-size: 1rem;
  color: #1a1a1ab2;
}

.successCard .themeBtn {
  margin-top: 3rem;
  width: 100%;
  border: none;
}

.accountTabs ul {
  max-width: 320px;
  width: 100%;
  margin-top: 3rem;
}

.accountTabs ul li {}

.accountTabs ul li a {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 16.44px;
  letter-spacing: 0.0125em;
  border: 1px solid #e6e6e6 !important;
  padding: 1rem 1rem;
}

.galleryWrap {
  padding-top: 4rem;
}

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

.galleryHeader button {
  border-radius: 5px;
  padding: 10px 1.75rem;
  background: #d4af371a;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.44px;
  letter-spacing: 0.0125em;
  border: none;
}

.galleryHeader .biling-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28.18px;
  letter-spacing: -0.005em;
  color: var(--black);
}

.editBtn {
  cursor: pointer;
  user-select: none;
}

.galleryCard figure img {
  width: 100%;
  border-radius: 5px;
}

.galleryCard {
  position: relative;
  margin-top: 2rem;
}

.edit-img {
  position: absolute;
  top: 5%;
  right: 5%;
}

.accountTabs nav {
  display: block;
}

.accountTabs nav {
  display: block;
}

.accountTabs .nav {
  display: block;
}

.accountTabs .nav-link.active {
  border: 0;
  border-left: 2px solid #000 !important;
  background: #f7f7f7;
}

.accountInfo {
  margin-top: 2rem;
}

.accountInfo h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 37.57px;
  letter-spacing: -0.005em;
}

.addressWrap {
  margin-top: 4rem;
}

.addressCard {
  padding: 3rem 9rem 3rem 3rem;
  border-radius: 5px;
  background: #f2f2f2;
}

.addressCard h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.78px;
  letter-spacing: -0.005em;
}

.addressCard span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.09px;
  letter-spacing: 0.004em;
  color: #2067dd;
}

.addressCard p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.44px;
  letter-spacing: 0.0025em;
}

.addressCard ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.addressCard ul li {
  background-color: var(--white);
  padding: 6px;
  border: 1px solid #e6e6e6;
  color: var(--black);
  border-radius: 5px;
  font-size: 12px;
}

.addressCard a {
  font-size: 14px;
  color: var(--black);
  margin-top: 2rem;
}

.infoWraper {
  padding-right: 20rem;
}

.infoWraper .btn {
  font-size: 14px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1.5em 5em;
  line-height: normal;
  justify-content: center;
  width: fit-content;
  gap: 10px;
  margin: 1.5rem 0 0;
  margin-right: 1rem;
}

.product-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 1.7rem;
  position: relative;
  margin-top: 2rem;
}

.product-image {
  border-radius: 4px;
  object-fit: cover;
  margin-right: 15px;
}

.product-details {
  flex-grow: 1;
}

.product-name {
  margin: 0;
  font-size: 1.25rem;
  color: var(--black);
  font-weight: 600;
}

.product-date {
  font-size: 0.9em;
  color: #666;
  margin: 5px 0;
}

.product-price {
  font-size: 1em;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 15rem;
  margin-top: 1rem;
}

.new-price {
  color: red;
  font-weight: bold;
}

.old-price {
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

.add-to-cart {
  background-color: #d3a52f;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2em;
  color: #666;
  cursor: pointer;
}

.product-card .themeBtn {
  border: none;
  margin: 0;
  margin-top: 1rem;
}

.soldBtn {
  background: #91949d;
}

/* activity-feed tab css */

.activity-feed .nav {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.activity-feed .nav .nav-item a {
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  color: var(--black);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 1rem 0;
}

.activity-feed .nav .nav-item .nav-link.active {
  border-bottom: 2px solid #000;
}

.feedCntnt {
  padding: 24px 24px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.feedCntnt textarea {
  border: none;
  width: 100%;
  padding: 24px 0 0 4px;
  outline: none;
  font-size: 16px;
  border-bottom: 1px solid #00000020;
  resize: none;
}

.feedCntnt textarea ::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #999;
}

.user {
  display: flex;
}

.user-img {
  margin-right: 19px;
}

.user-info h6 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.user-info select {
  padding: 5px 0 5px 4px;
  font-size: 12px;
  font-family: "Public Sans", sans-serif;
  width: 107px;
  border: none;
  background: #f2f2f2;
  outline: none;
}

.postFeed {
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
}

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

.galImg li span {
  padding: 0 12px 4px 12px;
  color: #000;
}

.galImg li a i {
  color: #000;
  padding-right: 20px;
}

.imginfoBar {
  padding: 0 24px 4px 24px !important;
}

.postCntnt {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #00000020;
}

.postInfo figure img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.postInfo p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #1a1a1acc;
  margin-top: 24px;
  width: 562px;
}

.pst-like li a span {
  color: #2067dd;
}

.pst-like li a i {
  color: #2067dd;
  margin-left: 6px;
  margin-bottom: 4px;
}

.pst-like li span {
  color: #4d4d4d;
  font-family: "Public Sans", sans-serif;
  padding: 0;
}

.pstBar {
  padding-left: 16px;
  padding-right: 16px;
}

.comentCntnt {
  padding-top: 8px;
  border-top: 1px solid #e6e6e6;
  margin-top: 12px;
}

.user-info {
  position: relative;
}

.user-info a {
  position: absolute;
  right: 12px;
  top: 15px;
}

.user-info a i {
  color: #000;
}

.comentArea {
  width: 100%;
}

.user-info textarea {
  width: 100%;
  height: 50px;
  padding: 13px 0 0 16px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  resize: none;
}

.designers {
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.designers h4 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 1.75;
  color: #22222280;
  margin-bottom: 0;
}

.designers h6 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #1a1a1acc;
  font-weight: 500;
  margin-bottom: 35px;
}

.designInfo {
  display: flex;
}

.d-info {
  align-self: flex-start;
}

.d-info h6 {
  color: #6c6c6c;
  margin-bottom: 4px;
}

.d-info p {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 1.75;
  margin: 0;
}

.designInfo a i {
  font-size: 30px;
  color: #b3b3b3;
}

.design-border {
  content: "";
  width: 256px;
  height: 1px;
  background: #e6e6e6;
  display: block;
  margin: 8px 0;
}

.designer-anch {
  margin-left: auto;
}

.t-fashion {
  margin-top: 24px;
}

.fshn-img1 {
  margin-top: 16px;
}

.fshn-img1 img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}

.galleryCntnt {
  padding: 24px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 5px;
}

.blnkImg1 {
  margin-bottom: 50px;
}

.blnkImg2 {
  margin-bottom: 0;
}

.blnkImg1 img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}

.blnkImg2 img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}

.t-fashion h6 {
  margin-bottom: 16px;
}

.activity-feed .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}

.designer-anch i:nth-child(2) {
  color: #03a230;
  display: none;
}

.designer-anch.active i:nth-child(1) {
  display: none;
}

.designer-anch.active i:nth-child(2) {
  display: block;
}

/* activity-feed tab css */

/* my-order tab */

.order-sec .nav .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  color: #1a1a1ab2;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}

.order-sec .nav .nav-link.active {
  border-bottom: 2px solid #000 !important;
  background-color: #f7f7f7;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.order-sec .nav .nav-item {
  width: 33%;
  text-align: center;
}

.order-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  padding: 16px 16px;
  margin-top: 32px;
}

.order-details ul li,
span {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.15;
}

.order-details ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1ab2;
  line-height: 1.17;
}

.order-details ul li strong {
  color: #1a1a1ae5;
}

.ordr-stats {
  text-align: right;
}

.order-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 0.5px solid #e6e6e6;
}

.outfit-details {
  display: flex;
  gap: 25px;
  align-items: center;
}

.outfitInfo h6,
p {
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
}

.outfitInfo p {
  font-size: 14px;
  color: #1a1a1ab2;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}

.outfitInfo p strong {
  color: #1a1a1ae5;
}

.outfit-anch a {
  background: #d4af371a;
  color: #000;
}

.ordr_detls {
  margin-top: 16px;
}

.ordr_type {
  border: none;
}

/* my-order tab */

/* order-details css */

.progress-head {
  display: flex;
  gap: 8px;
  align-items: center;
}

.outfit-type {
  background-color: #f7f7f7;
  border: none;
}

.type-bar {
  content: "";
  width: 774px;
  height: 1px;
  background: #e6e6e6;
  display: block;
  margin-left: 24px;
}

.progress-anch a i {
  color: #1a1a1a;
  font-size: 16px;
}

.progress-head h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-bottom: 10px;
}

.progress-head a i {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

/* order-details css */

/* progress-bar css */

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-33%);
}

.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  /* Added cursor pointer */
  box-shadow: 0px 4px 10px 0px #0000000d;
}

.step-line {
  position: absolute;
  top: 18px;
  left: 50px;
  width: calc(100% - 100px);
  height: 8px;
  background-color: #1a1a1a;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
}

.progress .progress-bar {
  background-color: #1a1a1a !important;
  box-shadow: 4px 0px 10px 0px #0000000d;
}

.order-sec h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.step-container p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #1a1a1ae5;
  position: relative;
  line-height: 1;
}

.order-progress .progress {
  width: 750px;
  margin: auto;
}

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

.parcel-progress {
  position: absolute;
  margin-top: 15px;
  width: 300px;
  top: 4rem;
  display: none;
  transition: 0.3 ease-in;
}

.parcel-progress::before {
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 19px;
  height: 19px;
  background-color: #e6e6e6;
  position: absolute;
  top: -18px;
  left: 141px;
  box-shadow: 0px 4px 10px 0px #0000000d;
}

.parcel-info {
  background-color: #ffffff;
  padding: 16px;
  text-align: center;
  border: 0.5px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 4px 0px 10px 0px #0000000d;
}

.parcel-info h6,
p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1ab2;
  margin: 0;
}

.parcel-info p {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1ae5;
  line-height: 1;
}

.circleSec:hover .parcel-progress {
  display: block !important;
}

.order-padding {
  margin-top: 115px;
}

/* progress-bar css */

/* invites-tab css */

.invite-section h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.invite-section p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #1a1a1a;
  margin-top: 24px;
}

.invite-section a {
  margin: 0;
  margin-top: 16px;
  background: #d4af371a;
  color: #1a1a1a;
  padding: 14px 30px 14px 65px;
  position: relative;
}

.inviteAnchor a i {
  font-size: 1.5rem;
  position: absolute;
  font-weight: 300;
  left: 32px;
  top: 10px;
}

.inviteAnchor a span {
  font-size: 14px;
}

.invite-portion {
  margin-top: 40px;
  border: 1px solid #fff;
  box-shadow: 0px 4px 10px 0px #0000000d;
  padding: 24px;
}

.invite-portion h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1a1a;
}

.invite-portion h2 span {
  display: block;
  color: #1a1a1a80;
  font-size: 0.75rem;
  line-height: 2;
}

.invite-card {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}

.user-invite {
  display: flex;
}

.userInfo h6 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.userInfo p {
  font-family: "Raleway", sans-serif;
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1a1a1a80;
}

.userInfo p span {
  display: block;
  font-size: 0.75rem;
  margin-top: 4px;
  padding-bottom: 8px;
}

.invite-anchor {
  display: flex;
  margin-bottom: 11.5px;
  justify-content: center;
  align-items: center;
}

.invite-anchor a {
  background: #fff;
  color: #1a1a1a80;
  margin: 0;
}

.invite-anchor a+a {
  background: #d4af371a;
  color: #d4af37;
}

.invite-navigation .pagination {
  gap: 5px;
}

.invite-navigation .page-item.disabled a {
  background: #e6e6e6;
  color: #999;
}

.invite-navigation .page-item.active a {
  background: #d4af37;
  color: #fff;
}

.invite-navigation .page-item a {
  background: #fff;
  gap: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.invite-navigation .page-item a i {
  font-weight: 300;
}

.invitepop-header {
  background: #1a1a1a;
  border: none;
}

.invitepop-header h5 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.invitepop-header button {
  outline: none;
}

.invitepop-header button span i {
  color: var(--white);
  font-weight: 300;
}

.invite-body {
  padding: 40px 40px 0 40px;
}

.popup-form input {
  border: none;
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 24px;
  border-radius: 5px;
  height: 50px;
  padding-left: 16px;
  font-size: 0.75rem;
  outline: none;
}

.popup-form input::placeholder {
  font-size: 0.75rem;
}

.user-type h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.user-type p {
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #1a1a1ab2;
  line-height: 1.2;
  font-weight: 400;
}

.user-type textarea {
  width: 100%;
  margin-top: 40px;
  resize: none;
  padding: 16px;
  margin-bottom: 40px;
  font-size: 0.75rem;
  background: #f2f2f2;
  border: none;
  outline: none;
  border-radius: 5px;
}

.user-type textarea::placeholder {
  font-size: 0.75rem;
}

.user-radio {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 13px;
}

.user-radio label {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
}

.invitepop-footer {
  border: none;
  gap: 10px;
  margin-bottom: 40px;
  margin-right: 26px;
}

.invitepop-footer button {
  margin: 0;
  border: none;
  background: #fff;
  color: #1a1a1a80;
}

.invitepop-footer button+button {
  background: #d4af371a;
  color: #d4af37;
}

.radio-input {
  display: none;
  /* Hide default radio button */
}

.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-custom {
  width: 16px;
  height: 16px;
  border: 2px solid #d4af37;
  /* Outer circle border */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.radio-custom::before {
  content: "";
  width: 8px;
  /* Inner circle size */
  height: 8px;
  background-color: #d4af37;
  /* Inner circle color */
  border-radius: 50%;
  display: none;
  /* Hidden by default */
}

.radio-input:checked+.radio-label .radio-custom::before {
  display: block;
  /* Show inner circle when checked */
}

/* invites-tab css */

/* event-tab css */

.event-sec {
  position: relative;
}

.event-head {
  display: flex;
  justify-content: space-between;
}

.event-head h2 span {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a80;
  display: block;
}

.event-head .createAnchor {
  margin-bottom: 25px;
}

.event-head .createAnchor a {
  padding: 14px 14px 14px 49px;
  background: #d4af371a;
  color: #000;
  position: relative;
}

.event-head .createAnchor a i {
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 24px;
  font-weight: 300;
}

.event-head .createAnchor a span {
  font-size: 14px !important;
}

.event-line {
  content: "";
  width: 802px;
  height: 1px;
  background: #e6e6e6;
  bottom: 18rem;
  left: 2rem;
  position: absolute;
  z-index: 1;
}

.event-details {
  background: #f7f7f7;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.event-details {
  border-bottom: 1px solid #e6e6e6;
}

.event-details ul li span {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.event-details ul li strong {
  font-size: 0.875rem;
}

.birth-para {
  font-weight: 500;
  font-size: 0.875rem !important;
  color: #1a1a1ab2;
}

.birth-total li {
  text-align: right;
}

.event-description {
  background: #f7f7f7;
  padding: 29px 24px;
}

.event-description h6 {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.event-description p {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  color: #1a1a1ab2;
  line-height: 1.5;
}

.birthday-friends h6 {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
}

.birthday-friends h6 span {
  color: #d4af37;
  font-size: 0.75rem;
}

.friends-imgs {
  display: flex;
}

.friends-imgs img:nth-child(2) {
  margin-left: -0.5rem;
  z-index: -1;
}

.friends-imgs img:nth-child(3) {
  margin-left: -0.5rem;
  z-index: -2;
}

.friends-imgs img:nth-child(4) {
  margin-left: -0.5rem;
  z-index: -3;
}

.friends-imgs img:nth-child(5) {
  margin-left: -0.5rem;
  z-index: -4;
}

.friends-imgs img:nth-child(6) {
  margin-left: -0.5rem;
  z-index: -5;
}

.event-form h2 {
  font-size: 14px;
  font-weight: 600;
}

.event-form h2 span {
  color: #d4af37;
}

.event-form input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  margin-bottom: 24px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  outline: none;
}

.event-form input::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1ab2;
}

.event-form select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  margin-bottom: 24px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1ab2;
}

.friendsImg {
  display: flex;
  gap: 1.5rem;
  overflow-x: scroll;
  padding-bottom: 0.75rem;
}

.friendsImg figure {
  text-align: center;
  flex: 0 0 14%;
}

.friendsImg figure p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  margin-top: 8px;
}

.friendsImg::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.friendsImg::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.friendsImg::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;
}

.friendsImg::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.event-form textarea {
  width: 100%;
  resize: none;
  margin-top: 24px;
  padding: 0 16px;
  margin-bottom: 24px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  outline: none;
  padding: 18px 16px;
}

.event-form textarea::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1ab2;
}

.event-anchor a {
  width: 100%;
}

.select-outfits {
  position: relative;
  margin-top: 40px;
}

.select-outfits .event-head h2 {
  margin-bottom: 40px;
}

.outfitSelect {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  margin-bottom: 16px;
}

.addFriends {
  position: relative;
}

.outfitAnch input {
  margin-right: 22px;
  border: none;
  height: 40px;
  padding-left: 8px;
  background: #fff;
  margin-bottom: 14px;
}

.outfitAnch i {
  font-weight: 300;
}

.outfitAnch input::placeholder {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
}

.friendline {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  height: 8.4rem;
  background: #d9d9d9;
  right: 18rem;
}

.friends_imgs {
  position: relative;
  z-index: 9999;
}

.friends_imgs img:nth-child(2) {
  margin-left: -8px;
  z-index: -1;
  position: relative;
}

.friends_imgs img:nth-child(3) {
  margin-left: -8px;
  z-index: -2;
  position: relative;
}

.friends_imgs img:nth-child(4) {
  margin-left: -8px;
  z-index: -3;
  position: relative;
}

.friends_imgs img:nth-child(5) {
  margin-left: -8px;
  z-index: -4;
  position: relative;
}

.friends_imgs img:nth-child(6) {
  margin-left: -8px;
  z-index: -5;
  position: relative;
}

.friendline2 {
  position: absolute;
  content: "";
  width: 1px;
  top: 9.4rem;
  height: 8.4rem;
  background: #d9d9d9;
  right: 18rem;
}

.friendline3 {
  position: absolute;
  content: "";
  width: 1px;
  top: 18.7rem;
  height: 8.4rem;
  background: #d9d9d9;
  right: 18rem;
}

.friendline4 {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 11.2rem;
  height: 8.4rem;
  background: #d9d9d9;
  right: 18rem;
}

.outfitsAnchor a {
  padding: 8px 28px;
  background: #d4af371a;
  margin: 0;
}

.outfitsAnchor a i {
  color: #000;
  font-weight: 300;
  font-size: 17px;
}

.outfitsAnchor a span {
  color: #1a1a1a;
  font-size: 16px;
  text-transform: none;
}

.outfitsAnchor a:hover {
  background: #d4af371a;
}

.outfit-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.outfit-prev a {
  background: #d4af371a;
  color: #d4af37;
  padding: 15px 60px;
}

.outfit-navigation a {
  padding: 15px 60px;
}

#ready-to-wear-modal .modal-dialog {
  max-width: 100%;
}

#customization-modal .modal-dialog {
  max-width: 100%;
}

.wear-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.wear-modal-anchor a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wear-modal-anchor a i {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 300;
}

.wear-modal-head h5 {
  color: #1a1a1a;
}

.wear-modal-button button span i {
  color: #1a1a1a;
  font-weight: 300;
}

/* event-tab css */

/* login css */

.signup .biling-heading,
.login-left .biling-heading,
.login .biling-heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.signup .themeBtn,
.login-left .themeBtn,
.login .themeBtn {
  width: 100%;
  text-align: center;
  border: none;
}

.login {
  padding: 0 3rem;
  border-right: 0.5px solid #cccccc;
}

.login .check-save a {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.09px;
  letter-spacing: 0.0125em;
  color: var(--black);
}

.login-left {
  padding: 0 3rem;
}

.backBtn {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}

.signup {
  padding: 0 2.75rem;
}

.signup p {
  font-size: 14px;
  color: var(--black);
  margin-top: 1rem;
}

.signup p b a {
  color: var(--black);
}

/* ready-to-wear */
.readytowear {
  padding: 3rem 6rem;
}

.readytowear .breadcrumb {
  margin-bottom: 1.5rem;
}

.readytowear__title h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.readytowear__title p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #1a1a1a80;
  margin-bottom: 2.5rem;
}

.readytowear__category {
  position: relative;
  margin-bottom: 1.5rem;
}

.readytowear__category--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #1a1a1a;
  margin-bottom: 0;
  cursor: pointer;
}

.readytowear__wrap p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.readytowear__wrap p input {
  width: 63px;
  height: 33px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.readytowear__wrap .ui-widget.ui-widget-content {
  border: 0;
  margin: 0;
  position: relative;
}

.readytowear__wrap .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  background: #828282;
  border-radius: 50%;
  border: 0;
  position: absolute;
  transform: translateY(-50%);
}

.readytowear__wrap .ui-slider-horizontal .ui-slider-range {
  height: 1px;
  background: #828282;
  border: 0;
  width: 100% !important;
  left: 0 !important;
}

.readytowear__category--title span i {
  transition: transform 0.3s ease;
}

.readytowear__category--list {
  display: none;
}

.readytowear__category--list li {
  border-bottom: 1px solid var(--black);
  padding: 0.5rem 0;
}

.readytowear__category--list li a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
}

.readytowear__product .week-card {
  margin-bottom: 2.25rem;
}

/* Product Detail Start */

.product-detail .breadcrumb {
  margin-bottom: 2.5rem;
}

.product-detail-img__sm {
  margin-bottom: 1rem;
}

.product-detail-img__sm img {
  width: 100%;
  height: 100%;
}

.product-detail-img__bg img {
  width: 100%;
  height: 100%;
}

.product-detail-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-outfit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.product-detail-content .quantity {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.product-detail-content h3 {
  font-size: 1rem;
}

.product-detail-content h3 del {
  margin-bottom: 0.5rem;
}

.product-detail-content span {
  color: #d80707;
  padding-right: 0.25rem;
}

.product-detail-content .rating-box {
  display: flex;
  align-items: center;
}

.product-detail-content .rating-box .rating-container label {
  display: inline-block;
  margin: 0;
  color: #d4d4d4;
  cursor: pointer;
  font-size: 2.2rem;
  transition: color 0.2s linear;
}

.product-detail-content .rating-box .rating-container input {
  display: none;
}

.product-detail-content .rating-box .rating-container label:hover,
.product-detail-content .rating-box .rating-container label:hover~label,
.product-detail-content .rating-box .rating-container input:checked~label {
  color: gold;
}

.product-detail-content .rating-box span {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 500;
  padding-left: 0.5rem;
}

.product-detail-content-link {
  color: var(--black);
  display: flex;
  justify-content: unset;
  gap: 0.6rem;
  font-weight: 500;
  margin-top: 2rem;
}

.product-detail-content-link {}

.product-detail-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

.product-detail-submit li .themeBtn {
  width: 361px;
  border: 0;
  outline: none;
}

.product-detail-submit li a {
  width: 43px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  background: var(--white);
  color: var(--black);
  border: 1px solid #e6e6e6;
  border-radius: 100%;
}

.product-detail-submit li a i {
  font-size: 1.5rem;
}

.product-detail-main-content h4.readytowear__category--title {
  margin-top: 5.3125rem;
  border-block: 1px solid #e6e6e6;
  padding: 1rem 0.3rem;
}

.product-detail-cards {
  padding: 1rem 0 6.25rem;
}

.product-detail__size {
  margin-top: 0.875rem;
}

.product-detail__size h4 {
  font-weight: 700;
}

.product-detail__size ul {
  display: flex;
  gap: 2.5rem;
}

.product-detail__size ul li {
  width: 40px;
  height: 40px;
  position: relative;
}

.product-detail__size ul li input {
  appearance: none;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #cccccc;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  padding: 10px 22px;
}

.product-detail__size ul li input:checked {
  background: var(--primary);
  border-color: var(--primary);
}

.product-detail__size ul li input:checked+label {
  color: var(--white);
}

.product-detail__size ul li label {
  font-size: 1rem;
  font-weight: 500;
  /* text-transform: uppercase; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  cursor: pointer;
  margin: 3px;
}

/* Product Detail End */

/* modal start */

#size-modal .modal-dialog {
  max-width: 482px;
}

#size-modal .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #374151;
}

/* modal end */

/* Nav Tab Size Start */

.nav-tabs-size {
  border-radius: 3.125rem;
  width: 123px;
  height: 57px;
  box-shadow: 3px 1px 5px 1px lightgray;
  padding: 0.5rem 0.1rem;
  gap: 0.6rem;
}

.nav-tabs-size.nav-tabs .nav-link {
  border: 1px solid transparent;
  /* border-top-left-radius: .25rem; */
  border-top-right-radius: 0.25rem;
  background: var(--white);
  outline: none;
  border-radius: 3.125rem;
  /* margin-left: .1rem; */
}

.nav-tabs-size.nav-tabs .nav-item.show .nav-link,
.nav-tabs-size.nav-tabs .nav-link.active {
  color: var(--white);
  background-color: var(--primary);
  border-radius: 3.125rem;
  outline: none;
  box-shadow: 0 0 1px 9px #efe1b3;
}

.nav-tabs-size.nav-tabs .nav-link {
  background: var(--white);
}

.nav-tabs-size .nav-link {
  border: none;
  background: var(--white);
  outline: none;
  border-radius: 3.125rem;
  color: #1a1a1a80;
  font-weight: 500;
}

.size__table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  margin-top: 2rem;
}

.size__table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
  background: #efe1b3;
  border-left: 1px solid #cccccc;
  width: 224px;
  text-align: center;
}

.size__table td {
  vertical-align: bottom;
  border-top: 1px solid #cccccc;
  width: 60px;
  text-align: center;
  border-right: 1px solid #cccccc;
  padding: 1rem 0 0.75rem;
  border-bottom: 1px solid #cccccc;
}

.size__table thead th {
  vertical-align: bottom;
  border-bottom: none;
}

/* Nav Tab Size End */

/* clearance-and-sales page css */

.size-list {
  padding: 1rem 0 1rem 2rem;
}

.size-list li {
  border: none;
}

.size-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.size-checkbox input {
  border: 1px solid #000;
}

.size-checkbox label {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #1a1a1ab2;
}

.fit-list {
  padding: 1rem 0 1rem 2rem;
}

.fit-list li {
  border: none;
}

.color-list {
  padding: 1rem 2rem;
}

.color-list li {
  border: none;
}

.navy {
  background-color: #00003f;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
}

.sky {
  background-color: #4189b2;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
}

.orange {
  background-color: #da5b26;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
}

.yellow {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #f09f3b;
  position: relative;
}

.red {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ba2f3c;
  position: relative;
}

.green {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #34b898;
  position: relative;
}

.color-box p {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1ab2;
  text-align: center;
  position: relative;
}

.color-box i {
  position: absolute;
  top: -6px;
  color: #cccccccc;
  font-size: 12px;
  right: -6px;
  background: #fff;
  border-radius: 50%;
}

.category-dropdown button {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-right: 16px;
  padding: 8px;
  outline: none;
}

/* clearance-and-sales page css end */