:root {
  --cnvs-themecolor: #0a6799;
}

#header-wrap #logo a img {
  height: 40px;
}

@media (max-width: 991px) {
    #header-wrap #logo a img {
        height: 30px;
        width: auto;
    }

    #header-wrap #logo {
        padding: 15px 0;
    }
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
  height: 30px;
}

.__es-swiper-subtitle {
  color: white !important;
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin-top: 10px;
}

.__es-sidebar a:hover {
  color: var(--cnvs-themecolor) !important;
}

.__es-heading-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.__es-colored-heading-block {
  margin-top: 50px;
}
.__es-colored-heading-block:first-of-type {
  margin-top: 0px;
}

.__es-ico-hp {
  height: 40px;
}

.__es-entry-content {
  margin-top: 10px !important;
}
.__es-entry-content p {
  margin-bottom: 10px !important;
}

.__es-certificate {
  text-align: center;
}
.__es-certificate img {
  height: 105px;
  width: auto;
  margin: 0 auto;
}

.__es-faq-item .toggle-content {
  display: flex;
  align-items: flex-start;
  @media (max-width: 767px) {
    flex-direction: column;
  }
}
.__es-faq-item .toggle-content img {
  margin-left: 20px;
  @media (max-width: 767px) {
    margin-left: 0;
  }
}

.__es-faq-link {
  color: black;
}
.__es-faq-link:hover {
  color: var(--cnvs-themecolor);
}

.__es-label {
  background-color: var(--cnvs-themecolor) !important;
}

.__es-product-page .iconlist li {
  display: block;
  padding-left: 25px;
  position: relative;
}
.__es-product-page .iconlist li i {
  position: absolute;

  left: 0;
}

.__es-product-page .__es-download-list {
  margin-left: 30px;
}

.__es-product-page .sale-flash.badge {
  background-color: var(--cnvs-themecolor) !important;
}

.es-news-section {
  padding: 60px 0;
  margin-bottom: 60px;
}

.es-news-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
}

.es-news-list ul {
  list-style-type: none;
}
.es-news-list ul a {
  display: flex;
  color: #000;
  padding: 10px;
  font-size: 1rem;
  transition: all 0.3s;
}
.es-news-list ul a.active,
.es-news-list ul a:hover {
  background-color: #f9f9f9;
}

.es-news-list ul a:hover .title,
.es-news-list ul a.active .title {
  color: var(--cnvs-link-color);
}

.es-news-list ul a .date {
  width: 100px;
  color: #555;
  text-align: right;
  padding-right: 15px;
}

.es-news-list ul a .title {
  font-weight: 700;
  flex: 1;
}

.es-news-contents {
  background-color: #f9f9f9;
  padding: 20px;
}
.es-news-content h4 {
  font-weight: 700;
}
.es-news-content img {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 230px;
  height: auto;
}
.es-news-content .date {
  display: none;
}
.es-news-content:not(.active) {
  display: none;
}

