@import url("standard.css");

.shippingWarning{
    font-size: var(--warning-size);
    text-align: center;
}

/***************************/
/*   No items animation    */
/***************************/
.noItems{
    width:100%;
    text-align:center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Segoe UI;
}

.animationContainer{
    position:relative;
    width:100%;
    height:400px;
    overflow:hidden;
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.1)
}