/*
Theme Name: Mint Mark Child
Theme URI: https://aqlix.com/
Template: Mint Mark
Author: The Aqlix WordPress team
Author URI: https://wordpress.org/
Description: Aqlix Development.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.7.1773211439
Updated: 2026-03-11 06:43:59

*/
 *{
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
 }
html {
    scroll-behavior: smooth;
}
:root {
  --brand-color: #1e60b5;
  --theme-color-title : #121414;
}
 body {
	  font-family: "Plus Jakarta Sans", sans-serif;
	 background: #ffffff;
 }
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: var(--theme-color-title);
}
p {
	  font-family: "Plus Jakarta Sans", sans-serif;
	    color: #000000;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
a, a:hover {
  text-decoration: none !important;
  outline: 0;
}
.container {
    padding: 0;
    max-width: 80% !important;
}
.main-header .container {
    max-width: 90%;
}

/* site css */
.main-header {
    padding: 30px 0;
}
button.sub-menu-toggle {
    display: none;
}
.menu-main > li.menu-item-has-children > a::after{
font-family:"Font Awesome 5 Free";
content:"\f078";
font-weight:900;
margin-left:6px;
font-size:12px;
}
/* header search  */
.search-wrapper{
max-width:700px;
width:100%;
	
}
.site-search {
    display: flex;
    justify-content: center;
}
.site-search input.form-control.search-input {
    border-right: 0;
}
button.btn.search-btn {
    background: var(--brand-color);
    color: #ffffff;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    outline: 0;
}
.input-group.search-group {
    border: 2px solid var(--brand-color);
}
.search-group{
border-radius:50px;
overflow:hidden;
background:transparent;
}

.category-select{
max-width:180px;
border:none;
background:#fff;
font-weight:500;
}

.search-input{
border:none;
background:transparent;
}

.search-input:focus{
box-shadow:none;
}

.search-btn{
background:transparent;
border:none;
padding:0 20px;
font-size:18px;
}
.site-logo {
    max-width: 280px;
}
/* header search  end */
/* header icons */
.header-icons{
display:flex;
	justify-content: end;
gap:20px;
font-size:20px;
}

.header-icons a{
position:relative;
color:#000;
}

.count{
position:absolute;
top:-6px;
right:-10px;
background:var(--brand-color);
color:#fff;
font-size:11px;
width:18px;
height:18px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}
/* header icons end */
/* menu with Dropdown */
.main-mega-menu{
position:relative;
}

.menu-main{
display:flex;
	justify-content: center;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

.menu-main > li{
position:relative;
}

.menu-main > li > a{
text-decoration:none;
font-weight:500;
color:#000;
padding: 0;
display:block;
}
.header-menu {
    padding: 30px 0 0;
}
.menu-main > li:hover > a{
color:var(--brand-color);
}

/* Dropdown */

.menu-main li ul{
position:absolute;
top:100%;
left:0;
background:#fff;
width:260px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
list-style:none;
padding:10px 0;
margin:0;
display:none;
z-index:999;
}

/* show dropdown */

.menu-main li:hover > ul{
display:block;
}

/* submenu items */

.menu-main li ul li{
position:relative;
}

.menu-main li ul li a{
display:block;
padding:10px 20px;
color:#333;
font-size:14px;
text-decoration:none;
}

.menu-main li ul li a:hover{
background:#f5f5f5;
color:var(--brand-color);
}

/* submenu arrow */

.menu-main li ul li.menu-item-has-children > a::after{
content:"\f105";
font-family:"Font Awesome 5 Free";
font-weight:900;
float:right;
font-size:14px;
}

/* second level menu */

.menu-main li ul li ul{
left:100%;
top:0;
display:none;
}

.menu-main li ul li:hover > ul{
display:block;
}
/* second level menu end */
.hero-bg img {
    width: 100%;
}
section.site-hero {
    position: relative;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.texo-tagline {
    line-height: 30px;
    letter-spacing: 3.9688px;
    font-weight: 700;
    font-size: 20px;
}
.hero-text-box h1 {
    line-height: 79px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 64px;
    color: #000000;
	margin-bottom: 30px;
}
.hero-text-box {
    max-width: 745px;
    margin-top: 18%;
}
.site-button a {
    background: var(--brand-color);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
}
.hero-text-box {
    position: relative;
}

.hero-text-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hero-text-wrapper {
    position: relative;
    z-index: 2;
    padding: 60px 40px 60px 90px;
}
.tagline-animation {
    max-width:160px;
    position:absolute;
    top:-150px;
    z-index:4;
    animation: floatTagline 4s ease-in-out infinite;
}

@keyframes floatTagline{
0%{
transform:translateY(0);
}
50%{
transform:translateY(-12px);
}
100%{
transform:translateY(0);
}
}
.text-box-after {
    position: absolute;
    display: block;
    max-width: 105px;
    transform-origin: 50% 50%;
    animation: halfFlip 6s ease-in-out infinite;
    left: 11%;
    bottom: -16%;
}

@keyframes halfFlip{

0%{
transform:perspective(600px) translate3d(0,0,0) rotateY(25deg);
}

50%{
transform:perspective(600px) translate3d(0,0,0) rotateY(-25deg);
}

100%{
transform:perspective(600px) translate3d(0,0,0) rotateY(25deg);
}
}
.section-padding {
    padding: 100px 0 100px;
}
/* tabs css */
.best-seller-tabs{
display:flex;
justify-content:center;
gap:20px;
list-style:none;
padding:0;
margin-bottom:30px;
}

.best-seller-tabs li{
padding:8px 22px;
border:2px dashed #cfd8dc;
border-radius:25px;
cursor:pointer;
font-weight:500;
}
.no-product{
text-align:center;
font-size:16px;
padding:40px;
}
ul.best-seller-tabs {
    margin-top: 30px;
}
.best-seller-tabs li.tab-btn.active {
    color: var(--brand-color);
}
.item-product{
border:1px solid #AACACC4D;
border-radius:5px;
background:#fff;
overflow:hidden;
}

.products-entry.product-wapper{
display:flex;
align-items:center;
overflow:hidden;
}

/* product image */

.products-thumb{
flex:0 0 41%;
max-width:41%;
position:relative;
overflow:hidden;
}

.products-thumb img{
width:100%;
height:auto;
display:block;
}

/* content */

.products-content{
flex:0 0 59%;
max-width:59%;
padding : 25px 20px;
}

/* title */

.products-list h3.product-title{
font-size:16px;
	line-height: 1.4;
font-weight:600;
margin-bottom:6px;
}

.products-list h3.product-title a{
text-decoration:none;
color:#000;
}

/* price */

.products-list span.price{
font-size:20px;
font-weight:700;
color:var(--brand-color);
display:block;
margin-bottom:10px;
}

/* button */

.product-button a.button{
background:var(--brand-color);
color:#fff;
padding:8px 16px;
font-size:14px;
border-radius:4px;
text-decoration:none;
display:inline-block;
}

.product-button a.button:hover{
opacity:.9;
}

.products-list .product-button {
    display: none;
}
.products-thumb a img {
    width: 100%;
}
.banner-wrapper-infor {
    justify-content: center;
    display: flex;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px 40px;
}

.content-banner-image {
    position: relative;
}
.star-rating {
    color: #ffc107;
    display: flex;
    gap: 2px;
    margin-bottom: 22px;
    font-size: 14px;
}
.item-product {
    height: 100%;
}
.products-entry.product-wapper {
    height: 100%;
}
.products-thumb a img {
    min-height: 230px;
}
section.policy-band {
    position: relative;
}

.service-ploicy {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.policy-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.policy-text h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 600;
}
.policy-text p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.bwp-widget-banner.layout-1 {
    position: relative;
}
.cta-img img {
    width: 100%;
}

.cta-wrapper {
    position: relative;
}

.cta-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    padding: 0 25px;
    z-index: 1;
}
.text-bnner p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.text-bnner h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.shop-by-cat {
    display: flex;
    align-items: center;
    gap: 50px;
}
.round-inner-img img {
    border-radius: 50%;
}
.mb-50 {
	margin-bottom: 50px;
}
.cat-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 25px 0px 0px 0px;
    color: #000000;
    text-align: center;
}
.announcement-bar {
    background: var(--brand-color);
    color: #fff;
    overflow: hidden;
    padding: 5px 0;
    font-size: 14px;
}

.marquee{
overflow:hidden;
}

.marquee-track{
display:flex;
gap:120px; /* control the space between texts */
width:max-content;
animation:marquee 20s linear infinite;
}

.marquee-track span{
white-space:nowrap;
font-weight:500;
}

@keyframes marquee{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}

/* recent products */
/* product card custom styling */

.product-card {
border:1px solid #e5e5e5;
border-radius:12px;
background:#fff;
transition:box-shadow 0.2s ease;
height:100%;
display:flex;
flex-direction:column;
position:relative;
overflow:hidden;
}

.product-card:hover{
box-shadow:0 12px 20px rgba(0,0,0,0.06);
}

/* image wrapper */

.product-image{
position:relative;
width:100%;
aspect-ratio:1/1;
background:#f9f9f9;
overflow:hidden;
}

.product-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:opacity .35s ease, transform .35s ease;
}

