#header_brand_info .no-prepayment-mark {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    border-left: 1px solid #4f7ff9;
    border-right: 1px solid #4f7ff9;
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

#header_menu .btn-group a.active {
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    border-bottom: 1px solid #164edb;
    box-shadow: none;
    text-shadow: 0 1px 1px #84a7fe;
}

#header_menu .btn-group a:hover {
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    border-bottom: 1px solid #164edb;
    text-shadow: 0 1px 1px #84a7fe;
}

#sidebar-search .input-group .input-group-btn .btn {
    border-right: 1px solid #4f7ff9;
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    border-radius: 0 6px 6px 0;
}

.bs-docs-sidenav .nav-header {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

.bs-docs-sidenav .nav-header:hover {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
}

.bs-docs-sidenav .nav-header a {
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

.bs-docs-sidenav .nav-header a:hover {
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

.bs-docs-sidenav .dropdown-submenu > .dropdown-menu li a {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    background: #366ffc;
    color: #1e1c1e;
    text-shadow: 0 1px 1px #84a7fe;
}

.bs-docs-sidenav .dropdown-submenu > .dropdown-menu li a:hover {
    background: #366ffc;
    text-shadow: 0 1px 1px #84a7fe;
}

.sidebar-button.sidebar-button-green {
    color: #1e1c1e;
    border-bottom: 1px solid #164edb;
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

.category-item .order-wrapper {
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    border: transparent;
    border-bottom: 1px solid #164edb;
    border-radius: 8px;
    text-shadow: 0 1px 1px #84a7fe;
}

.category-item .price-wrapper .price {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    border-left: 1px solid #4f7ff9;
    border-right: 1px solid #4f7ff9;
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

.category-item .order-wrapper .order-button {
    background: #102865;
}

.category-item-grid .item-price-wrapper .price {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    border-left: 1px solid #4f7ff9;
    border-right: 1px solid #4f7ff9;
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
    text-shadow: 0 1px 1px #84a7fe;
}

.category-item-grid .item-price-wrapper .order {
    border-top: 1px solid #779dfd;
    border-bottom: 1px solid #164edb;
    border-left: 1px solid #4f7ff9;
    border-right: 1px solid #4f7ff9;
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
}

.category-item-grid .item-price-wrapper .order-button {
    background: #102865;
}

.widget .title-panel .link {
    background: #366ffc;
    background-image: linear-gradient(to bottom, #5787fd 0, #195afc 100%);
}

.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, #5787fd 0, #195afc 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, #5787fd 0, #195afc 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, #5787fd 0, #195afc 100%);
    background-size: 12px 12px, 26px 24px;
    background-position: 41px center, right center;
    background-repeat: no-repeat;
}