/* promary color
Dark red #a02226 */

/* secondary color
  light red - #f04616
*/

/* supporting color

  Dark Black - #0d0d0d
*/

/* ========== 1. General Styles ========== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --primary: #a02226;
  --accent: #f46c3f;
  --dark: #1c1c1c;
  --light: #f4f4f4;
  --white: #ffffff;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--light);
  color: var(--dark);
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

section {
  padding: 38px 0;
}

/* ========== 2. Top Header ========== */

.wi-top-header {
  font-size: 0.95rem;
  background-color: var(--light);
  padding: 10px;
  text-decoration: none;
}

.wi-top-header a {
  color: var(--dark);
  text-decoration: none;
}

.wi-top-header .wi-contact-link i {
  color: #00c853;
}

/* header top nav */
.wi-top-menu li {
  position: relative;
}

.wi-top-menu .dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: middle;
}

.wi-top-menu .dropdown-menu {
  min-width: auto;
  padding: 0.5rem;
  font-size: 0.9rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

/* ========== 3. Header ========== */
.wi-header {
  background-color: #f8f9fa;
}

.wi-logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.wi-nav .nav-link {
  color: #000;
  margin-left: 15px;
}

.wi-nav .nav-link:hover {
  color: #007bff;
}

.wi-header-icons i {
  transition: color 0.3s ease;
}

.wi-header-icons i:hover {
  color: #00c853;
}

.wi-header-icons .badge {
  font-size: 0.65rem;
}


/* menu */

.wi-nav-menu .dropdown-menu {
  background-color: #f5f5f5;
  min-width: 200px;
  padding: 10px 0;
  border: none;
}

.wi-nav-menu .dropdown-menu a {
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  display: block;
}

.wi-nav-menu .dropdown-menu a:hover {
  background-color: #eee;
  color: var(--primary) !important;
}

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

.nav-link {
  text-transform: uppercase;
}

/* Hover to Show Dropdown */
.wi-nav-menu .menu-item.dropdown:hover .dropdown-menu {
  display: flex;
}

.navbar-brand {
  padding-left: 50px;
}

.navbar-icons {
  padding-right: 50px;
}

.custom-navbar {
  z-index: 1050;
  position: relative;
}

.wi-nav-menu .nav-link .bi-heart:hover {
  color: var(--primary);
}

.wi-nav-menu .nav-link .bi-cart:hover {
  color: var(--primary);
}


/* ========== 4. Hero Section / Carousel ========== */
.wi-hero-carousel {
  position: relative;
  z-index: 1;
}

.wi-carousel-img {
  height: 100vh;
  object-fit: cover;
}

.carousel-item {
  position: relative;
}

.wi-custom-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  max-width: 600px;
  z-index: 2;
}

.wi-hero-title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.wi-hero-subtitle {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #ddd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.wi-btn-primary {
  background-color: var(--primary);
  color: var(--white);
  padding: 12px 28px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.wi-btn-primary:hover {
  background-color: var(--accent);
  color: #fff;
}

.wi-carousel-indicators {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 10;
}

.wi-carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}

.wi-carousel-indicators button.active,
.wi-carousel-indicators button:hover {
  background-color: #fff;
}


/* Optional Background Hero (if used) */
.wi-hero {
  background-image: url('images/hero-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========== 5. Section Titles ========== */
.wi-section-title {
  margin-bottom: 24px;
}

.wi-section-title h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .4px;
}

/* Image hover effect */
.wi-category-img-box {
  transition: transform 0.35s ease;
}

.wi-category-item:hover .wi-category-img-box {
  transform: translateY(-14px);
}

/* ========== 6. Category Boxes ========== */
.wi-product-wrapper {
  background-color: #f9f9f9;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.wi-product-wrapper p {
  margin-bottom: 0;
}

.wi-product-wrapper a:hover h6,
.wi-product-wrapper a:hover p {
  color: #007bff !important;
}

.wi-product-wrapper:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.wi-product-wrapper-img {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  position: relative;
  height: 100%;
}

.wi-product-wrapper-img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

.wi-meta-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
  padding: 8px;
}

.wi-cart-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.wi-product-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #8b8b8b;
  margin-bottom: 0.25rem;
}

