.layui-layer-content {
    height: auto;
}
.cart_title {
    font-size: 30px;
    text-indent: 15px;
}
#cart-container {
    margin: 0 15px;
}
.cart_item {
    border: 1px solid #d3d3d3;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 5px;
    position: relative;
}
.cart_item h3 {
    font-size: 20px;
}
.cart_item ._item_config {
    line-height: 25px;
    font-size:12px;
}
.cart_item ._price {
    line-height: 25px;
    font-size:20px;
    color: #f60;
}
.cart_item ._price i {
    font-size:12px;
}
.cart_item ._del_btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
#cart-container .subtotal-row {
    font-size: 20px;
    line-height: 30px;
    margin-top:10px;
    overflow: hidden;
}
#cart-container .subtotal-row span:nth-of-type(2){
    float: right;
    color: #f60;
}
#cart-container .subtotal-row span:nth-of-type(2) i {
    color:#767676;
    font-size: 12px;
}
.pay-btn {
    position: sticky;
    bottom: 0;
    padding:15px 0;
    background-color: #fff;
}
