body{ overflow-x: hidden; }
.categori-search-wrap .categori-style-1{ min-width: 210px; }
.widget.widget_block form .wp-block-search__label{ font-size: 18px; font-weight: 600; margin-bottom: 1.5rem; line-height: 1; color: #000; font-family: "Poppins", sans-serif; }

.wp-block-heading{ font-size: 18px; font-weight: 600; margin-bottom: .5rem; line-height: 1; color: #000; font-family: "Poppins", sans-serif; }
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{ border: none; }
.woocommerce nav.woocommerce-pagination ul li{ margin: 0px 4px; }
.woocommerce nav.woocommerce-pagination ul li span.current{ background-color: rgb(255, 47, 47); color: rgb(255, 255, 255); box-shadow: none; }
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a{ display: flex; width: 35px; height: 35px; border: 1px solid #f9f4f4; text-align: center; line-height: 35px; font-size: 16px; color: rgb(0, 0, 0); -webkit-box-shadow: none; box-shadow: none; border-radius: 100%; align-items: center; justify-content: center; }


.wp-block-woocommerce-product-categories {
  margin-top: 18px;
}
.wp-block-woocommerce-product-categories ul li {
  margin-bottom: 10px;
}
.wp-block-woocommerce-product-categories ul li:last-child {
  margin-bottom: 0;
}
.wp-block-woocommerce-product-categories ul li{
  color: #000000;
  display: block;
}
.wp-block-woocommerce-product-categories ul li a:hover {
  color: #82bf3c;
}

.quantity input::-webkit-outer-spin-button, 
.quantity input::-webkit-inner-spin-button { 
	display: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	margin: 0; 
} 
.quantity input.qty[type=number] { 
	appearance: textfield; 
	-webkit-appearance: none; 
	-moz-appearance: textfield; 

} 
.woocommerce .quantity .qty { 
	background: none; 
	margin-right: 0;
	padding: 5px;
} 

input.qty_button { 
	height: 100%;
	padding: 8px 9px;
	min-width: 56px;
	width: 3.631em;
	font-size: 14px;
	border: 1px solid #d3ced2;
	outline: none;
	font-family: inherit;
	resize: none;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
	line-height: 2;
} 
.woocommerce div.product form.cart div.quantity {
	margin-right: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{ font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background-color: #000000;
    padding: 18px 50px 17px; margin-top: 2rem; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled{ background-color: #212122; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover{ background-color: #000; }

/* Tabs nav */
.woocommerce-tabs ul.wc-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
.screen-reader-text{ display: none; }
.woocommerce-tabs ul.wc-tabs li {
    margin: 0;
}

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

.woocommerce-tabs ul.wc-tabs li.active a {
    color: #ff0000; /* red active */
    border-bottom: 2px solid #ff0000;
}

/* Tab content */
.woocommerce-tabs .woocommerce-Tabs-panel {
    display: none;
    padding: 0px 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel.active {
    display: block;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2{ font-size: 22px; }

.related.products h2{ font-size: 24px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin: 0;
    text-transform: uppercase; color: #000; margin-bottom: 45px; margin-top: 30px; text-align: center; }

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a.reset_variations{ padding: 5px 10px; background: transparent; color: red; font-size: 14px; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .pro-add-to-cart a.button{ border: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
  padding: 10px 28px 10px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
 .pro-add-to-cart a:hover{ background-color: #82bf3c; }

p.product.woocommerce.add_to_cart_inline{ border: none !important; display: flex; flex-direction: column; }
.pro-dec-big-img-slider{ border: 1px solid #efeaea; }
.product-dec-small-style1 .slick-slide{ border: 1px solid #efeaea !important; }
.product-dec-small-style1 .product-dec-small.slick-active.slick-current{ border: 1px solid #82bf3c !important; }
.wc-block-cart__submit-container a{ background-color: #000000;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.3px; }

    .wc-block-cart__submit-container a:hover{ background-color: #82bf3c; }
    .wc-block-components-totals-coupon__form button{ background-color: #000000;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .wc-block-components-totals-coupon__form button:hover{ background-color: #82bf3c; }
    .wc-block-components-checkout-place-order-button{ background-color: #82bf3c;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center; border: none; }

    .wc-block-components-checkout-place-order-button:hover{ background-color: #000000; }
.product-price-2 del .woocommerce-Price-amount bdi{ margin: 0 0 0 7px;
    font-size: 14px;
    color: #999999;
    text-decoration: line-through; font-family: "Heebo", sans-serif; }



















    /* Mini Cart Container */
.widget_shopping_cart {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px;
    max-width: 100%;
    border-radius: 8px;
}

/* Mini Cart Heading */
.widget_shopping_cart h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* Product List Items */
.widget_shopping_cart .woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* Product Image */
.widget_shopping_cart .woocommerce-mini-cart-item img {
    width: 50px;
    height: auto;
    margin-right: 15px;
    border-radius: 4px;
}

/* Product Name and Quantity */
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
}

.widget_shopping_cart .quantity {
    font-size: 13px;
    color: #999;
}

/* Remove Product Button */
.widget_shopping_cart .remove {
    margin-left: auto;
    color: #c00;
    font-size: 16px;
    text-decoration: none;
}

/* Cart Total Section */
.widget_shopping_cart .total {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin-top: 15px;
}

/* Cart Buttons */
.widget_shopping_cart .buttons {
    margin-top: 20px;
    text-align: center;
}

.widget_shopping_cart .buttons a {
    display: inline-block;
    background-color: #0071a1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    margin: 5px;
}

.widget_shopping_cart .buttons a:hover {
    background-color: #005880;
}

.woocommerce-mini-cart-item a.remove_from_cart_button{ color: red; margin-right: 1rem; }

.sidebar-cart-active .sidebar-cart-all .cart-content ul{ overflow: unset; }
.woocommerce-MyAccount-navigation ul li{ border: 1px solid #ccc;
    border-bottom: none;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase; }
    .woocommerce-MyAccount-navigation ul li:last-child{ border-bottom: 1px solid #ccc; }
    .woocommerce-MyAccount-navigation ul li.is-active{ background-color: #82bf3c;
    border-color: #82bf3c;
     }
     .woocommerce-MyAccount-navigation ul li a{ display: block; }
    .woocommerce-MyAccount-navigation ul li.is-active a{ color: #ffffff; }

    .woocommerce-MyAccount-navigation ul li:hover{ background-color: #82bf3c;
    border-color: #fff }
    .woocommerce-MyAccount-navigation ul li:hover a{ color: #ffffff; }

    .woocommerce-MyAccount-content{ border: 1px solid #eeeeee;
    padding: 20px; }
    .woocommerce-page .woocommerce-info .button{ border: none;
    background-color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    padding: 9px 25px;
    color: #fff;
    font-size: 13px; }
    .woocommerce-page .woocommerce-info .button:hover{ background-color: #82bf3c; color: #ffffff; }
    .woocommerce-MyAccount-content h2{ font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600; }
    .woocommerce-MyAccount-content address{ margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif; }

    .woocommerce-page .button{ border: none !important;
    background-color: #000000 !important;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 2 !important;
    padding: 12px 30px !important;
    color: #fff !important;
    font-size: 13px !important; border-radius: 0 !important; }
    .woocommerce-page .button:hover{ background-color: #82bf3c !important; color: #ffffff !important; }

    .woocommerce-MyAccount-content fieldset{ margin-top: 20px; }
    .woocommerce-MyAccount-content fieldset legend {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.woocommerce form .form-row .input-text, .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel]{ border: 1px solid #e8e8e8 !important;
    height: 50px !important;
    background-color: transparent;
    padding: 1.2em .5em .5em !important;
    color: #1f2226 !important;
    font-size: 13px !important; }

    /* Style Select2 container */
.select2-container .select2-selection--single {
    border: 1px solid #e8e8e8 !important;
    height: 50px !important;
    background-color: transparent !important;
    padding: 2px 20px !important;
    color: #1f2226 !important;
    font-size: 13px !important;
    border-radius: 4px;
}

/* Ensure the selected text inside Select2 is vertically centered */
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.4; /* 50px container height minus padding */
    color: #1f2226;
    font-size: 13px;
}

/* Dropdown arrow style (optional) */
.select2-container .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow b{ top: 35%; }



.wc-blocks-components-select .wc-blocks-components-select__select{ border: 1px solid #e6e6e6 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333 !important;
    font-size: 14px !important;
    height: 50px !important;
    padding: 1.2em .5em .5em !important;
    cursor: pointer; }

.single-product-wrap .product-img img{ max-height: 264px; }

.product-categories-slider-1 .product-plr-1 .single-product-wrap .product-img a img{ background-color: #f4f8ff; }

.breadcrumb-area .text-info {
	color: black !important;
    position: relative;
    top: 228px;
}