.wi-product-caption {
  font-size: 0.90rem;
  font-weight: 500;
  color: #000000 !important;
  letter-spacing: 1.2px;
  line-height: 16.5px;
}

.wi-product-price .woocs_price_code del {
  font-size: 1rem;
  color: #a02226;
  font-weight: 500;
  opacity: .5;
}

.wi-product-price .woocs_price_code ins {
  font-size: 1rem;
  color: #a02226;
  font-weight: 500;
}

.wi-product-price .woocs_price_code bdi {
  font-size: 1rem;
  color: #a02226;
  font-weight: 500;
}

.wi-product-wrapper:hover .wi-cart-box {
  opacity: 1;
  visibility: visible;
}

.wi-cart-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 80%;
}

.wi-wishlist i,
.wi-cart i {
  color: var(--primary);
  font-size: 18px;
  cursor: pointer;
}

.wi-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

.wi-add-to-cart a {
  color: #000000;
  width: 90%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 2px 5px;
  border: 1px solid #000000;
  border-radius: 6px;
  transition-duration: 1s;
}

.wi-add-to-cart a:hover {
  background-color: #a02226;
  color: #ffffff;
  border: 1px solid transparent;
}

.wi-products-slider {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: -20px;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 99;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev {
  right: 55px;
  left: auto;
}

.slick-next {
  right: 20px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #000000;
  font-weight: 900;
}

.slick-prev:before {
  content: '<';
  background-color: #dcdbdb;
  padding: 4px 8px 4px 8px;
}

.slick-next:before {
  content: '>';
  background-color: #dcdbdb;
  padding: 4px 8px 4px 8px;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  border-color: #a02226;
}

/* Testimonial start */
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.5;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #007bff;
}


/* offer */
.wi-offer-image {
  position: relative;
}

.wi-offer-cta {
  position: absolute;
  bottom: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wi-offer-cta a {
  position: relative;
  text-transform: uppercase;
  border: 1px solid #a02226;
  transition-duration: 1s;
  z-index: 1;
  padding: 10px 35px;
  font-weight: 500;
}

.wi-offer-cta a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #a02226;
  width: 0%;
  height: 100%;
  transition-duration: 1s;
  z-index: -1;
}

.wi-offer-inner-btn {
  border-radius: 0;
}

.wi-offer-image:hover a::before {
  display: block;
  width: 100%;
}

.wi-offer-image:hover a {
  color: white;
}




/* ----------------------------------- */

.wi-cat-box [class*="col-"] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.wi-cat-box figure {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1;
  margin: 0;
}

.wi-cat-box figure span {
  position: relative;
}

.wi-cat-box figure span img {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
}

.wi-cat-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}

.wi-cat-block-title {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -.01em;
  margin-top: 1rem;
  margin-bottom: 0;
}

.wi-icon-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* transition-duration: 1s; */
}

.wi-icon-box-wrapper:hover .wi-icon {
  color: #0d0d0d;
}

.wi-icon-box-wrapper .wi-caption h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.wi-icon-box-wrapper:hover .wi-caption h2 {
  color: #a02226;
}

.wi-icon-box-wrapper .wi-caption p {
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.wi-icon-box-wrapper .wi-icon {
  font-size: 50px;
  color: #a02226;
}

.wi-icon-box-wrapper .wi-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/* Slick Slider */

.slick-dots {
  margin: -20px 0;
}

/* Dot spacing: fixed width per li */
.slick-dots li {
  width: 30px;
  /* Matches capsule width */
  margin: 0 4px;
  /* Optional fine-tuning */
}

/* All dots */
.slick-dots li button:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background-color: #ed6d71;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot as capsule */
.slick-dots li.slick-active button:before {
  width: 40px;
  height: 12px;
  border-radius: 20px;
  background-color: #a02226;
}

.slick-dots li.slick-active {
  margin-right: 20px;
}

/* Newsletter start */
.wi-newsletter {
  border-bottom: 2px solid #727272;
}


/* Footer css start */

.wi-footer {
  color: white;
  border-bottom: 2px solid #727272;
}

.wi-footer-box {
  margin-bottom: 5px;
}

.wi-footer ul {
  padding-left: 0;
}

.wi-footer li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 5px;
}

