.box-cart-ctnr {
    background: #ffffff;
  
}
.main {
    background: #f7f7f7;
}
.cart-customer-group {
    background: #FFF;
   
    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: linear-gradient(90deg,rgba(89, 181, 132, 1) 0%, rgba(0, 145, 65, 1) 50%, rgba(17, 140, 70, 1) 100%);
    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;
}
































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

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


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

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

.payment-method:hover {
}

.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: #3c63aa;
    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: 11px 15px 0px; */
    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 #3c63aa;
    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: #158f4a;
}

.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;
    padding: 10px;
    /* align-items: center; */
}

.bank-qr-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0px 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;
}
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.smIFm {
    display: none;
}

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;
}


.page-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #3c63aa;
}
.steps-container {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 30px;
}
.step {
    display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}
.step.active .step-number {
    background: linear-gradient(98deg, rgb(97 168 206) 0%, rgb(63 99 171) 100%);
    border-color: 1px solid #3498db;
    color: white;
}
.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
.step.active:not(:last-child)::after {
    background-color: #3c63aa;
}
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 60%;
    width: 80%;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}
.checkout-form {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3c63aa;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
}
.form-group {
    margin-bottom: 9px;
    flex: 1;
}

.cart-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem 0px;
}
.form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
}
.form-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    transition: all 0.3s;
}
.form-textarea {
    min-height: 100px;
    resize: vertical;
}
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
    font-family: unset;
}
.secure-payment {
    display: flex
;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(39, 174, 96, 0.1);
    border-radius: 8px;
}
.payment-note {
    text-align: center;
    font-size: 13px;
    color: #757575;
    margin-top: 15px;
    font-style: italic;
}
.secure-payment {
    display: flex
;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(39, 174, 96, 0.1);
    border-radius: 8px;
}
.secure-icon {
    color: #3c63aa;
    margin-right: 10px;
}
.secure-text {
    font-size: 13px;
    color: #3c63aa;
}
.checkout-button {
    width: 100%;
    background: #3c63aa;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-summary {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    position: relative;
    height: 100%;
    position: sticky;
    top: 126px;
}
.order-count {
    font-size: 14px;
    color: #757575;
}
.order-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #f5f5f5;
}

.cart-items {
    margin-bottom: 20px;
}
.cart-item:last-child {
    border-bottom: none;
}

.cart-item {
    display: flex;
    align-items: start;
    padding: 15px 0 0px;
    border-bottom: 1px solid var(--medium-gray);
    position: relative;
    
}
.cart-item-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 15px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    background: white;
}
.cart-item-details {
    flex-grow: 1;
}
.cart-item-title {
    font-weight: 600;
    margin-bottom: 5px;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}
.badge-sale {
    background-color: #e74c3c;
    color: white;
}

.badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    margin-left: 8px;
}
.cart-item-attributes {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
}
.cart-item-price {
    color: #e74c3c;
    font-weight: 700;
    font-size: 16px;
}
.original-price {
    text-decoration: line-through;
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.cart-item-quantity {
    display: flex
;
    align-items: center;
    font-size: 14px;
    margin-top: 8px;
}
.quantity-label {
    margin-right: 10px;
    color: #757575;
}
.quantity-controls {
    display: inline-flex
;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}
.quantity-btn {
    width: 20px;
    height: 30px;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 16px;
}
.quantity-input {
    width: 40px;
    height: 30px;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
}
.cart-item-actions {
    display: flex
;
    align-items: center;
    margin-left: 15px;
}
.cart-item-remove {
    color: #e74c3c;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        position: absolute;
    right: 0;
    top: 2px;
    transition: all 0.3s;
}
.cart-total {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-top: 20px;
}
.cart-total-row {
    display: flex;
    justify-content: space-between;
}
.cart-total-label {
    font-weight: 500;
}
.box-cart-container {
    padding: 30px 0px;
}

.payment-header ~ #online-content {
    display: none !important;
}


.payment-header ~ div#cod-content {
    display: none !important;
}


.payment-header.payment-header-selected ~ div#cod-content {
    display: block !important;
}


.payment-header.payment-header-selected ~ div#online-content {
    display: block !important;
}


@media (min-width: 992px) {
    .cart-container {
        flex-direction: row;
    }
}
@media (max-width: 990px) {
    .cart-col-right.active {
        display: block;
    }
}

@media (max-width: 990px) {
    .cart-col-right {
        padding: unset;
        width: 100%;
    }
}
@media (max-width: 990px) {
    .payment-section {
        padding: 10px 10px 0px;
        box-shadow: unset;
    }
    
    .checkout-form {
        padding: 10px;
    }
    
    .payment-methods {
        margin-bottom: 3px;
    }
    
    .cart-summary {
        padding: 10px;
    }
    
    .payment-method {
        margin-bottom: 1px;
    }
    .cart-col-right {
        order: 1;
        border-bottom: 1px solid #cdcdcd;
    }
}
@media (max-width: 990px) {
    span.smIFm {
        padding: 17px 20px;
    }
    .checkout-button{
        font-size: 15px;
        padding: 7px;
    }
}
@media (max-width: 990px) {
    span.smIFm {
        display: flex;
    }
}
@media (max-width: 768px) {
    .bank-qr-container {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }
    
    .bank-info, .qr-container {
        width: 100%;
    }
    .steps-container{
        margin-bottom: 0;
    }
}



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

    .cart-col-right.active {
        display: block;
        position: unset;
    }
    
    .cart-col-right {
        display: none;
    }
    .box-cart-container{
        padding-bottom: 0;
    }
    
}
@media(max-width:1600px){
    .cart-col-right {
        width: 50%;
        padding: 6rem 2rem 3rem 3rem;
        background-color: #f9f9f9;
    }
    .box_info_order_success .list_sp_order_success .box_info{
        width: 100%;
    }
}
@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 {
        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;
        order: 2;
    }
    
    .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){
    .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;
    }
}