.woocommerce-checkout-payment#payment {
    padding-top: 20px !important;
    border: none !important;
}

td.order-paymant-field{
	font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.47;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0.06em;
    text-align: inherit;
    color: #1d1c21;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount, tr.cart-subtotal .amount
{
	font-size: 14px !important;
}
.payment-nomenclature{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -70px;
}
p.form-row.form-row-wide.mailchimp-newsletter {
    margin-bottom: -25px;
}
.woocommerce-checkout .woocommerce-info > a {
    font-size: 16px !important;
    margin-left: 8px;
}

#order_review > table > tfoot > tr.order-paymant-form.order-total > td {
    font-weight: bold;
}


.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 0px !important;
}

button#place_order {
    background: #dea700 !important;
    border: #ffdead;
	color: #000 !important;
}
input[name="apply_coupon"] {
    width: 200px !important;
	height: 53px;
}
a.checkout-button.button.alt.wc-forward {
    background: #dea700 !important;
    color: #000 !important;
    border: none;
}
tr.woocommerce-shipping-totals.shipping > th:after {
    content: ":";
}
tr.woocommerce-shipping-totals.shipping > td {
    margin-left: 3px;
}
tr.woocommerce-cart-form__cart-item.cart_item > td.product-name {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
.woocommerce table.shop_table thead th.product-name {
    text-align: right;
    
}
@media (min-width: 992px){
	.woocommerce table.shop_table tbody tr td.product-price {
    width: 200px !important;
	}}