/* #mini-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

#minicart-dsply {
    width: 100vw;
    font-size: 12px;
}

#minicart-cart {
    width: 100%
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #minicart-dsply {
        width: auto;
    }

    #minicart-cart {
        min-width: 400px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* #mini-cart {
        position: absolute;
        top: 50%;
        left: unset;
        right: 15px;
        transform: translate(-50%, -50%);
    } */

    #minicart-cart {
        min-width: 500px;
    }
}

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) { ... } */

/* X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */