*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.k_text_dark{
  text-decoration: none;
  color: black !important;
}

/* For Atkinson Hyperlegible */
.atkinson-text {
  font-family: "Atkinson Hyperlegible", sans-serif;
}

body {
  background-color: #fdfdfd;
}

.k-space-y {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* banner slider css start */

.k-banner-discount {
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
}

.k-banner {
  /* background-image: url("../image/banner-1.png"); */
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.k-banner-image {
  width: 100%;
  height: 100%;
}

.k-banner-discount strong {
  color: #e63946;
}
.k-banner-discount span {
  color: #141414;
}

.k-banner-content {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.k-banner-content h3 {
  font-size: 34px;
  font-weight: 900;
  margin: 1rem 0;
  line-height: 44px;
  letter-spacing: 0.48px;
}

.k-banner-content p {
  font-weight: 400;
  color: #141414;
  margin-bottom: 1.5rem;
  font-size: 13px;
  line-height: 26.25px;
  letter-spacing: 0.48px;
}

.k-banner-btn {
  background: #222;
  color: #fff !important;
  border: none;
  padding: 12px 48px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.k-banner-2 {
  /* background-image: url("../image/banner-2.png"); */
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.k-banner-discount-2 {
  font-weight: 500;
  color: #f53e32;
  letter-spacing: 1px;
  line-height: 24px;
}

.k-banner-3 {
  /* background-image: url("../image/banner-3.png"); */
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #222;
  transform: rotate(45deg);
}

.review-star:hover{
   color: #FFD700;
}



@media (min-width: 1024px) and (max-width: 1440px) {
  .k-banner,
  .k-banner-2,
  .k-banner-3 {
    height: 70vh;
  }
  .k-banner-content h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 1rem 0;
    line-height: 35px;
    letter-spacing: 0.48px;
  }
  .k-banner-content p {
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 11px;
    line-height: 20.25px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 768px) {
  .k-banner-btn {
    padding: 12px 48px;
  }
  
}

@media (min-width: 30px) and (max-width: 1024px) {
  .k-banner-content h3,
  .k-banner-content p,
  .k-banner-discount strong,
  .k-banner-discount-2 {
    color: #ffffffd7;
  }
  .k-banner .row,
  .k-banner-2 .row,
  .k-banner-3 .row {
    position: relative;
    z-index: 2;
  }
  .k-banner::before,
  .k-banner-2::before,
  .k-banner-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .k-banner-content h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 1rem 0;
    line-height: 35px;
    letter-spacing: 0.48px;
  }
  .k-banner-content p {
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 11px;
    line-height: 20.25px;
    letter-spacing: 0.48px;
  }

  .k-banner-2 {
    /* background-image: url("../image/banner-2-responsive.png"); */
    background-size: cover;
    background-position: center;
  }

  .k-banner-discount-2 {
    color: #dd918c;
  }

  .k-banner-3 {
    /* background-image: url("../image/banner-3-responsive.png"); */
  }

  .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
  }
}

@media (min-width: 30px) and (max-width: 475px) {
  .k-banner,
  .k-banner-2,
  .k-banner-3 {
    height: 60vh;
    justify-content: center;
  }
  .k-banner-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .k-banner-content p {
    font-size: 10px;
    line-height: 18px;
  }
  .k-banner-btn {
    padding: 5px 22px;
    font-size: 12px;
  }
}

/* banner slider css end */

/* category slider css start */

.cat-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.cat-content-1 {
  color: #fff;
  width: 50%;
  font-size: 16px;
  text-align: center;
}

.k-category-slider.owl-nav {
  display: block !important;
}

/* Custom navigation arrows for category slider */
.category-slider .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* allow clicks only on buttons */
}

.category-slider .owl-nav button.owl-prev,
.category-slider .owl-nav button.owl-next {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #222;
  position: relative;
  pointer-events: auto; /* enable click */
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}

.category-slider .owl-nav button.owl-prev {
  left: -25px;
}

.category-slider .owl-nav button.owl-next {
  right: -25px;
}

.category-slider .owl-nav button.owl-prev:hover,
.category-slider .owl-nav button.owl-next:hover {
  background: #222;
  color: #fff;
}

.category-slider .owl-nav button span {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 30px) and (max-width: 425px) {
  .category-slider .owl-nav button.owl-prev,
  .category-slider .owl-nav button.owl-next {
    display: none !important;
  }
}

/* category slider css end */

/* most popular css start */

.k-view-all {
  color: #14141499;
}

.k-view-all i {
  font-size: 15px;
}

.k-mp-price-2 {
  color: #14141499;
}

.k-mp-discount {
  color: #0c6c44;
}

.k-mp-rating {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  padding: 1px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
}

@media (min-width: 30px) and (max-width: 375px) {
  .k-mp-header h2 {
    font-size: 18px;
  }

  .k-view-all {
    font-size: 12px !important;
  }

  .k-view-all i {
    font-size: 12px !important;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  .k-mp-header h2 {
    font-size: 20px;
  }
}

/* most popular css end */

/* Exclusive css start */

.k-ex-img {
  background-image: url("../image/Exclusive.png");
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.k-exclusive {
  color: #cc071e;
}

.k-confidence {
  color: #f39c12;
}

.k-ex-small-content {
  letter-spacing: 1px;
}

.k-ex-content h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.48px;
}

.k-ex-content p {
  font-weight: 400;
  color: #141414;
  margin-bottom: 1.5rem;
  font-size: 13px;
  line-height: 26.25px;
  letter-spacing: 0.48px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .k-ex-img {
    height: 50vh;
  }
  .k-ex-content h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .k-ex-content p {
    font-size: 11px;
    line-height: 20.25px;
  }
}

@media (min-width: 30px) and (max-width: 768px) {
  .k-ex-content h2,
  .k-ex-content p,
  .k-exclusive,
  .k-confidence {
    color: #ffffffd7;
  }
  .k-ex-img {
    background-image: url("../image/ex-responsive.png");
    height: 40vh;
  }

  .k-ex-img .row {
    position: relative;
    z-index: 2;
  }
  .k-ex-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .k-ex-content h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .k-ex-content p {
    font-size: 11px;
    line-height: 20.25px;
  }

  .k-banner-btn {
    padding: 5px 24px;
  }
}

@media (min-width: 30px) and (max-width: 475px) {
  .k-ex-content h2,
  .k-ex-content p,
  .k-exclusive,
  .k-confidence {
    color: #ffffffd7;
  }
  .k-ex-img {
    height: 40vh;
    justify-content: center;
  }
  .k-ex-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .k-ex-content p {
    font-size: 10px;
    line-height: 16px;
  }
}

/* Exclusive css end */

/* New Arrival css start */

/* Ensure the BESTSELLER badge is always above the images */
.k-na-best-seller {
   position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 14px;
  border-radius: 4px;
  background-color: #141414;
  color: #fff;
}

.k-na-best-seller span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* New Arrival css end */

/* Exclusive New Arrival css start */

.k-ex--na-img {
  background-image: url("../image/exclusive-na.png");
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.k-ex--na-img .k-ex-content h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.48px;
}

.k-ex--na-img .k-ex-content p {
  font-weight: 400;
  color: #141414;
  margin-bottom: 1.5rem;
  font-size: 13px;
  line-height: 26.25px;
  letter-spacing: 0.48px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .k-ex--na-img {
    height: 50vh;
  }
  .k-ex--na-img .k-ex-content h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .k-ex--na-img .k-ex-content p {
    font-size: 11px;
    line-height: 20.25px;
  }
}

@media (min-width: 30px) and (max-width: 768px) {
  .k-ex--na-img .k-ex-content h2,
  .k-ex--na-img .k-ex-content p,
  .k-ex--na-img .k-exclusive {
    color: #ffffffd7;
  }
  .k-ex--na-img {
    background-image: url("../image/ex-na-responsive.png"); /* Use a mobile-optimized image if available */
    height: 40vh;
  }
  .k-ex--na-img .row {
    position: relative;
    z-index: 2;
  }
  .k-ex--na-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .k-ex--na-img .k-ex-content h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .k-ex--na-img .k-ex-content p {
    font-size: 11px;
    line-height: 20.25px;
  }
  .k-banner-btn {
    padding: 12px 24px;
  }
}

@media (min-width: 30px) and (max-width: 475px) {
  .k-ex--na-img .k-ex-content h2,
  .k-ex--na-img .k-ex-content p,
  .k-ex--na-img .k-exclusive {
    color: #ffffffd7;
  }
  .k-ex--na-img {
    height: 40vh;
    justify-content: center;
  }
  .k-ex--na-img .k-ex-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .k-ex--na-img .k-ex-content p {
    font-size: 10px;
    line-height: 16px;
  }
}
/* Exclusive New Arrival css end */

.k-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
}

.k-footer-logo {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
}

.k-footer-text {
  color: #FFFFFF99;
  font-size: 0.9rem;
  max-width: 350px;
}

.k-footer-heading {
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.k-footer-link {
  color: #FFFFFF99;
  text-decoration: none;
  line-height: 2.2;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.k-footer-link:hover {
  color: #ffffff;
}

.k-social-icon {
  background-color: #ffffff;
  color: #1a1a1a;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 15px;
}


.k-footer-divider {
  border: 1px solid #ffffff33;
  margin-top: 40px;
  margin-bottom: 20px;
}

.k-copyright {
  color: #a0a0a0;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .k-footer-heading {
    margin-top: 20px;
  }
}


/* product view model css start */

#k-productview .modal-dialog {
  max-width: 900px;
  /* margin: 1.75rem auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
#k-productview .modal-content {
  border: none;
  border-radius: 2px;
  background-color: transparent;
}
#k-productview .modal-header {
  border-bottom: none;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1056;
}
#k-productview .btn-close {
  background-color: white;
  border-radius: 50%;
  padding: 0.5em;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
}
.modal-backdrop.show {
  opacity: 0.4;
}

.k-product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
.k-product-thumbnails img {
  cursor: pointer;
  border: 2px solid #E5E5E5;
  padding: 5px;
}
.k-product-thumbnails img:hover {
  border-color: #999;
}
.k-product-thumbnails img.active {
  border-color: #0d6efd;
}
.k-main-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.k-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.k-nav-btn:hover {
  background: rgba(0,0,0,0.7);
}
.k-prev-btn {
  left: 80px;
}
.k-next-btn {
  right: 80px;
}
.k-main-product-image img{
  max-width: 100%;
  max-height: 75vh;
}

.product-details {
  padding: 30px;
}

.color-swatch-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.color-swatch {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.size-buttons .btn {
  margin-right: 10px;
  border-radius: 0;
  width: 50px;
}

/* product view model css end */

/* Size Chart Modal css start */
#sizeChartModal .modal-content,
#sizeChartModalWomen .modal-content {
  border-radius: 5px;
}

#sizeChartModal .modal-header,
#sizeChartModalWomen .modal-header {
  border-bottom: 0;
}

.size-chart-table {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding-left: 1rem !important;
}

.size-chart-table th, .size-chart-table td {
  padding: 0.5rem;
  vertical-align: middle;
}

.size-chart-table thead th {
  font-weight: bold;
  color: #333;
}

.unit-header {
  background-color: #1414141A !important;
  border-radius: 5px;
  text-align: left !important;
  padding-left: 1rem !important;
}

.size-chart-table tbody tr:first-child td {
  padding-top: 1rem;
}

.size-chart-table td:first-child {
  text-align: left;
  font-weight: 500;
}

@media (max-width: 767px) {
  #sizeChartModal .modal-body,
  #sizeChartModalWomen .modal-body {
    padding: 1rem;
  }
  .size-chart-table {
    font-size: 0.8rem;
  }
  .size-chart-table th, .size-chart-table td {
    padding: 0.3rem;
  }
  #sizeChartModal h2,
  #sizeChartModalWomen h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

/* Size Chart Modal css end */

/* Bag page styles */

/* .k-bag-page {
    font-family: 'Poppins', sans-serif;
} */

.k-my-bag-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.k-bag-item.card{
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.k-price-summary-card.card  {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.k-price-summary-card .card-body {
  padding: 0;
}

.k-bag-item .card-body {
    padding: 1rem;
}

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

.k-bag-item .card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.k-bag-item .form-select-sm {
    width: auto;
    display: inline-block;
    border: none;
}

.k-quantity-selector .btn {
    width: 30px;
}

.k-quantity-selector .form-control {
    width: 40px;
    text-align: center;
    border: none;
    border-radius: 0;
}


.k-btn-delete {
    background: none;
    border: none;
}

.k-btn-delete .fa-trash-alt {
    color: #dc3545;
    font-size: 1.2rem;
}

.k-address-section, .k-coupon-section {
  box-shadow: -4px 4px 14px 0px #00000014;
    border-radius: 8px;
}

.k-price-summary-card .list-group-item {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.k-price-summary-card .btn-dark {
    background-color: #212529;
    border-color: #212529;
    padding: 0.75rem;
}

.text-primary {
    color: #0d6efd !important;
}

.k-bag-image-height {
  height: 200px;
  width: 100%;
  border-radius: 12px 0 0 12px;
  background-color: #ffffff;
  box-sizing: border-box;
}

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

/* Address Modal Styles */
.k-address-modal .modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.k-address-modal .modal-title {
    font-weight: 600;
}

.k-address-modal .modal-body {
    padding: 1.5rem;
}

.k-address-modal .form-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
} 

.k-address-modal .form-control, .k-address-modal .input-group .btn {
    background-color: #1414140F;
    border: none;
    padding: 0.75rem 1rem;
}

.k-address-modal .modal-footer {
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.k-address-modal .modal-footer .btn-dark {
    padding: 0.75rem;
    font-weight: 600;
}

.k-address-modal .form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.k-address-badge {
    background-color: #F3F9FB;
    color: #212529;
    border: 0.89px solid #1414141A;
    padding: 0.35em 0.65em;
    font-weight: 500;
}

.k-price-summary-title {
    font-weight: 500;
    font-size: 1.2rem;
}

.k-subtotal-item {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem !important;
    margin-top: 1rem;
}

.k-price {
  box-shadow: -4px 4px 14px 0px #00000014;
padding: 15px;
border-radius: 6px;
}

.k-proceed-to-pay {
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
}

/* Coupon Modal Styles */
.k-coupon-modal .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}

.k-coupon-modal .modal-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #212529;
}

.k-coupon-modal .modal-body {
  padding: 1.5rem;
}

.k-coupon-input-group {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 0.25rem;
  display: flex;
  align-items: center;
}

.k-coupon-input-group .input-group-text {
  background: transparent;
  border: none;
  color: #6c757d;
  padding: 0.5rem 0.75rem;
}

.k-coupon-input-group .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
}

.k-coupon-input-group .form-control:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.k-coupon-input-group .btn {
  text-decoration: none;
  font-weight: 600;
  border: none;
  background: transparent;
  color: #0d6efd;
  padding: 0.5rem 0.75rem;
}

.k-coupon-input-group .btn:hover {
  background: transparent;
  color: #0a58ca;
}

.k-special-offers-title {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #212529;
}

.k-coupon-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.k-coupon-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
}

