.quick-block-cs {
    background-image: url(/images/btn-quick_cs.png);
    color: #CFF8FF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.26);
}

.quick-block-cs:hover {
    color: #CFF8FF;
}

.cs_buy-btn {
    background: url(/images/new/cs_btn.png?2) no-repeat;
    color: #CFF8FF;
    width: 145px;
}

.cs_buy-icon {
    background: url(/images/new/cs_buy.svg?2) no-repeat;
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    transition: background 0.3s ease-in-out;
    vertical-align: middle;
    width: 23px;
}

.cs_buy-btn:hover {
    background: url(/images/new/cs_btn-h.png?2) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
}

.cs_buy-btn:hover .cs_buy-icon {
    background: url(/images/new/cs_buy-h.svg?2) no-repeat;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    width: 23px;
}

.cs_cart-btn {
    background: url(/images/new/cs_btn-small.png?2) no-repeat;
    height: 50px;
    width: 50px;
}

.cs_cart-icon {
    background: url(/images/new/cs_cart.svg?2) no-repeat;
    display: inline-block;
    height: 24px;
    transition: background 0.3s ease-in-out;
    vertical-align: middle;
    width: 24px;
}

.cs_cart-btn:hover {
    background: url(/images/new/cs_btn-small-h.png?2) no-repeat;
}

.cs_cart-btn:hover .cs_cart-icon {
    background: url(/images/new/cs_cart-h.svg?2) no-repeat;
}

.float-loading {
    color: #eb4b4b;
    display: none;
}

.float-error {
    color: red;
    cursor: help;
    display: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.wear .progress-bar-fn {
    background-color: green;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.wear .progress-bar-bs {
    background-color: #993A38;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.wear > .progress {
    overflow: hidden;
    height: 8px;
    width: 100%;
}

.wear > .wear-pointer {
    top: -14px;
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: left;
}

.wear, .wear-value {
    position: relative;
}

.wear-value {
    bottom: 13px;
    width: 100%
}

.wear {
    top: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 95%;
    height: 0
}

.wear > .wear-pointer i:before {
    position: relative;
    right: 7px
}

.wear > .progress {
    overflow: hidden;
    height: 8px;
    width: 100%
}

.wear .progress-bar-fn {
    background-color: green
}

.wear .progress-bar-bs {
    background-color: #993A38
}