/* Main CSS file for Coffee Store theme */ 
.wc-block-cart__submit.btn_new{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    border-radius: 5px;
}
.wc-block-cart__submit-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wc-block-cart__submit .wc-block-cart__submit-button{
    width: 100%;
    border: none;
    outline: none !important;    
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.wc-block-cart__submit .wc-block-cart__submit-button span.wc-block-components-button__text{
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
}
.wc-block-components-checkout-place-order-button{
    outline: none !important;
}
.wc-block-components-checkout-place-order-button .wc-block-components-button__text{
    color: #fff !important;
    font-weight: 600;
}
button.wc-block-components-totals-coupon__button{
    background-color: #ef722f;
    color: #fff !important;
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}
button.wc-block-components-totals-coupon__button span.wc-block-components-button__text{
    color: #fff !important;
}
#wc-block-components-totals-coupon__input-coupon{
    outline: none !important;
}
.woocommerce-info{
    display: flex;
    align-items: center;
}
.woocommerce-info::before{
    position: static !important;
    padding-right: 10px;
}