.wi-footer li a {
  font-size: 14px;
  color: #727272;
}

.wi-footer .wi-ft-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.wi-footer .wi-ft-left .wi-ft-description p {
  font-size: 14px;
  color: #727272;
  letter-spacing: 2px;
}

.wi-ft-contact-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wi-ft-contact-details .wi-ft-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 14px;
}

.wi-ft-contact-details .wi-ft-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.wi-ft-social-icons .wi-facebook {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  margin: 5px;
}

.wi-ft-social-icons .wi-facebook:hover {
  background-color: #0149a0;
}

.wi-ft-social-icons .wi-instagram {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  margin: 5px;
}

.wi-ft-social-icons .wi-instagram:hover {
  background: linear-gradient(to right, #e8e874, #c14170, #8a284c);
}

.wi-ft-social-icons .wi-linkedin {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  margin: 5px;
}

.wi-ft-social-icons .wi-linkedin:hover {
  background-color: #0051b5;
}

.wi-ft-social-icons .wi-threads {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  margin: 5px;
}

.wi-ft-social-icons .wi-threads:hover {
  background-color: #000000;
}

.wi-ft-contact-details .wi-ft-social-icons p {
  margin-bottom: 0;
  color: #727272;
  font-size: 14px;
  text-align: right;
}

.wi-nav-menu-flex {
  align-items: flex-start !important;
}

/* Single Product Page CSS start */

.wi-single-product-right .fw-semibold del {
  color: red;
}

.wi-single-product-right .fw-semibold ins {
  text-decoration: none;
}

#imageZoom {
  width: 500px;
  height: 500px;
  position: relative;
  transition: 1s;
  border: 0.2px solid #a02226;
}

#imageZoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

#imageZoom::after {
  display: var(--display);
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: var(--url);
  background-size: 200%;
  background-position: var(--zoom-x) var(--zoom-y);
  position: absolute;
  left: 0;
  top: 0;
}

/* Customize Add to Cart Form */
.wi-custom-add-to-cart .cart {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.woocommerce div.product form.cart .button {
  background-color: #00bf63;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  transition: all 0.3s;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #008e4e;
}

.wi_sp_s_des h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

.active-thumb {
  border: 2px solid #28a745;
  box-shadow: 0 0 5px #28a745;
}

form.cart .quantity input.qty {
  max-width: 100px;
}

/* Star Rating */
.star-rating-input span:hover,
.star-rating-input span:hover~span {
  color: #f5a623;
}

.comment-form-rating label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.comment-form-rating label,
.comment-form-rating .stars span {
  display: none;
  margin-bottom: 5px;
}

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

.comment_container p {
  margin-bottom: 0;
}

ol.commentlist li img.avatar {
  width: auto !important;
  padding: 0 !important;
  border: none;
}

.woocommerce-review__stars {
  color: #f39c12;
  /* Gold */
  margin-bottom: 5px;
  font-size: 1.2rem;
}

ol.commentlist {
  list-style: none !important;
  line-height: 1.7em !important;
  padding: 0 !important;
}

.woocommerce-review__stars {
  color: #f39c12;
  /* Star color */
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.comment-content {
  font-size: 0.95rem;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

.woocommerce-review__dash,
.woocommerce-review__published-date,
.woocommerce-review__ratings .meta {
  display: none;
}

.comment-text .star-rating {
  display: inline-block;
  margin-bottom: 5px;
}

/* Container with base stars in light gray */
.star-rating {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  color: #ddd;
  font-family: Arial, sans-serif;
}

/* 5 unfilled stars */
.star-rating::before {
  content: "★★★★★";
  letter-spacing: 0.1em;
}

/* Filled portion overlaying the unfilled stars */
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f39c12;
  /* Gold color */
  width: 0%;
  /* This will be set inline by WooCommerce */
}

.star-rating span::before {
  content: "★★★★★";
  letter-spacing: 0.1em;
}

/* Review Form Wrapper */
#review_form_wrapper {
  margin-top: 2rem;
}

/* Form container */
#respond {
  width: 100%;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 10px;
}

