* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cormorant Garamond", serif;
}

a {
  text-decoration: unset;
  color: #fff;
}

.row {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

select {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

/****** Header Section************/
.bg-light-white {
  background: #fffefe;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 19px 0px;
  align-items: center;
  position: relative;
}

.header_list {
  display: flex;
  gap: clamp(10px, 4.2vw, 80px);
  align-items: center;
}

.header_list li a {
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: clamp(15px, 2vw, 28px);
  color: #000;
  display: block;
}

.back-arrow {
  position: relative;
}

.dropdown-content a.active,
.dropdown-content a:hover {
  background: #44484c;
  color: #fff !important;
}

.dropdown-content a:hover svg path {
  stroke: white;
}

.dropdown-content a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 10px;
}

.header_list li.current-menu-item a::after,
.header_list li.current_page_item a::after {
  display: block;
}

.header_list li a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0;
  transition: all 0.3s ease;
  display: none;
}


.desktop-none {
  display: none;
}

.header_list li a {
  position: relative;
}

.logo {
  max-width: clamp(95px, 12vw, 197px);
  height: 62px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-container {
  max-width: 1440px;
  margin: auto;
}

.header_list li .login-btn {
  background: #151a1f;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 29px;
  font-weight: 700;
  padding: 9px clamp(15px, 2vw, 39px);
  color: #fff;
  /* margin-left: clamp(20px, 4vw, 50px); */
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #151a1f;
}

.header_list li .login-btn:hover {
  background: #fff;
  color: #151a1f;
  border: 1px solid #151a1f;
}

#menu-icon,
.back-arrow {
  background: #151a1f;
  padding: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

#menu-icon img,
.back-arrow img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-group {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.header_list li:last-child {
  margin-left: clamp(20px, 4vw, 81px);
}

/*************** Hero Banner Home ************/
.explore {
  margin-top: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 80px;
}

.hero-image {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 85px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 60px;
}

.explore .welcome {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #E8E8E9;
  width: max-content;
}

.explore .home-logo {
  max-width: 503px;
}

.explore .exploreImg {
  max-width: 1106.60px;
  padding: 0%;
}

.explore .home-logo img {
  width: 100%;
}

.explore .explore img {
  width: 100%;
}

/*************** Footer************/
.footer .row {
  margin: 0;
  padding: clamp(35px, 4vw, 60px) 0px clamp(70px, 8vw, 100px);
  row-gap: 30px;
  justify-content: space-between;
}

.footer-content {
  background: #0c0e11;
  color: #fff;
}

.quick-links ul {
  max-width: 117px;
  margin: auto;
}

.contact li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.media.groups {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.social-icon a {
  background: #e8e8e9;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  max-width: 200px;
  margin-left: auto;
}

.footer-content p {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
}

.footer-detail p {
  padding: 18px 0px 0px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 32px;
  font-weight: 600;
  color: #DEDEDE;
}

.footer-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer .contact {
  margin-inline: auto;
}

.bottom-footer p {
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  padding: 0px 12px 20px;
}

.footer-content ul a {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  line-height: 22px;
}

.phone-icon {
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.mail-icon {
  text-decoration: underline;
}

/********* Gallery detail Page************/
.page-title {
  text-align: center;
  padding-block: clamp(30px, 5vw, 95px);
}

.banner-title {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  font-weight: 700;
}

/****** grid***********/
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 5vw, 98px);
  max-width: 1440px;
  margin: auto;
  padding: 10px;
  margin-bottom: clamp(30px, 5vw, 90px);
}

.art-item {
  background-color: #fffefe;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  border: 1px solid #0000001a;
  box-shadow: 0px 7.87px 17.7px 0px #00000008;
}

.gallery-img {
  aspect-ratio: 11 / 12;
  width: 100%;
  max-width: 671px;
  position: relative;
}

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

.art-title {
  padding: clamp(15px, 2vw, 29px) 10px;
  font-weight: 700;
  font-size: clamp(20px, 2.1vw, 40px);
  line-height: 1.2;
  color: #151a1f;
}

.gallery-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.art-item a:hover .gallery-img::before {
  opacity: 0.25;
}

/********** Pagination**********/
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 8px;
  margin-bottom: clamp(30px, 5vw, 90px);
}
#orderListWrapper .pagination{
  margin-bottom: 0px;
}

.page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px clamp(12px, 2vw, 14px);
  background-color: #fff;
  color: #313131;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: clamp(13px, 2vw, 16px);
  line-height: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

button.page-link:hover {
  background: transparent;
  color: #313131;
}

.page-link img {
  width: 16px;
  height: 16px;
  margin: 0 4px;
}

.page-link:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.page-link.active {
  background-color: #151a1f;
  color: white;
  border-color: #151a1f;
}

.no-page {
  margin: 0 4px;
}

.no-page button.page-link {
  font-family: "Noto Serif", serif;
  font-weight: 500;
}

#gallery-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(49, 49, 49, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.spinner {
  border: 6px solid #000;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.loading {
  overflow: hidden;
}



/********** slider *************/
.sketchbook-slider .slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 10px;
  max-width: 582px;
  color: #13181c;
}

.slide-title {
  font-size: clamp(20px, 2vw, 26px);
  line-height: clamp(24px, 2vw, 28px);
  font-weight: 700;
}

.slide-desc {
  font-size: clamp(14px, 2vw, 18px);
  line-height: clamp(22px, 2vw, 29px);
  font-weight: 700;
}

.slider-section .custom-container-slider {
  max-width: 1680px;
  margin-left: auto;
}

.slider-section {
  width: 100%;
  background: -webkit-linear-gradient(#fffeff 40%, #e8e8e9 20%);
  padding-bottom: clamp(20px, 3vw, 60px);
}

.slider-section h5 {
  padding: 10px 10px 30px;
}

.book-img {
  width: 100%;
  aspect-ratio: 5/6;
  overflow: hidden;
}

.book-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/************** Gallery detail Page ****************/
.breadcrumb-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 10px;
  margin-top: clamp(20px, 6vw, 100px);
}

.breadcrumb-details li {
  position: relative;
  padding-right: 16px;
}

.breadcrumb-details li:last-child a {
  font-weight: 700;
}

.breadcrumb-details li:last-child::after {
  content: "";
}

