.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea{
	background-color: #eee;
	padding: 0.475rem 0.85rem ;
	border: 1px solid #eee;
	color: #1c181a;
	display: inline-block;
	font-size: 1.3rem;
}
.product-listing a{
	text-decoration: none!important;
	position: relative;
}
.product-listing .product{
	text-align: center;
	position:relative
}
.product-listing .product .woocommerce-loop-product__link .woocommerce-loop-product__title{
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
.product-listing .product .button{
	margin-top: 6px;
}
.product-listing .product .woocommerce-loop-product__link .price{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	color: hsla(0, 0%, 60.4%, 0.8);
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.3px;
	text-decoration: none!important;
}
.product-listing .product .woocommerce-loop-product__link .price .amount,
ins{
	text-decoration: none!important;
}
.product-listing .product .attachment-woocommerce_thumbnail,
.product-listing .product .woocommerce-placeholder{
	height: 300px;
	width: auto;	
	margin:0 auto;
	display: block;
	margin-bottom: 1.3rem;
}
@media only screen and (max-width: 567px) {
	.product-listing .product .attachment-woocommerce_thumbnail,
	.product-listing .product .woocommerce-placeholder{
		height: 200px;		
	}
}
.product-listing .product .onsale{
	padding: 4px 8px;
	background-color: #8ec63d;
	color: #000;
	border-radius: 8px;
	position: absolute;
	top:0;
	z-index: 2;
	text-align: left!important;
	display: block;
	
}
.single-product-image{
	max-height: 600px;
}
@media only screen and (max-width: 567px) {
	.single-product-image{
		max-height: 300px;
	}
}
.product-detail h1.product_title{
	font-size: 3rem;
	line-height: 3.2rem;
}
.product-detail .price{
	font-size: 1.6rem;
	line-height: 1.8rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.product-detail .cart{
	
	align-items: center;
}
input.qty{
	background-color: #eee;
	border:1px solid #eee!important;
	border:0;
	padding: 0.5rem;
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
	max-width: 80px;
}
.button,
select,
.select2-container--default .select2-selection--single{
	background-color: #eee;
	padding: 0.475rem 0.85rem ;
	border: 1px solid #eee;
	color: #1c181a;
	display: inline-block;
	font-size: 1.3rem;
	border-radius:0;
	height: auto;
}
.select2-results__option,
.select2-search__field,
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"]{
	background-color: #eee;
	color: #1c181a;
}
.select2-search--dropdown{
	padding: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #8ec63d;
	color: #000;
}

.variations{
	margin-bottom: 0.8rem;
}
.variations_form .price{
	display: block;	
	margin-bottom: 0.8rem;
}
.product-detail .variations .label{
	display: none;
}
.button:hover{
	background-color: #FFF;	
	border-color: #FFF;	
	color: #000;
}
.woocommerce-message,
.woocommerce-error{
	padding: 2rem 2rem ;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8rem;
	border: 1px solid hsla(0, 0%, 60.4%, 0.8);
	margin-bottom: 2rem;
	
}
.woocommerce-message .button,
.woocommerce-error .button{
	margin-bottom: 1rem;
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;	
}


body.woocommerce-cart .cart_item td{
	padding:1rem 0.3rem!important;
}

body.woocommerce-cart .entry-title{
	text-align: center;
}

body.woocommerce-cart .shop_table{
	width: 100%;
}
body.woocommerce-cart .cart_item .product-thumbnail img{
	max-height: 150px;
	width: auto;
	margin: 0 auto;
	display: block;
}
body.woocommerce-cart .cart_item{
	font-size: 1.3rem;
	border-bottom: 1px solid #fff;
	
}
body.woocommerce-cart .cart_item td{
	padding: 1rem 0;
}
body.woocommerce-cart .actions{
	padding: 2rem 0;
	text-align: end;
}
body.woocommerce-cart #coupon_code{
	height: 40px;
	margin-right: 1rem;
}
body.woocommerce-cart .product-remove{
	padding-right: 8px!important;
}
body.woocommerce-cart .coupon{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: end;
}
body.woocommerce-cart .cart_totals{
	text-align: end;
}
body.woocommerce-cart .shop_table{
	font-size: 1.3rem;
	line-height: 2rem;	
}
body.woocommerce-cart .woocommerce-shipping-totals th,
body.woocommerce-cart .woocommerce-shipping-totals td
{
	padding-bottom: 1rem;
}
body.woocommerce-cart .order-total{
	border-top: 1px solid #FFF;
	font-size: 2.2rem;
	line-height: 3rem;
	color:#8ec63d;	
}