/* Label and Input Styling */
.comment-form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form select {
  width: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  resize: vertical;
  max-width: 100%;
}

/* Star Rating Section */
.comment-form-rating .stars {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1rem;
}

.star-rating-input {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0.5rem;
}

.star-rating-input span {
  font-size: 24px;
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s ease;
}

.star-rating-input span:hover,
.star-rating-input span:hover~span {
  color: #f5a623;
}

/* Submit Button */
.form-submit input[type="submit"] {
  background-color: #28a745;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.form-submit input[type="submit"]:hover {
  background-color: #218838;
}


/* Optional: visually hide accessibility labels without affecting screen readers */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
}

/* Related Products */
.wi-related-products ul.products {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.wi-related-products li.product {
  list-style-type: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: .5rem!important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 300px;
  min-width: 106px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 0px;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.wi-related-products li.product:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Product Image */
.wi-related-products li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Product Title */
.wi-related-products h2.woocommerce-loop-product__title {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 10px 0 5px;
}

/* Price */
.wi-related-products .woocs_price_code {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.wi-related-products .woocs_price_code del {
  font-size: 1rem;
  color: #cf3116;
  font-weight: 500;
  opacity: .5;
}

.wi-related-products .woocs_price_code ins {
  font-size: 1rem;
  color: #22a02c;
  font-weight: 500;
}

/* When product is not on sale — no <del> tag present */
.wi-related-products .price:not(:has(del)) {
  color: #22a02c;
  font-weight: 600;
}

/* Optional: refine currency spacing */
.wi-related-products .price del .woocommerce-Price-currencySymbol,
.wi-related-products .price ins .woocommerce-Price-currencySymbol,
.wi-related-products .price .woocommerce-Price-currencySymbol {
  margin-right: 2px;
}


/* Sale Badge */
.onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #a02226;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50px;
  z-index: 2;
}

/* Add to Cart Button */
.wi-related-products a.button {
  color: #000000;
  width: 90%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 2px 5px; 
  margin-top: 5px;
  border-radius: 6px;
  transition-duration: 1s;
  border: 1px solid #000000;
}

.wi-related-products a.button:hover {
  background: #a02226;
  color: #ffffff;
  border: 1px solid transparent;
}

/* Cart PAge start */

.wi-cartPageSection .woocommerce-cart-form table.shop_table {
  background-color: transparent !important;
}

.wi-cartPageSection .woocommerce-cart-form table.shop_table th,
.wi-cartPageSection .woocommerce-cart-form table.shop_table td {
  background-color: transparent !important;
}

.wi-cartPageSection .woocommerce-cart-form table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
}

.woocommerce a.remove {
  color: #ffffff !important;
  background: #8b0000;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s;
}

.woocommerce a.remove:hover {
  color: #8b0000 !important;
  background: transparent;
  border: 1px solid #8b0000;
}

.woocommerce-cart-form .form-control[type="number"] {
  width: 80px;
  text-align: center;
  padding: 6px 10px;
  margin: 0 auto;
}

.entry-header {
  background-image: url('hero-slide1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-message {
  display: inline-flex;
  /* shrink to content size */
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto;
  /* center horizontally */
  padding: 0.75rem 3.25rem;
  background-color: transparent;
  color: #3c763d;
  border-radius: 4px;
  position: relative;
  border: none !important;
  box-shadow: none !important;
}

.woocommerce-message::before {
  content: "\e015";
  font-family: WooCommerce;
  margin-right: 1.5em;
  font-size: 1em;
  line-height: 1;
}

.woocommerce-notices-wrapper {
  text-align: center;
  background-color: #dff0d8;
}

.wi-cartPageSection .woocommerce-cart-form table.shop_table td.actions .coupon button,
.wi-cartPageSection .woocommerce-cart-form table.shop_table td.actions>button[name="update_cart"] {
  border: 1px solid #a02226;
  color: #a02226;
  transition: 0.4s ease;
  background-color: transparent;
}

.wi-cartPageSection .woocommerce-cart-form table.shop_table td.actions .coupon button:hover,
.wi-cartPageSection .woocommerce-cart-form table.shop_table td.actions>button[name="update_cart"]:hover {
  background-color: #a02226;
  color: #ffffff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 75%;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  border: 1px solid #a02226;
  background-color: transparent;
  color: #a02226;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
  background-color: #a02226;
  color: #ffffff;
}

/* Cart Page end */

/* Checkout Page start */
.wi-woocom-checkout #payment #place_order {
  border: 1px solid #a02226;
  background-color: transparent;
  color: #a02226;
}

.wi-woocom-checkout #payment #place_order:hover {
  background-color: #a02226;
  color: #ffffff;
}


