#popup-cart .modal-title {
    text-transform: uppercase
}

#popup-cart .modal-body .wrap-cart {
    padding: 0;
    box-shadow: none;
    border: 0
}

#popup-cart .modal-body .top-cart {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0
}

#popup-cart .modal-footer {
    padding: .75rem 0 0 0;
    border-top: 0
}

.buymore-cart {
    color: var(--color-red);
    cursor: pointer;
    margin: 0
}

.buymore-cart i {
    margin-right: 2px;
    margin-top: 5px;
    vertical-align: top;
    font-size: 12px
}

.wrap-cart {
    position: relative;
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.top-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.left-procart {
    width: calc(780/1200*100%)
}

.right-procart {
    width: calc(400/1200*100%)
}

.list-procart {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.money-procart {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.money-procart__inner {
    background: #fff;
    padding: 12px 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.procart {
    padding: 20px 15px;
    border: 1px solid #eee;
    border-top: 0
}

.pic-procart {
    width: 11%;
    text-align: center
}

.pic-procart a {
    border-radius: 6px;
    border: solid 1px #d7d7d7;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.pic-procart a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.del-procart {
    display: block;
    cursor: pointer;
    color: #657384
}

.del-procart svg {
    width: 18px
}

.del-procart:hover {
    color: red
}

.pic-procart-rp {
    display: none;
    margin: 10px auto auto auto;
    width: 100%;
    max-width: 85px
}

.unit-procart {
    width: 10%;
    text-align: center
}

.info-procart {
    width: 35%
}

.name-procart a {
    font-size: 14px;
    color: #000;
    display: block
}

.name-procart a:hover {
    color: var(--color-red)
}

.properties-procart {
    display: block
}

.properties-procart p {
    display: inline-block;
    margin-bottom: 0
}

.properties-procart p:first-child {
    margin-right: 10px
}

.properties-procart p strong {
    font-weight: 600
}

.quantity-procart {
    width: 15%;
    text-align: center
}

.quantity-procart p {
    margin-bottom: 0
}

.action-procart {
    width: 25px
}

.quantity-counter-procart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c8d1;
    line-height: normal;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
    padding: 0 5px
}

.counter-procart {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.counter-procart span {
    pointer-events: none
}

.quantity-counter-procart .quantity-procat {
    width: 40px;
    height: 30px;
    padding: 3px;
    text-align: center;
    border: solid 1px #c1c8d1;
    border-top: none;
    border-bottom: none;
    font-size: 15px
}

.price-procart {
    width: 15%;
    text-align: center
}

.price-procart-rp {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13.5px
}

.price-new-cart {
    color: #ff2e00;
    margin-bottom: 0;
    font-weight: 600
}

.price-old-cart {
    color: #999;
    text-decoration: line-through;
    margin-bottom: 0
}

.procart-label {
    padding: 8px 16px;
    background: #fff;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom-cart {
    width: 40%
}

.section-procart {
    margin-top: 20px
}

.information-cart {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.title-cart {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px
}

.shipunit-cart {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    isolation: isolate;
    border-bottom: solid 1px #e7e7e7e7;
    padding: 8px 20px
}

.shipunit-cart:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.shipunit-cart input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 !important
}

.shipunit-label {
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
    color: #313131 !important;
    flex: 1 1 0%;
    align-items: center;
    gap: 10px
}

.shipunit-label::after,
.shipunit-label::before {
    top: calc(50% - 1rem/2)
}

.shipunit-label .logo {
    max-width: 40px;
    display: block
}

.shipunit-label p {
    flex: 1 1 0%;
    margin-bottom: 0;
    color: #313131;
    font-size: 15px
}

.payments-cart {
    position: relative;
    isolation: isolate;
    border-bottom: solid 1px #e7e7e7e7;
    padding: 12px 20px
}

.payments-cart .top {
    display: flex;
    gap: 15px;
    align-items: center
}

.payments-cart:last-child {
    margin-bottom: 0
}

.payments-cart .top input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 !important
}

.payments-label {
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
    color: #313131 !important;
    flex: 1 1 0%;
    padding: 5px 0;
    align-items: center;
    gap: 10px
}

.payments-label::after,
.payments-label::before {
    top: calc(50% - 1rem/2)
}

.payments-label .logo {
    max-width: 40px;
    display: block
}

.payments-label p {
    flex: 1 1 0%;
    margin-bottom: 0;
    color: #313131;
    font-size: 15px
}

.payments-info {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.payments-info p {
    margin-bottom: 1em
}

.payments-info.active {
    padding: 10px;
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    height: auto
}

.btn-cart {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
    font-size: 14px;
    text-transform: uppercase;
    background: #121212;
    border-radius: 10px
}

.empty-cart {
    padding: 25px 30px;
    display: block;
    text-align: center;
    color: #23527c !important;
    width: 100%
}

.empty-cart i {
    color: red;
    font-size: 70px
}

.empty-cart p {
    margin: 15px 0;
    color: #333;
    font-size: 18px
}

.empty-cart span {
    display: inline-block;
    border: 1px solid #2e9ef2;
    border-radius: 3px;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    max-width: 325px
}

.procart1 {
    margin-bottom: 10px
}

.top-cart1 p.total-price.load-price-temp {
    color: #5172fd
}

.top-cart1 a.buymore-cart {
    color: #000;
    border: solid 1px #000;
    width: 100%;
    text-align: center;
    line-height: 30px;
    border-radius: 50px
}

.top-cart1 a.buymore-cart i {
    vertical-align: middle;
    margin-top: 0
}

.top-cart1 a.buymore-cart:hover {
    background: #5172fd;
    transition: all 1s;
    color: #fff;
    border: solid 1px #fff
}

.procart1 h3.name-procart:hover a {
    color: #5172fd
}

.top-cart1 .total-procart p {
    font-size: 14px
}

.procart1 .pic-procart {
    width: 30%;
    margin: 0
}

.procart1 .info-procart {
    width: calc(70% - 10px);
    margin: 0
}

.top-cart1 p.total-price.load-price-temp {
    color: #5172fd
}

.procart1 h3.name-procart a {
    font-size: 14px
}

.procart1 h3.name-procart {
    margin-bottom: 10px
}

.procart1 .properties-procart {
    font-size: 13px
}

.procart1 .quantity-procart {
    width: 100%;
    display: flex;
    align-items: center
}

.procart1 .quantity-counter-procart {
    width: 70px;
    margin-right: 10px;
    border: none
}

.procart1 .quantity-counter-procart input.quantity-procat {
    border: none
}

.procart1 .properties-procart strong {
    font-weight: 400
}

.procart1 span.counter-procart-plus.counter-procart {
    font-size: 20px
}

.procart1 .price-procart {
    width: calc(100% - 80px);
    text-align: left
}

.procart1 p.price-new-cart {
    color: #000;
    font-size: 14px
}

.top-cart1 .total-procart {
    background: 0 0;
    border: none;
    padding: 5px 0
}

.quantity-pro-detail {
    border: none;
    border-radius: 0
}

.quantity-pro-detail .quantity-minus-pro-detail,
.quantity-pro-detail .quantity-plus-pro-detail {
    background-color: #f9f9f9;
    border: 1px solid #ddd
}

.quantity-pro-detail input {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ddd
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    border: 1px solid #047ae0;
    color: #fff;
    background-color: #047ae0 !important;
    border-radius: 0
}

.cart-pro-detail a.buynow {
    background: #fd6e1d;
    background: -o-linear-gradient(top, #f59000, #fd6e1d)
}

.cart-pro-detail a.buynow span {
    display: block
}

.cart-pro-detail a.buynow span:first-child {
    text-transform: uppercase;
    font-size: 18px
}

.cart-pro-detail a.buynow span:last-child {
    font-weight: 400
}

.procart__item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

.total-procart {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.total-procart__item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.total-procart__item>span {
    font-size: 16px;
    color: #4a4f63;
    font-weight: 500
}

.total-procart__item>p {
    margin-bottom: 0;
    font-size: 16px;
    color: #020b27;
    font-weight: 500
}

.total-procart__item>p.voucher-price {
    color: #f79009
}

.money-procart__line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #e4e8ed
}

.money-procart__final {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.money-procart__final span {
    font-size: 18px;
    font-weight: 600;
    color: #020b27
}

.money-procart__final p {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--maincolor);
    font-weight: 600
}

.voucher-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: solid 1px #e0e4e8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 15px
}

.voucher-input input {
    border-radius: 0;
    border: none;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.voucher-input .code_coupon {
    width: calc(100% - 95px);
    height: 40px;
    font-size: 14px
}

.voucher-input .apply_coupon {
    width: 95px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #657384;
    background: #edf0f3
}

.thanhtoan_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 45px;
    background: #0C5EA8;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: none;
    margin-top: 15px
}

.procart_tos {
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .5px;
    color: #020b07;
    text-align: center
}

.procart_tos a {
    text-decoration: underline !important;
    color: #020b07
}

.wrap-cartcontent {
    padding: 40px 0; border-radius: 10px;
    background: #f3f3f3;
}

.cart-input {
    margin-bottom: 15px
}

.cart-select select {
    margin-bottom: 15px;
    height: 55px;
    font-size: 15px;
    color: #020b27;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #c1c8d1;
    border-radius: 5px;
    background: url(../images/custom/arr_select2.png) no-repeat center right 15px/24px, #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.cart-select select {
    width: 100%;
    padding: 0 50px 0 15px !important
}

.cartinput_group1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    grid-template-areas: "input-cart1 input-cart2" "input-cart3 input-cart3"
}

.cartinput_group1 .cart-input:nth-child(1) {
    grid-area: input-cart1
}

.cartinput_group1 .cart-input:nth-child(2) {
    grid-area: input-cart2
}

.cartinput_group1 .cart-input:nth-child(3) {
    grid-area: input-cart3
}

.cartinput_group2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px
}

.cartinput_group2 .cart-select:last-child {
    grid-column: 1/-1;
}

.name-procart {
    margin-bottom: 7px
}

.member-procart {
    margin-bottom: 5px
}

.chiendich-procart b,
.member-procart b {
    font-weight: 600
}

.dropdownSearch {
    position: relative;
    width: 100%;
}

.dropdownSearch .dropdown_trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    color: #444;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 100%;
}

.dropdownSearch .dropdown_trigger.invalidate {
    border: solid 1px #dc3545;
}

.dropdownSearch .dropdown_trigger.validate {
    border: solid 1px #198754;
}

.dropdownSearch .selected_text {
    color: #212529;
    font-size: 16px;
}

.dropdownSearch .dropdown_menu {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 9px 28px 8px, rgba(0, 0, 0, 0.08) 0px 6px 16px, rgba(0, 0, 0, 0.12) 0px 3px 6px -4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    z-index: 10;
    top: calc(100% + 10px);
    width: 100%;
}

.dropdownSearch .dropdown_searchbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 10px;
    border: solid 1px #c1c8d1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dropdownSearch .dropdown_searchbar svg {
    width: 24px;
    margin-right: 7px;
}