.k-coupon-item .form-check-input {
  margin-top: 0.3rem;
  border-color: #adb5bd;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.k-coupon-item .form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.k-coupon-item .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

.k-coupon-item .form-check-label {
  line-height: 1.4;
  cursor: pointer;
  flex-grow: 1;
}

.k-coupon-code {
  font-weight: 700;
  color: #212529;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.k-coupon-description {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.k-coupon-savings {
  color: #198754;
  font-weight: 700;
  font-size: 0.875rem;
}

.btn-close {
  padding: 0.5rem;
  margin: 0;
}

#staticBackdrop1 .modal-content {
  border: none;
  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.demo-btn {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
}

/* Select Address Modal Styles */
  .k-select-address-modal .modal-header {
      border-bottom: 1px solid #dee2e6;
      padding: 1rem 1.5rem;
  }

  .k-select-address-modal .modal-title {
      font-weight: 600;
  }

  .k-select-address-modal .modal-body {
      padding: 1.5rem;
  }

  .k-saved-address-title {
      font-weight: 600;
      margin-bottom: 0;
  }

  .k-address-list-item {
      padding: 1.5rem 0;
      border-bottom: 1px solid #dee2e6;
  }

  .k-address-list-item:first-of-type {
      padding-top: 0;
  }

  .k-address-list-item:last-of-type {
      border-bottom: none;
      padding-bottom: 0;
  }

  .k-address-list-item .form-check {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding-left: 0;
  }

  .k-address-list-item .form-check-input {
      margin-top: 0.3rem;
  }

  .k-address-list-item .form-check-label {
      width: 100%;
      cursor: pointer;
  }

  .k-select-address-modal .modal-footer {
      border-top: none;
      padding: 1.5rem;
  }

  .k-select-address-modal .modal-footer .btn-dark {
      padding: 0.75rem;
      font-weight: 600;
  }

/* Responsive nav button position and size */
.k-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.k-nav-btn:hover {
  background: rgba(0,0,0,0.7);
}

.k-prev-btn {
  left: 80px;
}

.k-next-btn {
  right: 80px;
}

.k-main-product-image img {
  max-width: 100%;
  max-height: 75vh;
  display: block;
  margin: 0 auto;
}

/* Responsive adjustments for tablets and below */
@media (max-width: 991.98px) {
  .k-prev-btn {
    left: 20px;
  }
  .k-next-btn {
    right: 20px;
  }
}

/* Responsive adjustments for mobile */
@media (max-width: 575.98px) {
  .k-nav-btn {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }
  .k-prev-btn {
    left: 8px;
  }
  .k-next-btn {
    right: 8px;
  }
  .k-main-product-image img {
    max-height: 50vh;
  }
}

/* Order Confirmed! css  */

/* Order Confirmed Page Custom Styles */
.k-order-confirmed-body {
    background: #fafbfc;
    min-height: 100vh;
}
.k-order-confirmed-container {
    max-width: 950px;
    margin: auto;
}
.k-order-confirmed-icon {
    width: 56px;
    height: 56px;
}
.k-order-confirmed-title {
    font-size: 1.5rem;
    color: #222;
}
.k-order-confirmed-thankyou {
    color: #666;
    font-size: 1rem;
}
.k-order-id {
    color: #222;
    font-size: 1rem;
}
.k-order-id-value {
    color: #222;
    font-weight: 600;
}
.k-order-details-card {
    border: none;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04);
    border-radius: 12px;
}
.k-shipping-details, .k-payment-details, .k-shipping-method-details {
    font-size: 0.97rem;
    color: #444;
}
.k-label {
    color: #888;
    font-size: 0.93rem;
    font-weight: 500;
}
.k-download-invoice {
    font-size: 0.95rem;
    color: #007bff;
    text-decoration: underline;
}
.k-download-invoice:hover {
    color: #0056b3;
}
.k-expected-delivery {
    color: #222;
    font-size: 1.05rem;
}
.k-product-card {
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.04);
    border-radius: 10px;
}
.k-product-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    background: #f3f3f3;
}
.k-product-title {
    font-size: 1rem;
    color: #222;
}
.k-product-details {
    color: #666;
}
.k-product-price {
    color: #222;
    font-size: 1rem;
}
.k-price-summary-card {
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.04);
    border-radius: 10px;
    font-size: 0.98rem;
}
.k-summary-mrp, .k-summary-subtotal {
    color: #222;
}
.k-summary-discount {
    font-weight: 500;
}
.k-summary-delivery {
    font-weight: 500;
}
.k-continue-shopping {
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .k-order-confirmed-container {
        padding: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .k-order-details-card, .k-product-card, .k-price-summary-card {
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.06);
    }
    .k-order-confirmed-title {
        font-size: 1.2rem;
    }
    .k-product-img {
        width: 48px;
        height: 48px;
    }
    .k-order-confirmed-container {
        padding: 0 2px;
    }
} 

