.cart-sec {
    padding: 40px 0px;
}

.cart-list-sec {
    max-width: calc(100% - 420px);
    width: 100%;
    margin-top: 40px;
    border-radius: 16px;
    flex-shrink: 0;
    margin-right: 20px;
    display: none;
}

.cart-list-sec.active {
    display: block !important;
}

.clsec-prod-image {
    height: 70px;
    width: 70px;
    border: #eaf1fb solid 1px;
    border-radius: 8px;
    overflow: hidden;
}

.clsec-prod-name {
    margin-left: 10px;
}

.clsec-prod-price {
    font-size: 15px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    margin: 4px 0px;
}

.clsec-qty {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

.clsec-qty label {
    font-size: 14px;
    margin-bottom: 5px;
    user-select: none;
}

.clsec-qty input {
    background-color: rgb(230 231 233);
    border: none;
    max-width: 100px;
    padding: 10px 10px;
    border-radius: 8px;
}

.clsec-fnumnoe {
    font-size: 15px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    margin: 4px 0px;
}

.psa-clsecabs {
    position: absolute;
    top: -20px;
    right: 15px;
}

.psa-clsecabs button {
    height: 35px;
    width: 35px;
    display: flex;
    border-radius: 100%;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(230 231 233);
    cursor: pointer;
    position: relative;
}

.psa-clsecabs button svg {
    height: 22px;
    width: 22px;
}

.clsec-prod-name h3 {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
}

.clsec-prod-image img,.clsec-prod-image video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.clsec-td {
    position: relative;
    padding: 15px 15px;
    background-color: white;
    border-radius: 16px;
    border: #e5e5e5 solid 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.clsec-td:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.cart-slipbox {
    max-width: 400px;
    width: -webkit-fill-available;
    margin: auto;
    background-color: rgb(230 231 233);
    margin-top: 40px;
    border-radius: 16px;
    padding: 15px 15px;
    display: none;
}

.cart-slipbox.active {
    display: block !important;
}

.text-black {
    color: black;
}

.cart-slipbox ul {
    list-style: none;
    padding-left: 0;
    border-bottom: rgb(212 213 217) solid 1px;
    padding-bottom: 7px;
}

.fdcsl-list-small li {
    padding: 8px 0px !important;
    border-color: #0000000f !important;
}

.prdquan-fli {
    color: #000;
}

.cartslib-cbtn {
    padding: 14px 0px;
    margin-top: 15px;
    width: 100%;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.cart-slipbox a {
    text-decoration: none !important;
    color: inherit !important;
}

.cartslib-cbtn:hover {
    background-color: var(--primary-color);
    color: var(--ptx-color);
}

.cart-slipbox ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: #00000038 dashed;
    border-width: thin;
    color: #00000070;
}

.cart-slipbox ul li:nth-last-child(1) {
    border-bottom: none;
}

.prd-fli {
    font-size: 14px;
}

.prdname-prdfli {
    width: 180px;
    overflow: hidden;
}

.shempty-h1s {
    margin-top: 50px;
    text-align: center;
    text-align: -webkit-center;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

@media screen and (max-width: 1040px) {
    .fd_cart_ecom {
        flex-direction: column;
    }

    .cart-list-sec {
        margin-right: 0 !important;
        max-width: -webkit-fill-available;
    }

    .cart-slipbox {
        max-width: 370px;
    }
}

@media screen and (max-width: 480px) {
    .prdname-prdfli {
        width: 150px !important;
    }

    .cart-slipbox ul li {
        font-size: 13px !important;
    }
}


@media screen and (max-width: 768px) {
    .clsec-td {
        padding: 10px 10px !important;
    }

    .clsec-qty input {
        max-width: 50px !important;
    }

    .clsec-fnumnoe {
        font-weight: 600;
        font-size: 14px;
    }

    .clsec-qty label {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .psa-clsecabs button {
        height: 30px;
        width: 30px;
    }

    .psa-clsecabs {
        top: -16px;
        right: 10px;
    }

    .clsec-wrapper {
        min-width: 200px !important;
    }

    .clsec-prod-name h3 {
        font-size: 14px;
    }

    .clsec-prod-price {
        font-size: 12px;
    }

    .clsec-prod-image {
        height: 55px;
        width: 55px;
    }
}

.clsec-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 320px;
}

@media screen and (max-width: 480px) {
    .clsec-tdponm {
        width: -webkit-fill-available;
    }

    .clsec-qty {
        padding: 0;
    }

    .clsec-wrapper {
        width: -webkit-fill-available;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .psa-clsecabs {
        right: 5px;
    }

    .clsec-td {
        flex-direction: column;
    }
}

.fd-pos-inner {
    display: none;
    padding-bottom: 80px;
}

.fd-pos-inner.active {
    display: block !important;
    width: -webkit-fill-available;
}