#cart-wrapper {
    /*max-width: 75%;*/
    margin: auto;
}

.main-content {
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    /*padding: 75px 50px;*/
    padding: 35px 0;
    /*color: rgba(0, 0, 0, 0.6);*/
    color: rgb(0, 0, 0);
    letter-spacing: .04em;
}

@media (max-width: 767px) {
    #cart-wrapper {
        max-width: 100%;
        margin: auto;
    }

    .main-content {
        /*padding-left: 20px;
        padding-right: 20px;*/
        padding: 30px 0px;
    }
}
/*.main-content {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}*/
.cart-content .cart-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.cart-content > h2 {
    margin-top: 0;
    color: #333;
    font-family: Lato;
}

.cart-label {
    display: table;
    width: 100%;
}

.table-tr {
    display: table-row;
}

.cart-container .item-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .05em;
    /*opacity: .6;*/
    opacity: 1;
}

.cart-content {
    line-height: 1.5em;
}

.remove {
    min-width: 3.5vw;
}

.table-td {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}

.inner {
    display: flex;
    align-items: center;
}

.item-quantity {
    white-space: nowrap;
    min-width: 4em;
    text-align: center;
}

.item-price {
    text-align: right;
    min-width: 20vw;
}

.cart-container .cart-item-list {
    display: table;
    width: 100%;
}

.remove-item {
    margin-right: 1em;
    /*opacity: .4;*/
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
}

.cart-item-list .item-row:first-child > * {
    border-top: 1px solid rgba(100,100,100,.1);
    border-top: 1px solid #000;
}

.cart-container .cart-item-list .table-td, .cart-container .cart-item-list .table-tr {
    padding: 20px 0;
    border-bottom: 1px solid rgba(100,100,100,.1);
    border-bottom: 1px solid #000;
}

.cart-container .item-info {
    width: 70%;
}

.cart-container .table-td {
    display: table-cell;
    vertical-align: middle;
}

.cart-container .item-desc {
    font-size: 11px;
    line-height: 1.5em;
}

.cart-container .item-image, .cart-container .item-desc {
    margin-right: 30px;
}

.cart-container .item-image {
    line-height: 0;
    width: 100px;
    position: relative;
}

    .cart-container .item-image .image-bg {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

.cart-container .item-title a {
    font-size: 13px;
    line-height: 1.1em;
    word-break: break-word;
    letter-spacing: .04em;
}

.cart-container .variant-info {
    opacity: .5;
}

.cart-container .variant:first-child, .cart-container .additional-fields {
    margin-top: 5px;
}

.cart-container .item-quantity input {
    font: inherit;
    font-size: 11px;
    text-align: center;
    border: none;
    outline: none;
    color: #111;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(100,100,100,.5);
    box-shadow: 0 0 0 1px #000;
    padding: 5px 10px;
}

.cart-container .item-price .price {
    font-size: 11px;
    white-space: nowrap;
}

.cart-content .subtotal {
    margin-top: 30px;
    text-align: right;
}

    .cart-content .subtotal .label {
        font-size: 11px;
        margin-right: 15px;
        /*color: rgba(64,64,64,.6);*/
        color: #000;
        font-weight: 400;
    }

    .cart-content .subtotal .price {
        font-size: 13px;
        display: inline-block;
        text-align: center;
    }

.cart-content .checkout {
    text-align: right;
}

    .cart-content .checkout .checkout-button {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 1em 2.5em;
        color: #272727;
        background-color: #fff;
        border-width: 0;
        font-size: 12px;
        line-height: 1em;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .1em;
        padding: 1.4em 2.8em;
        margin: 40px 0;
        border: 2px solid #222;
    }

        .cart-content .checkout .checkout-button:hover {
            background-color: #222;
            color: #fff;
        }

.cart-content.empty .empty-message {
    display: block;
}

.cart-content .empty-message {
    display: none;
}

@media (max-width: 499px) {
    .cart-container .item-desc {
        font-size: 3vw;
    }

    .cart-container .item-title a {
        font-size: 3.8vw;
    }

    .cart-container .checkout .checkout-button {
        display: block;
    }

    .cart-container .item-image {
        width: 12vw;
        min-width: 12vw;
    }

    .cart-container .item-image, .cart-container .item-desc {
        margin-right: 4vw;
    }

    .cart-container .remove-item {
        font-size: 3.5vw;
    }

    .cart-container .item-price .price {
        font-size: 3.8vw;
    }

    .cart-container .item-quantity input {
        padding: 1vw 1.2vw;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 0 !important;
        padding: .25em .5em;
    }
}

.pull-left.coupon {
    margin-top: 17px;
}


@media (maxwodth:767px) {

    .pull-left.coupon {
        margin-top: 10px;
    }
}