html {
    overflow-y: scroll;
}
.uk-link,a {
    color: #1676a7;
}
.uk-link:hover,a:hover {
    color: #1e5c7b;
}
h1 {
    font-weight: bold;
}
.to-top {
    top: auto !important;
    left: auto !important;
    bottom: 20px;
    right: 20px;
    z-index: 980;
    display: inline-block;
    width: 0;
    position: absolute;
}
.to-top.uk-active {
    width: 50px !important;
}
.to-top a {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}
.to-top.uk-active a {
    display: block;
}

#topnav {
    background: #1676a7
}

#topnav .uk-navbar-nav > li {
    position: relative;
}

#topnav .uk-navbar-nav > li:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #1e5c7b
}

#topnav .uk-navbar-nav > li > a {
    z-index: 1;
    color: #ececec;
    text-transform: none;
    position: relative;
}
#topnav .uk-navbar-item {
    color: #000;
}
#topnav .uk-navbar-item a {
    color:#ececec;
}

#topnav .uk-navbar-nav > li:active:before, #topnav .uk-navbar-nav > li:hover:before, #topnav .uk-navbar-nav > li:focus:before, #topnav .uk-navbar-nav > li.uk-active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.1);
}

#topnav .uk-navbar-item, #topnav .uk-navbar-nav > li > a, #topnav .uk-navbar-toggle {
    height: 45px;
}

.uk-logo {
    background: url("../img/logo.png") left center no-repeat;
    background-size: contain;
    width:45px;
    height: 45px;
    display:block;
    color: #1676a7!important;
    font-weight: bold;
}

#breadcrumbs {
    background: #f5f5f5;
    padding:10px 0;
}
#top {
    position: relative;
}
#top .overlay {
    position: absolute;
    width: 100%;
    background: url("../img/black-dots.png");
    top: 0;
    bottom: 0;
    color: #ececec;
    z-index: 1;
    font-size: 24px;
    line-height: 1.4;
}
#top .overlay > div {
    max-width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
}
#top .overlay h1 {
    color: #ececec;
    white-space: nowrap;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
}

#top video {
    width:100%;
}
.catalog-categories .catalog-category-panel {
    margin:5px 0;
}
.catalog .catalog-category-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.catalog .catalog-category-image a img {
    margin: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.catalog .catalog-category-image {
    height: 200px;
}
.catalog  .catalog-category-item {
    background-color: #fafafa;
    border: .0625rem solid #e6e6e6;
    padding:10px 0;
    text-align: center;
}
.catalog  .catalog-category-item a {
    color:#000;
    font-weight: bold;
}
.catalog-table thead th {
    background: #1676a7;
    color: #fff;
    padding: 20px 12px;
    text-transform: none;
}
.catalog-table tbody th, .catalog-table tbody td {
    color: #000;
}
.order-widget .uk-button-group a {
    border: 1px solid #000;
}
.order-widget .uk-button-group input {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    font-weight: bold;
}
.order-widget .uk-button-primary {
    text-transform: none;
    margin-left: 30px;
}
.uk-button-primary {
    background: #1676a7;
}
.uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus {
    background: #1e5c7b;
}
.uk-notification {
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.uk-notification-message-success {
    color:#000;
    margin-bottom:0;
}
.mobile-menu {
    font-size: 25px;
    color: #fff;
}
.uk-card-default {
    background: #f1f2f3;
}
.uk-card-primary {
    background: #1676a7
}
.catalog-accordion .uk-accordion-title {
    padding: 5px 10px;
    background: #f1f2f3;
    font-size: 18px;
}

.catalog-accordion table {
    width: 100%;
}
.catalog-accordion table td:last-child {
    text-align: right!important;
}
#footer {
    background: #0d3349;
    color:#bdbdbd;
    padding-bottom: 60px;
    margin-top:80px;
}
#footer a {
    color:#bdbdbd;
}
#footer a:hover,#footer .uk-active a {
    color:#fff;
}
#footer > div > div {
    margin-top:-40px;
}
#footer > div > div > div {
    padding:65px 30px 30px;
}
#footer > div > div > div:first-child {
    background: #1676a7;
}
#footer > div > div > div:nth-child(2) {
    background: #0d527b;
}
#footer > div > div > div:nth-child(3) {
    background: #134a6a;
}
#footer > div > div > div:nth-child(4) {
    background: #11405c;
}
.text-white {
    color: #fff!important;
}
@media(max-width: 960px) {
    #footer {
        margin-top:40px;
    }
    #footer > div > div > div {
        padding:30px 25px 25px;
    }
    .cart__line-count-control {
        text-align: left;
    }
    .catalog-categories .catalog-category-panel a {
        display: block;
        margin:3px 0;
        padding:10px 25px;
        background: #c0c0c0;
        cursor: pointer;
        color:#000;
        font-weight: bold;
        text-decoration:none!important;
    }
    .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
        margin: 0 5px;
    }
    #top .overlay {
        font-size: 10px;
    }
    h2 {
        font-size: 1.4rem;
    }
}
.cart-widget .cart-button-group .cart-button, .cart .cart-button {
    background: none;
    border: 1px solid #000;
    color: #000;
    width: 27px;
    height: 27px;
}
.cart__line-count-control-input {
    border: 1px solid #000;
    border-left: 0;
    border-right:0;
    padding:0 10px;
}
.cart-widget .cart-button-group .cart-input, .cart .cart-input {
    border:none;
    font-size: 14px;
    padding:0;
    background:none!important;
}

.cart-state i {
    margin-right: 10px;
}
