/*=== order ===*/
.checkout-product-ordered-list .content-ordered-list .items-sp .item {
    padding: 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    height: 120px;
}

.checkout-product-ordered-list .content-ordered-list .items-sp .item:last-of-type {
    border-bottom: none;
}

.checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions {
    display: block;
    padding: 15px 20px;
    border-bottom: none;
}

.checkout-product-ordered-list .header-block .headers .header--subtotal, .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal {
    flex: 1;
}

.checkout-product-ordered-list .header-block .headers .header--subtotal.header--manipulation, .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal.header--manipulation {
    flex: .7;
}

.checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal.header--manipulation {
    justify-content: center;
}

.input_qty_pr .btn-plus {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    box-shadow: none;
}

.input_qty_pr .orderQuantity {
    height: 30px;
    border: 1px solid #ccc;
}

.checkout-product-ordered-list .header-block {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    box-shadow: 0 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.09);
    border-radius: 0.1875rem;
    margin-bottom: 0.75rem;
}

.checkout-product-ordered-list .header-block .headers {
    display: flex;
    width: 100%;
    align-items: center;
    height: 1.875rem;
    color: #bbb;
}

.checkout-product-ordered-list .header-block .headers .header {
    flex: 1;
    text-align: center;
}

.checkout-product-ordered-list .header-block .headers .header:first-child {
    justify-content: flex-start;
    text-align: left;
}

.checkout-product-ordered-list .header-block .headers .header--variation {
    flex: 2;
}

.checkout-product-ordered-list .header-block .headers .header--product {
    flex: 4;
    font-size: 14px;
}

.checkout-product-ordered-list .header-block .headers .header--product .title {
    color: #222;
}

.checkout-product-ordered-list .header-block .headers .header--subtotal {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    flex: 2;
}

.checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    margin-bottom: 15px;
}

.checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .orders {
    position: relative;
}

