_empty-cart.css 674 Bytes
.empty-cart {
    width: 400px;
    margin: 100px auto 200px;
    text-align: center;

    .empty-cart-bg {
        background: resolve('layout/bag-bg.png') no-repeat center center;
        width: 163px;
        height: 198px;
        margin: 0 auto;
    }

    .empty-cart-info {
        font-size: 20px;
        color: #1b1b1b;
        text-align: center;
        margin-bottom: 20px;
    }

    .go-to-shop {
        text-align: center;
        display: inline-block;

        span {
            width: 130px;
            height: 40px;
            color: #1b1b1b;
            font-size: 14px;
            padding: 12px 0;
            line-height: 14px;
        }
    }
}