#wrapper.tvvn-checkout-advance {
    background: #fff !important;
}

.page-checkout-modern .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin: 0 auto !important;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_state_field,
.checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_city_field {
    width: 48% !important;
}

.blockUI.blockOverlay {
    z-index: 1 !important;
    display: none !important;
}

.blockUI.blockOverlay:before {
    content: "";
    display: inline-block;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #333;
    border-left: 1px solid #efefef;
    border-right: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: tvcheckout-spin .5s linear infinite;
    /* Safari | Chrome */
    -moz-animation: tvcheckout-spin .5s linear infinite;
    /* FF */
    -o-animation: tvcheckout-spin .5s linear infinite;
    /* Opera */
    -ms-animation: tvcheckout-spin .5s linear infinite;
    /* IE */
    animation: tvcheckout-spin .5s linear infinite;
}

.woocommerce-customer-details--phone {
    margin: 0;
}

.checkout-modern-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.checkout-modern-wrap .woocommerce-NoticeGroup-checkout {
    width: 100%
}

.checkout-modern-wrap .checkout-modern-left-wrap {
    width: 60%;
    padding-right: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.checkout-modern-wrap .checkout-modern-right-wrap {
    width: 40%;
    padding-left: 50px;
    padding-top: 65px;
    position: relative
}

.checkout-modern-wrap .checkout-modern-right-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #F9F9F9;
    border-left: 1px solid #ececec
}

.checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_city_field,
.checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_state_field,
.checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_postcode_field {
    width: 33.3333%;
    vertical-align: top;
}

.checkout-modern-bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.checkout-modern-bg .checkout-modern-bg-left {
    width: 60%;
    background: #fff;
}

.checkout-modern-bg .checkout-modern-bg-right {
    width: 40%;
    background: #F9F9F9
}

body.tvcheckout-rtl .checkout-modern-wrap .checkout-modern-left-wrap {
    padding-left: 50px;
    padding-right: 0
}

body.tvcheckout-rtl .checkout-modern-wrap .checkout-modern-right-wrap {
    padding-right: 50px;
    padding-left: 0
}

body.tvcheckout-rtl .checkout-modern-wrap .checkout-modern-right-wrap:before {
    border-left: none;
    border-right: 1px solid #efefef
}

.order-review.order-review-modern .woocommerce-checkout-review-order,
.order-review.order-review-modern .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.order-review.order-review-modern .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
    display: none;
}

.checkout-modern-wrap .woocommerce-checkout-review-order table tbody tr:first-child td,
.checkout-modern-wrap .woocommerce-checkout-review-order table tbody .product-name {
    padding: 15px 0;
    vertical-align: top;
    border-top: none;
    border-right: none;
}

.woocommerce table.shop_table tfoot .cart-subtotal span.amount,
.checkout-modern-wrap .woocommerce-checkout-review-order table tbody .product-total span.amount {
    font-weight: normal;
}

.checkout-modern-wrap .co-wrap-item {
    /*align-items: center;*/
}

.co-wrap-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.co-wrap-img {
    flex: none;
    width: 60px;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.checkout-modern-wrap .woocommerce-checkout-review-order-table img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shop_table .product-quantity.quantity-review-item {
    width: auto;
}

.shop_table .product-quantity {
    width: 120px;
    text-align: center;
}

.quantity-review-item {
    position: absolute;
    right: -10px;
    top: -10px;
    display: inline-block;
    background: #555;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    min-width: 20px;
    padding: 0 2px;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce-checkout-review-order table tbody td.product-name {
    padding-left: 20px;
    width: 70%;
    word-break: break-word;
}

.tvcheckout-relative,
.tvcheckout_load_ajax {
    position: relative;
}

.woocommerce-checkout-review-order .product-total {
    text-align: right;
}


.tvcheckout-bc-modern {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.tvcheckout-bc-modern .tvcheckout-bc-modern-sp {
    font: normal normal normal 14px/1 dashicons
}

.tvcheckout-bc-modern .tvcheckout-bc-modern-sp:after {
    content: "\f345";
    padding: 0 10px
}

.tvcheckout-bc-modern a {
    color: #333;
    font-size: 13px
}

.tvcheckout-bc-modern a:hover,
.tvcheckout-bc-modern a.active {
    color: #111
}

.checkout-modern-left-wrap {
    padding-top: 30px;
    padding-bottom: 0px
}

.shop_table tfoot td {
    text-align: right;
    font-weight: bold;
}

.checkout-modern-wrap .woocommerce-checkout-review-order table th,
.checkout-modern-wrap .woocommerce-checkout-review-order table tbody td.product-name {
    padding-left: 0 !important;
}

.checkout-modern-wrap .woocommerce-checkout-review-order table td {
    vertical-align: top;
}
.checkout-modern-wrap .woocommerce-checkout-review-order table td.product-total{
    max-width: 100px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.tvcheckout-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#coupon_code-clone {
    height: 40px;
    font-size: 15px;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    padding-left: 12px;
    width: 100%;
    outline: none;
    height: 44px;
    background: transparent;
}

#apply_coupon_clone {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    min-width: 95px;
    height: 44px;
}

#order_review .form-row {
    margin-left: 0;
    margin-right: 0;
}

.checkout-modern-wrap .woocommerce-form-coupon-toggle,
.checkout-modern-wrap .checkout_coupon {
    display: none !important;
}


.tvcheckout-checkout-step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
}

