/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 13:31:08 */
:root {
    --primary: #063d5b;
    --secondary: #f9a328;
    --dark: #021520;
    --dark-alt: #545758;
    --light: #ffffff;
    --light-alt: #e8ecef;
}

body {
    font-family: "Rethink Sans", Sans-serif;
}


a {
    background-color: #fff0;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s all ease;
}

a:hover {
    color: var(--secondary);
}

body:not(.single-product) .page-title,
body:not(.single-product) .entry-title {
    display: none !important;
}

.single-product .entry-summary .cart {
    margin-bottom: 4em !important;
    position: relative;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    height: 100%;
}

.single-product .tinv-wraper.tinv-wishlist {
    width: 100%;
    position: absolute;
    bottom: -40px;
    font-size: 17px;
}

.single-product .tinv-wraper.tinv-wishlist a {
    transition: 0.5s all ease;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    font-size: 25px;
}

.nav-search {
    position: relative;
}

.product-search-form {
    position: absolute;
    top: 50px;
    right: 0;
    background: var(--light-alt);
    padding: 20px;
    border-radius: 12px;
    visibility: hidden;
    overflow: hidden;
    z-index: 9999;
    transition: 0.5s all ease;
}

.product-search-form input[type="search"] {
    width: 320px;
    border-radius: 0;
}

.single-product hr {
    border: 0.1px solid var(--light-alt);
    background: var(--light-alt);
    height: 0;
    margin: 25px 0;
}

#jp-relatedposts {
    display: none !important;
}

.pt-table-res {
    width: 100%;
    overflow: auto;
}

table.product-table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

table.product-table td,
table.product-table th {
    border: 0;
}

table.product-table th {
    border-bottom: 0;
    padding: 15px 25px;
    font-size: 18px !important;
    border: 0 !important;
    font-weight: 400;
    background: var(--primary);
    color: var(--light);
}

table.product-table thead th:first-child,
table.product-table tr td:first-child {
    border-radius: 18px 0 0 18px;
}

table.product-table thead th:last-child,
table.product-table tr td:last-child {
    border-radius: 0 18px 18px 0;
}

table.product-table tr {
    margin-bottom: 8px;
}

.faqs-pg .elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid var(--light-alt);
}

.faqs-pg .faq-ans-ct {
    border: 0;
    border-bottom: 1px solid var(--light-alt);
    padding: 25px 0;
    color: var(--dark-alt);
}

details[open] .e-n-accordion-item-title-text {
    color: var(--primary) !important;
}

.faqs-pg .elementor-element.e-con-full.e-flex.e-con.e-child p {
    margin-bottom: 0 !important;
}

.e-n-accordion-item-title[aria-expanded="true"] .elementor-3966 .elementor-element.elementor-element-638a2c9 {
    color: var(--primary);
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
    fill: var(--primary);
}

.faqs-pg .e-n-accordion-item-title {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.elementor-3966 .elementor-element.elementor-element-638a2c9 p {
    margin-bottom: 0;
}

.faqs-pg .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    align-items: center;
    font-size: 22px;
    color: var(--dark);
    font-weight: 500;
}

.footer-pages ul li {
    list-style: disc;
}

.single-product .entry-summary .variations_form.cart {
    display: block;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
}

.woocommerce-variation-price {
    padding-bottom: 10px;
}

.woocommerce div.product form.cart .variations {
    background: transparent;
    margin-bottom: 1.6em;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    line-height: 0;
    vertical-align: baseline;
    background: transparent;
    padding: 0;
    text-align: start;
}

.woocommerce div.product form.cart .variations .value {
    display: flex;
    align-items: flex-end;
}

.woocommerce div.product form.cart .variations .label {
    width: 110px;
}

.woocommerce div.product form.cart .variations .label label {
    font-size: 15px;
}

.reset_variations {
    margin-bottom: 10px;
    font-size: 14px;
}

body.sidebar-open {
    overflow: hidden !important;
    height: 100vh !important;
    touch-action: none !important;
}

.header {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 95%;
    transform: translate(-50%, 0);
    transition: 0.5s all ease;
}

.header.transparent-header {
    background: #FFFFFF1A !important;
    width: 95%;
}

.header.transparent-header::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid var(--light) 2e !important;
    border-radius: inherit;
    border: inherit;
    backdrop-filter: blur(20px);
    border-color: transparent;
}

.header.sticky {
    animation: headerAnimation 0.7s linear;
    background: var(--light) !important;
    position: fixed;
    background: var(--light);
    box-shadow: 0 4px 15px #01121c40;
}

.header.sticky::after {
    display: none;
}

.header.transparent-header .navbar-nav a.hfe-menu-item {
    color: var(--light) !important;
}

.header.transparent-header.sticky .navbar-nav a.hfe-menu-item {
    color: var(--dark) !important;
}

.header.sticky .e-con-inner {
    padding: 4px 10px;
}

.header .main-logo {
    opacity: 1;
	text-align: start !important;
}

.header .white-logo {
    opacity: 0;
}

.page-hero-link {
    display: inline-block;
    padding: 8px 18px !important;
    border-radius: 12px;
    height: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--light);
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid var(--light);
    transition: 0.5s all ease;
}


.page-hero-link a {
    color: var(--light);
    font-weight: 600;
    text-decoration: none !important;
}

.page-hero-link.page-lk {
    background: var(--secondary);
    color: var(--dark) !important;
    border: 1px solid var(--secondary);
}

.page-hero-link:hover {
    background: var(--secondary);
    color: var(--dark) !important;
    border: 1px solid var(--secondary);
}

.page-hero-link:hover a {
    color: var(--dark) !important;
}

.hfe-sub-menu-item-active {
    color: var(--primary) !important;
}

.pga-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.page-hero-title {
    color: var(--light);
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.1;
}

.header.transparent-header.sticky .main-logo {
    opacity: 1;
}

.header.transparent-header.sticky .white-logo {
    opacity: 0;
}

.header.transparent-header .main-logo {
    opacity: 0;
}

.header.transparent-header .white-logo {
    opacity: 1;
}

.woocommerce-product-gallery .entry-summary h1.page_title.entry-title {
    display: block !important;
}

/* #header-sticky {
	position: fixed;
	width: 95%;
	left: 50%;
	top: -100%;
	transform: translate(-50%);
	transition: 1s all ease;
}

#header-sticky::after {
	display: none;
} */

@keyframes headerAnimation {
    0% {
        transform: translate(-50%, -100%);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.footer-info::after {
    position: relative;
}

.footer-info::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 115%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--light) 2e !important;
    border-radius: inherit;
    border: inherit;
    backdrop-filter: blur(20px);
    border-color: transparent;
}

.button .elementor-button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 22px 24px !important;
    background-color: var(--light);
    border-radius: 18px !important;
    color: var(--dark);
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.button .elementor-button {
    background: var(--secondary);
}

.button .elementor-button-icon {
    transform: scale(0.6);
    transition: 0.5s all ease;
}

.button:hover .elementor-button-icon {
    transform: scale(0.8);
}

.text-button .elementor-button {
    display: inline-block;
    font-size: 16px;
    padding: 0 !important;
    background-color: transparent;
    color: var(--dark);
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.text-button .elementor-button-icon {
    transform: scale(0.8);
    color: var(--dark);
    transition: 0.5s all ease;
}

.text-button:hover .elementor-button-icon {
    transform: scale(0.5);
}

.text-button:hover .elementor-button-icon {
    color: var(--dark);
}

/* container: the nav wrapper you added the class to */
.navbar-nav {
    position: relative;
    z-index: 2;
}

/* style for the sliding box (indicator) */
.navbar-nav .nav-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    left: 0;
    width: 0;
    height: 45px;
    border-radius: 12px;
    pointer-events: none;
    transition: transform 360ms cubic-bezier(0.22, 0.9, 0.34, 1),
        width 360ms cubic-bezier(0.22, 0.9, 0.34, 1), opacity 200ms;
    background: #e9e9e9;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 1;
}

.navbar-nav .nav-indicator {
    z-index: -1;
}

.header.transparent-header.sticky .navbar-nav .nav-indicator {
    background: #e9e9e9;
}

.header.transparent-header .navbar-nav .nav-indicator {
    background: #ffffff24;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    top: 100%;
    background: var(--light);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 0px;
    transform: translateY(10px);
    transition: 0.5s all ease;
}

.elementor-38 .elementor-element.elementor-element-a9f6b82 .sub-menu li.menu-item:not(:last-child),
.elementor-38 .elementor-element.elementor-element-a9f6b82 nav.hfe-dropdown li.menu-item:not(:last-child),
.elementor-38 .elementor-element.elementor-element-a9f6b82 nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
    border-bottom-width: 0 !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus>.sub-menu {
    transform: translateY(0px);
}

.elementor-38 .elementor-element.elementor-element-a9f6b82 .sub-menu a.hfe-sub-menu-item:hover {
    color: var(--primary);
}

.header .elementor-icon svg path {
    fill: var(--dark) !important;
}

.header .search-icon {
    cursor: pointer;
}

.header .search-icon svg path {
    stroke: var(--dark) !important;
    fill: none !important;
}

.header.transparent-header.sticky .elementor-icon svg path {
    fill: var(--dark) !important;
}

.header.transparent-header.sticky .search-icon svg path {
    stroke: var(--dark) !important;
    fill: none !important;
}

.header.transparent-header .elementor-icon svg path {
    fill: var(--light) !important;
}

.header.transparent-header .search-icon svg path {
    stroke: var(--light) !important;
    fill: none !important;
}

