/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* LOGO FOOTER */
.tm-footer .tm-logo-footer { margin-top: -10px; }
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 60px;
    padding: 10px;
    float: left;	
}

/* NAV BAR */
.tm-header-offset .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav > li > a {
    color: #000000;
}
.tm-header-offset .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav > li.uk-active > a {
    color: #0093DD;
}
.tm-header-offset .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav > li > a:hover {
    color: rgb(0, 147, 221);
}
.tm-header-offset .tm-navbar:not(.tm-navbar-attached) .uk-search:before {
    color: #5F5C5B;
}
.tm-header-offset .tm-navbar:not(.tm-navbar-attached) .uk-search-field {
    color: #0093DD;
}

.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
    content: none;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* VIRTUE MART */
.browseProductImage {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.main-image img {
    max-width: 100%;
    max-height: 500px;
    float: left;
}
p.product_s_desc {
    line-height: 20px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.spacer.product-container {
    border: 1px solid #ddd;
    margin: 0px;
}
div.vm-details-button a {
    padding: 11px 16px;
    border: 0px solid #DDDDDD;
    font-size: 16px;
    max-width: 95%;
    width: auto;
    line-height: 18px;
    background: #F1F1F1;
    color: #5E5B5A;
  	border-radius: 25px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.10);
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    margin-left: 8px;
    border: 0px solid #DDDDDD;
    font-size: 11px;
    max-width: 85%;
    width: 55px;
    line-height: 14px;
    background: #F1F1F1;
    color: #605D5C;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.10);
}
}

.category-view .row .category .spacer h2 a img {
    margin-top: 2px;
    max-width: 50%;
    height: auto;}