@font-face {
  font-family: 'Rubik-Regular';
  src: url(fonts/Rubik-Regular.woff);
}

form#commentform {
    margin-bottom: 50px;
}
body {font-family: 'Rubik-Regular'; color : #000; }

.title-slider { font-family: 'Rubik-Regular'; }
#rev-slider2 h3 {  font-family: 'Rubik-Regular'; }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* Slider height */
	.swiper {
		width: 100%;
		height: 100vh;
	}

	/* Each slide */
	.swiper-slide {
		position: relative;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Different positions */
	.pos-left {
		left: -6%;
		top: 36px;
	}

	.pos-center {
		left: 4%;
		top: 72%;
		transform: translate(-50%, -50%);
	}

	.pos-right {
		right: 10%;
		bottom: 30%;
	}

	/* Banner text wrapper */
	.banner-text {
		position: relative;
		z-index: 2;
		height: 100%;
		/* full height to align vertically */
		display: flex;
		align-items: center;
		/* vertical center */
	}

	/* Heading + subtext */
	.banner-heading {
		font-size: 66px;
		font-weight: 700;
		color: #0f4229;
		line-height: 1.2;
		padding: 0;
	}

	h1.banner-heading.head {
		font-family: 'Rubik';
		font-size: 80px;
		color: #348e38;
		width: 40%;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 1;
		letter-spacing: 4px;
		padding: 0 0 50px 0;
	}

	h1.banner-heading.head span {
		color: #8c887d;
	}

	.banner-subtext {
		font-size: 24px;
		color: #000;
		margin: 15px 0 25px;
	}

	/* Button style (adjust if you already have Bootstrap button styles) */
	.btn-pronia-primary {
		background: #348e38;
		color: #fff;
		font-weight: 600;
		padding: 2px 28px;
		border-radius: 50px;
		transition: 0.3s ease-in-out;
		text-decoration: none;
		width: 200px;
		height: 60px;
		line-height: 60px;
		border: none;
	}

	.btn-pronia-primary:hover {
      background: #43a047;
      transform: scale(1.05); /* slight zoom */
      box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }

	/* Image responsiveness */
	.banner-image img {
		width: 400px !important;
		height: auto;
	}

	.swiper-pagination {
		display: none !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		color: #0e3f27 !important;
	}

ul.product-categories {
    overflow-y: scroll;
    height: 500px;
}

h3.widget-title {
    font-size: 20px;
    line-height: 18px;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

.widget h3 {
    padding: 15px 0 30px 0;
}

ul.product-categories li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

li.cat-item a {
    color: #707070;
}

.widget span.count {
    border-radius: 5px;
    padding: 0 13px;
    border: 1px solid #dee2e6 !important;
    color: #000000;
    float: right !important;
}

ul.widgets-nav-social a {
    color: #fff;
}

ul.footer-widget {
    text-align: left;
    position: relative;
    left: -10px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    color: #000;
}

body:not(.home) .flat-header-box {
    position: relative;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* Add space from top header */
.woocommerce-banner {
    color: #000;
    padding: 50px;
}

.woocommerce-banner h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.woocommerce-banner p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

/* WooCommerce container spacing */
.woocommerce .container {
    max-width: 1200px;
}

.woocommerce .row {
    margin: 0 -15px;
}

.woocommerce .col-md-12 {
    padding: 0 15px;
}


/* ==== Single Product Page ==== */
.content-inner {
    padding: 40px 0;
    background: #fff;
}

.product-image {
    padding-right: 20px;
}

.product-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Product Title */
.product-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #222;
    letter-spacing: 1px;
}

/* Price Styling */
.product-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b9e44;
    margin-bottom: 20px;
}

/* Short Description */
.product-short-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Add to Cart Button */
.product-cart-btn .single_add_to_cart_button {
    background: #3b9e44;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.product-cart-btn .single_add_to_cart_button:hover {
    background: #2e7c35;
}

/* Categories */
.product-meta {
    font-size: 0.95rem;
    margin-top: 15px;
    color: #666;
}

.product-meta a {
    color: #3b9e44;
    text-decoration: none;
}

.product-meta a:hover {
    text-decoration: underline;
}

/* Tabs Section */
.woocommerce-tabs {
    margin-top: 40px;
}

.woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #eee;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 15px;
}

.woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.woocommerce-tabs ul.tabs li.active a {
    border-color: #3b9e44;
    color: #3b9e44;
}

.woocommerce-Tabs-panel {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    color: #000;
    border: 1px solid #f3f3f3;
}

.woocommerce-Tabs-panel h2 {
    padding: 10px 0;
}

.product .featureCol img {
    width: 240px !important;
    height: auto !important;
    object-fit: cover;
}

.product .woocommerce-LoopProduct-link .woocommerce-Price-amount {
    display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #348e38;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #34ac39;
}

.woocommerce-cart,
.woocommerce-checkout {
    color: #000;
}

.wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 0;
    border: 1px solid #b1b1b1;
    padding: 10px;
    border-radius: 10px;
}