.navbar-nav .menu>li>a {
    position: relative;
    z-index: 9;
}

.play-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding-top: 20px;
    padding-left: 18px;
    transform: scale(1);
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 11;
    transition: 0.5s all ease;
}

.play-icon::after {
    content: "";
    position: absolute;
    background: var(--light);
    padding: 15px;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-left: 18px;
    z-index: -1;
    top: 0;
    left: 0;
    cursor: pointer;
    transform: scale(1);
    transition: 0.5s all ease;
}

.play-icon svg {
    cursor: pointer;
}

.play-icon:hover::after {
    transform: scale(1.11);
}

/* Video Overlay */
.yt-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.yt-modal-box {
    width: 100%;
    height: 100%;
    background: #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yt-modal-box iframe {
    width: 90%;
    height: 90%;
    background: none;
}

.yt-modal-close {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .yt-modal-box iframe {
        width: 95%;
        height: 45%;
    }
}

@media (max-width: 768px) {
    .yt-modal-box iframe {
        width: 95%;
        height: 35%;
    }
}

/* Video Overlay */

.hfe-nav-menu {
    flex-wrap: nowrap !important;
}

.sub-heading h5 {
    display: inline-block;
    padding: 8px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 13px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 12px;
}

.sub-heading-white h5 {
    display: inline-block;
    padding: 8px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 13px;
    color: var(--light);
    border: 1px solid var(--light);
    border-radius: 12px;
}

.about-company-cl .sub-heading h5 {
    border: 1px solid var(--light);
}

.heading h2 {
    font-size: 4rem;
    line-height: 1.1;
    color: var(--dark);
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    color: var(--primary);
    font-size: 6.7rem;
    text-transform: capitalize;
    font-weight: bold;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Circles Adjusment */
.about-circle1 {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.about-circle2 {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.about-circle1 .about-circle2 {
    transition: transform 0.5ease-out;
    will-change: transform;
}

.counter-gradiant::before {
    background: linear-gradient(0deg, #012911, #012911a6, #0129110d);
}

/* Infinite Carousel */
.infinite-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scrollLoop 45s linear infinite;
    gap: 20px;
}

.slide-item {
    min-width: 180px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 20px;
    box-sizing: border-box;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.slide-item span {
    font-size: 16px;
    display: block;
    padding: 12px 20px;
    font-weight: 600;
    font-family: "Rethink Sans";
}

.hero-heading h1 .char {
    display: inline-block;
}

.footer-heading h2 .char {
    display: inline-block;
}

.hero-heading h1 .word {
    display: inline-block;
    white-space: nowrap;
}

.about-heading h2 span.word {
    display: inline-block;
}

@keyframes scrollLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.testimonials {
    position: relative;
    height: 100%;
}

.testimonial-slider {
    width: 100%;
    /*   height: 32rem; */
    height: 24rem;
    /* 	max-height: 32rem; */
    overflow: hidden;
    padding-right: 8px;
}

.testimonial-slider .swiper-slide {
    opacity: 0.15;
}

.testimonial-slider .swiper-slide h4 {
    font-size: 40px;
    color: var(--dark);
    font-weight: bold;
    padding-bottom: 30px;
    padding-right: 80px;
}

.testimonial-slider .swiper-slide .tl-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-slider .swiper-slide .tl-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-slider .swiper-wrapper {
    height: 100%;
}

.testimonial-slider .swiper-slide .tl-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-slider .swiper-slide .info h6 {
    color: var(--dark);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.testimonial-slider .swiper-slide .info span {
    color: var(--primary);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial-slider .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    height: 55px;
    width: 55px;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    padding: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}

.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover {
    background: var(--primary);
    color: var(--light);
}

.testimonial-slider .swiper-button-next {
    position: absolute;
    top: 110px;
    transform: rotate(90deg);
}

.testimonial-slider .swiper-button-prev {
    position: absolute;
    top: 30px;
    transform: rotate(-90deg);
    right: 0;
    left: inherit;
}

.blog-heading h4:hover {
    color: var(--primary) !important;
}

.testimonial-slider.swiper-vertical {
    touch-action: auto;
}

.testimonial-slider {
    position: relative;
    z-index: 1;
}

.testimonial-slider * {
    pointer-events: auto;
}

/* .elementor-widget,
.elementor-widget-wrap,
.elementor-column,
.elementor-section {
  height: auto;
}

.swiper,
.swiper-vertical,
.swiper-wrapper,
.swiper-slide {
  height: 100% !important;
} */

/* .social-link .elementor-icon {
	display: inline-block;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: 600 !important;
	font-size: 13px;
	color: var(--light);
	border: 1px solid var(--light);
	border-radius: 8px;
} */

.farm-card {
    transition: 0.5s all ease !important;
}

.farm-card:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.social-link .elementor-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600 !important;
    color: var(--light) !important;
    background: transparent;
    border: 1px solid var(--light) !important;
    transition: 0.5s all ease;
}

.social-link .elementor-icon:hover {
    background: var(--primary);
    border: 1px solid var(--primary) !important;
}

.footer-heading {
    position: relative;
    top: 62px;
}

.footer-link-ct .elementor-heading-title {
    display: inline;
    border-bottom: 1px solid transparent;
    transition: 0.5s all ease;
}

.footer-link-ct .elementor-heading-title:hover {
    color: var(--light) !important;
    border-color: var(--light);
}

#cursor-outer,
#cursor-dot {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#cursor-outer {
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    color: var(--dark);
    font-weight: 600;
    border: 1px solid #063d5b75;
    border-radius: 50%;
    z-index: 9998;
    /*   transition: transform 0.02s linear, background 0.2s ease, border 0.2s ease; */
    transition: 0.2s all ease;
}

#cursor-dot {
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 50%;
    z-index: 9999;
}

@media (min-width: 1024px) {

    #cursor-outer,
    #cursor-dot {
        display: flex;
    }

/*     .farming-solution-headings {
        height: 105px;
        overflow: hidden;
        transition: 1s all ease;
    }

    .farming-solution-headings:hover {
        height: 164px;
    } */
	
/* 	.farming-solution-headings{
    transform-origin: top;
    transform: scaleY(0.65);
    transition: transform 0.5s ease;
    will-change: transform;
}

.farming-solution-headings:hover{
    transform: scaleY(1);
} */
	
	.farming-solution-headings{
		max-height: 105px;
		overflow: hidden;
		transition: max-height 1s cubic-bezier(.4,0,.2,1);
		will-change: max-height;
	}

	.farming-solution-headings:hover{
		max-height: 170px; /* little bigger than final */
	}

    .faqs-pg .faq-heading {
        position: sticky;
        top: 40px;
    }
}

#desk-header {
    display: block;
}

#resp-header {
    display: none;
    box-shadow: 0 4px 15px #01121c40;
}

.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    position: fixed !important;
    height: calc(100vh + 35px) !important;
    background: var(--dark) !important;
    padding: 35px 20px !important;
    transform: translateX(-100%);
    transition: 0.7s all ease !important;
}

.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    transform: translateX(0%);
}

.elementor-38 .elementor-element.elementor-element-ce1496c .sub-menu,
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown,
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown-expandible,
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown .menu-item a.hfe-menu-item,
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
    background-color: var(--dark) !important;
    outline: 0;
}

.elementor-38 .elementor-element.elementor-element-ce1496c .sub-menu li.menu-item:not(:last-child),
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown li.menu-item:not(:last-child),
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown-expandible {
    border: 0 !important;
}

.elementor-38 .elementor-element.elementor-element-ce1496c .sub-menu li.menu-item:not(:last-child),
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown li.menu-item:not(:last-child),
.elementor-38 .elementor-element.elementor-element-ce1496c nav.hfe-dropdown-expandible a {
    font-size: 16px !important;
    font-weight: 600;
}

.read-services a {
    text-decoration: none;
}

.text-link {
    color: var(--primary) !important;
    transition: 0.3s all ease !important;
}

.text-link:hover {
    color: var(--dark) !important;
}

.text-link-sec {
    color: var(--secondary) !important;
    transition: 0.3s all ease !important;
}

.text-link-sec:hover {
    color: var(--light) !important;
}

/* Sidebar box layout */
.sidebar-box .woocommerce ul.products {
    display: flex;
    flex-direction: column;
    /* 	gap: 10px; */
}

/* .sidebar-box .woocommerce ul.products {
	display: flex;
	flex-direction: column;
	gap: 10px;
} */

.sidebar-box .woocommerce ul.products .product-category img {
    display: none !important;
}

.sidebar-box .woocommerce ul.products .product-category {
    width: 100%;
    margin-bottom: 0;
}

.sidebar-box .woocommerce ul.products .product-category .woocommerce-loop-category__title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-box .woocommerce ul.products .product-category a {
    color: var(--dark-alt);
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s all ease;
}

.sidebar-box .woocommerce ul.products .product-category a:hover {
    color: var(--primary);
}

mark.count {
    background: none;
    color: var(--primary);
    opacity: 0.6;
    transition: 0.5s all ease;
}

a.tag-cloud-link {
    font-size: 16px !important;
    text-decoration: none;
    border: 1px solid var(--light-alt);
    border-radius: 8px;
    padding: 7px 10px;
    color: var(--dark);
    font-weight: 500;
    display: inline-block;
    margin: 0 10px 10px 0;
    transition: 0.5s all ease;
}

a.tag-cloud-link:hover {
    background: var(--light-alt);
}

.onsale {
    display: none;
}

