.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}
.woocommerce-billing-fields>h2, .woocommerce-billing-fields>h3, .woocommerce-billing-fields>h4 {
    color: #ffffff !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    position: relative;
    padding: 25px 200px 25px 55px;
}
.woocommerce-error {
    color: #FFA31A;
    background-color: #ffffff;
    border-color: #fc692b;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #FFA31A;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #FFA31A;
}
.woocommerce-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}
.woocommerce-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be;
}
.woocommerce-orders-table__cell>a {
    color: #ffffff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 23px;
}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #F8D7DA;
    color: #a94442;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 35px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-error a.button {
    background: #ca5651;
    color: #ffffff;
}
.woocommerce-info a.button {
    background: #53a1ca;
    color: #ffffff;
}
.woocommerce-message a.button {
    background: #6faf54;
    color: #ffffff;
}
.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover {
    background: #212121;
    color: #ffffff;
}
/*=============================================*/

/* Cart Page */

/*=============================================*/

.woocommerce-cart table.shop_table {
    border: none;
    margin-bottom: 50px;
}
.woocommerce-cart table.shop_table th {
    background: #fff;
    border: none;
    font-weight: 500;
    padding: 25px 20px;
    font-size: 15px;
    line-height: 16px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-cart table.shop_table td {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce-cart table.shop_table a.remove {
    font-weight: 100;
    font-size: 22px;
    color: #fff !important;
}
.woocommerce-cart table.shop_table a.remove:hover {
    background: none;
    color: #212121;
}
.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 50px;
}
.woocommerce-cart table.shop_table .product-name a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.woocommerce-cart table.shop_table .product-name a:hover {
    color: #fc692b;
}
.woocommerce-cart table.shop_table .quantity .qty, .woocommerce-cart table.shop_table .quantity .qty:focus-visible {
    /*    width: 90px;*/
    height: 30px;
    text-align: center;
    outline: none;
    border: 2px solid #e8e8e8;
    border-radius: 3px;
    color: #fc692b;
}
.woocommerce-cart table.shop_table td.actions {
    padding: 20px 0;
}
.woocommerce-cart #content table.shop_table td.actions .coupon .input-text, .woocommerce-cart table.shop_table td.actions .coupon .input-text {
    width: 250px;
    padding: 12px 20px;
    margin-right: 10px;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-cart #content table.shop_table td.actions .coupon .input-text:focus, .woocommerce-cart table.shop_table td.actions .coupon .input-text:focus {
    border-color: #fc692b;
}
.woocommerce-cart table.shop_table td.actions .button, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button, .woocommerce-checkout .woocommerce-form-coupon .button, .woocommerce-checkout .woocommerce-form-login .button, .woocommerce-account .woocommerce-form-login .button, .woocommerce-account .woocommerce-form-register .button, .woocommerce-cart .return-to-shop .button {
    display: inline-block;
    background: #fc692b;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 35px;
    cursor: pointer;
    border: 2px solid #fc692b;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-cart table.shop_table td.actions .button:hover, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-checkout .woocommerce-form-coupon .button:hover, .woocommerce-checkout .woocommerce-form-login .button:hover, .woocommerce-account .woocommerce-form-login .button:hover, .woocommerce-account .woocommerce-form-register .button:hover, .woocommerce-cart .return-to-shop .button:hover {
    background: transparent;
    color: #fc692b;
}
.woocommerce-cart table.shop_table td.actions .coupon .button {
    background-color: #fc692b;
    border: 2px solid #fff;
}
.woocommerce-cart table.shop_table td.actions .coupon .button:hover {
    background: #fff;
    color: #ffa31a;
}
input {
    color: black;
}
h3#order_review_heading {
    padding-bottom: 32px;
}
bdi {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
/*------------------------*/

/* Cart Total */

/*------------------------*/

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr th {
    font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total .amount {
    color: #fc692b;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
}
/*------------------------*/

/* Shop Status Bar */

/*------------------------*/

.woocommerce_status_bar {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.woocommerce_status_bar .status-steps-item {
    padding: 10px 20px;
    position: relative;
    border: 1px solid #e8e8e8;
    margin: 0 30px;
    border-radius: 55px;
}
.woocommerce_status_bar .status-steps-item:not(:last-child):before {
    font-family: "Font Awesome 6 Pro";
    content: "\f30b";
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    font-size: 28px;
    color: #cccccc;
    display: flex;
    align-items: center;
}
.woocommerce_status_bar .status-steps-item span.num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #fff;
    font-size: 12px;
    /*    color: #fc692b;*/
    border-radius: 50px;
}
.woocommerce_status_bar .status-steps-item.active span.num {
    background: #fc692b;
}
.woocommerce_status_bar .status-steps-item label {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
/*=============================================*/

/* Checkout Page */

/*=============================================*/

.woocommerce-checkout .site-content #customer_details, div#customer_details {
    width: 60%;
    float: left;
    padding-right: 50px;
}
.woocommerce-checkout .site-content #customer_details .col-1, .woocommerce-checkout .site-content #customer_details .col-2 {
    float: none;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-checkout .site-content #customer_details .col-2 {
    margin-top: 50px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text, .woocommerce-checkout .woocommerce-additional-fields .form-row .input-text, .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single {
    padding: 12px 15px;
    height: auto;
    line-height: 1.5;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text:focus, .woocommerce-checkout .woocommerce-additional-fields .form-row .input-text:focus, .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single:focus {
    border-color: #fc692b;
    color: black;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea.input-text {
    height: 150px;
    padding: 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
div#order_review {
    width: 40%;
    float: right;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 6%);
}
.woocommerce form .form-row {
    padding: 8% 0px;
}
label {
    color: #fff;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    color: #fff;
}
button#place_order {
    color: #fff;
    background: #fc692b;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #2144d2;
    border-radius: unset;
}
a.woocommerce-terms-and-conditions-link, a.woocommerce-privacy-policy-link {
    color: #FFA31A;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}
.payment_method_casso-payos>p {
    color: #fc692b;
}
#order_review bdi {
    color: #FFA31A;
}
.woocommerce-privacy-policy-text p {
    color: #fff;
}
p.form-row.validate-required {
    margin-top: 30px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 50px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    color: #fff;
    padding-top: 50px;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce table.shop_table {
    color: #fff;
}
.woocommerce-table__product-name>a, td.product-name {
    color: #FFA31A;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce .woocommerce-customer-details :last-child {
    color: #fff;
    font-size: 18px;
}
a.woocommerce-remove-coupon {
    color: #fc692b;
}
.woocommerce table.shop_table, .woocommerce .woocommerce-customer-details address {
    border: unset;
    background: #2144d2;
}
.woocommerce-payos-gateway-page>h4 {
    font-size: 45px;
    font-weight: 700;
}
.woocommerce {
    padding-top: 50px;
}
.woocommerce table.shop_table th {
    color: #fff;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    font-size: 30px;
    margin-bottom: 20px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.ai-border, .woocommerce-customer-details address.ai-border {
    border: 1px solid #fc692b;
}
.checkout_coupon.woocommerce-form-coupon>p {
    color: #fff;
}
.woocommerce_status_bar {
    padding-bottom: 50px;
}
/*=============================================*/

/* My Account Page */

/*=============================================*/

.woocommerce-account #customer_login {
    width: auto;
}
.woocommerce-account #customer_login form.woocommerce-form-login, .woocommerce-account #customer_login form.woocommerce-form-register {
    border: 2px solid #e8e8e8;
    padding: 30px;
    margin: 0;
    min-height: 370px;
}
.woocommerce-account .woocommerce-form-login .form-row {
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-form-login .form-row input.input-text, .woocommerce-account .woocommerce-form-login .form-row .password-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    order: 2;
    margin-left: auto;
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-form-login .lost_password {
    margin-top: 10px;
}
.text-td a {
    color: #fc692b;
    font-size: 18px;
    font-weight: 500;
}
/* MyAccount Inner */

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style-type: none;
    background: #f7f7f7;
    /*    padding: 30px;*/
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 3px 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    background-color: #fff;
    padding: 18px 25px;
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #323232;
    line-height: normal;
    border-left: 3px solid transparent;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    right: 25px;
    left: auto;
    top: 0;
    bottom: 0;
    color: inherit;
    line-height: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #ff7048;
    border-left-color: #ff7048;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 80%;
    padding-left: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p strong {
    color: #fc692b;
}
.woocommerce-MyAccount-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce-MyAccount-content p a {
    color: #FFA31A;
    font-size: 18px;
    font-weight: 600;
}
#body-account {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    overflow-x: unset;
    overflow-y: unset;
}
/* Order Menu */

.woocommerce-account .woocommerce-MyAccount-content .shop_table {
    border: none;
    margin: 0;
    border-spacing: 0;
    margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table th {
    background: #f5f5f5;
    border: none;
    font-weight: 500;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 16px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table td {
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table .woocommerce-button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button, .woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
    display: inline-block !important;
    background: #ffffff;
    color: #ffa31a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 600;
    padding: 5px 25px;
    cursor: pointer;
    /*    border: 2px solid #212121;*/
    border-radius: 3px;
    margin: 0 !important;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table .woocommerce-button:hover {
    background: transparent;
    color: #212121;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button, .woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
    background: #fc692b;
    border-color: #fc692b;
    color: #ffffff;
    font-size: 13px;
    padding: 7px 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover, .woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button:hover {
    background: transparent;
    color: #fc692b;
}
/* Addresses Menu */

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 3px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .title h3 {
    font-size: 22px;
}
/* Account Detail Menu */

.woocommerce-account .woocommerce-MyAccount-content .edit-account .input-text {
    padding: 12px 15px;
    height: auto;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
#body-account {
    overflow-y: unset;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account .input-text:focus {
    border-color: #fc692b;
}
form.woocommerce-EditAccountForm.edit-account input:focus {
    color: black;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset legend {
    color: #fc692b;
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset .password-input {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
    margin-top: 15px !important;
}
/*------------------------*/

/* Select 2 - Dropdown */

/*------------------------*/

.select2-container--default .select2-dropdown {
    border-color: #e8e8e8;
}
.select2-container--default .select2-results__option {
    padding: 6px 15px;
    font-size: 15px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f5f5f5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #fc692b;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
    line-height: normal;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 2px;
    right: 10px;
    width: 30px;
}
h2, h3, h4, h5, h6, span.woocommerce-Price-amount.amount, dl.variation, .coupon label {
    color: #ffffff;
}
th {
    border-style: unset;
}
.ai-re-order:hover, .bth-close:hover, .ai-save-pass:hover {
    background-color: #384BFF;
    color: #fff;
}
thead>tr>th {
    color: #002bae !important;
}
p.ai-ip-text {
    padding: 0px 0px 15px 10px;
}
.ai-ip-text>strong {
    font-size: 20px;
    font-weight: 600;
    color: #f86237;
    margin-left: 10px;
}
.p-black {
    color: black !important;
}
.ai-row-status {
    display: flex;
}
a.nav-link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.nav-tabs .nav-link.active {
    color: #fc692b;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background: #fc692b;
}
.modal-header .modal-title {
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
}
h4#re-label-40 {
    color: black !important;
}
.modal-header p {
    font-weight: 700;
}
.tab-content {
    margin-top: 30px;
}
.nice-select.ai-time-metrics, {
    float: right;
    width: auto;
}
.ai-time-metrics {
    float: right;
    width: auto;
    right: 0px;
    background-color: unset;
    color: #ffa31a;
    border: unset;
    font-weight: 500;
    font-size: 18px;
}
.nice-select.ai-time-metrics {
    background-color: unset;
    width: 75px;
}
.nice-select.ai-time-metrics .current {
    color: #ffa31a;
}
.w-40 .nice-select::after {
    top: 20px;
    right: -5px;
    border-color: #ffffff;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.list li.option {
    padding: 4px 0px 2px 10px;
    font-weight: 400;
    border: 1px solid #fff;
}
.ai-time-metrics ul.list {
    border-radius: 0px;
}
.chart-container {
    background: #fff;
}
/*=============================================*/

/* Woocommerce Responsive */

/*=============================================*/
@media (min-width:1600px) {
    .hero-section .container, .header-1 .container, .header-top .container, .footer-widgets-wrapper .container{
        max-width: 90%;
    }
}
@media (max-width:1200px) {
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(4, 1fr);
    }
    .woocommerce #content .product-image-summary-inner .product-summary .summary, .woocommerce .product-image-summary-inner .product-summary .summary {
        padding-left: 0px;
    }
}
@media (max-width:991px) {
    /*------------------------*/
    /* Shop Page */
    /*------------------------*/
    .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .sidebar.shop-widget-sidebar {
        margin-top: 60px;
    }
    /*------------------------*/
    /* Detail Page */
    /*------------------------*/
    .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
        width: 80px;
        max-height: 345px;
        margin-right: 5px;
    }
    .summary .cart button.single_add_to_cart_button {
        min-width: auto;
    }
    .woocommerce .site-content div.product .woocommerce-tabs ul.wc-tabs li a {
        min-width: 170px;
    }
    /*------------------------*/
    /* Cart Page */
    /*------------------------*/
    .woocommerce_status_bar {
        justify-content: space-around;
        padding: 0 150px;
    }
    .woocommerce_status_bar .status-steps-item {
        padding: 0;
        margin: 0 20px;
        text-align: center;
        border: none;
    }
    .woocommerce_status_bar .status-steps-item label {
        padding-left: 0;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        color: #323232;
        display: block;
        margin-top: 5px;
    }
    .woocommerce_status_bar .status-steps-item:first-child {
        margin-left: 0;
    }
    .woocommerce_status_bar .status-steps-item:last-child {
        margin-right: 0;
    }
    .woocommerce_status_bar .status-steps-item:not(:last-child):before {
        right: -28px;
        bottom: 30px;
    }
    /*------------------------*/
    /* Checkout Page */
    /*------------------------*/
    .woocommerce-checkout .site-content #customer_details {
        width: 50%;
        padding-right: 30px;
    }
    .woocommerce-checkout .site-content #order_review {
        width: 50%;
    }
}
@media (max-width:767px) {
    /*------------------------*/
    /* Cart Page */
    /*------------------------*/
    .woocommerce_status_bar {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .woocommerce_status_bar .status-steps-item {
        padding: 8px 15px;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }
    .woocommerce_status_bar .status-steps-item label {
        white-space: nowrap;
        font-size: 14px;
    }
    .woocommerce_status_bar .status-steps-item:last-child {
        margin-bottom: 0;
    }
    .woocommerce_status_bar .status-steps-item:not(:last-child):before {
        content: normal;
    }
    .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
        border: 1px solid #e8e8e8;
        border-bottom: none;
        margin-bottom: 15px;
    }
    .woocommerce-cart table.shop_table td {
        padding: 10px 15px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: inherit;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 600;
        color: #212121;
        font-size: 14px;
    }
    .woocommerce-cart #content table.shop_table td.actions .coupon .input-text, .woocommerce-cart table.shop_table td.actions .coupon .input-text {
        width: 222px;
    }
    .woocommerce-cart table.shop_table td.actions .coupon .button {
        width: 47%;
        padding: 10px 15px;
    }
    /*------------------------*/
    /* Checkout Page */
    /*------------------------*/
    .woocommerce-form-login-toggle .woocommerce-error, .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-message, .woocommerce-form-coupon-toggle .woocommerce-error, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-message {
        position: relative;
        padding: 25px 20px 25px 55px;
    }
    .woocommerce-checkout .site-content #customer_details {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-bottom: 20px;
    }
    .woocommerce-checkout .site-content #order_review {
        width: 100%;
    }
    .woocommerce-checkout .site-content #customer_details .col-2 {
        margin-top: 30px;
    }
    .woocommerce {
        padding-top: 0px;
    }
}
@media (max-width:479px) {
    /*------------------------*/
    /* Cart Page */
    /*------------------------*/
    .woocommerce-cart #content table.shop_table td.actions .coupon .input-text, .woocommerce-cart table.shop_table td.actions .coupon .input-text {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-cart table.shop_table td.actions .coupon .button {
        width: 100% !important;
        padding: 10px 15px;
        margin-top: 10px;
    }
    .woocommerce_status_bar {
        flex-wrap: wrap;
        padding: 0;
    }
    .woocommerce_status_bar .status-steps-item {
        padding: 0;
    }
    .woocommerce_status_bar .status-steps-item label {
        display: inline-block;
        margin-left: 10px;
    }
    /*------------------------*/
    /* Wishlist Page */
    /*------------------------*/
    .woocommerce-wishlist ul.wishlist_table li {
        flex-wrap: wrap;
    }
    .woocommerce-wishlist ul.wishlist_table li .additional-info-wrapper {
        width: 100%;
        white-space: inherit;
    }
    .woocommerce-wishlist ul.wishlist_table li .additional-info-wrapper .product-add-to-cart a {
        width: 100%;
    }
    /*------------------------*/
    /* Checkout Page */
    /*------------------------*/
    .woocommerce .woocommerce-form-coupon .form-row {
        width: 100%;
    }
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        margin-left: 0;
    }
    .woocommerce-checkout .site-content #order_review {
        padding: 20px;
    }
    /*------------------------*/
    /* My Account Page */
    /*------------------------*/
    .woocommerce-account #customer_login form.woocommerce-form-login, .woocommerce-account #customer_login form.woocommerce-form-register {
        padding: 25px;
    }
    .woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
        margin-left: 0;
        margin-top: 10px;
    }
    /*------------------------*/
    /* Order Page */
    /*------------------------*/
    .woocommerce-order ul.woocommerce-order-overview li {
        width: 100%;
        padding: 8px 0;
    }
}
.woocommerce-error a.button {
    background: #fc692b !important;
}
.woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-message a.button, a.woocommerce-Button.button {
    color: white !important;
    background: #fc692b !important;
}
input#reg_email, input#password, input#user_login, input#reg_password {
    padding: 12px 15px;
    height: auto;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
