.box-cart-ctnr {
    background: #ffffff;
    /* padding: 2rem 0px; */
}
.main {
    background: #f7f7f7;
}
.cart-customer-group {
    background: #FFF;
    /* border-radius: 20px; */
    margin-bottom: 12px;
}

.cart-page .box-title {
    border-bottom: 1px dashed #F0F0F0;
    padding: 0 12px;
    line-height: 42px;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}
.cart-page .cart-box-group {
    padding: 12px 12px 10px;
}
.cart-page .customer-sex {
    margin-bottom: 5px;
}
.cart-page .customer-sex label {
    display: inline-block;
    margin: 0 20px 12px 0;
}
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.label-container input:checked ~ .checkmark {
    background-color: #FE7801;
    -webkit-box-shadow: 0 0 0 1px #FE7801;
    box-shadow: 0 0 0 1px #FE7801;
}
.label-container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #C4C4C4;
    box-shadow: 0 0 0 1px #C4C4C4;
}
.label-container input:checked ~ .checkmark::before {
    background: #FE7801;
}
.label-container .checkmark:before {
    content: '';
    background: #fff;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.label-container input:checked ~ .checkmark:after {
    display: block;
}

.label-container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #fff;
}

.label-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cart-page .cutomer-info-tbl td {
    padding: 7px 0 2px 0;
}
.cart-page .form-input {
    display: block;
    padding: 0 12px;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    height: 45px;
    outline: none;
    border: 1px solid #ddd;
}
.cart-page .cutomer-info-tbl td textarea {
    padding: 10px;
    height: 70px;
    font-family: Roboto, serif
}

table.cutomer-info-tbl {
    width: 100%;
}

.cart-page .box-title i {
    font-weight: 200;
    font-size: 13px;
}

.label-container span {
    font-weight: 400;
}



.cart-page .cart-item {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border-radius: 20px; */
}

.cart-col-right {
    margin-bottom: 12px;
    position: sticky;
    top: 80px;
}
.cart-page .cart-item .item-left {
    width: 100px;
    text-align: center;
}
.cart-page .cart-item .item-left a {
    color: black;
    line-height: 18px;
}

