/* fix cart-item attributes table */
.woocommerce table.shop_table th {
	position: relative !important;
	line-height: 1em !important;
}
.product-name dt {
	font-weight: 500 !important;
}
.product-name dd {
	margin: 5px 12px 8px !important;
}

/* surfacing option cart meta */
.wrap-Cart-Variations .variation {
	margin: 0px !important;
}
.wrap-Cart-Variations {
	margin-top: 15px;
}

/* Payment Warning Start */

.payment_warning {
	background-color: indianred;
	border-radius: 10px;
	padding: 10px 30px;
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	justify-items: center;
	margin: 16px 0px;
}

.payment_warning p {
	color: #fff;
}

.payment_warning h2 {
	color: #fff;
}

.payment_warning b {
	text-decoration: underline;
}

/* Payment Warning End */

@media only screen and (max-width: 719px) {
	.wrapNoMessageQty {
		display: flex;
		justify-content: right;
	}
	.woocommerce-cart-form__cart-item.cart_item {
		border-radius: 10px;
		box-shadow: 0px 0px 20px -9px #0000008f;
		margin: 20px -10px;
		padding: 10px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff0 !important;
	}
	
	/* Payment Warning Start */
	.payment_warning {
		display: block;
	}
	.payment_warning p {
		font-size: 15px;
	}
	.payment_warning h2 {
		font-size: 26px;
	}
	/* Payment Warning End */
}