.ppc-checkout-container {
	padding: 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ppc-panel-header {
	padding: 25px 20px;
	display: flex;
}

.ppc-billing-payment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 17px 10px;
}

.ppc-head-emphasized {
	font-weight: 600;
	font-size: 1.6em;
	color: white;
}

.ppc-head-description {
	font-weight: 400;
	font-size: 1.2em;
	color: #a2c6dd;
}

.ppc-panel-footer {
	height: 187px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ppc-panel-footer span {
	font-size: 17px;
	line-height: 24px;
}

.ppc-footer-value.ppc-total span {
	font-size: 28px !important;
}

.ppc-footer-item {
	display: flex;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	align-items: center;
	padding-bottom: 3px;
}

.ppc-footer-text {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	text-align: right;
	font-weight: 600;
	font-size: 1.2em;
	color: #fff;
}

.ppc-footer-value {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	text-align: right;
	font-weight: 600;
	font-size: 1.2em;
	color: white;
}
.ppc-total {
	font-size: 2em;
}

.ppc-cart-item ul.gform_fields {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
}

.ppc-cart-items::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
}

.ppc-product-info {
	display: flex;
}

.ppc-product-title {
	width: 85%;
}

.ppc-product-quantity {
	display: block;
	width: 15%;
	text-align: right;
}

.ppc-panel-footer p {
	display: none !important;
}

/* wc css override */
.woocommerce-checkout-review-order-table {
	display: none !important;
}

.ppc-from-payment .woocommerce-billing-fields h3 {
	padding-top: 10px !important;
}

.ppc-billing-header {
	align-items: center;
	justify-content: space-between;
	padding: 19px 20px !important;
}

.ppc-billing-header a {
	background-color: #fff;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 600;
	padding: 6px 20px;
}

.ppc-billing-header a:hover {
	opacity: 0.7;
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	
}

@media (max-width: 767px) {

	.ppc-billing-payment {
		grid-template-columns: 1fr;
		padding: 15px 0px;
	}

	.ppc-checkout-container .ppc-product-info {
		font-size: 14px !important;
	}

	.ppc-checkout-container .ppc-product-quantity {
		width: 22%;
	}

	.ppc-checkout-container .ppc-product-title {
		width: 78%;
	}
	.ppc-checkout-container .ppc-head-emphasized {
		font-size: 22px;
	}

	.ppc-checkout-container .ppc-footer-text {
		flex: 0 0 35.666667%;
		max-width: 35.666667%;
		text-align: right;
	}

	.ppc-checkout-container .ppc-panel-footer {
		align-items: flex-start;
		border-radius: 0;
		margin-bottom: 20px;
	}

	.ppc-checkout-container .ppc-footer-value {
		flex: 0 0 65.333333%;
		max-width: 65.333333%;
	}

	.ppc-checkout-container .ppc-footer-item {
		width: 100%;
	}

	.ppc-checkout-container .ppc-panel-header {
		padding: 30px 10px;
	}

	.ppc-checkout-container .ppc-from-payment {
		padding: 0;
	}

	.ppc-checkout-container .ppc-panel-footer {
		overflow: hidden;
		padding-right: 10px;
	}
	.ppc-checkout-container .ppc-panel-footer .ppc-cart-items {
		overflow: hidden;
		padding-right: 0px;
	}
	.ppc-checkout-container .ppc-panel-footer .ppc-footer-item {
		padding-left: 0px;
		padding-right: 0px;
	}

	.ppc-billing-header {
		flex-direction: column;
	}

	.ppc-billing-header a {
		margin-top: 12px;
	}
}