span.password-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
a.checkout-button.button.alt.wc-forward {
    line-height: 8px;
}
input#coupon_code {
    float: none;
    padding: 12px 15px;
}
input#coupon_code:focus {
    color: black;
}
.coupon label {
    margin-right: 10px;
}
p.form-row.form-row-first, .woocommerce form .form-row {
    padding: 0;
}
.woocommerce-cart-form .blockUI,
.woocommerce-cart-form .blockOverlay {
/*    display: none !important;*/
}
.woocommerce-cart-form .blockUI {
    background: rgba(255, 255, 255, 0.8) !important; /* Làm mờ nền */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Tạo animation loading đẹp hơn */
.woocommerce-cart-form .blockOverlay {
    background: rgba(255, 255, 255, 0.6) !important;
}
div.cart_totals:before{
    background: rgba(255, 255, 255, 0.8) !important; /* Làm mờ nền */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
/*    height: 50px;*/
/*    width: 50px;*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    margin-left: -0.5em;*/
/*    margin-top: -0.5em;*/
/*    display: block;*/
/*    content: "";*/
/*    -webkit-animation: none;*/
/*    -moz-animation: none;*/
/*    animation: none;*/
/*    background: url("/wp-content/uploads/2023/05/importing.svg") center center;*/
/*    background-size: auto;*/
/*    line-height: 1;*/
/*    text-align: center;*/
/*    font-size: 2em;*/
    z-index: 9999999;
}
.ai-bgr {
    display: none;
    /*position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000050;
    z-index: 999;*/
}
.blockUI.blockOverlay {
    opacity: 1 !important;
}
.ai-p-hosting {
    color: #fc692b;
}
/* xử lý popup gia hạn */

button.btn.btn-default.bth-close {
    background: #002bae;
    color: #fff;
}
.ai-popup .modal-content {
    border-radius: 0.5rem !important;
    width: -webkit-fill-available;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
}
.btn-info {
    background-color: #f86237;
    border-color: unset;
    color: #fff;
}
.btn-info:hover {
    background: #fff;
    color: #f86237 !important;
}
.modal-content input#password {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
}
.ai-save-passai-text-re-order {
    background-color: #f86237;
    color: white;
}
.ai_select_hosting, .ai_select_vps {
    font-size: 16px;
    color: #fff;
    height: 43px;
    border-radius: 10px;
    border: 1px;
    background: #f5f5f5;
}
p.ai-text-re-order {
    color: black;
}
.nice-select .current {
    padding: 10px;
    color: #fc692b;
}
.hosting-pricing-button, .pricing-table .pricing-button {
    margin-top: 15px;
}
.ai-row-button {
    padding-top: 50px !important;
}
.ai-container-button {
    padding: 20px 35px 0px 12px;
}
.btn-lg {
    width: 100% !important;
}
.btn-lg-a {
    color: white !important;
    text-decoration: auto !important;
}
.woocommerce .quantity br {
    display: none;
}
.ai-text-re-order {
    padding: 15px 0 15px 15px;
    font-size: 17px;
}
.ai-lable-text-user {
    color: #ff9600 !important;
    background: unset !important;
    font-size: 19px;
    font-weight: 700;
    margin-left: 5px;
}
.ai-re-order, .ai_re_install_vps, .ai-save-pass {
    background-color: #f86237;
    color: white;
    text-decoration: none;
}
button.ai_re_install_vps.ai_os.btn:hover {
    background: #fff;
    color: #FF5722;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce-account .woocommerce-form-login .form-row {
    padding: 3px !important;
    margin: 0 0 6px !important;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-row label {
    padding-bottom: 8px !important;
}
p.form-row.ai-login {
    padding-top: 63px !important;
}
input#account_display_name {
    width: 100%;
}
.btn-info-blue {
    background-color: #377ef8 !important;
    color: white;
}
#id_template, #type_vps {
    color: black;
    background: white;
    height: 50px;
    border: 2px solid #e8e8e8;
    font-weight: 400;
}
.woocommerce form .form-row .required {
    color: red;
}
form.woocommerce-form.woocommerce-form-register.register p:not(.woocommerce-form-row) {
    margin: 0;
}
.woocommerce-payos-gateway-page {
    margin-bottom: 50px !important;
}
.shop_table.woocommerce-checkout-review-order-table thead tr th {
    color: #fff !important;
}
@keyframes rung {
    0% {
        transform: translateX(-3px);
    }
    25% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(-3px);
    }
    75% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}
