html {
    background: #ffffff;
    height: 100%;
}

body {
    height: calc(100% - 70px);
    margin-top: 50px;
}
body#admin{
    font-size: 85%;
}

footer {
    margin-top: 30px;
    border-top: 1px dashed #AAB2BD;
    padding: 20px 0 20px;
    background-color: #f5f5f5;
    height: 30px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    clear: both;
}

.content {
    min-height: calc(100% - 101px);
}

.content > .uk-container {
    min-height: 100%;
}

.uk-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}

.margin-menu {
    margin-top: 70px;
}

.uk-navbar-brand {
    height: 50px;
    width: 50px;
    padding: 0;
}

.uk-navbar-brand > img {
    height: 45px;
    width: 45px;
}

.uk-navbar-nav, .uk-navbar-toggle {
    height: 50px;
}

.uk-navbar-toggle {
    color: #fff;
    text-shadow: 0 1px 0 #666;
}

.uk-navbar-nav > li > a, .uk-navbar-nav .uk-active > a {
    height: 51px;
    padding: 5px 15px;
    color: #f4f2ef !important;
    text-shadow: none;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
}

.uk-navbar-nav > li:hover > a {
    color: #dddddd !important;
    box-shadow: none;
    cursor: pointer;
}

.uk-navbar-nav > li:hover {
    border-bottom: 3px solid #dddddd;
    height: 47px;
}

nav .uk-active {
    border-bottom: 3px solid #f4f2ef;
    height: 47;
}

.uk-navbar {
    background: #4d545b;
    opacity: 0.9;
    border: none;
    height: 50px;
    margin-bottom: 20px;
}

.dropdown-menu{
    margin-top: 3px;
    background: #7c919d;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px !important;
    list-style: none;
    left: -100px !important;
}


.dropdown-menu>li>a{
    color: #F4F2EF;
    padding: 5px 0px !important;
}

.uk-nav-divider {
    border-top: 1px solid #e5e5e5;
    margin: 7px 0px;
}

.uk-navbar-flip>.uk-navbar-nav>.uk-parent{
    text-align: right;
}

.uk-navbar-flip>.uk-navbar-nav>.uk-parent .dropdown-menu > .uk-active{
    height: 25px;
}

.uk-container h1 {
    font-size: 35pt;
    color: #434a54;
}

.uk-container h2 {
    font-size: 24pt;
    font-weight: bold;
    color: #434a54;
}

.border-dotted {
    border-bottom: dotted 1px;
}

.panel-menu {
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
    border-radius: 5px;
    background: #929dac;
    padding: 10px 0;
    max-width: 250px;
}

.panel-menu ul > li > a {
    text-decoration: none;
    color: #ffffff;
}

.panel-menu ul > li:hover > a {
    background: #434a54;
}

.fix-menu {
    position: fixed;
    top: 130px;
    left: 60px;
    width: 25%;
    z-index: 100;
}

.lot-panel {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 30%;
}

.text-align-center {
    text-align: center;
    padding: 5px;
}

.lots > div:nth-child(3n+1) {
    clear: both;
}

form label {
    font-weight: bold;
}
#admin .selecter{
    margin: 0 !important;
   max-width: 180px;
}
.selecter{
    margin: auto !important;
}

.delivery .selecter{
    max-width: none;
}

.form-control:focus {
    border-color: #7c919d;
}

.uk-button {
    background: #7c919d;
    color: #ffffff !important;
    border: none;
    width: auto;
    border-radius: 5px !important;
    text-shadow: none;
}

.uk-button:hover {
    background: #434a54;
}

.uk-button-price {
    background: #f7ba5a;
}

.uk-button-price:hover {
    background: #f7ba5a;
}

.lot-panel > div > a:nth-child(1) {
    text-decoration: none;
}

.lot-panel > div > a:nth-child(1):hover > h3 {
    color: #7c919d !important;
}

.lot-panel > div > a:nth-child(1) > h3 {
    color: #7c919d !important;
}

.pager > li:nth-child(3){
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.pager > li:nth-last-child(3){
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.page {
    background: #8d8d8d;
    margin-left: 0 !important;
    border-radius: 0 !important;
    border-color: #ccd1d9 !important;
    border: 1px solid rgba(0,0,0,.3);
}

.page > a {
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    text-shadow: none !important;
    color: #fff !important;
}

.uk-pagination .selected, .uk-pagination li:hover {
    background-color: #7c919d !important;
}

.uk-pagination li:hover a {
    color: #ffffff !important;
}

.background-orange {
    background-color: #7c919d;
    border-radius: 5px;
}

#form-contact {
    width: 75%;
}

form .form-control {
    width: 100% !important;
}

input, form textarea {
    width: 80%;
    padding: 5px;
    border-radius: 5px;
}

.price {
    color: #ffffff;
    border-radius: 5px;
    background-color: #7c919d;
    border: 1px solid #444444;
    padding: 3px;
    width: 90%;
    text-align: center;
}

.captcha {
    margin-top: 10px;
}

.uk-button:focus{
    background-color: #444444;
}


.form-footer {
    text-align: right;
}

.width-menu{

}

.uk-panel {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.uk-panel-title {
    padding: 15px;
    background: #e6e9ed;
    margin: 0;
}

.grid-view {
     padding: 0;
}

.uk-table {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
}

.visible-medium > .uk-grid, .visible-medium  .item-wrapper > .uk-grid {
    margin: 10px;
}

table td > input {
    width: 90% !important;
    border-radius: 5px;
    padding: 5px;
}

.cart-link {
    color: #8d8d8d;
    text-decoration: none;
}

.cart-link:hover {
    color: #7c919d;
    text-decoration: none;
}

.button-dropdown {
    width: 80%;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 5px;
    min-width: 100px;
}

.uk-button-dropdown {
    width: 90%;
}

.uk-dropdown > .uk-nav-dropdown > li:hover > a {
    background: #7c919d !important;
}

tr > td, tr > th {
    padding: 10px 5px !important;
    text-align: center !important;
}

.green-text {
    margin: 0;
    color: #008000;
}

.text-num-cart {
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    line-height: 2.9em;
    padding: 0 !important;
}

.uk-comment-body{
    word-wrap:  break-word;
}
a>h3{
    /*display: table-cell;*/
    vertical-align: middle;
}

a>h3>div{
    display: block;
    word-wrap: break-word;
    height: 40px;

    text-align: center;

    margin:  0 auto;
}

.visible-medium {
    display: none;
}

.packing-type > span > input {
    width: auto;
}

.images-wrapper a:nth-child(1) {
    display: block !important;
    visibility: visible !important;
}

#order-form {
    margin-bottom: 15px;
}

#order-form .uk-form-row {
    margin-top: 5px !important;
}

#registration-form .captcha {
    margin-top: 5px;
}

.abs{
    position: relative;
    overflow: hidden;
}

.abs > a{
    min-height: 130px;
    width: 100%;
}

.abs > a >img{
    border-radius: 5px;
}

.images-wrapper{
    min-height: 150px;
}

ul.uk-nav-sub {
    padding-left: 30px;
}

.description{
    position: absolute;
    top: -250px;
    left: 5px;
    width: calc(100% - 10px);
    z-index: 50;
}

.fff-background{
    background-color: #ffffff;
}

.fancybox-overlay{
    background-color: rgba(0, 0, 0, 0.85) !important;
}


.description > .uk-panel{
    padding-top: 10px;
    min-height: calc(100% - 60px);
    word-wrap:break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background-color: #3C2F22;
    color: #fff;
    opacity: 0.85;
}

.discount, .price2{
    z-index: 3;
    position: absolute;
}

.discount{
    top: 5px;
    left: 5px;
}
.price2{
    bottom: 4px;
    right: 5px;
}

.item-wrapper > .uk-grid{
    margin-left: 0;
}
.item-wrapper > .uk-grid:nth-child(n+2){
    margin-top: 10px;
}

@media screen and (max-width: 959px) {
    .visible-medium {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .lot-panel {
        width: 45%;
    }

    .lots > div:nth-child(3n+1) {
        clear: none;
    }

    .lots > div:nth-child(2n+1) {
        clear: both;
    }

    #login-form > .uk-container, #registration-form > .uk-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    #order-form .uk-width-1-4 {
        width: 45% !important;
    }
}

@media screen and (max-width: 767px) {
    .lots-media {
        width: 95%;
    }
}