/* main image */

.img-main{
opacity:1;
position:relative;
z-index:1;
}

/* hover image */

.img-hover{
position:absolute;
top:0;
left:0;
opacity:0;
z-index:2;
}

.product-card:hover .img-main{
opacity:0;
transform:scale(1.03);
}

.product-card:hover .img-hover{
opacity:1;
transform:scale(1.03);
}

/* badges */

.badge-container{
position:absolute;
top:12px;
left:12px;
z-index:5;
display:flex;
flex-direction:column;
gap:5px;
}

.badge-hot,
.badge-pre,
.badge-sale{
font-size:11px;
font-weight:600;
padding:4px 10px;
border-radius:30px;
text-transform:uppercase;
letter-spacing:.4px;
color:#fff;
width:fit-content;
box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

.badge-hot{background:#d83a3a;}
.badge-pre{background:#8b5e3c;}
.badge-sale{background:#2c6e49;}

/* action icons */

.action-icons{
position:absolute;
top:12px;
right:12px;
z-index:10;
display:flex;
flex-direction:column;
gap:8px;
opacity:0;
transform:translateX(6px);
transition:all .25s ease;
}

.product-card:hover .action-icons{
opacity:1;
transform:translateX(0);
}

.icon-circle{
width:38px;
height:38px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 5px 12px rgba(0,0,0,0.1);
color:#222;
font-size:15px;
transition:all .2s ease;
text-decoration:none;
position:relative;
}

.icon-circle:hover{
background:#333;
color:#fff;
}

/* tooltip */

.icon-circle[data-tooltip]:before{
content:attr(data-tooltip);
position:absolute;
top:50%;
right:120%;
transform:translateY(-50%);
background:#1e1e1e;
color:#fff;
font-size:12px;
padding:6px 10px;
border-radius:30px;
white-space:nowrap;
opacity:0;
pointer-events:none;
transition:opacity .2s;
font-weight:400;
letter-spacing:.3px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.icon-circle[data-tooltip]:hover:before{
opacity:1;
}

/* product info */

.product-info{
padding:16px 14px 16px;
border-top:1px solid #f0f0f0;
}

.product-title{
font-weight:500;
font-size:1rem;
margin-bottom:6px;
color:#111;
text-decoration:none;
display:block;
line-height:1.4;
}

/* .product-title:hover{
color:#000;
text-decoration:underline;
} */

/* price */

.price{
font-weight:600;
font-size:1.1rem;
color:#222;
}

.old-price{
font-weight:400;
font-size:.9rem;
color:#8f8f8f;
text-decoration:line-through;
margin-right:8px;
}

/* wishlist */

.product-actions-bottom{
margin-top:8px;
}

.wishlist-btn{
font-size:18px;
color:#555;
cursor:pointer;
transition:.3s;
display:inline-block;
}

.wishlist-btn:hover{
color:#cf142b;
}

/* active wishlist */

.wishlist-btn.active i{
color:#cf142b;
font-weight:900;
}

/* layout */

.row-cols-5-custom{
display:flex;
flex-wrap:wrap;
margin:0 -10px;
}

.col-product{
flex:0 0 20%;
padding:0 10px;
margin-bottom:30px;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    width: 18px;
    max-width: 18px;
}
.product-rating.w-full .star-rating {
    float: none;
    margin-top: 5px;
    margin-bottom: 0;
}
/* reviews */
 /* Reviews Section */
        .reviews-section {
            background-color: #F7F7F7;
            color: #000000;
        }

        /* Container override */
        .container-custom {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Animation Keyframes */
        @keyframes scrollTopToBottom {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-50%);
            }
        }

        @keyframes scrollBottomToTop {
            0% {
                transform: translateY(-50%);
            }
            100% {
                transform: translateY(0);
            }
        }

        /* Animation Classes */
        .scroll-t2b {
            animation: scrollTopToBottom 60s linear infinite;
        }

        .scroll-b2t {
            animation: scrollBottomToTop 60s linear infinite;
        }

        /* Pause on hover */
        .review-group:hover .pause-on-hover {
            animation-play-state: paused;
        }

        /* Review Column */
        .review-column {
            height: 600px;
            overflow: hidden;
            border-radius: 24px;
            position: relative;
        }

        /* Mask Gradients */
        .mask-bottom {
            mask-image: linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
            -webkit-mask-image: linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
        }

        .mask-top {
            mask-image: linear-gradient(to top, transparent, white 20%, white 80%, transparent);
            -webkit-mask-image: linear-gradient(to top, transparent, white 20%, white 80%, transparent);
        }

        /* Review Card */
        .review-card {
            background-color: #ffffff;
            border: 1px solid #e7e7e7;
            padding: 24px;
            border-radius: 16px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            margin-bottom: 20px;
        }

        .review-card:hover {
            transform: scale(1.05);
        }

        /* Review Header */
        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

        .review-emoji {
            font-size: 30px;
            margin-right: 12px;
        }

        .reviewer-name {
            font-weight: 600;
            color: white;
            margin: 0;
            line-height: 1.2;
        }

        .reviewer-title {
            font-size: 14px;
            color: #6b7280;
            margin: 0;
        }

        /* Stars */
        .review-stars {
            color: #fbbf24;
            margin-bottom: 8px;
            font-size: 18px;
            letter-spacing: 2px;
        }

        /* Review Text */
        .review-text {
            color: #000000;
            font-style: italic;
            margin: 0;
            line-height: 1.6;
            font-size: 15px;
        }

        /* Column Content */
        .column-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
.band-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
	position: relative;
}
.band-inner:before {
    content: '';
    background: #EEF2F2;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    max-height: 70%;
}
p.max-300 {
    max-width: 365px;
}
section.wishlist-page {
    margin-bottom: 100px;
}
/* shop and search page */
	.checkbox-label {
    position: relative;
}
/* Shop Page Layout */


/* Mobile Filter Toggle */
.mobile-filter-toggle {
    display: none;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

/* Sidebar Styles */
.shop-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
/*     height: calc(100vh - 100px);
    overflow-y: auto; */
    padding-right: 15px;
}

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

.sidebar-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.close-sidebar {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

/* Widget Styles */
.sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

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

.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}

.widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--brand-color, #ff6b6b);
}

/* Search Widget - FIXED VERSION */
.widget-search .shop-search-form {
    position: relative;
    display: flex;
    gap: 10px;
}

.widget-search .search-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.widget-search .search-input:focus {
    border-color: var(--brand-color, #ff6b6b);
    outline: none;
}

.widget-search .search-button {
    width: 45px;
    background: var(--brand-color, #ff6b6b);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-search .search-button:hover {
    background: #ff5252;
}

/* Price Filter Widget */
.price-filter-wrapper {
    padding: 0 5px;
}

.price-slider-wrapper {
    margin: 20px 0 30px;
}

#price-slider {
    height: 4px;
    margin: 20px 0;
}

#price-slider .noUi-connect {
    background: var(--brand-color, #ff6b6b);
}

#price-slider .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--brand-color, #ff6b6b);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    top: -8px;
    right: -10px;
}

#price-slider .noUi-handle:before,
#price-slider .noUi-handle:after {
    display: none;
}

#price-slider .noUi-tooltip {
    background: var(--brand-color, #ff6b6b);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 11px;
    bottom: 150%;
}

.price-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.price-input-group {
    flex: 1;
}

.price-input-group label {
    display: block;
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-input-field {
    position: relative;
}

.price-input-field .currency {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 13px;
}

.price-input-field input {
    width: 100%;
    padding: 8px 8px 8px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 13px;
}

.price-input-field input:focus {
    border-color: var(--brand-color, #ff6b6b);
    outline: none;
}

.price-range-display {
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.apply-price-filter {
    width: 100%;
    padding: 10px;
    background: var(--brand-color, #ff6b6b);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.apply-price-filter:hover {
    background: #ff5252;
}

/* Category & Filter Lists */
.category-list,
.subcategory-list,
.brand-list,
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li,
.brand-list li,
.filter-list li {
    margin-bottom: 10px;
}

.subcategory-list {
    margin-left: 20px;
    margin-top: 8px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.checkbox-label:hover {
    color: var(--brand-color, #ff6b6b);
}

.checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.checkbox-label .count {
    margin-left: auto;
    color: #ffffff
    font-size: 8px;
}

/* Active Filters */
.active-filters .filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #666;
}

.filter-tag button {
    background: none;
    border: none;
    margin-left: 5px;
    padding: 0;
    cursor: pointer;
    color: #999;
    font-size: 10px;
}

.filter-tag button:hover {
    color: var(--brand-color, #ff6b6b);
}

.clear-all-filters {
    background: none;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
}

.clear-all-filters:hover {
    background: var(--brand-color, #ff6b6b);
    color: #fff;
    border-color: var(--brand-color, #ff6b6b);
}

/* Main Content Area */
.shop-main-content {
    padding-left: 15px;
}

/* Shop Header */
.shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.results-count p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.sorting-wrapper select {
    padding: 8px 30px 8px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 8L1 3h10z"/></svg>') no-repeat right 10px center;
    appearance: none;
}

.sorting-wrapper select:focus {
    outline: none;
    border-color: var(--brand-color, #ff6b6b);
}

/* Product Card Styles */
.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

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

.product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.product-image .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-image:hover .img-main {
    opacity: 0;
}

.product-image:hover .img-hover {
    opacity: 1;
}

/* Badge Container */
.badge-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.badge-sale,
.badge-soldout {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
}

.badge-sale {
    background: var(--brand-color, #ff6b6b);
}

.badge-soldout {
    background: #666;
}

/* No Products Found */
.no-products-found {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 40px;
    text-align: center;
}

.pagination-wrapper ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination-wrapper li {
    display: inline-block;
}

.pagination-wrapper a,
.pagination-wrapper span {
    display: block;
    padding: 8px 13px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrapper .current {
    background: var(--brand-color, #ff6b6b);
    border-color: var(--brand-color, #ff6b6b);
    color: #fff;
}

.pagination-wrapper a:hover {
    background: var(--brand-color, #ff6b6b);
    border-color: var(--brand-color, #ff6b6b);
    color: #fff;
}

/* Loading Overlay */
.filter-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--brand-color, #ff6b6b);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* shop and search end */
.live-search-results{
position:absolute;
background:#fff;
width:100%;
z-index:999;
}

.search-suggestions{
list-style:none;
margin:0;
padding:0;
}

.search-suggestions li{
padding:8px;
border-bottom:1px solid #eee;
}

.search-suggestions a{
display:flex;
gap:10px;
align-items:center;
text-decoration:none;
color:#333;
}

.search-suggestions img{
width:40px;
height:40px;
object-fit:cover;
}
.site-search {
    position: relative;
}
.product-short-description ul {
    list-style: disc;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.product-short-description ul li {
    margin-bottom: 1rem;
}
.variation-buttons{
display:flex;
gap:10px;
margin-top:10px;
}

.variation-btn{
padding:10px 16px;
border:1px solid #ddd;
background:#fff;
cursor:pointer;
border-radius:6px;
}

.variation-btn:hover{
border-color:var(--brand-color);
}

.variation-btn.active{
background:var(--brand-color);
color:#fff;
border-color:var(--brand-color);
}
.woocommerce-variation-price {
    display: none;
}
.current-price del{
color:#999;
text-decoration:line-through;
margin-right:6px;
}

.current-price ins{
color:var(--brand-color);
text-decoration:none;
font-weight:600;
}
.single_variation_wrap {
    display: flex;
    align-items: center;
    justify-content: start;
}
.single_variation_wrap .qty-btn {
    background: transparent !important;
    border: none;
	margin: 0 !important;
}
.quantity input {
    border: 0;
    outline: 0;
}
.quantity-wrapper {
	margin: 0 !important;
}
form.buy-now-form {
    width: 100%;
}
button.button.alt.buy-now-button {
    width: 100%;
    background: transparent !important;
    border: 2px solid var(--brand-color);
    color: var(--brand-color) !important;
    padding: 20px 15px;
    border-radius: 25px;
}
.woocommerce div.product form.cart {
    margin-bottom: 15px;
}
.single-product  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    border: 2px solid var(--brand-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
}
.single-product  form.cart {
    display: flex;
}
.single-product  form.variations_form.cart {
    display: block;
}
.single-product  form.variations_form.cart .yith-add-to-wishlist-button-block  {
    display: block !important;
}
.single-product .custom-wishlist-inline .yith-add-to-wishlist-button-block {
    display: block !important;
}
/* Review Section */
.product-reviews {
    border-top: 1px solid #eee;
}

.review-header h2 {
    margin: 0;
}

.write-review-btn {
    background: var(--brand-color);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}
.write-review-btn:hover {
    background: #000;
    color: #fff;
}

/* Summary */
.review-summary {
    margin: 20px 0;
}
.rating-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.avg-rating {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-color);
}

/* Review List */
.woocommerce-Reviews ol.commentlist {
    padding: 0;
}
.woocommerce-Reviews li.review {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

/* Review Form */
#review_form_wrapper {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
}
#review_form input,
#review_form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}
#review_form input:focus,
#review_form textarea:focus {
    border-color: var(--brand-color);
    outline: none;
}
#review_form .form-submit input {
    background: var(--brand-color);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
}
#review_form .form-submit input:hover {
    background: #000;
}
/* Remove WooCommerce default column classes */
.products.columns-1,
.products.columns-2,
.products.columns-3,
.products.columns-4,
.products.columns-5,
.products.columns-6 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

/* Hide default WooCommerce classes on product items */
.product.columns-1,
.product.columns-2,
.product.columns-3,
.product.columns-4,
.product.columns-5,
.product.columns-6 {
    all: unset;
    display: block;
}

/* Ensure our Bootstrap classes work properly */
[class*="col-"] {
    box-sizing: border-box;
}

/* Bootstrap 5 grid gap */
.row.g-4 {
    --bs-gutter-y: 1.5rem;
}

/* Product card takes full width of its column */
[class*="col-"] .product-card {
    width: 100%;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce div.product form.cart .button {
    margin-right: 10px;
}
.g-chechout {
    margin: 25px 0;
    padding: 40px 25px 25px;
    background: rgba(228, 106, 75, .05);
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.g-chechout h4 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
/* Live Search Dropdown Styles */
.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    z-index: 10000;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}

.search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-result-item {
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s ease;
}

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

.search-result-item:hover {
    background: #f8f9fa;
}

.search-result-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
}

.search-result-image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 12px;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-info {
    flex: 1;
    min-width: 0; /* For text truncation */
}

.search-result-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-price {
    display: block;
    font-size: 13px;
    color: var(--brand-color, #dc3545);
    font-weight: 600;
}

.view-all-results {
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.view-all-search-link {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: var(--brand-color, #dc3545);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: background 0.2s ease;
}

.view-all-search-link:hover {
    background: #e9ecef;
}

.view-all-search-link i {
    margin-right: 5px;
}

.search-loading,
.no-results,
.error-message {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-size: 14px;
}

.search-loading i {
    margin-right: 8px;
    color: var(--brand-color, #dc3545);
}

.no-results i,
.error-message i {
    margin-right: 8px;
    font-size: 16px;
}

.error-message {
    color: #dc3545;
}
/* ========================================
   HEADER LIVE SEARCH RESULTS STYLES
   ======================================== */

/* Main container already has .live-search-results from your HTML */

/* Results List */
.header-search-results {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Individual Result Item */
.header-search-item {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

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

.header-search-item:hover {
    background-color: #f9f9f9;
}

/* Result Link */
.header-search-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    gap: 12px;
}

/* Product Image */
.header-search-image {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #eee;
}

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

/* Product Info Container */
.header-search-info {
    flex: 1;
    min-width: 0; /* Helps with text truncation */
}

/* Product Title */
.header-search-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
    
    /* Truncate long titles */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Product Price */
.header-search-price {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--brand-color, #dc3545);
}

.header-search-price .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

/* View All Results Item */
.header-search-view-all {
    border-top: 1px solid #e5e5e5;
    background-color: #f8f8f8;
}

.header-view-all-link {
    display: block;
    padding: 14px 15px;
    text-align: center;
    text-decoration: none;
    color: var(--brand-color, #dc3545);
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.header-view-all-link:hover {
    background-color: #f0f0f0;
}

.header-view-all-link i {
    margin-right: 8px;
    font-size: 12px;
}

/* Loading State */
.header-search-loading {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.header-search-loading i {
    margin-right: 8px;
    color: var(--brand-color, #dc3545);
    animation: spin 1s linear infinite;
}

/* No Results State */
.header-no-results {
    padding: 25px 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.header-no-results i {
    display: block;
    font-size: 24px;
    color: #999;
    margin-bottom: 10px;
}

/* Error State */
.header-error-message {
    padding: 20px;
    text-align: center;
    color: #dc3545;
    font-size: 14px;
}

.header-error-message i {
    margin-right: 8px;
}

/* Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Optional: Add a subtle scrollbar for many results */
.live-search-results {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5;
}

.live-search-results::-webkit-scrollbar {
    width: 6px;
}

.live-search-results::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.live-search-results::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.live-search-results::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.review-column {
                height: 500px;
                margin-bottom: 20px;
            }
            
            .review-card {
                padding: 20px;
            }
            
            .review-text {
                font-size: 14px;
            }
            
            .d-md-block {
                display: none !important;
            }
            
            .d-lg-block {
                display: none !important;
            }
			.site-search{
position:relative;
}

.live-search-results{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
z-index:999;
display:none;
padding:15px;
}

.live-search-grid{
display:grid;
grid-template-columns:1fr;
gap:12px;
}

.live-product-item{
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
padding:10px;
border-radius:10px;
transition:0.3s;
}

.live-product-item:hover{
background:#f7f7f7;
}

.live-product-image img{
width:60px;
height:60px;
object-fit:cover;
border-radius:8px;
}

.live-product-info h4{
font-size:14px;
margin:0;
color:#333;
}

.live-product-info .price{
font-size:13px;
color:var(--brand-color);
font-weight:600;
}

.no-result{
text-align:center;
padding:20px;
color:#999;
}
.live-search-results {
    max-height: 400px;
    overflow: auto;
}
/* Cart icon states */
/* Cart icon states */
.icon-circle.view-cart {
    background: #28a745;
    color: #fff;
}

.icon-circle.view-cart:hover {
    background: #218838;
    color: #fff;
}

.icon-circle.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
    color: #fff;
    pointer-events: none;
}

.icon-circle.disabled:hover {
    background: #6c757d;
    color: #fff;
}

/* Hidden class for toggling icons */
.hidden {
    display: none !important;
}

/* Tooltip for wishlist icon */
.wishlist-icon {
    position: relative;
}

.wishlist-icon[data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%);
    background: #1e1e1e;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 30px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
    font-weight: 400;
    letter-spacing: .3px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 100;
}

.wishlist-icon[data-tooltip]:hover:before {
    opacity: 1;
}

/* Make sure YITH wishlist button doesn't interfere with tooltip */
.wishlist-icon .yith-wcwl-add-to-wishlist {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-icon .yith-wcwl-add-to-wishlist a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
}
/* hide option button on var products */
.product-card a.btn-select-options {
    display: none;
}
.product-card a.added_to_cart.wc-forward {
    display: none;
}
span.sale-badge {
    background: #f00;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 9;
}

.product-card {
    position: relative;
}
span.sale-badge {
     background: var(--brand-color);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 9;
}

.product-card {
    position: relative;
}

/* Price wrapper */
.product-price {
    margin-bottom: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Default price */
.product-price .woocommerce-Price-amount {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

/* Currency symbol spacing */
.product-price .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

/* Sale (old price) */
.product-price del .woocommerce-Price-amount {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 6px;
}

/* Sale (new price) */
.product-price ins {
    text-decoration: none;
}

.product-price ins .woocommerce-Price-amount {
    color: #cf142b; 
    font-size: 18px;
    font-weight: 700;
}

/* Price range (variable products) */
.product-price .woocommerce-Price-amount + span {
    margin: 0 4px;
    color: #666;
}

/* Optional: align nicely */
.product-price span,
.product-price del,
.product-price ins {
    display: inline-block;
    vertical-align: middle;
}
.wishlist-button-wrapper {
    position: absolute;
    z-index: 10;
    top: 2%;
    left: 2%;
    background: #ffffff;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #e7e7e7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-title a:hover {
    text-decoration: none;
}
span.out-of-stock {
    background: red;
    color: #ffffff;
}
.product-card a.button.add_to_cart_button.ajax_add_to_cart {
    background: var(--brand-color);
    display: inline-block;
    width: auto;
    color: #ffffff;
}
.product-card a.button.select-options-button {
    display: inline-block;
    width: auto;
    background: #000000;
    color: #ffffff;
}
.product-card a.button.select-options-button:hover{
	 background: var(--brand-color);
}
a.button.view-cart-button {
	background: var(--brand-color);
    display: inline-block;
    width: auto;
    color: #ffffff;
}
/*homepage add to cart button  */
.custom-add-to-cart-btn.button {
    background: var(--brand-color);
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
button.button.view-cart-btn {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffff;
    background-color: var(--brand-color);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}


/* Header Live Search Styles */ 
.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 8px;
    display: none;
    animation: fadeIn 0.2s ease-in-out;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-search-item {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.header-search-item:last-child {
    border-bottom: none;
}
.header-search-item a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333333;
    transition: all 0.2s ease;
}

.header-search-item:hover {
    background-color: #f8f9fa;
}

.header-search-item.active {
    background-color: #f0f0f0;
}
.header-search-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
    background-color: #f5f5f5;
}

.header-search-thumb-placeholder {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    color: #999999;
    font-size: 20px;
}
.header-search-info {
    flex: 1;
    min-width: 0;  
}

.header-search-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search-sku {
    display: block;
    font-size: 11px;
    color: #999999;
    margin-bottom: 4px;
    font-family: monospace;
}

.header-search-price {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-color);
}
.header-search-price ins {
    background: none;
    text-decoration: none;
    color: var(--brand-color);
}

.header-search-price del {
    color: #999999;
    font-size: 12px;
    margin-right: 5px;
}
.header-search-loading {
    padding: 30px 20px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.header-search-loading i {
    margin-right: 8px;
    color: var(--brand-color);
}

.header-no-results {
    padding: 40px 20px;
    text-align: center;
    color: #666666;
}

.header-no-results i {
    font-size: 48px;
    color: #dddddd;
    margin-bottom: 15px;
    display: block;
}

.header-no-results p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #333333;
}

.header-no-results strong {
    color:var(--brand-color);
    font-weight: 600;
}

.header-no-results small {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 8px;
}
.header-error-message {
    padding: 20px;
    text-align: center;
    color: #dc3545;
    background: #fff5f5;
    font-size: 14px;
    border-radius: 8px;
}
.live-search-results::-webkit-scrollbar {
    width: 6px;
}

.live-search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.live-search-results::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.live-search-results::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* home page new arrival product css */
.product-image {
    position: relative;
    overflow: hidden;
}

.product-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-main-image,
.product-hover-image {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
}
.product-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.product-image-link:not(.no-hover-effect):hover .product-main-image {
    opacity: 0;
    visibility: hidden;
}
.product-image-link:not(.no-hover-effect):hover .product-hover-image {
    opacity: 1;
    visibility: visible;
}
.product-image-link.no-hover-effect .product-main-image {
    opacity: 1;
    visibility: visible;
}
.product-image-link.no-hover-effect .product-hover-image {
    display: none;
}
.custom-add-to-cart-btn i,
.view-cart-btn i {
    margin-right: 8px;
}
.custom-add-to-cart-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
/* about page css */
section.about-tool-sectn {
    position: relative;
}
.stationary-tool-image {
    position: relative;
    text-align: right;
}
.stationary-tool-image-two {
    position: absolute;
    top: 55%;
    right: 74%;
}
.padding-left{
   padding-left: 50px;
}
.bold-txt {
    font-weight: 700;
}
/* contact page */
.icn-txt-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.address-box {
    display: flex;
    justify-content: center;
}
.address-heading {
    font-size: 20px;
    font-weight: 700;
}
.text-size{
	font-size: 15px;
    font-weight: 500;
}
input.register-field {
    width: 100%;
    height: 56px;
    border: 1px solid #D6D6D6;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 14px;
    color: #5E5E5E;
    background-color: #fff;
    transition: all 500ms ease;
	margin-bottom: 2rem;
}
input.register-field:focus {
    outline: 2px solid var(--brand-color) !important;
}
.contact-form textarea {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    color: #1a212d;
    height: 230px;
    margin-bottom: 2rem;
}
.contact-form textarea:focus {
    outline:2px solid var(--brand-color) ;
    transition: all 500ms ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--brand-color);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    border: none;
}
.contact-form p {
    text-align: center;
}
input.share-wishlist {
    width: 540px;
    height: 60px;
    border-radius: 30px;
    padding: 14px;
    outline: 2px solid var(--brand-color);
    border: none;
    position: relative;
}
.wishlist-share p {
    position: relative;
}
/* Responsive Start */
@media (max-width:1200px){
.col-product{flex:0 0 20%;}
}
@media (min-width: 769px) and (max-width: 1023px) {
            .d-lg-block {
                display: none !important;
            }
        }

        @media (min-width: 1024px) {
            .d-lg-block {
                display: block !important;
            }
}
@media (max-width:992px){
.col-product{flex:0 0 25%;}
}
@media (max-width: 991px) {
    .mobile-filter-toggle {
        display: block;
    }
    
    .shop-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        z-index: 999;
        background: #fff;
        transition: left 0.3s ease;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        padding-right: 0;
    }
    
    .shop-sidebar.active {
        left: 0;
    }
    
    .sidebar-header {
        display: flex;
    }
    
    .sidebar-inner {
        border-radius: 0;
        padding: 15px;
    }
    
    .shop-main-content {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .header-search-link {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .header-search-image {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }
    
    .header-search-title {
        font-size: 13px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .header-search-price {
        font-size: 12px;
    }
    
    .header-view-all-link {
        padding: 12px;
        font-size: 13px;
    }
	   .search-result-link {
        padding: 10px;
    }
    
    .search-result-image {
        width: 40px;
        height: 40px;
    }
    
    .search-result-title {
        font-size: 13px;
    }
    
    .search-result-price {
        font-size: 12px;
    }
				    .shop-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .sorting-wrapper {
        width: 100%;
    }
    
    .sorting-wrapper select {
        width: 100%;
    }
	.col-product{flex:0 0 50%;}
	.live-product-image img{
width:50px;
height:50px;
}

.live-product-info h4{
font-size:13px;
}
	.products-entry.product-wapper{
flex-direction:column;
}

.products-thumb{
max-width:100%;
flex:100%;
}

.products-content{
max-width:100%;
flex:100%;
}
}
