@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.section-container,.header-container,.footer-content {
    max-width: 1400px !important;
}

.site-header {
    position: sticky !important;
}
.site-logo {
    height: auto !important;
    width: 100% !important;
    max-width: 250px !important;
}
a.header-wishlist {
    display: inline-block;
}

a.header-wishlist svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    fill: none;
    stroke: #000000;
    stroke-width: 3px;
}


/* Global css start */
/* Additional CSS for enhanced functionality */
    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        transition: all 0.3s ease;
    }

    .site-header.scrolled {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
    }

    a.cart-link {
        position: relative;
		display: block;
    }

    .cart-count {
        position: absolute;
        top: -14px;
        right: -16px;
        background: var(--primary-orange);
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
		padding-top: 1px;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .animate-in {
        animation: fadeInUp 0.6s ease-out forwards;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Additional hover effects */
    .category-card,
    .product-card,
    .trending-item,
    .sale-banner {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero-cta,
    .category-link,
    .trending-cta,
    .sale-cta {
        position: relative;
        overflow: hidden;
    }

    .hero-cta::before,
    .category-link::before,
    .trending-cta::before,
    .sale-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s;
    }

    .hero-cta:hover::before,
    .category-link:hover::before,
    .trending-cta:hover::before,
    .sale-cta:hover::before {
        left: 100%;
    }

    @media (max-width: 768px) {

        .hero-section {
            margin-top: 0;
        }

        .footer-content {
            text-align: center;
        }

        .social-links {
            margin: 20px 0;
        }
		
		.active-filters-list {
    flex-direction: inherit;
    align-items: center;
    margin-bottom: 10px;
}
		.curated-products.product-listing {
    margin-top: 20px;
}
		
    }

@media only screen and (max-width: 767px) {
	
			.active-filters-list {
    flex-direction: inherit;
    align-items: center;
    margin-bottom: 10px;
}
	
	
	/* Your mobile-specific styles here */}


body .gt_float_switcher {
    box-shadow: none !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    position: relative;
	overflow: visible;
}

body .gt_float_switcher .gt-current-lang {
    padding: 5px 0 !important;
}

body .gtranslate_wrapper {
    margin-left: 12px;
}

.gt_float_switcher .gt-selected .gt-current-lang img {
    width: 20px;
    margin-top: 1px;
    margin-right: 2px;
    border-radius: 0;
}

body .gt_float_switcher .gt_options {
    position: absolute;
    top: 100%;
    left: inherit;
    background: #ffffff;
    z-index: 2;
    box-shadow: rgba(0,0,0,.1) 0 0 10px;
    min-width: 100px;
    right: 0;
}

body .gt_float_switcher .gt_options a {
    padding: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}

body .gt_float_switcher .gt_options img {
    width: 20px;
    border-radius: 0;
}

body .gt_float_switcher .gt_options a:hover {
    background: #000000;
}
body .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {transform: none !important;filter: brightness(0);}

body .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg) !important;
}

/* Global css end */



/************** Mega Menu Css **********************/


/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    background: #fff !important;
} */