.cart-page .cart-item .item-img {
    /* height: 140px; */
    position: relative;
    margin-right: 24px;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
}
.cart-page .cart-item a {
    display: block;
    color: #000;
}
.cart-page .cart-item .item-right {
    width: calc(100% - 100px);
    line-height: 18px;
    display: flex;
    justify-content: space-between;
}
.cart-page .cart-item .item-name {
    font-size: 16px;
}
.cart-page .cart-item .item-price-group {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.cart-page .cart-item .item-price {
    font-weight: 700;
    font-size: 18px;
    color: red;
    margin: 0;
    padding-bottom: 0px;
}
.cart-page .cart-item .item-price-group * {
    display: inline-block;
}
.cart-page .cart-item .item-discount {
    width: 30px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    background: #473418;
    border-radius: 4px;
    display: inline-block;
}
.cart-page .cart-item .item-old-price {
    color: #999;
    margin: 0 3px;
    font-size: 13px;
}
.cart-page .cart-item .item-quantity-group {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.cart-page .cart-item .item-quantity-group a {
    width: 30px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.cart-page .cart-item a {
    display: block;
    color: #000;
}
.cart-page .cart-item .item-quantity-group input {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    height: 34px;
}
.cart-page .cart-total-group {
    padding: 12px 12px 15px;
    font-size: 15px;
    line-height: 28px;
}
.cart-page .cart-total-group td:nth-child(2) {
    text-align: right;
}
.cart-page .btn-send-cart {
    display: block;
    margin-top: 9px;
    background: #174466;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    width: 97%;
    height: 40px;
    text-transform: uppercase;
    margin: 12px auto;
}

.cart-total-group table {
    width: 100%;
}

.cart-total-price-group {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.item-export-intro {
    padding: 10px 0px;
}

.item-export-intro span {
    font-weight: 600;
    margin-left: 5px;
}

.company-group.active {
    display: block;
}

.company-group {
    display: none;
}
.item-quantity-group a svg {
    width: 10px;
    height: 10px;
}
.box-content-cod {
    display: none;
}

label.label-container.active .box-content-cod {
    display: block;
}
label.label-container.active .box-content-cod p {
    padding: 0;
}

.section_cart {
    width: 100%;
    padding: 30px 0;
}
@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 0;
    }
}
.box_order_success {
    margin-top: 30px;
}
.box_order_success .box_icon_sucess {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.box_order_success .box_icon_sucess .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(87 209 124);
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: relative;
}
.box_order_success .box_icon_sucess .icon:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: rgba(87, 209, 124, 0.3);
    border-radius: 50%;
    left: -10px;
    top: -10px;
}
.box_order_success .box_icon_sucess {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.box_order_success .box_icon_sucess .icon i {
    color: #fff;
    font-size: 31px;
    position: relative;
}
.box_order_success .box_icon_sucess .title_success {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 23px;
    margin-top: 31px;
}
.box_info_order_success {
    border: 1px solid #ccc;
    padding: 25px;
    font-size: 20px;
}
.box_info_order_success .info_customer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.box_info_order_success .info_customer .name {
    margin-bottom: 8px;
    font-size: 16px;
}
.box_info_order_success .info_customer .phone {
    font-size: 16px;
    margin-bottom: 8px;
}
.box_info_order_success .info_customer .address {
    font-size: 16px;
}
.box_info_order_success .list_sp_order_success {
    width: 100%;
}
.box_info_order_success .list_sp_order_success .item {
    width: 100%;
    margin-bottom: 15px;
}
.box_info_order_success .list_sp_order_success .box {
    display: flex
;
    align-items: center;
}
.list_sp_order_success .cart-product-image img {
    height: 83px;
    padding-right: 20px;
}
.box_info_order_success .list_sp_order_success .box_name {
    width: 75%;
    margin-right: 5%;
}
.box_info_order_success .list_sp_order_success .box_name .name {
    font-weight: 700;
    font-size: 18px;
}
.box_info_order_success .list_sp_order_success .box_info {
    width: 40%;
}
.box_info_order_success .list_sp_order_success .box_info .qty {
    font-size: 14px;
}
.box_info_order_success .list_sp_order_success .box_info .price {
    font-size: 14px;
}
.thank_you {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
.thank_you .content_thank {
    text-align: center;
    width: 100%;
    font-size: 16px;
    max-width: 700px;
    display: block;
    margin: 0 auto 30px;
}
.group_button_home a.back_home {
    background-color: #473418;
    color: #fff;
    margin-right: 15px;
}

.group_button_home a {
    display: inline-block;
    width: 100%;
    max-width: 210px;
    line-height: 40px;
    border-radius: 5px;
}
.box_order_success .box_icon_sucess .icon i svg {
    width: 47px;
    height: 47px;
    margin-bottom: -15px;
}
.cart-page .cart-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.box-cart-top {
    overflow: hidden;
}
.box-cart-ctnr.cart-page form {
    display: flex;
    width: 100%;
    margin-top: 0;
}

.cart-customer-group {
    flex: 1;
    padding: 6rem 2rem 2rem 25rem;
    border-right: 1px solid #e0e0e0;
    background-color: white;
    width: 50%;
}

.cart-col-right {
    width: 50%;
    padding: 6rem 20rem 3rem 5rem;
    background-color: #f9f9f9;
}

.cart-page .cart-item .item-left a img {
    display: block;
}
.item-counter {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 20px;
    height: 20px;
    background-color: #555;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.details-cart-member-list {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}

.putty-product-cart {
    font-size: 13px;
}

.item-notice {
    font-size: 13px;
}
.summarys {
    display: flex;
    gap: 0px 10px;
}
.box-titlder-header-cart {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

span.smIFm {
    display: none;
}
span.smIFm {
    display: flex
;
    justify-content: space-between;
    border-top: 1px solid hsl(0, 0%, 87%);
    padding: 17px 10px;
    background: #f5f5f5;
    font-size: 16px;
    border-bottom: 1px solid hsl(0, 0%, 87%);
}
span.order-text-smIFm {
    display: flex
;
    width: 40%;
    align-items: center;
    gap: 0px 10px;
}
span.icon-fces svg {
    width: 15px;
    height: 15px;
    margin-bottom: -5px;
}
span.smIFm {
    display: none;
}












.payment-section {
    margin: 20px auto;
    padding: 30px 30px 7px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: n;
}

.section-title {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 30px;
    position: relative;
    font-size: 28px;
}

.section-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    margin: 12px auto;
}

.payment-methods {
    margin-bottom: 30px;
}

.payment-method {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.payment-method:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.payment-header {
    padding: 6px 20px;
    background-color: #f8f9fa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
}

.payment-header-selected {
    background-color: rgba(74, 110, 181, 0.1);
}

.payment-method-title {
    display: flex;
    align-items: center;
}

.payment-radio {
    margin-right: 15px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #4a6eb5;
}

.payment-icon {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.payment-title {
    font-size: 15px;
    font-weight: 600;
    color: #174466;
    margin-bottom: 0px;
}

.payment-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.payment-content-visible {
    padding: 15px;
    max-height: 500px;
}

.arrow-icon {
    transition: transform 0.3s;
}

.arrow-rotated {
    transform: rotate(180deg);
}

.shipping-option {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    border-radius: 8px;
    background-color: white;
    border-left: 3px solid #4a6eb5;
    transition: background-color 0.3s;
}

.shipping-option:hover {
    background-color: rgba(74, 110, 181, 0.05);
}

.shipping-radio {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #4a6eb5;
}

.shipping-icon {
    margin-right: 15px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(74, 110, 181, 0.1);
    border-radius: 50%;
    color: #4a6eb5;
}

.shipping-details {
    flex: 1;
}

.shipping-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.shipping-description {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.online-payment-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bank-qr-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 10px 0;
    flex-direction: column;
}

.bank-info {
    flex: 1;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    width: 100%;
}

.bank-info p {
    margin: 8px 0;
    padding-bottom: 0px;
}

.bank-name {
    font-weight: 600;
    color: #174466;
    font-size: 16px;
    border-bottom: 2px solid #174466;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.qr-container {
    flex: 1;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.qr-code {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    width: 150px;
    height: 150px;
    object-fit: contain;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.qr-title {
    font-weight: 600;
    color: #4a6eb5;
    margin: 10px 0;
    text-align: center;
}

.highlight {
    color: #4a6eb5;
    font-weight: 600;
}

.highlight-box {
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 3px solid #4a6eb5;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius:8px;
}

@media (max-width: 768px) {
    .bank-qr-container {
        flex-direction: column;
        align-items: center;
    }
    
    .bank-info, .qr-container {
        width: 100%;
    }
}



@media (max-width: 990px) {
    
    span.smIFm {
        display: flex
;
    }

    .cart-col-right.active {
        display: block;
    }
    
    .cart-col-right {
        display: none;
    }
    
}

@media (max-width: 990px) {
    span.smIFm {
        padding: 17px 20px;
    }
}




@media(max-width:1600px){
    .cart-col-right {
        width: 50%;
        padding: 6rem 2rem 3rem 3rem;
        background-color: #f9f9f9;
    }
}
@media(max-width:1600px){
.cart-customer-group {
    padding: 6rem 2rem 2rem 8rem;
  }
}
@media (max-width: 1100px) {
    .cart-customer-group {
        padding: 6rem 2rem 2rem 2rem;
    }
}
@media(max-width:990px){
    .cart-col-right {
        order: 1;
        border-bottom: 1px solid #cdcdcd;
    }
    
    .cart-customer-group {
        order: 2;
    }
    .cart-col-right {
        padding: unset;
        width: 100%;
    }
    .box-cart-ctnr{
        padding: 10px 0px;
    }
    .box-titlder-header-cart {
        padding: 0px 16px 10px;
    }
    .cart-customer-group {
        width: 100%;
        padding: unset;
        padding-top: 20px;
    }
    
    .box-cart-ctnr.cart-page form {
        flex-direction: column;
    }
    .cart-page .box-title i {
        width: 100%;
        display: block;
    }
    .cart-page .box-title {
        line-height: 35px;
        font-size: 15px;
    }
    .cart-page .cutomer-info-tbl td:nth-child(1) {
        width: 40%;
    }
}

@media(max-width:550px){
    .summarys {
        flex-direction: column;
    }
    .cart-page .cart-item .item-img {
        margin-right: 10px;
    }
    .cart-page .cart-item .item-right {
        flex-direction: column;
        justify-content: center;
        gap: 10px 0px;
    }
    
    .cart-page .cart-item .item-price-group {
        flex-direction: row;
    }
}