.dropdownSearch .dropdown_searchbar input {
    width: 100%;
    border: none;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dropdownSearch .dropdown_ul {
    padding: 0;
    margin: 0;
    height: 280px;
    overflow-y: auto;
    margin-top: 10px;
}

.dropdownSearch .dropdown_ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 16px;
    color: #4a4f63;
    cursor: pointer;
}

.dropdownSearch .dropdown_ul li:hover {
    font-weight: 600;
}

.vat_trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}

.vat_checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.vat_trigger p {
    flex: 1 1 0%;
    margin-bottom: 0;
    color: #313131;
    font-size: 15px;
}

.vat_trigger i.fa-square-check {
    color: green;
}

.banks_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.banks_item {
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.banks_pic {
    max-width: 200px;
    margin-bottom: 20px;
}

.banks_name {
    font-weight: 600;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
}

.banks_desc p {
    margin-bottom: 10px;
}

.bank-warning {
    border: solid 1px #d7d7d7;
    border-left: solid 2px var(--maincolor);
    padding: 10px;
}

.quantity_wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.quantity_wrap>span {
    font-size: 16px;
    color: #4a4f63;
    max-width: 115px;
    width: 100%;
    margin-right: 15px;
}

.proDetail__quantity {
    display: inline-flex;
    align-items: center;
    height: 45px;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border: solid 1px #c1c8d1;
}

.quantityButton {
    position: relative;
    width: 35px;
    padding: 0 3px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quantityButton svg {
    width: 15px;
    height: 15px;
}

.quantityNumber {
    outline: none;
    height: inherit;
    width: 40px;
    border: 1px solid #c1c8d1;
    padding: 0px 3px;
    text-align: center;
}

.cartButtons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    flex: 1 1 0%;
}

.cart_button {
    width: 100%;
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 45px;
    background: var(--maincolor);
    color: #fff;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    letter-spacing: .005em;
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.cart_button.findmore {
    background: #eaeffa;
    color: #03183a !important;
}

.cart_button:hover {
    opacity: 0.8;
}

@media (max-width:768px) {
    .information-cart {
        padding: 0;
    }

    .cartinput_group1 {
        grid-template-columns: 1fr;
        grid-template-areas: none
    }

    .cartinput_group1 .cart-input {
        grid-area: auto !important
    }

    .cartinput_group2 {
        grid-template-columns: 1fr
    }

    .payments-cart {
        padding: 7px 15px
    }

    .inputcart_group1,
    .inputcart_group2 {
        grid-template-columns: 1fr;
        grid-template-areas: none
    }

    .input-cart {
        grid-area: auto !important
    }

    .money-procart__inner {
        padding: 0
    }

    .price-procart {
        display: none
    }

    .price-procart-rp {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px
    }

    .pic-procart {
        width: 18%;
        order: 1
    }

    .info-procart {
        width: 60%;
        order: 2
    }

    .unit-procart {
        order: 3
    }

    .action-procart {
        order: 4
    }

    .quantity-procart {
        width: 100%;
        order: 5
    }

    .procart {
        border: none;
        padding: 0
    }

    .procart-label {
        display: none
    }

    .procart__childs {
        margin: 10px 0 0 !important
    }

    .wrap-cartcontent {
        padding: 30px 0;
        background: #fff;
        margin: 0
    }

    .wrap-cart {
        flex-direction: column;
        gap: 30px;
        padding: 0
    }

    .wrap-cart>* {
        width: 100%
    }

    .list-procart {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .banks_grid {
        grid-template-columns: 1fr;
    }
}