.main-navigation .navbar-nav>li>a {
    font-size: 18px !important;
}
.woocommerce-order-details table thead tr th {
    color: #fff !important;
}
span.woocommerce-Price-amount.amount {
    color: #FFA31A;
}
.modal-backdrop.show {
    display: none;
    z-index: 1 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .wrap .container-fluid .modal.fade.show {
    background-color: #00000090 !important;
}
a.back-to-login{
    color: #ffffff;
}
@media only screen and (max-width: 480px) {
    .woocommerce-message a.button {
        display: none;
    }
    .woocommerce-payos-gateway-page>h4 {
        font-size: 25px;
        font-weight: 500;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding-top: 20px;
        font-size: 18px;
        font-weight: 400;
    }
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 18px;
        font-weight: 400;
        padding-top: 0px;
    }
    .woocommerce-payos-gateway-page {
        margin-bottom: 35px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        float: unset;
        padding: 0;
        margin: 0;
        padding-top: 20px;
    }
    .row .ai-row {
        padding-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .ai-row.ai-row-button .col-md-6 {
        padding-bottom: 15px;
    }
    p.ai-ip-text {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    .site-header .header-logo {
        width: 50%;
    }
    .woocommerce_status_bar .status-steps-item label, .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        color: #fff;
    }
}
@media (max-width: 1366px) {
    .ai-cart {
        display: block;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: unset;
    }
    .cart_totals h2 {
        padding-bottom: 10px;
    }
    li.woocommerce-order-overview__payment-method.method {
        margin-top: 30px;
    }
}
@media (min-width: 1367px) {
    .ai-cart {
        display: flex;
        flex-direction: row;
        gap: 50px;
        align-items: flex-end;
        border: 1px solid;
        padding: 30px 0;
        border-color: #fc692b;
    }
    form.woocommerce-cart-form {
        width: 100%;
    }
    .woocommerce-cart table.shop_table {
        border: none;
        margin-bottom: 0;
    }
    .woocommerce-cart table.shop_table td.actions {
        padding: 0;
        padding-top: 6px;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 70%;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 100%;
    }
    .woocommerce-cart .cart-collaterals .cart_totals h2 {
        font-weight: 500;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .woocommerce-cart table.shop_table td {
        border: none;
        padding: 20px;
        font-size: 15px;
        font-weight: 400;
    }
    .actions p {
        margin-bottom: 0;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin: 0 0 18px;
    }
    .ai-cart {
        padding: 20px !important;
    }
    table.shop_table.woocommerce-cart-form__contents {
        margin-bottom: 0px !important;
    }
    table tr td {
        border-bottom: none !important;
    }
    table.shop_table.woocommerce-cart-form__contents tbody tr:last-child td {
        padding-bottom: 0px !important;
        padding-top: 16px !important;
    }
    table.shop_table.woocommerce-cart-form__contents tbody tr:last-child td button {
        padding: 15px 20px !important;
        line-height: 1.3 !important;
    }
    .cart_totals .shop_table {
        margin-bottom: 30px !important;
    }
    p.woocommerce-LostPassword.lost_password {
        height: 28px;
    }
    p.woocommerce-lg {
        margin-top: 10px !important;
        height: 28px;
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
    .woocommerce-privacy-policy-text {
        height: 55px;
    }
}