.btn-danger {
    color: #f7f2e5;
    line-height: 42px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    text-decoration: none;
    border-top: 1px solid #ff7922;
    border-bottom: 1px solid #ff7922;
    border-left: 1px solid #ff7922;
    border-right: 1px solid #ff7922;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;


}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    border-top: 1px solid #ff7922;
    border-bottom: 1px solid #ff7922;
    border-left: 1px solid #ff7922;
    border-right: 1px solid #ff7922;

}


.btn-danger {
    color: #fff;
    background-color: #ff7922;
    border-color: #ff7922;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #e66b1c;
    border-color: #e66b1c;
}

#popupwin .nav-tabs li.active a {
    background: rgb(251, 98, 0) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    border-color: rgb(251, 98, 0);
}

#popupwin .nav-tabs {
    border-bottom: 2px solid rgb(251, 98, 0);
    padding-bottom: 1px;
}

#top_catalog {

    background: #4d4d53;

}

.viewlist, #num, #num2, #numcompare{

    background: rgb(251, 98, 0) none repeat scroll 0% 0%;
}

#tel1, #tel2 {
    color: #ff7922;
}


.tabs-main .nav-tabs li.active:after,
.h2.selected2:after {

    border-color: #FF6400 transparent transparent transparent;

}

.tabs-main li.active {
    background: #FF6400;
}

.comment_l .glyphicon {
    color: #ff7922;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #FF7E2B;
}

.ui-slider-horizontal .ui-slider-handle:hover {
    background: #FF6400;
}

.ui-slider-horizontal .ui-slider-range {
    background: #747f7f;
}

.btn-warning {
    border: 1px solid #ff7e2b !important;
    background-color: #ff7e2b;
}


.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #FF6704;
    text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
}

div.quick_order span {
    color: #ee5d00;
    font-weight: bold;
}

.h2.selected2 {
    background: #FF6400;
}

/* Избранное, сравнение, корзина */

.bottom-nav .nav-item > i > span, .header-icons-nav-bar .nav-item > i > span {
    background-color: #fb6200;
}

.btn-white {
    color: #757575 !important;
    font-weight: 500;
    background-color: #faf3e1 !important;
    margin:
            5px;
    margin-left: 5px;
    margin-left: 5px;
    border:
            0px solid #dbdbdb !important;
    -webkit-border-radius:
            4px;
    -moz-border-radius: 4px;
    border-radius:
            4px;
    white-space:
            nowrap;
    text-decoration:
            none;
    padding:
            9px 10px !important;
}