.checkout-modern-wrap #tvcheckout-billing-info,
.checkout-modern-wrap #tvcheckout-step_payment {
    display: none;
}

.checkout-modern-right-wrap #tvcheckout-payment-wrap {
    display: none !important;
}

.checkout-modern-wrap form.checkout {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.checkout-modern-wrap form.checkout,
.checkout-modern-wrap #tvcheckout-billing-info {
    margin-top: 0px;
}

#tvcheckout-billing-info {
    margin-bottom: 20px;
}

.checkout-modern-wrap .woocommerce-additional-fields {
    display: none;
}

.woocommerce-form-login-toggle {
    margin-bottom: 20px;
}

.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
        border: 1px solid #e6e6e6;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.customer-info.customer-info-method .customer-info-right label {
    margin: 0 !important;
    font-weight: normal !important;
}

.woocommerce table.shop_table td.product-name {
    border-top: 1px solid rgba(0, 0, 0, .1);
}


.checkout-modern-wrap{
    padding: 0 !important;
}
.checkout-modern-wrap .checkout-modern-right-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #F9F9F9;
    border-left: 1px solid #ececec;
    width: 100vw;
}

.checkout-modern-wrap .order-review {
    background: transparent;
}

.checkout-modern-wrap .order_review-heading {
    display: none;
}

.order_review-heading {
    text-align: center;
    font-weight: 800;
    font-size: 130%;
    text-transform: uppercase;
    padding: 8px 0 10px 0;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 18px !important;
    font-weight: normal;
}

.woocommerce-checkout-review-order {
    padding: 0;
}

.checkout-modern-wrap .woocommerce-checkout-review-order table {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding-top: 30px;
}

.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 0;
    margin-bottom: 5px;
}

.woocommerce-checkout-review-order table {
    border-collapse: collapse;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 6%);
}



table.shipping-wrap-modern tbody .woocommerce-shipping-totals th {
    display: none !important;
}

table.shipping-wrap-modern tbody .woocommerce-shipping-totals td {
    padding: 0 !important;
}






#tvcheckout-billing-info {
    margin-bottom: 20px;
}

#tvcheckout-shipping-methods {
    margin-bottom: 20px;
}

#main-content form>.woocommerce-additional-fields {
    margin-bottom: 20px;
}

#tvcheckout-billing-info .customer-info-wrap {
    border: 1px solid #ddd;
    padding: 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tvcheckout-billing-info .customer-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 100%;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5;
}

#tvcheckout-billing-info .customer-info-left {
    width: 100px;
    flex: none;
    color: #333;
    font-size: 13px;
}

#tvcheckout-billing-info .customer-info-right {
    flex-grow: 1;
    /*font-weight: bold;*/
    color: #333;
}

#tvcheckout-billing-info .customer-info-change {
    width: 55px;
    flex: none;
    text-align: right;
    color: #999;
    font-size: 12px;
}

#tvcheckout-billing-info .customer-info:first-child {
    border-top: none;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}

.processing {
    position: relative
}

.processing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    opacity: 0.6;
    z-index: 8
}

.processing:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #333;
    border-left: 1px solid #efefef;
    border-right: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: tvcheckout-spin .5s linear infinite;
    -moz-animation: tvcheckout-spin .5s linear infinite;
    -o-animation: tvcheckout-spin .5s linear infinite;
    -ms-animation: tvcheckout-spin .5s linear infinite;
    animation: tvcheckout-spin .5s linear infinite
}
.vat_active .tvvn_export_vat_wrap fieldset{
    padding: 0;
    border: none;
}
.checkout-modern-wrap .processing:before {
 
}

/* Safari | chrome */
@-webkit-keyframes tvcheckout-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

/* FF */
@-moz-keyframes tvcheckout-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

/* Opera */
@-o-keyframes tvcheckout-spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes tvcheckout-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}


#tvcheckout-billing-info .customer-info.hidden-tag {
    display: none;
}

.hidden-tag {
    display: none !important;
}

#customer_details .form-row .select2 .selection .select2-selection__rendered{
    height: 50px;
}
.checkout.woocommerce-checkout div:not(#tvcheckout-shipping-methods) input:not(.input-checkbox) {
    height: 50px !important;
    border-color: #c9c9c9 !important;
    background: transparent !important;
    color: #000 !important;
    width: 100%;
    box-shadow: none;
    border: 1px solid;
    padding-left: 12px;
    font-size: 16px;
    border-radius: 3px;
    margin: 0 !important;
}