.sidebar-box .woocommerce ul.products .product-category a:hover mark.count {
    opacity: 1;
}

.best-seller-product .product {
    display: flex;
    gap: 15px;
}

.best-seller-product ul.products li.product a.woocommerce-loop-product__link {
    display: flex !important;
    gap: 15px;
}

.best-seller-product ul.products li.product a.add_to_cart_button {
    display: none !important;
}

.bts-image {
    height: 80px;
    width: 80px;
}

.bst-info {
    display: flex;
    gap: 4px;
}

.bst-info .woocommerce-Price-amount.amount {
    color: var(--primary);
    font-weight: 700;
    font-size: 18px;
}

.bst-info .elementor-widget-shortcode {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
}

.pg-products-grid {
    display: grid;
    /*   grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.pg-product-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.pg-product-image img {
    width: 100%;
    border-radius: 8px;
}

.pg-product-title {
    font-size: 18px;
    margin: 10px 0;
}

.pg-product-price {
    font-size: 20px;
    color: #28a745;
    font-weight: bold;
    margin-bottom: 10px;
}

.pg-add-to-cart {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 20px 25px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 17px !important;
    background: var(--primary) !important;
    border-radius: 16px !important;
    color: var(--light) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: 0.5s all ease !important;
    width: 90% !important;
    opacity: 0;
    line-height: 1.1;
}

.pg-add-to-cart a {
    color: var(--light) !important;
    text-decoration: none;
}

.pg-add-to-cart:hover a {
    color: var(--dark) !important;
}

.pg-add-to-cart.ret-cart {
    padding: 19px 25px !important;
}

.pg-add-to-cart:hover {
    color: var(--dark) !important;
    background: var(--secondary) !important;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    top: inherit !important;
    right: inherit !important;
    margin-left: 0.53em;
}

@media (max-width: 992px) {
    .pg-add-to-cart {
        width: 50px !important;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        border-radius: 50% !important;
        left: inherit !important;
        right: 10px;
        transform: none !important;
    }

    .pg-add-to-cart.loading svg {
        display: none;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
        margin-left: 0 !important;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added svg,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added svg,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added svg,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added svg,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added svg,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce a.button.added svg,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce button.button.added svg,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce input.button.added svg {
        display: none;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
        top: 1em !important;
        right: 1em !important;
    }
}

.pg-title a {
    color: var(--dark);
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 5px;
    display: inline-block;
    transition: 0.5s all ease;
}

.pg-title:hover a {
    color: var(--primary);
}

.pg-card {
    width: 100%;
    margin-bottom: 20px;
    font-family: inherit;
}

/* Image Box */
.pg-card-inner {
    position: relative;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    background: var(--light-alt);
    transition: 0.5s all ease;
}

.pg-card:hover .pg-card-inner {
    border: 1px solid var(--primary);
}

/* SALE BADGE */
.pg-sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--dark);
    color: var(--light);
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

/* Like + Compare Buttons */
.pg-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* 	transform: translateY(-5px); */
    transition: 0.3s ease;
}

.pg-actions button {
    width: 45px;
    height: 45px;
    background: var(--light);
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    font-size: 16px;
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: 0.5s all ease;
}

/* .pg-actions button:hover{
	background: var(--primary);
	color: var(--light);
} */

.pg-actions button:hover {
    background: var(--primary);
    color: var(--light);
}

.pg-actions button.pg-like-btn.active {
    background: var(--primary);
    color: var(--light);
    opacity: 1;
}

.pg-card:hover .pg-actions button {
    opacity: 1;
}

/* Add to Cart button inside image */

.pg-add-to-cart i {
    font-size: 18px;
}

/* Hover Effects (Desktop) */
.pg-card:hover .pg-card-inner .pg-actions {
    opacity: 1;
    /* 		transform: translateY(0); */
}

.pg-card:hover .pg-card-inner .pg-add-to-cart {
    opacity: 1;
    /* 	transform: translateY(0); */
}

.pg-page-list, .page-numbers {
	display: flex !important;
    gap: 10px;
    list-style: none;
    justify-content: start;
    padding: 0 !important;
    margin-top: 20px !important;
    border: 0 !important;

}

.pg-page-list li a, .page-numbers li a.page-numbers, .page-numbers li span.page-numbers.current {
	display: flex !important;
    width: 50px;
    height: 50px;
    background: #ebebeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    transition: 0.5s all ease;
    font-size: 18px;
    margin-top: 0 !important;
}

.pg-page-list li a.active, .page-numbers li span.page-numbers.current {
    background: var(--primary) !important;
    color: var(--light) !important;
}

.pg-page-list li a:hover {
    background: var(--primary);
    color: var(--light);
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}

/* .pg-page-list li a.prev {
  transform: rotate(180deg);
} */

/* MOBILE + TABLET: Always Visible */
@media (max-width: 1024px) {
    .pg-actions {
        opacity: 1 !important;
    }

    .pg-add-to-cart {
        bottom: 12px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .site-main.post-1818 {
        max-width: 80% !important;
    }

    .cart-page-content {
        padding: 40px 0 !important;
    }
}

/* Rating */
.pg-rating {
    margin-top: 14px;
    display: flex;
    margin-bottom: 0;
}

/* Title */
.pg-title {
    font-size: 20px;
    margin: 0 0 5px 0;
}

/* Price */
.pg-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}

.pg-price .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}

.pg-price ins {
    text-decoration: none !important;
}

.pg-price del[aria-hidden="true"] .woocommerce-Price-amount {
    margin-right: 8px;
    opacity: 0.7;
}

.pg-like-btn.liked i {
    color: red;
}

/* Detail page of Products */

/* PRODUCT PAGE MAIN LAYOUT */
/* .single-product .product {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 40px auto;
} */

/* MAIN IMAGE WRAPPER */
/* .single-product .woocommerce-product-gallery__wrapper {
    border-radius: 20px;
    overflow: hidden;
} */

/* MAIN IMAGE ROUNDED */
.single-product .woocommerce-product-gallery img {
    border-radius: 20px;
    object-fit: cover;
}

.woocommerce-product-gallery__wrapper {
    background: var(--light-alt);
    border-radius: 18px;
}

/* IMAGE ZOOM ON HOVER */
.single-product .woocommerce-product-gallery__image {
    overflow: hidden;
    position: relative;
}

.content-area {
    padding: 90px 0;
}

.woocommerce div.product .product_title {
    font-size: 2.7rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 5px;
}

.clean-meta {
    display: grid;
    grid-template-columns: 150px auto;
    row-gap: 12px;
    margin-top: 20px;
    font-size: 18px;
}

.clean-meta .label {
    font-weight: 700;
    color: var(--primary);
}

.clean-meta .values a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
}


.clean-meta span:nth-child(2).values a {
    text-transform: capitalize;
}

.clean-meta .values a:hover {
    color: var(--primary);
}

.product_meta .posted_in,
.product_meta .tagged_as,
.product_meta .sku_wrapper {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--primary);
    font-size: 1.25em;
    font-weight: bold;
}

/* Remove default arrows */
.single-product input.qty::-webkit-inner-spin-button,
.single-product input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product input.qty {
    -moz-appearance: textfield;
}

/* QUANTITY WRAPPER */
.single-product .quantity {
    position: relative;
    width: 120px;
    /* adjust */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    float: left;
    margin: 0 22px 0 0 !important;
    border-bottom: 1.5px solid #02152038;
}

/* NUMBER FIELD (center text) */
.single-product .quantity input.qty {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    border: none;
    background: transparent;
    font-weight: 600;
}

/* DOWN ARROW (left) */
.single-product .qty-minus {
    position: absolute;
    left: 0;
    cursor: pointer;
    font-size: 22px;
}

/* UP ARROW (right) */
.single-product .qty-plus {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 22px;
}

/* Hover effect */
.single-product .qty-plus:hover,
.single-product .qty-minus:hover {
    opacity: 0.6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 0;
    color: var(--primary);
    opacity: 1;
    border-bottom-color: var(--primary) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 60px;
    padding-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    color: var(--primary);
    font-size: 2rem;
    font-weight: 500;
    opacity: 0.5;
    border-bottom: 2px solid transparent !important;
    padding: 0;
    background: transparent;
    transition: 0.5s all ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--primary);
    text-transform: capitalize;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    padding-bottom: 5px;
}

.wc-tabs-wrapper {
    padding: 90px 0 20px 0;
}

.related-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--dark);
}

.woocommerce-product-gallery__image {
    background: var(--light-alt);
    border-radius: 18px;
    padding: 70px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    background: var(--light-alt);
    border-radius: 18px;
    border: 1px solid transparent;
    opacity: 1;
    transition: 0.5s all ease;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: var(--primary);
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: var(--primary);
}

.comment-form .form-submit .submit {
    padding: 18px 30px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 17px !important;
    background: var(--primary) !important;
    border-color: var(--primary);
    border-radius: 16px !important;
    color: var(--light) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: 0.5s all ease !important;
}

.comment-form .form-submit .submit:hover {
    background: var(--secondary) !important;
    color: var(--dark) !important;
    border-color: var(--secondary);
}

.wpforms-submit {
    padding: 18px 30px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 17px !important;
    background: var(--primary) !important;
    border-radius: 16px !important;
    color: var(--light) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: 0.5s all ease !important;
    height: auto !important;
}

.wpforms-submit:hover {
    background: var(--secondary) !important;
    color: var(--dark) !important;
}

