.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;
}

.monsta-uc-active .woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews,p.no-comments {
    background-color: var(--secondary-color) !important;
    border-top: 0;
    color: #fff !important
}

.monsta-uc-active .woocommerce-message::before,
.monsta-uc-active .woocommerce-info::before,
.monsta-uc-active .woocommerce-error::before,
.monsta-uc-active .woocommerce-noreviews::before,
.monsta-uc-active p.no-comments::before {
    color: #fff !important
}

.monsta-uc-active .woocommerce-message a,
.monsta-uc-active .woocommerce-info a,
.monsta-uc-active .woocommerce-error a,
.monsta-uc-active .woocommerce-noreviews a,
.monsta-uc-active p.no-comments a {
    color: #dedede
}

.monsta-uc-active .woocommerce-message a:hover,
.monsta-uc-active .woocommerce-info a:hover,
.monsta-uc-active .woocommerce-error a:hover,
.monsta-uc-active .woocommerce-noreviews a:hover,
.monsta-uc-active p.no-comments a:hover {
    color: #fff
}

@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;
    }
}