#ship-to-different-address label {
    font-weight: normal;
    font-size: 16px;
    padding-left: 20px;
    margin: 0 0 2px 0;
}

#ship-to-different-address label span {
    position: relative;
    top: -2px;
}

#tvcheckout-payment-wrap ul.payment_methods li,
#tvcheckout-shipping-methods ul#shipping_method li {
    margin: 5px 0 !important;
    display: block;
    float: left;
    width: 100%;
}

.checkout.woocommerce-checkout input::-webkit-input-placeholder {
    /* Edge */
    color: #666;
    font-size: 16px;
}

.woocommerce form .form-row.address-field .select2-container,
.select2-container {
    margin: 0 !important;
}

.checkout.woocommerce-checkout .select2-selection--single {
    height: 44px;
    background-origin: #c9c9c9 !important;
    border-radius: 3px;
    padding: 0 !important;
}

.checkout.woocommerce-checkout .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.checkout.woocommerce-checkout .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce form .form-row label {
    font-weight: normal !important;
    color: #333;
}

.woocommerce table.shop_table tfoot tr:not(:last-child) th,
.woocommerce table.shop_table tfoot tr:not(:last-child) td {
    border: none !important;
}

.woocommerce table.shop_table tfoot tr th,
.woocommerce table.shop_table tfoot tr td {
    padding: 5px 12px;
    font-size: 16px;
}

.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td {
    padding: 0 !important;.tvvncheckout-empty
    border-right: none !important;
    border: none;
}

.woocommerce table.shop_table tfoot td {
    color: #333;
    font-weight: normal !important;
}

.woocommerce table.shop_table tfoot td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce table.shop_table tfoot td ul label {
    margin: 0;
    font-weight: normal !important;
}

.woocommerce table.shop_table tfoot tr.order-total td strong .woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    position: relative;

}

.co-wrap-info {
    color: #000;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
}

.co-wrap-info .variation{
    margin-top: 3px;
}
.co-wrap-info .variation,
    .co-wrap-info .variation p{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #000;
}

td.product-total {
    color: #000;
}

.tvcheckout-back-step {
    opacity: 0.6;
    color: #000;
}

.tvcheckout-switch-step {
    padding: 0px 15px !important;
    margin: 0 !important;
    background: #30d17d !important;
    color: #fff !important;
    border-color: #30d17d !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    height: 45px;
    line-height: 42px !important;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    margin-bottom: 0 !important;
}

.woocommerce table.shop_table tfoot tr.cart-discount {
    background: transparent;
}

.woocommerce table.shop_table tfoot tr.fee span.amount,
.woocommerce table.shop_table tfoot tr.cart-discount span.amount {
    font-weight: normal;
    font-size: initial;
}

.woocommerce ul.payment_methods li label,
.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
    font-weight: normal;
    color: #000;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    background: transparent !important;
}

.woocommerce ul#shipping_method .amount {
    float: right !important;
    font-weight: normal !important;
}

.woocommerce form .form-row label {
    line-height: 1.3 !important;
    font-size: 13px;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    background: transparent !important;
    height: 90px !important;
    color: #333 !important;
}

.checkout-group.woo-billing {
    margin-bottom: 0px;
}

.showcoupon-clone i {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.showcoupon-clone,
.showcoupon-clone:focus,
.showcoupon-clone:hover {
    color: #338dbc;
    font-size: 16px;
}

.showcoupon-clone:hover {
    color: #0056b3;
}

#coupon_code-clone {
    background: #fff;
    color: #333;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#apply_coupon_clone {
    background: #30d17d;
    border-color: #30d17d;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.coupon-clone-wrap>.tvcheckout-flex {
    width: 100%;
}


.woocommerce-checkout .checkout-group.woo-billing #customer_details {
    border: none !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.woocommerce-checkout .checkout-group.woo-billing #customer_details .col-1,
.woocommerce-checkout .checkout-group.woo-billing #customer_details .col-2 {}

.html-ready #customer_details .form-row label[for] {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

#main-content form.woocommerce-checkout .form-row label[for] {
    font-size: 100%;
    white-space: nowrap;
    position: absolute;
    line-height: 1;
    top: 50%;
    opacity: 0;
    left: 10px;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.checkout-modern-wrap .woo-billing .woocommerce-billing-fields .form-row label[for] {
    margin-left: 5px;
}

.woocommerce .checkout-group label {
    color: #000;
}


#main-content form.woocommerce-checkout .form-row {
    position: relative;
    margin-bottom: 12px;
    display: block;
    padding: 0;
    min-height: 44px;
}

