.cart-title{
    text-transform: uppercase;
    font-size: 28px;
}

.cart-container{
    margin-top: 30px;
    margin-bottom: 30px;
}

.cart-detailed{
    border: solid 1px #D0D0D0;
    margin-bottom: 10px;
}

.cart-summary{
    clear: both;
    line-height: 30px;
    padding: 0 15px;
}

.cart-summary .cart-summary-label, .cart-summary-totals .cart-summary-label{
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
    font-weight: 700;
    line-height: 40px;
}

.cart-summary .cart-summary-value{
    float: right!important;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.cart-summary-totals{
    clear: both;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    padding: 0 15px;
    background-color: #ebebeb;

}

.cart-summary-totals .cart-summary-value{
    float: right!important;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #0c1312;
}

.btn-checkout{
    text-transform: uppercase;
    background-color: #343434;
    border-radius: 0;
    color: #fff;
    float: right;
    color: #fff;
}

.btn-checkout:hover{
    color: #fff;
}

.btn-checkout-2{
    width: 100%;
    text-transform: uppercase;
    background-color: #343434;
    border-radius: 0;
    color: #fff;
    float: right;
    color: #fff;
}

.btn-checkout-2:hover{
    color: #fff;
}

.title-separator .background-sep{
    position: relative;
    z-index: 1;
}

.title-separator {
    font: 15px sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.span-sep{
    background: #fff;
    padding: 0 15px;
}

.title-separator.background-sep:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

/* CART ITEMS */
.cart-items{
    position: relative;
}

.cart-item{
    position: relative;
    width: 100%;
    padding: 10px 5px;
    border: solid 1px #D0D0D0;
    margin-bottom: 10px;
}

.cart-item-img{
    position: relative;
    text-align: center;
}

.cart-item-img img{
    width: 100%;
    max-width: 80px;
}

.cart-item-info{
    position: relative;
}

.cart-item-info-title{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #0c1312;
}

.cart-item-info-price{
    display: block;
    width: 100%;
}

.cart-item-qty{
    position: relative;
    height: 100%;
}

.cart-item-info-input-qty{
    position: relative;
    top: 25%;
    width: 100%;
    height: 35px;
    padding: 5px;
}

.cart-item-price{
    position: relative;
    height: 100%;
}

.cart-item-price span{
    position: relative;
    top: 25%;
    font-size: 18px;
    font-weight: bold;
}

.cart-item-del{
    position: absolute;
    top: 15px;
    right: 15px;
}