.breadcrumb-details li::after {
  position: absolute;
  content: "|";
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  color: #cccbcb;
}

.breadcrumb-details a {
  color: #141414;
  font-size: 20px;
  line-height: 19px;
  font-weight: 500;
}

.detail-section h5 {
  text-align: center;
  padding-block: 30px;
}

.detail-section {
  max-width: 828px;
  margin: auto;
  padding-inline: 10px;
}

.detail-section button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border: 1px solid #151a1f;
  outline: none;
  background: #fff;
  margin: 0px auto clamp(40px, 5vw, 80px);
  color: #151a1f;
}

.detail-section .post-content {
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 2vw, 32px);
  font-weight: 600;
  text-align: justify;
  padding: 14px 0px clamp(20px, 2.5vw, 40px);
}

.detail-section button p {
  margin: 0;
  padding: 0;
  color: #151a1f;
}

.ocean-section {
  margin-bottom: clamp(30px, 4vw, 80px);
}

.ocean-img {
  position: relative;
}

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

/* .ocean-img::after { */
.ocean-img #fullscreen-btn {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#back-to-top {
  color: #000;
}

/*********** shop detail page*********/
.ocean-section .ocean-img {
  width: 100%;
}

.ocean-section .row {
  align-items: stretch;
}

.ocean-section .ocean-img img {
  width: 100%;
}

.collect-content {
  max-height: 327px;
  overflow-y: auto;
  padding-right: 0.5px;
  scrollbar-width: thin;
  /* Firefox */
  scroll-behavior: smooth;
}

.collect-content::-webkit-scrollbar {
  width: 6px;
}

.collect-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.input-box.mobile-box {
  width: 100%;
  max-width: unset;
  margin-bottom: 20px;
  display: none;
}

.cart-btn {
  color: #fff;
  background: #151a1f;
  max-width: 399px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2vw, 13px);
  gap: 8px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 700;
}

.cart-img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-img img {
  width: 100%;
  height: 100%;
}

.button-border button[type=submit] {
  all: unset;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 700;
  border: none;
  outline: none;
  padding: 0px !important;
  max-width: 399px;
  width: 100%;
  cursor: pointer;
}

.button-border button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.button-border button:hover {
  background-color: #151a1f;
}

.shop-section .breadcrumb-details {
  padding-bottom: 30px;
}

.ocean-content span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #626669;
}

.artwork-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: clamp(10px, 1.5vw, 24px) 0px 12px;
}

.shop-detail p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  font-weight: 600;
}

.shop-detail h4 {
  font-size: clamp(25px, 3vw, 46px);
  line-height: 1.2;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  padding-block: clamp(10px, 1.5vw, 24px);
}

.arrow-size {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.scale-img {
  width: 24px;
  height: 24px;
}

.scale-img img {
  width: 100%;
  height: 100%;
}

.size-dropdown {
  display: flex;
  position: relative;
  /* max-width: 209px; */
  min-width: 170px;
  max-width: max-content;
  width: 100%;
  gap: 8px;
}

.size-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 2vw, 24px);
  flex-wrap: wrap;
}

.size-dropdown select {
  background: #e8e8e9;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.3;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.down-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
}

.quantity-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
  padding: clamp(10px, 2vw, 24px) 0px clamp(10px, 2.1vw, 40px);
}

.quantity-selector button {
  width: 40px;
  height: 40px;
  background: #626669;
  border: unset;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.quantity-selector .number {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 6px 21px;
  font-family: "Noto Serif", serif;
}

.quantity-section span {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}

.quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}

.button-border {
  padding-bottom: 30px;
  border-bottom: 2px dashed #cccbcb;
  max-width: 399px;
}

.share-icon p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.2;
  font-weight: 700;
  padding-top: clamp(15px, 2vw, 21px);
}

.ocean-section .ocean-img {
  height: 100%;
}

.ocean-section .ocean-img img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.1;
}

/****** slick carousel********/
.pricecard-items a {
  box-shadow: 0px 7.71px 17.35px 0px #00000008;
  border: 0.9px solid #0000001a;
  background: #fffefe;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  color: #000000;
}

.slick-pad {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
}

.price-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 100%;
  padding: 12px 14px 15px;
}

.price-content span {
  display: block;
  color: #626669;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.price-title h5 {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.25;
  font-weight: 600;
}

.amount-detail h5 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.1;
  font-weight: 600;
  font-family: "Noto Serif", serif;
}

.card-slider button.slick-arrow {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: #151a1f;
  color: #fff;
  border: none;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.card-slider .slick-next {
  right: 0px;
}

.card-slider .slick-prev.slick-arrow {
  right: 0;
  left: 92%;
  transform: translate(-50%, -50%);
}

.detail-page.shop-section .slick-prev.slick-disabled:before,
.detail-page.shop-section .slick-next.slick-disabled:before {
  opacity: 1;
}

.detail-page.shop-section .slick-prev:before,
.detail-page.shop-section .slick-next:before {
  opacity: 1;
}

.card-slider .slick-prev:before {
  position: absolute;
  top: 50%;
  right: 50%;
  background: url(../images/arrow-left.svg) no-repeat;
  width: 25px;
  height: 25px;
  content: "" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}

.card-slider .slick-next:before {
  position: absolute;
  top: 50%;
  right: 50%;
  background: url(../images/arrow-right.svg) no-repeat;
  width: 25px;
  height: 25px;
  content: "" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}

.card-slider {
  position: relative;
  margin-bottom: clamp(30px, 4vw, 80px);
}

.card-slider .slick-initialized.slick-slider {
  position: unset;
}

.card-slider .slick-next:before {
  content: "";
}

.card-slider button.slick-arrow.slick-disabled {
  background: #d0d0d1;
  pointer-events: none;
}

.card-title {
  font-size: clamp(22px, 2vw, 36px);
  line-height: 1.3;
  font-weight: 700;
  padding: 10px;
}

.price-img {
  width: 100%;
  aspect-ratio: 1 / 1; /* Adjust if needed: 4/3, 3/4, etc. */
  overflow: hidden;
}

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

/************ Shop Detail Page*************/
.shop-cart {
  background: #151a1f;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.85px solid #000;
}

.filter-heading {
  display: none;
}

.profile-section {
  width: 44px;
  height: 44px;
}

.dropdown-content a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #000;
}

