.monsta-uc-active .mini-cart-widget .product_list_widget {
    max-height: 540px;
    overflow-y: auto;
    padding: 0;
}

.monsta-uc-active .mini-cart-widget .product_list_widget .mini_cart_item .remove {
    position: absolute;
    right: 0;
    top: 15px;
    text-decoration: none !important;
    color: #fff !important;
    background: var(--secondary-color);
    line-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    text-transform: uppercase;
    padding-bottom: 3px;
}
.monsta-uc-active .mini-cart-widget .product_list_widget .mini_cart_item .remove:hover {
    background: red;
}

@media screen and (max-width: 1920px) {
    .monsta-uc-active .mini-cart-widget .product_list_widget {
        max-height: 540px;
    }
}

@media screen and (max-width: 1400px) {
    .monsta-uc-active .mini-cart-widget .product_list_widget {
        max-height: 450px;
    }
}

@media screen and (max-width: 1080px) {
    .monsta-uc-active .mini-cart-widget .product_list_widget {
        max-height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .monsta-uc-active .mini-cart-widget .product_list_widget {
        max-height: 460px;
    }
}

@media screen and (max-width: 414px) {
    .monsta-uc-active .mini-cart-widget .product_list_widget {
        max-height: 400px;
    }
}

@media screen and (max-width: 414px) {
    .monsta-uc-active .mini-cart-widget .product_list_widget {
        max-height: 365px;
    }
}