﻿.shopping-cart-popover {
    width: 420px;
    height: 230px;
    right: 3.2rem;
    background-position: center;
    top: 0px;
    background-repeat: no-repeat;
    background-image: url('/images/bg-shopping-cart-popover.png');
}

@media only screen and (max-width: 600px) {
    .shopping-cart-popover {
        height: 250px;
        top: 10px;
        right: -4rem;
        width: 73vw;
        padding-bottom: 20px;
        background: center no-repeat url('/images/bg-shopping-cart-popover.png');
    }
}

@media only screen and (max-width: 500px) {
    .shopping-cart-popover {
        height: 250px;
        top: 10px;
        right: -8rem;
        width: 97vw;
        padding-bottom: 20px;
        background: center no-repeat url('/images/bg-shopping-cart-popover.png');
    }
}

@media only screen and (max-width: 400px) {
    .shopping-cart-popover {
        height: 250px;
        top: 10px;
        right: -8.5rem;
        width: 100vw;
        background: center no-repeat url('/images/bg-shopping-cart-popover.png');
    }
}

.shopping-cart-popover .title {
    font-size: 14px;
}

#shopping-cart-link .nav-link.position-relative {
    z-index: 99999;
}

#shopping-cart-link .shopping-cart-popover.hidden {
    display: none !important;
}