.jscart.js#info-cart table {
    margin: 10px 0;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.cart-main .table-wrap {
    background: #fff;
    border-radius: 7px;
}

#table-cart-tt {
    border: none;
    visibility: hidden;
}

#table-cart-tt td {
    padding: 0 0 8px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1C655E;
}

#info-cart table tr, #info-cart table tr td {
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
}

#cart-p-img a {
    width: 65px;
    height: 65px;
    overflow: hidden;
    float: left;
    margin: 5px 0;
}

#cart-p-name {
    padding-left: 0;
    vertical-align: top;
    display: flex;
}

.p-cart-info {
    width: calc(100% - 195px);
    margin-left: 35px;
    display: inline-block;
    padding: 10px 0;
}

.p-code {
    font-size: 14px;
    font-weight: 500;
}

#cart-p-name a:not(.qty-wrapper a) {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
}

#checkout-cart .header-btn-cart {
    padding: 5px 15px;
    display: inline-block;
    margin: 0;
}

#price-sum {
    font-weight: 700;
    font-size: 17px;
    padding: 10px 0;
    color: #909090
}

.cart-info tbody .image img, table {
    border: 1px solid rgba(233, 233, 233, 1);
}

table>tbody>tr>td {
    padding: 15px 15px 0;
    vertical-align: top;
}

table>tbody>tr:first-child>td {
    font-size: 0.8rem;
    font-weight: 500;
}

.product-price--current {
    font-size: 16px;
}

.remove-cart {
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 8px 50px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 35px 0;
}

.cart-quantity {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}

.cart-quantity * {
    border: 1px solid rgba(233, 233, 233, 1);
}

#formCheckout .cart-quantity input {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 16px;
}

.cart-quantity button {
    width: 36px;
    height: 36px;
    background: #f9f9f9;
    color: #9E9E9E;
}

.cart-quantity button.qty-cart-down {
    border-right: none;
}

.cart-quantity button.qty-cart-up {
    border-left: none;
}

.title-main {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.43;
    margin: 15px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.td-price {
    text-align: left;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.after-calc .td-price {
    font-weight: 700;
}

.pre-calc, .after-calc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.after-calc {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.td-price span {
    padding-left: 50px;
    float: right;
}

.cart-qty {
    height: 32px !important;
}

#formCheckout input:not(.cart-qty, #coupon) {
    border-radius: 25px;
    border: 1px solid rgba(112, 112, 112, 0.75);
    width: 100%;
    height: 32px;
    line-height: 40px;
    text-indent: 5px;
    font-size: 0.875rem;
    margin: 0 5px;
}

.btn-checkout, .btn-continue {
    border-radius: 25px;
    border: 1px solid rgba(112, 112, 112, 0.75);
    height: 40px;
    line-height: 40px;
    text-indent: 5px;
    font-size: 0.8rem;
}

#formCheckout .qty-wrapper {
    width: fit-content;
    padding: 35px 0;
}

#formCheckout input::placeholder {
    font-size: 13px;
}

.price-x-qty {
    font-weight: 600;
    font-size: 16px;
    color: #a91f1b;
}

#formCheckout select {
    border-radius: 25px;
    border: 1px solid rgba(112, 112, 112, 0.75);
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 0.8rem;
    color: #212529;
}

.bottom-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#cart-p-name .gift-info p {
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: #444;
}

#cart-p-name .gift-info p:nth-child(2) {
    font-style: italic;
}

#cart-p-name img {
    width: 160px;
}

table {
    width: 100%;
    border: none;
}

#table-cart-tt>td:first-child {
    text-align: left;
    width: 37%;
}

#table-cart-tt>td:nth-child(2), #table-cart-tt>td:nth-child(4), #table-cart-tt td:nth-child(3) {
    width: 15%
}

.qty-wrapper {
    width: auto;
}

.qty-wrapper button {
    width: 32px !important;
    height: 100%;
    border: none;
    background: #f1f1f1;
    outline: none;
    font-size: 1.25rem;
}

.qty-input {
    box-shadow: unset !important;
    width: 32px !important;
    height: 100%;
    text-align: center;
    outline: none;
    border: none;
    border-left: 1px solid #bfc4c9;
    border-right: 1px solid #bfc4c9;
    font-size: .8rem;
    font-weight: 500;
}

.table-cart-ct>td>td {
    vertical-align: middle;
}

.cart-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-main {
    position: relative;
    width: 100%;
}

.checkout-main {
    width: 25%;
    padding-left: 1rem;
}

.cartOldPrice {
    font-size: 14px;
    line-height: 1.29;
    color: #8b8b8a;
    text-decoration: line-through;
    margin-top: 5px;
    display: block;
}

.cm-infomation, .cm-payment {
    margin-top: 2.5rem;
}

.checkout-main .title-main {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.8px;
    color: #2e2b27;
    text-transform: uppercase;
}

.g-30, .gx-30 {
    --bs-gutter-x: 30px !important;
}

