/*
Theme Name: Life Easy On Pills

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
	margin-left: 9px;
    margin-top: 50px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/* custom cart css  */
/*******STRUCTURAL LAYOUT*******/

@media (min-width: 980px){
	form.woocommerce-cart-form {
		float: left;	
		width: 63%;
		margin-bottom: 0;
		margin-right: 2%;
	}
	
	.cart-collaterals {
		float: left;	
		width: 35%;
	}
	}
	
	/*Cart Summary Margin*/
	@media(max-width: 979px) {
	  form.woocommerce-cart-form {
		margin-bottom: 2em;
	}
	}
  
  /*******LEFT SIDE*******/
	
	/*Container Styles*/
	form.woocommerce-cart-form {
		padding: 3em;
		background: white;
		border-radius: 1em;
	}
	
	/*Coupon Area Styles*/
	[class*=woocommerce] .cart .actions .coupon > input[type=text] {
		width: 100%;	
		max-width: none;
		margin-bottom: 0px;
	}
	
	input#coupon_code {
		height: 50px;
		margin-right: 1em;
	}
	
	button.button.wp-element-button {
		height: 50px;
		background: none;
		color: rgb(90,44,255);
		font-size: 1em;
		width: 100%;
	}
	
	button.button.wp-element-button:hover {
		text-shadow: none;
		border: 1px solid rgb(90,44,255);
		opacity: 0.7;
	}
	
	[class*=woocommerce] .cart .actions .coupon {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		padding-top: 1.25em;
		flex-direction: row;
		align-items: center;
	}
  
  /*******RIGHT SIDE*******/
	
	.cart-collaterals {
		padding: 3em;
		background: #f7f8fa;
		border-radius: 1em;
		box-shadow: 0em 0.5em 2em 0em rgb(0 0 0 / 30%);
		margin-top: 0em;
	}
	
	
	[class*=woocommerce] .cart-collaterals .cart_totals {
	  margin-top: 0;
	}
	
	 /*Form Field Focus Color Style*/
	 textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
		 border-color: #4e22e9; /*Change this to a color that best suits your design*/
		 box-shadow: none;
		 outline: 0;
	 }
	
	[class*=woocommerce] .cart-collaterals .cart_totals h2 {
	  display: none;
	}
	
	table th, table td {
		border-top: none;
		text-transform: uppercase;
		color: #4a4a4a;
	}
	
	[class*=woocommerce] .cart-collaterals table th {
	  padding: 1em;
	}
	
	
	 /*Order Total Line Item Styles*/
	 tr.order-total {
		 color: #0049ff; /*Accent color for total if desired*/
		 background: #0049ff21; /*Accent background color if desired*/
	 }
	
	a.checkout-button.button.alt.wc-forward.wp-element-button {
		width: 100%;
		color: #fff;
		 border: none;
		 box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
		 padding: 1.5em;
		margin-top: 1em;
		text-transform: uppercase;
		font-size: 1em;
	}
  
  /*******ALERT STYLES*******/
	
	
	 /*Error Alert*/
	 .woocommerce-error {
		 background-color: #ff7e7e;
		 border: none;
		 color: #761f1f;
	 }
	 
	 .woocommerce-error, .woocommerce-info, .woocommerce-message {
	   text-shadow: none;
	 }




	/* checkout css */

	.woocommerce-checkout .woocommerce {
		display: flex;
		flex-direction: column;
	}
	
	/* WooCommerce Layout Structure */
	@media (min-width: 980px) {
		/* Billing Details Side */
		.woocommerce-checkout .woocommerce .col2-set,
		.woocommerce-checkout .woocommerce-page .col2-set {
			float: left;
			width: 55%;
		}
		/* Order Review Side */
		.woocommerce-checkout #order_review_heading,
		.woocommerce-checkout .woocommerce #order_review,
		.woocommerce-checkout .woocommerce-page #order_review {
			float: left;
			width: 43%;
			margin-left: 2%;
		}
	}
	
	@media (max-width: 979px) {
		/* Billing Details Margin */
		.woocommerce-checkout .woocommerce .col2-set,
		.woocommerce-checkout .woocommerce-page .col2-set {
			margin-bottom: 2em;
		}
	}
	
	/*******LEFT SIDE DESIGN*******/
	
	/* Form Container Styles */
	.woocommerce-checkout .woocommerce .col2-set,
	.woocommerce-checkout .woocommerce-page .col2-set {
		background: white;
		padding: 1em 2em;
		border-radius: 1em;
		border: 1px solid #e4e4e4;
	}
	
	.woocommerce-checkout .woocommerce .col2-set .col-1,
	.woocommerce-checkout .woocommerce-page .col2-set .col-1,
	.woocommerce-checkout .woocommerce .col2-set .col-2,
	.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
		float: left;
		width: 100%;
	}
	
	/* Form Field Title Styles */
	label,
	input,
	button,
	select,
	textarea {
		font-size: 12px;
		line-height: 1.7;
		text-transform: uppercase !important;
		font-weight: 500;
		color: var(--text-color);
		margin-bottom: 0.5em;
	}
	
	/* Form Field Styles */
	input.text,
	input.title,
	input[type=email],
	input[type=password],
	input[type=tel],
	input[type=text],
	select,
	textarea {
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		background-color: white;
		height: 4em;
	}
	
	.woocommerce-account form .form-row,
	.woocommerce-checkout form .form-row {
		margin-bottom: 1em;
	}
	
	/* Form Field Dropdown Styles */
	.woocommerce-checkout .select2-container--default .select2-selection--single {
		background-color: #fff;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		height: 4em;
	}
	
	.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
		line-height: 4em;
	}
	
	.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 100%;
		position: absolute;
		top: 1px;
		right: 5px;
		width: 25px;
	}
	
	.woocommerce-account form .payment_methods label,
	.woocommerce-checkout form .payment_methods label {
		padding-left: 0px;
	}
	
	/* Form Field Focus Color Style */
	textarea:focus,
	input[type=text]:focus,
	input[type=password]:focus,
	input[type=datetime]:focus,
	input[type=datetime-local]:focus,
	input[type=date]:focus,
	input[type=month]:focus,
	input[type=time]:focus,
	input[type=week]:focus,
	input[type=number]:focus,
	input[type=email]:focus,
	input[type=url]:focus,
	input[type=search]:focus,
	input[type=tel]:focus,
	input[type=color]:focus,
	.uneditable-input:focus {
		border-color: var(--primary-color) !important;
		box-shadow: none;
		outline: 0;
	}
	
	.radio input[type=radio],
	.checkbox input[type=checkbox] {
		top: 0px;
	}
	
	/*******RIGHT SIDE DESIGN*******/
	
	/* Order Review Headline Removal */
	.woocommerce-checkout h3#order_review_heading {
		display: none; /*Remove This if You Want The Order Review Heading*/
	}
	
	/* Order Review Container Styles */
	.woocommerce-checkout div#order_review {
		background: white;
		padding: 2em;
		border-radius: 1em;
		box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
		position: sticky; /*Remove This if You Don't Want Order Review To Be Sticky*/
		top: 100px; /*Remove This if You Don't Want Order Review To Be Sticky*/
	}
	/*Order Review Order*/
	
	.woocommerce-checkout div#order_review {
		display: flex;
		flex-direction: column; /*Change this to column-reverse to reverse the order*/
	}
	
	/*Hide Cart Contents and Only Show Total + Shipping*/
	
	.woocommerce-checkout-review-order tbody {
	  display: table-row-group; /*Set to "none" if you'd like to hide */
	}
	
	/* Remove Product and Subtotal Headlines */
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
		display: none; /*Remove This if You Want Headlines*/
	}
	
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
		color: var(--text-color);
		text-transform: Capitalize;
		font-size: 14px; /*Adjust This To Adjust Order Review Font Size*/
	}
	
	.woocommerce-checkout .woocommerce table.shop_table {
	  border: none;
	}
	
	/* Target every other cart item and set background color */
	.woocommerce-checkout tr.cart_item:nth-child(odd) {
		background-color: #f7f8fa !important;
	}
	
	.woocommerce-checkout tr.cart_item:nth-child(even) {
		background-color: white !important;
	}
	
	.woocommerce-checkout span.woocommerce-Price-amount.amount {
		font-weight: bold;
	}
	
	
	.woocommerce-checkout strong.product-quantity {
		background: var(--primary-color-light);
		padding: 0.1em 0.5em;
		border-radius: 0.5em;
		font-size: 12px;
	}
	
	.woocommerce-checkout .woocommerce td.product-name .wc-item-meta p,
	.woocommerce-checkout .woocommerce td.product-name .wc-item-meta:last-child,
	.woocommerce-checkout .woocommerce td.product-name dl.variation p,
	.woocommerce-checkout .woocommerce td.product-name dl.variation:last-child {
		margin-bottom: 0;
		text-transform: capitalize;
		font-size: 12px;
		font-weight: normal;
		  color: var(--text-color);
	}
	
	.woocommerce-checkout td.product-name {
		width: 100%;
		font-weight: bold;
	}
	
	.woocommerce-checkout td.product-total {
		justify-content: flex-start;
		display: flex;
	}
	
	.woocommerce-checkout table th,
	.woocommerce-checkout table td {
		border: none !important;
	}
	
	.woocommerce-checkout tr.cart-subtotal {
		display: none; /*Remove this if you'd like to display the subtotal*/
	}
	
	.woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
		display: flex;
		margin-top: 2em;
		margin-bottom: 2em;
		border-top: 1px solid var(--primary-color-light);
		border-bottom: 1px solid var(--primary-color-light);
		flex-direction: column;
		align-content: stretch;
		align-items: flex-start;
	}
	
	.woocommerce-checkout .woocommerce ul#shipping_method li input {
		margin: 5px 5px 0 0;
		vertical-align: top;
	}
	
	/* Order Total Line Item Styles */
	.woocommerce-checkout tr.order-total {
		color: var(--primary-color);
		background-color: var(--primary-color-light);
	}
	
	.woocommerce-checkout #add_payment_method #payment,
	.woocommerce-cart #payment,
	.woocommerce-checkout #payment {
		background: var(--background-color);
		border-radius: 5px;
	}
	
	.woocommerce-checkout #add_payment_method #payment div.payment_box,
	.woocommerce-cart #payment div.payment_box,
	.woocommerce-checkout #payment div.payment_box {
		background-color: var(----primary-color);
		color: black;
	}
	
	.woocommerce-checkout #add_payment_method #payment div.payment_box::before,
	.woocommerce-cart #payment div.payment_box::before,
	.woocommerce-checkout #payment div.payment_box::before {
		display: none;
	}
	
	/* Stripe Form Field Styles */
	.woocommerce-checkout .wc-stripe-elements-field,
	.woocommerce-checkout .wc-stripe-iban-element-field {
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		background-color: #fff;
		padding: 15px;
	}
	
	.woocommerce-checkout input#wc-stripe-new-payment-method {
		margin-right: 1em;
	}
	
	.woocommerce-checkout fieldset#wc-authnet-cc-form .input-text {
		height: 2em;
	}
	
	/* Place Order Button Styles */
	.woocommerce-checkout #place_order {
		width: 100%;
	}
	.woocommerce-checkout #place_order:hover {
		color: white;
	}
	
	.woocommerce-checkout #place_order:hover {
		color: rgba(255, 255, 255, 0.5);
	}
	
	/*******COUPON & ALERT STYLES*******/
	
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-message {
		background-color: var(--background-color);
		color: var(--text-color);
		border: none;
	}
	
	.woocommerce-checkout .checkout_coupon p.form-row.form-row-last {
		float: none;
	}
	
	.woocommerce-checkout .checkout_coupon button.button {
		background-color: var(--primary-color);
		color: white;
	}
	
	/* Coupon Icon */
	.woocommerce-checkout .woocommerce-info::before,
	.woocommerce-checkout .woocommerce-error::before {
		display: none;
	}
	
	.woocommerce-checkout .woocommerce-error,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-message {
		padding: 1em;
	}
	
	.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
		padding: 3em;
		background: white;
		border-radius: 1em;
		margin-top: 0em;
		margin-bottom: 2em;
	}
	
	/* Error Alert */
	.woocommerce-checkout .woocommerce-error {
		background-color: #ff7e7e;
		border: none;
		color: #761f1f;
	}
	
	.woocommerce-checkout .woocommerce-error,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-message {
		text-shadow: none;
	}







	
		 /* cart style */
		 .woocommerce-page .woocommerce-cart-form input#coupon_code {
			width: 49%;
			border-radius: 10px;
		}
		/* .woocommerce-page.woocommerce-cart-form td button:first-child {
			width: 49% !important;
			background-color: red !important;
		}
		.woocommerce-page .woocommerce-cart-form td  button:last-child {
			width: 100%;
			margin-top: 14px;
		} */
	
		.woocommerce-page .woocommerce-cart-form td [name="apply_coupon"] {
			width: 49%;
			margin-top: 0px;
		}
		
		.woocommerce-page .woocommerce-cart-form td [name="update_cart"] {
			width: 100%;
			margin-top: 14px;
		}
		.woocommerce-page .cart_totals a.checkout-button.button.alt.wc-forward {
			width: 100%;
		}
		.woocommerce-page .woocommerce-cart-form td [name="update_cart"]:hover {
			background-color: #162b4d;
			color: #ffffff;
		}
		.woocommerce-page .woocommerce-cart-form .coupon{
			float: unset !important;
			display: flex !important;
			width: 100% !important;
		}
		
		.shop_table td {
			padding: 12px !important;
		}
		ul#shipping_method {
			padding: 0;
		}
	
		.cart-collaterals {
			padding: 2em;
			background: transparent;
			border-radius: 1em ;
			box-shadow: unset !important;
			margin-top: 0em
		}
		.cart_totals {
			padding: 2em;
			background: #f7f8fa;
			border-radius: 1em;
			box-shadow: 0em 0.5em 2em 0em rgb(0 0 0 / 30%);
			margin-top: 0em;
		}
		form.woocommerce-cart-form {
			width: 65%;
			margin-right: 0%;
		}
	