/*
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: auto;
}
.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.5;
}
.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 {
	 width: 100%;
    max-width: 300px;
	border: 1px solid #F3F0E9;
    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;
}


/* 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;
}

/* 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: 1;
}

.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: 999;
    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: 45%;
    right: 75%;
}
.padding-left{
   padding-left: 50px;
}
/* contact page */
.icn-txt-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.address-heading {
    font-size: 20px;
    font-weight: 700;
}
.text-size{
	font-size: 15px;
    font-weight: 500;
}
.address-box {
    display: flex;
    justify-content: center;
}
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;
}
/* wishlist table cart button */
.wishlist-table .added_to_cart {
    display: none !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: var(--brand-color);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
}
	.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    background: #F7F7F7;
    padding: 40px;
    margin-bottom: 50px;
}
	/* CART TABLE */
.wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
}

/* header */
.wc-block-cart-items__header th {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    border-bottom: 2px solid #eee;
}

/* rows */
.wc-block-cart-items__row td {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

/* product image */
.wc-block-cart-item__image img {
    width: 70px;
    border-radius: 6px;
}

/* product title */
.wc-block-components-product-name {
    font-size: 15px !important;
    font-weight: 500;
    color: var(--brand-color);
    text-decoration: none;
}
th.wc-block-cart-items__header-product {
    visibility: visible !important;
}
	.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 150px;
}
.wc-block-components-product-name:hover{
    opacity:.8;
}
    .wc-block-cart__main .wc-block-cart-items th {
            padding: 20px 20px 20px 20px;
        white-space: nowrap;
        background: var(--brand-color) !important;
		color: #ffffff;
    }
/* price */
.wc-block-components-product-price__value {
    font-weight: 600;
    color: #000;
}

/* quantity selector */
.wc-block-components-quantity-selector {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

/* qty input */
.wc-block-components-quantity-selector__input {
    width: 50px;
    border: none;
    text-align: center;
}

/* plus minus buttons */
.wc-block-components-quantity-selector__button {
    background: #f7f7f7;
    border: none;
    width: 35px;
    height: 38px;
    cursor: pointer;
    font-size: 18px;
    transition: .2s;
}

.wc-block-components-quantity-selector__button:hover{
    background: var(--brand-color);
    color:#fff;
}

/* remove icon */
.wc-block-cart-item__remove-link svg {
    width:18px;
    height:18px;
    fill:#888;
    transition:.2s;
}

.wc-block-cart-item__remove-link:hover svg{
    fill:var(--brand-color);
}

/* total price column */
.wc-block-cart-item__total {
    font-weight:600;
    font-size:16px;
}
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px #dfdfdf;
	min-height: 100vh;
}
.sidenav .menu li {
    display: block;
    padding: 0;
}
.mobile-menu-logo {
    max-width: 200px;
    margin: 0 15px;
}
.closebtn {
    position: absolute;
    top: 1%;
    right: 2%;
    font-size: 17px;
    color: #000000;
}
.mobile-menu-pages ul {
    padding: 0;
}
.mobile-menu-pages ul li {
    padding: 20px;
}
.mobile-menu-pages ul li a {
   font-size: 15px;
	color: #000;
}
.mobile-toggle {
    display: none;
}
.search-sidebar {
    display: none;
}
.search-toggle
 {
    display: none;
}
.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
	
    background: #ffffff;
}
.wishlist-card {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.wishlist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.wishlist-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-title a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
}
.card-title a:hover {
    color: var(--brand-color);
}