.g-30, .gy-30 {
    --bs-gutter-y: 30px !important;
}

.to-checkout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.to-checkout>p {
    font-weight: 500;
    font-size: 14px;
}

.btn-checkout {
    height: 35px;
    padding: 0 80px;
    background: #000;
    font-size: 1rem;
    width: fit-content;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 500;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.btn-continue {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    padding: 0 15px;
    border: 1px solid #ee5a8a;
}

.table-cart-ct>td:last-child {
    padding-right: 0;
}

.cm-first {
    padding: 1.25rem;
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0,0,0,0.03);
    height: 100%;
    border-radius: 7px;
}

tbody {
    position: relative;
}

tbody.active:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,rgba(248,246,247,0) 0%,rgba(248,246,247,.95) 65.62%,#f8f6f7 100%);
    width: 100%;
    bottom: 0;
    height: 30%;
}

tbody.show-all:after {
    display: none;
}

table>tbody>tr:last-child>td {
    padding-bottom: 15px;
}

.info-wrap {
    background: #FDF4D7;
    border: 1px solid #F2994A;
    border-radius: 7px;
    padding: 10px 15px;
    margin-top: 15px;
}

.info-wrap img {
    height: 32px;
    width: auto;
    margin-right: 10px;
}

.cart-policy {
    margin: 15px 0;
}

.cart-policy ul {
    list-style: inside;
}

.offer-item {
    border: 1px solid #013334;
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 10px 8px;
}

.endDate {
    padding: 2px 8px;
    background: #013334;
    color: #fff;
    border-radius: 7px;
    font-size: 0.75rem;
}

.copy-code {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
}

.text-to-money {
    display: block;
    margin-bottom: 30px;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 768px) {
    .cart-main, .checkout-main {
        width: 100%;
        padding: 0;
    }

    .checkout-main {
        margin-top: 30px;
    }

    tbody > tr:nth-child(2) > td {
        padding-top: 15px;
    }

    .p-cart-info {
        width: 200px;
        margin-left: 15px;
        display: inline-block;
        padding: 0;
    }

    #table-cart-tt {
        display: none;
    }

    #cart-p-name>a {
        width: 96px;
        height: auto;
    }

    #cart-p-name img {
        width: 96px;
    }

    .table-cart-ct {
        position: relative;
    }

    .table-cart-ct>td:nth-child(2) {
        position: absolute;
        top: 40px;
        left: 133px;
        height: 75px;
        padding-left: 0;
        text-align: left !important;
        border: none;
    }

    .table-cart-ct > td:nth-child(2) .qty-wrapper {
        top: 82px;
        height: 30px;
    }

    .cart-checkout .policy-item {
        flex-direction: row;
    }

    .table-cart-ct>td:nth-child(2) .qty-wrapper a {
        width: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-cart-ct > td:nth-child(3) {
        position: absolute;
        width: 200px;
        left: 120px;
        top: 105px;
        display: flex;
        align-items: center;
        border: none;
    }

    .table-cart-ct > td:nth-child(3) > span {
        color: #000 !important;
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        margin-right: 0.25rem
    }

    .g-30, .gx-30 {
        --bs-gutter-x: 15px !important;
    }

    .g-30, .gy-30 {
        --bs-gutter-y: 15px !important;
    }

    .policy-item {
        flex-direction: row;
    }

    #cart-p-name .qty-wrapper {
        height: 22px;
        margin-top: 5px;
        border-radius: 0;
    }

    .qty-wrapper a {
        line-height: 26px;
        width: 18px !important;
        font-size: 1rem !important;
    }

    .cart-qty {
        width: 30px !important;
        font-size: .75rem !important;
        border-top: none;
        border-bottom: none;
        text-align: center;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .text-qty {
        font-weight: 500;
        display: none;
    }

    .price-sm {
        font-weight: 600;
        color: #ee5a8a;
    }

    .price-sm * {
        margin-bottom: 0;
    }

    .table-cart-ct>td:last-child {
        text-align: right !important;
    }

    .unit-item .unit-item__logo.fundiin-tittle>img {
        width: 120px !important;
    }

    .p-cart-info .p-name {
        width: 90%;
    }

    table>tbody>tr>td {
        padding: 10px;
    }

    #cart-p-name a:not(.qty-wrapper a) {
        font-size: 14px;
    }

    table>tbody>tr>td {
        vertical-align: top;
    }

    .cart-main .table-wrap {
        background: transparent;
        padding: 0;
    }

    .cm-first {
        padding: 0;
        background: transparent;
    }

    .qty-wrapper button {
        font-size: 14px;
        font-weight: 600;
        line-height: 10px;
        height: 32px;
    }

    table>tbody>tr:last-child>td {
        border: none;
    }

    .remove-cart {
        margin: 0;
        padding: 0;
        width: 100%;
        color: #000;
        background: transparent;
    }

    #formCheckout .qty-wrapper {
        padding: 0;
    }

    #cart-p-name {
        padding-bottom: 25px;
    }
}