.checkout-product-ordered-list .content-ordered-list .shop-info {
    display: flex;
    padding: 0 25px;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.checkout-product-ordered-list .content-ordered-list .shop-info .shop-icon {
    display: inline-flex;
}

.checkout-product-ordered-list .content-ordered-list .shop-info .shop-icon i.fa-institution {
    margin-right: 5px;
}

.checkout-product-ordered-list .content-ordered-list .shop-info .shop-icon .shop-icon-link {
    display: flex;
    align-items: center;
}

.checkout-product-ordered-list .content-ordered-list .shop-info .shop-icon .shop-icon-link i {
    margin-right: 5px;
}

.checkout-product-ordered-list .content-ordered-list .shop-info .chat-button {
    align-items: center;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    color: #00bfa5;
    margin-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    padding-left: 10px;
}

.checkout-product-ordered-list .content-ordered-list .shop-info .chat-button a i {
    margin-right: 5px;
}

.checkout-product-ordered-list .content-ordered-list .items-sp {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
    padding: 10px 0;
}

@media (min-width: 640px) {
    .cart-page-footer__row5 {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    .cart-page-footer__row {
        grid-column-start: 1;
        grid-column-end: 4;
        display: flex;
        align-items: center;
        flex: 1;
        width: 100%;
    }

    .cart-page-footer__summary {
        flex-direction: column;
        display: flex;
    }

    .cart-page-footer__summary .cart-page-footer__first-summary {
        align-items: center;
        justify-content: flex-end;
        display: flex;
    }

    .cart-page-footer-summary__subtotal {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }

    .cart-page-footer-summary__subtotal-amount {
        font-size: 20px;
        line-height: 40px;
        margin-left: 10px;
        color: #ee4d2d;
    }

    .cart-page-footer__second-summary {
        text-align: right;
    }

    .cart-page-footer {
        display: -ms-grid;
        display: grid;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        flex: 1;
        font-size: 15px;
        position: relative;
        padding: 15px 20px 15px 0;
        margin-top: 10px;
    }

    .cart-page-footer__remove-inactive {
        margin-left: 2.1875rem;
        cursor: pointer;
    }

    .cart-page-footer__gap {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cart-page-footer__checkout {
        margin-left: 15px;
    }

    .cart-page-footer__checkout a {
        display: inline-block;
        padding: 0 30px;
        line-height: 40px;
        background-color: #ee4d2d;
        border-radius: 2px;
        border: none;
        color: #fff;
        min-width: 200px;
        text-align: center;
    }

    .cart-page-footer__checkout a:hover {
        opacity: 0.7;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item {
        display: flex;
        text-overflow: ellipsis;
        padding: 20px 0;
        align-items: center;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header {
        flex: 1;
        text-overflow: ellipsis;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header:first-child {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--variation {
        flex: 2;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--variation .item__variation {
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 10px;
        color: #929292;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product {
        flex: 4;
        font-size: 16px;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product .product-info {
        margin: 0 0.9375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product .product-info .product-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        flex: 2;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions {
        display: flex;
        min-width: 0;
        min-height: 0;
        background-color: #fafdff;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action {
        flex-direction: column;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action:last-child {
        border-left: 1px dashed rgba(0, 0, 0, 0.09);
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--left {
        flex: 4;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--left ._3Q6qdB {
        display: flex;
        align-items: center;
        border-top: none;
        min-width: 0;
        min-height: 0;
        padding: 15px 20px 15px 20px;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--left ._3Q6qdB .stardust-input {
        margin-left: 15px;
        flex: 1;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--left ._3Q6qdB .stardust-input input {
        border: 1px solid rgba(0, 0, 0, 0.14);
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.02);
        border-radius: 1px;
        box-sizing: border-box;
        padding: 6px 10px;
        height: 40px;
        width: 100%;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right {
        flex: 6;
        padding: 10px 0;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        align-items: center;
        grid-column-gap: 10px;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right ._155Awv {
        color: #00bfa5;
        display: flex;
        min-width: 0;
        min-height: 0;
        flex: 0 0 auto;
        grid-column-start: 1;
        grid-column-end: 2;
        padding-left: 10px;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right ._22Zp-M {
        flex: 0 0 auto;
        font-weight: 500;
        white-space: nowrap;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right ._27FVO_ {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right ._3UvATu {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        margin-top: 0.3125rem;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right ._3DcBG5 {
        flex: 0 0 auto;
        text-transform: uppercase;
        color: #05a;
        cursor: pointer;
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: right;
        padding-right: 1.875rem;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions .action--right ._2R3cCB {
        flex: 1;
        text-align: right;
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
        padding-right: 1.875rem;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group ._1pkbuI {
        background-color: #fafdff;
        display: flex;
        padding: 0 25px;
        align-items: center;
        height: 40px;
        justify-content: flex-end;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group ._1pkbuI ._1wd2xT {
        color: #929292;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group ._1pkbuI .ZwtlWT {
        margin-left: 10px;
        font-size: 16px;
        color: #ee4d2d;
    }
}

@media (max-width: 768px) {
    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal.header--manipulation,
    .checkout-product-ordered-list .header-block .headers .header--subtotal.header--manipulation {
        flex: 1;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header.sl-sp,
    .checkout-product-ordered-list .header-block .headers .header.sl-sp {
        flex: 2.5 !important;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal,
    .checkout-product-ordered-list .header-block .headers .header--subtotal {
        text-align: center;
        flex: 1.5;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .checkout-product-ordered-list .content-ordered-list .items-sp .item {
        height: auto;
        margin: 0 10px;
        padding: 10px 0;
    }

    .checkout-product-ordered-list .content-ordered-list .shop-info {
        padding: 0 10px;
    }

    .checkout-product-ordered-list .header-block .header.sl-sp, .checkout-product-ordered-list .header-block .header.header--subtotal, .checkout-product-ordered-list .header-block .header.header--price {
        display: none;
    }

    .checkout-product-ordered-list .header-block {
        padding: 0 10px;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .input-check.btn-check-all {
        float: left;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--subtotal {
        float: right;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product {
        float: left;
        width: calc(100% - 35px);
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product .img-sp {
        float: left;
        margin-right: 10px;
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product .cont-xs-sp {
        float: left;
        width: calc(100% - 90px);
    }

    .checkout-product-ordered-list .content-ordered-list .items-sp .item .header--product .cont-xs-sp .product-info .product-name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .cart-variation-dropdown-content {
        width: auto;
        padding: 10px;
    }

    .cart-variation-dropdown-action .cancel-btn, .cart-variation-dropdown-action .btn-accept {
        padding: 5px 10px;
        text-transform: none;
    }

    .input_qty_pr .btn-plus {
        width: 22px;
        height: 22px;
        padding: 0;
    }

    .input_qty_pr .orderQuantity {
        height: 22px;
        outline: none;
        box-shadow: none;
    }

    .checkout-product-ordered-list .content-ordered-list .checkout-shop-order-group .actions {
        padding: 10px;


    }

    .cart-page-footer {


        padding: 10px;
        border-top: 1px solid #ccc;
    }

    .cart-page-footer .cart-item__cell-checkbox {
        float: left;
    }

    .cart-page-footer .cart-item__cell-checkbox .btn-check-all {
        padding-left: 0 !important;
    }

    .cart-page-footer__row5 {
        display: flex;
    }

    .cart-page-footer-summary__subtotal {
        display: flex;
        margin-right: 10px;
        justify-content: flex-end;
    }

    .cart-page-footer__summary {
        flex: 1;
        text-align: right;
    }

    .cart-page-footer__checkout a {
        background-color: var(--brand-primary);
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        flex: .4;
    }

    .cart-page-footer__checkout {
        text-align: right;
    }

    .cart-page-footer-summary__subtotal-amount {
        color: var(--brand-primary);
        margin-left: 5px;
    }
}

@media (min-width: 769px) {
    .hidden-md {
        display: none !important;
    }
}

.button-coupon {
    text-transform: capitalize;
    min-width: 9.875rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .26);


    color: rgba(0, 0, 0, .87);
    padding: 8px 10px;
}

@media (max-width: 425px) {
    .cart-page-footer {
        padding: 10px 5px;
    }

    .checkout-product-ordered-list .content-ordered-list .shop-info .shop-icon a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .checkout-product-ordered-list .content-ordered-list .shop-info .chat-button span.mess-shop {
        white-space: nowrap;
        display: inline-block;
        width: calc(100% - 25px);
    }

    .checkout-product-ordered-list .content-ordered-list .shop-info .shop-icon {
        width: calc(100% - 115px);
    }
}

/*=== cart ===*/
.detail-cart .list-cart {
    display: inline-flex;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.detail-cart .list-cart .product-title {
    width: 40%;
    display: inline-flex;
}

.detail-cart .list-cart .product-title > div {
    padding: 0 10px;
}

.detail-cart .list-cart .unit-price {
    width: 15%;
}

.detail-cart .list-cart .pty {
    width: 15%;
}

.detail-cart .list-cart .title-price {
    width: 15%;
}

.detail-cart .list-cart .price {
    width: 15%;
}

.detail-cart .info-cart {
    padding: 10px;
    width: 100%;
    display: inline-flex;
    position: relative;
    margin-bottom: 15px;
}

.detail-cart .info-cart .box-info-cart {
    width: 40%;
    padding: 0 10px;
    margin-top: 35px;
}

.detail-cart .info-cart .box-info-cart .img-product {
    padding-left: 10px;
}

.detail-cart .info-cart .info-unit, .detail-cart .info-cart .info-price, .detail-cart .info-cart .info-pty, .detail-cart .info-cart .total-price {
    width: 15%;
}

.detail-cart .info-cart .info-price {
    color: var(--brand-primary);
}

.detail-cart .info-shop {
    display: inline-flex;
    position: absolute;
    top: 10px;
}

.detail-cart .info-shop > div {
    padding: 0 10px;
}

.detail-cart .save-code-sale {
    background: transparent;
    padding: 0 15px;
    width: 100%;
}

.detail-cart .save-code-sale .box-item {
    padding: 20px 0;
}

.detail-cart .save-code-sale .box-item .save a {
    padding: 6px 15px;
    border: 1px solid #cd1818;
    border-radius: 3px;
    color: #cd1818;
}

.detail-cart .save-code-sale .box-first {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
}

.detail-cart .save-code-sale .box-last {
    padding-bottom: 10px;
}

.detail-cart .save-code-sale .box-item ul {
    display: inline-flex;
}

.detail-cart .save-code-sale .box-item ul li {
    padding: 0 10px;
}

.detail-cart .footer-table-payment {
    padding: 10px;
}

.detail-cart .footer-table-payment .box-voucher {
    overflow: hidden;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 15px;
}

.detail-cart .footer-table-payment .box-voucher ul {
    display: inline-flex;
    float: right;
}

.detail-cart .footer-table-payment .box-voucher ul li {
    padding: 0 20px;
}

.detail-cart .footer-table-payment .box-voucher ul li a {
    color: #05a;
}

.detail-cart .box-payment {
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
}

.detail-cart .box-payment .checkbox-all {
    display: inline-flex;
    padding: 20px 0;
}

.detail-cart .box-payment .checkbox-all > div {
    padding: 0 10px;
}

.detail-cart .box-payment .btn-payment {
    padding: 20px 20px 0 20px;
}

.detail-cart .box-payment .btn-payment > div {
    padding: 0 10px;
}
