@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    font-size: 15px;
}

a, .btn {
    transition: all .2s;
}

.btn-link[disabled],
a:hover, a:focus {
    color: green;
    text-decoration: none;
}
footer a:hover, footer a:focus, #bar-footer a:hover, #bar-footer a:focus, #bar-poweredby a:hover, #bar-poweredby a:focus {
    color: green;
}

h1 {
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}
h2, h3, h4 {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

#topcart .input-group-btn .btn {
    background: transparent;
    border: 0;
    color: #000;
    padding: 0 0 0 10px;
}
#topcart .input-group-btn .btn:hover {
    color: green;
}
#topbar {
    margin-bottom: 15px;
}
#topbar .btn-default {
    margin: 0;
    box-shadow: none !important;
}
#topbar > .row > .col-sm-6 {
    width: auto;
    float: right;
}
#topbar .form-group {
    margin-bottom: 0;
}
#form-search .form-control {
    border: 1px solid rgba(32, 33, 37, 0.12);
    padding: 10px;
    box-shadow: none;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#topbar form .btn-default {
    background: #fff;
    border: 1px solid rgba(32, 33, 37, 0.12);
    border-left: 0;
    color: silver;
}
#topbar form .btn-default:hover, #topbar form .btn-default:focus {
    background: #028200;
    color: #fff;
    border-color: rgba(32, 33, 37, 0.12);
}
#cartsum {
    padding: 0;
}
.nav-icon-btn .label {
    padding: 3px 4px;
    position: static;
    top: 0;
    display: inline;
}
.navbar {
    background: #fff;
    border-top: 1px solid rgba(32,33,37,0.12);
    border-bottom: 1px solid rgba(32,33,37,0.12);
}
.navbar-nav > li {
    border: 0;
    text-transform: none;
}
.navbar .navbar-nav > li > a {
    color: #000;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    color: green;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0.5px;
}
.navbar-default .navbar-toggle {
    color: #000;
}
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus, .navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
    background: #f3f3f3;
    color: #000;
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
header > .container > .row {
    display: flex;
}
#topbar {
    align-self: flex-end;
}

#topbar .row {
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:wrap
}

.dropdown-menu > li > a {
    font-size: 14px;
}


/* motive */
#motive {
    border-bottom: 1px solid rgba(32,33,37,0.12);
}
#motto #motto-title {
    text-shadow: none;
}
#motto #motto-title a:hover {
    color: green;
}
#motto #motto-text {
    text-shadow: none;
    color: #838383;
}
#motive > .container {
    display: table;
    height: 100%;
}
#motto {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#box-custom-motive {
    margin: 0 auto;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(32,33,37,0.12);
}


/* support */
#support h1 {
    margin-bottom: 0;
}
.social-fb, .social-tw, .social-tripadvisor, .social-instagram {
    margin-left: 5px;
}


/* footer */
footer {
    background: #f3f3f3;
    color: #202020;
    font-size: 14px;
    margin-top: 30px;
}
footer a {
    color: #202020;
}
footer #footer-content {
    padding-top: 50px;
    padding-bottom: 30px;
}
#bar-footer {
    background: transparent;
    border: none;
    margin: auto;
    padding-bottom: 40px;
    text-align: left;
    padding-left: 27px;
    padding-top: 30px;
}
#bar-footer, #bar-footer a {
    color: #838383;
}
#bar-poweredby {
    margin: auto;
    background: none;
    font-size: 14px;
}
.footer-motive-text {
    display: none;
}
#list-footer-links {
    margin-bottom: 0;
}


/* eshop */
#eshop-products .more .btn-primary, #tab-related .more .btn-primary {
    /*visibility: hidden;*/
    display: none;
}
.thumbnail {
    text-align: center;
    border-radius: 4px;
    border-color: rgba(32,33,37,0.12);
}
.thumbnail:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
}
.thumbnail .price {
    padding-top: 5px;
    text-align:left;
}
#eshop-categories .count {
    display: none;
}
#eshop-categories {
    padding: 0 15px;
}
#eshop h1, .category-detail h1 {
    text-align: center;
}
#eshop-products {
    padding: 0 15px;
}
#eshop-filters {
    border: 0;
    margin-bottom: 30px;
    background: none;
}
#eshop-filters label {
    margin-bottom: 0;
}
#eshop-products.display-type-rows .description {
    min-height: 30px;
}