span#reply-title {
    font-size: 1.8rem;
    font-weight: 600;
    /* margin-bottom: 15px; */
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 100%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: .7rem 0 !important;
    outline: 0;
    border: 0 !important;
    border-bottom: 1px solid #0215202e !important;
    border-radius: 0;
    font-size: 17px;
    font-weight: 400;
    background: transparent;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: var(--primary) !important;
}

.coupon {
    display: flex;
}

.actions {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.wpforms-container-full input[type="date"],
div.wpforms-container-full input[type="email"],
div.wpforms-container-full input[type="number"],
div.wpforms-container-full input[type="password"],
div.wpforms-container-full input[type="search"],
div.wpforms-container-full input[type="tel"],
div.wpforms-container-full input[type="text"],
div.wpforms-container-full input[type="url"],
div.wpforms-container-full select,
div.wpforms-container-full textarea {
    padding: 0.7rem 0 !important;
    outline: 0;
    border: 0 !important;
    border-bottom: 1px solid #0215202e !important;
    border-radius: 0;
    font-size: 17px;
    font-weight: 400;
    max-width: 100%;
    box-shadow: none !important;
}

div.wpforms-container-full input[type="date"]:focus,
div.wpforms-container-full input[type="email"]:focus,
div.wpforms-container-full input[type="number"]:focus,
div.wpforms-container-full input[type="password"]:focus,
div.wpforms-container-full input[type="search"]:focus,
div.wpforms-container-full input[type="tel"]:focus,
div.wpforms-container-full input[type="text"]:focus,
div.wpforms-container-full input[type="url"]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus {
    outline: 0;
    border: 0 !important;
    border-bottom: 1px solid var(--primary) !important;
}

.contact-map {
    width: 100%;
    height: 100%;
}


.contact-map .map {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 7px #00000030;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.commentlist {
    padding-left: 0;
}

.commentlist .avatar {
    display: none;
}

.commentlist .comment-text {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.woocommerce-review__author {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--primary);
}

.woocommerce-review__published-date {
    font-size: 14px;
}

.commentlist .review {
    border-bottom: 1px solid #d1d5d7 !important;
    margin-bottom: 20px !important;
}

.woocommerce .star-rating span::before {
    color: var(--secondary);
}

.woocommerce .star-rating::before {
    color: var(--secondary);
}

.woocommerce-review-link {
    color: var(--dark-alt);
    font-weight: 500;
}

.woocommerce-review-link:hover {
    color: var(--primary);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 50px;
    height: 50px;
    background: var(--primary);
    transition: 0.5s all ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    left: 16px;
    top: 16px;
    border-color: var(--light);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    left: 30px;
    top: 27px;
    background: var(--light);
    transition: 0.5s all ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::before {
    left: 16px;
    top: 16px;
    border-color: var(--dark);
    transition: 0.5s all ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::after {
    left: 30px;
    top: 27px;
    background: var(--dark);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background: var(--secondary);
}

.comment-form-rating {
    display: flex;
    gap: 20px;
    margin-top: 12px !important;
}

.comment-form-rating label {
    margin-top: 4px;
}

.woocommerce p.stars a::before {
    transition: 0.5s all ease;
}

.stars {
    transition: 0.5s all ease;
}

.stars a {
    font-size: 20px !important;
    color: var(--secondary);
    transition: 0.5s all ease;
}

.woocommerce table.shop_attributes {
    border-radius: 15px;
    overflow: hidden;
}

.woocommerce table.shop_attributes th {
    border-bottom: 0;
    padding: 15px 25px;
    border: 0;
    font-size: 16px;
    color: var(--dark);
}

.woocommerce table.shop_attributes td {
    border-bottom: 0;
    padding: 15px 25px;
    border: 0;
    font-weight: 500;
    color: var(--dark-alt);
}

.table td,
table th {
    border: 0;
    vertical-align: baseline;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsl(205.71deg 17.95% 92.35%);
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 8px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.result-sw {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
}

.form-inputs-review {
    display: flex;
    gap: 20px;
}

.form-inputs-review p {
    width: 100%;
}

.comment-form-cookies-consent {
    margin-bottom: 25px !important;
}

ul li {
    list-style: none;
}

.blog-detail ul,
.blog-detail ol {
    padding-left: 0;
}

.blog-detail ul li,
.blog-detail ol li {
    margin-bottom: 10px;
}

.blog-detail h1 {
    font-weight: bold;
    color: var(--dark);
}

.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6 {
    font-weight: 600;
}

.blog-image-cat {
    position: relative;
}

.blog-image-cat .cat {
    position: absolute;
    top: 20px;
    left: 30px;
}

.blog-image-cat .cat a {
    display: block;
    padding: 10px 20px;
    background: var(--secondary);
    border-radius: 12px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
}

/* ADD TO CART BUTTON */
.single-product button.single_add_to_cart_button {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 24px !important;
    background-color: var(--primary) !important;
    border-radius: 18px !important;
    color: var(--light) !important;
    width: 100%;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.single-product button.single_add_to_cart_button:hover {
    background-color: var(--secondary) !important;
    color: var(--dark) !important;
}

.single-product .entry-summary .cart {
    display: flex;
    align-items: center;
}

.ct-card .button .elementor-button {
    width: 100%;
    transition: 0.5s all ease;
}

.ct-card:hover .button .elementor-button {
    background: var(--secondary);
    color: var(--dark);
}

.blog-detail {
    padding: 90px 0;
}

.categories-list a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 1024px) {

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        height: 38px;
        transition: 0.5s all ease;
    }

    .elementor-widget-navigation-menu .hfe-nav-menu-icon svg {
        width: 17px;
        height: 17px;
        line-height: 25px;
        font-size: 20px;
    }

    .elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
    .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
        color: #e9e9e9;
    }

    .hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown {
        top: -35px !important;
        left: -28px !important;
        width: 45% !important;
    }

    .hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
        transform: translateX(0%);
    }

    .current-menu-item a {
        color: var(--secondary) !important;
    }

    .blog-detail {
        flex-direction: column;
    }

    #desk-header {
        display: none;
    }

    #resp-header {
        display: block;
    }

    .header .main-logo {
        opacity: 1;
    }

    .header .white-logo {
        opacity: 0;
    }

    .sub-heading h5,
    .sub-heading-white h5 {
        font-size: 14px;
    }

    .heading h2 {
        font-size: 2.5rem;
        line-height: 1.1;
        color: var(--dark);
    }

    .marquee-content span {
        color: var(--primary);
        font-size: 5.7rem;
    }

    .footer-heading {
        top: 46px;
    }

    .footer-info::after {
        width: 100%;
    }

    .cart-page-content .woocommerce {
        flex-direction: column;
    }

    .cart-page-content .woocommerce .woocommerce-cart-form {
        width: 100% !important;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100% !important;
    }

    .woocommerce-cart table.shop_table tbody td {
        padding: 16px 7px;
    }

    .cart-page-content .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .pg-mini-price .woocommerce-Price-amount.amount {
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    .hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown {
        top: -35px !important;
        left: -20px !important;
        width: 85% !important;
    }

    .product-quantity .quantity {
        margin-left: auto;
    }

    /* .cart-page-content Specificity: (0, 1, 0) {
        padding: 10px 0;
    } */

    .pg-mini-item {
        justify-content: flex-end;
    }

    .pg-mini-left a {
        height: 50px;
        width: 50px;
    }

    .pg-mini-left a img {
        width: 50px;
    }

    .about-circle1 {
        position: absolute;
        bottom: -37px;
    }

    .about-circle2 {
        position: absolute;
        bottom: -33px;
    }

    .testimonial-slider {
        width: 100%;
        /*     height: 26rem; */
        height: 20rem;
    }

    .testimonial-slider .swiper-button-next {
        top: 92px;
    }

    .social-link .elementor-icon {
        height: 40px;
        width: 40px;
    }

    .testimonial-slider .swiper-slide h4 {
        font-size: 22px;
    }

    .footer-heading {
        top: 35px;
    }
}

/*  */
.global-page-hero {
    width: 100%;
    position: relative;
    z-index: 1;
}

.site-main {
    position: relative;
    z-index: 2;
}


/* Blog List */
/* #content.site-main .page-content{
	display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
} */

.pg-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* .pg-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
} */

.pg-blog-image {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.pg-blog-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pg-blog-category {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #ff9f1c;
    color: var(--dark);
    padding: 10px 15px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
}

.pg-blog-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pg-blog-content a {
    text-decoration: none;
}

.pg-blog-date {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
}

.pg-blog-title {
    margin: 14px 0;
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s all ease;
}

.pg-blog-title:hover {
    color: var(--primary);
}

.pg-blog-readmore {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 !important;
    background-color: transparent;
    color: var(--dark);
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.pg-blog-readmore .circle {
    display: inline-block;
    transform: scale(1);
    height: 14px;
    width: 14px;
    background: var(--primary);
    border-radius: 50%;
    transition: 0.5s all ease;
}

.pg-blog-readmore:hover .circle {
    transform: scale(0.5);
}

/* .category .global-page-hero,
.tag .global-page-hero,
.category .page-hero,
.tag .page-hero {
    display: none !important;
} */

.pg-blog-grid .global-page-hero {
    display: none;
}

/* Blog List */

body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.search-results ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: start;
}

body.tax-product_cat ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_tag ul.products::after,
body.tax-product_tag ul.products::before,
body.search-results ul.products::before {
    display: none;
}

.woocommerce-result-count {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
}

.site-main .global-page-hero-wrapper {
    display: none;
}

.pg-archive-wrapper {
    padding: 90px 0;
}

.pg-archive-title {
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .pg-blog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    body.tax-product_cat ul.products,
    body.tax-product_tag ul.products,
    body.search-results ul.products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-content: start;
    }

    .pg-archive-wrapper {
        padding: 70px 20px;
    }

    .page-hero-title {
        font-size: 2.5rem;
    }

    .page-hero-link {
        height: auto;
    }

    .page-hero-link {
        height: auto !important;
        text-align: center;
    }

}

