@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: inherit !important
}

.main {
    position: relative;
    overflow: hidden;
} 

:root {
    --primary-font: "Outfit", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
    --primary-color: #0c5f42;
    --secondary-color: #c0c0c0;
    --primary-text: #1a1a1a;
    /*--primary-text: #212529;*/
    --secondary-text: #3c3c3c;
    --body-text: #6c6c6c;
    --primary-bg: #eafff8;
    --secondary-bg: #ece4bf;
    --white-color: #fff;
    --box-shadow2: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
    --transition: all 0.3s ease;
    --transition2: all 0.5s ease;
    --linear-gradient:  linear-gradient(180deg, rgb(12 95 66 / 40%) 0%, rgb(22 171 116 / 20%) 50%, rgb(237 221 83 / 0%) 100%);
}

.filter-wrapper,
.mobile-apply-btn {
    display: none;
}

.padding-block-140 {
    padding-block: 140px;
}
.pt-140{
    padding-top: 8.75rem;
}
.pb-140{
    padding-bottom: 8.75rem;
}
.pt-100 { padding-top: 6.25rem; }
.pt-75 { padding-top: 4.6875rem; }
.pb-100 { padding-bottom: 6.25rem; }
.pb-75 { padding-bottom: 4.6875rem; }

.container_xxl{
    max-width: 1660px;
}
.bg-color {
    background: var(--primary-bg);
}

.theme-color{
    color: var(--primary-color);
}
.bg-btn{
    background: var(--primary-color);
}
.theme-border{
    border: 1px solid var(--primary-color);
}
.mt-90{
    margin-top: 90px;
}

.common-btns .theme-more-btn{
    color: #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    position: relative;
}
.common-btns .theme-more-btn:hover{
    color: #345c0d;
    border-bottom: 1px solid #345c0d;
}
a{
    color: var(--primary-color);
}

p {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 30px;
}

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

li, a {
    text-decoration: none; 
    font-weight: 500;
    font-family: var(--secondary-font);

}


.toggle-text {
  cursor: pointer;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .35s ease;
}

/* Expanded state */
.toggle-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
  max-height: none;
}


.app-bottom-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: var(--primary-bg); 
  padding: 12px 20px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  transition: bottom .35s ease;
  z-index: 99;
  display: none;
}

.app-bottom-bar.show {
  bottom: 0;
}

.bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}


.bottom-inner ul li a {
  font-size: 16px;
  color: var(--primary-text);
  position: relative;
  text-align: center;
  align-items: center;
  font-family: var(--secondary-font);
  font-weight: 700;
}

.bottom-inner ul li a > .icon-name {
  font-size: 12px;
  display: inline-block !important;
  background: transparent !important;
  margin: 0px 0px !important;
  height: auto !important;
  width: auto !important;
}

.bottom-inner ul {
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.bottom-inner .hamburger img {
  width: 26px;
  position: relative;

}

/* Loader */
#loader {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #e8f5e9, #ffffff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease, visibility 1s ease;
}

#loader.fade-out {
    opacity: 0;
    visibility: hidden;
}

@keyframes pop {
    0% { transform: scale(0.7); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

#typing-text {
    font-size: 40px;
    letter-spacing: 3px;
    color: #2e7d32;
}

/* Main Content */
#content {
    display: none;
    padding: 40px;
    animation: showContent 1s ease forwards;
}

@keyframes showContent {
    from { opacity: 0; }
    to { opacity: 1; }
}


 /*============================================================
    HEADER SECTION START
============================================================*/

  

/*main Header */

.header {
    background: transparent;
    position: absolute;
    z-index: 3;
    width: 100%;
    backdrop-filter: blur(2px);
    padding: 12px 0px;
}

.header-color {
  background: #ffffff80;
  backdrop-filter: blur(5px);
}

.header-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffffad;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: slide-down .7s;
}



@keyframes slide-down{
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}

.sticky-header .nav-list li a {
  color: var(--primary-text);
}

/* Logo */
.logo a img {
    height: auto;
    transition: transform 0.3s;
    width: 180px; 
}

.logo a img:hover {
    transform: scale(1.05);
}

/* Main Navigation */
.main-nav {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    margin-bottom: 0px;
}

.nav-list li a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.3s;
    padding: 0.5rem 0;
    position: relative;
}

/*.nav-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s;
}*/

.nav-list li a:hover {
    color: #0c0c0c;
}

/*.nav-list li a:hover::after {
    width: 100%;
}*/

/* Mega Menu */
.mega-menu {
    position: relative;
}

.mega-menu-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 2rem;
    min-width: 1100px;
    display: none;
    z-index: 1000;
    border-radius: 8px;
    margin-top: .5rem;
}

.mega-menu:hover .mega-menu-content {
    display: block;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.mega-menu-column h3 {
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.mega-menu-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}

.mega-menu-column ul {
    list-style: none;
    padding-left: 0;
}

.mega-menu-column ul li {
    margin-bottom: 0.8rem;
}

.mega-menu-column ul li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-menu-column ul li a i {
    font-size: 0.8rem;
    opacity: 1;
    transition: opacity 0.3s;
}

.mega-menu-column ul li a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}


/* Submenu Styles */
.has-submenu {
    position: relative;
}

.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    min-width: 300px;
    padding: 2rem 1.2rem;
    border-radius: 4px;
    display: none;
    z-index: 1001;
}

.has-submenu:hover .submenu {
    display: block;
}

.submenu li {
    margin-bottom: 0.5rem;
}

.submenu li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 0.3rem 0;
}

.submenu li a:hover {
    color: #007bff;
    padding-left: 5px;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fffffffa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 230px;
    display: none;
    width: max-content;
    z-index: 1000;
    border-radius: 0;
    margin-top: .5rem;
    padding: 15px 10px;
    list-style: none;
}

.dropdown-menu li {
    padding: 0;
    margin: 0;
}
.dropdown-menu li a {
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 4px;
    display: block;
    padding: 12px 45px 12px 15px !important;
    border-radius: 5px;
    background: #FFFFFF;
    transition: all 0.3s;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-black)
}
.dropdown-menu li a:hover {
    color: var(--primary-color);
    opacity: 1;
    background: #F2F2F8;
    opacity: 1;
}
.dropdown-menu li a:hover::after{
    content: none;
}
/* Mobile Menu Toggle */

.mobile-menu-toggle {
    display: none;
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--primary-color);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 3px;
    transform-origin: center;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Hover effect for hamburger */
.hamburger:hover span {
    background: var(--secondary-color);
}

.hamburger:hover span:nth-child(1) {
    transform: translateY(-2px);
}

.hamburger:hover span:nth-child(3) {
    transform: translateY(2px);
}

.hamburger.active:hover span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active:hover span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 15px rgba(0,0,0,0.1);
    transition: 0.3s;
    z-index: 99999;
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-header {
    padding: 0rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-color);
    background: linear-gradient(to right, #fff, #345d0dd1);
}

.close-sidebar {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s;
}

.close-sidebar:hover {
    color: var(--primary-color);
}

.sidebar-nav ul {
    list-style: none;
    padding: 1rem;
}

.sidebar-nav ul li {
    margin-bottom: 0.5rem;
}

.sidebar-nav ul li a {
    text-decoration: none;
    color: #2c3e50;
    display: flex;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    transition: all 0.3s;
    justify-content: space-between;
    align-items: center;
}

.sidebar-nav ul li a:hover {
    background: #f9fffb;
    color: var(--primary-text);
}

.sidebar-submenu {
    display: none;
    padding-left: 1rem;
}

.sidebar-dropdown.active .sidebar-submenu {
    display: block;
    margin-left: 30px;
}

.sidebar-dropdown a i {
  background: #f9fffb;
  padding: 2px 5px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.sidebar-submenu li::marker {
  content: "\F138";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--primary-color);
}

.sidebar-submenu-level-2 {
    display: none;
    padding-left: 1rem;
}

.sidebar-submenu-item.active .sidebar-submenu-level-2 {
    display: block;
}

/* Yeh class parent item par add ki gayi thi jiske andar nested menu hai */
.sidebar-sub-dropdown > a {
    /* Optional: Agar aap nested dropdown item ke link ko alag style dena chahte hain */
    position: relative;
}

/* Sub-submenu (Level 2) - By default hidden rahega */
.sidebar-sub-submenu {
    list-style: none;
    padding-left: 1rem; /* Indentation for second level */
    margin-top: 0.5rem; /* Thoda space upar se */
    margin-bottom: 0.5rem;
    display: none; /* Default mein chupa rahega */
}

/* Sub-submenu ke items ka padding/color */
.sidebar-sub-submenu li a {
    padding: 0.6rem 1rem;
    background: #f4f4f4; /* Background colour for better distinction */
    color: #444;
}

.sidebar-sub-submenu li a:hover {
    background: var(--secondary-color);
    color: var(--primary-text);
}

/* JS se jab yeh item active hoga, tab sub-submenu dikhega */
.sidebar-sub-dropdown.active .sidebar-sub-submenu {
    display: block; /* Active hone par dikhai dega */
}

/* Ek aur chota correction: sidebar-submenu ke items ka padding/style */
.sidebar-submenu .sidebar-submenu-item a {
    /* Ensure first level submenu items also have proper padding */
    padding: 0.6rem 1rem; 
}


/* Ye existing styles hain jo thode adjust hone chahiye nested menu ke liye */

/* Isko thoda generic kar diya tak ki level 2 bhi handle ho jaaye */
.sidebar-nav ul ul {
    list-style: none;
    padding-left: 1rem;
}

/* Existing sidebar-dropdown styles ko confirm karte hain */
.sidebar-dropdown.active .sidebar-submenu {
    display: block;
}

/* Popup Form Styles */
.popup-container {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    justify-content: center; 
    align-items: center; 
}

.popup-container.active {
    display: flex; 
}

.popup-content {
    background-color: #fefefe;
    margin: auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 700px; 
    max-width: 90%; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative; 
    border-radius: 8px;
}

.popup-content h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.popup-content form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.popup-content form input[type="text"],
.popup-content form input[type="email"],
.popup-content form textarea {
    width: calc(100% - 22px); /* Adjust for padding and border */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.popup-content form textarea {
    resize: vertical; /* Allow vertical resizing */
    min-height: 100px;
}

.popup-content form button[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff; /* Example button color */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.popup-content form button[type="submit"]:hover {
    background-color: #0056b3; /* Darker color on hover */
}
 
.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

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


  /* ---------- ICONS SECTION ---------- */

.icons ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
  }

.icons a {
    text-decoration: none;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
    position: relative;
  }  /* ---------- ICONS SECTION ---------- */

.icons ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
  }

