@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
  --primary-color: #d4946d;
  --light-color: #ccc;
  --paragarph: 1rem;
  --h4: 1.5rem;
  --secondary-font: "PT Serif", serif;
  --paragraph_font: 16px;
  --paragraph_font2: 18px;
  --card-background: #e6edf5;
  --star-color: #ffc04d;
  --star-border: #dd8f00;
  --light-bg:#e1b69cde;
  --tx-seconder-color: #000000c9;
  --tx18: 18px;
  --tx21: 1.3125rem;
  --tx27: 1.6875rem;
  --tx38: 2.375rem;
  --fw700: 700;
  
}

body {
  font-family: "Inter", sans-serif ;
  font-weight: 500;
}

.scroll-off{
  overflow: hidden;
}

.side-padding.vartical-padding.cat-card {
  background-color: var(--card-background);
}

.side-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.vartical-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

p,
a {
  font-size: var(--paragarph);
  text-decoration: none;
  margin-bottom: unset;
}

ul {
  margin-bottom: unset;
  padding: unset;
}

li {
  list-style: none;
}

.cart-list li a {
  color: var(--primary-color);
}

.cart-list li i {
  color: var(--primary-color);
  font-size: 20px;
}

.header-notice {
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.primary-btn,
.primary-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border: unset;
}

.header-notice p {
  font-size: 12px;
  padding: 10px;
  letter-spacing: 2px;
}

header {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
}

header .navbar .nav-item .nav-link {
  font-size: var(--paragarph);
  margin: 0 10px;
  color: var(--primary-color);
  font-weight: 400;
  position: relative;
}

.cart-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: unset;
}

.cart-list li {
  list-style: none;
  margin: 0 20px;
  font-size: var(--paragarph);
}

.title-higlight {
  font-family: var(--secondary-font);
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: var(--primary-color);
}

.title-section {
  text-align: center;
  padding: 53px 0;
}

.cart-list .dropdown li {
  margin: unset;
}

.cart-list .dropdown-menu li > a {
  font-size: 14px;
}

.cart-list .dropdown-toggle::after {
  display: none;
}

.dropdown-menu li > a:hover {
  background: unset;
  color: #000;
}

.cart-dropdown {
  right: 0;
  left: unset !important;
  top: 44px !important;
  min-width: 500px;
  padding: 20px 10px;
  border: none;
}

.cart-dropdown .row {
  margin: 10px 0;
}

.cart-dropdown::after {
  position: absolute;
  top: -10px;
  right: 10px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: "";
}

.cart-dropdown p {
  font-size: 12px;
}

.cart-actions-top {
  margin-top: 20px;
  text-transform: capitalize;
  display: flex;
  justify-content: end;
}

.cart-actions-top a {
  padding: 10px 30px;
  background: var(--primary-color);
  margin-right: 20px;
  color: #fff;
}

.cart-total-top {
  margin: 20px 0;
  font-size: 13px;
}

.cart-total-top td {
  padding: 10px 0;
}

#cart .dropdown-menu {
  min-width: 500px;
}

#cart .dropdown-menu {
  background: #fff;
  font-size: 14px;
}

#cart .dropdown-menu li p {
  font-size: 14px;
  font-weight: 400;
}

.top-cart table > :not(caption) > * > * {
  box-shadow: unset;
  border-bottom: unset;
}

.top-cart td,
.top-cart td a {
  font-size: 12px;
  color: #000;
}

.cart-product-top-section {
  height: 300px;
  max-height: 300px;
  overflow: auto;
}

.cart-product-top-section table > tbody > tr > td:nth-child(1) {
  width: 90px !important;
}

.cart-product-top-section table > tbody > tr > td:nth-child(2) {
  width: 40% !important;
}
#cart {
  margin-bottom: unset;
}