.profile-section img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 65px;
  background: #f8f8f8;
  /* box-shadow: rgba(6, 40, 61, 0.03) 0px 1px 4px 2px; */
  min-width: 180px;
  color: #000;
  z-index: 99;
  padding: 10px;
  transition: all 0.3s ease;
}

.person-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 25px);
}

.profile-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

button.dropbtn {
  background: unset;
  border: none;
  font-size: 21px;
  line-height: 20px;
  font-weight: 700;
}

.person-detail.mobile-item {
  display: none;
}

.dropdown-content a:hover {
  color: #000;
  padding: 10px;
}

.collection {
  background: #f4f4f4;
  border: 1px solid #0000000d;
  padding: 20px clamp(10px, 2vw, 16px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2vw, 30px);
  position: sticky;
  top: 10px;
}

.inputs input::placeholder {
  color: #000;
}

.arrival-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.arrival-content h4 {
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
}

.arrivarl-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.no-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  /* Span all columns */
  padding: 40px 20px;
  text-align: center;
}

.amount-detail,
.price-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.arrival-section {
  margin-bottom: clamp(20px, 4vw, 60px);
}

.input-box img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(50%, -50%);
}

.input-box {
  position: relative;
  max-width: 270px;
  width: 100%;
}

.input-box input {
  padding: 11px 10px 11px 40px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  border: 1px solid #151a1f80;
  width: 100%;
  outline: none;
  color: #000000;
}

.filter-img {
  width: 40px;
  height: 40px;
  border: 1px solid #151a1f;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
  padding: 0px;
  background-color: #fff;
}

.filter-img:hover {
  background-color: #ccc;
}

.collect-contents h6 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  /* padding-inline: 10px; */
  padding-right: 10px;
  margin-bottom: 16px;
}

.filter-img img {
  width: 20px;
  height: 20px;
}

.collection-detail a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  color: #000;
  width: 100%;
}

.collection-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collection-detail a.active {
  background: #151a1f;
  color: #fff;
}

.collect-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

.collection-detail p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collection-detail span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.available-section h6,
.pricing-section h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  /* padding-inline: 10px; */
  padding-right: 10px;
}

.available-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stock-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 10px;
}

.stock-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #111;
  position: relative;
}

.stock-option input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 2px;
  position: relative;
}

.stock-option input[type="checkbox"]:checked+.custom-checkbox {
  background-color: #111;
}

.stock-option input[type="checkbox"]:checked+.custom-checkbox::after {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.count {
  color: #000;
}

span.label-text {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.2;
  font-weight: 700;
}

/**********range slider*******/
.price-filter {
  max-width: 400px;
  margin: 40px auto;
  font-family: serif;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.slider-wrapper {
  position: relative;
  height: 20px;
  margin: 0px 10px 0px;
}

/* Slider track */
#sliderRange.ui-slider {
  height: 2px !important;
  background-color: #000 !important;
  border: none !important;
  position: relative;
  margin: 20px 0;
}

/* Active range */
#sliderRange .ui-slider-range {
  background-color: #000 !important;
  height: 100% !important;
}

/* Slider handles */
#sliderRange .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  background-color: #151A1F !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: none !important;
  cursor: pointer;
  box-shadow: 0 0 0 2px white;
}

.inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.inputs input {
  max-width: 80px;
  width: 100%;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  border: none;
  background: #fffefe;
  color: #000;
}

/*********** Cart Page*****************/
.product-img {
  width: 166px;
  height: 180px;
}

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

.product-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: 100%;
}

.delete-icon {
  background: #626669;
  width: 50px;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-icon img {
  width: 24px;
  height: 24px;
}

.scale-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.scale-cart p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.product-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-content h5 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
  font-weight: 700;
  max-width: 180px;
}

.total-head {
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Serif", serif;
}

.cart-table .quantity-selector {
  width: fit-content;
}

.total-item p,
.summary-detail h5.total-head {
  font-family: "Cormorant Garamond", serif;
}

.coupon-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-block: 40px;
}

.summary-detail {
  padding: clamp(10px, 1.5vw, 20px);
  background: #f4f4f4;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.summary-detail .cart-btn {
  width: 100%;
  max-width: unset;
}

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

.summary-detail h5.total-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}

.total-item h5.total-head {
  font-weight: 400;
  font-family: "Noto Serif", serif;
  padding: 0;
  border: unset;
}

.coupon-detail input {
  padding: 14px 12px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  border: 1px solid #151a1f80;
  max-width: 234px;
  width: 100%;
}

.apply-btn {
  background: #151a1f;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
}

.table-responsive.any-role th,
.table-responsive.any-role td {
  white-space: nowrap;
}

.table-responsive.any-role table tr td {
  padding: 24px 10px 20px;
  text-align: center;
}

.table-responsive.any-role th {
  background: #f4f4f4;
  padding: 20px 27px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive.any-role table {
  min-width: 800px;
}

.table-section,
.summery-order {
  width: 100%;
}

.table-responsive.any-role .table tbody tr:last-child {
  border-bottom: unset;
  border-color: transparent;
}

.table-responsive.any-role table thead {
  border-color: transparent;
}

.product-detail .price-title {
  text-align: left;
}

.product-content h5 {
  max-width: 180px;
  text-wrap: wrap;
}

/************* Timeline ***************/

.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;

  max-width: 645px;
  height: 104px;
  background: #f4f4f4;
  margin: auto;
  padding: 30px 46px 30px 36px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.step::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -50%;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.step:first-child::before {
  display: none;
}

.circle {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 2px solid #ccc;
  z-index: 1;
}

.step.active .circle {
  background-color: #000;
  border-color: #000;
}

.step.active::before {
  background-color: #000;
}

.step .label {
  margin-top: 6px;
  font-size: 16px;
  color: #3F5149;
  line-height: 16px;
  font-weight: 700;
}

.circle.done {
  background: #000;
  border: 1px solid #000;
  position: relative;
}

.circle.done.current {
  position: relative;
}

/* .circle.done.current::before {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 1px solid #000;
  padding: 3px;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate(-48%, -50%);
} */

.address-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px clamp(10px, 3vw, 40px);
}

.address-form form>div {
  flex: 1 1 45%;
  min-width: 200px;
  box-sizing: border-box;
}

.input-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  position: relative;
}

.input-content label {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 100%;
  font-weight: 600;
}