@media (max-width: 720px) {
    .pg-blog-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: auto;
        float: none;
        clear: none;
        margin: 0;
    }

    .pg-archive-wrapper {
        padding: 50px 10px;
    }

    .pg-title a {
        font-size: 16px;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0 8px;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }

}

@media (max-width: 1348px) and (min-width: 1024px) {
    .e-con-inner {
        padding: 30px !important;
    }

    .footer-info::after {
        width: 100%;
    }

    .footer-heading .elementor-heading-title {
        font-size: 9rem !important;
    }
}


/* Cart Checkout */
.wp-block-woocommerce-cart {
    padding: 90px 0;
}

.wc-block-cart-items__header th {
    background: var(--primary);
    color: var(--light);
    font-family: 'Rethink Sans';
    font-size: 16px;
}

.wc-block-cart-items__header .wc-block-cart-items__header-image,
.wc-block-cart-items__header .wc-block-cart-items__header-total {
    border-radius: 20px 0 0 20px !important;
    overflow: hidden !important;
    background: var(--primary) !important;
    font-size: 15px;
    font-weight: 700;
    padding-left: 16px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.wc-block-cart-items__header .wc-block-cart-items__header-total {
    border-radius: 0 20px 20px 0 !important;
}


.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    border: 0 !important;
    border-bottom: 1px solid #0215202e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    left: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 0 !important;
    border-bottom: 1px solid #0215202e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    left: 0 !important;
}

.wc-block-components-textarea {
    border: 0 !important;
    border-bottom: 1px solid #0215202e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    font-size: 16px !important;
}

.wc-block-components-address-form__address_2-toggle {
    font-size: 16px !important;
    color: var(--primary) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: 0.5s all ease !important;
}

.wc-block-components-address-form__address_2-toggle:hover {
    color: var(--dark) !important;
}

.wc-block-components-title.wc-block-components-title {
    font-size: 2rem !important;
    font-weight: 600 !important;
    color: var(--dark) !important;
    margin-top: 30px !important;
}

.wc-block-components-checkbox label {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.wc-block-checkout__terms {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #fff0f0 !important;
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: var(--primary) !important;
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #fff0f0;
    border-radius: 14px;
    padding: 18px 25px !important;
    font-size: 17px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.woocommerce a.button.checkout-button,
.button.tinvwl_button_view.tinvwl-btn-onclick {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 20px 24px !important;
    background-color: var(--secondary);
    border-radius: 18px !important;
    color: var(--dark);
    font-weight: 600;
    border: 1px solid var(--secondary);
    text-decoration: none !important;
    width: 100%;
    transition: 0.5s all ease;
}

.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}

.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.button.tinvwl_button_view.tinvwl-btn-onclick:hover {
    background: var(--primary);
    color: var(--light);
    border: 1px solid var(--primary);
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.button.tinvwl_button_close {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 22px 24px !important;
    background-color: transparent;
    border-radius: 18px !important;
    color: var(--dark);
    font-weight: 600;
    border: 1px solid var(--dark);
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 0.5s all ease;
}


.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
.button.tinvwl_button_close:hover {
    background: var(--primary);
    color: var(--light);
    border: 1px solid var(--primary);
}

.wc-block-checkout__billing-fields .wc-block-components-address-form,
.wc-block-checkout__shipping-fields .wc-block-components-address-form {
    gap: 0 20px !important
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
    margin-top: 20px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 0 !important;
    padding: 0 !important;
}

.wc-block-components-totals-wrapper {
    border: 0 !important;
    border-bottom: 1px solid #0215202e !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {
    border: 0 !important;
    /* 	border-bottom: 1px solid #0215202e !important; */
}

.wc-block-components-panel__button {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
}

.wp-block-woocommerce-checkout-order-summary-block {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--dark);
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    color: var(--primary) !important;
    font-size: 18px !important;
    font-weight: 600;
}

.wc-block-components-totals-item__value {
    color: var(--primary);
    font-weight: 400;
    font-size: 16px;
}

.wc-block-components-totals-item__label {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--dark);
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-size: 20px;
    font-weight: bold;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 55px !important;
    width: 55px !important;
}

.wc-block-components-order-summary-item__image {
    background: var(--light-alt);
    border-radius: 8px;
    height: 80px !important;
    width: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.wc-block-components-product-metadata__description {
    display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-bottom: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid #0215202e !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #0215202e !important;
}

.wc-block-components-order-summary-item__quantity {
    border: 0 !important;
    outline: 0 !important;
    background: var(--primary) !important;
    color: var(--light) !important;
    padding: 0 !important;
    border-radius: 8px !important;
    min-height: 25px !important;
    min-width: 25px !important;
    font-size: 15px !important;
    right: 5px !important;
    top: 5px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--light-alt);
    padding: 10px 0px 16px 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-top: 30px !important;
    margin-left: 0 !important;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value,
.wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price,
.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price,
.wc-block-components-product-price__value.is-discounted,
.wc-block-components-product-price__regular {
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 700;
    color: var(--primary);
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 16px !important;
    color: var(--dark);
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.cart-page-content .woocommerce-cart-form .button {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    background-color: var(--primary);
    border-radius: 12px !important;
    color: var(--light) !important;
    font-weight: 600;
    border: 1px solid var(--primary);
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.cart-page-content .woocommerce-cart-form .button {
    padding: 18px 20px !important;
}

.cart-page-content .woocommerce-cart-form .button:hover {
    background: var(--secondary) !important;
    color: var(--dark) !important;
    border-color: var(--secondary) !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border: 1px solid #0215202e;
    outline: 0;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked::after {
    display: none
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__secondary-label {
    font-size: 16px !important;
    line-height: 20px;
    color: var(--dark);
}

.wc-block-checkout__shipping-option--free {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input.wc-block-components-totals-coupon__input,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    margin: 0 !important;
}

.wc-block-components-order-summary {
    padding: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border: 0 !important;
    margin-bottom: 30px;
}

.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
    padding: 0;
}

.wc-block-cart-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 110px;
    background: var(--light-alt);
    border-radius: 12px;
}

.wc-block-components-product-name {
    font-size: 17px !important;
    color: var(--dark);
    text-decoration: none !important;
    font-weight: 500;
}

.wc-block-components-product-badge {
    border: 1px solid var(--primary);
    border-radius: 4px;
    display: inline-block;
    font-size: 11px !important;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap;
    background: var(--primary);
    color: var(--light);
    padding: 8px 12px !important;
    border-radius: 10px !important;
}

.wc-block-components-quantity-selector {
    width: auto !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dark) !important;
    border-radius: 0 !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 18px !important;
    padding: 0 !important;
}

.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    position: relative;
    font-size: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus::after {
    content: " ";
    position: absolute;
    height: 75%;
    width: 70%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--dark);
    background-image: url("data:image/svg+xml,%3Csvg stroke='%23021520' fill='%23021520' stroke-width='0' viewBox='0 0 512 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus::after {
    content: " ";
    position: absolute;
    height: 75%;
    width: 70%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--dark);
    background-image: url("data:image/svg+xml,%3Csvg stroke='%23021520' fill='%23021520' stroke-width='0' viewBox='0 0 512 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 217.9L383 345c9.4 9.4 24.6 9.4 33.9 0 9.4-9.4 9.3-24.6 0-34L273 167c-9.1-9.1-23.7-9.3-33.1-.7L95 310.9c-4.7 4.7-7 10.9-7 17s2.3 12.3 7 17c9.4 9.4 24.6 9.4 33.9 0l127.1-127z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    max-width: 50px;
}

/* .wc-block-cart-items__row{
	position: relative;
}

.wc-block-cart-item__remove-link{
	position: absolute;
	top: 0;
	right: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{
	width: 200px !important;
}

.wc-block-cart-item__total{
	display: flex;
	align-items: flex-start !important;
	justify-content: start !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-start !important;
} */

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: var(--dark-alt);
    font-size: 0.95em !important;
}

.wc-block-components-totals-item {
    padding: 0 0 20px 0;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    padding-bottom: 0;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-bottom: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 0 !important;
    /* 	border-bottom: 0 !important; */
    border-top: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 26px !important;
    text-transform: capitalize !important;
    color: var(--dark) !important;
    font-weight: 600 !important;
}

.wc-block-components-totals-wrapper {
    border-bottom: 0 !important;
    border-top: 1px solid #0215202e !important;
}

.wc-block-components-totals-wrapper:first-child {
    border-top: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border: 0 !important;
    /* border-bottom: 0 !important; */
}

.wc-block-cart-items__header th {
    border-top: 0 !important;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-items__row:first-child td {
    border-top: 0 !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
    background: var(--primary) !important;
    font-size: 15px;
    font-weight: 700;
    padding-left: 16px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: center !important;
}

.wp-block-woocommerce-cart.alignwide {
    margin-inline: 0;
}

.wc-block-cart-item__product {
    margin-left: 60px !important;
}

@media (max-width: 768px) {
    .wc-block-cart-item__image a {
        height: 80px !important;
        width: 80px !important;
        padding: 8px !important;
    }

    .wc-block-cart-item__product {
        margin-left: 20px !important;
    }
}

@media (max-width: 380px) {
    .wc-block-cart-item__image a {
        height: 60px !important;
        width: 60px !important;
        padding: 8px !important;
    }

    .wc-block-cart-item__product {
        margin-left: 0 !important;
    }
}

.wc-block-components-sidebar-layout {
    padding-bottom: 30px;
}

.pg-cart-count {
    display: flex;
    position: absolute;
    top: 1px;
    left: -7px;
    /* 	width: 24px; */
    padding: 0 5px;
    min-width: 25px;
    height: 20px;
    background: var(--primary);
    border-radius: 7px;
    color: var(--light);
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.pg-cart-count:empty {
    display: none;
}

#pg-cart-toggle {
    cursor: pointer;
}

/* Cart Sidebar */
/* Overlay */
#pg-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

/* Sidebar */
#pg-cart-sidebar {
    position: fixed;
    right: -420px;
    top: 50%;
    width: 380px;
    height: 95vh;
    transform: translateY(-50%);
    transition: .4s ease;
    z-index: 9999;
	background: transparent;
/* 	overflow: hidden; */
    /* 	overflow-y: auto; */
}


#pg-cart-sidebar::-webkit-scrollbar {
    width: 4px;
}

