.cart-overlay-content{
    width: 512px !important;
    padding: 25px !important;
}

.cart-overlay .cart-overlay-content .close-icon{
    top: 40px !important;
    right: 32px !important;
}

.cart-overlay .cart-overlay-content .close-icon a i{
    color: black !important;
    font-size: 26px !important;
}

.cart-title{
    color: black !important;
    font-family: 'Playfair Display', serif;
    font-size: 36px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon{
    top: 42px !important;
    right: 30px !important;
}

.single-cart-product:first-child{
    padding-top: 25px;
}

.single-cart-product:last-child{
    border: none !important;
}

/* Works on Firefox */

.cart-product-container {
    scrollbar-width: thin;
    scrollbar-color: #707070 white;
}


/* Works on Chrome, Edge, and Safari */

.cart-product-container::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

.cart-product-container::-webkit-scrollbar-track {
    background: white;
}

.cart-product-container::-webkit-scrollbar-thumb {
    background-color: #707070;
    border: 3px solid #707070;
}

.cart-subtotal{
    margin-top: 0px !important;
    padding: 10px !important;
}

.subtotal-title{
    color: #000000 !important;
    letter-spacing: 0.32px !important;
    font-weight: 500 !important;
}

.subtotal-amount{
    color: #000000 !important;
    letter-spacing: 0.32px !important;
    font-weight: 600 !important;
}

.content-product{
    display: flex;
    flex-direction: column;
    justify-content: center;
}