#mega-menu-wrap-primary #mega-menu-primary {
    position: initial;
}
#mega-menu-wrap-primary {
    background: transparent !important;
    position: initial;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    background: transparent !important;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 400 !important;
}
.mega-custom_class_menu>a~ul.mega-sub-menu {
    max-width: 1400px !important;
    padding: 15px 15px 50px!important;
    width: 100% !important;
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
    background: transparent !important;
    top: 100% !important;
}
.mega-custom_class_menu a.mega-menu-link~.mega_menu_layer{
    background: #fff!important;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    border-top:2px solid #000;
}
.mega-custom_class_menu.mega-toggle-on a.mega-menu-link~.mega_menu_layer{
    opacity: 1;
    visibility: visible;
}
.mega-block-title {
    color: #000 !important;
    margin-bottom: 15px !important;
    padding: 0px !important;
    line-height: normal;
    font-size: 18px !important;
    text-transform: capitalize !important;
}
ul.mega-sub-menu li ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.mega-sub-menu li ul li{
    margin-bottom: 5px;
}
ul.mega-sub-menu li ul li:last-child{
    margin-bottom: 0px;
}
ul.mega-sub-menu li ul li a{
    color: #000;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: 'Georgia' !important;
}
ul.mega-sub-menu li ul li a:hover{
    color:#ffa200;
}
ul.mega-sub-menu li ul li ul.mega-sub-menu>li {
    padding-bottom: 0px !important;
}
.mega-max-column-first>ul.mega-sub-menu {
    display: flex !important;
    flex-wrap: initial !important;
    gap: 10px;
}
.mega-max-column-first-3>ul.mega-sub-menu {
    display: flex !important;
    gap: 16px;
}
.mega-max-column-first-3>ul.mega-sub-menu>li:first-child {
    width: 40% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mega-max-column-first-3>ul.mega-sub-menu>li:first-child>ul>li {
    border-radius: 10px;
    background: #fff;
    border: 2px solid #cccccc24;
    padding: 4px;
}
.mega-max-column-first-3>ul.mega-sub-menu>li span.product-title {
    padding-left: 5px;
    padding-right: 5px;
    line-height: normal;
    min-height: 33px;
    display: block;
}
.mega-max-column-first-3>ul.mega-sub-menu>li span.woocommerce-Price-amount.amount {
    color: #000;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
.mega-max-column-first-3>ul.mega-sub-menu>li {
    width: 60% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mega-max-column-first-3>ul.mega-sub-menu>li a img {
    width: 100%;
    height: 265px !important;
    min-height: 265px !important;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 40px;
}
.mega-max-column-first-3>ul.mega-sub-menu>li:first-child a img {
    height: 170px !important;
    min-height: 170px !important;
    margin-top: 0px;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-products-grid {
    display: flex;
    gap: 16px;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item {
	width: 50%;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item a.product-link {
    font-size: 0;
    display: block;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item a.product-link .product-image {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 16px;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item a.product-link .product-image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.56%;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item a.product-link .product-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    min-height: auto !important;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item .product-price > * {
    display: inline-block;
	padding: 0;
}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item .product-price {font-family: 'Open Sans';font-size: 14px;font-weight: 400;}

.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html h2.featured-products-heading {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
	line-height: normal;
}

/************** Mega Menu Css End **********************/




/* .main-navigation .mega-menu > .mega-menu-item > a {
   padding-top: 20px !important;
   padding-bottom: 20px !important;
	height: auto !important;
}
.main-navigation .mega-menu > .mega-menu-item.mega-menu-item-has-children:hover > ul.mega-sub-menu {
	
}
.main-navigation .mega-menu > .mega-menu-item
.site-header .main-header {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header .main-header .site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
} */

/* .site-header .main-header .site-branding-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
} */

.site-header .main-header .header-actions {
/*     padding-top: 15px;
    padding-bottom: 15px; */
    font-size: 0;
}

.site-header .main-header .header-actions .cart-count {
    top: -8px;
    padding-bottom: 2px;
}



.header-language.language-switcher {
    padding-left: 15px;
}
.header-language.language-switcher .trp-shortcode-switcher {
    padding: 4px 0px !important;
}
.banner-slider-section {
    width: 100%;
}
.banner-section-item {
    min-height: 610px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.banner-section-item .section-container{
    width: 100%;
}
.banner-section-item-content {
    width: 100%;
    max-width: 590px;
}
.banner-section-item-content h3 {
    color: #FFA200;
    font-weight: 400;
    font-family: 'Savoye LET', cursive;
    font-size: 35.3px;
    line-height: 35.3px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.banner-section-item-content h2 {
    color: #000000;
    font-family: 'Georgia';
    font-weight: 400;
    margin-top: 0px;
    font-size: 49.83px;
    line-height: 49.83px;
    margin-bottom: 15px;
}
.banner-section-item-content h2 strong {
    font-weight: 700;
}
.banner-section-item-content p {
    color:#000000;
    font-weight: 300;
    font-size: 17.73px;
    line-height: 31.02px;
}
.banner-item-btn {
    width: 100%;
    margin-top: 25px;
}
.banner-item-btn a {
    padding: 8px 16px;
    border-radius: 10px;
    min-width: 185px;
    min-height: 50px;
    text-align: center;
    background:#000;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14.53px;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner-item-btn a:hover{
    background:#351904;
}
.slick-arrow {
    bottom: 20px !important;
    top: initial !important;
    height: auto !important;
    right: 0 !important;
    left: 0 !important;
    width: max-content !important;
    z-index: 1 !important;
    margin: 0 auto !important;
}
.slick-arrow:before{
    display: none !important;
}
.slick-arrow img {
    width: 38px !important;
    height: auto !important;
    border-radius: 100% !important;
}
.slick-arrow:hover img {
    background: #ffffff !important;
}
button.slick-prev{
    left:-60px !important;
}
button.slick-next{
    right:-60px !important;
}
.grid-section {
    width: 100%;
    padding: 20px 0px 50px;
}
.grid-three-column {
    width: 100%;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.grid-item-column {
    width: 100%;
}
.image-box {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    min-height: 310px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.text-left .image-box-inner {
    width: 100%;
    max-width: 258px;
}
.image-box h3 {
    color: inherit;
    font-size: 32px;
    line-height: 43px;
    font-family: 'Georgia';
    font-weight: 400;
}
.image-box h3 strong{
    font-size: 42px;
    font-weight: 700;
}
.image-box h4 {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    color: inherit;
    font-weight: 700;
    font-size: 52.82px;
    line-height: 63.38px;
}
.image-box h4 span{
    font-size: 14.53px;
    line-height: 17.44px;
    font-weight: 700;
}
.image-box h4 span strong{
    font-size: 31.14px;
    line-height: 37.37px;
}
.link-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 145px;
    height: 40px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Georgia';
    background: #351904;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 18px;
}
.link-btn:hover {
    background: #000;
}
.image-box.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.image-box.text-center h3,
.image-box.text-center h3 strong {
    font-size: 31px;
    line-height: 39px;
    margin-top: 45px;
}
.shop-by-cat-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0px 10px;
}
.shop-by-cat-item-inner img {
    height: 100%;
    width: 100%;
    transition: ease-in-out 0.3s;
}
.shop-by-cat-item-inner:hover img{
    transform: scale(1.05);
}
.cat-link {
    position: absolute;
    bottom: 0;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.cat-link a {
    display: inline-block;
    background: #FFFFFF;
    min-width: 200px;
    padding: 13px 16px;
    border-radius: 10px;
    line-height: normal;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.cat-link a:hover ,
.shop-by-cat-item-inner:hover .cat-link a{
    background:#ffa200;
    color: #000000;
}
.shop-by-cat-section {
    width: 100%;
    padding: 50px 0px 130px;
}
.top-head {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.top-head h2 {
    letter-spacing: 0.2px;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    font-family: 'Georgia';
}
.top-head p{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    line-height: 31px;
}
.top-head p strong{
    font-weight: 600;
}
.shop-by-cat-slider {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
}
.shop-by-cat-slider .slick-arrow {
    bottom: -100px !important;
}
.feature-section {
    width: 100%;
    padding: 50px 0px;
}
.feature-grid {
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
}
.feature-grid-item {
    width: 100%;
    background: #fff;
    border: 2px solid #EDEDED;
    border-radius: 10px;
    padding: 6px;
    position: relative;
}
.trend-badge {
    position: absolute;
    z-index: 1;
    display: inline-block;
    left: -1px;
    top: 20px;
    background: #B20808;
    min-width: 115px;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    line-height: 14px;
    font-size: 14px;
}
.overlay-link {
    display: block;
    text-decoration: none;
}
.feature-grid-img {
    width: 100%;
    overflow: hidden;
    height: 340px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.feature-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: ease-in-out 0.3s;
}
.overlay-link:hover .feature-grid-img img {
    transform: scale(1.04);
}
.feature-grid-content {
    margin-bottom: 10px;
    width: 100%;
    padding: 0px 6px;
}
.feature-grid-content h5{
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: 'Georgia';
    margin-bottom: 15px;
}
.feature-grid-content p{
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}
.feature-grid.feature-grid-slider.slick-initialized.slick-slider {
    padding-bottom: 60px;
}

.feature-grid.feature-grid-slider.slick-initialized.slick-slider button.slick-arrow {
    bottom: 0 !important;
    transform: none !important;
}
.text-with-slider-left .cta-after-feature {
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.text-with-slider-left .cta-after-feature a {
    text-align: center;
}
.text-with-slider-section {
    width: 100%;
    padding: 50px 0px;
}
.text-with-slider-section .section-container {
    max-width: 100% !important;
    padding-right: 0px;
}
.text-with-slider-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.text-with-slider-left {
    width: 45%;
}
.text-with-slider-left .top-head {
    text-align: left;
    margin-bottom: 0px;
}
.text-with-slider-right {
    width: 65%;
}
.feature-grid-item {
    margin: 0px 5px;
}
.text-with-slider-section .feature-grid-content h5 {
    margin-bottom: 10px;
    min-height: 45px;
    display: flex;
    align-items: stretch;
    line-height: 21px;
}
.text-with-slider-section .feature-grid-img {
    margin-bottom: 20px;
}
.text-with-slider-section .feature-grid-content {
    margin-bottom: 0px;
}
.text-with-slider-section .slick-arrow {
    margin: initial !important;
    opacity: 0;
    visibility: hidden;
}
.arrow-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.arrow-box button {
    border: 0px;
    background: transparent;
    cursor: pointer;
}
.arrow-box img {
    width: 38px;
    height: auto;
}
.insta-section {
    width: 100%;
    padding: 50px 0px 0px;
}

.shipping-grid-section {
    width: 100%;
    padding: 30px 0px;
}
.shipping-grid-section .section-container {
    max-width: 1140px !important;
}
.shipping-grid-inner {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.shipping-grid-item {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
}
.shipping-grid-item svg {
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.shipping-grid-item div {
    width: 100%;
    text-align: left;
}
.shipping-grid-item h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Georgia';
}
.shipping-grid-item p {
    font-size: 13px;
    line-height: normal;
    color: #7a7a7a;
}
.site-footer {
    background: #fff !important;
    border-top:1px solid #eaebed;
    padding: 30px 0px !important;
}
.footer-content {
    display: flex !important;
    gap: 30px !important;
}
.footer-logo {
    height: auto;
    width: 200px;
    margin-bottom: 10px;
    object-fit: contain;
}
.footer-section p, .footer-section a {
    color: #7a7a7a !important;
}
.footer-section p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.footer-section h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.footer-section ul li a {
    font-size: 14px;
}
.footer-section ul li a:hover {
    color: #ffa200 !important;
}
.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0px;
    margin-top: 25px;
}
.social-links a {
    margin-bottom: 0px;
    border-radius: 5px;
    padding: 5px;
    background: #000;
    width: 30px;
    height: 30px;
    display: block;
}
.social-links a svg {
    fill: #fff;
}
.footer-section {
    width: 20%;
}
.footer-section:first-child {
    width: 30%;
}
.footer-section:last-child {
    width: 50%;
}
.footer-section form input{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 12px 10px;
    min-height: 45px;
    border: 2px solid #eaebed;
    max-width: 100%;
    color: #595959;
    border-radius: 5px;
    font-size: 14px;
}
.footer-section form span.wpcf7-spinner {
    position: absolute;
    right: 0;
}
.footer-section form input[type="submit"]{
    background: #000;
    color: #fff;
    cursor: pointer;
    border:0px;
    margin-bottom: 0px;
    outline: none !important;
    box-shadow: none !important;
}
.footer-section form input[type="submit"]:hover{
    background: #ffa200 !important;
}
.footer-section form.sent .wpcf7-response-output {
    color: #000;
    font-size: 14px;
    text-align: center;
}
.sc-instagram-link {
    position: relative;
    display: block;
}
.sc-instagram-link svg {
    width: 25px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0;
}
.sc-instagram-link:hover svg{
    opacity: 1;
}
.sc-instagram-link img.sc-instagram-image {
    height: 237px;
    width: 100%;
    object-fit: cover;
}

.sc-svg-icon {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
    fill: #1b1b1b;
}

.cta-after-feature {
    bottom: 0;
    padding: 30px;
	padding-bottom: 0;
    text-align: center;
    width: 100%;
}
.cta-after-feature a {
    display: inline-block;
    background: #000;
    min-width: 200px;
    padding: 13px 16px;
    border-radius: 10px;
    line-height: normal;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.site-branding-mobile {
    display: none;
}
.shop-page-banner {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}
.shop-page-banner:after{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background:#00000030;
}
.shop-page-banner .section-container {
    width: 100%;
}
.shop-page-banner-content {
    z-index: 1;
    position: absolute;
    top: 40%;
}
.shop-page-banner-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 2px black;
    margin-top: 0px;
    margin-bottom: 15px;
}
.shop-page-banner-content p {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 25px;
}
.shop-page-banner-content a {
    display: inline-block;
    width: 100%;
    max-width: 130px;
    background: #fff;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.shop-page-banner-content a:hover {
    background: #ffa200;
}
.product-type-section {
    width: 100%;
    padding: 80px 0px 60px;
}
.product-type-grid {
    width: 100%;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.product-type-item {
    width: 100%;
}
.product-type-item a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.product-type-item a img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
}
.product-type-item a:hover { 
    text-decoration: underline;
}
.event-discount-section {
    width: 100%;
    padding:30px 0px 40px;
    background: #b98a6e;
}
.event-discount-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.event-discount-content h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    line-height: normal;
}
.event-discount-content p {
    font-size: 38px;
    color: #fff;
    line-height: normal;
    font-weight: 400;
}
.event-discount-content a {
    display: inline-block;
    width: 100%;
    max-width: 130px;
    background: #fff;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top:20px;
}
.event-discount-content a:hover { 
    background: #ffa200;
}
.trending-product-section {
    width: 100%;
}
.trending-product-section-heading {
    width: 100%;
    padding: 60px 0px;
}
.trending-product-section-heading h2 {
    font-size: 62px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: normal;
    color: #000;
}
.trending-product-section-heading p {
    font-size: 22px;
    color: #000;
    line-height: normal;
    margin: 0px;
}
.trending-grid-column {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.trending-grid-item {
    width: 100%;
    position: relative;
}
.trending-grid-item a {
    display: block;
    position: relative;
}
.trending-grid-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
}
.trending-grid-item img {
    width: 100%;
    display: block;
}
.two-column-trending img {
    height: 950px;
    object-fit: cover;
}
.three-column-trending img {
    height: 600px;
    object-fit: cover;
}
.overlay-title {
    position: absolute;
    top: 50%;
    padding-left: 45px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 1;
}
.overlay-title-iiner{
    width: 100%;
}
.overlay-title h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 48px;
    margin:0px;
    font-weight: 500;
}
.overlay-title p {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    line-height: normal;
}
.overlay-title img {
    max-width: 300px;
    margin-top: 30px;
    height: auto !important;
}
.overlay-btn {
    position: absolute;
    bottom: 50px;
    padding-left: 45px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.overlay-btn span {
    display: inline-block;
    width: 100%;
    max-width: max-content;
    background: #fff;
    text-align: center;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}
.overlay-btn span:hover {
    text-decoration: underline;
}

.curated {
  padding: 60px 0px;
  text-align: center;
  width: 100%;
}

.curated h2 {
  font-size: 28px;
  padding: 40px;
}

.curated-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.curated-products .slick-slide {
    padding: 0 5px;
}

.curated-product-card {
  text-align: left;
  position: relative;
}

.curated-product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.product-title {
  font-size: 14px;
  color: #000;
  margin: 8px 0;
  min-height: auto;
	font-weight: 700;
  text-decoration: none;
}

.price {
    font-size: 14px;
    color: #000;
	font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    color: #000;
    margin-right: 8px;
}
.sale-price {
    color: #c00;
}
.color_swatch {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.color_swatch a {
    display: block;
}
.color_swatch a img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    display: block;
    margin: 0px;
}
.add-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.add-wishlist a {
    display: block;
}
.add-wishlist a svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #fff;
    fill-opacity: .5;
    stroke: #999;
    stroke-width: 2px;
}
.add-wishlist.active svg {
    fill: #000;
    fill-opacity: 1;
    stroke: #000;
}
.info-section {
  padding: 40px 20px;
  width: 100%;
}
.info-section-inner {
    text-align: center;
    padding: 20px;
    border: 1px solid #000;
}
.info-section h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 50px;
}

.info-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.info-item {
    max-width: 200px;
    margin-bottom: 50px;
}
.info-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: inline-block;
    margin-bottom: 15px;
}

.info-item p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

.info-item a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.info-item a:hover {
    opacity: 0.7;
}

.gram-section {
    text-align: center;
    padding: 0;
    width: 100%;
}
.gram-section-heading {
    width: 100%;
    margin-bottom: 50px;
}
.gram-section-heading h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.gram-section-heading p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0px;
}

.gram-carousel {
    position: relative;
    overflow: hidden;
}
.gram-carousel-track {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}
.carousel-item {
    width: 100%;
    position: relative !important;
    min-height: 250px !important;
    overflow: hidden;
    cursor: pointer !important;
    height: 250px !important;
}
.carousel-item:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    z-index: 1;
}
.carousel-item:hover:before {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3) inset;
}
.carousel-item .video-thumb-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.video-layer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}
.video-layer .play-button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
}
.video-layer .play-button button {
    background: #0000007a;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}
.video-layer .play-button button img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    display: block;
}
.video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-item .overlay {
    line-height: 1;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
}
.carousel-item .item-by {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    line-height: normal;
    padding: 10px;
}
.carousel-item:hover .item-by{
    display: block;
}
.carousel-item .item-by .avatar {
    float: left;
}
.carousel-item .item-by .avatar img {
    margin: 2px;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background-color: #f5f5f5;
    display: block;
}
.carousel-item .item-by .fullName, .carousel-item .item-by .userName {
    display: none;
    margin-left: 10px;
    margin-top: 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-item .item-likes {
    font-size: 22px;
    float: right;
    margin-right: 10px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    letter-spacing: -0.045em;
}
.curated-products.slick-initialized.slick-slider{
    padding-bottom: 110px;
}
.curated-products.slick-initialized.slick-slider button.slick-arrow {
    bottom: 0px !important;
}
.gram-carousel-track.slick-initialized.slick-slider{
    padding-bottom: 60px;
}
.gram-carousel-track.slick-initialized.slick-slider button.slick-arrow {
    bottom: -15px !important;
}

.text-with-slider-section .cta-after-feature a {
    min-width: 180px;
}

.text-with-slider-section .cta-after-feature.mobile-button {
    display: none;
}

.text-with-slider-section .cta-after-feature {
    padding-bottom: 25px;
}


/* category page css start */
/* .product-type-section.cat-prd-type-section .section-container {
	max-width: 100% !important;
}
.product-listing-section .section-container {
    max-width: 100% !important;
}
.curated.cat-best-sellers .section-container {
    max-width: 100% !important;
} */
.product-type-section.cat-prd-type-section .product-type-item {
    text-align: center;
}

.product-type-section.cat-prd-type-section .product-type-item img {
    object-fit: cover;
}
.active-filters-display:empty {
    display: none;
}
.cat-filter-section {
	padding: 20px 16px;
	background-color: #fff;
	border-bottom: none;
}

.cat-filter-container {
  max-width: 100%;
  margin: 0 auto;
}
.filter-icon svg {
    width: 20px;
    height: auto;
}

.filter-icon {
    font-size: 0;
    cursor: pointer;
}
.cat-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.cat-filter-category,
.cat-filter-options,
.cat-filter-sorting {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cat-filter-options {
  border: 1px solid #acacac;
  padding: 10px 10px;
}
.cat-filter-sorting {
  justify-content: flex-end;
}

.filter-btn {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	position: relative;
}
.product-type-section.cat-prd-type-section .product-type-item {
    text-align: center;
}

.product-type-section.cat-prd-type-section .product-type-item img {
    object-fit: cover;
}
.sort-opt {
	 border: 1px solid #acacac;
  	padding: 10px 30px;
	margin-left: 4px;
	display: inline-block;
	padding-left: 10px;
}
.sort-opt::after {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border: 1px solid #4e4e4e;
    border-top: none;
    border-left: none;
    margin-top: -2px;
    right: 28px;
}

.filter-btn.filter-cat-btn, .filter-btn.filter-sort-btn {
    padding-right: 18px;
}

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
}
body.filter-popup-active {
  overflow: hidden;
}
.sidebar-popup {
	background-color: #fff;
	width: 320px;
	max-width: 90%;
	border-radius: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	height: 100svh;
	bottom: 0;
	box-shadow: none;
	-webkit-animation: fadeInLeft 1s ease-in-out;
	-o-animation: fadeInLeft 1s ease-in-out;
	animation: fadeInLeft 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	overflow-y: scroll;     /* Enables vertical scrolling */
	scrollbar-width: none;  /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer 10+ */
}
.sidebar-popup::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(102%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sidebar-popup .close-btn {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: #000;
	line-height: 1;
}

.sidebar-popup h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 8px;
    display: flex;
    padding: 15.1px 16px;
    padding-right: 40px;
    border-bottom: 1px solid #ebebeb;
}

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

.dropdown-list li {
  padding: 8px 10px;
  font-size: 13px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background 0.2s;
  color: #000000;
}

span.color-swatch {
    margin: 2px 6px;
    vertical-align: middle;
}
.dropdown-list li:last-child {
	border-bottom: none;
}

.accordion-item {
  margin-bottom: 0px;
}

.accordion-title {
	font-weight: 400;
	padding: 10px 40px;
	cursor: pointer;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
	color: #000000;
}

.accordion-content {
/* 	max-height: 0; */
	overflow: hidden;
/* 	transition: max-height 0.3s ease; */
	display: none;
	padding: 0 40px;
	background: #f6f6f6;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
}

.accordion-content.open {
  display: block;
}

.sidebar-bottom-btn {
	border-top: 1px solid #e0e0e0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: auto;
	background-color: #fff;
	position: sticky;
	bottom: 0;
	z-index: 2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sidebar-bottom-btn .btn {
	text-transform: none;
	font-weight: 400;
	padding: 11px 32px;
	color: #ffffff;
	margin: 0;
	background: #000000;
	border: 0;
	border-radius: 0;
	font-size: 13px;
	cursor: pointer;
}
.sidebar-bottom-btn .btn:hover {
	text-decoration: underline;
}
#popup-sort .dropdown-list li {
  padding: 8px 40px;
}
#popup-tops .sidebar-popup li {
    padding-left: 40px;
    padding-right: 40px;
}

.cat-sale-collections {
  padding: 40px 0px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.cat-sale-collection-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.sale-col-box {
  width: calc(50% - 10px);
  border: 1px solid #000000;
  background-color: #f9f9f9;
}

.sale-col-box.sale-col-box-2 {
  background-color: #fbf9f5;
  text-align: center;
  padding: 25px 15px 20px;
}

.cat-sale-collections .section-container {
  max-width: 1025px !important;
}
.sale-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

.sale-box-content .sale-img {
	width: 35%;
	height: auto;
	height: 200px;
	object-fit: contain;
	object-position: bottom;
	margin: 0 auto;
	margin-top: auto;
}

.sale-box-content .sale-text {
	max-width: 220px;
	text-align: center;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	padding: 15px 15px;
	margin-top: auto;
}

.sale-box-content .sale-text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: uppercase;
}

.sale-box-content .sale-text .price {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.sale-box-content .sale-text .price sup {
  font-size: 16px;
  vertical-align: top;
}

.sale-box-content .sale-text .price span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-left: 4px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 6px;
}

.sale-box-content  .btn-black {
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px 8px;
	font-size: 14px;
	font-weight: 400;
	transition: background 0.3s;
	line-height: 1.2;
	min-width: 120px;
}

.sale-box-content  .btn-black:hover {
  background-color: #333;
}

/* Wide bottom box */
.sale-col-box.sale-col-box-2 h2 {
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}
.sale-col-box.sale-col-box-2 p {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sale-col-box.sale-col-box-2 .sale-links a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  color: #262626;
}
.sale-col-box.sale-col-box-2 .sale-links a:hover {
 text-decoration: none;
}

.sale-col-box.sale-col-box-2 .sale-links {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  font-size: 14px;
  font-weight: 400;
}
section.cat-page-title {
    padding: 40px 20px 10px;
	text-align: center;
}
.product-type-section.cat-prd-type-section {
    padding-top: 40px;
	padding-bottom: 30px;
}
.product-result-count {
    text-align: center;
    margin: 5px auto 5px;
    color: #666;
    font-size: 13px;
}

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

.load-more__container {
    position: relative;
    width: 80%;
    margin: 40px auto;
    text-align: center;
}

span.load-more-count {
    font-size: 14px;
    color: #565656;
    font-weight: 400;
}

.load-more-progress-bar {
    background-color: #ebebeb;
    border-radius: 25px;
    height: 10px;
    margin: 8px auto;
}

.load-more-progress-bar span {
    border-radius: 25px 0 0 25px;
    height: 100%;
    background-color: #000;
    display: block;
}

button.load-more-btn {
    letter-spacing: 2px;
    padding: 17px 0;
    width: 77.5%;
    color: #fff;
    background: #000000;
    border: none;
    margin: 12px auto;
    border-radius: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}

.curated.cat-best-sellers .curated-title h2 {
    text-transform: uppercase;
}
.curated.cat-best-sellers {
  padding-top: 0;
  padding-bottom: 0;
}
.cat-description-section .section-container {
  max-width: 1400px !important;
}
.cat-desc-content h2 {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}
.cat-desc-content p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.cat-desc-content p:last-child {
	margin-bottom: 0;
}
.cat-desc-content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px auto 0;
  max-width: 1336px;
  padding: 10px 0 20px;
  position: relative;
  color: #565656;
}
.cat-desc-content h2:not(:first-child) {
  margin-top: 10px;
}
.cat-description-section {
	padding-bottom: 60px;
}
.tax-product_cat .curated-product-card a.product-img-link {
  position: relative;
  display: block;
}

.tax-product_cat .curated-product-card a.product-img-link::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 114.51%;
}
.tax-product_cat .curated-product-card a.product-img-link img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* single product page css start */
.single-product .woocommerce-product-gallery__image.flex-active-slide {
  display: none !important;
}
.single-product .woocommerce-breadcrumb {
  max-width: 1440px;
  padding-left: 20px;
  white-space: nowrap;
  overflow-x: auto;
  margin: auto 0 10px;
  padding-bottom: 10px;
  text-transform: lowercase;
  padding-right: 20px;
  font-size: 12px;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
}
.single-product #main {
  padding-top: 80px;
}
.single-product .woocommerce-breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.single-product .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.single-product .flex-control-nav.flex-control-thumbs li {
  	width: calc(50% - 5px) !important;
	position: relative;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger[role="button"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
	z-index: 1;
}
.single-product .flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
	list-style: none;
}
.single-product .flex-control-nav.flex-control-thumbs li a {
  display: block;
}
.single-product .flex-control-nav.flex-control-thumbs li::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 110%;
}
.single-product .flex-control-nav.flex-control-thumbs li img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.single-product .woocommerce-product-gallery {
  width: calc(65% - 10px);
	position: relative;
}
.single-product .summary {
  width: calc(35% - 10px);
	padding-left: 15px;
	position: relative;
}
.single-product .product.first {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}
.single-product .woocommerce-tabs {
  width: 100%;
}
.single-product .related.products {
  width: 100%;
}
.single-product .product.first .product_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-product .summary .price {
  font-size: 24px;
  text-decoration: none;
  border: none;
	margin-bottom: 25px;
}
.single-product .summary .price .amount {
  text-decoration: none;
}
.single-product .summary .price *:not(del) {
  text-decoration: none;
}

.single-product .product.first .single_add_to_cart_button.button {
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  margin-top: 25px;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.single-product .product.first .single_add_to_cart_button.button:hover {
  text-decoration: underline;
}

.custom-quantity-wrapper .quantity-custom {
  display: block;
  max-width: 140px;
  position: relative;
	margin-left: 15px;
}
.custom-quantity-wrapper .quantity-custom input {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	padding: 0 25px;
	height: 36px;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.custom-quantity-wrapper .quantity-custom input::-webkit-outer-spin-button,
.custom-quantity-wrapper .quantity-custom input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
	display: none;
}
.custom-quantity-wrapper .quantity-custom input:focus {
    outline: none;
}
.custom-quantity-wrapper .quantity-custom .qty-btn {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	cursor: pointer;
}
.custom-quantity-wrapper .quantity-custom .qty-btn.minus {
	left: 0;
}
.custom-quantity-wrapper .quantity-custom .qty-btn.plus {
	right: 0;
}
.quantity.custom-quantity-wrapper {
  	display: flex;
	align-items: center;
}
.quantity.custom-quantity-wrapper .quantity-label {
  font-size: 14px;
  font-weight: 400;
}
.single-product .summary .price del {
    opacity: 0.5;
}
.woocommerce-variation.single_variation p.stock.in-stock {
    color: green;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}


.single-product .product-description {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
}

.single-product .product-description h3 {
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 20px;
}

.single-product .product-description p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #565656;
}

.single-product .product-description p:last-child {
    margin-bottom: 0;
}

.woocommerce-Reviews {
    width: 100%;
    padding: 40px 0;
}

.woocommerce-Reviews h2.woocommerce-Reviews-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce-Reviews > div#comments {
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce-Reviews p.woocommerce-noreviews {
    text-align: center;
    color: #565656;
}

.comment-reply-title {
    display: none;
}

.woocommerce-Reviews div#review_form_wrapper {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 800px;
}

