.woocommerce-cart .cart-collaterals .cart_totals table th {
	text-transform: uppercase;
}

.woocommerce ul#shipping_method li input {
    margin-top: 0;
    vertical-align: middle;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
    text-align: center;
}

@media (max-width: 393px) {
	.woocommerce a.remove {
		margin-left: auto;
	}
	
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 14rem;
		padding: 1rem 2rem;
	}
}

.section-pawning-guide .choices-gallery p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem;
}

@media (max-width: 991px) {
	.section-pawning-guide .choices-gallery p {
		gap: 3rem;
	}
}

@media (max-width: 393px) {
	.section-pawning-guide .choices-gallery p {
		grid-template-columns: 1fr;
	}
}

.section-pawning-guide .choice-heading {
	font-size: 2rem;
	font-weight: 700;
	color: #c31e2f;
}

.section-pawning-guide .form-choice {
	display: none;
}

.section-pawning-guide .result-fields label {
	margin-top: 3rem;
}

.cf7mls-btns .cf7mls_next.action-button, 
.cf7mls-btns .cf7mls_back.action-button,
.cf7mls_back.action-button,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0.8rem;
}
 
.cf7mls_back.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    background-color: #000;
	color: #fff;
}


.cf7mls_next.action-button {
    background-color: #c31e2f;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    background-color: #c31e2f;
	border-color: #c31e2f;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    color: #c31e2f;
	background-color: #fff;
}