.icons a {
    text-decoration: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    position: relative;
  }

 /* ---------- SEARCH BAR ---------- */

.search-container {
    position: relative;
  }

.search-bar {
    position: absolute;
    right: 30px;
    top: -2px;
    width: 0;
    opacity: 0;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: 0px;
  }

.search-bar.active {
    width: 300px;
    opacity: 1;
  }

.close-icon {
    display: none;
    cursor: pointer;
    font-size: 20px;
  }

.close-icon.active {
    display: inline;
  }


.search-container a i {
    color: var(--primary-text);
}

/*============================================================
    HEADER SECTION END
============================================================*/

/*============================================================
    BANNER SWIPER SLIDER SECTION START
============================================================*/



.banner-section {
    background: #f4fff8;
    overflow: hidden;
    padding:240px 0px 60px;
    position: relative;
  }

.bannerSwiper {
    position: relative;
    overflow: visible!important;
}

.banner-sub-title {
  font-size: 26px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--primary-text);
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
  display: block;
}
 
.banner-title {
  font-size: 80px;
  font-weight: 800;
  color: var(--primary-text);
  font-family: var(--primary-font);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}
.banner-text {
  font-size: 18px;
  color: #444;
  font-family: var(--secondary-font);
  font-weight: 500;
  margin: 20px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.3s;
}
.banner-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0c5f42;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.4s;
}
.banner-img {
  max-width: 90%;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.bannerSwiper::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(100px);
    opacity: 0.6;
    right: 100px;
    bottom: -100px;
    z-index: -1;
}

.bannerSwiper::after {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 300px;
    height: 300px;
    border-radius: 100%;
    filter: blur(100px);
    opacity: 0.6;
    left: 0;
    bottom: -160px;
    z-index: -1;
}

 .banner-slider-image, .bannerswiper-items {
    position: relative;
    z-index: 2;
}

.banner-slider-image img {
    position: absolute;
    bottom: -260px;
    right: 100px;
}
 
.banner-float-img img {
    width: 100px;
}

.banner-float-img .float-img04 {
    position: absolute;
    right: 0;
    bottom: 0;
    filter: blur(1.5px);
}

.banner-float-img .float-img03 {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-float-img .float-img02 {
    position: absolute;
    left: 0;
    bottom: 0;
    filter: blur(1.5px);
}

.banner-float-img .float-img01 {
    position: absolute;
    left: 0;
    top: 0;
}
 
.swiper-slide-active .banner-sub-title,
.swiper-slide-active .banner-title,
.swiper-slide-active .banner-text,
.swiper-slide-active .banner-btn {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .banner-img {
  opacity: 1;
  transform: translateX(0);
}

  /* Swiper controls */
  .swiper-button-next,
  .swiper-button-prev {
    color: #0c5f42;
  }
  .swiper-pagination-bullet-active {
    background: #0c5f42;
  }
 

/*============================================================
    BANNER SWIPER SLIDER SECTION END
============================================================*/



.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating{
    
    0% {
    transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }

}


/*============================================================
    OUR CATAGORIES SECTION START
============================================================*/

.pt-catagories-section {
    position: relative;
}

.pt-catagories-section {
    position: relative;
    z-index: 1;
}

.pt-catagories-section::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 250px;
    height: 250px;
    opacity: 0.7;
    filter: blur(100px);
    border-radius: 100%;
    z-index: -1;
    left: 32%;
    top: 80px;
}

.pt-catagories-section::after {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 250px;
    height: 250px;
    opacity: 0.7;
    filter: blur(100px);
    border-radius: 100%;
    z-index: -1;
    right: 0;
    top: 80px;
} 

.pt-catagories-slider .pt-catagories-items {
    position: relative;
    background: #ffffff50;
    display: flex;
    padding: 20px;
    overflow: visible;
    align-items: center;
    height: 250px;
    border-radius: 6px;
    border: 1px solid green;
    gap: 40px;
    backdrop-filter: blur(5px);

}

.pt-catagories-slider .swiper-wrapper {
    margin-top: 100px;
    margin-bottom: 10px;

}

.pt-catagories-slider .pt-catagories-items img {
    width: 160px;
    /*height: 320px;*/
    object-fit: contain;
    /*left: -50px;
    top: -50px;*/
    position: relative;
    transition: all 0.5s ease;
    transform: translateY(0);
    transform: scale(1) translateY(-10px);
}

.pt-catagories-slider .pt-catagories-img {
    position: relative;
    left: 0;
}


.pt-categorey-content {
    position: relative;
    transition: all 0.5s ease;
    left: 0;
    z-index: 6;
    transition: var(--transition);
}

.pt-categorey-content h2 {
    font-size: 26px;
    font-family: var(--primary-font);
    font-weight: 600;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.pt-categorey-content p {
    position: relative;
    font-size: 16px;
    color: var(--secondary-text);
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 23px;
}

.pt-categorey-content a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.swiper-slide-active .pt-catagories-items {
    transform: scale(1.2) translateX(30px);
    z-index: 5;
    position: relative;
    width: 84%;
    transition: var(--transition);
    height: 230px;
    background: var(--linear-gradient);
    gap: 0px;
}


/* ACTIVE SLIDE EFFECT */
.swiper-slide-active .pt-catagories-img img {
    transform: scale(1.1) translateY(-10px);
    z-index: 2;
    position: relative;
    left: -20px;
    top: -40px;
    width: 180px;
    transition: var(--transition);
}

/*.swiper-slide-active .pt-categorey-content {
    /*top: 40px;*/
    /*left: -40px;*/
}*/

.swiper-slide-active .pt-categorey-content h2 {
    z-index: 5;
    position: relative;
    width: 100%;
    transition: var(--transition);
    left: 0px;
    bottom: 0px;
    font-size: 22px;
    margin-bottom: 0;
 
}

.swiper-slide-active .pt-categorey-content p {
    display: block;
    opacity: 1;
    font-size: 14px;
    margin-bottom: 0;

}
.swiper-slide-active .pt-categorey-content a {
    font-size: 14px;
    margin-bottom: 0;
}

.swiper-button-prev svg, .swiper-button-next svg{
    display: none;
}

.pt-catagories-slider .swiper-button-next, .pt-catagories-slider .swiper-button-prev {
    color: #0c5f42;
    font-size: 20px;
    top: 62%;
    right: 1px;
    background: white;
    padding: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}


.dnone {
        display: none;
    }
 
/*============================================================
    OUR CATAGORIES SECTION END
============================================================*/


/*============================================================
    LATEST PRODUCTS SECTION START
============================================================*/

.pt-latest-section {
    background-color: var(--section-bg, transparent);
}

.shop-page {
  position: relative;
}

.pt-common-heading h2 {
    font-size: 36px;
    color: var(--primary-text);
    font-family: var(--primary-font);
    font-weight: 800;
    position: relative;
    display: inline-block;
}


.pt-latest-items {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.pt-latest-items:hover {
    box-shadow:rgb(149 157 165 / 16%) 0px 3px 22px
}

.pt-latest-img {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0;
}

.pt-latest-content {
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.pt-latest-img::before {
    position: absolute;
    content: "";
    background: #efefef;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
    border-radius: 10px 10px 0px 0px;
}
 
.catagories-offers {
    position: absolute;
    top: 30px;
    z-index: 2;
    left: 30px;
    background: transparent;
    padding: 10px 20px;

}
.product-stock{
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #fe3838b8;
    color: #fff;
}
.pt-latest-slider .swiper-button-next {
    color: #0c5f42;
    font-size: 20px;
    top: 50%;
    right: 1px;
    background: white;
    padding: 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    border-radius: 50%;
    opacity: 0;
    transition: var(--transition);
}

.pt-latest-slider .swiper-button-prev {
    color: #0c5f42;
    font-size: 20px;
    top: 26px;
    left: 93%;
    background: white;
    padding: 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.catagories-offers span {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 600;
}

.pt-latest-content h3 a {
    font-size: 18px;
    font-family: var(--primary-font);
    color: var(--primary-text);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0;
}

.pt-latest-content-price p {
    margin-bottom: 0;
}

/* Quantity Selector */
.quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.quantity-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.quantity-btn i {
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
}

.quantity-btn:hover {
  background: #0c5f42;
  border-color: #0c5f42;
  text-decoration: none;
}

.quantity-btn:hover i {
  color: #fff;
}

.quantity-value {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  width: 50px;
  text-align: center;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}

.quantity-value::-webkit-outer-spin-button,
.quantity-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pt-latest-items .pt-latest-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: var(--transition);
    border-radius: 10px;
}
.pt-latest-items .pt-latest-img img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
    height: auto;
}

.pt-latest-items .pt-latest-img img:nth-child(1) {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.pt-latest-items:hover .pt-latest-img img:nth-child(1) {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.pt-latest-items .pt-latest-img img:nth-child(2) {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.pt-latest-items:hover .pt-latest-img img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

/* Product Action Icons */
.product-action-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-action-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.action-icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(30px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.action-icon i {
  font-size: 18px;
  color: #333;
  transition: color 0.3s ease;
}

.action-icon:hover {
  background: #0c5f42;
  transform: translateX(0) scale(1.1);
  text-decoration: none;
}

.action-icon:hover i {
  color: #fff;
}

.pt-latest-items:hover .action-icon {
  opacity: 1;
  transform: translateX(0);
}

.pt-latest-items:hover .wishlist-icon {
  transition: all 0.3s ease 0.1s;
}

.pt-latest-items:hover .compare-icon {
  transition: all 0.3s ease 0.2s;
}

.pt-latest-items:hover .cart-icon {
  transition: all 0.3s ease 0.3s;
}

.wishlist-mob {
  background: transparent;
  border: 1px solid #000 !important;
  width: 40px;
  height: 40px;
}
.wishlist-mob i{
    color: #000;
}
.cart-btn-mob {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 8px 19px;
    border: none;
}

.cart-btn-mob:hover{
    background: var(--primary-color);
}

/* Products Rating Styling */
.products-rating {
    position: absolute;
    bottom: 108px;
    right: 26px;
    z-index: 5;
    padding: 8px;
    /* backdrop-filter: blur(5px); */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}
.products-rating ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-rating ul li {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.products-rating ul li:nth-child(2)::before {
    content: " / ";
    /*position: absolute;
    left: 40px;*/
  }

.rating-value {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin: 0;
}

.rating-stars {
  display: flex;
  gap: 2px;
  margin: 0;
}

.rating-stars i {
  font-size: 12px;
  color: #ffc107;
  line-height: 1;
}

.rating-stars i.bi-star-half {
  color: #ffc107;
}

.reviews{
    padding: 0px 5px;
}
.reviews .stars {
    color: var(--bs-yellow);
    margin-right: 5px;
}
/*============================================================
    LATEST PRODUCTS SECTION END
============================================================*/

.sidebar-category li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-category input[type="checkbox"], .form-check-input input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    accent-color: var(--primary-color);
}


.sidebar-category label {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: #000;
}

/*cat*/

/* Reset */
.sidebar-category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Parent category */
.sidebar-category-list .parent-category > a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #111;
    margin: 12px 0 6px;
}

/* Sub category list */
.sidebar-category-list .sub-category {
    padding-left: 16px;
}

/* Sub category item */
.sidebar-category-list .sub-category li {
    margin: 4px 0;
}

/* Dash before sub category */
.sidebar-category-list .sub-category li a::before {
    content: "- ";
    color: #555;
}

.sidebar-category-list .sub-category li a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

.sidebar-category-list .category-number {
    font-size: 13px;
    color: #666;
    margin-left: 4px;
}

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

.sidebar-category-list li.active > a {
    font-weight: 700;
    color: #000;
}


    /* Left: Filter */
    .open-filter::before {
        content: "\F3C6";
        color: var(--primary-text);
        right: 15px;
        position: absolute;
       font-family: bootstrap-icons !important;
       bottom: 9px;
    }

    /* Right: Sort */
    .open-sort::after {
        content: "\F574";
        color: var(--primary-text);
        position: absolute;
        right: 15px;
        font-family: bootstrap-icons !important;
    }


/* MOBILE BUTTON BAR */
.mobile-bar { 
  gap: 10px;
  padding: 12px;
  background: #fff;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: #fff;
  display: none;

}


.mobile-bar a {
    border: none;
    color: var(--primary-text);
    border-radius: 6px;
    font-size: 15px;
    position: relative;
}

.mobile-bar::before {
  border-top: 1px solid #ddd;
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  border-bottom: 1px solid #ddd;
  padding: 24px;
}

.mobile-bar::after {
  position: absolute;
  content: "";
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: #ddd;
  top: 25px;
}


    .open-filter{
        padding: 12px 36px 12px 20px;
    }

    /* Right: Sort */
    .open-sort {
  padding: 12px 36px 12px 20px;
}

/* OVERLAY */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 90;
}

/* FILTER SLIDE LEFT */
.filter-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  background: #fff;
  z-index: 22222;
  transition: var(--transition);
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-panel.active { left: 0; }

/* SORT BOTTOM SHEET */
.sort-panel {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 22222;
    border-radius: 0 0;
    transition: var(--transition);
}
.sort-panel.active { bottom: 0px; }

/* PANEL HEADER */
.panel-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.panel-header button {
    border: none;
    background: none;
    font-size: 22px;
}

/* SORT LIST */
.sort-options .option {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.sort-options .option:hover {
    background: #f5f5f5;
}

/* DESKTOP SIDEBAR */
.sidebar-desktop { display: block; }
@media (max-width: 991px) {
    .sidebar-desktop { display: none !important; }
}

.mobile-filter-btn {
  position: sticky;
  bottom: 0px;
  display: flex;
  justify-content: right;
  z-index: 2;
  padding: 10px;
  align-items: center;
}

.mobile-filter-btn::before {
  position: absolute;
  content: '';
  background: var(--primary-bg);
  left: -30px;
  bottom: -30px;
  width: 121%;
  height: 170%;
  z-index: -1;
}

.mobile-filter-btn .filter-btns {
  font-size: 14px;
  font-family: var(--primary-font);
  padding: 8px 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  background: var(--primary-color);
  border: none;
  outline: none;
  color: var(--white-color);
}


/*============================================================
    LATEST BLOGS SECTION START
============================================================*/


.blogs-item {
    position: relative;
    width: 100%;
}

 .style3 .blogs-img {
    border-radius: 24px;
    position: relative;
}

.blogs-item .blogs-img {
    z-index: 2;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    /*cursor: pointer;*/
}


 .style3 .blogs-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary-color);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

 .style3:hover .blogs-img::before {
    opacity: .5;
}

.blogs-item .blogs-img img {
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: auto;
}



 .blogs-content .icon-btn {
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    -webkit-transition: .4s;
    transition: .4s;
    filter: grayscale(1px);
    text-decoration: none;
    margin-top: 20px;
}



.blogs-item.style3 .blogs-content {
    padding-top: 15px;
}
.blogs-item:hover .blogs-content {
    opacity: 1;
    visibility: visible;
}
.blogs-item .blogs-content {
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: relative;
    padding-top: 22px;
}

.blogs-item.style3 .blogs-title {
    margin-bottom: 8px;
}

.blogs-item.style3 .blogs-title a {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-text);
    text-decoration: none;
    font-family: var(--primary-font);
}

.blogs-item.style3 .blogs-text {
    color: var(--secondary-text);
    font-family: var(--secondary-font);
    margin-bottom: -0.25em;
}


/*============================================================
    LATEST BLOGS SECTION END
============================================================*/

/*============================================================
    BLOG DETAILS SECTION START
============================================================*/


.blog-details-img {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-details-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.blog-details-img:hover img {
  transform: scale(1.02);
}

.blog-details-meta {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-details-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details-meta ul li {
  color: var(--secondary-text);
  font-size: 14px;
  font-family: var(--secondary-font);
}

.blog-details-meta ul li i {
  color: var(--primary-color);
  margin-right: 8px;
}

.blog-details-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 25px;
  font-family: var(--primary-font);
  line-height: 1.4;
}

.blog-details-text {
  margin-bottom: 30px;
}

.blog-details-text p {
  color: var(--secondary-text);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: var(--secondary-font);
}

.blog-details-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-text);
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
}

.blog-details-img-inline {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
}

.blog-details-img-inline img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.blog-quote {
  background: var(--primary-color);
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
  color: #fff;
}

.blog-quote blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.blog-quote blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
  font-family: var(--secondary-font);
}

.blog-quote blockquote cite {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  font-style: normal;
  font-family: var(--secondary-font);
}

.blog-details-tags {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.blog-details-tags h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-text);
  margin-bottom: 15px;
  font-family: var(--primary-font);
}