@media screen and (max-width: 740px){
    .selecter {
        max-width: 80% !important;
    }
}

@media screen and (max-width: 600px){
    .text-num-cart{
        display: none;
    }

    #cart-grid2 > div > .uk-grid > div:nth-child(2){
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .media-dell-padding-small {
        padding: 0;
    }

    .panel-menu {
        width: 95%;
    }

    .lot-panel {
        width: 95%;
    }

    /*.lots > div:nth-child(2n+1) {*/
        /*clear: none;*/
    /*}*/

    /*.lots > div:nth-child(n+1) {*/
        /*clear: both;*/
    /*}*/

    #contact-form > .uk-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    #login-form > .uk-container .uk-width-1-2, #registration-form > .uk-container .uk-width-1-2 {
        width: 100%;
    }

    #order-form .uk-width-1-4 {
        width: 100% !important;
    }

    .visible-medium  .uk-grid > .uk-width-1-10 {
        display: none;
    }

    .visible-medium  .uk-grid > .uk-width-9-10 {
        width: 100%;
        padding: 0;
    }

    .row-cart {
        width: 50%;
    }

    .price {
        margin-top: 10px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 30pt !important;
    }
}

/*///////////////////////*/

.selecter {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    outline: 0
}

.selecter .selecter-element {
    position: absolute;
    left: 0;
    z-index: 0;
    display: none;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    *left: -999999px
}

.selecter .selecter-element, .selecter .selecter-element:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

.selecter .selecter-selected {
    position: relative;
    z-index: 2;
    display: block;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: clip;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #aab2bd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.selecter .selecter-selected:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.selecter .selecter-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    width: 100%;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #aab2bd;
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    *width: auto
}

.selecter .selecter-group {
    display: block;
    padding: 5px 10px 4px;
    font-size: 11px;
    color: #aab2bd;
    text-transform: uppercase;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e6e9ed
}

.selecter .selecter-item {
    display: block;
    width: 100%;
    padding: 6px 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #e6e9ed
}

.selecter .selecter-item.selected {
    color: #fff;
    background-color: #7c919d;
    border-bottom-color: #8a919d
}

.selecter .selecter-item.disabled {
    color: #aab2bd;
    cursor: default
}

.selecter .selecter-item:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.selecter .selecter-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px
}

.selecter .selecter-item:hover {
    background-color: #7c819d;
    color: #fff !important;
}

.selecter .selecter-item.selected:hover {
    background-color: #7c819d
}

.selecter .selecter-item.disabled:hover, .selecter.disabled .selecter-item:hover, .selecter:hover .selecter-selected {
    background-color: #fff;
}

.selecter.open {
    z-index: 3;
    outline: 0;
}

.selecter.open .selecter-selected {
    z-index: 51;
    border: 1px solid  #7c919d;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.selecter.focus .selecter-selected, .selecter.open .selecter-selected {
    background-color: #fff;
}

.selecter.cover .selecter-options {
    top: 0;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0
}

.selecter.cover.open .selecter-selected {
    z-index: 49;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0
}

.selecter.bottom .selecter-options {
    top: auto;
    bottom: 100%;
    border-width: 1px 1px 0
}

.selecter.bottom .selecter-item:last-child {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px
}

.selecter.bottom.open .selecter-options {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0
}

.selecter.bottom.cover .selecter-options {
    top: auto;
    bottom: 0
}

.selecter.bottom.cover.open .selecter-options, .selecter.bottom.cover.open .selecter-selected {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.selecter.multiple .selecter-options {
    position: static;
    display: block;
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.selecter.disabled .selecter-selected {
    color: #aab2bd;
    cursor: default;
    background-color: #e6e9ed;
    border-color: #e6e9ed
}

.selecter.disabled .selecter-options {
    background-color: #e6e9ed;
    border-color: #e6e9ed
}

.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
    color: #aab2bd;
    cursor: default;
    background-color: #e6e9ed;
    border-color: #e6e9ed
}

.selecter.disabled .selecter-item.selected {
    color: #fff;
    background-color: #7c919d;
    filter: alpha(opacity=45);
    opacity: .45
}

.selecter .selecter-options.scroller {
    overflow: hidden
}

.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0
}


.selecter .selecter-selected:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}