@charset "UTF-8";
/* ==================== GLOBAL STYLES ======================= */
@import url("https://rsms.me/inter/inter.css");

html{
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

:root {
  --primary-color: #996633;
  --secondary-color: #AFBD77;
  --color-grey:#848688

}
/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */
a:hover {
  text-decoration: none;
}

.img-wrap {
  text-align: center;
  display: block;
}

#color-options,
#size-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
}

.color-btn,
.size-btn {
  margin: 0;
  /* other styles as before */
}


.variant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin: 0px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  min-width: 44px;
  min-height: 44px;
}

.variant-btn:hover {
  background-color: #f2f2f2;
}

.variant-btn.selected {
  border-color: #996633 !important;
  background-color: #AFBD77 !important;
  color: #fff !important;
}

/* .variant-btn.disabled {
  opacity: 0.4;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #999;
  cursor: not-allowed;
} */

.variant-btn.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.variant-btn.disabled,
.variant-btn[aria-disabled="true"] {
  opacity: 0.4;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

.color-swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 0px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.color-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: border 0.3s, background-color 0.3s;
  background-color: #fff; /* fallback, will be overridden by inline style */
}

.color-btn::after {
  content: attr(data-color);
  font-size: 10px; 
  color: #333;
}


.color-btn.selected {
  color: white;
  border-color: #A46F57;
  box-shadow: 0 0 0 3px #90AD4644;
  position: relative;
}

/* Optional: add a checkmark for selected */
.color-btn.selected::after {
  content: '✔';
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.18);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-swatch.selected {
  border-color: #333;
  outline: 2px solid #007bff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #007bff44;
  color: white;
}

.color-swatch.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.size-btn {
  min-width: 44px;
  height: 20px;
  font-size: 0.95rem;
  border-radius: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #ccc;
  background: #fff;
  color: #A46F57; /* primary brand color */
  margin-right: 8px;
  margin-bottom: 8px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.size-btn.selected {
  background-color: #A46F57; /* primary */
  color: #fff;
  border-color: #90AD46;     /* secondary */
}


.img-wrap img {
  max-width: 100%;
}

.icon-wrap {
  text-align: center;
  display: inline-block;
}

.price-wrap {
  letter-spacing: -0.7px;
}

.content-body {
  flex: 1 1 auto;
  padding: 2rem 2.3rem;
}

  /* To visually highlight video thumbnails differently if you want */
  .thumb video.thumb-img {
    background: #000;
  }
  
    .main-image-container {
      flex: 1 1 0% !important;  /* fills remaining space */
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      display: flex !important; 
      justify-content: center !important;
      align-items: center !important;
      border-radius: 12px !important;         /* Rounded corners */
      overflow: hidden !important;            /* Ensure image stays within rounded corners */
      border: 1px solid #e0e0e0 !important;   /* Optional: subtle border */              /* Optional: spacing around the image */
      background-color: #fff !important; 
      right: 5px;
    }
  
    .main-image-container img.main-product-img {
      width: 100% !important;
      max-width: 100% !important;
      max-height: 550px !important;
      border-radius: 12px !important; 
      object-fit: cover !important;
      border-radius: 5px !important;
      display: block !important;
      margin: 0 auto !important;
    }
  
  .row.align-items-start {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb {
    background: none;
    padding: 0.25rem 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section-content {
    padding-top: 0.5rem !important; /* Reduce if needed */
}

  nav[aria-label="breadcrumb"] {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important; /* Or 0 if you want it flush */
  }
  
  .breadcrumb-item a {
    color: var(--primary-color, #A46F57); /* fallback to your brand color */
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
  }
  
  .breadcrumb-item a:hover {
    color: var(--secondary-color, #90AD46);
    text-decoration: underline;
  }
  
  .breadcrumb-item.active {
    color: var(--color-grey, #848688);
    font-weight: 600;
    pointer-events: none;
    cursor: default;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-grey, #848688);
    content: "›";
    font-size: 1.1em;
    padding: 0 0.5em;
  }

  .heart-tag {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 4;
    cursor: pointer;
  }

  #mainProductVideo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 550px;
    border-radius: 12px;
    object-fit: cover !important;
    z-index: 3;
    background-color: black;
  }

  .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 4px 6px;
    pointer-events: none; /* allows click to pass through */
  }

  .main-product-img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 5px;
  }

  .main-media-container {
    position: relative;
    width: 100%;
    max-height: 550px;
    border-radius: 5px;
    overflow: hidden;
  }

  .main-media-container img,
  .main-media-container video {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    /* object-fit: contain; */
    object-fit: cover;
    border-radius: 5px;
    z-index: 1;
  }

  .main-media-container img {
    display: block;
    z-index: 2;
  }

 

 

  .share-tag {
    position: absolute;
    top: 8px;
    left: 10px;
    background-color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 5;
    cursor: pointer;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
  }


  .share-icon-btn {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    outline: none;
  }

  .share-tag:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
      
.share-icon-btn:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/* Make the share icon smaller and thinner */
.share-icon-btn i {
  font-size: 18px; /* smaller */
  font-weight: 300; /* lighter icon */
  color: #333;
}

/* Make SweetAlert2 popup narrower */
.swal2-popup {
  width: 380px !important;  /* Adjust width as needed */
  padding: 1.5rem !important;
}

  /* Style the close button to be smaller */
.swal2-close {
  font-size: 18px !important;
  top: 10px !important;
  right: 10px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 50% !important;

  border: 1.5px solid #ccc !important;  /* light gray border */
  outline: none !important;
  box-shadow: none !important;
  color: #333 !important; /* darker cross color */
  background: white !important;
}

.swal2-close:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #ddd !important;  /* subtle focus ring */
}

.swal2-popup .btn {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  }
      
.swal2-popup a.btn {
  margin-right: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  }

/* =================  DEFINED VARIABLES =================== */
.icon-xs,
.icon-sm,
.icon-md,
.icon-lg {
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px;
}

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px;
  cursor: pointer;
}

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px;
}

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px;
}

.img-xs,
.img-sm,
.img-md,
.img-lg {
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}

.img-xs {
  width: 40px;
  height: 40px;
}

.img-sm {
  width: 80px;
  height: 80px;
}

.img-md {
  width: 140px;
  height: 140px;
}

.img-lg {
  width: 250px;
  height: 250px;
}

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.vh-100 {
  height: 100vh;
}

.overflow-h {
  overflow: hidden;
}

.flip-h {
  transform: scaleX(-1);
}

.opacity {
  opacity: 0.5;
}

[class*=hover-] {
  transition: 0.5s;
}

.hover-bg:hover {
  background: #3167eb;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3167eb, #3167eb);
  /* Standard syntax */
  transition: 0.5s;
}

.hover-zoom:hover {
  transition: 0.5s;
  transform: scaleX(1);
}

/* ============== spacing ============== */
.padding-y {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-top-lg {
  padding-top: 80px;
}

.padding-bottom-lg {
  padding-bottom: 80px;
}

.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 0;
}

.padding-top-sm {
  padding-top: 20px;
}

.padding-bottom-sm {
  padding-bottom: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

var {
  font-style: normal;
}

figure {
  margin-bottom: 0;
}

.form-noborder input,
.form-noborder select,
.form-noborder .btn {
  border: 0;
}

.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem;
}

/* all clearfix */
article:after,
.form-group:after {
  display: block;
  clear: both;
  content: "";
}

/* -------------------- small grid gutter --------------------- */
.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
  flex-wrap: wrap;
}

