

/*theme: #C52421*/

@media (min-width: 1200px){
	.container {
		max-width: 960px;
	}
}
h3,h5 {
	font-weight: 400;
}
.payment-section {
	padding: 150px 0px;
}
.payment-area {
	box-shadow: 0px 0px 50px rgba(0,0,0,0.14);
	padding: 20px 30px;
	background: rgba(255,255,255,0.94);
}
.title-section {
	padding: 15px 0px;
	margin-bottom: 50px;
}
.title {
	color: rgba(0,0,0,0.7);
	border-bottom: 3px solid #C52421;
	width: 283px;
	padding: 15px;
	margin: auto;
}
.detail-section {
	padding-right: 3rem;
}
.number-list h4 {
	background: #C52421;
	width: 50%;
	color: white;
	padding: 5px 0px;
	font-size: 18px;
}
.title-list {
	margin-left: -30px;
}
.title-list h5 {
	color: rgba(0,0,0,0.7);
}
.payment-box {
	border: 2px solid rgba(0,0,0,0.07);
	margin: 6px 0px;
	text-align: center;
	font-weight: 500;
	color: rgba(0,0,0,0.3); 
}
.payment-box:hover {
	border: 2px solid #C52421;
	color: #C52421;
}
.payment-box.selected {
	border: 2px solid #C52421;
	color: #C52421;
}
.payment-box img {
	width: 48px;
	height: auto;
	margin-top: 1rem;
	margin-bottom: 5px;	
}
.btn-theme {
	color: #C52421;
	background-color: #fff;
	border-color: #C52421;
	border-radius: 0px;
	border-width: 2px;
	font-weight: 500;
}
.btn-theme:hover {
	color: #fff;
	background-color: #C52421;
	border-color: #C52421;
}
.underline {
	border-bottom: 1px solid #C52421;
	margin-bottom: 20px;
}
.b-left {
	border-left: 3px solid #C52421;
	padding-left: 10px;
}
.total-section h4 {
	font-weight: 300;
	font-size: 20px;
}
.form-control:focus {
	background-color: #fff;
	border-color: #C52421;
	outline: 0;
	box-shadow: 0 0 0 0.06rem #C52421;
}
@media (max-width: 767px){

	.payment-section {
		padding: 15px;
	}
	.detail-section {
		padding-right: 15px;
	}
	.number-list h4 {
		width: 75%;
	}
	.total-section h4 {
		font-size: 15px;
	}

}