.input-content input,
.input-content select,
.input-content textarea {
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #b6b8ba;
  padding: 13px 14px 12px;
  width: 100%;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  outline: none;
}

.input-content.full-width {
  flex: 1 1 100%;
}

.address-check input {
  width: 20px;
  height: 20px;
}

.address-check {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.item-count {
  width: 100px;
  height: 100px;
  position: relative;
}

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

.ship-title {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.3;
  font-weight: 700;
}

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

.address-form .ship-title {
  padding-bottom: 24px;
}

.valid-item p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 5px;
  background: #44484c;
  color: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif", serif;
}

.noto-title {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Serif", serif;
}

.item-title {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 400;
}

.summary-items h5 {
  padding-bottom: 29px;
}

.Shipping-order {
  background: #f4f4f4;
  padding: 20px 20px 30px;
}

.sum-title {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 700;
}

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

.total-summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.no-of-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 50px;
}

.total-section.total-final {
  border-top: 1px solid #dcdcdc;
  padding-top: 14px;
}

.process-btn {
  background: #151a1f;
  padding: 10px;
  text-align: center;
  margin-top: clamp(20px, 2.5vw, 42px);
  display: block;
}

.address-section {
  padding: clamp(30px, 4vw, 60px) 0 clamp(30px, 5vw, 80px);
}

.total-para {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.valid-title {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.ship-inform {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

/******** Custom checkbox***********/
.address-check {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  font-size: 16px !important;
}

.address-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.address-check .checkmark {
  position: absolute;
  left: 0;
  top: 0px;
  height: 18px;
  width: 18px;
  background-color: #d9d9d9;
}

.address-check input:checked~.checkmark {
  background-color: #d32228;
}

.address-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.address-check input:checked~.checkmark:after {
  display: block;
}

.address-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*********** Order confiramtion Page*********/
.confirm-page {
  background: #f4f4f4;
  margin: clamp(50px, 7vw, 120px) auto 30px;
}

.chelist-detail {
  display: flex;
  align-items: center;
  padding: clamp(15px, 2vw, 30px);
  gap: clamp(15px, 2vw, 20px);
  background: #13181c;
  color: #fff;
}

.check-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.check-detail h5 {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
}

.check-detail p {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
  font-weight: 600;
}

.date-detail {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 18px);
  width: 20%;
}

.payment-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ababab;
  gap: 20px;
  flex-wrap: wrap;
}

.order-title {
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1;
  font-weight: 700;
}

.order-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.pay-order {
  padding: clamp(15px, 2vw, 30px);
}

.qulity-section .order-img {
  width: 100px;
  height: 100px;
}

.qulity-section .order-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qulity-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.quality-pay {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-amount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.order-page .back-btn {
  width: fit-content;
  margin-left: auto;
}

.order-page .back-btn {
  margin-bottom: clamp(30px, 4.5vw, 80px);
}

.quality-pay p {
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  color: #626669;
}

.quality-head {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.3;
}

.quantity-detail-section h6 span {
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.total-amt h6 {
  font-family: "Noto Serif", serif;
}

.quality-border {
  border-bottom: 1px solid #ababab;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 30px;
}

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

.shipping-page {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 2vw, 24px);
  padding-block: 30px;
  border-bottom: 1px solid #ababab;
}

.valid-order {
  padding-block: clamp(15px, 2vw, 30px);
}

.valid-order p {
  font-family: "Noto Serif", serif;
}

.back-shop {
  background: #151a1f;
  margin-left: auto;
  display: block;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  padding: 10px;
  max-width: 206px;
  text-align: center;
}

.custom-container.order-page .back-shop {
  padding: 0;
}

/************* Account settings***********/
.account-section h5.banner-title {
  text-align: center;
  padding-bottom: clamp(20px, 3vw, 60px);
}

.vertical-tabs {
  border: 1px solid #0000001a;
  padding: 16px;
}

.vertical-tabs ul svg {
  width: clamp(16px, 2vw, 20px);;
  height: clamp(16px, 2vw, 20px);;
  margin-right: clamp(10px, 1vw, 16px);
}

.nav-link.pro-list-item.active {
  background: #151a1f;
  border-radius: unset;
  padding: 14px 15px;
  color: #fff;
}

.nav-link.pro-list-item {
  color: #151a1f;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.vertical-tabs ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.account-section .tab-content {
  background: #f4f4f4;
  padding: clamp(15px, 2vw, 30px);
}

.pf-img {
  width: 90px;
  height: 90px;
}

.pf-img {
  width: 90px;
  height: 90px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.profile-create p {
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}

.edit-img {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.edit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}

.profile-create {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.pf-edit-section {
  display: flex;
  align-items: center;
  position: relative;
}

.save-btn {
  background: #151a1f;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 700;
  padding: 10px;
  max-width: 180px;
  text-align: center;
  width: 100%;
}

.editing-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(20px, 2vw, 34px) 0 clamp(20px, 2.5vw, 40px);
}

.profile-info h4 {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}

.profile-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.profile-form label {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.profile-form input {
  border: 1px solid #b6b8ba;
  border-radius: 4px;
  padding: 15px 16px 14px 46px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 100%;
  font-weight: 600;
  color: #151a1f;
  width: 100%;
}

.profile-container, 
.new-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 20px;
}
.new-form-container .input-content.full-width {
    grid-column: span 2;
}
.input-user {
  position: absolute;
  bottom: 17px;
  left: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-tab-section {
  margin-bottom: 20px;
}

.account-section {
  padding-block: clamp(30px, 4vw, 80px);
}

.input-user svg path {
  stroke: #000;
}

.delete-bg {
  background: #151a1f;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.delete-bg img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.editing-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.total-item p {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.manage-edit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: clamp(16px, 2vw, 28px);
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: clamp(15px, 2vw, 20px);
  margin-top: 10px;
}

.edit-address-link {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.nav-link.pro-list-item.active svg path {
  stroke: #fff;
}

.edit-order p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-weight: 600;
  padding-block: 4px;
}

.edit-order span {
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.managing-details .save-btn {
  max-width: 200px;
  margin-left: auto;
  display: block;
  margin-top: 24px;
}

/* .new-form-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 2vw, 25px);
  flex-wrap: wrap;
}

.new-form-container>div {
  flex: 1 1 45%;
  min-width: 200px;
  box-sizing: border-box;
} */

.address-page h6.sum-title {
  padding-bottom: 30px;
}

.new-form-container button {
  margin-left: auto;
}

.order-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 23px;
}

.days-box {
  position: relative;
  max-width: 170px;
  width: 100%;
}

.days-box select {
  border: 1px solid #151a1f;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Noto Serif", serif;
  outline: none;
  position: relative;
  max-width: 170px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-content .down-arrow {
  top: 50%;
}

.input-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.total-place {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.total-place h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #626669;
}

.total-place p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #151a1f;
  font-family: "Noto Serif", serif;
}

.total-place.color-change h5 {
  color: #151a1f;
}

.total-place.color-change h5 span {
  font-family: "Noto Serif", serif;
}

.placed-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #fcfaf9;
  padding: 16px;
}

.address-elipis p {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.group-img {
  min-width: 100px;
  height: 100px;
}

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

.bloss-section {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 18px);
}

.bloss-section span {
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.track-details {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 305px;
  width: 100%;
}

.track-link {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: underline;
}

.order-grouping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fffefe;
  gap: 10px;
}

.view-order-page {
  border: 1px solid #e3e1e0;
  margin-bottom: 16px;
}

.method-format {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 20px);
  padding-bottom: clamp(15px, 2vw, 30px);
}

.address-method {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.address-method h5 {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1;
  font-weight: 700;
  padding-bottom: 15px;
}

.ship-method {
  max-width: 50%;
  min-width: 30%;
}

.pay-method {
  max-width: 136px;
  width: 20%;
}

.order-method {
  width: 15%;
}

.sum-method {
  width: 35%;
  position: relative;
  padding-left: clamp(10px, 2vw, 40px);
  gap: 8px;
}

.sum-method::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cccccc;
}

.ship-item-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.track-order-page {
  background: #ffffff;
  padding: 24px;
  border: 1px solid #e8e8e9;
}

.ship-item-detail h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.ship-item-detail span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

.total-ship span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}

.total-ship h6 {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.2;
  font-weight: 700;
}

.order-method p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}