.row-sm>[class^=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.bg {
  background-color: #f8f9fa;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #ff9017;
}

.bg-green {
  background-color: #00b517;
}

.bg-blue {
  background-color: #3167eb;
}

.bg-red {
  background-color: #fa3434;
}

.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(49, 103, 235, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-green {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-orange {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(255, 144, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-red {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-pink {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #3167eb, #545454);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%;
}

.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(49, 103, 235, 0.8), rgba(84, 84, 84, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto cover;
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transition: 0.5s;
  background: aqua;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3167eb, aqua);
  /* Standard syntax */
}

.overlay-gradient:hover:before {
  opacity: 0.9;
}

/* --------------------- titles ---------------------- */
.section-heading {
  margin-bottom: 20px;
  margin-top: 15px;
}

.section-title {
  color: #212529;
}

.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #212529;
}

.title-page {
  color: #212529;
}

.text-lg {
  font-size: 1.3rem;
}

.b {
  font-weight: 600;
}

.white {
  color: #fff;
}

.dark {
  color: #212529;
}

.black {
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

/* ==================  title helpers ================ */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
.header-top-light .nav-link {
  color: #969696;
}

.header-top-light .nav-link:hover {
  color: #212529;
}

.header-main {
  position: relative;
}

.brand-wrap .logo,
.navbar-brand .logo {
  margin-right: 7px;
  max-height: 42px;
  display: inline-block;
  z-index:999;
}

.navbar-main .nav-link {
  font-weight: 500;
  color: #1c1c1c;
}

.navbar-main .nav-link:hover {
  color: #666;
}

.widget-header {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 25px;
}

.widget-header a {
  color: #343a40;
}

.widget-header a:hover {
  color: #969696;
}

.widget-header i {
  color: #969696;
}

.widget-header form {
  min-width: 280px;
}

.widget-header .title {
  display: block;
}

.widget-header .notify {
  position: absolute;
  top: -3px;
  right: -10px;
}

.widget-header:hover i {
  color: #969696;
  cursor: pointer;
}

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
.section-footer ul li {
  margin-bottom: 5px;
}

.section-footer ul a {
  color: inherit;
}

.section-footer ul a:hover {
  color: #3167eb;
}

.section-footer .logo-footer {
  height: 40px;
}

.section-footer .title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #212529;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ================== COMPONENTS =================== */
/* ================ OWL SLIDER BANNER ================ */
.slider-banner-owl .owl-nav .owl-prev,
.slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}

.slider-content.main-page {
  padding: 100px 70px 150px 70px;
}

.slider-banner-owl .owl-nav .owl-prev {
  left: 0;
}

.slider-banner-owl .owl-nav .owl-next {
  right: 0;
}

.slider-banner-owl .item-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-banner-slick .slick-prev,
.slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}

.slider-banner-slick .slick-prev:before,
.slider-banner-slick .slick-next:before {
  display: none;
}

.slider-banner-slick .slick-prev {
  left: 0;
}

.slider-banner-slick .slick-next {
  right: 0;
}

.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slides.nivoSlider .nivo-main-image{
    /* height:489px !important; */
    width: 100%; 
    height: auto; 
    object-fit: cover;
}

a.nivo-prevNav,
a.nivo-nextNav {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.btn-facebook {
  background-color: #405D9D;
  color: #fff;
}

.btn-facebook:hover {
  color: #fff;
}

.btn-instagram {
  background-color: #E52D27;
  color: #fff;
}

.btn-instagram:hover {
  color: #fff;
}

.btn-youtube {
  background-color: #C8046C;
  color: #fff;
}

.btn-youtube:hover {
  color: #fff;
}

.btn-twitter {
  background-color: #42AEEC;
  color: #fff;
}

.btn-twitter:hover {
  color: #fff;
}

.btn-google {
  background-color: #ff7575;
  color: #fff;
}

.btn-google:hover {
  color: #fff;
}

.btn-icon {
  width: calc(1.5em + 0.9rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon i {
  line-height: 1;
}

.btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
}

.btn-light i {
  color: #969696;
}

.btn-light:hover {
  background-color: #fff;
  border-color: #989898;
}

.btn .text+i {
  margin-left: 10px;
}

.btn i+.text {
  margin-left: 10px;
}

.itemside {
  position: relative;
  display: flex;
  width: 100%;
}

.itemside .aside {
  position: relative;
  flex-shrink: 0;
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}

.itemside p {
  margin-bottom: 0;
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529;
}

.itemside a.title:hover {
  color: #3167eb;
}

a.itemside {
  color: initial;
}

.items-bordered-wrap .itemside:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.list-inline {
  margin-bottom: 0;
}

.list-inline-item {
  vertical-align: middle;
}

/* --------- description list --------*/
dl[class=row] {
  margin-bottom: 0;
}

[class*=dlist-] {
  margin-bottom: 5px;
}

[class*=dlist-] dd {
  margin-bottom: 0;
}

.dlist-inline dt,
.dlist-inline dd {
  display: inline-block;
}

.dlist-align {
  display: flex;
}

.dlist-align dt {
  width: 150px;
  word-wrap: break-word;
  font-weight: normal;
}

.dlist-align dd {
  flex-grow: 1;
}

/* -------------------- list.row--------------------- */
ul.row,
ul.row-sm {
  list-style: none;
  padding: 0;
}

/* ================= lists ================= */
[class*=list-] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both;
}

.list-icon {
  list-style: none;
  padding-left: 0;
}

.list-icon li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}

.list-icon .icon {
  width: 22px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #545454;
  position: absolute;
  top: 3px;
  left: 0;
}

.list-icon span {
  vertical-align: middle;
}

.list-bullet,
.list-dots {
  list-style: none;
  padding-left: 0;
}

.list-bullet li,
.list-dots li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.list-bullet li::before,
.list-dots li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da;
}

.list-check {
  padding-left: 0;
  list-style: none;
}

.list-check>li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
}

.list-check>li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #00b517;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}

.list-normal {
  list-style: none;
  padding-left: 0;
}

.list-normal li {
  padding-left: 1em;
  margin-bottom: 7px;
}

.list-normal li:before {
  content: "•";
  color: #3167eb;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.list-menu li {
  margin-bottom: 5px;
}

.list-menu a {
  color: #343a40;
}

.list-menu a:hover {
  color: #3167eb;
}

.cols-two {
  -moz-column-count: 2;
  column-count: 2;
}

.cols-three {
  -moz-column-count: 3;
  column-count: 3;
}

.cols-four {
  -moz-column-count: 4;
  column-count: 4;
}

/* IF CARD IS LINKED */
a[class*=card] {
  color: initial;
}

a[class*=card]:hover .title {
  color: #3167eb;
}

/* BASE STYLE FOR PRODUCT ITEM */
[class*=card-product] a.title {
  font-size: 12px;
  color: #212529;
  display: block;
}

[class*=card-product] a.title:hover {
  color: #3167eb;
}

[class*=card-product] .badge {
  top: 10px;
  left: 10px;
  position: absolute;
}

[class*=card-product] p {
  margin-bottom: 0;
}

[class*=card-product] .img-wrap {
  overflow: hidden;
  position: relative;
}

[class*=card-product] .img-wrap img {
  margin-top: 0px;
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 20px;
}

.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;
  height: 150px;
}

.store-product-grid{
  padding-left:5px;
  padding-right:5px
}

.card-product-grid.store-product-grid .img-wrap {
  height:150px;
}

.store-product-grid .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-product-grid.store-product-grid .fix-height{
  height: auto;
  margin-bottom: 10px;
}

.store-grid-block.info-wrap .ps-btn-custom.ps-button-primary{
  margin-bottom:0
}

.card-product-grid .info-wrap {
  overflow: hidden;
  padding: 10px 20px 18px 20px;
}

.card-product-grid .bottom-wrap {
  padding: 18px;
  border-top: 1px solid #e4e4e4;
}

.card-product-grid .topbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  text-align: initial;
  padding: 10px 15px;
}

.card-product-grid .topbar a {
  color: #ccc;
}

.card-product-grid .topbar a:hover {
  color: #3167eb;
}

.card-product-grid .fix-height {
  height: 80px;
  overflow: hidden;
}

.card-product-grid .btn-overlay {
  transition: 0.5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.card-product-grid:hover .btn-overlay {
  opacity: 1;
}

.card-product-grid:hover {
  box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
  transition: 0.3s;
}

.item-slide .card-product-grid {
  margin-bottom: 0;
}

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
  margin-bottom: 20px;
}

.card-product-list .img-wrap {
  height: 220px;
  border-radius: 0.37rem 0 0 0.37rem;
}

.card-product-list .info-main {
  padding: 1.5rem 1rem;
}

.card-product-list .info-aside {
  padding: 1.5rem 1rem;
  border-left: 1px solid #e4e4e4;
  height: 100%;
}

.card-sm .img-wrap {
  height: 160px;
}

.card-lg .img-wrap {
  height: 280px;
}

.card-banner {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.37rem;
}

.card-banner .card-body {
  background-size: cover;
  position: relative;
  z-index: 10;
}

.card-banner .caption {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  padding: 1.25rem;
  color: #fff;
}

.card-banner .caption.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.card-banner .caption.top {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.card-banner .caption.left {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.card-banner .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 7px 20px;
  padding-top: 30px;
  border-radius: 0 0 0.37rem 0.37rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}

.card-banner .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  max-width: 100%;
}

.card .img-wrap {
  overflow: hidden;
}

.icontext {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.icontext p {
  margin-bottom: 0;
}

.icontext .text {
  width: 100%;
  line-height: 1.2;
}

.icontext .icon {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.icontext .title {
  display: block;
  margin-bottom: 0;
}

.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%;
}

.item-logo {
  margin-bottom: 20px;
  text-align: center;
}

.item-logo img {
  max-height: 65px;
}

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #fa3434;
}

.price {
  font-weight: 600;
  color: #212529;
}

.price-old {
  color: #969696;
  margin-left: 3px;
  font-size: 85%;
}

.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.card-header .title {
  margin-bottom: 0;
  line-height: 1.5;
}

.filter-group {
  border-bottom: 1px solid #e4e4e4;
}

.filter-group .card-header {
  border-bottom: 0;
}

.filter-group:last-child {
  border-bottom: 0;
}

/* ====================== block ==================== */
.box {
  padding: 18px;
  background: #fff;
  border-radius: 0.37rem;
  border: 1px solid #e4e4e4;
}

.box img {
  max-width: 100%;
}

/* ================= RATINGS ============== */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

/* rating-list */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both;
}

.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline;
}

.rating-stars img {
  height: 14px;
  max-width: none;
}

.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1;
}

.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-stars li.stars-active i {
  color: orange;
}

.rating-stars.stars-lg img {
  height: 20px;
  max-width: none;
}

/* ================= TRACKING ============== */
.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px;
}

.tracking-wrap .step {
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}

.tracking-wrap .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}

.tracking-wrap .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
}

.tracking-wrap .text {
  display: block;
  margin-top: 7px;
}

.tracking-wrap .step.active .icon {
  background: #3167eb;
  color: #fff;
}

.tracking-wrap .step.active .text {
  font-weight: 400;
  color: #000;
}

.tracking-wrap .step.active:before {
  background: #3167eb;
}

.menu-category {
  margin: 0;
  padding: 0;
}

.menu-category li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}

.menu-category li:last-child {
  border-bottom: 0;
}

.menu-category a {
  color: #212529;
}

.menu-category>li>a {
  display: block;
  padding: 10px 18px;
}

.menu-category .submenu {
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background: #fff;
}

.menu-category .submenu li {
  list-style: none;
}

.menu-category .submenu li a {
  padding: 10px 16px;
  display: block;
}

.menu-category li:hover {
  background: #f8f9fa;
  transition: all 0.3s;
}

.menu-category li:hover .submenu {
  display: block;
  margin-left: 0px;
}

.menu-category .has-submenu>a:after {
  content: "›";
  font-size: 24px;
  color: #999;
  line-height: 18px;
  font-weight: bold;
  float: right;
}

.form-inline input[type=number] {
  max-width: 100px;
}

.input-spinner {
  width: 125px;
  flex-wrap: nowrap;
  display: inline-flex;
  vertical-align: middle;
}

.input-spinner input.form-control {
  text-align: center;
  max-width: 46px;
  font-weight: bold;
  flex-basis: 46px;
  border-color: #e4e4e4;
  flex-grow: 0;
}

.input-spinner .btn {
  width: 42px;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.checkbox-btn {
  position: relative;
}

.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-btn input:checked~.btn {
  border-color: #3167eb;
  background-color: #3167eb;
  color: #fff;
}

.btn-check {
  position: relative;
  display: inline-block;
  border: 2px solid #dee2e6;
  transition: 0s !important;
}

.btn-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.btn-check input:checked~.btn {
  border-color: #3167eb;
  background-color: #3167eb;
  color: #fff;
}

.btn-check:hover:not(.active) {
  border-color: #bbb;
}

.js-check {
  position: relative;
}

.js-check .title {
  margin-left: 22px;
}

.js-check input {
  position: absolute;
  top: 21px;
  left: 18px;
}

.js-check.active {
  border-color: #3167eb;
}

.js-check:hover:not(.active) {
  border-color: #ccc;
}

.js-check.box {
  width: 100%;
  border-width: 3px;
}

.card-header .form-check {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ================== PAGES =================== */
/* ================ PAGES HEADER ================== */
.section-pagetop {
  padding: 20px 0;
}

/* ================== PAGE DETAILS ==================  */
.gallery-wrap .img-big-wrap {
  margin-bottom: 10px;
  border-radius: 0.37rem;
  overflow: hidden;
  background-color: #fff;
}

.gallery-wrap .img-big-wrap a {
  text-align: center;
  display: block;
}

.gallery-wrap .img-big-wrap img {
  height: 450px;
  width: auto;
  display: inline-block;
}

.gallery-wrap .thumbs-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-wrap .thumbs-wrap .item-thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 3px;
  display: inline-block;
  overflow: hidden;
}

.gallery-wrap .thumbs-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.gallery-wrap .thumbs-wrap img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.item-option-select {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 15px;
}

.item-option-select .btn {
  min-width: 80px;
}

/* ================ PAGES HEADER ================== */
/* ====================== shopping-cart ==================== */
.table-shopping-cart.table td,
.table-shopping-cart.table th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table-shopping-cart .price-wrap {
  line-height: 1.2;
}

.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block;
}

