.cart{
    margin: 10px 0px;
}

.cart .items{
    min-height: 200px;
    margin-bottom: 20px;
    padding:15px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px #efefef;
    border-radius: 4px;
}

.cart .items a{
    text-decoration: none;
}

.cart .items .title{
    color: #333;
    padding-bottom:10px;
    font-size: 20px;
}

.cart .items .item{
    padding:15px 0px;
    border-top: 1px solid #efefef;
}

.cart .items .item .image{
    width:100%;
    margin-bottom: 10px;
}

.cart .items .item .name{
    color: #333;
    font-size:16px;
}

.cart .items .item .pricing{
    text-align: right;
}

.cart .items .item .pricing .amount{
    font-size: 18px;
    font-weight: 500;
}

.cart .items .item .pricing .slash-price{
    margin-right:10px;
    font-size: 16px;
    font-weight: 400;
}

.cart .items .item .pricing .discount{
    background:#fb8c00;
    color:#fff;
    padding:3px 5px;
    border-radius:3px;
    font-size:16px;
}

.cart .items .item .remove-btn{
    margin:15px 0px;
    font-size:13px;
}

.cart .items .item .remove-btn a{
    color: #07b3e7;
    font-size:13px;
}

.cart .summary{
    min-height: 200px;
    padding:15px 10px;
    box-shadow: 0px 0px 5px #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.cart .summary .title{
    color: #555;
    padding-bottom:15px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

.cart .summary .sub-total{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #efefef;
}

.cart .summary .sub-total .label{
    color: #555;
    margin-top:2px;
    font-size:16px;
    font-weight: 500;
}

.cart .summary .sub-total .value{
    font-size:20px;
    font-weight: 600;
    text-align: right;
}

.cart .summary .checkout-btn{
    background: #f68b1e;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #aaa;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

.order{
    margin: 10px 0px;
}

.order .items{
    min-height: 200px;
    margin-bottom: 20px;
    padding:15px;
    box-shadow: 0px 0px 5px #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.order .items a{
    text-decoration: none;
}

.order .items .title{
    color: #333;
    padding-bottom:10px;
    font-size: 20px;
}

.order .items .item{
    padding:15px 0px;
    border-top: 1px solid #efefef;
}

.order .items .item .image{
    width:100%;
    margin-bottom: 10px;
}

.order .items .item .name{
    color: #333;
    font-size:16px;
}

.order .items .item .quantity{
    color: #333;
    font-size:13px;
    font-weight: 500;
}

.order .items .item .pricing{
    text-align: right;
}

.order .items .item .pricing .amount{
    font-size: 18px;
    font-weight: 500;
}

.order .items .item .pricing .slash-price{
    margin-right:10px;
    font-size: 16px;
    font-weight: 400;
}

.order .items .item .pricing .discount{
    background:#fb8c00;
    color:#fff;
    padding:3px 5px;
    border-radius:3px;
    font-size:16px;
}

.order .items .item .remove-btn{
    margin:15px 0px;
    font-size:13px;
}

.order .items .item .remove-btn a{
    color: #07b3e7;
    font-size:13px;
}

.order .summary{
    min-height: 200px;
    padding:15px 10px;
    box-shadow: 0px 0px 5px #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.order .summary .title{
    color: #555;
    padding-bottom:15px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

.order .summary .sub-total{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #efefef;
}

.order .summary .sub-total .label{
    color: #555;
    margin-top:2px;
    font-size:16px;
    font-weight: 500;
}

.order .summary .sub-total .value{
    font-size:20px;
    font-weight: 600;
    text-align: right;
}

.order .summary .form .label{
    color: #555;
    margin-top:2px;
    font-size:16px;
    font-weight: 500;
}

.order .summary .order-btn{
    background: #f68b1e;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #aaa;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

.order .summary .modify-order{
    text-align: center;
    font-size: 14px;
}

.order .summary .modify-order a{
    text-decoration: none;
}

.order-success{
    margin-top:100px;
    min-height:500px;
}

.order-success .icon{
    width:60px;
    margin-bottom: 15px;
}

.order-success .title{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.order-success .title i{
    color: #0cd955;
}

.order-success .info{
    font-size: 14px;
    margin-bottom: 20px;
}

.order-success .link{
    text-decoration: none;
}