.theme-color, a, .text-primary,
.list-group-item.active > .badge, .btn-link, .btn-link:hover, .btn-link:focus {
  color: #0177C1;
}

a:hover {
  color: #11a2fe;
}

.modal-header,
.logo .logo-default {
  background-color: #0177C1;
}

.btn-default {
  border: 1px solid #eaeaea;
  color: #222222 !important;
}

.btn-default.btn-border {
  border-width: 2px;
}

.btn-default:hover, .btn-default:focus {
  background-color: #434343;
  border-color: #434343;
  color: #fff !important;
}

.btn-default.disabled {
  color: #222222 !important;
}

.btn-dark {
  background: #303030;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #565656;
  color: #fff;
  border-color: #565656;
}

.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active {
  background: #303030;
  color: #fff;
}

.btn-dark.btn-border {
  color: #303030;
  border-color: #303030;
  background: transparent;
}

.btn-dark.btn-border:hover, .btn-dark.btn-border:focus, .btn-dark.btn-border:active, .btn-dark.btn-border.active {
  color: #fff;
  background: #303030;
  border-color: #303030;
}

.btn-gray {
  background: #b5b5b5;
  color: #fff;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active {
  background: #0177c1;
  color: #fff;
  border-color: #0177c1;
}

.btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled]:active, .btn-gray[disabled].active {
  background: #b5b5b5;
  color: #fff;
}

.btn-gray.btn-border {
  color: #b5b5b5;
  border-color: #b5b5b5;
  background: transparent;
}

.btn-gray.btn-border:hover, .btn-gray.btn-border:focus, .btn-gray.btn-border:active, .btn-gray.btn-border.active {
  color: #fff;
  background: #b5b5b5;
  border-color: #b5b5b5;
}

.btn-success {
  background: #43ac6a;
  color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #73c893;
  color: #fff;
  border-color: #73c893;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active {
  background: #43ac6a;
  color: #fff;
}

.btn-success.btn-border {
  color: #43ac6a;
  border-color: #43ac6a;
  background: transparent;
}

.btn-success.btn-border:hover, .btn-success.btn-border:focus, .btn-success.btn-border:active, .btn-success.btn-border.active {
  color: #fff;
  background: #43ac6a;
  border-color: #43ac6a;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: #9bd8eb;
  color: #fff;
  border-color: #9bd8eb;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active {
  background: #5bc0de;
  color: #fff;
}

.btn-info.btn-border {
  color: #5bc0de;
  border-color: #5bc0de;
  background: transparent;
}

.btn-info.btn-border:hover, .btn-info.btn-border:focus, .btn-info.btn-border:active, .btn-info.btn-border.active {
  color: #fff;
  background: #5bc0de;
  border-color: #5bc0de;
}

.btn-warning {
  background: #E99002;
  color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #fdb23a;
  color: #fff;
  border-color: #fdb23a;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active {
  background: #E99002;
  color: #fff;
}

.btn-warning.btn-border {
  color: #E99002;
  border-color: #E99002;
  background: transparent;
}

.btn-warning.btn-border:hover, .btn-warning.btn-border:focus, .btn-warning.btn-border:active, .btn-warning.btn-border.active {
  color: #fff;
  background: #E99002;
  border-color: #E99002;
}

.btn-danger {
  background: #F04124;
  color: #fff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #f57f6c;
  color: #fff;
  border-color: #f57f6c;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active {
  background: #F04124;
  color: #fff;
}

.btn-danger.btn-border {
  color: #F04124;
  border-color: #F04124;
  background: transparent;
}

.btn-danger.btn-border:hover, .btn-danger.btn-border:focus, .btn-danger.btn-border:active, .btn-danger.btn-border.active {
  color: #fff;
  background: #F04124;
  border-color: #F04124;
}

.btn-light {
  background: #fff;
  color: #000;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #eee;
  color: #000;
  border-color: #eee;
}

.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled]:active, .btn-light[disabled].active {
  background: #fff;
  color: #000;
}