/*# sourceMappingURL=ui.css.map */

/* custom styling */
.input-group .form-control:focus{
  border-color:#848688;
  box-shadow: none !important;
}
.custom-search.dropdown-toggle::after {
  display: none;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-container .form-control {
  border-right: none;
}

.form-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}


.search-container .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-box {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 50px;
  transform: translateX(-50%)
}

.d-100 {
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
 justify-content: space-around;
 margin-left:0;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 400px;
}

.category-list li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.category-list li a {
  text-decoration: none;
  color: #000;
}

.category-list li a:hover {
  text-decoration: underline;
}

.card-header {
  cursor: pointer;
}

.card-header i {
  transition: transform 0.3s ease;
}

.card-header.collapsed i {
  transform: rotate(180deg);
}

.card-body.menu-collapsible {
  padding: 0;
  font-size: 14px;
}

.navbar-light .active>.nav-link {
  font-weight: bold;
  color:var(--color-grey);
}



.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid transparent;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}


/* Basic styling for the link */
.nav-item-custom a.nav-link {
  position: relative;
  text-decoration: none;
  color: black;
  /* Adjust as needed */
  display: inline-block;
  /* Ensure pseudo-element positioning works */
}

/* Create the underline using ::after pseudo-element */
.nav-item-custom a.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  /* Adjust the thickness of the underline as needed */
  bottom: 0;
  left: 50%;
  background-color:var(--primary-color);
  /* Adjust the underline color as needed */
  transition: width 0.3s ease, left 0.3s ease;
  /* Add transition effects */
  transform: translateX(-50%);
  /* Center the underline */
}

/* On hover, expand the underline from the center */
.nav-item-custom a.nav-link:hover::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.card-custom {
  flex: 1;
  overflow-y: auto;
}
.card-custom.card-custom-home-carousel{
overflow-y: hidden;
}
.ml-auto {
  margin-left: auto;
}

/* notifications right block */

.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-left: 15px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
  margin-left: 15px;
}

.header-nav .nav-profile img {
  max-height: 36px;
  margin-right: 15px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

.address-row{
  margin-bottom:10px;
}

.order-complete-container{
  margin: 0 auto;
  width: 50%;
  padding: 30px;
  background: #f1f1f1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-logo{
  margin-bottom:15px;
}
.order-table table th,
.order-table table td{
  white-space: normal;
}
.carousel-products{
  position: relative;
  border:none;
  margin-bottom:20px;
  margin-top:20px;
  .carousel-wrapper {
    width: 94%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .carousel-container {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  .carousel-container::-webkit-scrollbar {
    height: 0;
  }
  
  .btn-prev,
  .btn-next {
    display: flex;
    justify-content: center;
    align-content: center;
    background:var(--primary-color);
    border: none;
    padding: 8px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
  }
  
  .btn-prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: none;
  }
  
  .btn-next {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  
  .content-box {
    display: grid;
    grid-gap: 5px;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
  }
  .fa-chevron-right,
  .fa-chevron-left{
    position: absolute;
    top: 14px;
    left: 17px;
    color: #ffffff;
    font-size: 15px;
  }
  .fa-chevron-left{
    left:15px
  }
  .img-container img{
    width:130px;
    height:130px;

  }
  .category-name {
    font-size: small;
    margin: 5px;
    text-align: center;
}

}
.home-carousel .carousel{
  width:100%;
}
.category-name{
  color:#000000;
}
.img-container:hover{
  .category-name{
    color:#3167eb
  }
}
.home-carousel-container{
  width: 100%;
  padding:10px;
  border:10px solid;
  border-left-color: var(--secondary-color);
  border-top-color: var(--secondary-color);
  border-bottom-color: var(--primary-color);
  border-right-color: var(--primary-color);

}
.icons-option-wrapper {
  .sale-tag,.new-tag{
    border-radius: 5px;
    position: absolute;
    color:white;
    left:5px;
    padding:3px 5px;
    font-size:10px;
    margin-top: 5px;

  }
  .sale-tag{
    top:35px;
    background-color: var(--primary-color);
  }
  .new-tag{
    top:0;
    background-color: var(--secondary-color);
  }
  .no-new-tag.sale-tag{
    top:0;
  }
  .favourite-tag{
    position: absolute;
    right:10px;
    width:25px;
    top:0;
    img{
      width: 100% !important;
      height:auto !important;
    }
  }
}


.carousel-products.product-gallery img.item{
  width:80px;
  height: 80px;
  object-fit: cover;

}
/* .mobile-navbar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ddd;
} */

.mobile-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -2px 24px rgba(144, 173, 70, 0.10), 0 0.5px 0 #e0e0e0;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.3rem 0 0.2rem 0;
  min-height: 64px;
  transition: box-shadow 0.2s;
}

.mobile-nav-item {
  flex: 1 1 0;
  text-align: center;
  position: relative;
}

.mobile-nav-item a:active i,
.mobile-nav-item a:focus i {
    color: #90AD46;
    transform: scale(1.15);
}

.mobile-nav-item i {
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
  transition: color 0.2s, transform 0.2s;
}

/* .mobile-nav-item span {
  font-size: 14px;
  font-weight: bold;
} */


.mobile-nav-item.wishlist i {
  color: #e74c3c;
}

.mobile-nav-item.wishlist .badge {
  position: absolute;
  top: 2px;
  right: 22%;
  background: #90AD46;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 1rem;
  padding: 0.1rem 0.5rem;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(144, 173, 70, 0.10);
  border: 2px solid #fff;
  z-index: 2;
  transform: translateY(-8px);
  animation: badge-pop 0.3s;
}

@keyframes badge-pop {
  0% { transform: scale(0.7) translateY(-8px);}
  80% { transform: scale(1.15) translateY(-8px);}
  100% { transform: scale(1) translateY(-8px);}
}


.mobile-nav-item span {
  font-size: 0.85rem;
  margin-top: 0.1rem;
  letter-spacing: 0.01em;
}

/* Wishlist Notification Badge */
.wishlist {
  position: relative;
  .fa-heart{
    color:var(--primary-color)
  }
}

.wishlist .badge {
  position: absolute;
  top: -7px;
  right: -3px;
  background: var(--primary-color);
  color: white !important;
  font-size: 12px;
  text-align: center;
  border-radius: 3rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.25em 0.6em;
}

.mob-cart .badge {
  position: absolute;
  top: -7px;
  right: -3px;
  background: var(--primary-color);
  color: white !important;
  font-size: 12px;
  text-align: center;
  border-radius: 3rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.25em 0.6em;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}


.header-nav .notifications {
  inset: 35px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 35px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 35px !important;
  right: 0;
  left: auto;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.header-nav .nav-link {
  padding: 0;
}

.set-login {
  position: absolute;
  right: 310px;
  top: 15px;
}

.blog-area {
  margin-bottom: 0;
}

.category-list .fa {
  margin-right: 10px;
  font-size: 16px;
}

.category-list .category-text {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  color: #000000;
}

/* About us page  */
.office-section {
  margin-top: 30px;
}

.intro-text {
  text-align: center;
  font-size: 31px;
  font-weight: 300;
  display: inline-block;
}

.center-line {
  width: 5px;
  margin: auto;
  height: 1px;
  background: #F44336;
  margin-top: 10px;
  position: relative;
  width: 50px;
}

.promo-paragraph {
  padding: 0;
  text-align: center;
  margin-top: 15px;
}

.office-block img {
  max-width: 100%;
  height: auto;
}

.list-check-section li i {
  color: var(--primary-color);
  font-size: 16px;
  padding-right: 5px;
}

.list-check-section {
  padding-left: 0;
}

.list-check-section li {
  list-style-type: none;
}

.mvv-section .card-body.menu-collapsible {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mvv-section img {
  max-width: 100%;
  height: auto;
}

.carousel-custom a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000000;
  content: "";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 30px;
}

.carousel-custom a.nivo-nextNav:hover:before,
.carousel-custom a.nivo-prevNav:hover:before {
  border-color: #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.carousel-custom a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  content: "";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.team-info h5 .team-name {
  font-size: 26px;
  text-transform: uppercase;
  color: #363636;
  cursor: pointer;

  &:hover {
    color: #3EC1D5;
  }
}

.team-info .designation {
  font-size: 18px;
}

.team-content {
  font-size: 14px;
  margin-top: 15px;
  color: #000000;

}

.read-more-link {
  cursor: pointer;
  color: #3EC1D5 !important;

  &:hover {
    text-decoration: underline !important;
  }
}
.team-photo{
  height: 270px; 
  overflow: hidden; 
}

.team-photo .team-photo-img {
  height: 100%; /* Make the image fill the container's height */
  width: auto; /* Automatically adjust the width to maintain aspect ratio */
  object-fit: cover; /* Crop the image to fit the container */
}

.team-photo .overylay {
  background-color: rgb(62, 193, 213, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-photo:hover .overylay {
  opacity: 1;
}

.team-photo .overylay .social_icon {
  bottom: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.social_icon .list-inline-item a {
  color: #ffffff;

  .fa {
    font-size: 18px;
  }
}

.title-wrapper .title {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  border-color: var(--primary-color);
}

.title-wrapper .liner-continer {
  border-bottom: 2px solid rgba(119, 119, 119, .17);
  position: relative;
}

.title-wrapper {
  margin-bottom: 20px;
}

.video-wrapper .video-poster-wrapper:after {
  content: "";
  background-color: #00000026;
  z-index: 2;
  -webkit-transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
  transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.video-poster {
  background-image: url('../images/about-us/electro-video.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -1px;
  -webkit-transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.video-container {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.poster-wrapper {
  position: absolute !important;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
}

/* Video Wrapper syling */

.video-wrapper-box {
  position: relative
}

.video-wrapper-box .video-poster,
.video-wrapper-box .video-poster-wrapper,
.video-wrapper-box .video-poster-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.video-wrapper-box .video-poster-wrapper {
  position: absolute !important;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
  transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18)
}

.video-wrapper-box .video-poster-wrapper:after {
  content: "";
  background-color: #00000026;
  z-index: 2;
  -webkit-transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
  transition: background-color .5s cubic-bezier(0, 0, .44, 1.18)
}

.video-wrapper-box .video-poster-wrapper.hidden-poster {
  opacity: 0;
  visibility: hidden
}

.video-wrapper-box .video-poster {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -1px;
  -webkit-transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.video-wrapper-box .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  line-height: 95px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  padding-left: 5px;
  text-align: center;
  color: #fff;
  border: 4px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: border-color .5s cubic-bezier(0, 0, .44, 1.18);
  transition: border-color .5s cubic-bezier(0, 0, .44, 1.18)
}

.video-wrapper-box .button-play:after {
  content: "\f04b";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 32px;
  -webkit-transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.video-wrapper-box:hover .video-poster-wrapper:after {
  background-color: #0000004d
}

.video-wrapper-box:hover .button-play {
  border-color: #fff9
}

.video-wrapper-box:hover .button-play:after {
  transform: scale(.8);
  -webkit-transform: scale(.8)
}

.video-wrapper-box:hover .video-poster {
  transform: scale(1.09);
  -webkit-transform: scale(1.09)
}

.video-widget.vc_video-el-width-100 .video-wrapper {
  width: 100%
}

.video-widget .video-wrapper-box {
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

.video-widget .video-wrapper-box>div {
  padding-top: 0 !important;
  position: static
}

.video-widget .video-wrapper {
  position: relative;
}

.video-widget .video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0,0,0,0.4); /* Background color with opacity */
  padding-top: 60px;
}

.modal-content.subscribe-modal {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.modal-custom-video .modal-header {
  border: none;
  background-color: transparent;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}

/* Button Styling */
.submit-btn {
  padding: 10px 20px;
  background-color: #AFBD77;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.submit-btn:hover {
  background-color: #996633;
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.close-video {
  position: absolute;
  top: -30px;
  right: 0;
  color: #ffffff;
  opacity: 1;
  font-size: 30px;
  font-weight: 400;

  &:hover {
    color: #ffffff;
    opacity: 1;
  }

  &:active {
    color: #ffffff;
    opacity: 1;
  }
}

.brands-widget .brand-item {
  text-align: center;
}

.brands-widget .brand-item a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.brands-widget .brand-item img {
  max-height: 60px;
  display: inline-block;
}

.brands-list .brand-item {
  text-align: left;
  margin-bottom: 15px;
}

.brands-list .brand-item a {
  padding: 0;
}

.brands-list .brand-item:last-child {
  margin-bottom: 0;
}

.brands-grid .brands-items-wrapper,
.brands-list .brands-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands-grid.brands-columns-1 .brand-item,
.brands-list.brands-columns-1 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.brands-grid.brands-columns-2 .brand-item,
.brands-list.brands-columns-2 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.brands-grid.brands-columns-3 .brand-item,
.brands-list.brands-columns-3 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333%;
}

.brands-grid.brands-columns-4 .brand-item,
.brands-list.brands-columns-4 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.brands-grid.brands-columns-5 .brand-item,
.brands-list.brands-columns-5 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.brands-grid.brands-columns-6 .brand-item,
.brands-list.brands-columns-6 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
  max-width: 16.66667%;
}

.brands-style-bordered .brand-item {
  border-width: 1px;
}

.brands-items-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 327px;

}

.brands-style-bordered.brands-grid .brands-items-wrapper {
  margin-right: -2px;
  margin-bottom: -2px;
}

.brands-style-bordered.brands-grid .brand-item {
  border-right-style: solid;
  border-bottom-style: solid;
}

.brands-style-bordered.brands-carousel .owl-stage-outer {
  border-width: 1px;
  border-style: solid;
}

.brands-style-bordered.brands-carousel .brand-item {
  border-right-style: solid;
}

.brands-style-bordered.brands-list .brands-items-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.brands-style-bordered.brands-list .brand-item {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.brands-style-bordered.brands-list .brand-item>a {
  border-bottom: 1px solid;
}

.color-scheme-light .brands-style-bordered {
  border-color: rgba(255, 255, 255, 0.15);
}

.brands-hover-simple .brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
  -webkit-transition: -webkit-filter .3s ease;
}

.brands-hover-simple .brand-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.brands-hover-alt .brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: opacity .3s ease, -webkit-filter .3s ease;
  transition: opacity .3s ease, -webkit-filter .3s ease;
  transition: filter .3s ease, opacity .3s ease;
  transition: filter .3s ease, opacity .3s ease, -webkit-filter .3s ease;
  -webkit-transition: -webkit-filter .3s ease, opacity .3s ease;
}

.brands-hover-alt .brand-item:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.see-all {
  position: absolute;
  right: 0;
  top: 0;
}

.btn-rounded {
  border-radius: 30px;
  color: #000000;
  border-color: #000000;

  &:hover {
    background-color: #3EC1D5;
    color: #ffffff;
    border-color: #3EC1D5;


  }
}

/* Contact us page styling */
.contact-wrapper {
  .liner-continer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-wrapper-contact .title {
    font-size: 22px;
    padding-right: 20px;
  }

  .right-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    border-bottom: 1px solid;
    border-color: #81818133;
  }

  .contact-us-form input,
  .contact-us-form textarea {
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    border: 2px solid rgba(129, 129, 129, 0.2);
    background-color: transparent;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    padding: 0 15px;
    height: 42px;
    transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease;
  }

  .contact-us-element {
    label {
      display: block
    }
  }

  .contact-us-form textarea {
    padding: 10px 15px;
    min-height: 190px;
    border-radius: 20px;
    overflow: auto;
  }

}

.icon-wrapper {
  width: 40px;
  height: 40px;
  max-width: 50%;
  margin-right: 20px;

  svg {
    width: inherit;
    height: inherit;
  }

}

.icon-container {
  margin-top: 40px;
}

.icon-content {
  color: #333333;
}

.left-wrapper-contact {
  padding-right: 20px;
  border-right: 2px solid rgba(129, 129, 129, 0.2);
}

.right-wrapper-contact {
  padding-left: 20px;
}

.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
  /* Default Facebook blue color */
  color: #000000;
  /* Default icon color */
  font-size: 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transition */
  cursor: pointer;
}

.circle-icon.fb:hover {
  background-color: #3b5998;
  /* Background color on hover */
}

.circle-icon:hover .fa {
  color: #ffffff !important;
  /* Icon color on hover */
}

.circle-icon.tw:hover {
  background-color: #1da1f2;
  /* Background color on hover */
}

.circle-icon.li:hover {
  background-color: #0077B5;
  /* Background color on hover */
}

.circle-icon.yt:hover {
  background-color: #ff0000;
  /* Background color on hover */
}

.circle-icon.ig:hover {
  background-color: #3b5998;
  /* Background color on hover */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

}

.circle-icon.gm:hover {
  background-color: #bf350b;
  /* Background color on hover */
}

.circle-icon i {
  line-height: 1;
}

.contact-social-icons {
  padding-top: 15px;
  padding-bottom: 15px;

  .social_icon {
    padding-left: 0;
  }

  .social_icon .fa {
    color: #000000;
  }
}
/* Blog Page Styling */
.header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.header-bg.home-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 100%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}
.header-bottom h1, .header-bottom h2 {
  color: #fff;
}
.header-bottom h1{
  font-size: 48px;
    line-height: 50px;
}
 .header-bottom h2 {
  font-size: 38px;
  line-height: 40px;
}
.page-area{
  position:relative;
}
.area-padding {
  padding: 20px 0px 20px;
}
.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}
.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}
.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 5px 23px;
}
.blog-page .single-blog {
  margin-bottom: 20px;
}
.single-blog img,
.recent-single-post img,
.flicker-img img,
.post-thumbnail img,
.single-blog-img img,
.comments-list-img img  {
  max-width: 100%;
  height: auto;
}
.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}
.post-img {
  float: left;
  padding: 0 5px;
  width: 35%;
}
.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}
.pst-content p a {
  color: #444;
  font-size: 15px;
}
.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}
.pst-content {
  float: left;
  width: 65%;
  padding-left:10px;
}
.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}
.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}
.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}
.left-blog ul{
  padding-left:0;
}
.blog-tags {
  padding: 1px 0;
}
.left-side-tags h4 {
  margin-bottom: 15px;
}
.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}
.popular-tag.left-side-tags.left-blog ul {
  padding:  10px;
}
.popular-tag ul li {
  display: inline-block;
}
.left-tags .left-side-tags ul li {
  border-bottom: 0;
}
.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}
.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}
.left-blog.left-side-tags{
  padding-bottom:0;
}

