.col_main {
    background: none
}

.fixbar {
    top: 80px;
    right: 70px
}

.empty {
    padding: 50px;
    text-align: center
}


/* folow cart */

.listorder {
    background: #fff
}

.listorder li {
    border-bottom: 1px solid #ececec;
    padding: 10px 0
}

.listorder li .col_img {
    float: left;
    overflow: hidden;
    width: 350px;
}

.listorder li .col_img .photo {
    float: left;
    overflow: hidden;
    height: 60px;
    width: 60px;
    display: inline-block;
    margin-right: 10px;
}

.listorder li .col_img .photo img {
    width: 100%;
    height: auto;
    margin: 0;
}

.listorder li .col_img a.name {
    display: block;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 600
}

.listorder li .col_price {
    display: inline-flex;
    overflow: visible;
    width: 300px;
    padding-left: 5px;
}

.listorder li .col_price .price-product {
    display: inline-grid;
    width: 150px;
}

.listorder li .col_price .price {
    color: #c10017;
    margin-right: 15px;
    font-weight: 700
}

.listorder li .col_price strong {
    color: #c10017;
}

.listorder li .col_act {
    display: inline-block;
    overflow: visible;
    width: 105px;
    padding-left: 5px;
    text-align: center;
    float: right
}

.listorder li a {
    display: block;
    overflow: hidden;
}

.listorder li img {
    display: inline-block;
    width: 75px;
    margin: 5px 0 10px;
}

.icon_delete {
    color: #444;
    background: #f6f6f6;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto
}

.order_total {
    padding: 10px;
}

.order_total h3 {
    font-weight: 700;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subtotal strong {
    float: right;
    color: #c10017
}

.flow_action {
    text-align: center
}

.flow_action a.btn_checkout {
    overflow: hidden;
    padding: 9px 0;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #cd1818;
}

.flow_action a.btn_back {
    background: #0e74c2
}

.flow_action a>span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    font-weight: normal;
}

.btn_update_cart,
.btn_back {
    background: none;
    color: #333;
    margin-right: 20px;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}

.button-container .qty {
    width: 40px;
    border: 1px solid #ececec;
    padding: 5px;
}

.button-container .cart-qty-minus,
.button-container .cart-qty-plus {
    background: #f3f3f3;
    color: #333
}

.delete_cart {
    color: #333
}


/* fittings_list */

.goods_list {
    margin: 20px 0;
    background: #fff
}

.goods_list .title {
    font-size: 16px;
    padding: 10px;
}

.cate {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.cate li {
    float: left;
    overflow: hidden;
    width: 20%;
    padding: 0 5px 10px;
    text-align: center;
    box-sizing: border-box
}

.cate li h3 {
    display: block;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
    height: 2.6em;
    overflow: hidden
}

.cate li a {
    display: block;
    overflow: hidden;
    color: #288ad6
}

.cate li a img {
    width: 150px
}

.cate li strong {
    display: block;
    color: #d0021b;
    padding: 10px 0 0 0
}

.cate li strong del {
    float: left;
    margin-left: 10px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal
}

.cate li .actions {
    margin-top: 20px
}

.cate li .actions a {
    padding: 5px 10px;
    width: 60px;
    background: #288ad6;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.favourable_list {
    padding: 0 10px;
}

.favourable_list h4 {
    font-weight: bold
}

.favourable_info {
    background: #fafafa;
    padding: 10px;
    margin: 10px 0;
}

.favourable_info li {
    line-height: 24px;
}

.favourable_info li label {
    display: block;
    clear: both;
    padding: 10px 0;
}