.top-cart-button a {
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

body .top-cart-button i,
body .top-cart-button strong {
  color: #fff;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: unset;
  border: none;
  box-shadow: none;
  color: var(--primary-color);
  padding: unset;
}

.cart-remove,
.cart-remove i {
  background: unset;
  border: unset;
  font-size: 14px !important;
  font-weight: 300;
}

.is-btn-primary {
  padding: 10px 20px;
  width: 100% 0;
}

/* ------------------------------------------------------------------ home ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------ home ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------- Category ----------------------------------------------------------------------- */

.product-card-list {
  cursor: pointer;
  border: 1px solid;
  padding: 10px;
}

.product-card-list .swap-image {
  display: none;
}
.product-info {
  padding: 10px 5px;
}

.product-card-list .product-img {
  border-radius: 0.5rem;
}

.product-card-list .card {
  border: none;
}

.product-card-list .product-name h3 {
  font-size: var(--paragarph);
  color: #000;
  font-weight: 400;
  line-height: 1.5rem;
}

.product-card-list .price-section {
  padding: 10px 0;
  font-size: 14px;
}

.product-card-list .price-section span {
  padding-right: 5px;
}

.product-card-list .sale-percentage {
  font-size: 13px;
  color: #b4853e !important;
}

.add-to-cart-button {
  display: block;
  width: 100%;
}

.product-info {
  position: relative;
}

/* .category-filter-wrapper .filter-list .accordion-button:not(.collapsed) {
  color: #000;
  text-transform: capitalize;
}

body .category-filter-wrapper .accordion-button {
  text-transform: capitalize;
  background-color: #f9f9f9;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  box-shadow: unset;
  margin-bottom: 5px;
} */

/* .category-filter-wrapper .accordion-button:focus {
  box-shadow: unset;
}

.category-filter-wrapper .accordion-item {
  border: unset;
}

.category-filter-wrapper label {
  font-size: 14px;
  margin-left: 10px;
} */

.filter-wrapper .filter-list .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ccc;
  padding: 15px 20px;
  cursor: pointer;
}