/* PureStora Pagination Styles */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-direction: column;
  gap: 1rem;
}

.pagination-info {
  text-align: center;
  color: #A46F57;
  font-size: 0.9rem;
  font-weight: 500;
}

.pagination-info strong {
  color: #90AD46;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 7px;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(144, 173, 70, 0.08);
  overflow: hidden;
  border: 1.5px solid #f0f0f0;
}

.page-item {
  margin: 0 2px;
}

.page-link {
  display: block;
  padding: 0.6rem 1.2rem;
  color: #A46F57;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s, transform 0.18s;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.page-link:hover,
.page-link:focus {
  background: #f5f9ef;
  color: #90AD46;
  box-shadow: 0 4px 16px rgba(144, 173, 70, 0.12);
  transform: translateY(-2px) scale(1.04);
  z-index: 1;
}

.page-link:focus-visible {
  outline: 2px solid #90AD46;
  outline-offset: 2px;
}

.page-item.active .page-link {
  background: linear-gradient(90deg, #90AD46 60%, #A46F57 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(144, 173, 70, 0.18);
  cursor: default;
  border: none;
}

.page-item.disabled .page-link,
.page-item.disabled span.page-link {
  color: #bdbdbd;
  background: transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
  font-weight: 600;
  letter-spacing: 2px;
}

.page-link:active {
  background: #A46F57;
  color: #fff;
}

/* Loading state */
.page-link.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.page-link.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 2px solid #90AD46;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

/* Jump to page */
.pagination-jump {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #A46F57;
}

.pagination-jump input {
  width: 50px;
  padding: 0.3rem 0.5rem;
  border: 1.5px solid #f0f0f0;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}

.pagination-jump input:focus {
  outline: none;
  border-color: #90AD46;
  box-shadow: 0 0 0 2px rgba(144, 173, 70, 0.1);
}

@media (max-width: 600px) {
  .pagination-wrapper {
      flex-direction: column;
      gap: 0.5rem;
  }
  
  .pagination {
      border-radius: 1.5rem;
      padding: 0.2rem;
  }
  
  .page-link {
      padding: 0.7rem 0.9rem;
      font-size: 0.95rem;
      min-width: 44px;
      text-align: center;
  }
  
  .page-item {
      margin: 0 1px;
  }
}

.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}
.footer-content {
  display: block;
  overflow: hidden;
}
.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-contacts p span {
  color: var(--primary-color);
  font-weight: 700;
}
.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}
.footer-item-list{
  list-style: none;
  padding-left:0;
}
.footer-item-list li.nav-item.dropdown
{
  margin-bottom:10px;
}
/* Blog Detail Page */
.post-information {
  padding: 20px 0;
}
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
.entry-meta>span,
.entry-content>p ,
.footer-head p  {
  color: #444;
}
.post-information .entry-meta span i {
  padding: 0 10px;
}
.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}
.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}
.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}
.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.comments-list ul li {
  margin-bottom: 25px;
}
li.threaded-comments {
  margin-left: 50px;
}
.comments-list-img {
  float: left;
  margin-right: 15px;
}
.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}
.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.comments-content-wrap span a {
  color: #000;
}
.comments-content-wrap span b {
  margin-right: 5px;
}
.comments-list ul{
  list-style: outside none none;
}
.comment-respond {
  margin-top: 60px;
}
span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}
.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}
.comment-respond textarea.msg-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}
/* Partner Us block */
.partner-block{
  h1{
    font-size: 3rem;
    line-height: 4rem;
  }
  .text-block{
    font-size: 1rem;
    font-weight: 400;
    padding:30px 0;
  }


}
.partner-container{
  .nav-tabs .nav-link {
    border: none;
    color: #555;
    font-size: 16px
  }
  .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #996633;;
    color: #996633;;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
    justify-content: center;
  }
  .partner-section-tab{
    padding-top:20px;
  }
  .tab-content-wrapper{
    background-color: #f6f7f9;
    border-radius: .75rem;
    width: 100%;
    padding: 20px;
  }
  h2{
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 2.75rem;
  }
  .text-size-regular{
    font-size: 1rem;
  }
  .partners_list-item{
    margin-bottom: 10px;
  }
  .partners_list{
    margin-bottom:30px;
  }

}
.partner-wrapper-section{
  background-color: #f6f7f9;
  border-radius: .75rem;
  width: 100%;
  padding: 20px;
  .row.cards-row{
    flex-wrap: wrap;
  }
  .card-col{
    display: flex;
  }
  .partner-wrapper-box{
    background-color: #fff;
    justify-content: flex-start;
    padding: 1.75rem 1.65625rem 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border-radius:30px
  }
  .card-body.card-body-box {
    flex: 1;
  }
  .blue_circle {
    background-color: #848688;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    display: flex;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    i {
      font-size: 25px;
      color:#ffffff;
    }
}
}
.onboard-wrapper{
  padding-bottom:20px;
  .onboard-section{
    .custom-list {
      counter-reset: item;
      list-style: none;
      padding: 0;
  }
  
  .custom-list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
  }
  
  .custom-list .number {
      counter-increment: item;
      background-color: #848688;
      color: white;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin-right: 20px;
  }
  
  .custom-list .content {
      max-width: 600px;
  }
  
  .custom-list .content h2 {
      margin: 0 0 5px;
      font-size: 1.2em;
  }
  
  .custom-list .content p {
      margin: 0;
      color: #555;
  }
  }
 
}
 /* Button Styling */
 .ps-button-primary{
  background-color:transparent;
  border-color:var(--primary-color) !important;
  border-radius:5px;
  color:#000000 !important;
  transition: all .2s ease-out !important;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  &:hover{
     background-color:var(--secondary-color) !important;
  border-color:var(--secondary-color) !important;
  color: #ffffff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2);
  transform: scale(1.1);
  }

}

