.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart svg path,
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button svg path,
.pxl-add-to-cart svg path{
    stroke: #e77320;
}
.pxl-slide--home2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow{
    color: #e77320;
}

.pxl-section-overlay-color {
    display: none;
}

.pxl-grid-filter.style-1 .filter-item {
    color: #e77320;
    border: 2px solid #e77320;
}

.pxl-grid-filter.style-1 .filter-item:before, .pxl-grid-filter.style-1 .filter-item:after {
    background-color: #e77320;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,
.single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a{
    padding: 0;
}

.woocommerce-wishlist,
p.woocommerce-shipping-destination,
form.woocommerce-shipping-calculator {
    display: none;
}

.pxl-product-carousel .pxl-product-inner {
    padding-bottom: 0px;
}
.woocommerce .woocommerce-product-inner{
	background-color: #fff!important;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	    max-width: 100%;
}

h2.wc-bacs-bank-details-heading {
    font-size: 36px;
}

h3.wc-bacs-bank-details-account-name {
    font-size: 28px;
    margin-top: 20px;
}
.black-icon svg path {
    stroke: #fff;
}

.pxl-info--product.inf-style-2 {
    display: none;
}

section#wedeal-header {
    position: fixed;
}

.header-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.header-marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

	

.pxl-product-carousel .pxl-product-title {
    margin-bottom: 0;
}

.pxl-product-carousel  .pxl-add-to-cart {
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
}

.woocommerce-product-content .woocommerce-add-to-cart .button.product_type_simple {
    background-color: #00853A !important;
    color: #fff !important;
    border-color: #00853A !important;
}

woocommerce-product-content .woocommerce-add-to-cart .button.product_type_simple svg path {
    stroke: #fff !important;
}
a.shopengine-quickview-trigger.se-btn,
a.shopengine_add_to_list_action.shopengine-wishlist{
    visibility: hidden;
}

.category-box h3 {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter';
}

.category-box {
    position: relative;
}

.category-box a {
    display: block;
    height: 100%;
}

 .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }
        .category-box {
            text-align: center;
            background: #f9f9f9;
            border-radius: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .category-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .category-box img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .category-box h3 {
            margin-top: 12px;
            font-size: 1.1rem;
        }

        .category-accordion {
           background-color: #e77320;
    padding: 20px;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    max-width: 300px;
    position: absolute;
    margin-top: 30px;
			    border: 2px solid #fff;
    border-top-color: #e77320;
        }

        .category-accordion h2 {
                font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
    font-family: "inter";
    color: #fff;
        }

        .cat-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .cat-toggle {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 5px;
            font-size: 16px;
            transition: background 0.3s;
        }

        .cat-toggle:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sub-cat {
            display: none;
            padding-left: 15px;
        }

        .sub-cat a {
            display: block;
            padding: 8px 5px;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
        }

        .sub-cat a:hover {
            text-decoration: underline;
        }

        .cat-arrow {
            transition: transform 0.3s ease;
        }

        .cat-toggle.open .cat-arrow {
            transform: rotate(90deg);
        }
.category-burger {
    color: #fff;
    display: flex;
    gap: 10px;
	cursor: pointer;
}

.category-burger svg path {
    stroke: #fff;
}

.pxl-product-carousel .product-category a {
    display: none;
}

.pxl-counter .pxl-number--counter {
    border: 2px solid #00853a;
    background-color: #00853a;
}

.metaslider .flexslider .slides img {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
i.shopengine-icon-product_compare_1 {
    display: none;
}

div#pxl-main {
		padding-top: 40px !important;
}
ul#menu-menu-main-2 {
    display: none;
}


@media screen and (min-width: 1200px) {
	div#pxl-page-title-elementor {
		margin-top: 130px;
	}

	div#pxl-main {
		padding-top: 120px !important;
	}
}


@media screen and (max-width: 640px) {
	
	.home .pxl-grid-item .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title a {
        font-size: 12px;
        line-height: 16px;
        display: block;
    }
	
	.category-box h3 {
    margin-top: 12px;
    font-size: 16px;
    padding: 0 10px;
    bottom: 10px;
}
	.home .pxl-product-grid.pxl-product-grid-layout1 .woocommerce-product-inner {
    padding: 10px !important;
}
	a.shopengine-quickview-trigger.se-btn, a.shopengine_add_to_list_action.shopengine-wishlist {
    display: none;
}
	.category-grid {
			grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
			gap: 15px;
			margin-bottom: 30px;
		}
	
	.metaslider.ms-theme-bitono .flexslider .flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	.metaslider.ms-theme-bitono .flexslider .flex-control-nav {
    bottom: 10px!important;
	}
	section#wedeal-header {
	 padding-top: 20px!important;
	}
		header#pxl-header-elementor {
    position: fixed;
    z-index: 1001;
}
	div#pxl-nav-mobile {
    margin-top: -25px;
	}
	div#pxl-main {
		padding-top: 112px!important;
}
	.category-accordion {

    left: -2px;
    top: 118px;
	}
	#pxl-header-mobile .pxl-header-branding > a {
    display: none;
	}
	.pxl-grid-filter.style-1 .filter-item {
    padding: 0 7px;
        line-height: 30px;
        font-size: 12px;
		        font-weight: 500;
	}
	.pxl-user-anchor .pxl-title--profile,
	#pxl-header-mobile .pxl-header-mobile-default{
    display: none;
	}
}

@media screen and (max-width: 1200px) {
    #pxl-header-elementor .pxl-header-elementor-main,
#pxl-header-elementor .pxl-header-elementor-sticky {
         display: block; 
    }
	
	
	section#wedeal-header {
	 padding-top: 50px;
    height: 150px;
	}
	.pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-divider .pxl-icon-line:after{
		background:#fff;
	}
	.pxl-nav-menu.pxl-nav-menu1.pxl-mega-full-width.pxl-nav-horizontal.fr-style-ha.show-effect-dropdown.sub-style-default {
    display: none;
	}
	
	.pxl-header-mobile-default .pxl-header-branding {
    visibility: hidden;
	}
	
}