.woocommerce-cart .widget-area,
.woocommerce-checkout .widget-area {
  display: none !important;
}

/* Checkout Page end */

/* Currency Switcher start */
.woocs-switcher {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 12px;
}

.woocs-switcher select {
  border: none;
  background: transparent;
  font-weight: 500;
}

.woocs-switcher img {
  width: 18px;
  height: auto;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 3px;
}

.woocs-switcher option {
  padding: 6px;
}

/* Hide text in the selected item */
/* Hide text in the selected item */
.dd-selected .dd-selected-text,
.dd-selected small.dd-desc {
  display: none !important;
}

/* Hide text in the dropdown options */
.dd-option .dd-option-text,
.dd-option small.dd-desc {
  display: none !important;
}

/* Currency Switcher end */


/* Order-received page start */
.woocommerce .wi-woo-thank-you ul.woocommerce-thankyou-order-details {
  border: 1px solid #a02226;
  padding: 10px 10px;
}

.woocommerce .wi-woo-thank-you ul.order_details li {
  border-right: 1px dashed #a02226;
}


/* Main Thank You message (top success message) */
.wi-woo-thank-you .wi-woo-order-received p.woocommerce-thankyou-order-received {
  background-color: #fdf5f5;
  /* very light red background */
  color: #a02226;
  /* primary dark red text */
  border: 1px solid #a02226;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Payment method instruction (e.g., "Pay with cash upon delivery") */
.wi-woo-thank-you>p {
  background-color: #fff5f2;
  /* softer background for secondary message */
  color: #0d0d0d;
  /* dark black for better readability */
  border-left: 4px solid #f04616;
  /* secondary light red highlight */
  padding: 10px 15px;
  font-size: 1rem;
  margin-bottom: 25px;
  border-radius: 4px;
}

/* Hover/focus interaction for both messages */
.wi-woo-thank-you p:hover {
  background-color: #fff0ee;
  transition: background-color 0.3s ease;
}

.wi-order-customer-details {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.wi-order-customer-details .woocommerce-order-details,
.wi-order-customer-details .woocommerce-customer-details {
  flex: 1 1 48%;
  min-width: 300px;
}

@media (max-width: 768px) {
  .wi-order-customer-details {
    flex-direction: column;
  }
}

/* Order-received page end */

/* My Account start */

.wi-woo-my-account-menu {
  margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* Tabs layout */
  flex-wrap: wrap;
  border-bottom: 2px solid #a02226;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-bottom: none;
  color: #0d0d0d;
  text-decoration: none;
  background: #f9f9f9;
  transition: 0.3s;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background: #a02226;
  color: #fff;
  border-color: #a02226;
}

.woocommerce-MyAccount-navigation li a:hover {
  background: #f04616;
  color: #fff;
}

/* Content area */
.woocommerce-MyAccount-content {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  margin-top: -1px;
  /* so it touches active tab */
}

/* My Account end */

/* Sign up/ Login start */
.wi-signup-login {
  margin-top: 10px;
}
/* Sign up/ Login end */





















/* ====================
   Responsive Media Queries (Cleaned & Merged)
   ==================== */

/* Max-width: 992px */
@media (max-width: 992px) {
  .wi-section-title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1.4px;
  }

  .navbar-brand {
    padding-left: 20px;
  }

  .navbar-icons {
    padding-right: 20px;
  }

  .navbar-container {
    overflow: visible !important;
  }

  .navbar-nav {
    align-items: start;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  .wi-related-products .product {
    padding: 12px;
  }

  .wi-related-products h2.woocommerce-loop-product__title {
    font-size: 15px;
  }
}

/* Max-width: 980px */
@media (max-width: 980px) {
  .wi-offer-cta {
    bottom: 15%;
  }

  .wi-offer-cta a {
    font-size: 14px;
  }
}

/* Max-width: 768px */
@media (max-width: 768px) {
  .wi-offer-cta {
    bottom: 10%;
  }

  .wi-offer-cta a {
    font-size: 12px;
    padding: 10px 30px;
  }

  .wi-icon-box-wrapper .wi-caption h2 {
    font-size: 12px;
  }

  .wi-icon-box-wrapper .wi-caption p {
    font-size: 10px;
  }

  .slick-prev {
    right: 60px;
    top: -15px;
  }

  .slick-next {
    right: 20px;
    top: -15px;
  }
}

/* Max-width: 576px */
@media (max-width: 576px) {
  .form-submit {
    text-align: center;
  }

  .form-submit input[type="submit"] {
    width: 100%;
  }

  .comment-form-rating .stars,
  .star-rating-input {
    justify-content: center;
  }

  .wi-related-products .product {
    padding: 10px;
  }

  .wi-related-products h2.woocommerce-loop-product__title {
    font-size: 14px;
    min-height: auto;
  }

  .wi-related-products a.button {
    font-size: 10px;
    padding: 5px 10px;
  }

  .wi-woocom-checkout #payment #place_order {
    width: 100%;
  }

}

/* Max-width: 545px */
@media (max-width: 545px) {
  section {
    padding: 32px 0;
  }

  .wi-offer-cta a {
    font-size: 10px;
    padding: 10px 25px;
  }
}

/* Max-width: 480px */
@media (max-width: 480px) {
  section {
    padding: 30px 0;
  }

  .wi-hero-title {
    font-size: 1.5rem;
  }

  .wi-hero-subtitle {
    font-size: 0.9rem;
  }

  .wi-btn-primary {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }

  .wi-offer-cta a {
    font-size: 10px;
    padding: 5px 15px;
  }

  .wi-ft-contact span,
  .wi-ft-contact h5,
  .wi-ft-contact-details .wi-ft-social-icons p {
    font-size: 10px;
  }
	.wi-product-caption {
    font-size: 0.8rem;
    font-weight: 700;
  }

  .wi-product-price .woocs_price_code del {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: .5;
  }

  .wi-product-price .woocs_price_code ins {
    font-size: 0.7rem;
    font-weight: 600;
  }

  .wi-product-price .woocs_price_code bdi {
    font-size: 0.7rem;
    font-weight: 600;
  }
	
  .wi-related-products .woocs_price_code del {
	font-size: 0.7rem;
	font-weight: 600;
	opacity: .5;
  }

   .wi-related-products .woocs_price_code ins {
	 font-size: 0.7rem;
	 font-weight: 600;
  }

	.wi-related-products .woocs_price_code bdi {
		font-size: 0.7rem;
		font-weight: 600;
	}
	
}

/* Max-width: 459px */
@media (max-width: 459px) {
  .wi-related-products li.product {
    min-height: 250px;
    padding: 10px;
  }

  .wi-related-products a.button {
    font-size: 8px;
    padding: 4px 8px;
  }
}

/* Max-width: 411px */
@media (max-width: 411px) {
  section {
    padding: 28px 0;
  }

  .wi-offer-cta a {
    font-size: 10px;
    padding: 5px 12px;
  }
}

/* Max-width: 381px */
@media (max-width: 381px) {
  section {
    padding: 26px 0;
  }

  .wi-offer-cta a {
    font-size: 9px;
    padding: 5px 10px;
  }
}

/* Max-width: 329px */
@media (max-width: 329px) {
  section {
    padding: 22px 0;
  }

  .wi-offer-cta {
    bottom: 8%;
  }

  .wi-offer-cta a {
    font-size: 9px;
    padding: 3px 7px;
  }

  .wi-icon-box-wrapper .wi-caption h2 {
    font-size: 10px;
  }

  .wi-icon-box-wrapper .wi-caption p {
    font-size: 8px;
  }

  .wi-ft-contact-details {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* -------------------------------------- */