.accounting-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 20px 0px 16px;
  gap: 15px;
}

.view-product {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}

.qty-section p,
.cost-section p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
}

.qty-section,
.cost-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accounting-section .scale-img {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloss-text span {
  display: block;
  color: #626669;
  padding: 10px 0 16px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
}

.arrow-size p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
}

.accounting-section .bloss-section {
  max-width: 387px;
  width: 100%;
}

.qty-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sum-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

/***************** Login Page Css*******************/

.login-container {
  max-width: 484px;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 20px);
  width: 100%;
}

/* #login-container {
  display: block;
  flex-direction: column;
  gap: 0px;
} */
#login-container form {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 20px);
  width: 100%;
}

.login-container label {
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4;
  color: #000000;
}

input#email {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
}

input[type="email"],
input[type="password"],
#login-container input[type="text"],
#reset-password-form input[type="text"] {
  padding: 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #000000 !important;
  font-weight: 600;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

/* input#password {
  border: 1px solid #dadada !important;
} */

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper input {
  flex: 1;
}

.toggle-visibility {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #888;
}

.forgot-password {
  text-align: right;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
  padding-bottom: clamp(20px, 2.1vw, 40px);
}

.forgot-password a {
  text-decoration: underline;
  color: black;
}

.login-btn {
  padding: 10px;
  background-color: #111;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #ffffff;
  text-align: center;
}

.register-link {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  padding-top: clamp(10px, 1.5vw, 20px);
  color: #000000;
}

.register-link a {
  text-decoration: underline;
  color: #000000;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}

.login-content {
  max-width: 484px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

/* .login-page {
  width: 100%;
  height: 100vh;
} */

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

.login-image {
  width: 100%;
  /* height: 100%; */
  height: 100vh;
}

.profile-logo {
  padding-bottom: clamp(30px, 6vw, 100px);
}

.login-content h4 {
  font-size: clamp(25px, 2vw, 32px);
  line-height: 28px;
  font-weight: 700;
  color: #000000;
}

.verified .login-content h4 {
  font-size: clamp(25px, 2vw, 32px);
}

.login-content p {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  text-align: left;
  padding-bottom: clamp(10px, 2vw, 20px);
}

button.submit-btn {
  background-color: #111 !important;
  color: #ffffff;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
}

button.sub-btn {
  border: none;
  background: unset;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.sub-btn p {
  padding-bottom: 0 !important;
}

button.m-sub-btn {
  width: 100%;
  margin-top: clamp(10px, 1.5vw, 20px);
}

.verification-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.code-inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
}

.code-inputs input {
  max-width: 70px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #dadada;
  background-color: #f8f8f8;
}

.resend {
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
}

.resend button {
  text-decoration: underline;
  color: black;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
}

.resend button:hover {
  color: black;
}

.submit-btn {
  margin-top: 10px;
  padding: 12px;
  background-color: gray;
  color: white;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

.verified {
  width: fit-content;
}

.icon-text {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.back-btn {
  width: 100%;
  padding: 12px;
  background-color: #111;
  color: #ffffff;
  font-weight: 700;
  border: none;
  font-size: clamp(16px, 2vw, 20px);
  cursor: pointer;
}

.success-logo {
  padding-bottom: clamp(40px, 13vw, 253px);
}

.update-content {
  max-width: 520px;
}

.success-container {
  width: 100%;
}

/* .login-page .col-md-7.creativity {
  height: 100%;
  padding: 0;
} */

/*******Register Page**********/
.input-wrapper input {
  width: 100%;
  padding: 12px 16px;
  background: #f8f8f8;
  border: 1px solid #dadada;
  outline: none;
}

.eye-icon {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(0%);
  width: 20px;
  height: 20px;
}

.register-page .profile-logo {
  padding-bottom: clamp(20px, 3vw, 50px);
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.5vw, 12px);
  padding-bottom: clamp(10px, 1.5vw, 20px);
  position: relative;
}

.input-wrapper .eye-icon svg {
  width: 100%;
  height: 100%;
}

.register-page .login-content p {
  padding-bottom: clamp(15px, 1.5vw, 30px);
}

.register-page .login-container {
  gap: 0;
}

.register-page .login-content h4 {
  padding-bottom: clamp(5px, 1.5vw, 12px);
}

.register-page .login-btn {
  margin-top: 15px;
}

.success-container .password-content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 16px);
  align-items: flex-start;
}

.success-container button {
  margin-top: clamp(20px, 2.5vw, 40px);
}

.success-container .password-content p {
  padding: 0;
  font-size: 18px !important;
}

.success-container .icon {
  width: 62px;
  height: 62px;
}

.success-container .icon img {
  width: 100%;
  height: 100%;
}

.order-amount {
  max-width: 350px;
  width: 100%;
}

.vertical-tabs ul svg path {
  stroke: #151A1F;
}

.coupon-detail input::placeholder {
  color: #000;
}

.cart-page.custom-container .col-3 {
  padding-right: 0;
}

.input-box.mobile-box {
  width: 100%;
  max-width: unset;
  margin-bottom: 20px;
  display: none;
}

/******* login page************/
.creativity {
  width: 1394px;
  /* height: 100vh; */
}
  /* background: var(--login-bg-image-url); */

.new-login {
  flex: 1 1 1080px;
  padding: 6px 0;
}

/* .login-page {
  display: flex;
  height: 100vh;
  align-items: center;
  max-width: 1920px;
  margin: auto;
} */

.login-page {
  display: flex;
  height: 100%;
  align-items: stretch;
  max-width: 1920px;
  margin: auto;
}

.artwork-detail p {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;

}

.qs-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
  flex-wrap: wrap;
}