#detail-product h1 {
    text-align: left;
}
#detail-product .img-thumbnail {
    border: 0;
}
#eshop-categories .description {
    display: none;
}
#eshop-categories .more {
    display: none;
}
.more {
    margin-bottom: 0;
}
#eshop-categories h2 {
    margin-bottom: 8px;
    margin-top: 8px;
}
#eshop-filters .form-group {
    margin-right: 10px;
}
.info-instock {
    text-align: left;
}
#eshop-products h2 a {
    color: #000;
    font-size: 20px;
}
#eshop-products h2 a:hover {
    color: #099000;
}
#eshop-products .btn-warning {
    background: #099000;
    color: #fff;
    border-color: #099000;
}
#eshop-products .btn-warning:hover, #eshop-products .btn-warning:focus {
    border-color: #028200;
    background: #fff;
    color: #028200;
}
#eshop-products h2, #eshop-products .description {
    text-align: left;
}
#eshop-products .description {
    font-size: 14px;
}
#panel-custom-1 .panel-heading, #panel-custom-2 .panel-heading {
    display: none;
}
aside .panel .panel-body {
    /*border-radius: 4px;*/
    border-color: rgba(32,33,37,0.12);
    background: #f3f3f3;
    border-radius: 4px;
}
.nav-stacked > li > a > .badge {
    display: none;
}
aside .panel-primary > .panel-heading {
    background: #fff;
    color: #000;
}
#panel-categories .nav > li > a:hover,
#panel-categories .nav > li > a:focus,
ul#list-panel-categories li.active > a {
    background: transparent;
    border-left-color: #099000 !important;
}
.label.label-stock6 {
    border-color: red;
}
.product-label-special {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 17px;
}
.item-eshop-product, .item-eshop-category {
    padding-left: 5px;
    padding-right: 5px;
}
.item-eshop-product > .thumbnail, .item-eshop-category > .thumbnail {
    margin-bottom: 10px;
}
.price-original-vat, .price-current-vat {
    display: inline-block;
}
.price-original-vat {
    margin-right: 10px;
}
#panel-cart .panel-heading {
    display: none;
}
#form-product {
    margin-top: 15px;
}

/* rubrika */
#list-pages .perex {
    display: table;
}
#list-pages .perex-image-link {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 10px;
}
#list-pages .perex-text {
    display: table-cell;
}
#list-pages .media {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
    margin: 0;
}
#list-pages .media:last-of-type {
    border-bottom: 0;
}
#list-pages + hr {
    display: none;
}
#list-pages .media .details {
    font-size: 13px;
}

/* section */
section.section-container {
    padding: 30px 15px;
}
section.section-3-col-top-text p {
    font-size: 14px;
}


/* other */
.none-list {
    list-style: none;
    padding: 0;
}
#box-custom-header {
    display: none;
}
.breadcrumb {
    padding: 0 20px;
    font-size: 12px;
}
.btn {
    border-radius: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #f3f3f3;
}
.form-control {
    box-shadow: none;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #028200;
    border-color: #028200;
}
.pagination > li > a, .pagination > li > span {
    color: green;
}
.panel {
    box-shadow: none;
}
.panel-primary {
    border: 0;
    background: #f3f3f3;
}
.panel-primary > .panel-heading {
    border: none;
    background: #fff;
}
.panel-title {
    font-size: 16px;
}
#cart-table .panel-primary {
    background: #fff;
}
#list-sitemap + hr, #tabs-product + hr, #table-downloads + hr, #summary h1 + hr, #finish h1 + hr {
    display: none;
}
#list-sitemap {
    padding-bottom: 20px;
}
main > h1:first-of-type {
    padding-top: 50px;
}
ul#list-panel-news li div p.description {
    margin: 0;
    padding: 0;
    border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #fff;
    color: #028200;
}
dl {
    margin-bottom: 10px;
}

