#layer_cart_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}
#layer_cart {
    position: relative;
    height: 100%;
    width: 768px;
    max-width: 100%;
    max-height: 100%;
    background: rgba(255, 255, 255, 1);
    font-size: 1rem;
    z-index: 100;
    margin: 0 auto;
    overflow-y: auto;
}

@media screen and (min-width: 48.0625em) {
    #layer_cart_wrapper {
        height: auto;
        top: 20%;
    }
}


#layer_cart .title {
    font-size: 1.25rem;
    font-weight: bold;
}

#layer_cart .cross {
    cursor: pointer;
    font-size: 2rem;
}

#layer_cart_product_title {
    color: #00a20f;
    font-size: 1.5rem;
    font-weight: bold;
}

#layer_cart .cart_margin_bottom {
    margin-bottom: 1rem;
}

.layer_cart_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 90;
}
