
.sidebar_cart {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin: 0 0 15px;
    padding-bottom: 10px;
}
.sidebar_cart ol {
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
}
.sidebar_cart ol li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 8px 0;
}
.sidebar_cart ol li h4, .Order_block h5 {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}
.sidebar_cart ol li a {
    font-size: 18px;
    line-height: 18px;
}
.sidebar_cart ol li h4 span {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #c90020;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 26px;
}
.sidebar_cart ol li .order_price {
    color: #c90020;
    float: right;
    font-size: 18px;
    line-height: 26px;
}

.loader {
    position: relative;
}
.loader .fa-spin {
    color: #ddd;
    display: none;
    font-size: 60px;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 2;
}
.loader.show_loader::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.loader.show_loader .fa-spin {
    display: block;
}
.section_title{font-size: 20px; line-height: 28px; font-family: "corbertregular",Arial;padding-bottom: 15px; border-bottom: 1px solid #eee; margin: 0 0 15px; font-weight: 600; }
.section_title i{color: #C90020; font-size: 14px; float: right; width: 28px; height: 28px; background: #eee; border-radius: 5px; text-align: center; line-height: 28px;}
.section_title .fa {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    color: #c90020;
    float: right;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    position: relative;
    text-align: center;
    width: 28px;
}
.section_title .fa span {
    background: #c90020 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.badge {
    background-color: #777777;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}