/*
Theme Name: danghieu.com
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.page-wrapper.my-account .align-equal>.col {
    display: block;
}

.woocommerce-MyAccount-content {
    background: #242424;
    padding: 30px;
    border-radius: 4px;
    transform: translateY(-3px);
    border: 1px solid #ef3713 !important;
}

h4.topUpFormPaymentText {
    text-transform: uppercase;
    font-size: 20px;
	color: #fff;
}
.topUpFormPayment select, .topUpFormPayment input {
    box-shadow: unset;
    border-radius: 6px;
}


.recharge-guide {
    font-family: 'Open Sans', sans-serif;
    color: #34495e;
    background-color: #d9efe2;
    padding: 0.6rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    font-size: 0.9rem;
    border-left: 4px solid #07f468;
    font-style: italic;
    margin-bottom: 10px;
}
.recharge-guide * {
    color: #242424 !important;
}

.topUpFormPayment button[type="submit"] {
    background-color: #ef3713;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: inherit;
    font-weight: 500;
}

.topUpFormPayment input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

p.guide-steps span {
    display: block;
}
.large-3.col.col-border, .large-3.col.col-border li {
    border: unset;
}


section.woocommerce-order-details * {
    color: #fff;
}
section.woocommerce-order-details * {
    border: unset;
}