.footer-content ul p,
.social p {
  font-size: clamp(20px, 2vw, 24px);
}

.header_list li {
  position: relative;
}

.header_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}

.header_list li:not(.current-menu-item):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header_list li:hover.active:after,
.header_list li:last-child:hover:after {
  position: unset;
  transform: unset;
  transform: scaleX(0);
}

.quick-links li a:hover {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in;
}

button.dropbtn {
  color: #000;
}

button.dropbtn:hover {
  color: #000;
}

.footer-content ul a:hover {
  color: #fff;
}

.cart-container-page {
  display: grid;
  grid-template-columns: 2.5fr 400px;
  gap: clamp(10px, 2vw, 30px);
}

.first-container {
  overflow-x: auto;
}

form .is-invalid {
  border: 1px solid #F04E4E !important;
}

form .invalid-feedback {
  display: block;
  color: #F04E4E;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 21.6px;
}

.btn-close:hover {
  background-color: inherit;
}

.new-login.forget-page button[type="submit"] {
  width: 100%;
  margin-top: 0px;
  padding: clamp(12px, 2vw, 16px);
}

.dropdown-content a.active svg path {
  stroke: #fff;
}


.input-wrapper.m-password {
  align-items: unset;
}

form button[type="submit"]:disabled {
  background-color: #8a8c8f !important;
  color: #ffffff;
}

.nav-link.pro-list-item.active:focus {
  color: #fff !important;
}

/* .name-profile::after {  
  background: var(--profile-name-icon-url);
} */
/* .name-profile span#error-full_name::after{
  top:7%;
}
.email-profile::after {  
  background: var(--profile-email-icon-url);
}
.phone-profile::after {  
  background: var(--profile-phone-icon-url);
}
.password-profile::after {  
  background: var(--profile-password-icon-url);
} */

/* .profile-form::after {
  background-repeat: no-repeat !important;
  background-position: 0px center !important;
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translate(0, 18%);
} */

.name-profile input {  
  background-image: var(--profile-name-icon-url);
}
.email-profile input {  
   background-image: var(--profile-email-icon-url);
}
.phone-profile input {  
   background-image: var(--profile-phone-icon-url);
}
.password-profile input {  
   background-image: var(--profile-password-icon-url);
}
.phone-profile select{
  background-image: var(--profile-phone-icon-url);
}

.input-with-icon {
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 20px 20px;
  padding-left: 36px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 20px;
}

.input-with-icon.error {
  border: 1px solid #F04E4E !important;
}
.error_address {
 border: 1px solid #F04E4E !important;
}
/* Hide error message by default */
.error-message {
  display: none;
  color: #F04E4E;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 21.6px;
}

/* Show error message when .error class is added */
.input-with-icon.error+.error-message {
  display: block;
}
.error_address+.error-message {
  display: block;
}

#profile-alert-placeholder .alert, #address-alert-placeholder .alert{
  margin: clamp(20px, 2vw, 34px) 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#profile-alert-placeholder .alert-dismissible .btn-close, #address-alert-placeholder .alert-dismissible .btn-close{
  padding: 14px 1rem;
}

#address-alert-placeholder .alert{
  margin: 0px;
  margin-bottom: clamp(15px, 2vw, 30px);
}

.pf-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden;
}
.pf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.pf-img .spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); /* optional subtle dim */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pf-img .spinner-overlay .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    color: #151A1F;
}
.input-select-state-country select {
    background-image: var(--address-dropdown-icon-url);
    background-repeat: no-repeat;
    background-position: right 20px top 10px;
}

#orderLoadingSpinner.woocommerce {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#orderListWrapper.loading #orderList {
    opacity: 0.5;
    pointer-events: none;
}
.save-btn{
border: unset;
}
.save-btn:hover{
background: #151a1f;
color: #fff;
}
.save-btn.btn-success{
background: #151a1f;
}
.track-link:hover{
color:#000;
}
.days-box .form-select:focus {
border:1px solid #151a1f;
outline: none;
box-shadow: unset;
}
.order-history .save-btn{
color:#fff;
}
.view-product:hover{
color:#000;
}
.back-shop:hover{
color:#000;
}
.nav-link.pro-list-item:focus{
  transition: unset !important;
  box-shadow: unset !important;
  border: unset;
  color: #000 !important;
}
.nav-link.pro-list-item{
transition: unset !important;
}

.error-404{
  padding-bottom: 5rem;
}
.formloading {
    opacity: 0.5;
    pointer-events: none;
}

.process-btn {
font-size: 20px;
line-height: 29px;
font-weight: 700;
}
.process-btn:hover{
color:#fff;
}
.login-btn:hover, .login-btn:focus {
color: #fff;
background: #151A1F;
}
.back-btn:hover, .back-btn:focus {
color: #fff;
background: #151A1F;
}