.comment-form-rating {
    text-align: left;
    margin-top: 10px;
	font-size: 0;
}

.comment-form-comment label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

p.comment-form-comment {
    margin-top: 25px;
	margin-bottom: 15px;
}

.comment-form-comment textarea {
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #e0e0e0;
    resize: none;
	padding: 5px 10px;
}

.comment-form-rating label#comment-form-rating-label {
    display: block;
    margin-bottom: 10px;
	font-size: 16px;
}

.woocommerce-Reviews p.form-submit {
    text-align: left;
    margin-top: 20px;
}

.woocommerce-Reviews p.form-submit input#submit {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 20px;
    font-size: 14px;
    min-width: 150px;
	cursor: pointer;
}
.woocommerce-Reviews p.form-submit input#submit:hover {
	text-decoration: underline;
}

.comment-form-rating .stars {
    unicode-bidi: bidi-override;
    direction: ltr;
    font-size: 0;
    display: inline-block;
    transform: rotateY(0deg);
}

.comment-form-rating .stars a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ccc;
    cursor: pointer;
    font-size: 0;
    text-indent: -9999px; /* Hide the "1 of 5 stars" text */
    height: auto;
    margin: 0 0px;
    width: 20px;
    line-height: 1;
    height: 24px;
}

.comment-form-rating .stars a::before {
    content: '★';
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    color: #ccc;
    pointer-events: none;
    font-size: 24px;
}
.comment-form-rating .stars a.active::before {
    color: #FFD700;
}
/* Hover effect: fill stars to the left (using rtl direction) */
/* .comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a:hover ~ a::before {
    color: #FFD700;
} */

