#header_brand_info .no-prepayment-mark {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    border-left: 1px solid #f14a4d;
    border-right: 1px solid #f24f52;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
    color: #fff;
}

#header_menu .btn-group a.active {
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    border-bottom: 1px solid #d41e21;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

#header_menu .btn-group a:hover {
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    border-bottom: 1px solid #d41e21;
    text-shadow: none;
    color: #fff;
}

#sidebar-search .input-group .input-group-btn .btn {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    border-right: 1px solid #f24f52;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    border-radius: 0 6px 6px 0;
    color: #fff;
}

#sidebar-search .input-group .input-group-btn .glyphicon {
    color: #fff;
}

.bs-docs-sidenav .nav-header {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}

.bs-docs-sidenav .nav-header:hover {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
}

.bs-docs-sidenav .nav-header a {
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}

.bs-docs-sidenav .nav-header a:hover {
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}

.bs-docs-sidenav .dropdown-submenu > .dropdown-menu li a {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    background: #f43c40;
    text-shadow: none;
    color: #1e1c1e;
}

.bs-docs-sidenav .dropdown-submenu > .dropdown-menu li a:hover {
    background: #f43c40;
    text-shadow: none;
}

.sidebar-button.sidebar-button-green {
    color: #1e1c1e;
    border-bottom: 1px solid #d41e21;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}

.category-item .order-wrapper {
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    border: transparent;
    border-bottom: 1px solid #d41e21;
    border-radius: 8px;
    text-shadow: none;
}

.category-item .price-wrapper {
    text-shadow: none;
}

.category-item .price-wrapper .price {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    border-left: 1px solid #f14a4d;
    border-right: 1px solid #f24f52;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}


.category-item .order-wrapper .order-button {
    background: #621415;
}

.category-item-grid .item-price-wrapper .price {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    border-left: 1px solid #f14a4d;
    border-right: 1px solid #f24f52;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}

.category-item-grid .item-price-wrapper .price:hover {
    text-shadow: none;
}

.category-item-grid .item-price-wrapper .order {
    border-top: 1px solid #f87c7f;
    border-bottom: 1px solid #d41e21;
    border-left: 1px solid #f14a4d;
    border-right: 1px solid #f24f52;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    text-shadow: none;
}

.category-item-grid .item-price-wrapper .order:hover {
    text-shadow: none;
}

.category-item-grid .item-price-wrapper .order-button {
    background: #621415;
    text-shadow: none;
}

.widget .title-panel .link {
    color: #fff;
    text-shadow: none;
    background: #f43c40;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
}

.widget .title-panel .link a {
    color: #302e30;
}

.category-filters-panel label.css-radio-label:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    border: 1px solid #a7bfbc;
}

.category-filters-panel .styled-select {
    background: url('../../img/icon_arrow_down.png'), linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    background-size: 12px 12px, 30px 30px;
    background-position: 160px center, right center;
    background-repeat: no-repeat;
}

.category-view-panel .items-per-page .styled-select {
    background: url('../../img/icon_arrow_down.png'), linear-gradient(to bottom, #f65e61 0, #f32226 100%);
    background-size: 12px 12px, 26px 24px;
    background-position: 41px center, right center;
    background-repeat: no-repeat;
}