.summary-detail .cart-btn:hover {
color: #fff;
}
.table-responsive.any-role table tr td {
padding: 24px 10px 20px;
text-align: center;
background: unset;
border: unset;
border-bottom: 1px solid #E5E5E5;
}
.table-responsive.any-role th{
border:unset;
}

.table-responsive.any-role .table tbody tr:last-child td {
border-bottom: unset;
}

.apply-btn {
border: 1px solid transparent;
outline: none;
}
.coupon-detail .apply-btn:hover, .coupon-detail .apply-btn:focus, .save-btn:focus, .back-shop:hover, .back-shop:focus {
background: #151a1f;
color: #fff;
}
.coupon-detail input:focus{
 border:1px solid #151a1f;
outline: none;
box-shadow: unset;
}
.table-responsive.any-role thead th {
border-block-start: unset !important;
}

.price-title,
.price-title h5,
.price-content span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloss-text .order-title span {
    display: block;
    color: #626669;
    padding: 10px 0 16px;
    font-size: clamp(14px,2vw,18px);
    line-height: 1.1;
    font-weight: 600;
}
.order-history .save-btn:hover {
    color: #fff;
}
.product-content {
  text-align: left;
}
.product-content span{
  max-width: 180px;
  text-wrap: wrap;
}

.cart-btn#checkout-btn.disabled{
  background-color: #8a8c8f !important;
  color: #ffffff;
}

.coupon-detail{
  margin-bottom: 0px;
}

#coupon-message.invalid-feedback {
  display: block;
  color: #F04E4E;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 21.6px;
}

.add-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(10px,2vw,20px);
  margin-bottom: 24px;
}
.day-plan li.nav-item.data-plan .nav-link {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  padding: 13px;
}
.day-plan li.nav-item.data-plan .nav-link.active {
  background: #000;
  color: #fff;
  border-radius: unset;
}
.day-plan li.nav-item.data-plan .nav-link {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  padding: 13px;
  background: #E3E3E3;
  border-radius: unset;
}
.data-address-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:clamp(15px,2vw,28px);
  padding: clamp(15px,2vw,21px)clamp(15px,2vw,24px) clamp(15px,2vw,20px);
}
.save-base-address {
  background: #FAFAFA;
  border: 1px solid #E1E1E1;
  border-style: solid;
  margin-bottom: 10px;
}
.radio-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}
.radio-address h5 {
  font-weight: 700;
  font-size: clamp(20px,2vw,24px);
  line-height: 1;
}
.radio-address span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}
.radio-address p{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.radio-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
}
.radio-wrapper input[type="radio"] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.custom-radio {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #111;
  background-color: white;
  transform: translate(10px, -12px);
}
.radio-wrapper input:checked ~ .custom-radio::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
}
.address-form .ship-title {
  padding-bottom: 0;
  font-size: clamp(22px, 2vw, 28px);
}
.ship-inform {
  align-items: start;
}
#applied-coupons .badge{
  font-family: "Noto Serif", serif;
  background-color: #FAF8F6;
  color: #000000;
  padding: 9px 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 1px solid #626669;
  border-radius: 0%;
}
.remove-coupon{
  cursor: pointer;
}
.alert {
  border-radius: 6px;
  font-size: 1rem;
  padding: 1rem 0px 1rem 1rem;
  position: relative;
  box-shadow: none;
}

/* Close Button Customization */
/* Success Alert */
.alert-success {
  border: 1px solid #43C34E80 ;
  background: #2F8B371A;
  color: #69AD0C;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.alert-danger {
  border: 1px solid #F04E4E80;
  background: #F04E4E14;
  color: #F04E4E !important;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.alert-warning {
  background:  #fff3cd14;
  border: 1px solid #ffc107;
  color: #856404;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.custom-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

.custom-close:hover {
  opacity: 1;
}

.alert .highlight {
  font-weight: 700;
  color: #69AD0C;
}


/* .alert-danger {
  background: linear-gradient(135deg, #f8d7da, #ef9a9a);
  border: 1px solid #dc3545;
  color: #721c24;
}
.alert-warning {
  background: linear-gradient(135deg, #fff3cd, #ffe082);
  border: 1px solid #ffc107;
  color: #856404;
}
.alert-info {
  background: linear-gradient(135deg, #d1ecf1, #81d4fa);
  border: 1px solid #17a2b8;
  color: #0c5460;
} */

.alert .btn-close {
  top: 0.75rem;
  right: 1rem;
  position: absolute;
  opacity: 0.6;
}
.alert .btn-close:hover {
  opacity: 1;
}
.summery-order{
    margin-bottom: 40px;
}
.back-shop {
  color: #fff;
}
.woocommerce-page form .form-row-first{
    width: 100%;
}
.profile-form input.save::placeholder{
  font-weight: 600;
  color: #151a1f;
  opacity: 1;
}
.woocommerce-table__product-name.product-name a{
  color: #151a1f;
}
.resend button:focus {
  background-color: #fff;
  color: black;
}
button.process-btn, button.process-btn:hover, button.process-btn:focus{
  width: 100%;
  color: #fff;
  background-color: #151a1f;
  border: none;
}
input[type="email"]:focus,
input[type="password"]:focus,
#login-container input[type="text"]:focus,
#reset-password-form input[type="text"]:focus{
    border: 1px solid #151a1f;
    outline: none;
    box-shadow: unset;
    background-color: #F8F8F8;
}
.Shipping-order {
  width: 100%;
}

.disabled>.page-link{
  background-color: #fff;
  color: #313131;
  border: 1px solid #e9e9e9;
}

.page-link:focus {
  outline: none;
  box-shadow: unset;
  color: #313131;
  background-color: #fff;
}

input.product-search::placeholder{
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
}

.profile-container-input{
  opacity: 0.5;
}
.profile-container-label{
  opacity: 0.8;
}

.creativity{
  background: var(--login-bg-image-url);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  min-height: 100vh;
}

.phone-icon #phone-number{
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
}

.status-link{
  font-size: clamp(16px, 1.5vw, 18px);;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
}
.order-history .status-link{
  background: #151a1f;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 700;
  padding: 7px;
  max-width: 180px;
  text-align: center;
  width: 100%;  
}

.cart-table .table-responsive.any-role table tr td:first-child {
  padding-right: 6px;
  padding-left: 0px;
  width: 56px;
}