/* Active star (when selected) */
/* .comment-form-rating .stars a.active::before,
.comment-form-rating .stars a.active ~ a::before {
    color: #FFD700;
} */

.comment-form-author label, p.comment-form-email label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

p.comment-form-author, p.comment-form-email {
    font-size: 0;
    margin-bottom: 10px;
}

.comment-form-author input, p.comment-form-email input {
    height: 40px;
    width: 100%;
    border: 1px solid #e0e0e0;
}

p.comment-form-cookies-consent {
    margin: 15px 0;
}
.woocommerce-message[role="alert"] {
    padding: 15px;
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #cedfeb;
    border-top: 3px solid #6b99b9;
    list-style: none;
    font-size: 14px;
}
.woocommerce-message[role="alert"] a {
    color: #000000;
}

ul.woocommerce-error {
    padding: 15px;
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff0f0;
    border-top: 3px solid #cc1818;
    list-style: none;
    color: #cc1818;
    font-size: 14px;
}

ul.woocommerce-error a {
    color: #cc1818;
}

ul.woocommerce-error li {
    margin-bottom: 5px;
}

ul.woocommerce-error li:last-child {
    margin-bottom: 0;
}

*:focus {
	outline: none !important;
}
.color_swatch {
    display: none;
}
.single-product .product-description:empty {
    display: none;
}
.woocommerce-Reviews .woocommerce-verification-required {
    text-align: center;
    color: #565656;
    margin-top: 10px;
}

/* cart page css start */
td.wc-block-cart-item__image a {
    display: inline-block;
    font-size: 0;
    position: relative;
    width: 100%;
}

td.wc-block-cart-item__image a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 110%;
}

td.wc-block-cart-item__image a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

td.wc-block-cart-item__product {
    padding-left: 80px !important;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 12px;
    color: #565656;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 10px;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product span.price.wc-block-components-product-price {
    font-size: 12px;
    color: #a2a5a4;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices {
    margin: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product span.price.wc-block-components-product-price ins.wc-block-components-product-price__value.is-discounted {
    margin-left: 4px;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-badge {
    border-color: #2bb12b;
    color: #2bb12b;
    margin-top: 5px;
}

table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-metadata__description {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row td input.wc-block-components-quantity-selector__input {
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    padding: 10px 0;
}

table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-quantity-selector {
    border-radius: 0 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product button.wc-block-components-quantity-selector__button {
    border-radius: 0 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-quantity-selector:after {
    border-radius: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product button.wc-block-cart-item__remove-link {
    font-size: 12px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: none
}
table.wc-block-cart-items .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    border-color: #2bb12b;
    color: #2bb12b;
}
.woocommerce-cart .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead {
    display: none;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
    min-width: 70px;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.cart-custom-quantity-cell {
    vertical-align: middle;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td {
	vertical-align: middle;
}

.wp-block-woocommerce-cart .wc-block-components-main.wc-block-cart__main {
    border: 8px solid #f8f8f8;
    border-left: none;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar {
    border: 8px solid #f8f8f8;
    border-right: none;
    border-left: none;
    padding: 15px 15px;
}

.wp-block-woocommerce-cart .wc-block-cart__totals-title {
    padding-top: 0;
    padding-right: 0;
    color: #565656;
    font-size: 15px;
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    color: #565656;
    font-size: 12px;
}

.wp-block-woocommerce-cart .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    width: 22px;
    height: auto;
}

.wp-block-woocommerce-cart .wc-block-components-totals-item__label {
    font-size: 12px;
    color: #565656;
}

.wp-block-woocommerce-cart .wc-block-components-totals-item__value {
    font-size: 12px;
    color: #565656;
}

.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px;
    letter-spacing: 1.2px;
}

.wp-block-woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    background-color: #000;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
}
.wp-block-woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    text-decoration: underline;
}

.wp-block-woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button .wc-block-components-button__text::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/super-collections/wp-content/uploads/2025/09/lock-shield.png');
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-right: 5px;
}

.wp-block-woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button .wc-block-components-button__text {
    display: flex;
    align-items: center;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border: none;
    padding: 5px 0;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    border: none;
    padding-bottom: 5px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
    border: none;
    padding: 5px 0;
    margin-top: 35px;
}
.wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border: none;
}
.wp-block-woocommerce-cart .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    margin-top: 20px;
    margin-bottom: 0;
}
.wc-block-components-totals-coupon__form input#wc-block-components-totals-coupon__input-coupon {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 12px;
    height: 40px;
    padding: 0 10px;
    line-height: normal;
}
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__form label {
	left: 10px;
	top: 50%;
	font-size: 12px;
}
.wc-block-components-totals-coupon__form button.wc-block-components-button {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    opacity: 1;
    cursor: pointer !important;
}
.wc-block-components-totals-coupon__form button.wc-block-components-button .wc-block-components-button__text {
	opacity: 1 !important;
}
.wc-block-components-totals-coupon__form button.wc-block-components-button:hover {
    text-decoration: underline;
}
.wc-block-components-totals-coupon__form button.wc-block-components-button[disabled] {
    opacity: 0.5;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 60px 0;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr.wp-block-separator {
    display: none;
}


/* contact page css */
.contact-banner {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    min-height: 422px;
}

.contact-section .contact-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-bottom: 60px;
}
.contact-section .contact-details:last-child {
	margin-bottom: 0px;
}
.contact-section h2 {
    font-size: 24px;
}