.k-bag-image-height-order {
  height: 160px;
  width: 100%;
  border-radius: 12px 0 0 12px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.k-shipping-details-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-top: 20px;
}
.k-shipping-details-box h5 {
    font-size: 20px;
}
.k-shipping-details-box .fw-bold {
    font-weight: 600 !important;
}
.k-shipping-details-box .k-download-invoice {
    font-size: 15px;
    color: #1976d2;
    text-decoration: underline;
}
.k-shipping-details-box hr {
    border-top: 1px solid #e0e0e0;
}
.k-shipping-details-box .row > div {
    font-size: 16px;
}

@media (max-width: 576px) {
  .k-price-info {
    margin-top: 0.5rem !important;
    text-align: left !important;
    width: 100% !important;
  }
  .k-bag-item .form-select,
  .k-bag-item .form-control {
    min-width: 44px;
    font-size: 1rem;
  }
}

.mp-box-img {
    position: relative;
}

.mp-box-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.k-mp-box:hover .mp-box-img .hover-img {
    opacity: 1;
}

.k-mp-box:hover .mp-box-img .main-img {
    opacity: 0;
}

/* Keep hover image below the rating */
.mp-box-img .hover-img {
    z-index: 1;
}

@media (max-width: 599px) {
  .category-slider .owl-nav {
    display: none !important;
  }
}

.k-mp-price{
  font-size: 14px;
  font-weight: 600;
}