/*
Theme Name: Newspaper Child
Theme URI: https://thesaigontimes.vn/newspaper-child/
Description: Child theme for the Newspaper theme
Author: MrNhan
Author URI: https://thesaigontimes.vn/
Template: Newspaper
Version: 1.0
*/
/* tab dona */
.tabs-dg {
    display: flex;
    margin-top: 20px;
}

.tab-dg {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 0px 5px;
}

.tab-content-dg {
    display: none;
    padding: 15px 0px;
}

.active-tab-dg {
    border: 1px solid blue;
    background: #f3f3f3;
    color: #001afd;
}

.amount-button {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background:#fff;
    margin: 0px 5px;
}

.group-btn .btn-con, .group-btn .btn-img {
    width:100%;
}

.group-btn .btn-con, .group-btn .btn-img img {
    margin:0;
}

.group-btn .btn-con a {
    background: #f00;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.amount-button.active {
    border: 1px solid blue;
    background: #f3f3f3;
    color: #001afd;
    font-weight: bold;
}

.text-donggop p {
    text-align:justify;
}

#money {
    padding: 0 5px;
}

.amount-money {
    font-size: 30px !important;
    height: 60px !important;
    padding: 20px 10px !important;
    width: 100%;
}

input.tab-radio {
    display: none;
}

body.thanh-toan .entry-title.td-page-title span {
    display:none;
}
body.thanh-toan .col2-set { 
    display:none;
    position: absolute;
    top: -60px;
    background: #fff;
    z-index: 999;
    padding: 0 25px;
    border: 1px solid #000;
    box-shadow: 2px 2px 2px 2px #00000057;
}

body.thanh-toan .col2-set .col-2 {
    margin-bottom: 70px;
}

body.thanh-toan p {
    margin:0;
}

body.thanh-toan .content-qrcode {
    display: inline-flex;
    flex-direction: column;
}
body.thanh-toan .content-qrcode {
    flex: 1;
    padding: 10px 30px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

body.thanh-toan .content-qrcode .img-qrcode img {
    width:350px;
}

body.thanh-toan .content-qrcode .text-qrcode {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

body.thanh-toan .tab-donggop {
    flex: 0 1 55%;
}

body.thanh-toan .tab-donggop .content-about {
    text-align:justify;
    font-size: 18px;
    line-height: 1.6;
}
.group-btn {
    display:inline-flex;
    align-items: center;
    flex-direction: row;
}
#order_review .shop_table thead , #order_review .shop_table tbody, #order_review .cart-subtotal, #order_review .order-total {
    display:none;
} 

body.thanh-toan .close-btn {
    position: absolute;
    bottom: 0;
    right: 45%;
    padding: 10px 40px;
    background: #000;
    color: #fff;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.value_recuring {
    display:none;
}

body.woocommerce-order-received section.woocommerce-order-details {
    display:none;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
    display:none;
}
body.woocommerce-order-received .thanks-noice-checkout {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    font-weight: 600;
}
#label_billing_check_recurring_field {
    display:none;
}
#label_billing_check_recurring {
    display:none;
}
#label_billing_check_recurring-description {
    display:block !important;
    text-align: justify;
}

textarea#order_comments {
    min-height:100px !important;
}

.woocommerce-additional-fields #order_comments_field, .woocommerce-additional-fields span.optional, .woocommerce-additional-fields h3 {
    display: none;
}
.woocommerce-billing-fields #billing_first_name_field {
    width: 100%;
}

@media only screen and (min-width: 1141px) {
    /* Your CSS styles for screens 1141px and above */
    body.woocommerce-checkout .td-container.tdc-content-wrap {
    width:1200px !important;
	} 

	body.thanh-toan .content-donggop {
    display:inline-flex;
    flex-direction: row-reverse;
    }

    body.thanh-toan .content-qrcode {
        flex: 1;
    }
    body.thanh-toan .tab-donggop {
        flex: 0 1 55%;
    }
	.group-btn {
	    flex-direction: row;
	}
}
@media only screen and (min-width: 1019px) and (max-width: 1140px) {
	body.thanh-toan .content-donggop {
    display:inline-flex;
    flex-direction: column-reverse;
    }

    body.thanh-toan .content-qrcode {
        flex: 1;
        padding:10px;
    }

    body.thanh-toan .tab-donggop {
        flex: 1;
    }

	.group-btn {
	    flex-direction: column;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1018px) {
	body.thanh-toan .content-donggop {
    display:inline-flex;
    flex-direction: column-reverse;
    }

    body.thanh-toan .content-qrcode {
        flex: 1;
    }
    body.thanh-toan .tab-donggop {
        flex: 1;
        padding:10px;
    }

	.group-btn {
        margin-top: 20px;
	    flex-direction: column;
	}
}
@media only screen and (max-width: 767px) {
    /* Your CSS styles for screens 767px and below */
	body.dong-gop .group-btn {
        flex-direction: column-reverse;
    }

    body.thanh-toan .content-donggop {
        display:inline-flex;
        flex-direction: column-reverse;
    }

    body.thanh-toan .content-qrcode {
        flex: 1;
        padding:10px;
    }
    body.thanh-toan .tab-donggop {
        flex: 1;
    }

	.group-btn {
        margin-top: 20px;
	    flex-direction: column;
	}
}
