.cart-page .page-title {
    color: #17183B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.cart-page .cart-count {
    font-size: 20px;
    color: #A2A3B1;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.cart-details-row {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.cart-details-row .col-lg-8 .card {
    border: none;
}

.cart-details-row .prod-img {
    height: 194px;
    object-fit: contain;
}

.cart-details-row .cart-type-rent {
    position: relative;
    background-color: var(--bs-warning);
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.cart-details-row .cart-type-rent .text {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    top: 54%;
    left: 10%;
    transform-origin: top left;
    transform-origin: 0% 0%;
    letter-spacing: 2px;
}

.cart-details-row .cart-type-purchase {
    background-color: var(--bs-primary);
    width: 140px;
    height: 100px;
    clip-path: inset(0 0 67% 0);
}

.cart-details-row .cart-type-purchase .text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.cart-details-row .delete-cart {
    color: var(--bs-danger);
    margin-top: 39px;
    height: 24px;
    width: 24px;
    border: 2px solid var(--bs-danger);
    cursor: pointer;
}

.cart-details-row .cart-prod-title {
    color: #17183B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.attributes tr {
    height: 35px;
}

.cart-details-row .attr-name {
    color: #A2A3B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.cart-details-row .attr-des {
    color: #17183B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.cart-details-row .rent-date-range {
    color: #17183B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.quantity .input-group {
    border-radius: 4px;
    border: 1px solid #A2A3B1;
    width: 160px;
    height: 55px;
}

.quantity .input-group input {
    border: none;
}

.quantity .input-group button:active {
    border-color: transparent;
}

.product_price_cart {
    color: #17183B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.date-range-count {
    color: #17183B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.security-deposit {
    color: #17183B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.1px;
}

.price-details-col {
    border-radius: 2px;
    border: 1px solid #D1D1D8;
    position: sticky;
    top: 82px;
}

.price-details-col .top-heading {
    color: #17183B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
}

.cart-sammary,
.cart-total {
    margin-bottom: 32px;
}

.cart-sammary .heading,
.cart-sammary .price {
    color: #17183B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#cart-continue-btn { 
    height: 60px;
    padding: 0px;
    border-radius: 18px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.empty-cart .empty-cart-image img {
    height: 250px;
}

.empty-cart .empty-cart-image .heading {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.2%;
}

.empty-cart .empty-cart-image .des {
    color: #9E9E9E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 152.2%;
}

.empty-cart .empty-cart-image .btn {
    padding: 16px 48px;
    border-radius: 40px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 767px) {
    .cart-page .page-title {
        font-size: 20px;
    }

    .cart-page .cart-count {
        font-size: 14px;
    }

    .cart-details-row {
        border-radius: 0px;
        border: none;
        border-top: 1px solid #D9D9D9;
        background: #FFF;
    }

    .cart-details-row .cart-prod-title {
        font-size: 12px;
    }

    .attributes tr {
        height: 28px;
    }

    .cart-details-row .attr-name,
    .cart-details-row .attr-des,
    .security-deposit,
    .product_price_cart,
    .date-range-count {
        font-size: 14px;
    }

    .cart-details-row .rent-date-range {
        font-size: 8px;
    }

    .quantity .input-group {
        width: 95px;
        height: 35px;
    }

    .quantity .input-group * {
        padding: 4px;
        font-size: 12px
    }

    .price-details-col .top-heading {
        font-size: 18px;
    }

    .cart-sammary .heading,
    .cart-sammary .price {
        font-size: 14px;
    }

    #cart-continue-btn {
        font-weight: 500;
        height: 45px;
        padding: 0px;
        padding: 0px;
        font-size: var(--tablet-fs-1);
    }

    .empty-cart .empty-cart-image img {
        height: 207px
    }

    .empty-cart .empty-cart-image .heading {
        font-size: 20px;
    }

    .empty-cart .empty-cart-image .des {
        font-size: 14px;
    }

}