#main-content .checkout-modern-wrap .form-row#billing_email_field label[for] {
    left: 10px;
}

#main-content form.woocommerce-checkout .form-row input {
    padding-top: 15px;
}

#main-content form.woocommerce-checkout .form-row .select2 .selection .select2-selection__rendered {
    padding-top: 8px;
    padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 12px;
}

#main-content form.woocommerce-checkout .form-row label[for] {
        font-size: 11.5px;
    top: -7px;
    z-index: 1;
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    width: auto;
    padding: 1px 6px;
}
#tvcheckout-step_billing{
    display: block;
    float: left;
    width: 100%;
}
.woocommerce-form-login-toggle .woocommerce-info:before{
    display: none !important;
}
.woocommerce-billing-fields h3,
h3.tvcheckout-box-heading {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #000;
    border: none !important;
}

.tvcheckout-error {
    display: block;
    line-height: 1.4;
    font-size: 11px;
    color: #f76b6a;
}

#main-content form .form-row .tvcheckout-error {
    margin-top: 3px;
    position: absolute;
    top: -12px;
    z-index: 1;
    background: #fff;
    padding: 2px 5px;
    left: 5px;
}

.checkout-modern-wrap .woocommerce-invalid input,
.checkout-modern-wrap input.woocommerce-invalid,
.checkout-modern-wrap .woocommerce-invalid textarea,
.checkout-modern-wrap textarea.woocommerce-invalid {
    background: transparent;
    border-color: #f76b6a !important;
}

#tvcheckout-payment-wrap p.tvcheckout-box-desc.payment-method-step {
    display: none;
}

#tvcheckout-payment-wrap .woocommerce-checkout-payment {
    background: transparent !important;
}

#tvcheckout-payment-wrap #payment.woocommerce-checkout-payment {
    border: none !important;
}

#tvcheckout-payment-wrap .woocommerce-checkout-payment .wc_payment_methods {
    border: 1px solid #ddd !important;
    padding: 5px 15px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 100%;
}

#tvcheckout-payment-wrap .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method input {
    height: auto !important;
    width: auto;
    padding-left: 0;
    margin: 0 5px 0 0 !important;
}

#tvcheckout-payment-wrap .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box {
    margin: 0;
    background-color: #f5f5f5;
    background: transparent;
}

#tvcheckout-payment-wrap .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box:before {
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -6px !important;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
    margin-top: 15px;
}

.checkout-modern-wrap #place_order {
    padding: 0 !important;
    background: #30d17d !important;
    color: #fff !important;
    border-color: #30d17d !important;
    font-weight: 600 !important;
    width: 100%;
    height: 45px;
    line-height: 1;
}

/* Show notify */
.checkout-modern-wrap .coupon-clone-td {
    text-align: left !important;
    padding-bottom: 10px !important;
    border-right: none !important;
}

.checkout-modern-wrap .coupon-clone-td .woocommerce-message,
.checkout-modern-wrap .coupon-clone-td ul.woocommerce-error {
    border: none;
    background: transparent;
    padding: 10px 0 !important;
    margin: 0;
}

.checkout-modern-wrap .coupon-clone-td .woocommerce-message .message-container.success-color {
    color: #27c773;
    font-weight: normal;
    font-size: 16px;
    text-align: left !important;
}

.checkout-modern-wrap .coupon-clone-td .woocommerce-message .message-container.alert-color {
    font-weight: normal;
    font-size: 16px;
}

.checkout-modern-wrap .coupon-clone-td .woocommerce-message:before,
.checkout-modern-wrap .coupon-clone-td ul.woocommerce-error:before {
    top: 6px;
    left: 0;
    font-size: 13px;
}

.checkout-modern-wrap .coupon-clone-td .woocommerce-message:before {
    color: #30d17d;
}

.checkout-modern-wrap .coupon-clone-td ul.woocommerce-error li {
    font-size: 13px;
    color: #b81c23;
    font-weight: normal;
    position: relative;
}

/*.checkout-modern-wrap .coupon-clone-td ul.woocommerce-error li:before{
    content: "\e016";
    color: #b81c23;
    top: 0px;
    left: -20px;        
    font-size: 13px;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
}*/
.checkout-modern-wrap .coupon-clone-td .woocommerce-message {
    font-size: 13px;
    color: #27c773;
    font-weight: normal;
    position: relative;
    padding-bottom: 0 !important;

}

/*.checkout-modern-wrap .coupon-clone-td .woocommerce-message:before{
    font-family: WooCommerce;
    content: "\e015";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 13px;
}
*/
.html-ready .woocommerce-checkout .woocommerce-error {
    display: block;
}

.woocommerce-checkout .page-checkout-modern .woocommerce-notices-wrapper {
    position: fixed;
    bottom: 30px;
    left: 50%;
    right: auto;
    z-index: 9999;
    visibility: visible;
    padding-right: 50px;
    overflow: hidden;
    margin-bottom: 0 !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 0px 15px #0000002e;
}