.blog-details-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details-tags ul li a {
  display: inline-block;
  padding: 8px 16px;
  background: #f5f5f5;
  color: var(--secondary-text);
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: var(--secondary-font);
}

.blog-details-tags ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.blog-details-share {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.blog-details-share h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-text);
  margin-bottom: 15px;
  font-family: var(--primary-font);
}

.blog-details-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details-share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  color: var(--secondary-text);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.blog-details-share ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-3px);
}

/* Sidebar Styles */
.blog-sidebar {
  padding-left: 30px;
}

.sidebar-widget {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.sidebar-widget .widget-titles {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-text);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--primary-color);
  font-family: var(--primary-font);
}

.widget-content {
  margin-top: 20px;
}

/* Search Widget */
.sidebar-search-form {
  position: relative;
}

.sidebar-search-form .form-control {
  padding: 12px 45px 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  font-family: var(--secondary-font);
}

.sidebar-search-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color);
  border: none;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-search-form button:hover {
  background: var(--secondary-color);
}

/* Categories Widget */
.sidebar-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-categories li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.sidebar-categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-categories li a {
  color: var(--secondary-text);
  text-decoration: none;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: var(--secondary-font);
}

.sidebar-categories li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.sidebar-categories li a span {
  color: var(--primary-color);
  font-weight: 600;
}

/* Recent Posts Widget */
.sidebar-recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-recent-posts li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.sidebar-recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sidebar-recent-posts li:hover .recent-post-img img {
  transform: scale(1.1);
}

.recent-post-content h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: var(--primary-font);
}

.recent-post-content h4 a {
  color: var(--primary-text);
  text-decoration: none;
  transition: all 0.3s ease;
}

.recent-post-content h4 a:hover {
  color: var(--primary-color);
}

.recent-post-content span {
  font-size: 13px;
  color: var(--secondary-text);
  font-family: var(--secondary-font);
}

.recent-post-content span i {
  color: var(--primary-color);
  margin-right: 5px;
}

/* Tags Widget */
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar-tags a {
  display: inline-block;
  padding: 8px 16px;
  background: #f5f5f5;
  color: var(--secondary-text);
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s ease;
  font-family: var(--secondary-font);
}

.sidebar-tags a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Sidebar Banner */
.sidebar-banner {
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.sidebar-banner:hover img {
  transform: scale(1.05);
}

/*============================================================
    BLOG DETAILS SECTION END
============================================================*/




/*============================================================
    TESTIMONIALS SECTION START
============================================================*/


.testimonial-slider-wrap {
    padding-inline: 30px;
}

.pt-testimonial-slider {
    padding: 20px 30px;
}


.green-style {
    background: green!important;
    color: var(--white-color) !important;

    
}

.grey-style {
    background: #333!important;
    color: var(--white-color) !important;
    
}

.pt-testimonial-slider .white-style {
    z-index: 2;
    background: var(--white-color)!important;
    color: var(--primary-text)!important;
    position: relative;
    transform: rotate(-7deg);
}

.pt-testimonial-slider .black-style {
    background: #2a2a2a!important;
    margin-top: -50px;
    transform: rotate(2deg);
}


.pt-testimonial-slider .green-style {
    z-index: 2;
    margin-top: 70px;
    position: relative;
    transform: rotate(2deg);

}



.pt-testimonial-slider .grey-style {
    margin-top: 10px;
    transform: rotate(2deg);

} 



.testimonial-text p {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
}

.pt-testimonial-slider .testimonial-item {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-text);
    margin: 0 -25px;
    padding: 30px 30px 45px;
    transition: all .3s;
    display: inline-block;
    color: var(--white-color);
}



/*============================================================
    TESTIMONIALS SECTION END
============================================================*/


/*============================================================
    FOOTER SECTION START
============================================================*/