.filter-wrapper .filter-list .lists-wrapper {
  padding: 0 20px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.filter-wrapper .filter-list.active .lists-wrapper {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.filter-wrapper .filter-list .lists-wrapper .checkbox {
  display: flex;
  position: relative;
  margin: 15px 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-wrapper .filter-list.active .fa-angle-down:before {
  content: "\f106";
}

.filter-wrapper .filter-list .lists-wrapper .checkbox label {
  font-size: 14px;
  vertical-align: inherit;
  padding-left: 15px;
  text-transform: uppercase;
  color: #393939;
}

.filter-radio-wrapper {
  margin: 20px 0;
}

.filter-radio-wrapper .filter-checkbox {
  border-radius: unset;
  height: 15px;
  width: 15px;
}

.filter-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  display: none;
  padding: 0;
}

.filter-button button {
  width: 50%;
  height: 100%;
  min-height: 35px;
  padding: 10px 0;
  border: none;
  font-size: 14px;
}

.filter-button button:first-child {
  background: var(--primary-color);
  border: none;
  color: #fff;
}

/* --------------------------------------------------------------PRODUCT  --------------------------------------------------------------- */

.side-thumbnail img {
  max-width: 64px;
  margin: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}

.pdp-image-wrapper .product-slider{
  overflow-x: hidden;
}

.pdp-highlight .product-name {
  font-size: var(--h4);
  color: #333;
  margin: 10px 0;
  font-size: var(--tx38);
}

#pdp-parent-thumbnail {
  cursor: crosshair;
}

.pdp-highlight .rating-pdp,
.price-pdp,
.pdp-highlight .offer-section,
.pdp-highlight .checkout-wrapper,
.pdp-highlight .pdp-highlight .prodcut-discription,
.pdp-equal-spacing {
  padding: 11px 0;
}

.tax-information p {
  font-size: 12px;
  font-weight: var(--fw700);
}

.pdp-highlight .rating-pdp i {
  color: var(--star-color); /* Make the inside transparent */
  -webkit-text-stroke: 1px var(--star-border);
}

.rating-pdp span a {
  text-transform: uppercase;
  color: var(--tx-seconder-color);
  font-size: 12px;
}

/* .color-type {
  font-weight: var(--fw700);
} */

.pdp-highlight .checkout-wrapper {
  display: flex;
}

.pdp-highlight .checkout-wrapper button {
  width: 50%;
  height: 50px;
  padding: 15px 0;
  border: unset;
  font-size: var(--paragarph);
  font-weight: 400;
  margin-right: 10px;
}

.extm {
  z-index: 1000;
}

.price-pdp {
  font-size: 20px;
}

.price-pdp .sale-price {
  color: #000;
  font-size: var(--tx27);
  font-weight: var(--fw700);
}

.price-pdp .sale-price i {
  font-size: var(--tx21);
}

.price-pdp span {
  margin: 0 2px;
}

.dis-percent {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: var(--fw700);
}

.pdp-highlight .accordion-button:not(.collapsed),
.pdp-highlight .accordion-button {
  background: unset;
  box-shadow: unset;
  color: #000;
  padding: 15px 6px;
}

.pdp-highlight .accordion-button.collapsed {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.pdp-highlight .accordion-item {
  border: unset;
  border-radius: unset;
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.pdp-highlight .accordion-button {
  border-bottom: 1px solid #0000008c;
}

.pdp-highlight .accordion-body {
  padding: 20px 0;
}

.pdp-highlight .attribute-wrapper table {
  border: 1px dotted var(--light-color);
}

.pdp-highlight .attribute-wrapper table th,
.pdp-highlight .attribute-wrapper table td {
  border-bottom: 1px dotted var(--light-color);
  width: 50%;
}

.pdp-highlight .attribute-wrapper table th:first-child,
.pdp-highlight .attribute-wrapper table td:first-child {
  border-right: 1px dotted var(--light-color);
  width: 30%;
  color: #000;
  font-weight: 600;
}

.delivary-pin-check input {
  padding: 10px 10px;
  border: 1px solid var(--light-color);
}

.delivary-pin-check p {
  padding-bottom: 10px;
}

.delivary-pin-check button {
  width: 100px;
  font-size: var(--tx18);
  padding: 10px 10px;
  border: 1px solid var(--primary-color);
  margin-left: 10px;
  height: 42px;
}

.delivary-pin-check ul {
  margin-top: 20px;
}

.delivary-pin-check ul li {
  margin: 10px 0;
}

/* bred crumb */

.breadcrumb-list ,.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-list li ,.breadcrumb li{
  margin: 0 5px;
  font-size: 12px;
  position: relative;
  padding: unset;
}

.breadcrumb-list li::after , .breadcrumb li::after  ,.breadcrumb > li + li:before{
  content: "/";
  position: absolute;
  right: -8px;
  height: 100%;
  color: var(--light-color);
}

.breadcrumb-list li a ,.breadcrumb li a {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--light-color);
}

.color {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.color .color-categorey {
  color: #000;
  background: #e7e7e7;
  text-align: center;
  display: block;
  padding: 0 23px;
  margin: 5px 0;
  margin-right: 6px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
  .side-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* .category-filter-wrapper {
    display: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 0;
    background: #fff;
    overflow: auto;
  }

  .category-filter-wrapper .accordion-header {
    width: 50%;
  }

  .category-filter-wrapper .accordion-item {
    display: flex;
  } */

  .product-card-list .sale-percentage {
    font-size: 12px;
  }
  .product-card-list .price-section {
    font-size: 13px;
  }
}

@media (max-width: 460px) {
  .side-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* -------------------------------menu --------------------------------------------- */
header li {
  cursor: pointer;
}
li.nav-item.dowpdownmenulist {
  position: relative;
}
.nav-dropdown.custom {
  position: absolute;
  min-width: 150px;
  background: #fff;
  padding-left: 20px;
  top: 57px;
  visibility: hidden;
  transition: 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.nav-dropdown.custom .sceondlist {
  position: absolute;
  left: 101%;
  min-width: 150px;
  height: 0;
  background: #fff;
  padding-left: 20px;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
}

header li.nav-item.menu-item .menu-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li.nav-item.menu-item.hasSecondDropdown.dowpdownmenulist .fa-chevron-down {
  transition: 0.3s ease-out;
}

.parent-drop-icon {
  width: 40%;
  text-align: right;
}

li.nav-item.menu-item.hasSecondDropdown.dowpdownmenulist.active
  .parent-drop-icon
  .fa-chevron-down {
  transform: rotate(180deg);
}

.menu-dropdown-icon {
  margin-right: 20px;
}

@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
  header .navbar .nav-item .nav-link {
    margin: 0 2px;
  }
}

@media (min-width: 990px) {
  /* li.nested-child:hover .sceondlist {
    visibility: visible;
    opacity: 1;
  } */
  /* 
  li.nav-item.dowpdownmenulist:hover .nav-dropdown.custom {
    visibility: visible;
    opacity: 1;
    overflow: unset;
    height: auto;
  } */

  header .navbar-expand-lg .navbar-nav {
    justify-content: center;
  }
}

.nav-dropdown.custom li,
.nav-dropdown.custom li a {
  font-size: var(--paragraph_font);
}

.nav-dropdown.custom li {
  padding: 9px 0px;
}

li.nav-item.menu-item {
  padding: 10px 0;
}

.nav-dropdown.custom li {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

.nav-dropdown.custom li:last-child {
  border-bottom: unset;
}

@media (max-width: 990px) {
  .nav-links-wrapper {
    position: fixed;
    background: #fff;
    left: -100%;
    top: 0;
    width: 80%;
    z-index: 100;
    height: 100%;
    transition: left 0.5s ease;
    overflow: auto;
  }

  .navbar > .container-fluid {
    flex-wrap: unset;
  }

  .cart-list {
    justify-content: end;
  }

  .logo {
    height: 48px;
    object-fit: contain;
    width: 100px;
    margin-left: 26px;
  }

  header button.navbar-toggler {
    border: unset;
    box-shadow: unset;
  }
  button:focus:not(:focus-visible),
  .navbar-toggler:focus {
    box-shadow: unset;
  }

  header button.navbar-toggler i {
    font-size: var(--paragraph_font2);
  }

  header {
    padding: unset;
  }

  header .close-menu {
    display: block;
    position: absolute;
    right: 13px;
    top: 14px;
  }

  header .close-menu i {
    font-size: var(--paragraph_font2);
  }

  ul.navbar-nav.m-lg-auto.links-ul-wrapper {
    margin-top: 33px;
  }

  header li.nav-item.menu-item,
  .nav-dropdown.custom li {
    padding: 10px 16px;
    border-bottom: 1px solid #ccc;
  }

  .nav-dropdown.custom li:last-child {
    border-bottom: unset;
  }

  li.nav-item.menu-item.hasSecondDropdown.dowpdownmenulist.active
    .nav-dropdown.custom {
    height: auto;
    opacity: 1;
    overflow: unset;
    visibility: visible;
    position: unset;
    padding-left: 10px;
  }

  header li.nav-item.menu-item a {
    width: 60%;
  }

  body li.nested-child .sceondlist {
    position: unset !important;
    height: 0;
    overflow: hidden;
    display: none;
  }

  body li.nested-child.active .sceondlist {
    visibility: visible;
    opacity: 1;
    overflow: unset;
    height: auto;
    margin-top: unset;
    padding-left: unset;
    display: block;
  }
}

li.nav-item.menu-item.hasSecondDropdown.dowpdownmenulist.active
  .nav-dropdown.custom {
  height: auto;
  opacity: 1;
  overflow: unset;
  visibility: visible;
}

li.nested-child.active .sceondlist {
  position: absolute;
  visibility: visible;
  opacity: 1;
  margin-left: unset;
  height: auto;
}
.close-menu {
  display: none;
}

@media (max-width: 768px) {
  .title-higlight {
    font-size: 2rem;
  }

  .title-section {
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .title-section {
    padding: 14px 0;
  }
}

/* -----newsletter-detail---- */

.side-padding.vartical-padding.Our-Newsletter {
  background-color: var(--card-background);
}

.newsletter-detail .desc {
  font-size: var(--tx18);
}

.newsletter-detail .title span {
  color: var(--primary-color) !important;
  font-weight: 600;
}

.custom-checkbox .desc {
  font-size: var(--paragraph_font);
  padding-top: 3px;
}

.custom-checkbox {
  display: block;
  padding-top: 16px;
}

.custom-checkbox input {
  padding: 8px;
  border-radius: 2px;
  margin-right: 14px;
}

.email-input-container {
  display: flex;
  align-items: center;
}
.email-input-container .subcribe-btn {
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
}

.email-input-container input[type="email"] {
  font-size: 15px;
}

@media (max-width: 992px) {
  .email-input-container {
    padding-top: 18px;
  }

  .newsletter-detail .title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  .email-input-container .subcribe-btn {
    padding: 14px 9px;
  }

  .newsletter-detail .desc {
    display: block;
    padding: 9px 0;
  }

  .cart-list li {
    margin: 0 7px;
  }
}

header .menu-text .nav-link {
  min-width: fit-content;
}

/* ------------------footer------- */

footer {
  background-color: var(--primary-color);
  padding: 76px 48px;
  width: 100%;
  margin-top: 0;
}

.header-notice.footer-bottom hr {
  margin: 2px;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.footerdesc.fontX18 {
  padding-bottom: 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-section {
  margin: 0 60px;
}

.footer-section h3 {
  font-size: var(--tx21);
  text-transform: uppercase;
  font-weight: var(--fw700);
  padding-bottom: 30px;
}

.footer-section ul li {
  margin-bottom: 16px;
  cursor: pointer;
  font-size: var(--tx18);
}

.footer-section h3 {
  position: relative;
}

.footer-section h3::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 11px;
  left: 0;
  margin-bottom: 10px;
}

/* register */

.auth-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.auth-wrapper .form-wrapper {
    border-radius: 11px;
    margin: auto;
    width: 100%;
    max-width: 400px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 17px;
}

.auth-wrapper .form-wrapper label.col-sm-2.control-label{
  width: 100%;
}

.auth-wrapper .form-wrapper .form-group {
  margin: 20px 0;
}

.auth-wrapper .form-wrapper .form-group .col-sm-10{
  width: 100%;
}

.auth-wrapper .form-wrapper input ,.account-password-page input {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
  border: none;
  border-radius: 10px;
  padding: 0 12px;
  border: 1px solid #ccc;
    background: #e9e9e95c;
}
@media (max-width: 1400px) {
  .footer-section {
    margin: 23px 52px;
  }
}

@media (max-width: 1200px) {
  .footer-section {
    margin: 24px 30px;
  }
}

@media (max-width: 1024px) {
  .footer-section {
    margin: 21px 17px;
  }
}

@media (max-width: 992px) {
  footer {
    padding: 38px 4px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-section {
    margin: 19px 17px;
  }

  .footer-section h3 {
    padding-bottom: 0px;
  }

  .footer-section ul li {
    margin-bottom: 18px;
  }

  .footerdesc.fontX18 {
    padding: 10px 0;
  }

  .footerdesc.fontX18 {
    padding: 24px 0;
  }

  .footer-section h3::before {
    content: "";
    width: 80px;
    bottom: -14px;
  }

  .container.fullsm {
    max-width: 992px;
  }
}

@media (max-width: 767px) {
  .newsletter-detail .title span {
    padding-bottom: 14px;
    display: block;
  }

  .category-filter-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    left: -100%;
    padding: 0;
  }

  .category-filter-wrapper.active{
    left: 0;
  }

  .filter-wrapper{
    background: #ccc;
    height: 100vh;
  }

  .filter-button{
    display: flex;
  }

  .filter-button.mobile-close{
    position: absolute;
  }
  .filter-wrapper .filter-list {
    display: flex;
  }
  .filter-wrapper .filter-list .label {
    width: 40%;
    flex: 0 0 40%;
  }

  .filter-wrapper .filter-list.active .lists-wrapper {
    position: absolute;
    left: 40%;
    top: 0;
    width: 60%;
    height: 100%;
    background: 100%;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 50px;
  }


.filter-wrapper .filter-list .lists-wrapper .checkbox label  {
  font-size: 12px;
  padding-left: 10px;
}

}

@media (max-width: 576px) {
  .footer-section {
    margin: 15px 0px;
  }

  .footer-section h3 {
    padding-bottom: 13px;
  }

  .footer-section h3::before {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/* ---sticky-produc-section-- */ 

.sticky-product{
       position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        z-index: 8;
        background: #fff;
        box-shadow: 0 -4px 15px -3px rgb(0 0 0 / 20%);
        padding: 19px 46px;
        width: 100vw;
        height: 60px;
}

.add-section h3{
  font-weight: var(--fw700);
  margin: 0;
}

.add-section p {
  font-size: 12px;
  font-weight: var(--fw700);
}

.add-section h3 i {
  font-size: var(--tx21);
}


@media (max-width: 1400px) {
  .sticky-product {
      left: 50%; 
      transform: translateX(-50%); 
      overflow-y: hidden;
  }

  :root {
    --tx38:1.625rem;
  }

  .color .color-categorey {
    padding: 0 17px;
    margin: 5px 0;
    margin-right: 5px;
    height: 53px;
    font-size: 17px;
}
}

@media(max-width:992px){
  :root {
    --tx38:2rem;
  }
}

.quantity-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quantity-box input ,button{
  width: 40px;
  height: 31px;
  border: 1px solid ;
  display: flex;
  justify-content:  center;
  align-items: center;
  
}

.quantity-box button{
  font-size: 18px;
}


/* --------register---------------- */

.auth-wrapper  .form-wrapper h1{
  font-size: var(--tx21);
  text-transform: capitalize;
  font-weight: var(--fw700);
}

.form-group.required .form-control{
  border: 1px solid #ccc;
  background: #e9e9e95c;
}

.form-group.required .form-control:focus{
  box-shadow: unset;
  border-color: #ccc;
}

.auth-wrapper .form-wrapper label.col-sm-2.control-label , .container.account-login .form-wrapper .control-label   {
  padding-bottom: 6px;
  display: none;
}

.auth-wrapper .form-wrapper .pull-right, .checkout-cart-page .pull-right a  {
  width: 100%;
}

.auth-wrapper  .form-wrapper input[type="submit"] ,.container.account-login .auth-wrapper .form-wrapper input[type="submit"] ,.checkout-cart-page .pull-right a {
  width: 100%;
  background: var(--light-bg);
  border: 1px solid var(--light-bg);
  border-radius: 10px;
  font-size: 15px;
}

.auth-wrapper  .form-wrapper .text-danger {
  padding: 5px 0 0 10px;
}
 

.auth-wrapper  .form-wrapper .pull-right  button {
  border: none !important;
  /* border-radius: 40px;   */
  color: #fff;
  padding: 0 20px;
}

.auth-wrapper  .form-wrapper .btn:first-child:active{
  background-color: var(--light-bg); 
  /* border-radius: 40px; */
  color: #ccc;
    /* border-color:  */
}

.text-center.have-account{
  font-size: 12px;
  line-height: 3.4;
}

.text-center.have-account span{ 
  color: #000
}


/* ------Returning Customer---- */


.container.account-login .auth-wrapper .form-wrapper .form-group a {
  line-height: 2.3;
  padding-left: 10px;
  color: var(--primary-color);
  font-size: 13px;
  
} 


.container.account-login .auth-wrapper.login-height{
  height: 500px;
}


.common_checkout .collapse:not(.show){
  display: block;
}

.panel-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.panel-wrapper.active {
  max-height: 500px; /* Adjust this value based on your content */
  transition: max-height 0.3s ease-in;
}


.panel-wrapper .buttons.clearfix ,.panel-wrapper .buttons{
  display: none;
}

#button-confirm.btn-primary{
  display: block;
}

#collapse-checkout-confirm .buttons{
  display: block;
}

/* ----------addtocard----------------- */

.checkout-cart-page .breadcrumb {
  border: none; 
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.checkout-cart-page .border-left{
  border-right: 1px solid #ccc;
  height: 500px;
  padding: 0 10px;
}

.checkout-cart-page .main-border-heading{
  background: #ededed;
  height: 53px;
  background: #ededed;
}

.checkout-cart-page .main-border-heading td,
.checkout-cart-page .main-border-heading th {
    vertical-align: middle; /* Centers content vertically */
    padding: 10px 10px;
    font-size: 15px;
}

.checkout-cart-page .table,.checkout-cart-page .table tr, .checkout-cart-page .table td {
  border: none; /* Removes all borders */
  font-size: 15px;
  margin-top: 20px; 
  font-size: 12px;
}

 .breadcrumb > li:after{
  content: unset;
}

.checkout-cart-page .alert.alert-success.alert-dismissible{
    display: flex ;
    align-items: center;
    gap: 20px;
}



.checkout-cart-page .pull-right{
  float: unset;
}

.checkout-cart-page td.text-right{
text-align: right;
}

.checkout-cart-page .pull-right a {
  padding: 14px 0;
  color: #000;
  width: 100%;
  background: var(--primary-color);
  border: none;
  color: #fff;
}

.cart-product-name{
  font-size: 13px;
  color: #333;
}
.cart-total tr:last-child {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.checkout-cart-page .modules label.col-sm-12.control-label  {
  margin-bottom: 10px;
}

.checkout-cart-page .modules .panel-body{
  margin: 20px 0;
}

.checkout-cart-page .modules  .btn.btn-primary{
  background: var(--primary-color);
  color: #fff;
  border: none;
}


.shipping-wrapper-element{
  display: none;
}

.cart-actions-list button{
  background: none;
  border: navajowhite;
  padding: 0;
  text-align: start;
  width: auto;
  height: auto;
  margin-top: 15px;
  color: #989898;
  font-size: 13px;
}

.cart-actions-list button span{
  margin-left: 5px;
}

.cart-actions-list{
  display: flex;
}

.cart-actions-list .add-wishlist{

 margin-left: 20px;
}


.cart-error-icon i{
  font-size: 55px;
  width: 70px;
  height: 70px;
  border: 3px solid #9e9e9e;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  font-size: 30px;
  color: #9e9e9e;
}

.cart-error-icon {
  text-align: center;
}

.btn-primary{
  background: var(--primary-color);
  border: none;
}


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


/* ----acount------------- */

.account-account-page {
  padding: 30px 0;
}

.account-account-page .account-heading {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
}

.account-account-page .list-unstyled{
  margin: 20px 0;
}

.account-account-page .list-unstyled li{
  margin: 8px 0;
}
 
.account-account-page .list-unstyled li a{
  color: #333333c4;
}

.account-left{
  border-right: 1px solid #ccc;
}

/* ------Password-input------------ */


.account-edit-page input{
  padding: 15px 10px;
}

.account-password-page label ,.account-edit-page label{
  padding: 12px 0;
}
/* ------------------ */

/* .account-password-page .pull-left {
  background: var(--primary-color);
  border-radius: 5px;
}  */

.account-password-page .pull-left a ,.account-password-page input[type=submit] ,.account-edit-page input[type=submit] ,.account-edit-page .pull-left a {
  background: var(--primary-color);
  color: #000; 
  width: 150px;
  padding: 11px 0;
  font-size: 14px;
  border-radius: 5px;
}

.account-password-page .buttons.clearfix ,.account-edit-page .buttons.clearfix{ 
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
} 

.cart-icon-top{
	position: relative;
}


span#cart-total-toster {
    position: absolute;
    top: -6px;
    background: var(--primary-color);
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.add-to-cart-button button {
  background: unset;
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 0.125rem;
  border: 1px solid var(--primary-color);
  color: #000 !important;
}

.add-to-cart-button button a{
  width: 100%;
}

.input-group.header-search-wrapper{
  position: absolute;
  max-width: fit-content;
  right: 68px;
  top: calc(100% + -8px);
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}

.input-group.header-search-wrapper.active{
  display: block;
}


.input-group.header-search-wrapper input{
 
  background: transparent;
  max-width: 150px;
  border: none;
}

.input-group.header-search-wrapper button{
  background: transparent;
    border: none;
}


#search{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}


.wislist-card-wrapper {
  position: absolute;
  right: 0;
}



.wislist-card-wrapper button{
  border: none;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


li.wishlist-icon {
  position: relative;
}

span.wislist-count {
  position: absolute;
  top: -12px;
  right: -9px;
  background: var(--primary-color);
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.mobile-slide-pdp{
  display: flex;
    align-items: center;
    overflow: auto;
}


.category-page .pagination{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.category-page .pagination li{
  margin: 0 10px;
}

.breadcrumb-list, .breadcrumb {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 130px;}

div#product-product .common-slider-title{
  text-align: center;
}

.product-card-list:hover img.product-img.primary-image {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}

.product-card-list:hover img.product-img.swap-image {
  opacity: 1;
  visibility: visible;
}

.product-card-list .swap-image {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    transition: 0.5s ease;
}