.contact-section p {
    font-size: 16px;
    line-height: 1.6;
}

.contact-left, .contact-right {
    width: 48%;
}

.reverse {
    flex-direction: row-reverse;
}
.contact-section .contact-heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contact-section .contact-heading h2 {
    margin-bottom: 15px;
}
.contact-section .contact-heading p {
	margin-bottom: 12px;
}
.contact-section .contact-heading p:last-child {
	margin-bottom: 0px;
}

.contact-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-left h2 {
	margin-bottom: 15px;
}
.contact-right-img {
    position: relative;
}

.contact-right-img::before {content: "'";display: block;width: 100%;padding-top: 100%;}

.contact-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact-left h2:not(:first-child) {
    margin-top: 30px;
}

.contact-left p {
    margin-bottom: 12px;
}

.contact-left p:last-child {
    margin-bottom: 0;
}

.contact-section p a {
    color: #000000;
}

section.contact-section {
    padding: 50px 0;
}

/* privacy page css start */
.single-page-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 50px 0;
    min-height: 422px;
    display: flex;
    align-items: center;
    position: relative;
}

.single-page-banner .section-container {
    width: 100%;
    position: relative;
}

.single-page-banner .single-page-banner-content {
    text-align: center;
}

.single-page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:  0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
}

.single-page-banner .single-page-banner-content * {
    color: #ffffff;
}
.wu-privacy-policy, .wu-terms-conditions, .wu-return-policy {
    padding: 50px 0;
	color: #565656;
}

.wu-privacy-policy h2, .wu-terms-conditions h2, .wu-return-policy h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000000;
}
.wu-privacy-policy h3, .wu-terms-conditions h3, .wu-return-policy h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000000;
}

.wu-privacy-policy p, .wu-terms-conditions p, .wu-return-policy p {
    margin-bottom: 10px;
    font-size: 14px;
}

.wu-privacy-policy p:last-child, .wu-terms-conditions p:last-child, .wu-return-policy p:last-child {
    margin-bottom: 0;
}

.wu-privacy-policy h2:not(:first-child), .wu-terms-conditions h2:not(:first-child), .wu-return-policy h2:not(:first-child) {
    margin-top: 24px;
}

.wu-privacy-policy a, .wu-terms-conditions a, .wu-return-policy a {
    color: inherit;
}
.wu-return-policy ul, .wu-terms-conditions ul, .wu-return-policy ul {
    padding-left: 25px;
    margin: 10px 0;
}
.wu-return-policy ol, .wu-terms-conditions ol, .wu-return-policy ol {
    padding-left: 25px;
    margin: 10px 0;
}
.wu-return-policy li, .wu-terms-conditions li, .wu-return-policy li {
    font-size: 14px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #e0e0e0;
    font-size: 13px !important;
    padding: 8px 10px !important;
    box-sizing: border-box !important;
    height: auto;
    line-height: 1;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: #000000;
    color: #ffffff;
}

.variations th.label {
    font-size: 14px;
}
.variations tr:not(:first-child) th.label {
	margin-top: 20px;
}
.variations th.label label {
    font-weight: 400;
}
.variations th.label span.woo-selected-variation-item-name {
    font-weight: 400 !important;
}
.variations a.reset_variations {
    display: none !important;
}
.variations_form table.variations {
    margin-bottom: 25px;
}

/* Contact page css start */
.about-section .about-block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-bottom: 60px;
}
.about-section .about-block:last-child {
	margin-bottom: 0px;
}
.about-section h2 {
    font-size: 24px;
}
.about-section p {
    font-size: 16px;
    line-height: 1.6;
}
.about-text, .about-image {
    width: 48%;
}
.reverse {
    flex-direction: row-reverse;
}
.about-section .about-heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.about-section .about-heading h2 {
    margin-bottom: 15px;
}
.about-section .about-heading p {
    margin-bottom: 15px;
}
.about-section .about-heading p:last-child {
	margin-bottom: 0;
}
.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-text h2 {
    margin-bottom: 15px;
}
.about-image-wrapper {
    position: relative;
}
.about-image-wrapper::before {content: "'";display: block;width: 100%;padding-top: 100%;}
.about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-text h2:not(:first-child) {
    margin-top: 30px;
}

.about-text p {
    margin-bottom: 12px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-section p a {
    color: #000000;
}

section.about-section {
    padding: 50px 0;
}

.about-content-main {
	padding: 30px 0;
}
.about-content-main:last-child {
	padding-bottom: 60px;
}
.about-content-main h2 {
	font-size: 24px;
	margin-bottom: 20px; 
}
.about-content-main h2:not(:first-child) {
    margin-top: 30px;
}
.about-content-main p {
    font-size: 16px;
    line-height: 1.6;
	margin-bottom: 12px;
}
.about-content-main p:last-child {
	margin-bottom: 0;
}
.about-content-main p a {
    color: #000000;
}

/* blog page css */
.custom-blog-banner {
    text-align: center;
    padding: 40px 0 20px;
}
.custom-blog-banner h2 {
	margin-bottom: 15px;
}
.custom-blog-banner h2:last-child {
	margin-bottom: 0px;
}
.custom-blog-banner p {
	margin-bottom: 12px;
}
.custom-blog-banner p:last-child {
	margin-bottom: 0px;
}
.custom-blog-listing-colwrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.custom-blog-listing-col {
    width: 100%;
}

.custom-blog-listing-col .custom-blog-listing-colbox {
    height: 100%;
    display: flex;
	flex-direction: column;
    border: 1px solid #eee;
    border-top: 10px solid #ffa200;
    border-radius: 5px;
    padding: 20px;
    transition: all .3s;
    box-shadow: 0 5px 10px #1616161a;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}
.custom-blog-listing-col .custom-blog-listing-colbox:hover {
    background-color: #f5f5f5;
}

.custom-blog-listing-colbox h2 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.2;
    font-family: 'Georgia';
    font-weight: 400;
}

.custom-blog-listing-colbox .post-list-date {
    font-size: 13px;
    color: #565656;
    margin-bottom: 10px;
}

.custom-blog-listing-colbox-img {
    position: relative;
	margin-top: auto;
}

.custom-blog-listing-colbox-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 69.25%;
}

.custom-blog-listing-colbox-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-blog-listing {
    padding-bottom: 60px;
}
.blog-pagination {
    text-align: center;
    flex-flow: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0 100px;
    position: relative;
    margin-top: 45px;
}

.blog-pagination .page-numbers {
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    padding: 0;
    text-decoration: none;
    display: flex;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
	flex: 0 0 auto;
}

.blog-pagination .page-numbers.next, .blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.previous {
    width: auto;
    height: auto;
	margin: 0;
}
.blog-pagination .page-numbers.dots {
	margin: 0;
}

