.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-05db99a) !important;
}
.product-name a{
	pointer-events: none !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}
.woocommerce .coupon{
	    display: flex;
    gap: 5px;
    width: fit-content;
    margin: auto;
    
}
.woocommerce .active-coupon{
	text-align: center;
	margin-bottom: 30px;
}
.woo-login h2{
    font-size: 70px;
}
.woo-login{
    padding-bottom: 100px;
}
.login-main-section{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: center;

}
.login-section{

    /* padding: 40px; */
    max-width: 400px;
    width: 100%;
}

.woo-login .forget-pass{
    display: flex !important;
    justify-content: space-between;
    font-weight: bold;
}
.woo-login .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.woo-login .hidden {
    display: none;
}

.woo-login h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.woo-login .gmail-login-btn{
text-align: center;
 }
.woo-login .google-btn {
    width: 100%;
    background-color: #fff;
    color: black;
    border: 1px solid rgba(203, 213, 224, 1);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}

.woo-login .continue-text {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
    position: relative;
}

.woo-login .continue-text::before,
.woo-login .continue-text::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 33%;
    height: 2px;
    background-color: #ddd;
}

.woo-login .continue-text::before {
    left: 0;
}

.woo-login .continue-text::after {
    right: 0;
}

.woo-login label {
    font-weight: bold;
    margin-bottom: 5px;
}

.woo-login input {
    padding: 10px !important;
    margin-bottom: 15px !important;
    border: 1px solid rgba(203, 213, 224, 1) !important;
    border-radius: 7px !important;
    
}

.woo-login .forgot-password {
	font-weight: bold;
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.woo-login .submit-btn {
    background-color: #3498db;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.woo-login .toggle-form {
    text-align: start;
    margin-top: 20px;
    font-weight: bold;
}

.woo-login .toggle-form a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}
.show-password-input{
	margin-top: -7px !important;
}
.woo-login .button {
    width: 100% !important;
    padding: 17px 0px !important;
    color: white !important;
    background-color: #3B82F6 !important;
    border: 1px solid #3B82F6 !important;
    border-radius: 7px !important;
 }
 .woo-login button:hover {
    color: black !important;
    background-color: white !important;
    border: 1px solid #dfdfdf !important;
 }
.woo-login .gry-btn {
    width: 100% !important;
    padding: 17px 0px !important;
    color: black !important;
    background-color: #E2E8F0 !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 7px !important;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 15px 0;
 }
 .woo-login .gry-btn:hover {
    color: black !important;
    background-color: white !important;
    border: 1px solid #dfdfdf !important;
 }
 .woo-login .forgot-pass{
    font-size: 30px;
 }
 .woo-login .text-xenter{
    text-align: center;
    display: block;
 }
  .woo-login .input-section label{
    text-align: start !important;
    display: block;
    margin-bottom: 15px;
  }
  .woo-login .input-section{
    padding: 25px 0;
  }

  /* -------------------------------- */
  /* Cart Page  */
  /* ------------------------------------ */
.woo-cart-container-center{
	display: flex;
	justify-content: center;
}
  .woo-cart-container{
    background-color: #EEEEEE;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    max-width: 950px;
	  width: -webkit-fill-available;
  }
 .woo-cart-header h2{
    font-size: 72px;
    font-weight: bold;
    text-align: center;
  }