.ps-btn-custom.ps-button-primary{
  border-radius: 5px;
  display: inline-block;

}

.form-control.input-search{
  border-radius:30px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-search-store .form-control.input-search{
  border-radius:30px !important;
}
.input-search-store .input-search-icon{
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
  height:20px;
}
.input-search-store .input-search:focus{
 outline: none;
 box-shadow: none;
 border-color: #ced4da;
} 

.input-search-store .input-search:focus + .input-search-icon {
  opacity: 0; 
  pointer-events: none;
}
.ps-button-primary:before {
  content: "";
  display: block;
  background: var(--secondary-color);
  border-radius: 5px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  transform: translate(-100%,0) rotate(10deg);
  transform-origin: top left;
  transition: transform .2s ease-out;
  z-index: -1
}

 .ps-button-primary:hover,
 .ps-button-primary:focus,
 .ps-button-primary:focus-within {
  color: #ffffff !important;
  border-color:var(--secondary-color) ;
  background: var(--secondary-color);
  box-shadow: 0 6px 30px 0 rgba(0,0,0,.2);
  transform: scale(1.1);
  z-index: 1
}

.ps-button-primary:hover:before,
.ps-button-primary:focus:before,
.ps-button-primary:focus-within:before {
  transform: translate(0)
}
.ps-button-primary-search{
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  background-color: var(--primary-color) !important;
  border-color:var(--primary-color) !important ;
  &:focus{
    outline: none !important;
  }
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: transparent !important;
  border: 1px solid #fff !important;
 
}
 
.ready-btn.right-btn:hover {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
  border-color:var(--primary-color) !important;
  }

  .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
    border-color: var(--primary-color);
    color: #fff;
    background: var(--primary-color);
  }

  .col-primary{
    background-color:var(--primary-color);
    }

  .widget-header.widget-cart:hover i{
      color:var(--secondary-color)
    }

    .logo-upload-container {
      display: flex;
      align-items: center; /* Center vertically */
      gap: 20px; /* Space between logo and form field */
  }

  .logo-preview {
    flex: 0 0 auto; /* Prevent resizing */
}

.form-field {
  flex: 1; /* Allow the form field to take up remaining space */
}

/* Optional: Style adjustments */
.thumbnail {
  border: 1px solid #ddd; /* Add a border for better visibility */
  border-radius: 5px; /* Slightly rounded corners */
  padding: 10px; /* Add padding inside the border */
  background-color: white; /* Optional: background color for contrast */
  box-sizing: border-box; /* Ensure padding doesn't affect overall size */
}

/* Optional: Additional styles for better appearance */
.thumbnail img {
  display: block; /* Ensures no extra space below the image */
  width: 100%; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
}

.my-account-link {
  color: #996633; /* Replace with your desired hex color code */
}

/* Ensuring buttons fit in their containers */
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.table th, .table td {
  white-space: nowrap;
}
.store-filter-btns{
  margin-bottom:5px;
}
.store-filter-btns .btn-secondary{
  margin-right:5px;
}
.min-max-row{
  margin-bottom:10px;
}
.card-body.menu-collapsible.price-container{
  padding:10px 16px;

}
.result-block .form-control{
  width:180px;
}


.store-page .btn.btn-secondary.btn-clear{
  background-color: transparent;
  border: none;
  color:#ff0000;
  text-align: left;
  padding-left: 0;
  width: auto;
  padding-right: 0;
  &:focus{
    box-shadow: none;
  }
}
.store-page .btn.btn-primary.btn-filter.d-lg-none
{
  background-color: transparent !important;
  border: none !important;
  color:#000000;
  padding-left: 5px;
  width: auto;
  padding-right: 5px;
  &:focus{
    box-shadow: none;
  }
}
.product-row{
  margin-top:10px;
}
.result-block .row{
  margin-top:10px;
}

/* Button styles */
.button-container .custom-button {
  display: inline-flex !important;
  align-items: center;
  padding: 0 15px 0 0;
  background-color: var(--primary-color) !important; /* Button background color */
  border-radius: 30px; /* Rounded edges for the button */
  color: white;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

/* Hover effect */
.custom-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

/* Circle icon styles */
.custom-button .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: white; /* Circle background */
  border: 2px solid transparent; /* Green border */
  border-radius: 50%; /* Makes it a perfect circle */
  margin-right: 10px; /* Space between the circle and text */
  font-size: 20px;
  font-weight: bold;
  color: #b87359; /* Arrow color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Slight shadow */
}
.custom-button .circle::after {
  content: '';
  position: absolute;
  top: 2.5px; /* 3px gap */
  left: 2.5px;
  /* Puts the border behind the circle */
  border: 3px solid var(--secondary-color); /* Green border */
  border-radius: 50%; /* Ensures the border stays circular */
  z-index: 6;
  width: 40px;
  height: 40px;
}

/* Arrow inside the circle */
.custom-button .arrow {
  font-size: 24px;
  transform: translateX(0) translateY(-1px); /* Properly align the arrow */
  color:var(--primary-color) !important
}
.feature-list-items{
  align-items: stretch;
}
.feature-item-card{
  display: inline-grid;
}

.modal.modal-custom-popup{
 z-index: 9999;
}

.about-wrapper{
  margin-bottom:20px
}
.contact-wrapper{
  margin-bottom:20px;
}

.input-image{
  position: absolute;
  top:0;
  left:0;
  width: 38px;
  height: 38px;
  background-color: var(--primary-color) !important;
  img{
    width: 26px;
    height: 26px;
    position: relative;
    top:6px;
    left:6px;
  }
}
.input-coupon-wrapper input{
  padding-left:32px;
  border-radius:0;
  &:focus{
    box-shadow: none;
    border-color:none;
  }
}
.pr-0{
  padding-right: 0 !important;
}

.ps-button-primary.apply-coupon-btn{
  margin-bottom: 0 !important;
  height:38px !important;
  border-radius:0 !important;
}
.xs-icons-edit{
  position: absolute;
  right:20px;
}
.xs-icons-edit .fa.fa-pencil{
  padding:5px;
  color:var(--primary-color) !important;
}
.xs-icons-edit .fa.fa-trash{
  color:var(--primary-color) !important;
  padding:5px;
  margin-left:5px
}
.card-body.cart-card-body{
  padding-left:0 !important;
  padding-right:0 !important;
}
.dashboard-custom-ps .list-group-item{
  color: #fff;
  background-color: var(--secondary-color) !important;
  border-color: #ffffff !important;
  &.active{
  background-color:var(--primary-color) !important;

  }
}

.dashboard-custom-ps .list-group-item:hover{
  background-color: var(--primary-color) !important;
  cursor: pointer;
}

.dashboard-custom-ps .list-group-sub-item {
  color: #fff; /* White text */
  border-color: #ffffff !important;
  background-color: rgba(52, 58, 64, 0.5); /* Lighter transparent grey */
  padding: 10px 15px; /* Adequate padding */
  border-radius: 4px; /* Rounded corners */
  display: flex; /* Use flexbox to align icons and text */
  align-items: center; /* Vertically center the content */
  font-size: 16px; /* Standard font size */
  transition: all 0.3s ease; /* Smooth transition for hover/active effects */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* Light border between items */
}

.dashboard-custom-ps .list-group-sub-item i {
  font-size: 14px; /* Smaller icon size */
  margin-right: 10px; /* Spacing between icon and text */
}

.dashboard-custom-ps .list-group-sub-item:hover {
  background-color: rgba(90, 98, 104, 0.5); /* Slightly darker background on hover */
  cursor: pointer; /* Change cursor to pointer to indicate interactivity */
}


