.title-cart {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.mt-30 {
    margin-top: 30px !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#cartDesktopProduct .card-header {
    background-color: #fff;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.pl-gd-2, .px-gd-2 {
    padding-left: 16px;
}

.pb-gd-1, .py-gd-1 {
    padding-bottom: 8px;
}

.mb-0, .my-0 {
    margin-bottom: 0px;
}

.fw-bold {
    font-weight: bold;
}

.fs-sa-16 {
    font-size: 16px;
    line-height: 24px;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#cartDesktop .list-group-item:last-child {
    border-radius: 4px;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.pl-gd-1, .px-gd-1 {
    padding-left: 8px !important;
}

.detail .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fs-sa-14 {
    font-size: 14px;
    line-height: 22px;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.fs-sa-12 {
    font-size: 12px;
    line-height: 18px;
}

.text-muted {
    color: #8E969E !important;
}

.pl-gd-0, .px-gd-0 {
    padding-left: 0px !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-item-btn {
    width: 20px;
    height: 22px;
    background-color: #fff;
    justify-content: center;
    padding: 0 0 2px;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-item-btn i {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -56%);
}

.input-item {
    width: 38px;
    height: 22px;
    line-height: normal;
    padding: 0;
    max-width: 40px;
    text-align: center;
}

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-item-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-footer {
    background-color: #fff;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    background-color: #fff;
}

.dash {
    border-top: 1px dashed #dee3e5;
    margin-top: 0;
    margin-bottom: 5px;
}

.mb-gd-2, .my-gd-2 {
    margin-bottom: 16px !important;
}

.btn-system-main {
    background-color: #373e44;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 12px;
}

.btn-system-secondary {
    background-color: #FFFFFF;
    border-color: #BCC2C7;
    color: #373e44;
    border: solid 1px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 12px;
}

.mt-gd-2, .my-gd-2 {
    margin-top: 16px !important;
}

.text-right {
    text-align: right;
}

.text-right i {
    margin-right: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 992px) {
    .box-cart {
        width: 90%;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto;
    }

    .col-cart-left, .col-cart-right {
        width: 100%;
    }

}

.item-block-mobile {
    display: none!important;
}

@media (max-width: 768px) {
    .box-cart {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto;
    }

    .col-cart-left, .col-cart-right {
        width: 100%;
        padding: 0px;
    }

    .list-group-item-mobile {
        display: none;
    }

    .item-none-mobile {
        display: none;
    }

    .col-item-mobile-1 {
        width: 91%;
        padding: 0;
    }

    .item-block-mobile {
        display: flex!important;
        padding: 3px 0;
        width: 100%;
    }
    .title-cart {
        font-size: 26px;
    }
}