.remove-from-wishlist {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-actions a.button {
    background: var(--brand-color);
    color: #fff;
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 14px;
}
.wishlist-actions a.button:hover {
    background: #000;
}

/* EMPTY */
.wishlist-empty {
    padding: 80px 20px;
}
.wishlist-empty i {
    font-size: 50px;
    color: #ddd;
    margin-bottom: 15px;
}

/* SHARE BUTTON */
.wishlist-share button {
    border-radius: 47px;
    padding: 19px 15px;
    position: absolute;
    top: -1px;
    background-color: var(--brand-color);
	transform: translate(-64px, 0px);
}


.sticky-bottom-menu {
    display: none;
}
.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.whatsapp-float{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover{
    transform: scale(1.1);
    color: #fff;
}
.footer-bottom {
    padding-bottom: 20px;
}
.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    background: var(--brand-color);
    border-radius: 30px;
}
.sidebar-inner {
        position: relative;
    }
button.close-sidebar {
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 22px;
    z-index: 3;
}
table.table.table-bordered.wishlist-table {
    vertical-align: middle;
}
button.close-sidebar {
    display: none;
}
.page-id-19 .entry-header.alignwide {
    display: none;
}
.img-secn {
    text-align: right;
	  position: relative;
}
.bwp-img-two {
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate(10px, 150px);
}
.woocommerce .quantity {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #ddd;
    width: fit-content;
    overflow: hidden;
}

.woocommerce .quantity input.qty {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    height: 40px;
}

/* Hide default arrows */
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .qty-btn {
    width: 35px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce .qty-btn:hover {
      background: transparent;
}
.woocommerce div.product form.cart div.quantity
 {
    padding: 5px 25px !important;   
}
/* Responsive Start */
@media only screen and (max-width: 1700px) {
.hero-text-box {
    margin-top: 15%;
}
	.product-title a {
     font-size: 14px;
}
	.product-title {
    font-size: 14px;
}
}
@media only screen and (max-width:1572px){
.hero-text-box {
	max-width: 680px;
    margin-top: 13%;
}
.tagline-animation {
    max-width: 130px;
    top: -144px;
}
.hero-text-wrapper {
    padding: 25px 40px 45px 90px;
}
.hero-text-box h1
 {
    font-size: 60px;
}
	button.btn.search-btn {
    width: 45px;
    height: 45px;
    font-size: 15px;
}
	.form-select {
    font-size: 14px;
}
	input.form-control.search-input {
    font-size: 14px;
}
}
@media only screen and (max-width:1450px){
.container {
    max-width: 90% !important;
}
.text-box-after {
    left: 7%;
	bottom: -20%;
}
.site-button a {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
}
.site-logo {
    max-width: 240px;
}
.main-header {
    padding: 15px 0;
}
.header-menu
 {
    padding: 20px 0 0;
}
.hero-text-box h1 {
        line-height: 60px;
        font-size: 43px;
}
.hero-text-box {
     max-width: 575px;
	  margin-top: 15%;
}
.products-list h3.product-title {
    font-size: 14px;
}
.products-thumb a img {
    min-height: 200px;
}
	.hero-text-wrapper {
        padding: 25px 40px 30px 90px;
    }
	    .woocommerce div.product .product_title {
        font-size: 25px;
    }
}

@media only screen and (max-width:1380px){
	    .hero-text-box {
        margin-top: 12%;
    }
	     .tagline-animation {
        max-width: 112px;
        top: -117px;
    }
	.hero-text-box h1
 {
    font-size: 55px;
}
			.band-left-img img {
    max-width: 190px;
}
	.band-note-boox img {
    max-width: 251px;
}
	.bwp-img-two img {
    transition: transform 1.3s ease;
}
}
@media only screen and (max-width:1300px){
.tagline-animation {
        max-width: 93px;
        top: -92px;
    }
.hero-text-box {
        margin-top: 10%;
    }
}
@media only screen and (max-width:1200px){
.col-product{
	flex:0 0 20%;
	}
 .hero-text-box {
        max-width: 600px;
        margin-top: 10%;
    }
.texo-tagline {
    line-height: 10px;
    font-size: 18px;
}
.hero-text-box h1 {
        font-size: 50px;
	 line-height: 75px;
    }
.hero-text-wrapper {
        padding: 25px 40px 35px 90px;
    }
.tagline-animation {
        max-width: 84px;
        top: -89px;
    }
	.bwp-img-two img {
    max-width: 322px;
}
	.bwp-img img {
    max-width: 400px;
}
}
@media only screen and (max-width:1100px){
	    .hero-text-box {
        max-width: 600px;
        margin-top: 7%;
    }
section.site-hero {
    position: relative;
    min-height: 500px;
    background: #f3f0e9;
}	
	.hero-text {
    top: 20%;
}
	.text-box-after {
    display: none;
}
		.bwp-img img {
    max-width: 400px;
}
	.bwp-img-two img {
    max-width: 320px;
}
}
@media only screen and (max-width:1025px){
.products-list h3.product-title {
    font-size: 12px;
}
	.products-thumb a img {
    min-height: 215px;
}
	.products-list span.price {
    font-size: 18px;
}
	.star-rating {
    margin-bottom: 20px;
    font-size: 12px;
}
    .hero-text-box h1 {
        font-size: 40px;
        line-height: 65px;
    }
	    .hero-text-box {
        max-width: 520px;
    }
	    .container {
        max-width: 95% !important;
    }
	.hero-text-box h1 {
        font-size: 37px;
        line-height: 1.2;
    }
	.hero-text-wrapper {
        padding: 50px 20px 50px 50px;
    }
	.service-ploicy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	.section-padding {
    padding: 60px 0 60px;
}
	.content-banner-image {
    display: none;
}
.shop-by-cat {
    gap: 15px;
}
	.cat-name {
    font-size: 14px;
    margin: 15px 0px 0px 0px;
}
.best-seller .col-md-8 {
        width: 100%;
    }
.bwp-img-two {
    transform: translate(10px, 130px);
}
	.widget-title {
    font-size: 15px !important;
}
	.filter-name {
    font-size: 12px !important;
}
}
@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 only screen and (max-width:992px){
.col-product{flex:0 0 25%;}
}
@media only screen and (max-width: 991px) {
    .mobile-filter-toggle {
        display: block;
    }    
    .shop-sidebar.active {
        left: 0;
    }
    
    .sidebar-header {
        display: flex;
    }
    
    .sidebar-inner {
        border-radius: 0;
        padding: 15px;
    }
    
    .shop-main-content {
        padding-left: 0;
    }
	.hero-text-box {
        max-width: 484px;
        margin-top: 4%;
    }
	    .texo-tagline {
        font-size: 15px;
    }
.text-bnner h3 {
    font-size: 20px;   
   margin-bottom: 12px;
}
	.text-bnner p {
    font-size: 13px;
    margin-bottom: 0px;
}
	    .sectn-cats a {
        font-size: 13px;
        padding: 8px 15px;
    }
	section.best-seller .col-md-8 {
    width: 100%;
}
		section.best-seller .col-md-4 {
    width: 100%;
}
	.image-banner-product {
    text-align: center;
    margin-top: 25px;
}
	.band-text h3 {
    font-size: 20px;
}
	    .band-note-boox img {
        max-width: 177px;
    }
	.payment-logo {
    margin-bottom: 50px;
}

.list-items.shop-side {
        padding-left: 0 !important;
    }
	.band-left-img img {
        max-width: 150px;
    }
	    .bwp-img img {
        max-width: 250px;
    }
	    .bwp-img-two img {
        max-width: 200px;
    }
	section.custom-shop-page .col-md-8 {
    width: 100%;
}
.mobile-filter-toggle
 {
    max-width: 150px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 15px;
  
}
	input.share-wishlist {
    width: 470px;
}
	.stationary-tool-image-two {
    display: none;
}
	    .bwp-img-two {
        transform: translate(10px, 90px);
    }
}
@media only screen and (max-width: 767px) {

    .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;
    }
.container {
        max-width: 100% !important;
    }
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 14px !important;
}
    .header-view-all-link {
        padding: 12px;
        font-size: 13px;
    }
.product-card a.button.add_to_cart_button.ajax_add_to_cart {
    font-size: 16px;
    padding: 10px 15px;
}
    .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,
    .products-content {
        max-width: 100%;
        flex: 100%;
    }

    .cta-img {
        margin-bottom: 29px;
    }

    .image-banner-product {
        text-align: center;
        margin-top: 20px;
    }

    .service-ploicy {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .shop-by-cat {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .site-logo {
        max-width: 170px;
    }

    .mobile-toggle {
        display: block;
    }

    .header-menu {
        display: none;
    }

    .band-note-boox img {
        max-width: 125px;
    }


    .hero-text-box h1 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
	    .policy-text p {
        line-height: 1.2;
    }
.policy-inner {
    background: #f3f0e9;
    padding: 21px 8px;
    flex-direction: column;
    text-align: center;
    height: 100%;
}
.hero-text-wrapper {
        padding: 25px 20px 20px 20px;
    }
	section.site-hero {
    position: relative;
    min-height: 400px;
}
	.hero-text {
        top: 40%;
    }
    .texo-tagline {
        font-size: 16px;
        margin-bottom: 15px;
    }
.products-thumb a img {
        min-height: auto;
    }
	.best-seller-tabs {
    gap: 10px;
}
    .best-seller-tabs li {
        font-size: 10px;
        padding: 6px 10px;
    }
.products-content {
    padding: 18px;
}
	button.button.view-cart-btn {
    font-size: 14px;
    padding: 10px 15px;
}
	.custom-add-to-cart-btn.button {
		  font-size: 14px;
    padding: 10px 15px;
	}
	.row.g-4 {
    --bs-gutter-y: 1rem;
}
	.g-4, .gx-4 {
    --bs-gutter-x: 1rem !important;
}
	.product-price .woocommerce-Price-amount {
    font-size: 16px;
}
	section.pree-footer-band.section-padding {
    padding-top: 0;
}
	.footer-bottom {
    padding-bottom: 80px;
}
	p {
    font-size: 14px;
}
    .banner-button a {
        font-size: 15px;
        padding: 7px 15px;
    }

    .band-inner {
        display: block;
        text-align: center;
        flex-wrap: wrap;
        padding: 55px 0;
    }

    .band-shop-btn {
        width: 100%;
        text-align: center;
    }

    .band-note-boox {
        display: none;
    }

      input.share-wishlist {
        width: 200px;
        height: 35px;
    }

    #mysidenav .sub-menu {
        display: none;
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .announcement-bar {
        font-size: 10px;
    }

    #mysidenav .menu-item-has-children.opened > .sub-menu {
        display: block;
    }

    section.masking-sectn .img-secn {
        margin-top: 25px;
    }

    .band-text p {
        margin-bottom: 8px;
    }

    .main-header .col-md-6 {
        display: none;
    }

    .search-toggle {
        display: block;
    }

    .search-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: -400px;
        width: 350px;
        height: 100%;
        background: #fff;
        z-index: 3;
        padding: 30px 20px;
        transition: 0.4s;
        overflow-y: auto;
        box-shadow: 5px 0 20px rgba(0,0,0,0.1);
    }

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

    .search-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 2;
        display: none;
    }

    .search-overlay.active {
        display: block;
    }

    .close-search {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
    }

    .site-search {
        position: relative;
        margin-top: 50px;
    }

    button.btn.search-btn {
        width: 49px;
        height: 49px;
    }

    .product_meta span a {
        font-size: 13px;
    }

    .mobile-menu ul {
        display: inline-block;
    }

    .bold-txt {
        font-size: 10px;
		 font-weight: 700;
    }
	.about-txt {
        font-size: 15px;
		 font-weight: 700;
    }
    .header-icons {
        gap: 18px;
        font-size: 20px;
    }

    .count {
        font-size: 9px;
        width: 15px;
        height: 15px;
    }

    .products-list h3.product-title {
        font-size: 12px;
    }

    .products-list span.price {
        font-size: 16px;
    }

    .bwp-img-two img {
        max-width: 225px;
    }

    .bwp-img img {
        max-width: 255px;
    }
    .bwp-img {
       margin-bottom: 70px;
    }
    .wishlist-item td {
        font-size: 8px !important;
    }

    .wishlist-table th {
        font-size: 10px;
    }

    .remove-from-wishlist {
        width: 28px;
        height: 30px;
    }

    .sticky-bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 5px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #eee;
        z-index: 999;
    }

    .sticky-bottom-menu a {
        font-size: 20px;
        color: #000;
    }

    .cart-notify {
        right: 14%;
        top: 7px;
    }

    .header-notify-icon {
        display: none !important;
    }

    .policy-text p {
        font-size: 12px;
    }

    .policy-text h3 {
        font-size: 14px;
    }
	.text-bnner h3 {
        font-size: 16px;
    }
	.text-bnner p {
        font-size: 11px;
    }
	.form-select {
    font-size: 9px !important;
    }
	 input.form-control.search-input {
        font-size: 10px;
    }
	.woocommerce div.product .product_title {
    font-size: 19px;
}
	.product-main-layout .woocommerce-Price-amount {
    font-size: 15px;
}
	.woocommerce div.product form.cart .button {
    padding: 15px 11px  !important;
}
    .wc-block-components-product-price__value {
    font-size: 13px;
}
	.wc-block-components-product-name {
    font-size: 13px !important;
}
	.single-product .custom-wishlist-btn {
    width: 90px !important;
}
	.stationary-tool-image-two {
    top: 27%;
    right: 55%;
}
	.padding-left {
    padding-left: 0px;
}
	.whatsapp-float {
    bottom: 50px;
}
	.product-card a.button.add_to_cart_button.ajax_add_to_cart {
		
	}
	.contact-address {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
	.stationary-tool-image {
    position: relative;
    text-align: right;
    margin-bottom: 25px;
}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
    padding: 10px 22px;

}
	.contact-form p {
    text-align: start;
}
	.wishlist-share.text-end {
    text-align: left !important;
}
	.wishlist-share button {
    transform: translate(-39px, 0px);
}
	tr.wishlist-item td:nth-child(2) {
    max-width: 70pt;
}
	tr.wishlist-item td:nth-child(1) {
    max-width: 50pt;
}
	.column-content {
    gap: 5px;
}
	.carousel-item img {
    min-height: 300px;
    object-fit: cover;
}
	.band-inner:before {
    max-height: 100%;
    top: 0;
}
	button.close-sidebar {
    display: block;
}
	.category-select {
    max-width: 105px;
}
	.wishlist-toast {
    pointer-events: none !important;
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: var(--brand-color);
}
	   .mobile-cats-slider {
        margin: 0 -10px;
    }

    .mobile-cats-slider .col-md-4 {
        padding: 0 13px;
    }
	.slick-dotted.slick-slider
{
	margin-bottom: 0px;
}
	    .bwp-img-two {
        transform: translate(10px, 60px);
    }
	.masking-img-order {
    order: 1;
}
.masking-order
 {
    order: 2;
}
	.stationary-tool-image img {
    width: 100%;
    max-width: 350px;
}
	.stationary-tool-image {
    text-align: center;
}	
	.woocommerce .quantity input.qty {
    width: 40px;
}
}
@media only screen and (max-width: 376px) {
	    .banner-button a {
        font-size: 12px;
        padding: 5px 12px;
    }
	    input.share-wishlist {
        width: 158px;
        height: 35px;
    }
	    .custom-add-to-cart-btn.button {
        font-size: 10px;
        padding: 10px 12px;
    }
	    button.button.view-cart-btn {
        font-size: 10px;
        padding: 10px 12px;
    }
	    .hero-text-box h1 {
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
	.product-card a.button.view-cart-button {
    font-size: 10px;
	padding: 10px 12px;
}
	.product-card a.button.add_to_cart_button.ajax_add_to_cart {
    font-size: 10px;
    padding: 10px 12px;
}
	.custom-wishlist-btn {
    font-size: 15px !important;
}
	    .search-sidebar.active {
        left: -17px;
    }
	    .close-search {
        right: 30px;
    }
	a.button.product_type_simple.view-cart-btn {
    font-size: 8px !important;
}
		tr.wishlist-item td:nth-child(2) {
    max-width: 60pt;
}
	    .bwp-img img {
        max-width: 240px;
    }
	    .bwp-img-two img {
        max-width: 190px;
    }
		.contact-address {
    grid-template-columns: repeat(2, 1fr);
}
	    .woocommerce .quantity input.qty {
        width: 25px;
    }
}