.wc-block-cart__submit {
    border: 1px solid #348e38;
    background: #348e38;
    color: #fff;
    border-radius: 10px;
}

.wc-block-cart__submit a {
    color: #fff;
}

.woocommerce-cart h2 {
    padding: 20px;
    font-size: 50px;
    text-align: center;
}

.single-page {
    padding: 50px 0;
}

.woocommerce-account h2 {
    font-size: 30px !important;
    font-weight: 400;
    text-align: left !important;
}

.single-page h2 {
    font-size: 50px;
    text-align: center;
    padding: 20px 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
}

.wc-block-components-checkout-place-order-button__text {
    color: #fff;
}

/* Wrap both qty & button in same row */
form.cart {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: baseline;
}

button.single_add_to_cart_button.button.alt {
    background: #348e38 !important;
    padding: 14px;
}

p.stock.in-stock {
    color: #000;
}

ul.widgets-nav-social a {
    color: #0f4229;
}

ul.footer-widget a {
    color: #fff;
}

.product a.wc-forward {
    display: none;
}

a.fa-solid.fa-cart-shopping.add_to_cart_button.ajax_add_to_cart.added {
    color: #348e38;
}

a.button.yith-wcqv-button {
    display: none !important;
}

/* search page  */

/* Search Results Container */
#search-results {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

/* Page Title */
.search-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    color: #333;
}

.search-title span {
    color: #0073aa;
}

span.woocommerce-Price-amount.amount {
    color: #000;
}

/* Each Search Result */
.single-result {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.result-title {
    margin: 0 0 8px 0;
    font-size: 1.3rem;
}

.result-title a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s;
}

.result-title a:hover {
    color: #005177;
}

/* Excerpt */
.result-excerpt {
    color: #555;
    font-size: 0.95rem;
}

/* No Results Message */
.no-results {
    font-size: 1.6rem;
    color: #cc0000;
}

.no-results-text {
    color: #555;
}

.logo-header img {
    width: 80%;
    position: relative;
    top: 12px;
}

.ekit-wid-con .ekit-video-popup-btn{ background-color: #348e38 !important; }


ul.products.columns-3 .featureCol.px-3.mb-6 {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
}

ul.products.columns-3 li {
    margin: 0 10px !important;
    width: 30.33% !important;
}

.woocommerce ul.products li.product a img {
    text-align: center !important;
    margin: 0 auto;
}


ul.products.columns-3 .featureCol .postHoverLinskList li {
    width: 30px !important;
    margin: 0 3px !important;
}


.woocommerce .woocommerce-result-count {
    color: #000;
}

nav.woocommerce-pagination {
    text-align: right !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #348e38;
    color: #fff;
    padding: 12px 20px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px 20px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
    font-size: 18px;
}

.wc-block-cart .wc-block-cart__totals-title {
    font-size: 18px;
}

ul#menu-quick-links li {

    color: #fff;
}


ul#menu-footer-menu li {

    color: #fff;
}
.wc-block-cart .wc-block-cart__totals-title {
    font-size: 18px;
}

.wc-block-components-title.wc-block-components-title {
    text-align: left;
}

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

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

.woocommerce-account .woocommerce {
    border: 1px solid #b3b3b3;
    padding: 20px;
    border-radius: 10px;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.woocommerce-info {
    border-top-color: #348e38;
}

.woocommerce-info::before {
    color: #348e38;
}

.woocommerce-message {
    background: transparent;
    border: 1px solid #00a32a;
    padding: 12px 50px;
    margin: 20px 0;
    color: #008a23;
    border-radius: 5px;
}
.woocommerce-error {
    background: #ffe6e6;
    border: 1px solid #cc0000;
    padding: 12px 15px;
    margin-bottom: 20px;
    color: #cc0000;
    border-radius: 5px;
}
.woocommerce-info {
    background: #e6f4ff;
    border: 1px solid #006bb3;
    padding: 12px 15px;
    margin-bottom: 20px;
    color: #005999;
    border-radius: 5px;
}
.woocommerce-product-gallery__image {
    position: relative;
}
a.woocommerce-product-gallery__trigger img {
    position: absolute;
    top: 20px !important;
    left: 30px;
    z-index: 999;
}

.cart-btn {
    position: relative;
    display: inline-block;
}
.cart-count {
    position: absolute;
    top: 36px;
    right: -6px;
    background: #348e38;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 14px;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover .woocommerce-Price-amount {
    color: #000;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout .woocommerce-Price-amount {
    color: #fff;
}

section.mainsearch {
    padding: 60px 0;
}

section.mainsearch h1 {
    font-size: 40px;
}
.single-result h2 {
    padding: 10px 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.elementor-posts a.elementor-post__read-more {
    background: #348e38;
    padding: 10px 20px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
}

.singleposts {
    padding: 60px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.singleposts .post-image img {
    width: 50%;
    height: auto;
    border-radius: 8px;
    margin: 20px auto;
}

.singleposts .post-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
}

.singleposts .post-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}




/* Responsive */
@media (max-width: 600px) {
    #search-results {
        padding: 15px;
    }

    .search-title {
        font-size: 1.4rem;
    }
}