.banner { width: 100%; position: relative; overflow: hidden; padding: 30px; }

.home-carousel-container {  width: 58%; padding: 0; border: 0; border-radius: 16px; overflow: hidden; float: left; }
.carousel-indicators li { background-color: #D9D9D9; }
.carousel-indicators li.active { background-color: #90AD46; }

.custom-btn-container { position: absolute; left: 30px; bottom: 100px; z-index: 9999; display: block;
  opacity: 1;
  visibility: visible;}
.custom-btn-container .custom-button { 
  font: normal 800 26px "Inter", sans-serif; 
  color: #FFF; 
  text-decoration: none; 
  left: 5%; top: 74%; padding: 16px 80px 16px 45px; 
  border-radius:  50px; background: #A46F57 url(/static/images/arrow.png) 90% center no-repeat; 
  background-size: 30px 16px;  display: inline-block; z-index: 9999;}
.carousel-item {
  position: relative;
}

.carousel-item,
.hero-slide {
position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 30px 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.35), rgba(0,0,0,0) 60%);
  pointer-events: none;
  z-index: 5;
  }

  .btn-hero {
    pointer-events: auto;
    display: inline-block;
    font: normal 700 18px "Inter", sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 999px;
    background: #A46F57;
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    padding-right: 56px;
    background-image: url(/static/images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 30px 16px;
    }

    .btn-hero:hover {
      filter: brightness(0.95);
      }

.banner_ad_wrap { width: 42%; height: 100%; position: absolute; top: 30px; right: 30px; bottom: 30px; padding-left: 55px; padding-bottom: 60px; }

.banner_ad { height: 100%; position: relative; border-radius: 16px; background: rgb(235,122,61); background: linear-gradient(140deg, rgba(235,122,61,1) 0%, rgba(221,91,20,1) 100%); overflow: hidden; }

.home-carousel-container.right { position: absolute; right: 30px; top: 30px; height: auto; width: 36%; border-radius: 16px; box-sizing: border-box;  background: rgb(235,122,61); background: linear-gradient(140deg, rgba(235,122,61,1) 0%, rgba(221,91,20,1) 100%); }

.ad_graphic { position: absolute; }
.ad_graphic.g1 { background: url(/static/images/banner2_graphic_1.png) left top no-repeat; background-size: 100% 100%; width: 50%; height: 50%; left: 0; top: 0; }
.ad_graphic.g2 { background: url(/static/images/banner2_graphic_2.png) right top no-repeat; background-size: auto 100%; width: 60%; height: 60%; right: 0; top: 0; }
.ad_graphic.g3 { background: url(/static/images/banner2_graphic_3.png) right bottom no-repeat; background-size: auto 100%; width: 50%; height:50%; right: 0; bottom: 0; }
.ad_graphic.offer_lbl { font: normal 400 70px/70px "DM Serif Text", serif; color: #FBFF89; left: 5%; top: 36%; }
.ad_graphic.custom-button { font: normal 800 26px "Inter", sans-serif; color: #9C5E41; text-decoration: none; left: 5%; top: 74%; padding: 16px 45px; border-radius:  50px; background: rgb(255,226,58); background: linear-gradient(131deg, rgba(255,226,58,1) 39%, rgba(255,188,43,1) 67%, rgba(255,226,58,1) 86%); box-shadow: 0 4px 14px rgba(0,0,0,0.2); transition: all 0.2s; }


.product-cat { background: rgb(212,255,102); background: linear-gradient(180deg, rgba(212,255,102,0) 0%, rgba(212,255,102,0.13) 50%, rgba(212,255,102,0.3) 100%); }
.carousel-products { padding: 0 30px; }

.pc-wrapper, .li-wrapper { position: relative; padding: 10px 30px 0 30px; }
.pc-wrapper .pc-title, .li-wrapper .li-title { font: normal 400 24px/40px "inter", sans-serif; color: #494949; }
.pc-wrapper .custom-button, .pc-wrapper2 .custom-button { font: normal 500 16px/20px "Inter", sans-serif; color: #FFF; text-decoration: none; padding: 10px 40px 10px 30px; border-radius:  50px; background: #A46F57 url(/static/images/chevron.png) 90% center no-repeat; background-size: 6px 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.25); }
.pc-wrapper .custom-button { position: absolute; right: 30px; top: 10px; transition: all 0.1s; }
.pc-wrapper2 { text-align: center; padding-bottom: 30px; }
.pc-wrapper2 .custom-button { display: none; transition: all 0.1s; }


.carousel-products .carousel-wrapper { width: 100%; }
.carousel-products .img-container { display: block; 
  width: 224px; height: 260px; background-color: #fff; 
  border-radius: 16px; overflow: hidden;
}
.carousel-products .img-container a { display: block; width: 100%; height: 100%; background-color: #fff; position: relative; }
.carousel-products .img-container a .item { width: 100%; height: 100%; transition: all 0.3s; }
.carousel-products .img-container a:hover .item { transform: scale(1.05); }
.carousel-products .img-container a .category-name { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); flex-wrap: wrap; }
.carousel-products .img-container a .category-name .lbl { position: absolute; left: 0; bottom: 10px; width: 100%; padding: 15px; box-sizing: border-box; color: #FFF; font: normal 400 20px "inter", sans-serif; }

.carousel-gallery .img-container { display: block; width: 125px; height: 125px; border-radius: 16px; overflow: hidden;}
.carousel-gallery .img-container a { display: block; width: 100%; height: 100%; position: relative; }
.carousel-gallery .img-container a .item { width: 100%; height: 100%; transition: all 0.3s; }
.carousel-gallery .img-container a:hover .item { transform: scale(1.05); }

.carousel,
.carousel-inner,
.carousel-item {
position: relative;
overflow: visible;
}

.featured-p { background: rgb(212,255,102); background: linear-gradient(0deg, rgba(212,255,102,0) 0%, rgba(212,255,102,0.13) 50%, rgba(212,255,102,0.3) 100%); padding: 30px 20px; }

.fp-wrapper .text-uppercase { font: normal 300 16px/20px "inter", sans-serif; color: #494949; letter-spacing: 10px; text-align: center; }
.fp-wrapper .fp-title { font: normal 700 24px "inter", sans-serif; color: #494949; text-align: center; padding: 10px 0 50px 0; background: url(/static/images/floral-design.svg) 58% 30px no-repeat; background-size: 186px 40px; }

.featured-p .fp-see-all { text-align: center; margin-top: 20px; }
.featured-p .custom-button { display: inline-block; font: normal 500 16px/20px "Inter", sans-serif; color: #FFF; text-decoration: none; padding: 10px 40px 10px 30px; border-radius:  50px; background: #A46F57 url(/static/images/chevron.png) 90% center no-repeat; background-size: 6px 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.25); transition: all 0.1s; }

.feature-item-card .card {
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border: 0;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.feature-item-card .card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* ---- Full height image section ---- */
.feature-item-card .card .img-wrap {
  height: 260px;
  background-color: #f4f4f4;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
.feature-item-card .card .img-wrap.mt-3 { margin-top: 0!important; }
/* .feature-item-card .card .img-wrap img { width: 100%; height: 100%; margin: 0; } */
.feature-item-card .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.feature-item-card .card:hover .img-wrap img {
  transform: scale(1.05);
}

/* ---- Info Block ---- */
.feature-item-card .card .info-wrap {
  padding: 15px;
  background-color: #fff;
}


.feature-item-card .card .info-wrap .title {
  font-weight: 500;
  font-size: 16px;
  color: #444;
  margin: 0 0 10px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-item-card .card .info-wrap .price-wrap {
  font-size: 14px;
  display: flex;
  align-items: center;
}


.feature-item-card .card .info-wrap .price {
  font-weight: 700;
  color: #333;
}

.feature-item-card .card .info-wrap .price-old {
  font-weight: 400;
  margin-left: 8px;
  color: #999;
  text-decoration: line-through;
}

.feature-item-card .card .info-wrap .price strong { font-weight: 600; }
.feature-item-card .card .info-wrap .text-strike { text-decoration: line-through; font-size: 14px; color: #DA6938; padding: 0 10px; }
.feature-item-card .card .info-wrap .text-strike span { color: #BABABA; }
.feature-item-card .card .info-wrap .text-offer { background-color: #B0D84B; font-weight: 600; font-size: 14px; color:#FFFFFF; padding: 3px 10px; }

/* ---- Wishlist Top Right ---- */
.feature-item-card .card .favourite-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background-color: #ffffffee;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: background 0.2s;
}

.feature-item-card .card .favourite-tag:hover {
  background-color: #ffe5e5;
}

.feature-item-card .card .favourite-tag i {
  /* color: #cccccc;;
  font-size: 20px; */

  color: #848688;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}


/* Tooltip inside wishlist */
.feature-item-card .card .favourite-tag .tooltip {
  display: none;
  position: absolute;
  top: -30px;
  right: 0;
  background: #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
}

.feature-item-card .card .favourite-tag:hover .tooltip {
  display: block;
}

.feature-item-card .ps-button-primary { width: 70%; }

/* ---- Add to Cart Top Left ---- */
.feature-item-card .card .addtocart_btn {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block !important;
  z-index: 3;
}

.feature-item-card .card .addtocart_btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 500 14px "Inter", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 6px 16px 6px 36px;
  border-radius: 50px;
  background: #A46F57 url(/static/images/cart-icon.svg) 10px center no-repeat;
  background-size: 20px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}

.feature-item-card .card .addtocart_btn a:hover {
  background-color: #8a5646;
}

.add-to-cart-btn {
  position: absolute;
  top: 8px; left: 8px;
  background: #fff;
  color: #28a745;
  border: none;
  border-radius: 50%;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  z-index: 2;
  font-size: 1.2rem;
  transition: background 0.2s, color 0.2s;
}
.add-to-cart-btn:hover {
  background: #28a745;
  color: #fff;
}

/* ---- CTA Button Inside Info ---- */
.feature-item-card .card .ps-btn-custom {
  margin-top: 12px;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  background-color: #A46F57;
  color: #fff;
  border: none;
  width: 100%;
  transition: background-color 0.2s ease;
}

/* ---- Top-left Cart Button (Circle Icon) ---- */
.feature-item-card .card .cart-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background-color: #ffffffee;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: background 0.2s;
}

.feature-item-card .card .cart-tag i {
  color: #3c9f5e;
  font-size: 16px;
}

/* Tooltip (Cart) */
.feature-item-card .card .cart-tag .tooltip {
  display: none;
  position: absolute;
  top: -30px;
  left: 0;
  background: #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
}

.cart-tag, .favourite-tag {
  position: absolute;
  top: 12px;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.cart-tag {
  left: 12px;
}

.favourite-tag {
  right: 12px;
}

.cart-link i {
  color: #996633; /* Primary color */
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.wishlist-link i {
  color: #848688; /* Tertiary color */
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.cart-link:hover i {
  color: #AFBD77; /* Secondary on hover */
}

.wishlist-link:hover i {
  color: #AFBD77; /* Secondary on hover */
}

.tooltip {
  display: none;
}

.cart-tag:hover,
.favourite-tag:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 1);
}




.feature-item-card .card .cart-tag:hover .tooltip {
  display: block;
}


.feature-item-card .card .cart-tag:hover {
  background-color: #dff5e1;
}

.feature-item-card .card .ps-btn-custom:hover {
  background-color: #8a5646;
}

.feature-item-card .card .ps-btn-custom span { color: #ffffff; }
.feature-item-card .card:hover .addtocart_btn { display: block; }

.tab-unhide { display: none; }


.marketting-area { padding: 30px 0; }
.marketting-area .row { padding: 30px 100px; margin: 0!important; }
.marketting-area .col-inner-wrap { margin: 0 10px; padding: 1px; background: #90AD46; background: linear-gradient(180deg, rgba(144, 173, 70, 1) 0%, rgba(144, 173, 70, 0) 95%); border-radius: 16px; box-shadow: 0px -10px 20px rgba(0,0,0,0.07); }
.marketting-area .col-inner { padding: 10px 20px 30px 20px; text-align: center; background: #DDEDB2; background: linear-gradient(180deg, rgba(221, 237, 178, 1) 0%, rgba(221, 237, 178, 1) 20%, rgba(255, 255, 255, 1) 95%); border-radius: 15px; }
.marketting-area h4 { font: normal 500 20px "Inter", Arial; color: #494949; }
.marketting-area p { font: normal 300 15px "Inter", Arial; color: #8B9968; }
.marketting-area p a { font: normal 500 15px "Inter", Arial; color: #8B9968; }


.blog-area .container-fluid { padding: 30px; }
.li-wrapper { padding: 0; }
.blog-area .row { margin: 0; padding: 0 20px 0 40px; border-left: solid 1px #E6E6E6; }
.li-title { background:url(/static/images/insights_logo.svg) left center no-repeat; background-size: 25px 36px; padding: 10px 52px; }
.single-blog-img img { width: 100%; height:auto; border-radius: 16px; }
.ico-calendar { background:url(/static/images/calender.svg) left center no-repeat; background-size: 16px 16px; padding-left: 24px; font: normal 500 13px/16px "Inter", Arial; color: #A5A5A5; }
.blog-text h4 { font: normal 600 17px/22px "Inter", Arial; color: #494949; }
.blog-text p { font: normal 300 15px/20px "Inter", Arial; color: #767676; }
.view_all_insights { font: normal 300 40px/48px "Inter", Arial; color: #90AD46; display: inline-block; padding-top: 55px; }

.single-blog .ready-btn { text-transform: unset; color: #C28367!important; }
.blog-area .ps-button-primary { border: solid 1px #C28367; background: url(/static/images/arrow.svg) 90% center no-repeat; background-size: 8px 13px; font: normal 400 14px "Inter", Arial; padding-right: 30px; }


footer { background-color: #F5F5F5; border-top: solid 1px #EAEAEA; }
footer h4, footer h5 { padding: 0; margin: 0; }
footer .row { padding: 30px 100px; margin: 0; }

footer .support_link { margin-bottom: 16px; }

footer .social_links { padding: 0; margin: 5px 0; }
footer .social_links li { display: inline; padding: 0; margin: 0 5px; list-style: none; text-indent: -10000px; }
footer .social_links li a { display: inline-block; width: 38px; height:38px; border: solid 1px rgba(0,0,0,0.3); background-color: #FFFFFF; border-radius: 30px; text-align: center; background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; }
footer .social_links li a:hover { border-color: #90AD46;}
footer .social_links li a.icon-facebook { background-image: url(/static/images/icon_facebook.png); }
footer .social_links li a.icon-instagram { background-image: url(/static/images/icon_instagram.png); }
footer .social_links li a.icon-linkedin { background-image: url(/static/images/icon_linkedin.png); }
footer .social_links li a.icon-youtube { background-image: url(/static/images/icon_youtube.png); }

footer .product_cat { padding-top: 20px; }
footer .product_cat h4, footer .support_link h4 { font: normal 500 18px "Inter", Arial; color: #000000; padding: 0; margin: 0; }
footer .product_cat ul, footer .product_cat li { list-style: none; margin: 0; padding: 0; }
footer .product_cat li { display: inline-block; width: 48%; }
footer .product_cat li a, footer .copyright, footer .copyright a, footer .support_link a { font: normal 300 14px/30px "Inter", Arial; color: #979797; }
footer .product_cat a:hover, footer .copyright a:hover { color: #000000; }

footer .support_link { text-align: center; padding-top: 60px; }
footer .support_link a { background: url(/static/images/email.svg) left center no-repeat; background-size: 21px 15px; padding-left: 30px; }

footer .copyright { padding-top: 20px; }

footer .cus-right { padding: 0 0 0 100px; margin-top: -30px; }
footer .whatsapp { padding: 60px 20px 20px 20px; position: relative; background-color: #DDEDB2; border: solid 1px rgba(144,173,70,0.4); border-radius: 0 0 16px 16px; text-align: center; }
footer .whatsapp .img { position: absolute; top: -30px; width: 100%; text-align: center; }
footer .whatsapp h5 { font: normal 500 20px "Inter", Arial; color: #5D6743; padding: 0; margin: 0; }
footer .whatsapp h4 { font: normal 800 24px "Inter", Arial; color: #5D6743; padding: 0; margin: 0; }
footer .whatsapp p  { font: normal 600 20px "Inter", Arial; color: #87A145; padding: 0; margin: 0; }
footer .whatsapp .img a { display: inline-block; text-decoration: none;}
footer .whatsapp .img a img { display: block; margin: 0 auto;}


@media (max-width: 1200px) {

  .custom-btn-container { left: 30px; bottom: 40px; }
  .custom-btn-container .custom-button { font-size: 18px; padding: 12px 40px 12px 25px; background-size: 20px 11px;  }

  .ad_graphic.custom-button { font-size: 14px; padding: 8px 35px 8px 15px;  }
  .ad_graphic.offer_lbl { font-size: 36px; line-height: 36px; top: 25%; }
  .ad_graphic2 { width: 50%; height: 50%; }
  .ad_graphic3 { width: 50%; height: 50%; }

  .marketting-area .row { padding: 20px; }

  .blog-area .col { width: 50%; }

  footer .row { padding: 30px; }
}

@media (max-width: 992px) {
  /* small tablet devices */

  .custom-btn-container { left: 10px; bottom: 32px; }
  .custom-btn-container .custom-button { font-size: 14px; padding: 8px 35px 8px 15px; background-size: 15px 8px;  }

  .pc-wrapper, .li-wrapper { padding: 0 20px; }
  .pc-wrapper .custom-button { display: none; right: 0px; top: 20px; font-size: 14px; padding: 8px 30px 8px 20px; background-size: 4px 8px; }
  .pc-wrapper2 .custom-button { display: inline-block; }

  .marketting-area .row { padding: 20px; }
  .marketting-area .col { padding: 0; }
  .marketting-area .col-inner .img img { width:100%; height:auto; }
  .marketting-area p { font-size: 12px }
  .marketting-area p a { font-size: 12px; }

  .tab-unhide { display: block; }
  .mob-unhide { display: none; }

  .blog-area .col { width: 50%; }

  footer .row { padding: 30px; }
  footer .col { width: 100%;  flex-basis: inherit; text-align: center; }
  footer .cus-mid { padding: 30px 0; }
  footer .cus-right { padding: 30px; margin-top: 0; }
  footer .cus-right .whatsapp { padding: 60px 0 20px 0; border-radius: 16px; }
  
}
@media all and (max-width: 767px) {
  /* mobile devices */

  .custom-btn-container { left: 10px; bottom: 32px; }
  .custom-btn-container .custom-button { font-size: 14px; padding: 8px 35px 8px 15px; background-size: 15px 8px;  }

  .pc-wrapper, .li-wrapper { padding: 30px 10px 0 20px; }
  .pc-wrapper .custom-button { display: none; right: 0px; top: 20px; font-size: 14px; padding: 8px 30px 8px 20px; background-size: 4px 8px; }

  .pc-wrapper2 .custom-button { display: inline-block; }

  .banner, .carousel-products, .marketting-area .row { padding: 0 20px; }
  .featured-p { padding: 0 10px; }

  .home-carousel-container { width:100%; }
  .banner_ad_wrap { display: none; }

  .mob-unhide, .tab-unhide { display: none; }

  .li-wrapper { padding: 0 10px; }


  .marketting-area .row { padding: 0 10px; }
  .marketting-area .col { padding: 0 10px; flex-basis: inherit;  }
  .marketting-area .col-inner-wrap { margin: 0; }
  .marketting-area .col-inner .img img { width:100%; height:auto; }
  .marketting-area p { font-size: 12px }
  .marketting-area p a { font-size: 12px; }

  .blog-area .container-fluid { padding: 10px; }
  .blog-area .row { padding: 0; border-left: 0 none; }
  .blog-area .col { flex-basis: inherit; width: 100%; }

  footer .row { padding: 30px; }
  footer .col { width: 100%; float: none; text-align: center; }
  footer .cus-mid { padding: 30px 0; }
  footer .cus-right { padding: 30px; margin-top: 0; }
  footer .cus-right .whatsapp { padding: 60px 0 20px 0; border-radius: 16px; }
  
}


@media (max-width: 576px) {
  .btn {
      width: 100%;
  }
}


/* Make the trash icon a bit smaller or larger if needed */
.btn i.fa-trash {
  font-size: 18px; /* Adjust the size of the icon */
}


/* Allow the table to scroll horizontally only when necessary */
.table-responsive {
  -webkit-overflow-scrolling: touch;  /* Enable smooth scrolling on touch devices */
  overflow-x: auto;                  /* Allow horizontal scrolling */
}

/* Prevent content overflow in the table */
.table-shopping-cart td, .table-shopping-cart th {
  white-space: nowrap;               /* Prevent text from wrapping inside cells */
}

/* Optional: Adjust icon size */
.btn i.fa-trash {
  font-size: 18px;                   /* Set a smaller size for the trash icon */
}
.checkout-block{
  margin-top:0;
  ul{
    padding-left: 0;
    margin-top:15px;
  }
}
.cart-block .header-row,
.checkout-block .header-row{
  padding-top:15px;
  font-weight: bold;

}
.cart-block .card,
.checkout-block .card{
  padding-left:20px;
  padding-right: 20px;
}
.card.checkout-block .product-detailing-row{
  padding-top:0;

}
.card .product-detailing-row{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top:15px;
  padding-bottom:15px;
  &:last-child{
    border-bottom: none;
  }
}
.checkout-row{
  font-weight: bold;
  font-size: 14px ;
}
.cust-row-dashboard{
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
  margin-top:5px;
  margin-bottom:5px;
  font-weight: bold;
  font-size: 14px ;
  .small.header-row{
    font-weight: bold;
    font-size: 100%;
  }
}
.checkout-row-order-detail{
  padding:10px 0;
  border-bottom:1px solid rgba(0, 0, 0, 0.1);

}
.dashboard-block .small{
  font-weight: bold;
  font-size: 100%;
}
.order-detail-dashboard ul{
  padding-left: 0;
}

.cart-empty-mt{
  margin-top: 100px;
}

.cart-empty-bt{
  margin-bottom: 150px;
}

/* Make sure the layout adjusts properly on mobile */
@media (max-width: 768px) {
  .table-shopping-cart td, .table-shopping-cart th {
      font-size: 14px;               /* Adjust font size for smaller screens */
  }
}

.brand-item img {
  max-width: 150px;  /* Maximum width */
  max-height: 100px; /* Maximum height */
  width: auto;       /* Automatically adjusts width */
  height: auto;      /* Automatically adjusts height */
  object-fit: contain; /* Preserve aspect ratio */
}

.header-fixed{
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background: #ffffff;
}
body{
  padding-top:63px;
  position: relative;
}
.navbar-expand-lg .navbar-collapse.nav-mobile-hamburger {
  display: none !important;
}
.navbar.navbar-expand-lg.navbar-light{
  padding-left: 0;
  padding-right: 0;
}
.card-header[aria-expanded="true"] .toggle-icon::before {
  content: "\f068"; /* Font Awesome minus icon */
}

.card-header[aria-expanded="false"] .toggle-icon::before {
  content: "\f067"; /* Font Awesome plus icon */
}
.dropdown-toggle.login-lg{
  margin-left:15px;
}
.header-nav .nav-link.login-lg-dd{
  margin-left:0;
}
@media (max-width: 991px) {
  .navbar-collapse.collapse.show .header-right{
      justify-content: start !important;
      margin-top:10px !important;
  }
  .navbar-collapse.collapse.show .header-right .widget-cart{
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .slideInUp a.ready-btn{
    display: block !important;
  }
  .nav-item-custom .btn-search-navbar{
    margin-top:10px;
    margin-bottom:10px;
  }

}

@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%; /* 100% / 5 = 20% */
    max-width: 20%;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .store-wrapper{
    .sidebar.store-wrapper-xs {
      position: fixed;
      top: 0;
      right: -300px; /* Initially hidden */
      width: 300px;
      height: 100%;
      background: rgb(239,236,236);
      padding: 10px;
      transition: 0.3s ease-in-out;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
      z-index:9999;
    }
    
    /* Active class to show sidebar */
    .sidebar.store-wrapper-xs.active {
      right: 0;
    }
    
    /* Close button */
    .close-btn {
      position: absolute;
      top: 0;
      right: 10px;
      cursor: pointer;
      background: transparent;
      border: none;
      color: #000000;
      padding: 0 10px;
      border-radius: 5px;
      font-size:35px;
    }
    
    /* Overlay to detect outside clicks */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(239,236,236,.6);
      z-index: 9991;
    }
    
    .overlay.active {
      display: block;
    }
    
    /* Open button */
    .open-btn {
      padding: 10px 15px;
      background: #007bff;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      margin: 20px;
    }
    .card{
      top:40px;
      height: 100vh;
      overflow: scroll;
    }

  }
.hamburger-xs{
  button.hamburger:focus{
    outline:none
  }
  .hamburger {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99999;
}

/* Hamburger Bars */
.hamburger div {
  width: 25px;
  height: 2px;
  background: rgb(80, 86, 85);
    margin: 6px 0;
    transition: 0.3s;
}

/* Change to 'X' when active */
.hamburger.active div:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.hamburger.active div:nth-child(2) {
    opacity: 0;
}
.hamburger.active div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Sidebar */
.sidebar-hamburger {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background:rgb(239,236,236);
    color: white;
    padding: 20px;
    transition: 0.3s ease-in-out;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    z-index:9999;
}

/* Active class to show sidebar */
.sidebar-hamburger.active {
    left: 0;
}

/* Overlay to detect outside clicks */
.overlay-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(239,236,236,.6);
    transition: 0.3s ease-in-out;
    z-index: 9991;
}

.overlay-header.active {
    display: block;
}
.single-blog{
  position: relative
  ;top:40px;;
}
}
  .dashboard-total-orders{
    margin-bottom: 10px;;
  }

  .order-complete-container{
    width: 100%;
    padding: 20px;
  }

  .dashboard-block .price-row{
      margin-top:10px;
      margin-bottom: 10px;
    }

  .btn-detail-dashboard{
    background-color: var(--primary-color) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    position: relative;
    .fa-chevron-right{
      font-size:18px;
      position: absolute;
      color: var(--primary-color);
    }
  }

  .order-table table th,
.order-table table td{
  font-size:12px;
  padding:5px;
}


  .gallery-wrap .img-big-wrap img{
    width: 100%;
    height:auto;
  }

.address-row{
  margin-bottom:0 !important;
  margin-top:25px;
}

  .checkout-block{
    margin-top:10px
  }
  .dropdown-menu.profile.profile-mobile.show{
    left: inherit;
    right: 0;
    top:55px;
  }
  .navbar-expand-lg .navbar-collapse.nav-mobile-hamburger.show {
    display: block !important;
  }
  .border-bottom-mini{
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .single-blog-mini{
    padding-top:10px;
    padding-bottom:10px;
  }
  body{
    padding-top:138px;
  }
  .nav-item.nav-item-custom.ml-3{
    margin-left:0 !important
  }


  .nav-mobile-hamburger .single-blog,
  .search-mobile.single-blog.single-blog-mini,
  .search-mobile.single-blog.single-blog-mini .search{
    margin-bottom:0 !important;
  }
  .widget-header{
    margin-left:8px;
  }
  .product-margin{
    margin-top:15px;
  }
  .cart-block .btn-container .btn{
    width:auto !important;
  }
  .quantity-row,
  .price-row{
    margin-top:10px;
  }
  .product-block{
    margin-bottom: 20px;;
  }
  .slider-content.main-page {
    padding: 100px 30px 100px 30px;
  }
  /* .slides.nivoSlider .nivo-main-image{
     height:400px !important;
  } */
  .slider-area{
    margin-top: 30px;
  }
}


/* Style for the remove button (cross icon) in wishlist page */
/* Style for the remove button (cross icon) */

.wishlist-link {
  display: inline-block;
  font-size: 24px; /* Set the size of the heart icon */
  color: #969696; /* Default color */
  position: relative;
}

.wishlist-link:hover {
  color: #AFBD77; /* Change color on hover */
}

/* Tooltip styling */
.wishlist-link .tooltip {
  visibility: hidden; /* Tooltip is hidden by default */
  position: absolute;
  top: -30px; /* Position the tooltip above the icon */
  left: 50%;
  transform: translateX(-50%); /* Center the tooltip horizontally */
  background-color: rgba(0, 0, 0, 0.75); /* Tooltip background color */
  color: #fff; /* Tooltip text color */
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0; /* Start with opacity 0 */
  transition: opacity 0.3s; /* Smooth transition */
}


.remove-from-wishlist {
  position: absolute;
  top: 8px; right: 8px;
  background: #fff;
  color: #dc3545;
  border-radius: 50%;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  z-index: 2;
  font-size: 1.2rem;
  transition: background 0.2s, color 0.2s;
}
.remove-from-wishlist:hover {
  background: #dc3545;
  color: #fff;
}

/* End of Style for the remove button (cross icon) in wishlist page */

/* CSS for icon and text alignment */
.product-icon-text{
  display: flex;
  align-items: center;
  gap: 10px; /* Space between the icon and the text */
}

.product-icon {
  width: 75px; /* Set the desired width of the icon */
  height: 75px; /* Set the desired height of the icon */
}

.icon-text {
  font-size: 16px; /* Adjust the font size as needed */
  color: #333; /* Adjust text color */
}

.mobile-nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #A46F57;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.2rem 0;
  transition: color 0.2s;
  position: relative;
}

.mobile-nav-item a:active,
.mobile-nav-item a:focus {
    color: #90AD46;
}

/* Active state (optional, if you want to highlight the current page) */
.mobile-nav-item.active a,
.mobile-nav-item a.active {
    color: #90AD46;
}
.mobile-nav-item.active i,
.mobile-nav-item a.active i {
    color: #90AD46;
    transform: scale(1.15);
}


.mobile-navbar .mobile-nav-item a i {
  color: #996633; /* Make icons white */
}

.mobile-navbar .mobile-nav-item a span {
  color: #848688; /* Make text green */
}

.mobile-navbar .mobile-nav-item a {
  text-decoration: none; /* Remove underline from links */
}

/* WhatsApp icon color */
.mobile-nav-item a[href*="wa.me"] i {
  color: #25D366;
}

/* Responsive: Hide on larger screens */
@media (min-width: 992px) {
  .mobile-navbar {
      display: none !important;
  }
}

/* Safe area for iOS devices */
@media (max-width: 600px) {
  .mobile-navbar {
      padding-bottom: env(safe-area-inset-bottom, 0.5rem);
      min-height: 60px;
  }
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.2em;
  color: #AFBD77; /* WhatsApp green color */
  text-decoration: none;
  
}

.whatsapp-link i {
  margin-right: 8px; /* Space between icon and text */
}

.whatsapp-link:hover {
  color: #996633; /* Darker green on hover */
}

/* Add the animated underline to all links with 'link-underline' class */
.link-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1em;
  color: #333;
  text-decoration: none;
}

.link-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #996633; /* Change this to your desired color */
  color: #996633;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.link-underline:hover::after {
  
  transform: scaleX(1);
  transform-origin: bottom left;
}

.link-underline:hover {
  color: #333; /* Keep text color the same on hover */
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
  display: flex;
  align-items: center;
}

.valid:before {
  position: relative;
  margin-right: 5px;
  /* left: -35px; */
  content: "✔";
  font-size: 16px;
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
  display: flex;
  align-items: center;
}

.invalid:before {
  position: relative;
  margin-right: 5px;
  /* left: -35px; */
  content: "✖";
  font-size: 16px;
}


.jscartspace{
  margin-top: 100px;
  margin-bottom: 175px;
}


@media (min-width: 320px) and (max-width: 480px) {
  .section-header .logo{
    width:100% !important;
  }
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
  .modal-content {
      width: 90%;
      padding: 15px;
  }

  .submit-btn {
      width: 100%;
  }
}

#selected-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#selected-categories ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}