.woocommerce-info{
	border-top-color:#f87306;
}
.woocommerce-info::before {
	color: #f87306;
}
.woocommerce-info a{
	color:#f87306;
}
.woocommerce-checkout #payment a{
	color:#f87306;
}
.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: none;
	object-fit: cover;
}
#place_order {
	background: orange;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 50%;
	overflow: visible;
}
.woocommerce table.shop_table th{
	color:#333;
}
#form_woocommerce_checkout{
	display: flex;
	width: 100%;
}
#customer_details {
	width: 65%;
	margin-right: 15px;
}
#order_review {
	width: 35%;
}
#ship-to-different-address {
	padding-left: 25px;
	font-size: 20px;
}
#ship-to-different-address input[type="checkbox"]{
	top:6px;
}
@media (max-width: 768px){
#form_woocommerce_checkout{
	display: block;
	width: 100%;
}
#customer_details {
	width: 100%;
	margin-right: 0px;
}
#order_review {
	width: 100%;
}
}