.woo-cart-container .woo-cart-name {
	flex-wrap: wrap;
}
  .woo-cart-container .woo-cart-disc,
  .woo-cart-container .woo-cart-name {
    display: flex;
    justify-content: space-between;
  }
  .woo-cart-container .price-qty-section {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  .woo-cart-container .product-name{
    font-size: 24px;
    text-decoration: none !important;
    color: black !important;
    font-weight: bold !important;
}
  .woo-cart-container .product-price{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.woocommerce .quantity .qty{
    width: 4.4em !important;
    padding: 5px;
    padding-left: 10px;
    border-color: #8a8787;
    border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: unset !important;
    float: none !important;
}
.cart_totals .cart-total-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;

}
.cart-total-section .cart-contents,
.cart-total-section .order-total .woocommerce-Price-amount{
    font-size: 40px;
    color: #3B82F6;
    font-weight: bold;
	
}
.cart-total-section .cart-contents{
    text-decoration: none;
}
.cart-total-section h2{
font-size: 25px;
font-weight: bold;
margin: 5px 0;
}
.cart-total-section .wc-proceed-to-checkout a{
    font-size: 18px !important;
    background: #3B82F6 !important;
    padding: 20px 40px !important;
}
.woo-cart-container .product-remove a:hover{
	color: unset !important;
	background: unset !important;
}
.woo-cart-container .product-remove a:hover i{
	color: black !important;
}
.woo-cart-container .product-remove a i{
	color: black !important;
}
.woo-cart-container a.remove{
	font-size: 18px !important;
}
.woocommerce-page .entry-title {
	    font-size: 72px;
    font-weight: bold;
    text-align: center;
}
.woocommerce-page .page-content{
	padding-bottom: 120px;
}
.empty-cart-heading{
    padding: 120px 0;
}
.empty-cart-heading h2{
font-size: 26px;
font-weight: bold;
text-align: center;
}
.woo-empcart-header p{
    text-align: center;
}
@media screen and (max-width: 1023px) {
	.woo-cart-container .woo-cart-disc {
	  justify-content: center;
	  flex-wrap: wrap;
  }
}
/* ------------------------ */
/* checkout  */

.woocommerce-checkout-review-order-table td{
    background-color: transparent !important;
    border: none !important;
    font-weight: bold !important;
}
.woocommerce-checkout-review-order-table tr{
    background-color: transparent !important;
    border: none !important;
    font-weight: bold !important;
}
.woocommerce-checkout-review-order-table th{
    background-color: transparent !important;
    border: none !important;
    font-weight: bold !important;
}
.woocommerce-checkout-review-order-table .product-total{
    font-size: 20px;
	text-align: end;
}
.woocommerce-checkout-review-order-table .product-name{
    font-size: 16px;
}
.woocommerce-checkout-review-order-table .order-total th{
    font-size: 20px;
    padding: 25px 10px !important;
}
.woocommerce-checkout-review-order-table .order-total td{
    padding: 25px 10px !important;
	text-align: end;
}
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount{
    font-size: 30px;
}

#order_review .woo-heading{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table{
    background: rgba(59, 130, 246, 0.2);
	color: black !important;
    padding: 30px 10px;
    border-radius: 10px;
    border: none !important;

}
#order_review{
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid;
}
@media (min-width: 992px) {
/* #order_review .woocommerce-checkout-payment{
    display: none !important;
} */
	#order_review h2.checkout-heading{
		display: none !important;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order-table{
		    width: 470px !important;
	}
	form.woocommerce-checkout{
    display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
}
	form.woocommerce-checkout .woocommerce-NoticeGroup{
		width: 100%;
	}
	form.woocommerce-checkout #customer_details{
	width: 57%;
	}
	form.woocommerce-checkout #order_review{
		width: 40%;
	}
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment{
	background: none !important;
} 
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 20px 100px !important;
    background: #3B82F6 !important;
    width: 100% !important;
    margin-top: 15px !important;
}
.woocommerce-billing-fields h3{
	font-size: 18px;
	color: #3B82F6;
}
h2.checkout-heading{
	font-size: 18px;
	color: #3B82F6;
	margin-top: 10px;
}
#payment label{
	font-weight: bold;
    color: black;
}
.woocommerce-checkout label{
	font-weight: bold;
	color: black;
}
.woocommerce-checkout .col-2,
.woocommerce-checkout .col-1{
	width: 100% !important;
}

.woocommerce-additional-fields h3,
#order_review_heading,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table thead{
	display: none !important;
}

/* #billing_state_field{
	float: left;
}
#billing_postcode_field{
	float: right;
}
#billing_phone_field{
	float: right;
} */
.select2-container .select2-selection--single{
	height: 38px !important;
	padding: 5px 0;
	border-color: black;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
/* 	#customer_details h2.checkout-heading{
		display: none !important;
	} */
	#order_review {
		border: none !important;
		margin: 40px 0 0 0 !important;
		padding: 0 !important;
	}

/* 	#customer_details #payment{
		display: none !important;
	} */
} 
#customer_details .select2-container{
	width: 100% !important;
}