.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(2),
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(4),
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(6) {
    display: none !important; 
} 
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(1) {
    order: 2;
} 
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(3) {
    order: 3;
} 
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(5) {
    order: -1;
} 
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(7) {
    order: 1;
} 
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(8) {
    order: 0;
} 
#affwp-affiliate-dashboard-tabs .affwp-affiliate-dashboard-tab:nth-of-type(9) {
    order: 4;
} 
.woocommerce-account .woocommerce-MyAccount-navigation>ul li a {
    
}
@media (min-width: 992px) {
    .woocommerce .btn-cart-main a.button, .woocommerce a.added_to_cart {
        font-size: 16px !important;
        white-space: nowrap;
        display: flex !important;
        align-items: center !important;
        width: auto !important;
    }
}
.woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
}
.place-order .form-item-checkbox label {
    font-size: 14px;
}
.form-row.place-order .order-title {
    font-size: 16px;
}
.woocommerce-checkout-review-order .checkout-text {
    margin: 10px 0;
}
.woocommerce-checkout-review-order .checkout-text p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
/* 13.067 */
.payment_box.payment_method_cod span {
    color: #777;
}
.payment_box.payment_method_cod i {
    color: #777;
}
#payment .form-row.place-order #place_order {
    background: #893f29;
    color: #fff;
}
.woocommerce-checkout .woocommerce-shipping-methods input:checked+label, 
.woocommerce-checkout .wc_payment_method input:checked+label, 
.woocommerce-checkout .wc_payment_method label {
    border: 1px solid #893f29;
}
.woocommerce-checkout .wc_payment_method.active label {
    border: 1px solid #893f29 !important;
    background: #893f29;
    color: #fff;
}
.woocommerce-checkout .wc_payment_method.active input:checked+label::before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
}
.woocommerce-checkout .wc_payment_method label {
    border: 1px solid #e5e5e5 !important;
}
body.woocommerce-checkout form.woocommerce-checkout #payment ul.payment_methods li label {
    cursor: pointer !important;
}
body .woocommerce #respond input#submit, 
body .woocommerce button.button, 
body .woocommerce input.button {
    background: #893f29;
}
body .wc-proceed-to-checkout a.checkout-button.button {
    background-color: #893f29;
}
body.woocommerce-checkout .woocommerce-shipping-methods input:checked+label::before, 
body.woocommerce-checkout .wc_payment_method input:checked+label::before, 
body.woocommerce-checkout .wc_payment_method input+label::before {
    border: 5px solid #ccc;
}
body.woocommerce-checkout .wc_payment_method.active input:checked+label::before, 
body.woocommerce-checkout .wc_payment_method.active input+label::before {
    /* border: 5px solid #893f29; */
}
.wc_payment_method .payment_box {
    /* display: none !important;  */
}