.woocommerce-checkout .page-checkout-modern .woocommerce-notices-wrapper ul.woocommerce-error {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    border-right: 0;
    border-bottom: 0;
    top: 0;
}

.woocommerce-checkout .page-checkout-modern .woocommerce-notices-wrapper ul.woocommerce-error li {
    margin: 0;
    padding-top: 5px;
}

.woocommerce-notices-wrapper .tvcheckout-close-notice {
    display: inline-block;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer;
    font-size: 18px;
    background: #fff;
}

.woocommerce-notices-wrapper .tvcheckout-close-notice:after {
    font-family: 'dashicons';
    content: "\f335";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
    border-left: 3px solid #c60f13;
    border-top: none;
}

/* Login & info */
.checkout-modern-wrap div.woocommerce-info {
    border: none !important;
    background: transparent !important;
    padding: 0 0 0 30px !important;
    position: relative !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
}

.checkout-modern-wrap div.woocommerce-info:after {
    position: absolute !important;
    content: "\f110" !important;
    font-family: 'dashicons' !important;
    border: 1px solid !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    text-align: center !important;
    color: #fff !important;
    line-height: 22px !important;
    left: 0 !important;
    top: 2px !important;
    background: #30d17d !important;
    font-size: 16px !important;
}

.checkout-modern-wrap div.woocommerce-info a.showlogin {
    color: #000 !important;
}

.checkout-modern-wrap div.woocommerce-info a.showlogin:focus,
.checkout-modern-wrap div.woocommerce-info a.showlogin:hover {
    color: #0056b3 !important;
    text-decoration: none !important;
}

.checkout-modern-wrap div.woocommerce-info a.showlogin:after {
    content: "\f347" !important;
    font-family: 'dashicons';
    position: relative;
    top: 3px;
    left: 5px;

}

.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 0;
}

form.woocommerce-form.woocommerce-form-login input {
    height: 40px !important;
    border-color: #c9c9c9 !important;
    background: transparent !important;
    color: #333 !important;
    width: 100%;
    box-shadow: none;
    border: 1px solid;
    padding-left: 12px;
    font-size: 15px;
    border-radius: 3px;
}

form.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: none;
}

form.woocommerce-form.woocommerce-form-login input#rememberme {
    height: auto;
    width: auto;

}

form.woocommerce-form.woocommerce-form-login button.button {
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #30d17d;
    border-color: #30d17d;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    line-height: 1;
    border-radius: 3px;
    min-height: 48px;
}

.tvvn-google-login{
    text-align: center;
}
.tvvn-google-login .google-login-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.tvvn-google-login .google-login-btn span.dashicons-google{
    font-size: 28px;
    width: auto;
    height: auto;
    margin-right: 5px;
    color: #27c773;
}
.tvvn-google-login .tvvn-login-divider{
    position: relative;
    margin: 10px 0;
}
.tvvn-google-login .tvvn-login-divider:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.tvvn-google-login .tvvn-login-divider span{
    background: #fff;
    opacity: 1;
    position: relative;
    padding: 1px 10px;
}

form.woocommerce-form.woocommerce-form-login button.button:focus {
    outline: none;
}

form.woocommerce-form.woocommerce-form-login .lost_password {
    margin: 0;
    text-align: center;
}

form.woocommerce-form.woocommerce-form-login .lost_password a {
    color: #666;
}

form.woocommerce-form.woocommerce-form-login .lost_password a:hover {
    color: #0056b3;
}




/*Mã giảm gía*/
.tvvncheckout-lightbox {
    display: none;
}

.tvvncheckout-coupons .tvvncheckout-coupon {
    color: #666;
    width: 100%;
    padding: 8px 15px 10px 15px;
    margin: 20px 0;
    border: 1px solid #f8f8f8;
    cursor: pointer;
    background: #f7f6f7;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .25));
    border-radius: 3px;
}

.tvvncheckout-coupons .tvvncheckout-coupon:last-child {
    margin-bottom: 3px;
}

.tvvncheckout-coupons .tvvncheckout-coupon:hover {
    border-color: #008d44;
}

.tvvncheckout-coupons .tvvncheckout-coupon .tvvncheckout-coupon-info .tvvncheckout-coupon-value,
.tvvncheckout-coupons .tvvncheckout-coupon .tvvncheckout-coupon-info .tvvncheckout-coupon-desc {
    color: #333;
    line-height: 1.2;
    font-size: 16px;
    margin-left: 20px;
}

.tvvncheckout-coupons .tvvncheckout-coupon .tvvncheckout-coupon-info li {
    margin-bottom: 5px;
}