/* stahovani */
#list-downloads {
    list-style: none;
    padding: 0;
}
#list-downloads h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
#list-downloads li {
    border: 1px solid rgba(32,33,37,0.12);
    background: #f3f3f3;
    display: inline-block;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#list-downloads p {
    margin: 0;
    font-size: 14px;
}
#table-downloads {
    margin-top: 50px;
}
.btn-link {
    border: 1px solid #028200;
    background: #028200;
    color: #fff;
   /* margin-top: 20px;*/
}
.btn-link:hover, .btn-link:focus {
    background: #fff;
    color: #028200;
    border-color: #028200;
    text-decoration: none;
}
#table-downloads td, #table-downloads th {
    text-align: center;
}
#table-downloads tr td:first-of-type, #table-downloads tr th:first-of-type {
    text-align: left;
}

/* fotogalerie */
dl.count {
    margin-bottom: 0;
}
dl.count + .more {
    margin-top: 10px;
}
#photogalleries h2 {
    margin: 8px 0;
}
#photogalleries .more {
    display: none;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: rgba(32,33,37,0.12);
}

/* hledani */
#search form .form-group:nth-child(2) > div {
    padding-top: 0;
}

/* sekce */
section.section-services li {
    border-left: 0;
    background: #f3f3f3;
    padding: 20px;
}
section.section-services.section-bg li,
section.section-services.section-bg-light li {
    background: #fff;
}

/* otevrena rubrika */
#list-panel-news li h4 {
    font-size: 15px;
}
#list-panel-news li .date {
    font-size: 12px;
}
#list-panel-news li .description {
    font-size: 13px;
}
ul#list-panel-news li div {
    border-bottom: 1px solid rgba(32,33,37,0.12);
    padding-bottom: 5px;
}
ul#list-panel-news li:last-of-type div {
    border-bottom: 0;
}
ul#list-panel-news li {
    margin-bottom: 10px;
}
#panel-photos h4 {
    font-size: 15px;
    margin-top: 0;
}
#panel-photos p {
    margin-bottom: 0;
}
#panel-photos .thumbnail {
    margin-bottom: 0;
}

/* profile */
#profile h1 + hr {
    display: none;
}
#profile .panel-body .form-group.required:last-of-type {
    margin-bottom: 0;
}
#orders h1 + hr {
    display: none;
}
#panel-accounts .nav > li > a:hover,
#panel-accounts .nav > li > a:focus {
    background: transparent;
    border-left-color: #099000 !important;
}
#panel-accounts .form-group:last-of-type {
    margin-bottom: 0;
}
#panel-accounts button {
    margin-top: 5px;
}

/* cookies */
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #028200 !important;
    color: #fff !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #fff !important;
    color: #000 !important;
}
.cc_container a, .cc_container a:visited {
    color: #fff !important;
}
.cc_container a:hover, .cc_container a:active {
    color: green !important;
}

/* responsive */
@media (max-width: 768px) {
    #list-footer-links {
        padding: 0 15px !important;
    }
    #bar-footer {
        padding-top: 0;
        padding-bottom: 15px;
    }
    #list-pages .perex {
        display: block;
    }
    #list-pages .perex-image-link {
        width: 100%;
        display: block;
        padding-right: 0;
        padding-bottom: 10px;
    }
    #list-pages .perex-text {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #motto #motto-title {
        width: 50%;
    }
    #motto #motto-text {
        width: 50%;
    }
    #form-search .form-control {
        min-width: 250px;
    }
    #form-search {
        margin-top: 0px;
    }
    .dl-horizontal dt {
        width: 120px;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 120px;
    }
}


@media (min-width: 768px) {
    #bar-footer, #bar-poweredby {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #bar-footer, #bar-poweredby {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #bar-footer, #bar-poweredby {
        width: 1170px;
    }
}

#motto #motto-text,
#motto #motto-title {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.filter-default {
    filter: invert(42%) sepia(89%) saturate(4628%) hue-rotate(85deg) brightness(96%) contrast(104%);
}