.blog-pagination .page-numbers.next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.previous {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover:not(.previous):not(.prev):not(.next) {
    background: #efefef;
}
.blog-pagination .page-numbers.previous:hover, .blog-pagination .page-numbers.next:hover, .blog-pagination .page-numbers.prev:hover {
    color: #FFA200;
}


/* checkout page css start */
.woocommerce-checkout .wp-block-woocommerce-checkout {
    max-width: 1400px;
    padding: 50px 20px;
    margin: 0 auto;
    width: 100%;
}

.woocommerce-checkout .wp-block-woocommerce-checkout h2.wc-block-components-title {
    font-size: 24px;
}

.woocommerce-checkout .wc-block-components-main p {
    color: #565656;
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form select {
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #e0e0e0;
    resize: none;
    border-radius: 0;
    color: #000000;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form input[type="checkbox"] {
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form label.wc-block-components-radio-control__option {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #565656;
}
.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option {
	border-color: #000000;
	color: #000000;
}
.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control-accordion-option {
    box-shadow: none;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control::after {
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form textarea {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    resize: none;
}
.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form textarea:focus {
    box-shadow: none;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms {
    color: #565656;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms a {
    color: #565656;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form  a.wc-block-components-checkout-return-to-cart-button {
    color: #565656;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form a.wc-block-components-checkout-return-to-cart-button:hover {
    color: #000000;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form button.wc-block-components-button.wp-element-button {background: #000000;color: #ffffff;border: 1px solid #000000;}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form button.wc-block-components-button.wp-element-button:hover {
    text-decoration: underline;
}

.woocommerce-checkout .wc-block-components-notice-banner.is-error {
    color: #cc1818;
    background-color: #fff0f0;
    border-radius: 0;
    border: none;
    border-top: 3px solid #cc1818;
}
.wc-block-components-validation-error * {
    color: #cc1818;
}

.woocommerce-checkout .wc-block-components-validation-error p {
    font-size: 14px;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .has-error input {
    border-color: #cc1818 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row td input.wc-block-components-quantity-selector__input:focus {
    box-shadow: none !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #e0e0e0;
    border-radius: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-weight: 600;
    font-size: 14px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-details li {
    font-size: 13px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    padding-top: 3px;
}
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input:not(.is-active) label {
    font-size: 14px;
    top: 50%;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}
.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
    padding: 15px 0;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content p.content {
    margin-bottom: 12px;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content p.content:empty {
    display: none;
}

.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content p.content, .woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content p.content * {
    color: #565656;
}

/* login page css */
.login-colwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.wu-login-page .section-container {
    max-width: 960px !important;
}

.login-colwrap > div {
    padding: 26px 20px;
    background-color: #e8e8e8;
    width: calc(50% - 30px);
}

.login-colwrap .section-header {
    color: #000 !important;
    font-weight: 400 !important;
/*     font-size: 20px !important; */
    text-transform: capitalize !important;
}
.login-colwrap .um-field.um-field-block.um-field-block.um-field-type_block,
.content-login-right p {
    color: #565656 !important;
}
.wu-login-page .login-colwrap .um-field-label label {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
	line-height: 1.1 !important;
	text-transform: uppercase;
}
.um .um-field-label {
    color: #565656;
    line-height: 1.2;
    margin-bottom: 5px;
}
.login-colwrap input#um-submit-btn ,
.login-colwrap a.button-login-right{
    font-size: 16px !important;
    font-weight: 600 !important;
}

.wu-login-page .section-header {
    position: relative;
    margin: 0 0 19px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    font-size: 13px;
    color: #565656;
    text-align: left;
    text-transform: uppercase;
}

.wu-login-page .um-form .um-field-type_divider {
    display: none;
}

.wu-login-page .um-form .um-field.um-field-block {
    padding-top: 0;
    font-size: 12px;
    color: #565656;
}

.wu-login-page p {
    font-size: 12px;
    color: #565656;
    margin-bottom: 15px;
}

.wu-login-page .form-row.form-row-button a {
    padding: 10px 32px 12px;
    font-size: 12px !important;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
}

.wu-login-page .form-row.form-row-button a:hover {
    text-decoration: underline;
}

.wu-login-page .um-field-label label {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.wu-login-page .um-col-alt .um-center {
    text-align: left;
}

.wu-login-page .um-col-alt input#um-submit-btn {
    background: #000000;
    width: auto;
    min-width: auto !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border-radius: 0 !important;
	font-size: 12px !important;
}
.wu-login-page .um-col-alt input#um-submit-btn:hover {
	text-decoration: underline !important;
}
.wu-login-page {
    padding: 50px 0;
}
body .um.um-login {
	margin-bottom: 0 !important;
}

/* Register page css start */
.um-register .um-field.um-field-divider.um-field-divider {
    display: none;
}

.um-register .um-field.um-field-block {
    padding-top: 0;
}

.um-register .um-field.um-field-block a.account-registration__login-url {
    color: #565656;
}

.um-register .um-field.um-field-block {
    color: #565656;
    font-size: 14px;
}

.um-register .um-field {
    position: relative;
}

.um-register .um-field .um-field-label label {
    font-size: 12px !important;
}

.um-register .heading {
    font-size: 16px;
}

.um-register .um-field .um-field-label {
    line-height: 1.2;
    font-size: 12px;
}

.um-register .um-field .um-field-label .um-clear {
    display: none;
}

.um-register .um-field input {
    font-size: 16px !important;
    border-radius: 0 !important;
    color: #000000 !important;
}
.um-register .um-field input::placeholder {
    color: #565656;
    opacity: 1;
}
.um-register .um-field a.um-toggle-gdpr {
    display: none;
}

.um-register .um-field .um-field-checkbox-option {
    font-size: 14px;
    color: #565656;
}
.um-register .um-col-alt {
    margin-bottom: 0;
}

.um-register .um-col-alt input#um-submit-btn {
    width: 100% !important;
    background: #000000;
    min-width: auto !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    font-size: 12px;
    height: auto !important;
    line-height: 1.3 !important;
}

body .um-register.um {
	max-width: 328px !important;
	padding: 50px 20px !important;
	margin-bottom: 0 !important;
}

.um-register .um-col-alt input#um-submit-btn:hover {
    text-decoration: underline !important;
}
.um-register .um-field a.um-toggle-gdpr {
    display: none;
}

.um-register .um-field .um-field-checkbox-option {
    font-size: 13px !important;
    color: #565656 !important;
    margin-left: 30px !important;
	line-height: 1.4;
}

body p.um-notice {
    font-size: 13px;
}

body p.um-notice.err {
    padding-right: 35px !important;
}

body p.um-notice.err i {
    line-height: 1;
    font-size: 30px;
}

body .um-field-error {
    font-size: 13px;
}

/* my account pages css start */
.woocommerce-account .woocommerce {
    width: 100%;
    max-width: 960px;
    padding: 50px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation  ul {
    list-style: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin: 4px 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #000000;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    line-height: 1.2;
    font-size: 16px;
    width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background: #000000;
    color: #ffffff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 220px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 0 20px;
    flex: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    color: #565656;
	margin-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p:last-child {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
    color: #565656;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table td {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    font-size: 16px;
    border-left: none;
    border-right: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table th * {
    color: #000000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table td, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table td * {
    color: #565656;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
	width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr:last-child td, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr:last-child th {
    border-bottom: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead tr:first-child td, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead tr:first-child th {
    border-top: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    color: #565656;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
    color: #565656;
}
.woocommerce-order-received .woocommerce {
    padding: 50px 0;
}
p.woocommerce-notice.woocommerce-thankyou-order-received {
    color: #565656;
}
.woocommerce-order-received .woocommerce-order {
    max-width: 680px;
    padding: 0 15px;
    margin: 0 auto;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
    list-style: none;
    background: #f9f9f9;
    border-top: 5px;
    margin: 15px 0;
    border-radius: 0px;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
    padding: 12px 15px;
    font-size: 16px;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li:nth-child(even) {
    background: #f1f1f1;
}

.woocommerce .woocommerce-table--order-details {
    background: #f9f9f9;
    border-radius: 0px;
	border: none !important;
}

.woocommerce .woocommerce-table--order-details th,.woocommerce .woocommerce-table--order-details td {
    padding: 12px 15px;
    text-align: left;
    width: 100%;
    font-size: 16px;
	border: none !important;
}
.woocommerce .woocommerce-table--order-details * {
	color: #000000 !important;
}
.woocommerce .woocommerce-table--order-details ul.wc-item-meta {
    display: block;
    list-style: none;
    margin-top: 10px;
}

.woocommerce .woocommerce-table--order-details ul.wc-item-meta li {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

.woocommerce .woocommerce-table--order-details td {
    min-width: 180px;
}

.woocommerce .woocommerce-table--order-details a {
    color: #000000 !important;
}
.woocommerce h2.woocommerce-order-details__title {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-order-details {
    margin-top: 30px;
}
.woocommerce .woocommerce-customer-details address p {
	margin: 0 !important;
}
.woocommerce .woocommerce-customer-details address p, .woocommerce .woocommerce-customer-details address {
    color: #565656;
}
.woocommerce .woocommerce-customer-details {
    margin-top: 30px;
}

.woocommerce h2.woocommerce-column__title {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
    display: flex;
    gap: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns > div {
    width: 50%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .title {
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > a.button {
    margin-top: 20px;
    padding: 10px 32px 12px;
    background: #000000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 16px !important;
    color: #ffffff;
    line-height: 1.15;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > a.button:hover {
    text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-payment-methods-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-payment-methods-table td {
    text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row.form-row-last {
    width: calc(50% - 15px);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row label {
    display: block;
    font-size: 16px;
	margin-bottom: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button.show-password-input {
    display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row input.input-text {
    border: 1px solid #e0e0e0;
	padding: 12px 15px;
	width: 100%;
	font-size: 16px;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 44px;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
	color: #000;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single span.select2-selection__arrow b {border-top-color: #000;}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single span.select2-selection__arrow {
    height: 44px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row.form-row-wide {
    width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content span#account_display_name_description {
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .button[type="submit"] {
    padding: 10px 32px 12px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 16px !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .button[type="submit"]:hover {
    text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .button[type="submit"] {
    margin-top: 25px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .clear {
	display: none;
}
body mark {
    background: none;
    color: #000;
    font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .title h2 {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .title h2:last-child {
    margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content address {
    color: #565656;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content address p {
    color: #565656;
	margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form > h2 {
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method button#place_order {
    margin-top: 25px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method ul.woocommerce-PaymentMethods.payment_methods.methods {
    list-style: none;
    padding: 0;
    background: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method #payment .payment_methods li img.stripe-icon {
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content ul.woocommerce-error {
    width: 100%;
}


/* Single Post Page css */
.single-post .single-page-banner {
    background-color: #000000;
}

.wu-single-blog-inr {
    padding: 40px 30px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wu-single-blog .wp-block-heading {
    margin-bottom: 10px;
}

.wu-single-blog .wp-block-heading:last-child {
    margin-bottom: 0;
}

.wu-single-blog p {
    margin-bottom: 15px;
	color: #565656;
}
.wu-single-blog p:last-child {
	margin-bottom: 0;
}
.wu-single-blog a {
	color: #565656;
	text-decoration: underline;
}

.wu-single-blog:last-child {
    margin-bottom: 0;
}

.wu-single-blog .wp-block-heading:not(:first-child) {
    margin-top: 30px;
}

.wu-single-blog {
    margin-bottom: 50px;
}

.wu-single-blog .section-container {
    max-width: 960px !important;
}

.social-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.social-share p {
  margin: 0;
  font-weight: bold;
	color: #000000;
}

.social-share .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #ccc;
  transition: background 0.3s ease;
  text-decoration: none;
}

.social-share .social-btn svg {
  width: 18px;
  height: 18px;
}

.social-share .facebook {
  background-color: #3b5998;
}
.social-share .facebook:hover {
  background-color: #2d4373;
}

.social-share .twitter {
  background-color: #1da1f2;
}
.social-share .twitter:hover {
  background-color: #0d95e8;
}

.social-share .linkedin {
  background-color: #0077b5;
}
.social-share .linkedin:hover {
  background-color: #005983;
}

.social-share .whatsapp {
  background-color: #25d366;
}
.social-share .whatsapp:hover {
  background-color: #1ebe5d;
}

/* search page css */
.search-results main#main {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
	width: 100%;
}

.wu-search-results {
    padding: 40px 0;
    min-height: 60svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wu-search-results .products-grid {
    margin-top: 40px;
}
.wu-search-results .products-grid .product-image {
    position: relative;
    display: block;
    height: auto;
}

.wu-search-results .products-grid .product-image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 114.51%;
}

.wu-search-results .products-grid .product-image img.wp-post-image {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.search-results header.page-header, .wu-search-results .no-results header.page-header {
    text-align: center;
	margin-bottom: 10px;
}

.search-results .woocommerce-products-header, .wu-search-results .no-results {
    text-align: center;
}

/* Wishlist Page Styles */
.wishlist-page {
    padding: 60px 0;
}

.wishlist-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.wishlist-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.wishlist-count {
    color: #666;
    font-size: 16px;
}

/* Wishlist Products Grid */
.wishlist-products {
    display: grid;
    gap: 20px;
}

.wishlist-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
	border: none;
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
}

/* Remove Button */
.remove-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-wishlist:hover {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.remove-wishlist svg {
    stroke: currentColor;
}

/* Product Image */
.wishlist-item-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
}

.wishlist-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wishlist-item:hover .wishlist-item-image img {
    transform: scale(1.1);
}

/* Product Details */
.wishlist-item-details {
    flex: 1;
}

.wishlist-item-title {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.wishlist-item-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.wishlist-item-title a:hover {
    color: #e74c3c;
}

.wishlist-item-price {
    font-size: 16px;
    font-weight: bold;
    color: #101010;
    margin-bottom: 10px;
}

.wishlist-page .stock {
    font-size: 14px;
    margin: 0;
}

.wishlist-page .stock.in-stock {
    color: #27ae60;
}

.wishlist-page .stock.out-of-stock {
    color: #e74c3c;
}

/* Actions */
.wishlist-item-actions .button {
    padding: 10px 25px;
    background: #101010;
	line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
	font-size: 14px;
    cursor: pointer;
}

.wishlist-item-actions .button:hover {
    background: #000;
}

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

.wishlist-empty svg {
    stroke: #ddd;
    margin-bottom: 20px;
}

.wishlist-empty h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.wishlist-empty p {
    font-size: 16px;
    color: #565656;
    margin-bottom: 30px;
}

.wishlist-empty .button {
    padding: 15px 40px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s ease;
}

.wishlist-empty .button:hover {
    background: #000;
}

body .pswp {
    z-index: 9999;
}


/****************** Responsive **************************/
@media(min-width: 768px) {
    .load-more__container {
        width: 67%;
    }
	.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-main {
		padding-right: 30px;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar {
		padding-left: 30px;
	}
}
@media(min-width: 960px) {
    .load-more__container {
        width: 50%;
    }
}
@media(min-width: 1200px) {
    .load-more__container {
        width: 30%;
    }
}

@media(min-width:1025px){
.mega-max-column-first {
    width: 35% !important;
}
.mega-max-column-first-2 {
    width: 20% !important;
}
	.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html {
    width: 60% !important;
}

.mega-max-column-first-3.mega-menu-columns-5-of-7 > ul.mega-sub-menu > li.widget_media_image {
    width: 40% !important;
}
.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html .featured-product-item {
    width: 50%;
}

.mega-max-column-first.mega-menu-columns-1-of-7, .mega-max-column-first-2.mega-menu-columns-1-of-7 {
    width: 17.5% !important;
}

.mega-max-column-first-3.mega-menu-columns-5-of-7 {
    width: 65% !important;
}
}
@media(min-width:1441px){
.text-with-slider-section .section-container {
    max-width: 1280px !important;
    padding-right: 20px;
}
}

@media(max-width:1199px){
.top-head h2 {
    font-size: 33px;
}
.feature-grid-img {
    height: 270px;
}
.banner-section-item {
    min-height: 530px !important;
}
.banner-section-item-content h2 {
    font-size: 40px;
    line-height: 40px;
}
.cat-link {
    padding: 20px 20px;
}
.cat-link a {
    min-width: auto;
    padding: 13px 13px;
    font-size: 15px;
    width: 100%;
}
.insta-section {
    padding: 40px 0px 0px;
}
.product-type-grid {
    grid-template-columns: repeat(3,1fr);
}
.event-discount-content h2 {
    font-size: 32px;
}
.event-discount-content p {
    font-size: 30px;
}
.trending-product-section-heading {
    padding: 40px 0px;
}
.trending-product-section-heading h2 {
    font-size: 45px;
    margin-bottom: 10px;
}
.trending-product-section-heading p {
    font-size: 16px;
}
.overlay-title {
    padding-left: 20px;
}
.overlay-title h2 {
    font-size: 30px;
    line-height: 35px;
}
.overlay-btn {
    padding-left: 20px;
    bottom: 20px;
}
.overlay-btn span {
    font-size: 13px;
}
.overlay-title img {
    margin-top: 10px;
}
.overlay-title p {
    font-size: 16px;
}
}

@media(max-width:1024px){
	.site-logo {
		max-width: 200px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 4px;
	}
	.header-actions {
		gap: 9px;
	}
	body .mobile-menu-toggle {
		display: flex;
	}
	
	.header-container {
		flex-wrap: initial !important;
		gap: 10px;
	}
	.site-branding {
		order: 2;
	}
	.site-logo {
		max-width: 190px !important;
	}
	.header-actions {
		order: 3;
		margin-left: initial !important;
		padding-right: 5px;
	}
	.mobile-menu-toggle {
		order: 1;
		padding-left: 0px;
	}
	.search-icon, .user-icon, .cart-icon {
		width: 17px;
		height: 17px;
	}
	.mobile-menu-toggle.active span:nth-child(1) {
		transform: rotate(-45deg) translate(-7px, 6px) !important;
	}
	.mobile-menu-toggle.active span:nth-child(3) {
		transform: rotate(45deg) translate(-6px, -6px) !important;
	}
	.main-navigation.active .mega-menu-toggle {
		display: none !important;
	}
	.main-navigation.active #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		left: 0 !important;
		z-index: 99;
		opacity: 1;
		visibility: visible;
		top: 135px;
		width: 100%;
		padding: 20px 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #fff !important;
		background: transparent !important;
		font-size: 16px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
		color: #ffa200 !important;
	}
	.site-header {
		transform: none !important;
	}
	.main-navigation {
		display: none;
		position: fixed;
        top: 0;
        right: 0;
        left: inherit !important;
        width: calc(100% - 60px);
        max-width: 300px;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 99999;
        bottom: 0;
        height: 100svh;
        overflow-y: visible;
	}
	.main-navigation .mega-menu-wrap {
		height: 100% !important;
	}
	.main-navigation .mega-menu-wrap > ul {
		height: 100% !important;
		overflow-y: auto !important;
	}
	.mobile-menu-toggle.active+.main-navigation {
		display: block;
	}
	.main-navigation.active {
		display: block;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row ul.mega-sub-menu {
		flex-wrap: wrap;
	}

	.mega-max-column-first-3 > ul.mega-sub-menu > li.widget_custom_html h2.featured-products-heading {
		color: #ffffff;
	}

	ul.mega-sub-menu > li.widget_custom_html h3.product-title {
		color: #ffffff;
	}

	ul.mega-sub-menu > li.widget_custom_html .product-price {
		color: #ffffff;
	}

	ul.mega-sub-menu > li.widget_custom_html span.woocommerce-Price-amount.amount {
		color: #ffffff !important;
	}

	.mega-max-column-first-3>ul.mega-sub-menu>li a img {
		margin-top: 0px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row ul.mega-sub-menu li:first-child > ul > li {
		padding-top: 0 !important;
	}
	.mega-custom_class_menu.mega-toggle-on a.mega-menu-link~.mega_menu_layer {
    display: none;
}
	.mega-custom_class_menu>a~ul.mega-sub-menu {
    padding-bottom: 15px !important;
}
	.site-header.scrolled {
		backdrop-filter: none;
	}
	
	.site-header {
		position: relative;
	}
	span.mega-indicator {
		position: absolute !important;
		width: 40px !important;
		height: 40px !important;
		right: 0;
		top: 0;
		float: none !important;
		display: inline-flex !important;
		justify-content: center;
		align-items: center;
	}
	span.mega-indicator::after {
		line-height: 1;
	}

	a.mega-menu-link {
		position: relative;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row ul.mega-sub-menu {
		width: 100%;
		height: auto;
		clip: unset;
		max-height: none;
		float: left;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row ul.mega-sub-menu li {
		width: 100%;
	}
	.mega-block-title {
		color: #ffffff !important;
	}

	ul.mega-sub-menu li ul li a {
		color: #ffffff !important;
	}

	.trp-language-item {
		padding: 7px 7px !important;
	}
	.banner-section-item {
		min-height: 380px !important;
	}
	.banner-section-item-content h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.banner-section-item-content h2 {
		font-size: 32px;
		line-height: 32px;
	}
	.banner-section-item-content p {
		font-size: 15px;
		line-height: 28px;
	}
	.banner-item-btn {
		margin-top: 20px;
	}
	.slick-arrow {
		bottom: 10px !important;
	}
	.grid-section {
		padding: 20px 0px 0px;
	}
	.image-box {
		padding: 20px 15px;
		min-height: 290px;
	}
	.image-box h3 {
		font-size: 24px;
		line-height: 36px;
	}
	.image-box h3 strong {
		font-size: 33px;
	}
	.image-box h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.image-box h4 span strong {
		font-size: 28px;
		line-height: 33px;
	}
	.image-box h4 span {
		font-size: 13px;
		line-height: 16px;
	}
	.top-head {
		margin-bottom: 30px;
	}
	.top-head p {
		font-size: 15px;
		line-height: 26px;
	}
	.shop-by-cat-section {
		padding: 40px 0px 110px;
	}
	.text-with-slider-section {
		padding: 40px 0px;
	}
	.text-with-slider-inner {;
		gap: 30px;
		flex-direction: column;
	}
	.text-with-slider-left {
		width: 100%;
	}
	.text-with-slider-left .top-head {
		text-align: center;
	}
	.text-with-slider-section .section-container {
		padding-right: 20px;
	}
	.arrow-box {
		display: none;
	}
	.text-with-slider-right {
		width: 100%;
	}
	.feature-section {
		padding: 40px 0px;
	}
	.insta-section {
		padding: 40px 0px 0px;
	}
	.shipping-grid-item {
		gap: 15px;
	}
	.shipping-grid-item svg {
		width: 25px;
		min-width: 25px;
		height: 25px;
	}
	.shipping-grid-item h5 {
		font-size: 15px;
		line-height: normal;
	}
	.shipping-grid-item p {
		font-size: 11px;
	}
	.footer-content {
		display: grid !important;
		gap: 20px !important;
	}
	.footer-section,.footer-section:first-child,.footer-section:last-child{
		width: 100%;
	}
	.social-links {
		margin-top: 14px;
	}
	.feature-grid-content h5 {
		font-size: 16px;
		line-height: 16px;
	}
	.trend-badge {
		min-width: 90px;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-main {
		width: 60%;
		padding-right: 15px;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar {
		width: 40%;
		padding-left: 15px;
	}

}

/* @media(min-width: 769px) and (max-width: 1024px) {
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 10px !important;
	}
} */

@media(max-width:768px){
.grid-three-column {
    grid-template-columns: repeat(1,1fr);
}
.banner-section-item {
    min-height: 600px !important;
}
.banner-section-item-content {
    text-align: center;
}
.banner-section-item-content h2 {
    font-size: 32px;
    line-height: 44px;
}
.banner-section-item-content h3 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.banner-section-item-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.slick-arrow img {
    width: 30px !important;
}
button.slick-prev {
    left: -50px !important;
}
button.slick-next {
    right: -50px !important;
}
.top-head {
    margin-bottom: 25px;
    text-align: left;
}
.top-head h2 {
    font-size: 32px;
    line-height: 27px;
}
.top-head p {
    font-size: 14px;
    line-height: 25px;
}
.top-head p br{
    display: none;
}
.text-with-slider-left .top-head {
    text-align: left;
}
.text-with-slider-left .top-head h2 {
    line-height: 50px;
}
.shop-by-cat-section {
    padding: 40px 0px 80px;
}
.section-container {
    padding: 0 15px;
}
.text-with-slider-section .section-container {
    padding-right: 15px;
}
.text-with-slider-section {
    padding: 40px 0px 40px;
}
.shop-by-cat-slider .slick-arrow,
.text-with-slider-section .slick-arrow{
    bottom: -70px !important;
}
.text-with-slider-section .feature-grid-content h5 {
    min-height: auto;
}
.text-with-slider-section .slick-arrow {
    margin: 0 auto !important;
    opacity: 1;
    visibility: visible;
}
.feature-grid {
    grid-template-columns: repeat(1,1fr);
}
.feature-grid-item {
    margin: 0px 0px;
}
.feature-grid-img {
    height: 400px;
}
.shipping-grid-inner {
    flex-direction: column;
    gap: 20px;
}
.shipping-grid-item svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
}
.shipping-grid-item h5 {
    font-size: 16px;
}
.shipping-grid-item p {
    font-size: 13px;
}
.shipping-grid-section {
    padding: 20px 0px;
}
.footer-section {
    text-align: left;
}
.social-links {
    margin-bottom: 0px !important;
}
.footer-section h3 {
    margin-bottom: 10px;
}
.footer-content {
    gap: 30px !important;
}
.footer-section form p {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
}
.section-container, .header-container, .footer-content {
    padding: 0px 15px !important;
}

.shop-page-banner {
    min-height: 70vh;
}
.shop-page-banner-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.shop-page-banner-content p {
    font-size: 16px;
}
.product-type-section {
    padding: 40px 0px 50px;
}
.product-type-grid {
    grid-template-columns: repeat(2,1fr);
}
.product-type-item a img {
    height: 200px;
}
.event-discount-content h2 {
    font-size: 24px;
}
.event-discount-content p {
    font-size: 20px;
}
.event-discount-content a {
    font-size: 15px;
    margin-top: 10px;
}
.trending-product-section-heading h2 {
    font-size: 30px;
}
.trending-product-section-heading p {
    font-size: 14px;
}
.trending-grid-column {
    flex-direction: column;
}
.overlay-btn {
    bottom: 50px;
}
.overlay-title img {
    margin-top: 30px;
    max-width: 200px;
}
.curated-products {
    grid-template-columns: repeat(2, 1fr);
}
.gram-carousel-track {
    flex-direction: column;
}
.info-section {
    padding: 40px 0px;
}
.info-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
.info-item {
    max-width: 100%;
    margin-bottom: 10px;
}
.two-column-trending img {
    height: auto;
    max-height: 550px;
}
.three-column-trending img {
    height: auto;
}
.curated-products.slick-initialized.slick-slide{
    padding-bottom: 60px;
}
.curated-products.slick-initialized.slick-slider button.slick-arrow {
    bottom: -15px !important;
}
.carousel-item {
    min-height: 340px !important;
    height: 340px !important;
}
.curated-products.slick-initialized.slick-slider {
    padding-bottom: 70px;
}
.mega-custom_class_menu>a~ul.mega-sub-menu {
    max-width: 1400px !important;
    padding: 0px 15px 30px!important;
}
.mega-max-column-first>ul.mega-sub-menu {
    display: flex !important;
    flex-wrap: initial !important;
    flex-direction: column-reverse;
}
.mega-max-column-first>ul.mega-sub-menu li,
.mega-max-column-first-2>ul.mega-sub-menu li {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.mega-block-title {
    color: #fff !important;
    font-size: 13px !important;
}
ul.mega-sub-menu li ul li a {
    color: #fff;
    font-size: 14px !important;
}
.mega-max-column-first-3>ul.mega-sub-menu {
    flex-direction: column;
}
.mega-max-column-first-3>ul.mega-sub-menu>li:first-child ,
.mega-max-column-first-3>ul.mega-sub-menu>li{
    width: 100% !important;
}
.mega-max-column-first-3>ul.mega-sub-menu>li a img {
    margin-top: 0;
}
	.sale-col-box {
		flex: 1 1 100%;
	}
	.sale-box-content {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}
	.sale-text {
		max-width: 100%;
	}
	
	.contact-details {
        display: block;
    }

    .contact-left, .contact-right {
        width: 100%;
    }

    .reverse {
        flex-direction: column;
    }
	.custom-blog-listing-colwrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-pagination {
		padding: 0px;
	}
	.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.previous {
		display: none;
	}

	.blog-pagination .page-numbers.next {
		display: none;
	}

	.blog-pagination .page-numbers {
		width: 28px;
		height: 28px;
		font-size: 13px;
		margin: 0 3px;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-main {
		width: 100%;
		padding-right: 0px;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar {
		width: 100%;
		padding-left: 0px;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
		margin-top: 40px;
	}

	.woocommerce-checkout .wc-block-components-sidebar-layout {
		margin-bottom: 0;
	}
	.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
		margin-bottom: 15px;
	}
	.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms {
		margin-bottom: 30px;
		border-top: none;
        padding-top: 15px;
	}
	.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
		margin-bottom: 35px;
	}
	.login-colwrap {
		flex-direction: column;
        gap: 20px;
	}

	.login-colwrap > div {
		width: 100%;
	}

	.login-colwrap .login-box-content {
		max-width: 450px;
		margin: 0 auto;
	}
	.text-with-slider-section .cta-after-feature.desktop-button {
		display: none;
	}
	.text-with-slider-section .cta-after-feature.mobile-button {
		display: block;
		margin-top: 50px;
		padding-bottom: 0;
	}
.curated-products.product-listing {
    grid-template-columns: repeat(2, 1fr);
}
.cat-description-section {
    padding-bottom: 40px;
}
section.cat-page-title {
    padding: 20px 20px 10px;
}
.product-type-section.cat-prd-type-section {
    padding-top: 10px;
    padding-bottom: 30px;
}
.curated.cat-best-sellers {
    padding-top: 20px;
}
.single-product #main {
    padding-top: 30px;
}
.single-product .product.first {
    padding: 0 15px;
    flex-direction: column;
}
.single-product .woocommerce-product-gallery {
    width: 100%;
}
.single-product .summary {
    width: 100%;
    padding-left: 0;
}
.single-product .product.first .product_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.single-product .summary .price {
    font-size: 20px;
    margin-bottom: 15px;
}
.variations tr:not(:first-child) th.label {
    margin-top: 10px;
}
.about-section .about-block {
    margin-bottom: 40px;
    flex-direction: column;
}
section.about-section {
    padding: 20px 0;
}
.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-page-banner {
    min-height: 280px;
}
.contact-section .contact-details {
    margin-bottom: 40px;
    flex-direction: column;
}
.contact-left h2:not(:first-child) {
    margin-top: 10px;
}
	.about-text, .about-image {
		width: 100%;
	}
	.sale-col-box.sale-col-box-2 .sale-links {
		gap: 20px;
	}
	.sale-col-box.sale-col-box-2 h2 {
		font-size: 50px;
	}
	.sale-box-content .sale-img {
		width: 65%;
	}
	.curated h2 {
		padding: 0;
		margin-bottom: 20px;
	}
	.cat-filter-sorting {
		order: 2;
		font-size: 0;
		width: calc(50% - 5px);
	}

	.product-result-count {
		order: 3;
		width: 100%;
	}

	.cat-filter-options {
		order: 1;
		width: calc(50% - 5px);
	}

	.filter-btn.filter-toggle.filter-sort-btn {font-size: 0;padding-right: 0; width:100%;}

	span.sort-opt {
		font-size: 13px;
		margin: 0;
		width:100%;
	}

	.sort-opt::after {
		right: 12px;
	}

	.cat-filter-row {
		gap: 10px 10px;
	}
	.add-wishlist a svg {
		width: 24px;
		height: 24px;
	}
	.single-product .woocommerce-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-results main#main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wishlist-item {
        grid-template-columns: 80px 1fr;
        gap: 15px;
    }

    .wishlist-item-actions {
        grid-column: 1 / -1;
        text-align: center;
    }

    .wishlist-item-actions .button {
        width: 100%;
    }
	.wishlist-item-image {
		width: 80px;
		height: 80px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		padding: 0;
		width: 100%;
		flex: 0 0 auto;
		margin-top: 25px;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
		padding: 15px;
		background: #f7f7f7;
		border-radius: 10px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row.form-row-last {
		width: 100%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row.form-row-last {
		width: 100%;
	}
}

@media(max-width: 739px) {
	.woocommerce-checkout .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block {
		display: none;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		border: none;
		margin: 0;
	}
	.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
		border: none;
	}
	.woocommerce-checkout .wc-block-components-checkout-order-summary__title-icon {
		font-size: 0;
	}
	.woocommerce-checkout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms {
		font-size: 14px;
	}
	.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
		margin-top: 0;
	}
	.woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
		visibility: hidden;
	}

	.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
		padding-top: 0 !important;
	}

	.woocommerce-checkout .wc-block-checkout__actions {
		padding-top: 0;
	}
}

@media(max-width:500px){
.site-branding {
    display: none;
}
.site-branding-mobile {
    display: block;
    order: 2;
}
.site-branding-mobile  a.site-logo {
    display: block;
}
.site-branding-mobile img.mobile-site-logo {
    width: 55px;
}
	
	.cat-filter-row {
    flex-direction: inherit;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
	    .active-filters-list {
        flex-direction: inherit;
        align-items: center;
    }

}

