.ttvcmscart-show-dropdown-right {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.ttvcmscart-show-dropdown-right > .ttvcart-scroll-container {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.ttvcmscart-show-dropdown-right > .ttvcart-price-shipping-text {
    flex: 0 0 auto;
}

.ttvcmscart-show-dropdown-right > .ttvcart-product-list-btn-wrapper {
    display: flex;
    flex: 0 0 58px;
    align-items: stretch;
    width: 100%;
    min-height: 58px;
    margin-top: auto;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart,
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout {
    display: flex;
    flex: 1 1 50%;
    align-items: stretch;
    width: 50%;
    height: 58px;
    min-height: 58px;
    margin: 0;
    float: none;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart > a,
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    line-height: 1.2;
}