.tvvncheckout-coupons .tvvncheckout-coupon .tvvncheckout-coupon-info .tvvncheckout-coupon-code-wrap .tvvncheckout-coupon-code {
    color: #000000;
    line-height: 1.4;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.tvvncheckout-coupons .tvvncheckout-coupon .tvvncheckout-coupon-info .tvvncheckout-coupon-code-wrap .tvvncheckout-coupon-more {
    font-size: 16px;
    line-height: 1.2;
    margin: 5px 0 !important;
    display: inline-block !important;
}

.tvvncheckout-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding-right: 60px;
    color: #000;
    display: block;
    margin-bottom: 0;
}

#tvvncheckout-popup {
    font-size: 0;
}

.featherlight .featherlight-content {
    border-radius: 3px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .25));
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight .featherlight-close-icon {
    background: #e6e6e6 !important;
    border-bottom-left-radius: 3px !important;
    margin: 0 !important;
}

.featherlight .featherlight-close-icon:hover {
    color: red;
}

.tvvncheckout-coupon-applied-txt {
    font-size: 11px;
    position: absolute;
    right: -1px;
    top: -1px;
    color: #008d44;
    background: #beecd4;
    padding: 2px 10px;
    border-bottom-left-radius: 3px;
}

.tvvncheckout-coupons {
    display: block;
    float: left;
    width: 100%;
    min-height: 80px;
}

.tvvncheckout-btn {
    color: #338dbc;
    font-size: 16px;
}

.tvvncheckout-btn svg path {
    fill: #338dbc;
}

.tvvncheckout-btn:hover svg path {
    fill: #0056b3;
}

.tvvncheckout-btn:hover {
    text-decoration: none !important;
    color: #0056b3;
}

.coupon-clone-td .tvvncheckout-btn-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

.woocommerce-remove-coupon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMiAtNCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAyIC00IDE2IDE2Ij48cGF0aCBvcGFjaXR5PSIuMiIgZD0iTTEwLTRjLTQuNCAwLTggMy42LTggOHMzLjYgOCA4IDggOC0zLjYgOC04LTMuNi04LTgtOHptMy43IDEwLjdsLTEgMS0yLjctMi42LTIuNyAyLjYtMS0xIDIuNi0yLjctMi42LTIuNyAxLTEgMi43IDIuNiAyLjctMi42IDEgMS0yLjYgMi43IDIuNiAyLjd6Ii8+PC9zdmc+);
    font-size: 12px;
    position: absolute;
    left: -20px;
    color: transparent;
    background-repeat: no-repeat;
    background-size: 14px;
    top: 6px;
    background-position: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-remove-coupon:focus {
    outline: none;
    color: transparent;
}

.woocommerce-remove-coupon:hover {
    color: transparent;
}

.cart-discount td {
    position: relative;
}

.footer-powered-by {
    padding: 1em 0;
    border-top: 1px solid #e6e6e6;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 11px;
}

.select2-container--default .select2-selection--single {
    border-color: #c9c9c9 !important;
}

.tvvn_export_vat h3#request-export-vat label {
    font-weight: normal;
    font-size: 16px;
    padding-left: 20px;
    margin: 0 0 2px 0;
    color: #d50000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tvvn_export_vat h3#request-export-vat input.input-checkbox {
    display: inline;
    margin: 0 0 0 -20px;
    text-align: center;
    vertical-align: middle;
}

.tvvn_export_vat h3#request-export-vat label .optional {
    display: none;
}

