h2, .h2 {
    font-size: 22px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
	text-align: center;
}
div.accept_cards {
    margin: 0 0 20px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

div.accept_cards img {
	margin: 0 6px;
}
div.accept_cards img:first-child {
	margin-left: 16px;
}
div.accept_cards img:last-child {
	margin-right: 16px;
}

div.pc-eidition h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0 0 20px 0px;
    color: #333333;
}
div.ps-shown-by-js {
	text-align: center;
}
.usaep_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	align-items: center;
	justify-content: center;
}
.usaep_modal i.fa-spinner {
    font-size: 72px;
    width: 72px;
    height: 72px;
    margin: 34px 84px;
    color: #000000;
    float: left;
}
.usaep_modal_content {
    background-color: #fefefe;
    margin: 0;
    padding: 20px 32px;
    border: 1px solid #888888;
    width: auto;
    height: auto;
	float: left;
	max-width: 80%;
	position: relative;
	min-width: 200px;
	min-height: 100px;
}
.usaep_modal_content img {
	float: left;
	width: 100%;
	height: auto;
}
.usaep_modal_content p {
	float: left;
	width: 100%;
	margin: 0px;
}
.usaep_modal_close {
    color: #aaa;
    float: left;
    font-size: 32px;
    font-weight: bold;
    width: auto;
    text-align: right;
    position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
}
.usaep_modal_close:hover,
.usaep_modal_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.usaep_modal_content div {
	float: left;
}
.usaep_modal_content h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 15px 0px;
}
.usaep_modal_content h3 {
	margin: 15px 0px !important;
}
#paymentModalContent {
	display: flex;
	align-items: center;
	justify-content: center;
}
#usaep_wait {
	display: none;
}
span#cvvModalButton {
    font-size: 24px;
    color: #d27e0a;
    width: 24px;
    height: 24px;
    float: left;
    position: absolute;
    right: 24px;
    top: 12px;
    cursor: pointer;
}
#payment-full-wrapper {
	width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    float: left;
	display: flex;
}
#payment-col-1 {
    float: right;
    width: calc(780px + ((100% - 1170px)/2));
    padding-left: calc((100% - 1170px)/2);
    padding-right: 20px;
	order: 1;
	margin: 2rem 0;
}
#payment-col-2 {
    float: right;
    width: calc(390px + ((100% - 1170px)/2));
    background: #f5f5f5;
    padding-right: calc((100% - 1170px)/2);
    padding-left: 20px;
	order: 2;
}
#usaepay_order_summary {
	margin: 30px 0 0 0;
}
#usaepay_order_summary,
#usaepay_order_summary thead,
#usaepay_order_summary tbody,
#usaepay_order_summary thead tr,
#usaepay_order_summary tbody tr,
#usaepay_order_summary tfoot,
#usaepay_order_summary tfoot tr,
#usaepay_order_summary tfoot tr td {
	float: left;
	width: 100%;
}
#usaepay_order_summary tfoot {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #c0c0c0;
}
#usaepay_order_summary tfoot tr {
	background: none;
}
#usaepay_order_summary thead tr th,
#usaepay_order_summary tbody tr td {
	float: left;
}
#usaepay_order_summary tbody tr td:last-child {
	float: right;
}
#usaepay_order_summary tbody td.order_product {
    padding: 7px;
    width: 86px;
    position: relative;
}
.price {
	font-size: 16px;
}
#usaepay_order_summary tfoot td.total_price_container span {
	font: 600 16px/22px "Open Sans", sans-serif;
}
#usaepay_order_summary tbody tr td.order_product img {
	float: left;
	width: 100%;
	height: auto;
}
#usaepay_order_summary tbody td.order_product_description small {
    display: block;
    padding: 5px 0 0 0;
}
.product_quantity {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    color: #FFFFFF;
    background: #d27e0a;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 8px;
}
@media screen and (max-width: 1199px) {
	#payment-col-1 {
		width: calc(580px + ((100% - 970px)/2));
		padding-left: calc((100% - 970px)/2);
		
	}
	#payment-col-2 {
		width: calc(390px + ((100% - 970px)/2));
		padding-right: calc((100% - 970px)/2);
	}
}
@media screen and (max-width: 991px) {
	#payment-col-1 {
		width: calc(400px + ((100% - 750px)/2));
		padding-left: calc((100% - 750px)/2);
	}
	#payment-col-2 {
		width: calc(350px + ((100% - 750px)/2));
		padding-right: calc((100% - 750px)/2);
	}
}
@media screen and (max-width: 767px) {
	#payment-col-1 {
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	#payment-col-2 {
		float: left;
		width: 100%;
		background: #fbfbfb;
		padding: 15px 15px 15px 15px;
		line-height: initial;
		margin: 0px;
		max-width: 100%;
		margin-top: -1px;
		margin-bottom: 15px;
	}
	#usaepay_order_summary_toggle {
		display: block;
		background: #d27e0a;
		color: #FFFFFF;
		width: calc(100% + 30px);
		margin: -15px;
		padding: 15px;
		cursor: pointer;
	}
	#usaepay_order_summary_toggle span.price {
		color: #FFFFFF;
		font-weight: bold;
	}
	#usaepay_order_summary {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	div#usaepay_order_summary_toggle {
		display: none;
	}
	#usaepay_order_summary {
		display: table !important;
	}
}