#pg-cart-sidebar::-webkit-scrollbar-track {
    background: var(--light-alt);
}

#pg-cart-sidebar::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.pg-cart-card{
	height: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #f8f6f1;
	overflow: hidden;
	position: relative;
}

/* Active */
.pg-cart-open #pg-cart-sidebar {
    right: 40px;
}

.pg-cart-open #pg-cart-overlay {
    opacity: 1;
    visibility: visible;
}

/* Count Badge */
/* .pg-cart-count {
    background: #6b7a4b;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -10px;
} */

/* Close Button */
.pg-cart-close {
    border: none;
    cursor: pointer;
    position: absolute;
    left: -20px;
	top: -20px;
    background: var(--primary);
    border-radius: 0;
    color: var(--light);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
	z-index: 11;
    transition: 0.5s all ease;
}

.pg-cart-close:hover {
    background: var(--secondary);
    color: var(--dark);
}

/* Cart Sidebar */

.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    margin-bottom: 20px;
}

.woocommerce-mini-cart-item.mini_cart_item a {
    display: flex;
    align-items: center;
}

.woocommerce-mini-cart-item.mini_cart_item a img {
    width: 80px !important;
    height: 80px !important;
    background: var(--light-alt);
    border-radius: 12px;
    padding: 5px;
}

.woocommerce-mini-cart-item.mini_cart_item .remove.remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 28px !important;
    color: var(--dark-alt) !important;
    transition: 0.5s all ease;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
	text-decoration: none;
    border-radius: 12px;
}

.woocommerce-mini-cart-item.mini_cart_item .remove.remove_from_cart_button:hover {
    color: var(--primary) !important;
/*     background: var(--primary) !important; */
}

.woocommerce-mini-cart.cart_list.product_list_widget {
    padding-left: 0;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce-mini-cart__buttons a.button.wc-forward {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 20px 24px !important;
    background-color: var(--secondary);
    border-radius: 18px !important;
    color: var(--dark);
    font-weight: 600;
    border: 1px solid var(--secondary);
    text-decoration: none !important;
    width: 100%;
    transition: 0.5s all ease;
}

.woocommerce-mini-cart__buttons a.button.wc-forward:hover,
.woocommerce-mini-cart__buttons a.button.checkout.wc-forward:hover {
    background: var(--primary);
    color: var(--light);
    border: 1px solid var(--primary);
}

.woocommerce-mini-cart__buttons a.button.checkout.wc-forward {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 18px 24px !important;
    background-color: transparent;
    border-radius: 18px !important;
    color: var(--dark);
    font-weight: 600;
    border: 1px solid var(--dark);
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 0.5s all ease;
}


.woocommerce-mini-cart__buttons a.button.checkout.wc-forward:hover {
    background: var(--primary);
    color: var(--light);
    border: 1px solid var(--primary);
}

.pg-mini-item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.pg-mini-left img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
}

.pg-mini-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
	max-width: 55%;
}

.pg-mini-title {
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.pg-mini-meta {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
}

/* PAGE LAYOUT */
.woocommerce-cart .site-main {
    max-width: 1100px;
    margin: 0 auto;
}

/* CART TABLE STYLE */
.woocommerce-cart table.shop_table {
    border: none;
    /*     border-radius: 18px; */
    /*     overflow: hidden; */
    background: #ffffff;
}

.woocommerce table.shop_table tbody:first-child tr th {
    background: transparent;
    font-size: 18px;
    color: var(--dark);
    font-weight: 500;
    border-bottom: 1px solid #0215202e;
}

.shipping-calculator-button {
    color: var(--primary);
    font-weight: 500;
    transition: 0.3s all ease;
}

.cart-page-content .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.cart_totals h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    color: var(--dark);
    text-transform: capitalize;
}

.cart-page-content {
    padding: 90px 0;
}

.shipping-calculator-button:hover {
    color: var(--secondary);
}

/* HEADER BAR */
.woocommerce-cart table.shop_table thead th {
    background: var(--primary);
    color: var(--light);
    font-weight: 400;
    padding: 18px 18px;
    border: none;
    font-size: 16px;
}

.woocommerce-cart table.shop_table thead th:first-child {
    border-radius: 22px 0 0 22px;
}

.woocommerce-cart table.shop_table thead th:last-child {
    border-radius: 0 22px 22px 0;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th:nth-child(2) {
    display: none;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td:nth-child(2) {
    display: none;
}

.cart-page-content .woocommerce {
    display: flex;
    gap: 30px;
}

.cart-page-content .woocommerce .woocommerce-cart-form {
    width: 70%;
}

.wc-proceed-to-checkout {}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 30%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.pg-best-seller-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    /*     padding: 10px 12px; */
    /*     border-radius: 12px; */
    /*     background: #ffffff; */
    text-decoration: none !important;
    /*     border: 1px solid #e6e9ee; */
    /*     transition: 0.25s ease; */
}

.pg-best-seller-card:hover {
    /*     box-shadow: 0 6px 16px rgba(0,0,0,0.06); */
    /*     transform: translateY(-2px); */
}

.pg-bsc-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    background: var(--light-alt);
    padding: 6px;
}

.pg-bsc-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pg-bsc-title {
    font-size: 18px;
    margin: 0;
    color: var(--dark);
    font-weight: 600;
}

.pg-bsc-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}


/* .cart-collaterals::after, .cart-collaterals::before{
	display: none !important;
} */

/* CART ROWS */
.woocommerce-cart table.shop_table tbody td {
    border: none;
    border-bottom: 1px solid #0215202e;
    padding: 18px 18px;
    background: transparent;
}

.pg-mini-item .pg-mini-title {
    font-size: 15px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 600;
}

.pg-mini-left a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-alt);
    height: 80px;
    width: 80px;
    border-radius: 12px;
}

.pg-mini-left a:first-child {
    display: none !important;
}

.pg-mini-left a img {
    width: 70px !important;
}

.qty-minus,
.qty-plus {
    color: var(--dark);
    font-size: 22px;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* WooCommerce qty field specific */
.woocommerce .quantity input.qty {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.product-quantity .quantity {
    max-width: 100px;
    border-bottom: 1px solid #0215202e;
}

/* PRODUCT IMAGE NICE BOX */
.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    background: #f4f2ed;
    padding: 6px;
    object-fit: contain;
}

/* PRICE + TOTAL COLOR */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    color: var(--primary);
    font-weight: 600;
}

/* QUANTITY INPUT */
.woocommerce-cart .quantity input.qty {
    border: none;
    /*     border-bottom: 1px solid #dcdcdc; */
    border-bottom: 0 !important;
    border-radius: 0;
    width: 45px;
    text-align: center;
}

/* REMOVE ICON */
.woocommerce-cart a.remove {
    color: #000 !important;
    font-size: 30px;
    font-weight: 300;
    transition: 0.5s all ease;
}

.woocommerce-cart a.remove:hover {
    background: var(--primary);
}

/* CART TOTALS CARD */
.cart_totals {
    background: transparent;
    border: none;
}

.cart_totals h2 {
    margin-bottom: 10px;
}

.product-quantity .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cart Sidebar */
.woocommerce-mini-cart__total.total {
    font-size: 24px;
    margin: 30px 0;
}

.woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
}

.pg-mini-price .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.pg-mini-qty {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--dark-alt) !important;
}

.pg-mini-title:hover {
    color: var(--primary);
}

.woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: 60vh;
    overflow-y: auto;
}

.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar {
    width: 4px;
}

.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-track {
    background: var(--light-alt);
}

.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.woocommerce-mini-cart__empty-message {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-alt);
}

/* .woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb:hover {
    background: #222222;
} */
/* Cart Sidebar */

/* Cart & Checkout */

/* Blog Detail */

@media (min-width: 1200px) {
    .pg-single-blog-wrapper {
        max-width: 1140px;
        margin: 0 auto;
    }
}

.blog-para-content:first-letter {
    font-size: 3.2rem;
    color: var(--primary);
    font-weight: bold;
    float: left;
    padding-right: 6px;
    padding-top: 4px;
    line-height: 1;
}

.blog-detail {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
}

.bg-heading {
    font-size: 30px;
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 20px;
}

.latest-post .global-page-hero {
    display: none;
}

.latest-post-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}

