.cart-logo {
    max-width:120px;
    max-height:120px;
    margin-top:5px;
}
.cart-item {
    margin-bottom:8px;
    border-bottom: 1px solid #eee;
    padding-bottom:5px;
    position: relative;
}
.cart-item p {
    margin-top:5px;
}
.delete {
    position: absolute;
    right:5px;
    top:5px;
    color:#f08178;
    opacity:0.8;
    cursor:pointer;
}
.delete:hover {
    opacity:1;
}
.checkout {
    text-align: center;
}
.checkout {
    margin-top:10px;
}
.checkout .buy-wrap {
    width:auto;
}
.checkout .buy-wrap .btn:hover  {
    background: #57af3e;
}
.checkout .btn {
    background: #68c54d;
    color:#fff;
    outline: none;
}
.sum {
    text-align:right;
    margin:20px 0;
}
.add-new-items {
    text-align:right;
    margin-bottom:20px;
}
.price_old {
    font-size:14px;
}
.buttons {
    margin-top:10px;
}
input[type="radio"] {
    position: relative;
    top:3px;
}
.radio-inline {
    margin-left:10px;
}
.step {
    display: none;
}
.step[data-step="1"] {
	display: block;
}
.cart-wrap {
    max-width: 900px;
}
.to-pay {
    margin: 20px 0;
}
.info {
    margin-top:20px;
    color:#555;
}
.filters {
    line-height: 20px;
}
@media (max-width: 768px) {
    label[for='cart-phone'] {
        padding-left: 0;
    }
}
@media (max-width: 430px) {
    .main h1 {
        font-size:18px;
    }
    .cart-logo {
        width:165%;
        margin-left:-15px;
    }
}
@media (min-width: 768px) {
    .phone-wrap-cart {
        width: 62.5%;
    }
}