body.woocommerce-cart  .checkout-button{
	margin-right: 0;
	margin-top: 1rem;
	padding: 1rem 1.3rem ;	
	font-size: 2rem;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
	margin-bottom: 1rem;
}
body.woocommerce-cart  ul,
body.woocommerce-checkout ul{
	list-style: none;
}
body.woocommerce-checkout .entry-title{
	text-align: center;
}
body.woocommerce-checkout .woocommerce-customer-details{
	margin-top: 1rem;
}
body.woocommerce-checkout #customer_details,
.woocommerce-columns{
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
}
body.woocommerce-checkout  .col-1{
	padding-right: 1rem;
}
body.woocommerce-checkout  .col-2{
	padding-left: 1rem;
}
body.woocommerce-checkout  .col-1,
body.woocommerce-checkout .col-2{	
		flex: 0 0 auto;
		width: 50%;
}

body.woocommerce-checkout .woocommerce-input-wrapper{
	display: block;
}
body.woocommerce-checkout .woocommerce-input-wrapper .input-text,
body.woocommerce-checkout, 
select, 
.select2-container--default .select2-selection--single{
	width: 100%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table{
	width: 100%;
}
body.woocommerce-cart ul, body.woocommerce-checkout ul{
	padding-left: 0;
}
body.woocommerce-checkout .order-total{
	border-top: 1px solid #FFF;
	font-size: 1.8rem;
	line-height: 3rem;
	color:#8ec63d;		
}
body.woocommerce-checkout #place_order{
	margin-right: 0;
	margin-top: 1rem;
	padding: 1rem 1.3rem ;	
	font-size: 2rem;	
}
.woocommerce-table tfoot th,
.woocommerce-table tfoot td{
	padding-top: 1rem;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	font-size: 2rem;
	line-height: 2.3rem;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td{
	text-align: end;
}


@media only screen and (max-width: 768px) {
	.shop_table th{
		font-size: 1rem;		
		line-height: 1.3rem;
	}
	.button,
	select,
	.select2-container--default .select2-selection--single,
	input.qty{		
		padding: 0.375rem 0.65rem ;		
		font-size: 1rem;		
		line-height: 1.3rem;
		margin-right: 0;		
	}
	body.woocommerce-cart .product-thumbnail,
	body.woocommerce-cart .product-price{
		display: none;
	}
	body.woocommerce-cart .cart_item{
		font-size: 1rem;
		line-height: 1.3rem;
	}
}
@media only screen and (max-width: 567px) {
	

	body.woocommerce-checkout  .col-1,
	body.woocommerce-checkout  .col-2{	
			flex: 0 0 auto;
			width: 100%;
			padding: 0;
	}
}
.button{
	background-color: #8ec63d!important;
	border-color: #8ec63d!important;
	color: #1c181a!important;
	text-decoration: none!important;
	border-radius: 4px;
}
.button:hover{
	background-color: #6b9e2b!important;
	border-color: #6b9e2b!important;
	color: #1c181a!important;
}

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator{
	display: none;

}
.woocommerce-cart .cart-subtotal th,
.woocommerce-cart .woocommerce-shipping-totals th,
.woocommerce-cart .order-total th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th{
	opacity: 0;
}
.woocommerce-cart .cart-subtotal td,
.woocommerce-cart .woocommerce-shipping-totals td{
	width: 100%;
}
.breadcrumb,
.breadcrumb a{
	color: hsla(0, 0%, 60.4%, 0.8);
}
.breadcrumb a:hover{
	color:#8ec63d;
}
.shop_table.woocommerce-checkout-review-order-table thead{
	display: none;

}
.blockUI.blockOverlay{
	background-color: #FFF!important;
}

.wc_payment_method{
	padding-bottom: 1.3rem;
	margin-bottom: 1.3rem;
	border-bottom: 1px solid hsla(0, 0%, 60.4%, 0.8);
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.payment_box{
	font-size: 1rem;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 0;
}
.payment_box p{
	margin: 0;
}

.woocommerce-terms-and-conditions-wrapper{
	width: 50%;
}
@media only screen and (max-width: 567px) {
	.woocommerce-terms-and-conditions-wrapper{
	width: 100%;
	}
}
.woocommerce-ResetPassword .form-row label,
.woocommerce-form-login .form-row label,
.woocommerce-EditAccountForm .form-row label{
	display: block;
}
.woocommerce-form-login .form-row .woocommerce-form-login__submit{
	margin-top: 1rem;
}

 .woocommerce-MyAccount-navigation ul{
	 list-style: none;
	 padding: 0;
}
.woocommerce-MyAccount-navigation li:not(:last-child){
	padding-bottom: .8rem;
	margin-bottom: .8rem;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.woocommerce-MyAccount-navigation li a{
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a{
	color: #8ec63d;
}
.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
 .woocommerce-MyAccount-navigation-link--customer-logout a{
	color:red;
}
.woocommerce-MyAccount-content table{
	width: 100%;
}
.woocommerce-customer-details{
	margin-top: 1rem;
}
.woocommerce-column--1{
	margin-right: 1rem;
}
.woocommerce-column--2{
	margin-left: 1rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2,
.woocommerce-MyAccount-content .col-3,
.woocommerce-MyAccount-content .col-4{
	flex: none;
	width: auto;
}
.woocommerce-MyAccount-content fieldset{
margin-top: 2rem;
}
.woocommerce-form-login input,
.woocommerce-MyAccount-content  input, 
.woocommerce-MyAccount-content  select,
.woocommerce-MyAccount-content  textarea{
	width: 100%;
}
 input[type=radio],
 input[type=checkbox]
{
	width: auto!important;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__row .button{
	padding:3px 6px;
	font-size: 16px;
	margin-right: 10px;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__row.order{
	
	border-top: 1px solid #eee;	
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__row.order td{
	padding-top: 8px;
	padding-bottom: 8px;
}
#payment{
	margin-top: 1rem;
}
.product-detail-thumbnail{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lb-data .lb-details{
	display: none;
}

@media only screen and (max-width: 567px) {

	body.woocommerce-cart .woocommerce-cart-form{
		overflow-x: auto;
	}	
	body.woocommerce-cart .woocommerce-cart-form .shop_table th{
		font-size: .8rem;
		line-height: 1rem;
	}	
	body.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item td{
		padding: 0;
		font-size: .8rem;
		line-height: 1rem;
	}
	body.woocommerce-cart #coupon_code{
		max-width: 200px;
	}
	body.woocommerce-cart .checkout-button{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	body.woocommerce-checkout #customer_details{
		font-size: .8rem;
		line-height: 1rem;
	}
	body.woocommerce-checkout #customer_details .col-1,
	body.woocommerce-checkout #customer_details .col-2{
		margin-bottom: 1rem;
	}
	body.woocommerce-checkout textarea#order_comments{
		height: 180px;
	}
}

.woocommerce-Price-currencySymbol{
	margin-right: 8px;	
}

.product-listing .product .button{
	display: none;
}