.tvvncheckout-empty {
    padding-top: 2px;
    color: #931616;
    font-size: 16px;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order {
    margin: 20px 0;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order .text-notice {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order svg {
    stroke: #34d280;
    margin-right: 15px;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order ul.woocommerce-thankyou-order-details {
    margin: 0;
    background: transparent;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order ul.woocommerce-thankyou-order-details li {
    margin: 0;
    padding: 15px 10px;
    text-transform: capitalize;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
    color: #000;
    font-weight: 600;
    margin-top: 12px;
    line-height: 1;
    font-size: 16px;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-customer-details {
    margin-top: 12px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-customer-details address {
    border: none;
    color: #333;
    padding: 0;
    . line-height: 1.5;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-customer-details .woocommerce-column--billing-address {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 6px 12px 12px 12px;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-customer-details .woocommerce-column--shipping-address {
    display: none;
}

.tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-customer-details h2.woocommerce-column__title {
    margin: 5px 0 8px 0;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    padding: 0;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details h2.woocommerce-order-details__title {
    display: none;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details {
    padding: 0;
    border: none;
    position: relative;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details>thead {
    display: none;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details th,
.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details td {
    padding-left: 0;
    padding-right: 0;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-total {
    text-align: right;
    vertical-align: top;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-name .tvvn-img {
    flex: none;
    width: 60px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-name{
    font-weight: bold;
    line-height: 1.3;
}
.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details ul.wc-item-meta {
    margin-left: 20px;
    font-size: 13px;
    margin-top: 2px;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-name .product-quantity {
    display: none;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-name .tvvn-img .product-quantity {
    display: block;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-name img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr:last-child{
    display: none;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details .product-name a {
    color: #333;
}

.shop_table .product-quantity.quantity-review-item {
    width: auto;
}

.shop_table .product-quantity {
    width: 120px;
    text-align: center;
}

.quantity-review-item {
    position: absolute;
    right: -9px;
    top: -9px;
    display: inline-block;
    background: #555;
    color: #fff;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    min-width: 18px;
    padding: 0 2px;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tr.order_item td {
    border: none;
    border-bottom: 1px solid;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr th,
.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr:first-child td,
.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr:first-child th {
    padding-top: 15px;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr:last-child td,
.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr:last-child th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tvvn-thankyou-wrap .checkout-modern-right-wrap .woocommerce-order-details table.order_details tfoot tr:last-child td .woocommerce-Price-amount.amount {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    position: relative;
    top: 4px;
}

.tvvn-footer-continue-btn {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.icon.icon-os-question {
    width: 18px;
    height: 18px;
    margin-right: 0.5em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNOSAxOGM0Ljk3IDAgOS00LjAzIDktOXMtNC4wMy05LTktOS05IDQuMDMtOSA5IDQuMDMgOSA5IDl6TTUuODUgNy4xNjJoMS41NDZjLjA1My0uODAzLjYtMS4zMTcgMS40NS0xLjMxNy44MjggMCAxLjM4LjQ5NCAxLjM4IDEuMTggMCAuNjUtLjI3NSAxLTEuMDkyIDEuNDkzLS45MDguNTM0LTEuMjkgMS4xMjYtMS4yMyAyLjExNGwuMDA2LjQ0OGgxLjUyN3YtLjM3NmMwLS42NS4yNDQtLjk4NyAxLjEwNi0xLjQ5NC44OTYtLjUzNCAxLjM5Ni0xLjIzOCAxLjM5Ni0yLjI0NiAwLTEuNDU1LTEuMjA3LTIuNDk1LTMuMDEtMi40OTUtMS45NTUgMC0zLjAzIDEuMTMtMy4wOCAyLjY5em0yLjg5NiA3LjA1OGMuNjcyIDAgMS4wOTMtLjQxNCAxLjA5My0xLjA0NiAwLS42NC0uNDIzLTEuMDU0LTEuMDk1LTEuMDU0LS42NiAwLTEuMDkzLjQxNS0xLjA5MyAxLjA1NCAwIC42MzIuNDM0IDEuMDQ2IDEuMDkzIDEuMDQ2eiIgZmlsbD0iI0I1QjVCNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+), none;
}

.tvvn-footer-continue-btn {}

.tvvn-footer-continue-btn .step-footer-continue-btn {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: right;

    padding: 14px 20px;
    background: #30d17d;
    color: #fff;
    border-color: #30d17d;
    font-weight: normal;
}

.tvvn-footer-continue-btn .step-footer-continue-btn:hover {
    color: #fff;
}

.tvvn-footer-continue-btn .step-footer-info {
    /* display: -webkit-flex;
    display: -ms-flexbox;*/
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    line-height: 1;
}

.your-order-mobile {
    color: #000;
    font-weight: normal !important;
    font-size: 15px;
}

.your-order-mobile .dashicons.dashicons-cart {
    color: #2ecd7a;
}

.your-order-mobile .dashicons-arrow-down-alt2:before {
    content: "\f347";
    font-size: 13px;
    position: relative;
    top: -2px;
}

.your-order-mobile .your-order-price {
    font-size: 18px;
    float: right;
    font-weight: bold;
}

.checkout-modern-right-wrap.tvcheckout-active .close-your-order-mobile {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .checkout-modern-wrap {
        background: #fff;
        padding: 0 15px !important;
    }

        #tvcheckout-payment-wrap .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box{
            font-size: 14px;
        }
                .woocommerce-terms-and-conditions-wrapper {
                    margin-bottom: 10px;
                }
                                .checkout-modern-wrap #place_order {
                         
                                    margin-bottom: 0;
                                }

    .hidden-tag.your-order-mobile {
        display: flex !important;
    }

    .your-order-mobile {
        margin-top: 20px !important
    }

    .tvcheckout-bc-modern {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .checkout-modern-bg .checkout-modern-bg-right {
        background: #fff;
    }

    .checkout-modern-wrap {
        padding: 0 15px;
        width: 100% !important ;
        max-width: 100% !important;
        display: block;
        overflow: hidden;
    }

    .checkout-group.woo-billing {
        margin-bottom: 0;
    }

    .checkout-modern-wrap .checkout-modern-left-wrap {
        width: 100%;
        padding-right: 0;
        min-height: 100vh;
    }

    .footer-powered-by {
        margin-bottom: 0;
    }

    .checkout-modern-wrap .checkout-modern-right-wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        position: relative;
    }

    .your-order-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px;
        border: 1px solid #ececec;
        background: #f9f9f9;
        margin-top: 30px;
        font-weight: bold;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .checkout-modern-wrap .order_review-heading {
        display: block
    }

    .checkout-modern-wrap .order_review-heading {
        margin-top: 10px !important
    }

    .checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_state_field,
    .checkout-modern-wrap .woo-billing .woocommerce-billing-fields #billing_city_field {
        width: 100% !important;
    }

    #billing_address_2_field>label,
    #shipping_address_2_field>label {
        display: block !important;
    }


    .tvcheckout-stclose {
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-block;
        font-size: 0;
        color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .close-your-order-mobile {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        background: #e1e1e1;
    }

    .tvcheckout-stclose:before,
    .tvcheckout-stclose:after {
        content: "";
        width: 16px;
        height: 0px;
        position: absolute;
        top: 17px;
        left: 10px;
        border-top: 2px solid #333;
    }

    .tvcheckout-stclose:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .tvcheckout-stclose:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkout-modern-right-wrap {
        position: fixed !important;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 9998;
        width: 100%;
        background: #efefef;
        z-index: 99999;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .checkout-modern-right-wrap.tvcheckout-active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 15px
    }

    .checkout-modern-left-wrap {
        padding-top: 20px;
    }

    .tvcheckout-switch-step {
        font-size: 16px !important;
        padding: 0px !important;
        width: 100%;
        text-align: center;
    }

    .tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order ul.woocommerce-thankyou-order-details li {
        width: 100%;
        padding: 10px;
        border-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tvvn-footer-continue-btn .step-footer-continue-btn{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        font-size: 16px;
    }
    .step-footer-info{
        text-align: center;
        font-size: 14px;
    }

    .tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
        margin-top: 0
    }

    .tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order .text-notice {
        flex-direction: column;
    }

    .tvvn-thankyou-wrap .checkout-modern-left-wrap .woocommerce-order .woocommerce-thankyou-order-received {
        font-size: 16px;
        color: #000;
        margin-top: 10px;
    }

    .tvcheckout-checkout-step {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

body.page-template-tvvn-checkout {
    background: transparent !important;
}

#list_short_coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2px;
}

#list_short_coupon span span {
    border: 1px solid #000;
    color: #000;
    padding: 4px 10px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    display: block;
}

#list_short_coupon>span {
    overflow: hidden;
    position: relative;
    padding: 5px 0;
    margin-right: 6px;
}

#list_short_coupon>span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #338dbc;
    background: #fff;
    z-index: 1;
    left: -5px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}

#list_short_coupon>span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #338dbc;
    background: #fff;
    z-index: 1;
    right: -5px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}

#list_short_coupon>span:before,
#list_short_coupon>span:after {
    border: 1px solid #000;
}

.woocommerce #payment .form-row.place-order,
.woocommerce-page #payment .form-row.place-order {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    float: left;
    width: 100%;
}

.style-onpage.tvvn-footer-continue-btn {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    margin: 0;
}

.style-onpage.tvvn-footer-continue-btn{
    font-size: 13px;
}

.style-onpage.tvvn-footer-continue-btn p{
    font-size: 13px;
}

.style-onpage.tvvn-footer-continue-btn .step-footer-info {
    padding: 0 !important;
    margin: 0 !important;
}
.style-onpage.tvvn-footer-continue-btn .step-footer-info:hover a{
    color: #27c773 !important;
}

.style-onpage.tvvn-footer-continue-btn a.tvcheckout-back-to-cart {
    background: transparent !important;
    color: #333 !important;
    padding: 0;
    border: none;
    opacity: 1;
    line-height: 1;
}

.page-checkout-modern>.woocommerce {
    position: relative;
}

.form-row.xhd {
    margin: 0 !important;
    height: 26px !important;
    min-height: 26px !important;
}

.woocommerce-shipping-fields {
    margin-bottom: 15px;
}

.woocommerce-form.woocommerce-form-login>p:first-child {
    display: none;
}
.tvvn_registration_required{
    margin-bottom: 20px;
}
.tvvn_registration_required .woocommerce-form-login-toggle {
    color: #000;
    margin-top: 25px;
    margin-bottom: 30px;
}

.tvvn_registration_required form.woocommerce-form.woocommerce-form-login {
    border: 1px solid #e6e6e6;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 20px;
    border-radius: 5px;
}

.tvvn_registration_required .woocommerce-form-login-toggle .woocommerce-info {
    display: block !important;
}

.tvvn_registration_required a,
.tvvn_registration_required a:hover {
    color: #0056b3;
}

form.checkout.woocommerce-checkout .tvvn-footer-continue-btn {
    display: none !important;
}