.box_content .form-control{font-size: 14px;min-height: 40px;}
.contactOrder{margin-bottom: 30px; border-top: solid 1px #ddd; padding-top: 30px;}
.contactOrder .btn-dark{background:#434343;color: #fff;text-transform: none;font-weight: bold;border-radius: 10px;padding: 5px 50px;font-size: 18px;}
.itemPay{background:#f0f4f7; padding: 15px;border: solid 2px #fff; border-radius: 10px; cursor: pointer;}
.itemPay.active, .itemPay:hover{border-color: #fec909;}
.boxBanking{padding: 2em;border: solid 1px #ddd;border-radius: 10px;}
.itemBank{color:#8d9293;padding: 10px 20px;}
.itemBank b{color:#434343;}
.itemBank span{color:#f57224;font-weight: bold;}
.box_order{background:#f0f4f7;padding: 2em;border-radius: 10px;}
.box_order .oItem{margin-bottom: 10px;}
.box_order .oItem small{color:#9aaab2;display: block;font-size: 12px;}
.totalEnd{color:#f57224;}
.btn-buy{background:#cfdbe2;display: block;font-weight: bold;font-size: 15px;color: #000;margin-top: 30px;}
.btn-pay{background:#fec909;display: block;margin-top: 10px;width: 100%;font-weight: bold;font-size: 15px;}
.cartSuccess{color: #8d9293; font-size: 13px;}
.cartSuccess h2{color:#000;font-size: 3em;margin-bottom: 20px;}
.cartSuccess .desc{margin-bottom: 15px;}
.cartSuccess .code{color:#000;display: inline-block;border: solid 1px #ddd;border-radius: 8px;padding: 7px 30px;margin-bottom: 15px;}
.cartSuccess .code span{color:#f57224;font-weight: 600;}
.cartSuccess .contact{margin-bottom: 15px;}
.cartSuccess .contact a{color:#153c93;font-weight: bold;font-size: 15px;}
.cartSuccess a.href{background:#cfdbe2;display: block;text-align: center;color: #000;padding: 10px;border-radius: 8px;font-weight: 600; transition: all 0.5s ease;}
.cartSuccess a.href:hover{background:#f57224; color:#fff;}
.orderGrid{margin-bottom: 20px;}
.orderGrid .images{position:relative;}
.orderGrid .images a{position: absolute;border-radius: 50%;background: #ffffff;z-index: 101;top: 0px;right: 0px;padding: 2px;display: inline-block;}
@media (max-width: 600px){
	.contactOrder .btn-dark{font-size: 15px; padding: 5px 30px;}
	.boxBanking{padding: 15px;}
	.cartSuccess h2{font-size: 2em;}
}