.btn-light.btn-border {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-light.btn-border:hover, .btn-light.btn-border:focus, .btn-light.btn-border:active, .btn-light.btn-border.active {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.table thead.thead-color,
.table-condensed thead.thead-color {
  background-color: #0177C1;
  color: #fff;
}

.table thead.thead-color tr > *,
.table-condensed thead.thead-color tr > * {
  border-color: transparent !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0177C1;
}

.progress {
  background-color: #f5f5f5;
}

.progress-bar-primary {
  background-color: #0177C1;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #0177C1;
  border-color: transparent;
}

.panel-primary {
  border-color: #0177C1;
}

.panel-primary > .panel-heading {
  background-color: #0177C1;
  border-color: #0177C1;
}

.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus, .pagination li.active span, .pagination li.active span:hover, .pagination li.active span:focus {
  color: #fff;
  background-color: #11a2fe;
  border-color: #11a2fe;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #0177C1;
}

.nav-pills > li.active > a .badge {
  background: #fff;
  color: #0177C1;
}

.badge,
.label-primary {
  background: #0177C1;
}

.s_top_panel_bg-color {
  background: #0177C1;
}

.top-panel .submenu {
  border-color: #0177C1;
}

.top-panel .submenu li:hover > a {
  color: #0177C1;
}

.top-panel .col-menu .menu li.active:after {
  border-color: #0177C1;
}

.s_top_panel_text-dark .col-menu .menu > li:hover > .link > a,
.s_top_panel_text-dark .col-auth .auth-auth > a:hover,
.s_top_panel_text-dark .col-auth .auth-personal > a:hover,
.s_top_panel_text-dark .col-auth:hover > a .nc-icon {
  color: #0177C1;
}

.s_fixed_bottom_panel_bg-color,
.s_fixed_bottom_panel_icons-color .fp-icon {
  color: #0177C1;
}

.s_fixed_bottom_panel_bg-color {
  background: #0177C1;
}

.s_fixed_bottom_panel_bg-color .fp-count {
  background: #11a2fe;
}

.header-buttons .hb-btn.not-empty {
  color: #11a2fe;
}

.header-buttons .hb-btn.not-empty:hover {
  color: #0177C1;
}

.menubar-search .search-toggle {
  color: #11a2fe;
}

.menubar-search .search-toggle:hover {
  color: #0177C1;
}

.slide-menu .menu .item-with-icon .item-icon {
  color: #0177C1;
}

.fixed-panel-mobile .fp-icon svg {
  fill: #11a2fe;
  stroke: #11a2fe;
}

.fixed-panel-mobile .fp-icon {
  color: #0177C1;
}

.product-sku.view-buttons.type-colors .item.selected .item-bg,
.product-sku.view-buttons.type-text .item.selected .item-bg {
  border-color: #0177C1;
}

.s_menubar_bg-color {
  background: #0177C1;
}

.s_menubar_position-v1 .s_menubar_bg-light .menu > li:hover > .link a,
.s_menubar_bg-light .menu > li.active > .link a {
  color: #0177C1;
}

.hassub-v1 .submenu li.hover > .link > a,
.hassub-v1 .submenu li:hover > .link > a {
  color: #0177C1;
}

.menubar .menu > li.hassub-v2 .submenu a:hover {
  color: #0177C1;
}

.side-menu.s_side_menu_dark > li.active > .link a {
  background-color: #000;
}

.side-menu.s_side_menu_color > li.active > .link a {
  background-color: #0177C1;
}

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track {
  background: #e7e7e7;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  background: #9f9f9f;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  background: #11a2fe;
}

.bx-filter .bx-ui-slider-pricebar-v {
  background: #0177C1;
}

.bx-filter .bx-ui-slider-handle:after {
  border-bottom-color: #11a2fe;
}

.bx-filter .bx-filter-popup-result {
  background: #11a2fe;
}

.bx-filter .bx-filter-popup-result-in:after {
  color: #11a2fe;
}

.bx-filter-param-label.bx-active .bx-filter-param-btn .bx-filter-btn-color-bg {
  border-color: #0177C1 !important;
}

.bx-filter .bx-filter-popup-result:hover {
  background: #0177C1;
}

.bx-filter .bx-filter-popup-result:hover .bx-filter-popup-result-in:after {
  color: #0177C1;
}

.bx-filter .filter-parameters-show-more {
  color: #0177C1;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label.bx-active .bx-filter-param-btn {
  border-color: #0177C1;
}

.logo-default {
  background: #0177C1;
}

.f_up:hover {
  color: #0177C1;
}

.loader:after {
  border-left-color: #0177C1;
}

.side-banner .slick-dots li button {
  background: #11a2fe;
}

.side-banner .slick-dots li button:hover {
  background: #0177C1;
}

.side-banner .slick-dots li.slick-active button {
  background: #11a2fe;
}

.btn-dashed,
.btn-dashed:hover,
.btn-readmore,
.btn-readmore:hover {
  color: #0177C1;
}

.footer.s_footer_bg-color {
  background: #0177C1;
}

.social-icons a {
  background: #0177C1;
  color: #fff;
}

.social-icons a:hover {
  background: #11a2fe;
}

.btn-link:hover {
  color: #11a2fe;
}

.product-buttons .p-btn.is-active,
.page-product-top .product-buttons-block .p-btn.is-active .nc-icon {
  background: #0177C1;
}

.product-buttons .p-btn.is-active:hover,
.page-product-top .product-buttons-block .p-btn.is-active:hover .nc-icon {
  background: #11a2fe;
}

.header-cart .header-cart-icon {
  color: #11a2fe;
}

.header-cart:hover .header-cart-icon {
  color: #0177C1;
}

.header-contacts-item a:hover {
  color: #0177C1;
}

.header-contacts-item.callback a {
  color: #0177C1;
}

.header-search button:hover,
.search-page-form button:hover {
  color: #0177C1;
}

.s_page_heading_bg-color {
  background-color: #0177C1;
}

.products .name a:hover {
  color: #0177C1;
}

.tabs-default .tabs-ctrl a:hover {
  color: #0177C1;
}

.features-block .item-icon {
  color: #11a2fe;
}

.features-block .item-in:hover .item-icon {
  color: #0177C1;
}

.items .item-title a:hover {
  color: #0177C1;
}

.ms-dropdown .item-name a:hover {
  color: #0177C1;
}

.side-news .item-link a:hover {
  color: #0177C1;
}

.slide-menu ul .slide-menu-current {
  background: #11a2fe;
}

.catalog-toolbar .select-view-btn.active {
  color: #11a2fe;
}

.slide-menu ul li.is-active > a:before {
  background: #11a2fe;
}

.homeslider .slick-dots li.slick-active button {
  background: #0177C1;
}

.homeslider .price {
  color: #0177C1;
}

.page-cart .basket-item-info-name-link:hover {
  color: #0177C1;
}

.page-cart .basket-item-scu-color .basket-item-scu-item.selected:before,
.page-cart .basket-item-property-scu-image .basket-item-scu-item.selected:before {
  border-color: #0177C1;
}

.page-cart .basket-item-property-scu-text .basket-item-scu-item.selected:before {
  border-color: #0177C1;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title a:hover {
  color: #0177C1;
}

.sale-personal-section-index-block:hover {
  background: #0177C1 !important;
}

.sale-personal-section-index-block-ico {
  color: #0177C1;
}

.sale-order-link, .sale-order-history-link,
.sale-order-list-shipment-button, .sale-order-list-repeat-link, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment {
  color: #0177C1;
}

.sale-order-detail-general-head {
  background: #0177C1;
}

.sale-order-detail-general,
.sale-paysystem-wrapper,
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container,
div.sale-order-detail-payment-options-methods-template {
  border-color: #0177C1;
}

.sale-order-detail-about-order-inner-container-list-item-link {
  color: #0177C1;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #0177C1;
}

#bx-soa-order .bx-sls .bx-ui-sls-variant-active,
#bx-soa-order .bx-slst .bx-ui-combobox-variant-active {
  background: #0177C1 !important;
}

.product-item-detail-slider-controls-image.active {
  outline-color: #11a2fe;
}

.tabs-ctrl-mobile,
.tabs-ctrl-mobile:hover {
  color: #0177C1;
}

.tabs-ctrl-mobile.active {
  background: #0177C1;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0177C1 !important;
}

/*# sourceMappingURL=base.css.map */
