#cartTable {
    width: 100%;
}

#cartTable tr th {
    text-align: left;
}

#cartTable tr td:last-child,
#cartTable tr th:last-child {
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#cartTable tr td,
#cartTable tr th {
    padding-bottom: 10px;
    min-width: 100px;
}

#cartTable .price {
    font-weight: 600;
}

.appointment-sec .Shoppint-Cart .step-btns {
    justify-content: space-between;
}

.Shoppint-Cart-btn .cart-btn-class {
    justify-content: space-between;
}

.Shoppint-Cart-btn .step-btns .btn svg {
    width: 19px;

}

.Shoppint-Cart-btn .step-btns .btn svg path {
    fill: #fff;
}

@media screen and (max-width:767px) {

    .cartTable-responsive {
        overflow-x: scroll;
    }
    .appointment-sec .Shoppint-Cart .step-btns {
        margin-top: 5px;
    }
}

.Shoppint-Cart-btn .cart-btn-class {
    justify-content: space-between;
}

.Shoppint-Cart-btn .step-btns .btn:hover svg path{
    fill: var(--theme-color);
}