/* Affiliate Regstration button */
button.btn.button {
    background: #d87a11;
    border-radius: 30px;
    padding: 10px;
    border: none;
    font-size: 20px;
    color: white;
}

/* Eth Wallet */
button.MuiButtonBase-root.MuiButton-root.jss6.MuiButton-contained.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedOutlined.MuiButtonGroup-groupedOutlinedHorizontal.MuiButtonGroup-groupedOutlined.MuiButton-containedSecondary.MuiButton-containedSizeSmall.MuiButton-sizeSmall {
    background: #d87a11;
}

/* Referal box on checkout page */
.wp-block-yith-yith-wcaf-set-referrer.wc-block-components-totals-wrapper {
    background: #fafafa;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
}

a.yith-block-components-set-referrer-link {
    color: #d87a11;
}

button.components-button.yith-block-components-set-referrer__button.wp-element-button {
    border-radius: 30px;
}

/* Checkout page button */
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border-radius: 30px;
}

/* Cart page button */
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border-radius: 30px;
}

/* Add to cart page button */
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart {
    border-radius: 30px;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    border-radius: 30px;
}

/* Currency buttons */
a.yith-wcmcs-currency.yith-wcmcs-currency--selected {
    border-radius: 30px;
}

.yith-wcmcs-currency-list--label .yith-wcmcs-currency {
    border-radius: 30px;
}

/* Mini cart button */
a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-shopping-button-block.wp-block-button__link.wc-block-mini-cart__shopping-button.contained {
    border-radius: 30px;
}

/* Add funds button */
input.button.yith-funds-add-fund.disabled {
    padding: 10px;
    background: #d87a11;
    border-radius: 30px;
    font-size: 16px;
    color: white;
    border: 0px;
}

.yith-funds-add-fund-wrapper .button.yith-funds-add-fund {
    width: 100%;
    border-radius: 30px !important;
    color: white;
	font-size: 16px;
    background: #d87a11;
    border: 0px;
    padding: 10px;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-form #yith-funds-add-amount, .yith-funds-add-fund-wrapper .yith-funds-add-fund-form #yith-funds-add-amount:focus {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 5px;	
}

/* My dashboard - wallet button */
img.uag-image-176.lazyloaded {
    margin-top: -30px;
}

/* Checkout payment options */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fafafa;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border-radius: 30px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    border-radius: 30px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 1em 1em 0 0;
}

/* Forminator submit buttons */
.forminator-ui#forminator-module-6713.forminator-design--default .forminator-button-submit {
    border-radius: 30px;
    width: 50%;
    margin-left: 25%;
}

.forminator-ui#forminator-module-6929.forminator-design--default .forminator-button-submit {
	border-radius: 30px;
	width: 50%;
	margin-left: 25%;
}

.forminator-ui#forminator-module-6999.forminator-design--default .forminator-button-submit {
	border-radius: 30px;
	width: 50%;
	margin-left: 25%;
}