.latest-post-card a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.latest-post-card a h4 {
    font-size: 18px;
    color: var(--dark);
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-post-card a p {
    margin-bottom: 10px;
    color: var(--dark);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
}

.blog-image img {
    border-radius: 16px;
}

.blog-meta {
    margin-bottom: 20px;
}

.blog-meta .bg-mt {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-bg {
    margin-top: 40px;
}

.comment-bg a {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: 0.3s all ease;
}

.comment-bg a:hover {
    color: var(--secondary) !important;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
}

.blog-meta .meta-sep {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-respond {
    margin-top: 30px;
}

.comment-bg .comment-author img {
    display: none;
}

.comment-bg .comment-author,
.comment-content p {
    font-size: 16px;
}

.reply a {
    font-size: 15px;
}

.comment-metadata a {
    font-size: 14px;
    text-transform: uppercase;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    padding-inline-start: 0;
}

@media (min-width: 1024px) {
    .blog-content {
        width: 70%;
    }

    .blog-sidebar {
        width: 30%;
        position: sticky;
        top: 30px;
    }

    .cart-page-content {
        padding: 50px 0;
    }
}

/* Blog Detail */

.wc-block-cart__empty-cart {
    display: none !important;
}

@media (max-width: 1024px) {
    .blog-detail {
        padding: 70px 20px;
    }

    .latest-post-card a {
        justify-content: start;
    }

    .pg-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pg-add-to-cart {
        opacity: 1;
    }

    .pg-skeleton-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .blog-detail {
        padding: 50px 10px;
    }

    .pg-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* 	.pg-actions button {
    width: 45px;
		height: 45px;
	} */

    .testimonial-slider .swiper-button-next,
    .testimonial-slider .swiper-button-prev {
        height: 45px;
        width: 45px;
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=password],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 24px 9px 8px 0 !important;
}

.input-text.qty.text {
    border-bottom: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    padding: 16px 9px 0 0 !important;
}

/* Skeleton */


/* Skeleton grid layout */
.pg-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

/* Skeleton card container */
.pg-skeleton-card {
    border-radius: 18px;
    /*     padding: 16px 16px 12px; */
}

/* Product image block placeholder */
.pg-skeleton-thumb {
    height: 230px;
    border-radius: 16px;
    background: linear-gradient(90deg, #eef1f4, #f5f7fa, #eef1f4);
    animation: pg-skeleton-wave 1.3s infinite linear;
}

/* Title line */
.pg-skeleton-title {
    margin-top: 14px;
    height: 14px;
    width: 70%;
    border-radius: 8px;
    background: #e3e7eb;
    animation: pg-skeleton-wave 1.3s infinite linear;
}

/* Price line */
.pg-skeleton-price {
    margin-top: 12px;
    height: 14px;
    width: 40%;
    border-radius: 8px;
    background: #e3e7eb;
    animation: pg-skeleton-wave 1.3s infinite linear;
}

/* shimmer animation */
@keyframes pg-skeleton-wave {
    0% {
        background-position: -120px 0;
    }

    100% {
        background-position: 120px 0;
    }
}

/* Skeleton */

/* Alert Message */
/* #pg-toast-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.pg-toast {
    background: var(--light-alt);
    color: var(--dark);
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    opacity: 0;
    transform: translateY(-10px);
    transition: all .3s ease;
    font-size: 14px;
}

.pg-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.pg-toast.success {
    border-left: 4px solid #40c057;
}

.pg-toast.error {
    border-left: 4px solid #e03131;
} */

/* Hide default Woo notices */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error {
	position: fixed;
	top: 20px;
	right: 20px;
	border: 0;
	background: var(--light);	
	border-left: 3px solid #387c0d;
	box-shadow: 0 0 5px #0000001a;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none !important;
}

.woocommerce-error {
	border-color: #bf1313;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    background: none;
    color: var(--primary);
    font-weight: 500;
    padding-right: 0;
}

.woocommerce-message::before, .woocommerce-error::before {
    content: "\e015";
    color: #387c0d;
}

/* Alert Message */

/* ✅ Wishlist table = Cart style UI */
.tinvwl-table-manage-list {
    width: 100%;
    background: transparent !important;
}

/* Table full width and card look */
.tinvwl-table-manage-list table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 14px !important;
    /* row gap like cards */
}

/* Hide default table border */
.tinvwl-table-manage-list table,
.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td {
    border: none !important;
}

/* Header look like your cart heading bar */
.tinvwl-table-manage-list thead tr {
    background: #0b3a55 !important;
    border-radius: 18px !important;
}

.tinvwl-table-manage-list thead th {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 18px 20px !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
}

/* Each product row like cart rows */
.tinvwl-table-manage-list tbody tr {
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06) !important;
}

.tinvwl-table-manage-list tbody td {
    padding: 18px 20px !important;
    vertical-align: middle !important;
    font-size: 15px !important;
}

/* Product image size */
.tinvwl-table-manage-list tbody td.product-thumbnail img {
    width: 70px !important;
    height: auto !important;
    border-radius: 10px !important;
}

/* Product title bold like cart */
.tinvwl-table-manage-list tbody td.product-name a {
    font-weight: 600 !important;
    color: #0b3a55 !important;
    text-decoration: none !important;
    transition: o.5s all ease !important;
}

.tinvwl-table-manage-list tbody td.product-name a:hover {
    text-decoration: underline !important;
}

/* Price styling */
.tinvwl-table-manage-list tbody td.product-price,
.tinvwl-table-manage-list tbody td.product-price span.amount {
    font-weight: 700 !important;
    color: #0b3a55 !important;
    font-size: 16px !important;
}

/* Add to cart button style like your site */
.tinvwl-table-manage-list .button,
.tinvwl-table-manage-list a.button,
.button.wc-backward {
    background: #0b3a55 !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    border: none !important;
    font-weight: 600 !important;
    text-transform: none !important;
    transition: 0.5s all ease;
}

.tinvwl-to-right.look_in .button:hover,
.tinvwl-table-manage-list a.button:hover,
.button.wc-backward:hover {
    background: var(--secondary) !important;
    color: var(--dark) !important;
}

.tinv-wishlist .woocommerce-info,
.cart-empty.woocommerce-info {
    border-top-color: var(--primary);
}

.tinv-wishlist .woocommerce-info::before,
.cart-empty.woocommerce-info::before {
    color: var(--primary);
}

/* Remove icon style */
.tinvwl-table-manage-list .product-remove a {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #f1f1f1 !important;
    color: #000 !important;
    font-size: 18px !important;
}

/* ✅ Make Wishlist layout responsive */
@media (max-width: 768px) {
    .tinvwl-table-manage-list thead {
        display: none !important;
    }

    .tinvwl-table-manage-list table,
    .tinvwl-table-manage-list tbody,
    .tinvwl-table-manage-list tr,
    .tinvwl-table-manage-list td {
        display: block !important;
        width: 100% !important;
    }

    .tinvwl-table-manage-list tbody tr {
        position: relative;
    }

    .tinvwl-table-manage-list tbody td {
        padding: 10px 0 !important;
    }

    .tinv-wishlist table input[type=checkbox] {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .tinv-wishlist .product-remove button {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .tinvwl-table-manage-list tbody tr {
        overflow: hidden;
        margin-bottom: 12px;
    }
}

.tinvwl-to-left select {
    padding: 0 !important;
}

.tinv-header h2 {
    font-size: 0 !important;
}

.tinv-header h2::after {
    content: "Wishlist";
    font-size: 32px;
    font-weight: 700;
    display: block;
    color: var(--dark);
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    padding: 90px 0;
}

.tinv-wishlist table input[type=checkbox] {
    height: 18px;
    width: 18px;
}

.wc-empty-cart-message,
.return-to-shop {
    width: 100%;
}

.icon_big_heart_check::before,
.icon_big_heart_check,
.icon_big_times,
.icon_big_times::before {
    color: var(--primary);
}

.tinv-wishlist .product-remove button {
    transition: 0.5s all ease;
}

.tinv-wishlist .product-remove button:hover {
    background: var(--primary);
    color: var(--light);
}

/* @media only screen and (max-width: 1024px) {

} */

@media (max-width: 768px) {
    .tinv-wishlist.woocommerce.tinv-wishlist-clear {
        padding: 20px 0;
    }

    .tinvwl-table-manage-list .button,
    .tinvwl-table-manage-list a.button {
        padding: 12px 15px !important;
    }

}

@media (max-width: 1024px) {
    .tinv-wishlist.woocommerce.tinv-wishlist-clear {
        padding: 50px 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border: 0;
    }

    .hfe-nav-menu .menu-item-has-children .sub-menu {
        padding: 0;
        padding-bottom: 10px;
    }

    .hfe-nav-menu-icon {
        padding: 0;
        border: 0;
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
    color: var(--secondary);
}

/* .testimonial-slider .swiper-wrapper{
	transition-duration: 0.5s !important;
	transform: translate3d(0px, -291.765px, 0px);
	transition-delay: 0ms;
} */

/* .swiper{
	width: 100%;
}

.elementor-element {
  will-change: transform, opacity;
}

.elementor-invisible {
  visibility: visible !important;
}

.elementor-animation,
.elementor-motion-effects-element {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  transform: translateZ(0);
  will-change: transform;
} */

.testimonial-slider {
    touch-action: pan-x !important;
}

.navbar-nav nav {
    height: 98px;
}

.navbar-nav ul.hfe-nav-menu {
    height: 100%;
}

.navbar-nav ul.hfe-nav-menu>li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-page-list {
    display: flex;
    /*     justify-content: center; */
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.pg-page-list li {
    list-style: none;
}

.pg-page-list a {
    padding: 6px 10px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
}

.pg-page-list a.active {
    background: #0b5ed7;
    color: #fff;
}

.pg-page-list .dots {
    padding: 6px 4px;
    font-size: 16px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MOBILE */
@media (max-width: 600px) {
    .pg-page-list a {
        padding: 5px 8px;
        font-size: 13px;
    }
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover {
    background-color: var(--primary) !important;
    color: #fff;
    border-color: var(--primary) !important;
}

.swiper.demo-sl {
    width: 100%;
    height: 40rem;
}

.demo-sl .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #da5252;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
    margin-left: auto;
}

.demo-sl .swiper-button-next {
    z-index: 999999;
    position: absolute;
    top: 45%;
    left: 0;
}

.demo-sl .swiper-button-prev {
    z-index: 999999;
    position: absolute;
    top: 40%;
    left: 0;
}

.demo-sl .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================================
   ORDER RECEIVED PAGE – WISHLIST STYLE
================================ */

/* Page container */
.woocommerce-order, .woocommerce-order-pay .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
}

/* Thank you message box */
.woocommerce-order .woocommerce-notice {
    background: #eef2f5;
    border-left: 5px solid #0b3c55;
    padding: 16px 20px;
    border-radius: 8px;
    font-weight: 500;
}

/* Order info (Order no, date, total etc.) */
.woocommerce-order-overview, .woocommerce-order-pay .woocommerce .order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.woocommerce-order-overview li, .woocommerce .order_details li {
    flex: 1 1 200px;
    border-right: 1px solid #e5e7eb;
    padding-right: 20px;
    font-size: 14px;
}

.woocommerce-order-overview li:last-child, .woocommerce .order_details li:last-child {
    border-right: none;
}

.woocommerce-order-overview strong, .woocommerce .order_details strong {
    display: block;
    font-size: 16px;
    color: #0b3c55;
    margin-top: 4px;
}

/* Order details heading */
.woocommerce-order-details h2, .woocommerce .order_details h2 {
    margin-top: 40px;
    font-size: 24px;
    color: #0b3c55;
}

/* Order table */
.woocommerce-table--order-details {
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
}

/* Table header (same as wishlist) */
.woocommerce-table--order-details thead th {
    background: #0b3c55;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 20px !important;
}

/* Table body rows */
.woocommerce-table--order-details tbody tr {
    background: #ffffff;
}

.woocommerce-table--order-details tbody tr:nth-child(even) {
    background: #ffffff;
}

.woocommerce-table--order-details td {
    padding: 16px;
    font-size: 14px;
    border: none;
    padding: 22px 20px !important;
    font-size: 16px;
    border: 0 !important;
}

/* Product name */
.woocommerce-table--order-details td a {
    color: #0b3c55;
    font-weight: 600;
    text-decoration: none;
}

/* Totals section */
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
    font-size: 17px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 22px 20px !important;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
    font-size: 18px;
    font-weight: 700;
    color: #0b3c55;
    padding: 22px 20px !important;
}

/* Payment method text */
.woocommerce-order p {
    font-size: 15px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .woocommerce-order-overview {
        flex-direction: column;
    }

    .woocommerce-table--order-details thead {
        display: none;
    }

    .woocommerce-table--order-details tbody tr {
        display: block;
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .woocommerce-table--order-details td {
        display: flex;
        justify-content: space-between;
    }
}

.woocommerce-customer-details {
    margin-top: 50px;
}

/* Headings */
.woocommerce-customer-details h2 {
    font-size: 24px;
    color: #0b3c55;
    margin-bottom: 16px;
}

/* Address columns */
.woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Individual address card */
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
    background: #eef2f5;
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Address title */
.woocommerce-column__title {
    font-size: 20px;
    font-weight: 600;
    color: #0b3c55;
    margin-bottom: 14px;
}

/* Address text */
.woocommerce-customer-details address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: var(--dark-alt);
    border: 0 !important;
    padding: 0 !important;
}

/* Icons spacing */
.woocommerce-customer-details address svg,
.woocommerce-customer-details address i {
    margin-right: 8px;
    color: #0b3c55;
}

/* Email link */
.woocommerce-customer-details address a {
    color: #0b3c55;
    font-weight: 500;
    text-decoration: none;
}

/* Mobile view */
@media (max-width: 768px) {
    .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }
}

.woocommerce .woocommerce-customer-details .col2-set::after,
.woocommerce .woocommerce-customer-details .col2-set::before,
.woocommerce-page .woocommerce-customer-details .col2-set::after,
.woocommerce-page .woocommerce-customer-details .col2-set::before {
    display: none;
}

.woocommerce .woocommerce-customer-details .col2-set .col-2,
.woocommerce-page .woocommerce-customer-details .col2-set .col-2,
.woocommerce .woocommerce-customer-details .col2-set .col-1,
.woocommerce-page .woocommerce-customer-details .col2-set .col-1 {
    width: 100%;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    color: var(--primary);
    font-weight: 700;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 14px;
}

.woocommerce-order, .woocommerce-order-pay .woocommerce  {
    padding: 70px 0;
}

/* .tax-product_cat ul.products,
.tax-product_tag ul.products {
    display: none !important;
} */

.pg-blog-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
	padding-top: 90px;
	padding-bottom: 90px;
}

/* tablet */
@media (min-width: 768px) {
    .pg-blog-wrapper {
        max-width: 720px;
    }
}

/* small laptop */
@media (min-width: 992px) {
    .pg-blog-wrapper {
        max-width: 960px;
    }
}

/* desktop */
@media (min-width: 1200px) {
    .pg-blog-wrapper {
        max-width: 1140px;
    }
}

/* large screens */
@media (min-width: 1400px) {
    .pg-blog-wrapper {
        max-width: 1320px;
    }
}

/* .pg-mini-item {
    transition: opacity .25s ease, transform .25s ease;
}

.pg-mini-item.removing {
    opacity: 0.4;
    transform: translateX(10px);
}

.pg-cart-loading {
    pointer-events: none;
    opacity: .6;
}

.pg-mini-item{
    transition: .25s;
}

.pg-mini-item.removing{
    opacity:.35;
    transform: translateX(8px);
}

.pg-cart-loading{
    opacity:.6;
    pointer-events:none;
} */

.pg-mini-item.removing {
    opacity: .4;
    pointer-events: none;
    transition: .3s;
}

.pg-mini-item.removing{
    opacity:.4;
    pointer-events:none;
    transition:.3s;
}

.pg-mini-remove{
    position:absolute;
    top:8px;
    right:8px;
}

.woocommerce-info {
    border-top-color: var(--primary);
}

.woocommerce-info::before {
    color: var(--primary);
}

/* Progress bar */
.pg-cart-progress{
    position:absolute;
    bottom:0;
    left:0;
    height:4px;
    width:100%;
    background:#eee;
    overflow:hidden;
    opacity:0;
}

.pg-cart-progress::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0%;
    background:#0a7c3b;
}

/* ⭐ ONLY show when auto open */
body.pg-cart-auto .pg-cart-progress{
    opacity:1;
}

body.pg-cart-auto .pg-cart-progress::before{
    animation: cartProgress 5s linear forwards;
}

@keyframes cartProgress{
    from { width:0% }
    to { width:100% }
}

.single_add_to_cart_button.is-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.single_add_to_cart_button.is-loading::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.cart-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: var(--primary);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 99999;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.cart-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.cart-toast a {
    color: var(--secondary);
    margin-left: 8px;
    text-decoration: underline;
}

.wp-singular.page-template-default.woocommerce-checkout .wc-block-checkout-empty .wp-block-button__link{
	background: var(--primary);
	height: 60px;
	text-decoration: none;
	border-radius: 12px;
	transition: 0.5s all ease;
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    color: var(--primary);
    display: block;
    margin: 0 auto 1em;
    max-width: 100px;
}

/* Payment */
/* Disable accordion behavior */
.wc-block-components-radio-control-accordion-content {
    display: block !important;
    height: auto !important;
}

/* Remove accordion arrow / animation */
.wc-block-components-radio-control-accordion-option {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Optional: highlight selected payment */
.wc-block-components-radio-control__option input:checked + .wc-block-components-radio-control__label {
    font-weight: 600;
}

@media (max-width: 768px) {
   .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 30px;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		font-size: 1rem;
	}
}

input:-internal-autofill-selected{
	background: transparent;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: var(--primary);
    text-decoration: none !important;
}

/* Payment */
/* Payment options wrapper */
/* .wc-block-components-radio-control {
    display: flex;
    flex-direction: column;
    gap: 12px;
} */

/* Each payment option card */
/* .wc-block-components-radio-control__option {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px 16px;
    cursor: pointer;
    background: #fff;
    transition: all 0.25s ease;
} */

/* Hover */
/* .wc-block-components-radio-control__option:hover {
    border-color: #000;
} */

/* Hide default radio */
/* .wc-block-components-radio-control__input {
    display: none;
} */

/* Selected payment option */
/* .wc-block-components-radio-control__option--checked {
    border: 2px solid #000;
    background: #f9f9f9;
} */

/* Make label full clickable */
/* .wc-block-components-radio-control__label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
} */

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked::after{
	display: block;
}

.wc-block-components-radio-control--highlight-checked:after{
	border: 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after, .wc-block-components-radio-control--highlight-checked:after {
    border-width: 0px;
	display: none;
}

.gsap-animate{
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