.footer-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.footer-layout .widget-area {
    border-radius: 32px 32px 0 0;
}
.widget-area {
    padding-top: 80px;
    padding-bottom: 30px;
    padding-inline: 40px;
}
.widget-area a{
    color: #fff;
}
.footer-widget, 
.footer-widget .widget-footer {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.footer-menu, 
.menu {
    list-style: disc;
    padding-left: 20px;
}
.footer-menu li,
.menu li {
  display: list-item;
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
}
.footer-menu li::marker,
.menu li::marker {
    content: "\F138";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}
.footer-widget {
    margin-bottom: 20px;
}

.pt-widget-footer {
    max-width: 354px;
    margin-bottom: -0.5em;
}

.pt-widget-footer .footer-logo {
    margin-bottom: 44px;
}

.pt-widget-footer .footer-logo img {
    max-width: 100%;
    width: 280px;
}

.pt-widget-footer .footer-text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--white-color);
}

.pt-social {
    display: flex;
    gap: 10px;
}

.footer-layout .footer-container
.footer-layout .footer-container2 {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

.pt-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height:32px;
    background: rgba(0, 0, 0, 0);
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    border-radius: 10%;
    border: 1px solid #ffffff9e;
}

.widget .pt-social a {
    -webkit-box-shadow: 0px 2px 14px rgba(4, 6, 66, .1);
    box-shadow: 0px 2px 14px rgba(4, 6, 66, .1);
}

.footer-widget .widget-title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 600;
    font-size: 24px;
    font-family: var(--primay-font);
    text-transform: capitalize;
    margin: -0.12em 0 30px 0;
    padding: 0;
}

.pt-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}

.pt-widget-contact .info-box-text:not(:last-child) {
    margin-bottom: 18px;
}
.pt-widget-contact .info-box-text {
    line-height: 1.75em;
    margin-top: 0;
    display: flex;
    gap: 16px;
}

.pt-widget-contact .info-box-text .info-box-icon {
    color: var(--white-color);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    text-align: center;
}

.footer-widget.widget-nav-menu a {
    font-size: 16px;
    font-weight: 400; 
    margin-bottom: 16px;
    font-family: var(--secondary-font);
    display: block;
    max-width: 100%;
    width: max-content;
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
    position: relative;
    color: var(--bs-body-bg);
}
.info-box-text li, .footer-link-info li a{
    color: var(--bs-body-bg);
}
.footer-layout .copyright-section {
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.footer-layout .copyright-wrap {
    background: rgba(0, 0, 0, 0);
    border-radius: 0 0 32px 32px;
    padding-inline: 40px;
}

.footer-layout .copyright-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .7;
    z-index: -1;
}


.pt-container {
    padding-inline: 0px;
}

.footer-links ul li,
.footer-links ul li a {
    color: inherit;
}

.copyright-text a {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}


.toggle-box {
  display: none;
}






/*============================================================
    FOOTER SECTION END
============================================================*/


 /*==========================================================
     SHOP PAGE START
 ==========================================================*/
.shop-filter-area h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.shop-filter-area {
    background: #fff;
    padding: 0px;
    transition: all 0.3s ease;
}

/* Sticky Sidebar */
#sticky-sidebar {
    position: sticky;
    top: 140px;
    align-self: flex-start;
    transition: all 0.3s ease;
}

#sticky-sidebar.sticky-disabled {
    position: relative;
    top: 0;
}

.shop-filter-area.show {
    display: block;
}

.sidebar-status .form-check {
    margin-bottom: 5px;
}

.sidebar-status .form-check input,
.sidebar-color ul li .form-check input,
.sidebar-rating .form-check input {
    padding: 0;
    width: 16px !important;
    height: 16px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.sidebar-status .form-check label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--secondary-text);
    font-family: var(--primary-font);
}

.sidebar-category,
.sidebar-category-list,
.sidebar-color,
.sidebar-status,
.sidebar-rating,
.sidebar-related-product {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

.sidebar-category ul,
.sidebar-color ul {
    max-height: 245px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.sidebar-category ul::-webkit-scrollbar,
.sidebar-color ul::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: #f8f8f8;
    width: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.sidebar-category ul::-webkit-scrollbar-thumb,
.sidebar-color ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.sidebar-category ul li a,
.sidebar-color ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    padding-left: 15px;
}

.sidebar-category ul li a,
.sidebar-category ul li a span,
.sidebar-color ul li .form-check label,
.sidebar-color ul li span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-text);
    font-family: var(--primary-font);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.sidebar-category ul li a span,
.sidebar-color ul li span {
    margin-right: 10px;
}

.sidebar-category ul li a:hover,
.sidebar-category ul li a:hover span,
.sidebar-color ul li:hover .form-check label,
.sidebar-color ul li:hover span {
    color: var(--primary-color);
}

.sidebar-category ul li a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #ddd;
    top: 9px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar-category ul li a:hover::after {
    background: var(--themeColorTwo);
}

.sidebar-color ul {
    height: 225px;
}

.sidebar-color ul li {
    padding: 0;
    margin-bottom: 10px;
}

.sidebar-color ul li .form-check {
    margin-bottom: 0;
}

.sidebar-color ul li .form-check input {
    border: none;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 3px;
}

.sidebar-color ul li .form-check label {
    cursor: pointer;
    margin-left: 3px;
}

.sidebar-color ul li .form-check-input:checked[type=checkbox] {
    background-size: 14px;
}

.sidebar-rating .form-check {
    margin-bottom: 10px;
}

.sidebar-rating .form-check label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    font-family: var(--headingFont);
}

.sidebar-rating .form-check label i {
    color: var(--ratingColor);
}

.sidebar-related-product ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-related-product ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.sidebar-related-product .img {
    width: 65px;
    background: #efefef;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sidebar-related-product .text {
    width: 73%;
    padding-left: 13px;
}

.sidebar-related-product .text .rating {
    color: orange;
    font-size: 12px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}

.sidebar-related-product .text .rating span {
    letter-spacing: initial;
    font-size: 12px;
    margin-left: 3px;
}

.sidebar-related-product .text .title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 1px;
    color: var(--primary-text);
}

.sidebar-related-product .text .price {
    font-size: 14px;
    color: var(--body-text);
}

.product-page-top-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 30px;
    height: 100%;
}
 
.price-range-widget h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.price-range-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.price-range-label span {
    font-size: 14px;
    color: var(--paraColor);
}

.price-range-widget ul li{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}

.price-slider {
    position: relative;
    height: 4px;
    background: #ececec;
    border-radius: 999px;
    margin: 20px 0 18px;
}

.price-slider-track {
    position: absolute;
    height: 100%;
    border-radius: 999px;
    background: var(--primary-color);
    left: 20%;
    right: 30%;
}

.price-range-widget .range-input {
    position: absolute;
    top: -6px;
    width: 100%;
    height: 16px;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
}

.price-range-widget .range-input-min {
    z-index: 2;
}

.price-range-widget .range-input-max {
    z-index: 1;
}

.price-range-widget .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #f9a826;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    pointer-events: auto;
}

.price-range-widget .range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #f9a826;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    pointer-events: auto;
}

.price-pills {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-pill {
    min-width: 70px;
    padding: 6px 16px;
    background: #eef0f3;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    color: var(--colorBlack);
    text-align: center;
}

.product-count-text {
    margin: 0;
    font-size: 15px;
    color: var(--body-text);
}

.product-page-top-button nav .nav-tabs {
    gap: 10px;
    border: none;
}

.product-page-top-button nav .nav-tabs button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    color: var(--paraColor);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.product-page-top-button nav .nav-tabs button.active {
    color: var(--themeColorTwo);
    border-color: var(--themeColorTwo);
}

.product-page-sorting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: end;
    padding-left: 0;
}

.product-page-sorting h5 {
    font-size: 16px;
}

.product-page-sorting .select-js.show {
    width: 130px;
}

.product-page-sorting .nice-select {
    width: 180px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.product-page-sorting .nice-select .current {
    color: var(--colorBlack);
    font-size: 15px;
}

.product-page-sorting select {
    width: 180px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e3e6ec;
    padding: 0 16px;
    font-size: 15px;
    color: var(--body-text);
    background: #fff;
}

.product-page-sorting li {
    list-style: none;
}

.custom-select-wrapper {
    position: relative;
    width: 180px;
}

.custom-select-wrapper.show-select {
    width: auto;
    min-width: 100px;
}

.custom-select-wrapper.show-select .custom-select-options {
    min-width: 100%;
    width: max-content;
}

.custom-select-wrapper.show-select .custom-select-toggle {
    padding: 0 16px 0 16px;
    white-space: nowrap;
    gap: 8px;
}

.custom-select-wrapper.show-select .custom-select-toggle i {
    margin-left: 8px;
}

.custom-select-toggle {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e3e6ec;
    padding: 0 16px;
    font-size: 15px;
    color: var(--body-text);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-select-toggle i {
    font-size: 16px;
    color: var(--body-text);
    transition: transform 0.3s ease;
}

.custom-select-wrapper.open .custom-select-toggle {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(12, 95, 66, 0.15);
}

.custom-select-wrapper.open .custom-select-toggle i {
    transform: rotate(-180deg);
}

.custom-select-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 32, 64, 0.1);
    padding: 6px;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    z-index: 20;
}

.custom-select-wrapper.open .custom-select-options {
    display: block;
}

.custom-select-option {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--body-text);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.custom-select-option:hover {
    background: rgba(12, 95, 66, 0.08);
    color: var(--primary-color);
}

.custom-select-option.active {
    background: rgba(12, 95, 66, 0.12);
    color: var(--primary-color);
    font-weight: 600;
}