@media (max-width: 991px) {
  .es-news-wrapper {
    grid-template-columns: 100%;
  }
  .es-news-list {
    display: none;
  }
  .es-news-contents {
    background-color: transparent;
    padding: 0;
  }
  .es-news-content {
    display: block !important;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .es-news-content .meta {
    cursor: pointer;
  }
  .es-news-content .meta:hover h4 {
    color: var(--cnvs-link-color);
  }
  .es-news-content .meta h4 {
    margin-bottom: 0;
  }

  .es-news-content .meta .date {
    display: block;
  }

  .es-news-content .text {
    display: none;
  }

  .es-news-content.mobile-open .text {
    display: block;
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .es-news-content img {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: unset;
    height: auto;
    padding-left: 0;
  }
}

/* Override  */

nav.primary-menu > .menu-container > .menu-item > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.fluid-width-video-wrapper {
  padding-top: 0 !important;
  height: 450px;
}

.widget-filter-links a.active {
    color: #58b5f8 !important;
    background-color: #f9f9f9;
}

@media (min-width: 500px) {
  .primary-menu .sub-menu-container {
    min-width: 300px;
  }
}

#novinky {
  scroll-behavior: smooth;
}

.__es-print-tab-title {
  margin-bottom: 10px;
  display: none;
}

.es-home-icon {
    height: 12px;
    margin-top: -3px;
}
.breadcrumb-item a:hover svg path {
    fill: var(--cnvs-themecolor) !important;
}

.postcontent .product .product-image a img {
    transition: all 0.3s
}

.postcontent .product .product-image a:hover img {
    transform: scale(1.2);
}

.es-identification-section {
    margin-top: -80px;
    padding-top: 80px;
    background-color: #f8f9fa;
}

section#content ul:not(#posts ul):not(aside ul):not(.es-news-list ul):not(.iconlist):not(.nav-tabs) {
    list-style-type: none;
}
section#content ul:not(#posts ul):not(aside ul):not(.es-news-list ul):not(.iconlist):not(.nav-tabs) li {
   padding-left: 25px;
   position: relative;
}
section#content ul:not(#posts ul):not(aside ul):not(.es-news-list ul):not(.iconlist):not(.nav-tabs) li:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0;
    top: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgNTEyIj48cGF0aCBkPSJNMjQ2LjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTEyOC0xMjhjLTkuMi05LjItMjIuOS0xMS45LTM0LjktNi45cy0xOS44IDE2LjYtMTkuOCAyOS42bDAgMjU2YzAgMTIuOSA3LjggMjQuNiAxOS44IDI5LjZzMjUuNyAyLjIgMzQuOS02LjlsMTI4LTEyOHoiIGZpbGw9IiMwYTY3OTkiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
}

.es-img {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.es-img.es-w-100 img {
    width: 100%;
}

.es-img.es-w-50 img {
    width: 50%;
}

.es-img.es-w-25 img {
    width: 25%;
}

.es-img.es-p-right {
    text-align: right;
}

.es-img.es-p-center {
    text-align: center;
}

.es-img.es-float {
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    float: left;
    padding-right: 1.875rem;
}

.es-img.es-float.es-w-50 {
    width: 50%;
}

    .es-img.es-float.es-w-50 img {
        width: 100%;
    }

.es-img.es-float.es-w-25 {
    width: 25%;
}

    .es-img.es-float.es-w-25 img {
        width: 100%;
    }

.es-img.es-float.es-p-right {
    float: right;
    padding-left: 1.875rem;
    padding-right: 0;
}

@media (min-width: 576px) and (max-width: 767px) {
    .es-img.es-w-25 img {
        width: 50% !important;
    }

    .es-img.es-w-25.es-float {
        width: 50% !important;
    }

    .es-img.es-w-25.es-float img {
        width: 100% !important;
    }

    .es-img.es-w-50 img {
        width: 100% !important;
    }

    .es-img.es-w-50.es-float {
        width: 100% !important;
    }

    .es-img.es-w-50.es-float img {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .es-img.es-w-25 img {
        width: 50% !important;
    }

    .es-img.es-w-25.es-float {
        width: 50% !important;
    }

        .es-img.es-w-25.es-float img {
            width: 100% !important;
        }
}

@media(max-width: 575px) {
    .es-img {
        padding-right: 0!important;
        padding-left: 0 !important;
    }

        .es-img.es-w-50 img {
            width: 100% !important;
        }

        .es-img.es-w-50.es-float {
            width: 100%;
        }

        .es-img.es-w-25 img {
            width: 100% !important;
        }

        .es-img.es-w-25.es-float {
            width: 100%;
        }
}

.perex {
    padding: 10px 20px;
    border-left: 5px solid #e9ecef;
    font-size: 20px;
}

#searchTextIn {
    width: 100%;
    max-width: 400px;
}

#searchInBtn {
    background-color: #0a6799;
    border-color: #0a6799;
    width: 150px;
}

#searchInBtn:hover {
    background-color: transparent;
    color: #0a6799;
}

.shop.grid-container .product {
    padding-left: 17px;
    padding-right: 17px;
}

@media (min-width: 768px) {
    @-moz-document url-prefix() {
        .shop.grid-container .product {
            width: 33.3333%;
        }
    }
}

.product-desc .es-product-text {
   text-align: justify;
}

