html, body {
    color: #222222;
    font-family: Verdana, 'Helvetica Neue', Helvetica, sans-serif;
    background: #ffffff;
}
table {
    empty-cells: show;
    border-spacing:0;
    border-collapse:collapse;
}
a {
    color: #005cb1;
    text-decoration: none;
}
a:hover {
    color: #003060;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
h1,h2,h3, h1 a, h2 a ,h3 a{
    color:#005cb1;
}
h1 a:hover, h2 a:hover ,h3 a:hover{
    color:#003060;
}
.h1 {
    font-size: 2.2em;
    line-height: 2em;
    margin:0 0 20px 0;
}
.h2 {
    font-size: 2em;
    line-height: 2em;
    margin:0 0 20px 0;
}
.h3 {
    font-size: 1.4em;
    line-height: 1.4em;
    margin:0 0 20px 0;
}
p {
    margin: 0;
}
.footer {
    margin-top:10px;
    padding:20px 0 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b2b2b2+47,b2b2b2+53,8b0000+100 */
    background: #005cb1; /* Old browsers */
    color:white;
}
.mobileHeader {
    font-weight: bold;
    background: #005cb1;
}
.mobileHeader a {
    text-decoration: none;
    color:white;
}
.content {
    margin-left:-15px;
}
.header {
    color:white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.header a {
    color: white;
}
.header a:hover {
    color: #0098fb;
}
@media (min-width: 960px) {
    .content {
        margin-left:-60px;
    }
}

.textBox {
    background:rgba(240,245,242,0.6);
    padding-right:20px;
    border:2px solid #005cb1;
}
.svgicon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.uk-open >a{
    color:#005cb1;
}

table td {
    border-bottom:1px solid lightgrey;
    vertical-align: top;
}
.orderProducts td {
    border-bottom:1px solid lightgrey;
    vertical-align: top;
    padding: 10px;
}
.orderProducts tr:hover {
    background-color: #c3dbf8;
}
.noborderedTD {
    border-bottom:0px;
}
.uk-article+.uk-article {
    margin-top:0px;
}
.uk-dropdown {
    box-shadow: 0 5px 12px rgba(0, 92, 177, 0.15);
}
.uk-navbar-center:not(:only-child) {
    top:70%;
}
.breadcrumbDiv {
    font-size: 0.8em;
}


.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: #005cb1;
}
.uk-radio:focus,
.uk-checkbox:focus {
    border-color: #005cb1;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    background-color: #005cb1;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
    background-color: #005cb1;
}


.uk-label a {
    color:white;
}
.uk-label a:hover {
    color:#005cb1;
}
.uk-lightbox {
    background: rgba(200,200,200,0.9);
}
.uk-lightbox .uk-icon {
    background: transparent;
}
.uk-lightbox-toolbar {
    background: transparent;
}

.mainCatListItem img {
    border-radius: 50%;
    border:5px solid red;
}
.mainCatListItem img:hover {
    border:5px solid green;
}


.uk-button-mybasket {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent;
}
.uk-button-mybasket:hover,
.uk-button-mybasket:focus {
    background-color: #ee395b;
    color: #fff;
}
.uk-button-mybasket:active,
.uk-button-mybasket.uk-active {
    background-color: #ec2147;
    color: #fff;
}
.uk-button-mybasket:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
}
#basketTable td {
    padding:5px;
    vertical-align: middle;
}
.basketAmount {
    width:80px;
}
.fromBasketBtn {
    background: white;
    color:grey;
    border: 1px solid #e5e5e5;
    padding:1px;
}
.fromBasketBtn:hover {
    background: lightgrey;
}