.timeline-containers {
          display: flex;
          justify-content: space-between;
          align-items: center;
          border: 2px solid #3399ff;
          padding: 20px;
          max-width: 500px;
          margin: auto;
          background-color: #fff;
          position: relative;
        }
    
        .steps {
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          flex: 1;
        }
    
        .steps::before {
          content: '';
          position: absolute;
          top: 10px;
          left: -50%;
          width: 100%;
          height: 2px;
          background-color: #ccc;
          z-index: 0;
        }
    
        .steps:first-child::before {
          display: none;
        }
    
        .circles {
          width: 20px;
          height: 20px;
background-color: #fff;
border: 2px solid #ccc;
z-index: 1;
}
.steps.active .circles {
background-color: #000;
}
.steps.active::before {
background-color: #000;
}
.labels {
margin-top: 6px;
font-size: 12px;
}

.step.active-now .circle {
  outline: 1px solid #151A1F; /* Outline that blinks */
  outline-offset: 2px;
  animation: blink-outline 1.3s infinite;
}

@keyframes blink-outline {
  0% { outline-offset: #151A1F; }
  50% { outline-color: transparent; }
  100% { outline-color: #151A1F; }
}

form.checkout-form input#mobile_number,
form.checkout-form input#pincode{
  font-family: "Noto Serif", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
form.checkout-form input#mobile_number::placeholder,
form.checkout-form input#pincode::placeholder{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}

.new-shop-cart{
  margin-left: clamp(20px, 4vw, 50px);
}

.quantity-detail-section {
    max-width: 100px;
    width: 100%;
}

.total-amt {
   max-width: 150px;
    width: 100%;
}

.quality-head {
    float: right;
}

select#variation-select {
    border: none;
    font-weight: 500;
    outline: none;
}
.down-arrow{
  top: 8px;
  pointer-events: none; 
}

.collect-contents{
  width: 100%;
}

.breadcrumb-details .m-product-title {
  color: #141414;
  font-size: 20px;
  line-height: 19px;
  font-weight: 700;
}

.bottom-footer p {
  color: #C1C1C1;
}


.fancybox-button:hover,
.fancybox-button:focus{
    color: #fff;
    background: #151a1f;
}

.filter-heading h5{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #000000;
}
.apply-button{
  display: none;
  width: 100%;
}
.apply-button #apply-button{
  text-align: center;
  max-width: 125px;
  width: 100%;
  padding-block: 7.5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.44px;
  background-color: #151A1F;
  color: #FFFFFF;
  float: right;
  cursor: pointer;
}

.ocean-section .content{
  text-align: justify;
}

.login-container form input:-webkit-autofill {
  background-color: #f8f8f8 !important;
  -webkit-box-shadow: unset !important;
  -webkit-text-fill-color: #000000 !important;
}
.login-container form input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f8f8f8 ;
}

#verification-form .code-box{
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 28px);
  line-height: 29px;
  padding: 0px;
}
.days-box .form-select {
    background: none;
    border-radius: 0px;
}
.bloss-text .order-title span {
  font-family: "Cormorant Garamond", serif;
}
.arrow-size p{
  font-weight: 500;
}
.price-content{
  gap: 7px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: #fff !important;
}

.register-page input[type="password"] {
  font-size: unset;
  font-weight: unset;
}

a.woocommerce-remove-coupon {
    color: #808080;
}

a.woocommerce-remove-coupon:hover {
    color: #151A1F;
}
.summery-order{
    position: sticky;
    top: 10px;
}
.vw-sm-md-100 {
  width: 100%;
}
.vw-sm-md-100 p{
  font-size: clamp(16px, 1.5vw, 20px);
}
.vw-sm-md-100 .save-btn{
  font-size: clamp(16px, 1.5vw, 20px);
}

.checkout .form-row.place-order #place_order {
    background:#151a1f;
    font-size: clamp(14px,2vw,16px);
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    font-weight: bolder;
    font-size: clamp(14px,2vw,16px);
}
table.shop_table.woocommerce-checkout-review-order-table tr.order-total strong span bdi, 
table.shop_table.woocommerce-checkout-review-order-table tr.order-total strong span bdi span, 
table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td span bdi,
table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td span bdi span{
    font-size: clamp(13px,2vw,14px);
    font-weight: bolder;
    font-family: "Noto Serif", serif;
}
.cart_item td.product-total span bdi, .cart_item td.product-total span bdi span, .woocommerce .checkout .woocommerce-shipping-methods span bdi, .woocommerce .checkout .woocommerce-shipping-methods span bdi span{
    font-family: "Noto Serif", serif;
    font-size: clamp(13px,2vw,14px);
}
li.wc_payment_method.payment_method_stripe label {
    font-weight: bold;
    font-size: clamp(16px,2vw,18px);
}
table.shop_table.woocommerce-checkout-review-order-table tr th{
 font-weight: bolder;
    font-size: clamp(14px,2vw,18px);
}
.woocommerce table.shop_table tfoot th {
    font-size: clamp(14px,2vw,16px);
}

tr.cart_item td.product-name, tr.cart_item td.product-name strong.product-quantity {
    font-size: clamp(14px,2vw,16px);
}

ul.wc_payment_methods.payment_methods.methods {
    background: #FAFAFA;
    border: 1px solid #E1E1E1;
}

.payment_box.payment_method_stripe {
  background: #E8E8E9 !important;
}

.woocommerce .checkout .form-row.place-order {
    background: #FAFAFA;
    border: 1px solid #E1E1E1;
    border-top: unset;
}

a.woocommerce-privacy-policy-link {
    color: #212529;
    text-decoration: underline;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #E8E8E9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td {
  border: 1px solid #e1e1e1 !important;
}


.modal-header #paymentModalLabel {
  font-weight: bolder;
  font-size: clamp(17px,2vw,22px);
}
.checkout .cart-discount td,.cart-discount td .woocommerce-Price-amount.amount, .cart-discount td .woocommerce-Price-amount.amount span{
    font-family: "Noto Serif", serif;
    font-size: clamp(13px,2vw,14px);
}
fieldset .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated{
  display: flex;
}

.woocommerce-error a {
    color: unset;
    text-decoration: underline;
}

.managing-details .save-btn:hover a {
    color: #fff;
}

form#login-form input#password{
  font-size: clamp(15px, 1.5vw, 18px);
}