.default-home .nice-select .list {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.shop-filter-btn {
    background: var(--themeColorTwo);
    padding: 10px 20px;
    margin-bottom: 25px;
    color: var(--colorWhite);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.shop-filter-btn::after,
.shop-filter-btn::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: var(--colorWhite);
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.shop-filter-btn::before {
    width: 3px;
    height: 15px;
    right: 26px;
}

.shop-filter-btn.show::before {
    height: 0;
}

.product-list-item .brand-name {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.product-list-item .rating {
    margin: 5px 0px 10px 0px;
}

.product-list-item .price {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-list-item .title {
    margin-bottom: 8px;
    font-size: 22px;
    -webkit-line-clamp: 1;
}

.product-list-item .short-description {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
}

.shop-page .product-item-2 .product-img {
    height: 275px;
}

.shop-page .product-list-item .product-img {
    height: 335px;
}

.product-list-item .product-text {
    padding: 0 0 0 25px;
}

@media (max-width: 991px) {
    .shop-filter-area {
        display: none;
    }

    .shop-filter-area.show {
        display: block;
        margin-top: 20px;
    }

    .product-count-text {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .price-range-label {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .price-pills {
        gap: 10px;
    }

    .price-pill {
        padding: 6px 12px;
    }

    .product-page-sorting select {
        width: 100%;
    }
}





/*=============================
    SHOP PAGE END
=============================*/


/*============================================================
    SHOP DETAILS START
=============================================================*/
.details-slider-nav-item {
    background: var(--primary-bg);
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    border: 2px solid var(--primary-bg);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.details-slider-thumb-item {
    background: #ccc;
    overflow: hidden;
    margin: 0px 0px 12px 0px; 
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: relative;
}

.shop-details-text {
    padding: 0px 50px;
}

.shop-details-text .details-title {
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 7px;
}

.shop-details-text .stock {
    background: #05a84512;
    color: var(--colorGreen);
    padding: 2px 10px;
    margin-right: 15px;
    text-transform: capitalize;
    font-family: var(--headingFont);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.shop-details-text .out-stock {
    color: var(--colorRed);
    background: #db443712;
}

.shop-details-text .rating {
    color: var(--ratingColor);
    font-size: 13px;
}

.shop-details-text .rating span {
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize;
}

.shop-details-text .price {
    font-size: 30px;
    color: var(--colorBlack);
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shop-details-text .price del {
    color: var(--paraColor);
    font-weight: 400;
    font-size: 18px;
}

.shop-details-text .short-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}

.details-single-variant,
.details-qty-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.details-single-variant .variant-title {
    color: var(--primary-text);
    min-width: 54px;
    font-family: var(--headingFont);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.details-variant-color,
.details-variant-size,
.details-qty-area {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.details-variant-color li {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.details-variant-color li.active::after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--colorWhite);
    top: 52%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.details-variant-size li {
    height: 25px;
    line-height: 25px;
    width: 45px;
    background: var(--primary-bg);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: var(--colorBlack);
    position: relative;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.details-variant-size li:hover,
.details-variant-size li.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.details-qty-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--lightBg2);
    overflow: hidden;
    margin-right: 15px;
    width: 130px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.details-qty-input input {
    width: 60px;
    height: 45px;
    padding: 0;
    text-align: center;
    background: none;
    border: none;
    border-right: 1px solid var(--colorWhite);
    border-left: 1px solid var(--colorWhite);
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.details-qty-input input::placeholder {
    color: var(--colorBlack);
}

.details-qty-input button {
    width: 35px;
    height: 45px;
    font-weight: 400;
    color: var(--colorBlack);
    background: var(--lightBg2);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    padding: 0;
    font-size: 15px;
    border: none;
    outline: none;
}

.details-qty-input button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.details-qty-input button.minus:hover {
    background: red;
}

.details-qty-input h3 {
    font-size: 20px;
    font-weight: 600;
}

.details-btn-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.details-btn-area .buy-now {
    background: var(--primary-color)!important;
    padding: 10px 20px;
    border-radius: 8px;
}

.details-btn-area .add-to-wishlist-details {
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 7px 10px;
}

.details-list-btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    border-bottom: 1px solid #dddf;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.details-list-btn li a {
    font-size: 16px;
    color: var(--paraColor);
}

.details-list-btn li a i {
    margin-right: 3px;
}

.details-list-btn li a:hover {
    color: var(--themeColorTwo);
}

.details-tags-sku {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.details-tags-sku li {
    color: var(--paraColor);
    font-size: 14px;
    text-transform: capitalize;
}

.details-tags-sku li span {
    color: var(--colorBlack);
    font-size: 15px;
    margin-right: 5px;
    font-family: var(--headingFont);
    font-weight: 500;
}

.shop-details-shate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.shop-details-shate li {
    color: var(--colorBlack);
    font-weight: 500;
    font-family: var(--headingFont);
    font-size: 15px;
}

.shop-details-shate li a {
    text-align: center;
    color: var(--colorBlack);
    font-size: 16px;
    margin-left: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.shop-details-shate li a:hover {
    color: var(--themeColorTwo);
}

.shop-details .slick-current .details-slider-nav-item {
    border-color: var(--themeColorTwo)
}

.shop-details-sidebar-info {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.shop-details-sidebar-info ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shop-details-sidebar-info ul li {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
    color: var(--body-text);
}

.shop-details-sidebar-info ul li span,
.shop-details-sidebar-info ul li svg {
    display: inline-block;
    width: 27px;
    height: 22px;
    margin-top: -1px;
    position: absolute;
    left: 0;
}

.shop-details-sidebar-info h5 {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}


.shop-details-sidebar-store {
    background: var(--primary-bg);
    padding: 20px;
    margin-top: 25px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.shop-details-sidebar-store .sold-by {
    display: block;
    color: var(--colorBlack);
    font-size: 14px;
    margin-bottom: 5px;
}

.shop-details-sidebar-store .store-name {
    text-transform: capitalize;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.shop-details-sidebar-store ul {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    gap: 10px;
    padding: 15px 0px;
}

/*.shop-details-sidebar-store ul li {
    padding-left: 20px;
}*/

.shop-details-sidebar-store ul li p {
    color: var(--primary-text);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
}

.shop-details-sidebar-store ul li p::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--body-text);
    top: 10px;
    left: -20px;

}

.shop-details-sidebar-store ul li span {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-text);
}

.shop-details-sidebar-store .go-store {
    width: 100%;
    text-align: center;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.shop-details-sidebar-store .go-store:hover {
    color: var(--colorBlack);
}

.shop-details-sidebar-store .chat {
    position: absolute;
    top: 18px;
    right: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    color: var(--themeColoeOne);
    font-size: 13px;
    font-weight: 600;
    justify-content: end;
    gap: 5px;
}

.shop-details-sidebar-store .chat:hover {
    color: var(--themeColorTwo);
}

.shop-details-sidebar-store .chat svg {
    display: block;
    width: 17px;
}

.shop-details-des-area {
    border: 1px solid #ddd;
    padding: 50px;
    margin-right: 50px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.shop-details-des-area .nav-pills {
    gap: 10px 15px;
}

.shop-details-des-area .nav-pills button{
     box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #ffffff00 !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
    border: 1px solid #ddd;
    padding: 8px 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.shop-details-des-area .nav-pills button:hover,
.shop-details-des-area .nav-pills button.active {
    color: var(--primary-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shop-details-description h1,
.shop-details-description h2,
.shop-details-description h3,
.shop-details-description h4,
.shop-details-description h5,
.shop-details-description h6 {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
}

.shop-details-description h1 {
    font-size: 36px;
}

.shop-details-description h2 {
    font-size: 32px;
}

.shop-details-description h3 {
    font-size: 28px;
}

.shop-details-description h4 {
    font-size: 24px;
}

.shop-details-description h5 {
    font-size: 20px;
}

.shop-details-description h6 {
    font-size: 16px;
}

.shop-details-description p {
    margin-top: 14px;
}

.shop-details-description ul,
.shop-details-description ol {
    margin-top: 15px;
}

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

.shop-details-description ul li,
.shop-details-description ol li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--paraColor);
    padding-left: 17px;
    line-height: 32px;
}

.shop-details-description ul li::after,
.shop-details-description ol li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--paraColor);
    top: 12px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.shop-details-additional-info { 
    overflow: hidden; 
}

.shop-details-additional-info table {
    width: 100%;
    --bs-table-striped-bg: var(--lightBg2);
    margin-bottom: 0;
}

 
.shop-details-additional-info table tr th,
.shop-details-additional-info table tr td {
    padding: 12px 20px;
    min-width: 230px;
}

.shop-details-additional-info table tr th {
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-text);
  width: 30%;
}

.shop-details-additional-info table tr td {
    color: var(--primary-text);
}


.shop-details-vendor {
    margin-top: 25px;
}

.shop-details-vendor-logo-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.shop-details-vendor-logo-area .img {
    width: 160px;
    background: var(--lightBg2);
    padding: 10px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.shop-details-vendor-logo-area h3 {
    font-size: 20px;
    font-weight: 600;
}

.shop-details-vendor-logo-area h3 span {
    color: var(--ratingColor);
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: -1px;
    display: block;
}

.shop-details-vendor-logo-area h3 span b {
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize;
    letter-spacing: initial;
    font-weight: 400;
    color: var(--paraColor);
}


.shop-details-vendor-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}

.shop-details-vendor-address li {
    font-size: 15px;
    font-weight: 400;
    color: var(--paraColor);
    position: relative;
    padding-left: 30px;
}

.shop-details-vendor-address li svg {
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--themeColorTwo);
}

.shop-details-vendor-address li span {
    font-weight: 500;
    color: var(--colorBlack);
    margin-right: 10px;
    font-size: 14px;
}


.shop-details-vendor-rating {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.shop-details-vendor-rating li {
    font-weight: 600;
    font-size: 22px;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    margin-right: 30px;
}

.shop-details-vendor-rating li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.shop-details-vendor-rating li span {
    display: block;
    color: var(--themeColorTwo);
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-details-vendor-description {
    margin-top: 45px;
    font-size: 15px;
    line-height: 28px;
}


.shop-details-review {
    margin-top: 20px;
}

.shop-details-review h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-review {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review-author {
    width: 100%;
    display: flex;
}
.review-author .img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 3px solid var(--colorWhite);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review-author .text {
    width: 93%;
    padding-left: 25px;
}

.review-author .text h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.review-author .text h5 span {
    font-size: 14px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.review-author .text .date {
    font-size: 14px;
    color: var(--colorBlack);
    margin-top: 5px;
    margin-bottom: 13px;
}
.plantria-review-content{
    width: 100%;
    margin-top: 10px;
}
.review-gallery{
    display: flex;
    column-gap: 10px;
}
.review-gallery li {
    width: 70px;
}


.single-review-input-area h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-input {
    position: relative;
    border: 1px solid #ddd;
    margin-top: 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.single-input label {
    position: absolute;
    top: -8px;
    left: 15px;
    background: var(--colorWhite);
    font-size: 14px;
    line-height: 15px;
    padding: 0px 5px;
    text-transform: capitalize;
}

.single-input input,
.single-input textarea {
    border: none;
    font-size: 14px;
    padding: 15px 20px;
}

.single-review-input-area form button {
    margin-top: 20px;
}
.select-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.select-rating span {
    font-size: 15px;
    margin-right: 10px;
}

.select-rating i {
    font-size: 16px;
    color: var(--paraColor);
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.select-rating i:hover,
.select-rating i.active {
    color: #F6B900;
}

.related-products .nextArrow,
.related-products .prevArrow {
    top: -60px;
}

.related-products .section-heading-2 h3 span::after {
    width: 135px;
}

.pagination-area ul {
    gap: 10px;
    margin-top: 25px;
}

.pagination-area .page-link {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  color: var(--body-text);
  line-height: 45px;
  background: var(--color-white) !important;
  border: 1px solid rgba(3, 26, 38, 0.14);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.pagination-area .page-link:hover, .pagination-area .page-link.active {
  color: var(--colorWhite);
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}

.details-qty-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--primary-bg);
  overflow: hidden;
  margin-right: 15px;
  width: 130px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.details-qty-input button {
  width: 35px;
  height: 45px;
  font-weight: 400;
  color: var(--body-text);
  background: var(--primary-bg);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  padding: 0;
  font-size: 15px;
}

.details-qty-input button.minus:hover {
  background: var(--primary-color);
}
.details-qty-input button:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/* Main big image zoom */
.details-slider-thumb-item img {
    transition: transform 0.4s ease;
    cursor: zoom-in;
    border-radius: 10px;
    
}

.details-slider-thumb-item img:hover {
    transform: scale(1.25);
}

.details-slider-thumb-item .btn-product-note {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2rem;
    height: 2rem;
    color: #345c0d;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: all .35s ease;
    cursor: pointer;
}

/* Thumbnail styling */
.details-slider-nav-item img {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: 0.3s;
}

.details-slider-nav-item img.active-thumb {
    border: 2px solid var(--primary-color);
}


.accordion-button::after {
content: '\F4FE';
   font-family: bootstrap-icons !important;
   transition: var(--transition);
   background-image: none;
   font-size: 18px;
}
.accordion-button:not(.collapsed)::after {
 content: '\F2EA';
   font-family: bootstrap-icons !important;
   background-image: none;
   transition: var(--transition);
   font-size: 18px;

}
.accordion-button::after {
  transition:var(--transition);
}


.shop-details-page-tab {
  margin-bottom: 50px;
}

.shop-details-description,
.shop-details-additional-info,
.shop-details-page-tab .shop-details-review {
  padding: 20px;
}

.table-responsive {
    border: 1px solid #ddd;
    border-radius: 10px;
}


.shop-details-page-tab .accordion-button {
     box-shadow: none;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: var(--body-text);
    border-bottom: 1px solid #ddd;
    padding: 22px 40px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.accordion-item .accordion-header .accordion-button {
    color: var(--primary-color);
    /* box-shadow: none;
    background: transparent; */
}

button:focus:not(:focus-visible),
.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  outline: none;
  /*color: var(--expanded-color);*/
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--expanded-color);
}


/*table-additional*/
.table-additional table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.table-additional table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

.table-additional table th,
.table-additional table td {
  padding: .625em;
  text-align: left;
}

.table-additional table th {
  width: 40%;
  font-size: .85em;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.table-numro table th {
  width: auto !important;
  font-size: .85em;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.table-numro table th,
.table-numro table td {
  text-align: center !important;
}


/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 600px) {

  .table-additional table {
    border: 0;
  }

  .table-additional table tr {
    display: block;
    /*margin-bottom: .75em;*/
    border-bottom: 1px solid #ddd;
  }

  .table-additional table th {
    display: none;
  }

  .table-additional table td {
    display: block;
    text-align: right;
    font-size: .85em;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .table-additional table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-additional table td:last-child {
    border-bottom: 0;
  }
   .table-numro table th,
   .table-numro table td {
      text-align: unset;
   }
}

/*================================================================
    SHOP DETAILS END
==================================================================*/



.page-banner {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 140px 0px 90px;
    position: relative;
    z-index: 1;
}

.page-banner::before {
  position: absolute;
  content: "";
  /*background: var(--primary-color);*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: overlay;
}

.page-banner-text p {
    color: var(--white-color);
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 5px; 
    text-transform: capitalize;
    line-height: 50px;
}

.page-banner-text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 6px;
  margin-top: 15px;
}

.page-banner-text ul li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    opacity: .9;
}
.page-banner-text ul li.current{
    color: var(--white-color);
    font-weight: 500;
}
.page-banner-text ul li a:hover {
    opacity: 1;
}

.pagee-banner-text ul li a i {
    margin-right: 5px;
}

.pagee-banner-text ul li a::after {
    position: absolute;
    content: "\F285";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-weight: 600;
    font-size: 10px;
    color: var(--white-color);
    top: 0px;
    right: -18px;
}

.pagee-banner-text ul li:last-child a::after {
    display: none;
}

.pageination-area ul {
    gap: 10px;
}

.pageination-area .pagee-link {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    color: var(--colorBlack);
    line-height: 45px;
    background: var(--colorWhite) !important;
    border: 1px solid rgba(3, 26, 38, 0.14);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.pageination-area .pagee-link:hover,
.pageination-area .pagee-link.active {
    color: var(--colorWhite);
    background-color: var(--themeColorTwo) !important;
    border-color: var(--themeColorTwo);
}

.pageination-area .pagee-link:focus {
    outline: 0;
    box-shadow: none;
}

/*===========================
    GLOBAL CSS END
===========================*/




/* === Custom Drag Cursor === */
.drag-section {
  cursor: none;
  position: relative;
  z-index: 9;
  padding: 5px;
}
.drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(12, 95, 66, 0.60);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 600;
  letter-spacing: 1px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-out, opacity 0.2s ease;
  z-index: 99999;
  visibility: visible;
}

.drag-cursor::before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 5s linear infinite;
  opacity: 0.5;

}

.drag-cursor i {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  transition: transform 0.2s;
}

.drag-cursor i.left {
  animation: moveLeft 1.5s infinite alternate ease-in-out;
}

.drag-cursor i.right {
  animation: moveRight 1.5s infinite alternate ease-in-out;
}

@keyframes moveLeft {
  0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(-4px); opacity: 0.8; }
}

@keyframes moveRight {
  0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(4px); opacity: 0.8; }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

 

/* === Custom Drag Cursor === */

/* ============================================================
   SEARCH MODAL SECTION START
============================================================ */

/* Search Modal Overlay */
.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.search-modal-overlay::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.search-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Search Modal Container */
.search-modal-container {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin: auto;
}

.search-modal-overlay.active .search-modal-container {
  transform: translateY(0);
}

/* Close Button */
.search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10;
}

.search-modal-close:hover {
  background: #f5f5f5;
  color: #000;
}

/* Search Modal Content */
.search-modal-content {
  padding: 60px 50px 50px;
}

/* Search Bar Section */
.search-bar-section {
  margin-bottom: 40px;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 5px;
  transition: border-color 0.3s ease;
}

.search-input-wrapper:focus-within {
  border-color: #0c5f42;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.search-category-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 15px;
  border-right: 1px solid #e0e0e0;
}

.search-category-dropdown i {
  position: absolute;
  right: 15px;
  pointer-events: none;
  color: #666;
  font-size: 14px;
}

.category-select {
  border: none;
  outline: none;
  padding: 15px 35px 15px 20px;
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #333;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-submit-btn {
  background: #0c5f42;
  border: none;
  padding: 15px 25px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.search-submit-btn:hover {
  background: #0a4f35;
}

.search-submit-btn i {
  font-size: 20px;
}

/* Feature Keywords Section */
.feature-keywords-section {
  margin-bottom: 40px;
}

.section-heading {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin-bottom: 20px;
}

.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.keyword-tag {
  padding: 10px 20px;
  background: #f5f5f5;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.keyword-tag:hover {
  background: #0c5f42;
  color: #fff;
}

/* Recently Viewed Products Section */
.recently-viewed-section {
  margin-bottom: 30px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: #f9f9f9;
}

.product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--secondary-font);
  z-index: 2;
}

.product-badge.hot {
  background: #ff6b35;
  color: #fff;
}

.product-badge.discount {
  background: #e74c3c;
  color: #fff;
}

.product-sale-banner {
  background: #000;
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--secondary-font);
  text-align: center;
}

.product-timer {
  background: #fff;
  color: #e74c3c;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--secondary-font);
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.product-info {
  padding: 15px;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.product-price {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
}

.product-price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
}

.product-price-range {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin-bottom: 8px;
}


/* Show More Button */
.show-more-section {
  text-align: center;
  margin-top: 30px;
}

.show-more-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 15px 50px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.show-more-btn:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .search-modal-content {
    padding: 40px 30px 30px;
  }
}

@media (max-width: 576px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  
  .search-input-wrapper {
    flex-direction: column;
    gap: 0;
  }
  
  .search-category-dropdown {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 15px;
  }
  
  .search-input {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .search-submit-btn {
    width: 100%;
    margin-top: 10px;
  }
  
  .search-modal-content {
    padding: 30px 20px 20px;
  }
  
  .keyword-tags {
    gap: 8px;
  }
  
  .keyword-tag {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/* ============================================================
   SEARCH MODAL SECTION END
============================================================ */

/* ============================================================
   LOGIN/SIGNUP MODAL SECTION START
============================================================ */

/* Auth Modal Overlay */
.auth-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.auth-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Auth Modal Container - Slides from right */
.auth-modal-container {
  position: fixed;
  top: 0;
  right: -500px;
  width: 450px;
  max-width: 90%;
  height: 100%;
  background: #ffffff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.auth-modal-container::-webkit-scrollbar {
  display: none;
}

.auth-modal-overlay.active .auth-modal-container {
  right: 0;
}

/* Close Button */
.auth-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10;
}

.auth-modal-close:hover {
  background: #f5f5f5;
  color: #000;
}

/* Auth Forms Wrapper */
.auth-forms-wrapper {
  position: relative;
  padding: 60px 40px 100px;
  min-height: 100%;
}

/* Auth Form */
.auth-form {
  display: none;
  animation: slideIn 0.4s ease;
}

.auth-form.active {
  display: block;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

.auth-title {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin-bottom: 30px;
  text-align: center;
}

/* Form Groups */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #333;
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  font-family: var(--secondary-font);
  color: #333;
  transition: border-color 0.3s ease;
  outline: none;
}

.form-control:focus {
  border-color: #0c5f42;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
}

.form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0c5f42;
  margin-left: 0px!important;
}

.form-check-label {
  font-size: 13px;
  font-family: var(--secondary-font);
  color: #666;
  margin: 0;
  cursor: pointer;
}

/* Submit Button */
.auth-submit-btn {
  width: 100%;
  padding: 14px;
  background: #0c5f42;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.auth-submit-btn:hover {
  background: #0a4f35;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(12, 95, 66, 0.3);
}

/* Forgot Password */
.auth-forgot {
  text-align: center;
  margin-top: 15px;
}

.auth-forgot a {
  font-size: 14px;
  font-family: var(--secondary-font);
  color: #0c5f42;
  text-decoration: none;
  transition: color 0.3s ease;
}

.auth-forgot a:hover {
  color: #0a4f35;
  text-decoration: underline;
}

/* Toggle Buttons */
.auth-toggle-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
}

.auth-toggle-btn {
  flex: 1;
  padding: 15px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.auth-toggle-btn.active {
  color: #0c5f42;
  background: #fff;
}

.auth-toggle-btn.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0c5f42;
}

.auth-toggle-btn:hover {
  color: #0c5f42;
  background: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .auth-modal-container {
    width: 100%;
    right: -100%;
  }
  
  .auth-forms-wrapper {
    padding: 50px 25px 100px;
  }
  
  .auth-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

/* ============================================================
   LOGIN/SIGNUP MODAL SECTION END
============================================================ */

/* ============================================================
   CART MODAL SECTION START
============================================================ */

/* Cart Badge */
.cart-container {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--secondary-font);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
}

.cart-badge:empty {
  display: none;
}

/* Cart Modal Overlay */
.cart-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cart-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Cart Modal Container - Slides from right */
.cart-modal-container {
  position: fixed;
  top: 0;
  right: -500px;
  width: 420px;
  max-width: 90%;
  height: 100%;
  background: #ffffff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cart-modal-overlay.active .cart-modal-container {
  right: 0;
}

/* Cart Header */
.cart-header {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
}

.cart-title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin: 0;
}

.cart-close {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cart-close:hover {
  background: #f0f0f0;
  color: #000;
}

/* Cart Body */
.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: #0c5f42 #f5f5f5;
}

.cart-body::-webkit-scrollbar {
  width: 6px;
}

.cart-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.cart-body::-webkit-scrollbar-thumb {
  background: #0c5f42;
  border-radius: 3px;
}

/* Cart Empty State */
.cart-empty {
  text-align: center;
  padding: 60px 20px;
}

.cart-empty i {
  font-size: 64px;
  color: #ccc;
  margin-bottom: 20px;
}

.cart-empty p {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #666;
  margin-bottom: 20px;
}

.continue-shopping-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0c5f42;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
  background: #0a4f35;
  color: #fff;
  text-decoration: none;
}

/* Cart Item */
.cart-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-image img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.cart-item-details {
  flex: 1;
}
.cart-item-name{
    line-height: 0;
}
.cart-item-name a{
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin-bottom: 5px;
  line-height: 1.4;
}

.cart-item-price {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #0c5f42;
  margin-bottom: 10px;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.cart-qty-btn {
  width: 28px;
  height: 28px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-qty-btn:hover {
  background: #0c5f42;
  color: #fff;
  border-color: #0c5f42;
}

.cart-item-quantity input {
  width: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  font-family: var(--secondary-font);
  appearance: textfield;
  -moz-appearance: textfield;
}

.cart-item-quantity input::-webkit-outer-spin-button,
.cart-item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-item-remove {
  background: transparent;
  border: none;
  color: #e74c3c;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  transition: color 0.3s ease;
  align-self: flex-start;
}

.cart-item-remove:hover {
  color: #c0392b;
}

/* Cart Footer */
.cart-footer {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  background: #f9f9f9;
}

.cart-total {
  margin-bottom: 20px;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--secondary-font);
  color: #333;
}

.cart-total-final {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
}

.popup-cart-btn {
    width: 100%;
    padding: 14px;
    background: #0c5f42;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--secondary-font);
    cursor: pointer;
    transition: all 0.3s ease;
}
.popup-cart-btn:hover {
  background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.checkout-btn {
  width: 100%;
  padding: 14px;
  background: #fff;
  color: #0c5f42;
  border: 1px solid #0c5f42;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkout-btn:hover {
  background: #0a4f35;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(12, 95, 66, 0.3);
}

.wc-block-checkout__login-prompt {
    background: var(--primary-color);
    padding: 11px 15px;
    border-radius: 5px;
    color: #fff !important;
}

/* Responsive */

@media (max-width: 576px) {
  .cart-modal-container {
    width: 100%;
    right: -100%;
  }
  
  .cart-header {
    padding: 15px;
  }
  
  .cart-body {
    padding: 15px;
  }
  
  .cart-footer {
    padding: 15px;
  }
}


/* ============================================================
   CART MODAL SECTION END
============================================================ */

/* ============================================================
   WISHLIST MODAL SECTION START
============================================================ */

.wishlist-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.wishlist-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Wishlist Modal Container - Slides from right */
.wishlist-modal-container {
  position: fixed;
  top: 0;
  right: -500px;
  width: 420px;
  max-width: 90%;
  height: 100%;
  background: #ffffff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wishlist-modal-overlay.active .wishlist-modal-container {
  right: 0;
}

/* Wishlist Header */
.wishlist-header {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
}

.wishlist-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin: 0;
}

.wishlist-close {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.wishlist-close:hover {
  background: #f0f0f0;
  color: #000;
}

/* Wishlist Body */
.wishlist-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: #0c5f42 #f5f5f5;
}

.wishlist-body::-webkit-scrollbar {
  width: 6px;
}

.wishlist-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.wishlist-body::-webkit-scrollbar-thumb {
  background: #0c5f42;
  border-radius: 3px;
}

/* Wishlist Empty State */
.wishlist-empty {
  text-align: center;
  padding: 60px 20px;
}

.wishlist-empty i {
  font-size: 64px;
  color: #ccc;
  margin-bottom: 20px;
}

.wishlist-empty p {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #666;
  margin-bottom: 20px;
}

/* Wishlist Item */
.wishlist-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: anchor-center;
}

.wishlist-item:last-child {
  border-bottom: none;
}

.wishlist-item-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.wishlist-item-details {
  flex: 1;
}

.wishlist-item-name {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #1a1a1a;
  margin-bottom: 5px;
  line-height: 1.4;
}
.wishlist-item-name a{
    color: #1a1a1a;
}
.wishlist-item-price {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: #0c5f42;
  margin-bottom: 10px;
}

.wishlist-item-actions {
  margin-top: 10px;
}

.wishlist-add-to-cart-btn {
  padding: 8px 16px;
  background: #0c5f42;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  transition: all 0.3s ease;
}

.wishlist-add-to-cart-btn:hover {
  background: #0a4f35;
  transform: translateY(-2px);
}

.wishlist-item-remove {
  background: transparent;
  border: none;
  color: #e74c3c;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  transition: color 0.3s ease;
  align-self: flex-start;
}

.wishlist-item-remove:hover {
  color: #c0392b;
}

/* Wishlist Footer */
.wishlist-footer {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  background: #f9f9f9;
  display: flex;
  /*flex-direction: column;*/
  gap: 10px;
}

.clear-wishlist-btn {
  width: 100%;
  padding: 12px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.clear-wishlist-btn:hover {
  background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

/*.add-all-to-cart-btn {
  width: 100%;
  padding: 14px;
  background: #0c5f42;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-all-to-cart-btn:hover {
  background: #0a4f35;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(12, 95, 66, 0.3);
}*/

/* Wishlist Badge */
.wishlist-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--secondary-font);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.wishlist-container {
  position: relative;
}

/* Responsive */
@media (max-width: 576px) {
  .wishlist-modal-container {
    width: 100%;
    right: -100%;
  }
  
  .wishlist-header {
    padding: 15px;
  }
  
  .wishlist-body {
    padding: 15px;
  }
  
  .wishlist-footer {
    padding: 15px;
  }
}

/* Wishlist Button */
.add-wishlist {
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    color: #666;
    transition: all 0.3s ease;
}

.add-wishlist:hover {
    color: #ff4444;
}

.add-wishlist.active i {
    color: #ff4444 !important;
}

.add-wishlist i {
    font-size: 1.2em;
}
.wishlist-item-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

/* Wishlist Page */

/*.wishlist-share-section {
    margin-bottom: 20px;
    text-align: right;
}
*/
.share-wishlist-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.share-wishlist-btn:hover {
    background: #1976D2;
    color: white;
}

.wishlist-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.wishlist-share-btn, .add-all-to-cart-btn {
    display: inline-flex;
    gap: 8px;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: 0;
    width: 50%;
    justify-content: center;
}
.wishlist-share-btn{
   background: var(--primary-text); 
}
.add-all-to-cart-btn{    
  background: var(--primary-color);
}
.btn-add-all-to-cart, .wishlistpage-share-btn{
    padding: 10px 20px;
    border: none;
    color: #fff;
}
.btn-add-all-to-cart{
    background: var(--primary-color);
}
.wishlistpage-share-btn{
    background: var(--primary-text);
    font-size: 19px;
}
.item-count {
    font-size: 1.1em;
    color: #666;
}

/* Table Styles */
.wishlist-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.wishlist-table tr {
    border: none;
}
.wishlist-table th,
.wishlist-table td {
  padding: .625em;
  text-align: center;
  vertical-align: middle;

}

.wishlist-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wishlist-table .wishlist-table-row{
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}
.wishlist-table .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}
.wishlist-table .product-image-link img{
    width: 100px;
    height: auto;
    max-height: 100px;
}

.wishlist-table .product-quick-actions {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 2rem;
    height: 2rem;
    /* border-radius: 50%; */
    color: #474747;
    /* background-color: #fff; */
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4); */
    text-align: center;
    line-height: 2rem;
}
.wishlist-table .product-quick-actions button.wish-btn {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #fff;
}
.wishlist-table .product-title a {
    color: inherit;
    font-size: 1rem;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
  .wishlist-table {
    border: 0;
  }

  .wishlist-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .wishlist-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .wishlist-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .wishlist-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
  }
  
  .wishlist-table td:last-child {
    border-bottom: 0;
  }
}

/* Empty States */
.empty-wishlist,
.empty-wishlist-page {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.empty-wishlist p,
.empty-wishlist-page p {
    margin: 0;
    font-size: 1.1em;
}

/* Notifications */
.plantria-wishlist-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    z-index: 100000;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 300px;
}

.plantria-wishlist-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-success {
    border-left: 4px solid #4CAF50;
}

.notification-error {
    border-left: 4px solid #ff4444;
}

.notification-warning {
    border-left: 4px solid #ff9800;
}

.notification-info {
    border-left: 4px solid #2196F3;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInRight {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

/* Loading States */
.loading {
    position: relative;
    color: transparent !important;
}

.loading:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #ddd;
    border-top-color: #4CAF50;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


/* ============================================================
   WISHLIST MODAL SECTION END
============================================================ */

/* ============================================================
   SCROLL TO TOP BUTTON SECTION START
============================================================ */

 .scroll-to-top-btn {
   position: fixed;
   bottom: 20px;
   right: 30px;
   width: 50px;
   height: 50px;
   background: var(--primary-color);
   color: #fff;
   border: none;
   border-radius: 50%;
   font-size: 20px;
   cursor: pointer;
   display: none;
   align-items: center;
   justify-content: center;
   z-index: 9999;
   box-shadow: 0 4px 15px rgba(12, 95, 66, 0.3);
   transition: all 0.3s ease;
   opacity: 0;
   transform: translateY(20px);
 }

.scroll-to-top-btn.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.scroll-to-top-btn:hover {
  background: #0a4f35;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(12, 95, 66, 0.4);
}

.scroll-to-top-btn i {
  transition: transform 0.3s ease;
}

.scroll-to-top-btn:hover i {
  transform: translateY(-3px);
}



/* ============================================================
   SCROLL TO TOP BUTTON SECTION END
============================================================ */

/* ============================================================
   LIVE CHAT WIDGET SECTION START
============================================================ */

.live-chat-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9998;
  font-family: var(--secondary-font);
}

.chat-toggle-btn {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(12, 95, 66, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

.chat-toggle-btn:hover {
  background: #0a4f35;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(12, 95, 66, 0.4);
}

.chat-toggle-btn .chat-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.chat-window {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 350px;
  max-width: calc(100vw - 40px);
  height: 500px;
  max-height: calc(100vh - 120px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

.chat-window.active {
  display: flex;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-header {
  background: var(--primary-color);
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px 12px 0 0;
}

.chat-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-avatar {
  font-size: 32px;
  color: #fff;
}

.chat-header-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
}

.chat-status {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 5px;
}

.chat-status::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #2ecc71;
  border-radius: 50%;
  display: inline-block;
}

.chat-minimize {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.3s ease;
}

.chat-minimize:hover {
  transform: scale(1.2);
}

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  background: #f8f9fa;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #f5f5f5;
}

.chat-body::-webkit-scrollbar {
  width: 6px;
}

.chat-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.chat-body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.chat-message {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-message.user-message {
  flex-direction: row-reverse;
}

.message-avatar {
  font-size: 24px;
  color: var(--primary-color);
  flex-shrink: 0;
}

.user-message .message-avatar {
  color: #666;
}

.message-content {
  background: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  max-width: 75%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.user-message .message-content {
  background: var(--primary-color);
  color: #fff;
}

.message-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--secondary-font);
}

.message-time {
  display: block;
  font-size: 11px;
  opacity: 0.7;
  margin-top: 5px;
}

.user-message .message-time {
  color: rgba(255, 255, 255, 0.8);
}

.chat-input-area {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.chat-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 14px;
  font-family: var(--secondary-font);
  outline: none;
  transition: border-color 0.3s ease;
}

.chat-input:focus {
  border-color: var(--primary-color);
}

.chat-send-btn {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.chat-send-btn:hover {
  background: #0a4f35;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .wishlist-header-section{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
      flex-direction: column;
  }
  .wishlist-table .product-image-container {
      width: 100%;
  }
  .live-chat-widget {
    bottom: 15px;
    left: 15px;
  }

  .chat-toggle-btn {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .chat-window {
    width: 320px;
    height: 450px;
    bottom: 75px;
  }
}

@media (max-width: 480px) {
  .chat-window {
    width: calc(100vw - 30px);
    left: -15px;
    height: 400px;
  }
}

/* ============================================================
   LIVE CHAT WIDGET SECTION END
============================================================ */



.review-form {
    width: 100%;
    margin: auto;
    font-family: system-ui, sans-serif;
}

.rating-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
}


.plantria-star-rating {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 6px;
}

.plantria-star-rating input {
    display: none;
}

.plantria-star-rating label {
    font-size: 36px;
    color: #ddd;
    cursor: pointer;
    transition: transform 0.25s ease, color 0.25s ease;
}

.plantria-star-rating label:hover,
.plantria-star-rating label:hover ~ label {
    color: #ff6a00;
    transform: scale(1.2) rotate(-5deg);
}

.plantria-star-rating input:checked ~ label {
    color: #ff6a00;
    animation: popStar 0.35s ease;
}

@keyframes popStar {
    0% { transform: scale(1); }
    50% { transform: scale(1.35); }
    100% { transform: scale(1); }
}

/* ✍ REVIEW TEXT */
.review-text label {
    display: block;
    margin: 18px 0 6px;
    font-weight: 500;
}

.review-text textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    resize: none;
    font-size: 14px;
}

/* 📸 UPLOAD BOX */
.upload-box {
    position: relative;
    margin-top: 18px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 30px 10px;
    color: #888;
    cursor: pointer;
}

.upload-box input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-box span {
    font-size: 14px;
}


.review-btn {
    width: 100%;
    margin-top: 22px;
    padding: 14px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background 0.25s ease;
}

.review-btn:hover {
    background: var(--secondary-color);
}


/*share*/
/* COMMON */
.popover.share-popover {
    max-width: none;
    min-width: 420px;
    z-index: 9999;
}

.popover.share-popover .popover-body {
    padding: 16px 20px;
}

.share-icons {
    display: flex;
    gap: 18px;
    text-align: center;
}

.share-icons a {
    min-width: 70px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.share-icons i {
    font-size: 22px;
    display: block;
    margin-bottom: 6px;
}

/* BRAND COLORS */
.bi-facebook { color: #1877f2; }
.bi-twitter-x { color: #000; }
.bi-instagram { color: #e1306c; }
.bi-whatsapp { color: #25d366; }
.bi-envelope { color: #6c757d; }
.bi-link-45deg { color: #0d6efd; }

/* MOBILE */
@media (max-width: 768px) {
    .popover.share-popover {
        width: 100%;
        min-width: 100%;
        border-radius: 16px 16px 0 0;
        margin: 0 20px;
    }

    .share-icons {
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
    }

    .share-icons a {
        min-width: 25%;
    }
}

/*order pay*/
.woocommerce-order-pay #order_review{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

/*dafault page*/
:is(.page-content, .blog-details-text, .shop-details-description)
:is(h1, h2, h3, h4, h5, h6) {
    font-family: var(--primary-font);
}


:is(.default-content .page-content, .blog-details-text, .shop-details-description)
:is(ul, ol) {
    margin-left: 20px;
    margin-bottom: 1rem;
}

:is(.default-content .page-content, .blog-details-text, .shop-details-description)
:is(ul, ol) li {
    line-height: 29px;
    padding-left: 6px;
    margin-left: 10px;
}

:is(.default-content .page-content, .blog-details-text, .shop-details-description)
ul li::marker {
    content: "\F1C3";
    font-family: "bootstrap-icons";
    font-size: 14px;
    color: #000;
}
:is(.default-content .page-content, .blog-details-text, .shop-details-description)
ol li::marker {
    content: counter(list-item) ". ";
    font-weight: 600;
    color: #000;
}

ul.wc-block-components-totals-discount__coupon-list {
    margin-left: 0 !important;
    padding: 0;
}
ul.wc-block-components-totals-discount__coupon-list li{
    line-height: 20px !important;
    margin: 0 !important;
    border-radius: 5px !important;
    border: 1px solid var(--primary-color);
}
/*order-pay*/
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #345c0d;
    color: #ffffff;
    padding: .5em 1em;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: .5em 1em;
}

/*product addon option*/

.plantria-addon {
  width: 90%;
}

.plantria-addon label {
  display: flex;
  align-items: flex-start;
  text-align: left;
  min-width: 140px;
  justify-content: space-between;
  padding: 11px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #d8dee4;
  transition: all 0.2s ease;
  font-size: .875rem;
}

.plantria-addon label:not(:has(input:disabled)):hover {
  background: #f5f6f8;
}

.plantria-addon label:has(input:disabled) {
  opacity: .8;
  cursor: not-allowed;
  background: #f5f6f8;
}

.plantria-addon label:has(input:checked) {
  box-shadow: 0 0 0 1.5px var(--primary-color), 0 0 0 1px #d8dee4;
}

.plantria-addon label:has(input:focus) {
  box-shadow: 0 0 0 1.5px var(--primary-color), 0 0 0 4px rgb(191 219 254), 0 0 0 1px #d8dee4;
}

.plantria-addon label .inputAndLeftText {
  display: flex;
  gap: .75em;
}

.plantria-addon label .inputAndLeftText div {
  color: rgb(55 65 81);
  line-height: 1.25rem;

  display: flex;
  flex-direction: column;
}

.plantria-addon label .title,
.plantria-addon label .addon-price {
  font-weight: 500;
}

.plantria-addon label .desc {
  color: rgb(107 114 128);
}

.plantria-addon input,
.plantria-addon label .addon-price {
  color: var(--primary-color);
}

.plantria-addon label .addon-price {
  margin-top: 1px;
}

.plantria-addon input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  border: 1px solid rgb(209 213 219);

  box-shadow: 0 1px 2px 0 #0000000d;
  border-radius: 9999px;
  width: 1rem;
  height: 1rem;

  margin: 2px 0 0;
}

.plantria-addon input:checked {
  border-color: #0000;
  background-color: currentColor;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48L3N2Zz4=);
}

.plantria-addon input:focus {
  box-shadow: 0 0 0 3px rgb(191 219 254), 0 1px 2px 0 #0000000d;
}

.plantria-addon input:disabled,
.plantria-addon label:has(input:disabled) .addon-price {
  color: rgb(156 163 175);
}


/**/
.woocommerce-order-pay .woocommerce{
    text-align: center;
}
.woocommerce-order-pay ul.order_details {
    justify-content: center;
    align-items: center;
    display: flex;
}
.woocommerce-order-pay ul.order_details li{
    border: 1px dashed #cfc8d8;
    padding: 10px 30px !important;
    margin: 0 !important;
}
.woocommerce-order-pay ul.order_details li::marker {
    content: "" !important;
}
.woocommerce-order-pay ul.order_details li:last-of-type {
    border: 1px dashed #cfc8d8;
}
.woocommerce-order-pay .woocommerce button{
    border: none;
    padding: 10px 20px;
    background: var(--primary-color);
    border-radius: 6px;
    color: #fff;
}
.woocommerce-order-pay .woocommerce button#btn-razorpay-cancel {
    background: red;
}

#pageloader{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:999999;
}
.error-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f8f9fa;
}
.wr-100{
    width: 75%;
}