aside#woocommerce_product_categories-3 {
        display: none;
    }

/* Responsive */
@media (max-width: 767px) {
    .product-image {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .featureCol.px-3.mb-6 {
        width: 100%;
    }
    .banner-img.main img {
        height: 400px;
    }
    .banner-style-2 .banner-content.text-position-center{
    	top: 90px;
        left: none;
    }
    .btn-pronia-primary {
        background: #348e38;
        color: #fff;
        font-weight: 600;
        padding: 2px 28px;
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        text-decoration: none;
        width: initial;
        height: initial;
        line-height: 40px;
        border: none;
    }
    .btn-custom-size {
        padding: 0;
        width: 160px;
        height: 47px;
        line-height: 47px;
        font-size: 14px;
        text-transform: uppercase;
        overflow: hidden;
        border-radius: 23.5px;
        color: #ffffff;
    }
    .banner-style-2 .banner-content.text-position-center .title {
        margin-bottom: 14px;
        font-size: 34px;
    }
    .banner-content .title {
        color: #ffffff;
        font-size: 22px;
    }
    .banner-style-2 .banner-content.text-position-left {
        text-align: center;
    }
    .g-y-30 {
        --bs-gutter-y: 20px;
        margin: 10px 0px;
    }
    .banner-style-2 .banner-content.text-position-left .title {
        margin-bottom: 0;
    }
    .headingIV {
        font-size: 28px;
    }
    .mainHeader .headerBorder .img-bdr {
        height: 22px;
        width: 200px !important;
    }
    ul.footer-widget {
        left: 0px;
    }
    ul#menu-quick-links {
        margin-top: 10px !important;
    }
    ul#menu-footer-menu {
        margin-top: 10px !important;
    }
    .widgets-subcribes .widgets-input-subcribes {
        position: relative;
        width: 50%;
        padding-top: 10px;
    }
    .features-box, .flat-services .our-services-box, .flat-work-process .features-box, .flat-team .team-box, .flat-work-process .content-features, .flat-contact .contact-left, .widgets-menu-1, .widgets-menu-2, .widgets-subcribes, .flat-why-choose-us .WCU-image, .flat-case-details .author-post {
        margin-bottom: 10px;
    }
        .flat-testimonials-home2 .testimonials-author-box, .flat-about .about-desc-box, footer .widgets-about .widgets-nav-social {
        margin: 10px 0;
    }
    .top-footer {
        display: block !important;
        visibility: visible !important;
        text-align: center !important;
    }
    .footer .top-footer-left {
        width: 50%;
    }
    .footer .logo-footer {
        padding: 10px;
        margin-left: 0%;
        margin-right: 0;
        margin-top: 0px;
    }
    .footer {
        margin-top: 50px;
    }
    .top-header1{
    	display: none;
    }
    .logo-header img {
        width: 36%;
        position: relative;
        top: 0px;
    }
    .flat-header-box{
    	position: relative;
    }
    ul.products.columns-3 li {
        margin: 0px !important;
        width: 100% !important;
    }
    h1.woocommerce-category-title {
        font-size: 28px !important;
        line-height: 0 !important;
        margin: 40px 0;
    }
    .single-page {
        padding: 0px;
    }
    .select2-container .select2-selection--single{
    	height: 50px !important;
    }
    aside#woocommerce_product_categories-2 {
        display: none;
    }
    aside#woocommerce_product_categories-3 {
        display: block;
    }
    ul.products.columns-3 .featureCol.px-3.mb-6 {
        width: 100% !important;
        padding: 0px 20px !important;
        text-align: center !important;
    }
    .woocommerce .woocommerce-result-count {
        margin: 0 0 1em;
        margin-left: 20px;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: unset;
        width: 50%;
        margin-left: 20px;
    }
        .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
        display: inline-block;
        width: 36px;
        float: left;
        text-align: center;
    }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        padding: 12px 0px !important;
    }
    .woocommerce nav.woocommerce-pagination ul{
    	margin: 0px 12px;
    }
    header.col-12.mainHeader.mb-7.text-center {
        margin-bottom: 20px !important;
    }
    #header .header-wrap-home1 {
        height: 100px;;
    }
    
    .banner-heading {
        font-size: 30px;
        text-align: center;
    }
    .banner-subtext {
        font-size: 16px;
        color: #000;
        margin: 15px 25px;
        text-align: center;
    }
    .banner-button {
        text-align: center;
    }
    h1.banner-heading.head {
        font-size: 30px;
        color: #fff;
        width: 100%;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 4px;
        padding: 0 0 50px 0;
        text-align: center;
    }
    .banner-image img {
        display: none;
    }
    .pos-left{
    	left: 0;
    }
    .swiper{
    	height: 300px !important;
    }
    .pos-center {
        left: 20%;
        top: 78%;
        transform: translate(-50%, -50%);
        right: 0%;
    }
}