<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.desktop,
body.desktop.content-wrapper-in {
  background-color: #f3f3f3;
}

/* MSG */
.messages {
  z-index: 1003;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 99999;
}

.messages .msg.msg-success,
.messages .msg.msg-notice {
  color: #fff;
  border-color: #239ceb;
  background-color: #239ceb;
  max-width: 360px;
  height: 60px;
  padding: 20px;
}

.id-1 .big-banner-title h1,
.type-category .big-banner-title h1,
.list-kat-detail .text span,
.homepage-products-heading-1,
.homepage-products-heading-2,
.footer-banner:nth-of-type(4).col-lg-3 h2 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  color: #1b1919;
  text-transform: uppercase;
  text-align: left;
  padding: 0px 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.id-1 .box-detail-text h2,
.type-category .box-detail-text h2 {
  font-family: "Bebas Neue", cursive !important;
  font-size: 40px;
  margin: 10px 0px 40px 10px;
}

/* LOGO */
#header .site-name a img {
  max-height: 120px;
}

body.desktop .header-top {
  padding-top: 19px;
  padding-bottom: 19px;
  height: 180px;
}

.top-navigation-contacts a.project-phone::before,
.top-navigation-contacts a.project-email::before {
  display: none;
}

a.login {
  color: white !important;
}

a.reg-link {
  color: white !important;
  background: transparent;
  padding: 5px 15px;
  margin-top: 10px;
  border-radius: 2px;
}

/**/
.homepage-box {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-top-style: solid;
  border-top-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
}

.big-banner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 1418px;
  margin: 0 auto;
}

.big-banner-2 {
  position: relative;
}

/* NAV */
body.desktop header#header {
  position: relative;
}

body.desktop header#header::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 30%);
  background: url(https://469636.myshoptet.com/user/documents/upload/header/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  z-index: 9;
}

body.desktop.type-detail header#header::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -12%);
  background: url(https://469636.myshoptet.com/user/documents/upload/header/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  z-index: 9;
}

/* BANNER */
.list-kat-detail {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  background: white;
  height: 130px;
}

.list-kat-detail .text span {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  padding: 0px 2rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 999;
}

.list-kat-detail .number {
  font-family: "Bebas Neue", cursive !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 5rem;
  background: #25a4e9;
  width: 30px;
  height: 50px;
  padding: 0px;
  margin: 0px;

  position: absolute;
  top: -22px;
  left: -40px;

  z-index: 999;
}

.list-kat-detail .number::before {
  content: "";
  position: absolute;
  background: #25a4e9;
  width: 20px;
  height: 50px;
  top: 0px;
  left: -11px;
  transform: skew(340deg);
  z-index: -1;
}

.list-kat-detail .number::after {
  content: "";
  position: absolute;
  background: #25a4e9;
  width: 20px;
  height: 50px;
  top: 0px;
  left: 18px;
  transform: skew(340deg);
  z-index: -1;
}

.list-kat-detail img {
  max-width: 140px;
  position: relative;
  top: 10px;
}

.list-kat-detail .text {
  text-align: center;
  background: #847c7c;
  height: 100px;
  position: relative;
  top: 14px;
  font-weight: 500;
  color: #ffffff;
}

.list-kat-detail .text::before {
  content: "";
  position: absolute;
  background: #847c7c;
  width: 50px;
  height: 100px;
  top: 0px;
  left: -20px;
  transform: skew(340deg);
  z-index: 0;
}

/* LIST PRODUCT */
.products-block .p-bottom .p-desc {
  margin: 0px;
  padding: 20px 28px;
  min-height: 90px;
  background: #fafafa;
}

/* TITLE */
.content-inner h1 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 40px;
  font-weight: 500;
  color: #1b1919;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  text-align: center;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.product .p-in-in {
  margin-top: 10px;
}

.product .price-standard&gt;span {
  display: none;
}

.in-vyhladavanie .flags.flags-extra,
.type-category .flags.flags-extra {
  top: -121px;
  right: 16px;
  bottom: auto;
}

.in-vyhladavanie .product .flags-extra .flag,
.type-category .product .flags-extra .flag {
  width: 20px;
  height: 30px;
  background: #867d7e !important;
  position: relative;
  right: -2px;
  border-radius: 0px;
}

.product .flags-extra .flag .price-standard,
.product .flags-extra .flag .price-save {
  font-size: 12px;
}

.products-block.products .p .name {
  font-family: "Roboto", sans-serif !important;
  font-size: 19px;
  font-weight: bold;
  color: #1b1919;
  padding: 0px 20px;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 15px;
  min-height: 60px;
}

.products-block .p .flags-default {
  width: 100%;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flag {
  color: #fff;
  text-align: center !important;
  background: #584c4d !important;
  min-width: 100px;
  min-height: 30px;
  line-height: 2.6rem;
  z-index: 999;
}

.flag.flag-tip {
  line-height: 2.6rem;
  text-transform: uppercase;
  background: #7abd1b !important;
  border-radius: 2px;
  z-index: 999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.products-block .p a.image {
  padding: 20px;
}

h4.homepage-group-title,
.h4.homepage-group-title {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 50px;
  font-weight: 500;
  color: #1b1919;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  text-align: center;
  padding: 0px;
  margin-top: 10rem;
  margin-bottom: 4rem;
}

h4.homepage-group-title::before,
.h4.homepage-group-title::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #867d7e;
  border-radius: 25px;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* LIST */
.product {
  position: relative;
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart,
.product .btn {
  position: relative;
  font-size: 15px;
  font-family: "Roboto", sans-serif !important;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 8px 15px;
  z-index: 9;
}

.products-block.products .p .price {
  line-height: 1;
  margin: 10px 0px 2rem 0px;
}

.products-block.products .p .name {
  font-size: 16px;
  text-align: center;
  min-height: 70px;
}

.products-block.products .p .price strong,
.products-block.products .p .price span {
  font-size: 22px;
  color: #444;
}

.products-block .p-bottom .prices,
.products-block .p-bottom .p-tools {
  flex-basis: 100%;
}

.products-block .p-bottom .prices {
  text-align: center;
}

/* FOOTER */
.footer-banner h2 {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #1b1919;
  padding: 0px;
  margin: 10px 0px 30px 10px;
}

.footer-banner .box-detail-text h2::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: #847c7c;
  border-radius: 5%;
  top: 55px;
}

.footer-banner .box-detail-text a,
.footer-banner .box-detail-text p,
.footer-banner .box-detail-text ul,
.footer-banner .box-detail-text li,
.footer-banner .box-detail-text span {
  color: #847c7c;
}

ul.brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

ul.brand-list li {
  list-style-type: none;
  margin: 0px 5px;
  display: block;
  float: left;
}

ul.brand-list li img {
  margin: 0 auto;
  display: block;
  background: white;
  padding: 20px;
}

/* LIST */
.pagination-top,
.pagination-wrapper .pagination {
  visibility: hidden;
}

@media (min-width: 992px) {
  body.user-action-visible .overall-wrapper {
    position: relative;
  }

  body.spinner-visible .overall-wrapper::before,
  body.user-action-visible .overall-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
  }

  li.menu-item-1354 {
    background: #25a4e9;
  }

  .cart-widget .popup-widget-inner.full+.cart-widget-button {
    position: absolute;
    top: 0px;
    bottom: auto;
    width: 100%;
    padding: 0px;
  }

  .cart-widget .cart-free-shipping {
    display: none;
  }

  .cart-widget .popup-widget-inner {
    position: relative;
    top: 70px;
    max-height: calc(1024px - 40px);
  }

  .popup-widget.cart-widget {
    position: absolute;
    top: 0px !important;
    left: auto;
    right: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 99999;
    max-height: 100%;
    min-height: calc(100% - 0px);
    overflow: auto;
  }

  .cart-widget-button .btn::after {
    display: none;
  }

  .cart-widget-button a.btn {
    text-align: center;
  }

  /* DETAIL */
  .type-detail .p-detail-inner-header h1 {
    font-family: 'Staatliches', cursive, sans-serif !important;
    font-size: 50px;
    font-weight: 500;
    color: #1b1919;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
    text-align: center;
    padding: 0px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .type-detail h2.products-related-header {
    font-family: 'Staatliches', cursive, sans-serif !important;
    font-size: 50px;
    font-weight: 500;
    color: #1b1919;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
    text-align: center;
    padding: 0px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .type-detail .p-info-wrapper .p-final-price-wrapper,
  .type-detail .p-info-wrapper .add-to-cart {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .type-detail .quantity input {
    width: 50px;
    height: 46px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .type-detail .p-info-wrapper .add-to-cart {
    position: relative;
  }

  .type-detail .p-info-wrapper .add-to-cart .add-to-cart-button {
    position: absolute;
    right: 30px;
  }

  .type-detail .add-to-cart .quantity {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0;
    padding-right: 0px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
  }

  .type-detail .add-to-cart .quantity .increase {
    top: -1px;
    left: -1px;
    right: auto;
    border-style: none;
    border-width: 0px;
  }

  .type-detail .add-to-cart .quantity .decrease {
    top: -1px;
    left: auto;
    right: -1px;
    border-style: none;
    border-width: 0px;
  }

  .type-detail .add-to-cart .quantity .increase,
  .type-detail .add-to-cart .quantity .decrease {
    position: absolute;
    width: 50px;
    height: 48px;
    cursor: pointer;
  }

  .quantity .increase::before,
  .quantity .decrease::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 10px;
    line-height: 48px;
    text-align: center;
  }

  .type-detail .add-to-cart .quantity input {
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .type-detail .p-detail .add-to-cart .quantity {
    border-style: solid none solid solid;
    border-width: 1px;
    margin-right: 20px;
  }

  .type-detail .p-info-wrapper .add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    padding: 30px;
  }

  .type-detail p&gt;a.chevron-after.chevron-down-after {
    display: none;
  }

  .type-detail .p-image-wrapper {
    background: white;
  }

  .type-detail .responsive-nav {
    position: relative;
    min-width: 250px;
    margin-bottom: 0px;
  }

  .type-detail .basic-description {
    flex: 1 1 auto;
    width: 100%;
    padding-right: 0px;
    background: white;
  }

  .type-detail .description-inner {
    padding: 20px;
    background: white;
  }
}

/* CART */
.cart-widget-product-amount .quantity {
  color: #444;
  text-align: center;
  border-color: #dadada;
  background: #dadada;
  border-radius: 0px;
}

.cart-widget-product-amount .quantity-form .quantity input {
  width: 60px;
  height: 36px;
  text-align: center;
}

/* DETAIL */
.type-detail .extended-description h3 {
  display: none;
}

.type-detail .p-info-wrapper .availability-value,
.type-detail .p-info-wrapper .detail-parameters {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/*
.social-buttons-wrapper {
  display: none;
}
*/

.basic-description h3 {
  display: none;
}

@media (min-width: 1200px) {
  .extended-description {
    flex: 0 1 auto;
    width: 100%;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .login {
    color: white !important;
    background: #fc3437;
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 1px;
  }

  /* CART */
  .navigation-buttons&gt;a[data-target="cart"] i {
    color: #fff;
    background-color: #fc3437;
  }

  .navigation-buttons&gt;a[data-target="cart"] i {
    position: absolute;
    top: 0;
    left: 33px;
    right: auto;
    bottom: auto;
    display: block;
    width: 17px;
    height: 17px;
    padding: 3px;
    font-style: normal;
    font-size: 11px;
    line-height: 11px;
    border-radius: 100%;
  }

  .navigation-in&gt;ul&gt;li.ext&gt;ul&gt;li&gt;div&gt;ul {
    display: none;
  }

  .navigation-in&gt;ul&gt;li.ext&gt;ul&gt;li&gt;div&gt;ul&gt;li {
    display: block;
  }

  .btn.cart-count::before,
  a.btn.cart-count::before {
    content: "";
    font-size: 24px !important;
    color: white;
    padding: 0px 12px;
    top: auto;
    bottom: -80px;
    display: inline-block;
    z-index: 1;
    background: #25a4e9 url(https://469636.myshoptet.com/user/documents/upload/icon-list/icon-cart.png);
    background-position: -6px -6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.4rem;
  }

  /* ICON */
  #header .cart-count {
    position: relative;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -80px;
    display: inline-block;
    z-index: 9;
    background: #25a4e9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.4rem;
  }

  .icon.icon-1 {
    position: relative;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -80px;
    display: inline-block;
    z-index: 1;
    background: #25a4e9 url(https://469636.myshoptet.com/user/documents/upload/icon-list/icon-cart.png);
    background-position: -6px -6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.4rem;
  }

  .icon.icon-2 {
    position: relative;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -80px;
    display: inline-block;
    z-index: 1;
    background: #25a4e9 url(https://469636.myshoptet.com/user/documents/upload/icon-list/icon-search.png);
    background-position: -6px -6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.4rem;
  }

  .icon.icon-3 {
    position: relative;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -80px;
    display: inline-block;
    z-index: 1;
  }

  .icon.icon-3 img {
    position: relative;
    background: #25a4e9;
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
    z-index: 9999;
  }

  .header-top .btn.cart-count .cart-price {
    display: none !important;
  }

  .top-navigation-menu {
    visibility: hidden;
  }

  .top-navigation-menu,
  .top-navigation-contacts {
    background-color: #1c1a1b;
  }

  .search {
    visibility: hidden;
  }

  #navigation {
    height: 42px;
  }

  .navigation-in {
    line-height: 24px;
  }

  /* HEADER */
  .top-navigation-bar {
    border-top-color: #1c1a1b;
    border-bottom-color: #1c1a1b;
    background-color: #1c1a1b;
  }

  .header-top&gt;div:nth-of-type(1) {
    order: 2;
  }

  .header-top&gt;div:nth-of-type(2) {
    order: 1;
  }

  .header-top&gt;div:nth-of-type(3) {
    order: 3;
  }

  #header .site-name a img {
    margin: 0 auto;
  }

  #header .site-name a {
    margin: 0 auto;
    display: block;
  }

  #header {
    color: #239ceb;
    border-color: transparent;
    background: #1c1a1b url(https://ezvar.sk//user/documents/upload/temp/header--top.jpg);
    background-size: contain;
  }

  .homepage-box {
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
  }

  div.icon,
  #header .cart-count {
    float: right;
    margin-left: 20px;
  }

  /* NAV */
  .navigation-in {
    background-color: #867d7e;
  }

  .navigation-in&gt;ul&gt;li {
    border-color: transparent;
  }

  /* LIST */
  .big-banner-2 .big-banner-title-2-detail {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: white;
    width: 600px;
    padding: 20px;
  }

  .products&gt;div {
    border-color: transparent;
  }

  .products-block .ratings-wrapper {
    display: none;
  }

  .btn.btn-cart::before,
  a.btn.btn-cart::before,
  .btn.add-to-cart-button::before,
  a.btn.add-to-cart-button::before {
    display: none;
  }

  .footer-big-banner {
    margin: 8rem 0px 0px 0px;
  }

  /* BREADS */
  .breadcrumbs&gt;span&gt;a::before {
    top: 33%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .breadcrumbs&gt;span&gt;a::after {
    bottom: 33%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .breadcrumbs&gt;span&gt;a::before,
  .breadcrumbs&gt;span&gt;a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20%;
  }

  /* LIST (PRODUCTS) */
  .subcategories li a {
    height: auto;
    background-color: #239ceb;
    border-color: transparent;
    border-radius: 2px;
    border-bottom: 5px solid #1478b9;
  }

  .subcategories li:hover a {
    background-color: #239ceb;
    border-color: transparent;
    border-radius: 2px;
    border-bottom: 5px solid #0f466a;
  }

  .subcategories li a::before {
    display: none;
  }

  .type-category h1.category-title {
    font-family: 'Staatliches', cursive, sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    color: #1b1919;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  footer h4 {
    position: relative;
    font-family: 'Staatliches', cursive, sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    color: #1b1919;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    margin: 8rem 0px 2rem 0px;
  }

  .type-category .footer-big-banner h2 {
    position: relative;
    font-family: 'Staatliches', cursive, sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    color: #1b1919;
    text-transform: uppercase;
    text-align: left;
    padding: 0px;
    margin-top: 2rem;
  }

  .type-category .products-inline.products-top&gt;div .p {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    width: 100%;
  }

  .type-category .footer-big-banner ul {
    max-width: 1418px;
    padding: 0px;
    margin: 2rem auto;
  }

  .type-category ul.brand-list li img {
    margin: 0 auto;
    display: block;
    background: white;
    padding: 20px;
  }

  .type-category .box-list-detail {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1418px;
    margin: 0 auto;
    margin-bottom: 6rem;
  }

  .type-category .box-detail .box-detail-text h2 {
    position: relative;
    font-family: 'Staatliches', cursive, sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    color: #1b1919;
    text-transform: uppercase;
    text-align: left;
    padding: 0px;
    margin-top: 2rem;
  }

  .type-category .box-detail .box-detail-text h2::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    background: #847c7c;
    border-radius: 5%;
    top: 55px;
  }

  /* FOOTER */
  .box-detail {
    position: relative;
    min-height: 400px;
    padding: 20px;
  }

  .box-detail-text {
    background: white;
    text-align: center;
    padding: 10px;
    width: 80%;
    min-height: 180px;
    position: absolute;
    top: 240px;
    left: 10%;
  }

  .custom-footer,
  .footer-bottom,
  .footer-links-icons {
    border-color: transparent;
  }

  footer#footer {
    margin-top: 8rem;
  }

  .type-detail footer#footer {
    margin-top: 0rem;
  }

  #footer&gt;.container {
    color: white;
    background-color: #867d7e;
    padding: 0px 20px;
  }
}

/* TOP10 */
.products-top .p .name {
  color: #444;
}

.product .p-in-in {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.products-inline.products-top&gt;div .p .image {
  width: 100%;
  min-height: 100px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

div#productsTop.productsTop .product .p-in-in {
  width: 50%;
}

/* MORE */
.filters-unveil-button-wrapper .btn.btn-default,
.filters-unveil-button-wrapper a.btn.btn-default {
  position: relative;
  color: #fff;
  border-color: #fd3333;
  background-color: #fd3333;
  z-index: 999;
}

/*
.filters-unveil-button-wrapper .btn::before {
  content: "";
  position: absolute;
  background: #fd3333;
  width: 30px;
  height: 40px;
  top: -1px;
  left: -12px;
  transform: skew(20deg);
  z-index: -1;
}
*/

/*
.filters-unveil-button-wrapper .btn::after {
  content: "";
  position: absolute;
  background: #fd3333;
  width: 30px;
  height: 40px;
  top: -1px;
  right: -10px;
  transform: skew(20deg);
  z-index: -1;
}
*/

/* TABS */
.category-header input[type="radio"]:checked+label {
  position: relative;
  color: #ffffff;
  background-color: #fd3333;
}

.subcategories.with-image li a .text {
  color: white;
}

@media (min-width: 1200px) {

  .type-category div#productsTop.products-top .product.active,
  .type-category div#productsTop.products-top .product.revealed {
    display: block;
    width: 31.333333%;
    margin: 1%;
    padding: 20px;
    padding-bottom: 4rem;
    background: white;
    position: relative;
  }

  .type-category div#productsTop.products-top .price-final {
    color: #ffffff;
    background: #333;
    padding: 10px 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .products-inline.products-top&gt;div.button-wrapper {
    background: transparent;
  }

  .footer-banner:nth-of-type(1).col-lg-3,
  .footer-banner:nth-of-type(2).col-lg-3,
  .footer-banner:nth-of-type(3).col-lg-3 {
    width: 33%;
  }

  .footer-banner:nth-of-type(4).col-lg-3 {
    width: 100%;
  }

  .type-category .footer-big-banner h2,
  .footer-banner:nth-of-type(4).col-lg-3 h2 {
    margin-top: 6rem;
    text-align: center;
  }

  .footer-banner:nth-of-type(4).col-lg-3 ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 2rem;
  }
}

/* BTN */
.products-block .p-bottom .p-tools {
  text-align: center;
  background: #fafafa;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn.btn-default,
a.btn.btn-default,

.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart,
.product .btn,
.add-to-cart-button {
  color: #fff;
  border-color: #867d7e;
  background-color: #867d7e;
  border-bottom: 4px solid #584c4d;
  border-radius: 2px;
  min-width: 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover,
.product .btn:hover,
.add-to-cart-button:hover,

.products-page.products-block .p:hover .btn.btn-default,
.products-page.products-block .p:hover a.btn.btn-default,
.products-page.products-block .p:hover .btn.btn-primary,
.products-page.products-block .p:hover a.btn.btn-primary,
.products-page.products-block .p:hover .btn.btn-conversion,
.products-page.products-block .p:hover a.btn.btn-conversion,
.products-page.products-block .p:hover .btn.btn-cart,
.products-page.products-block .p:hover a.btn.btn-cart,
.products-page.products-block .p:hover .product .btn,
.products-page.products-block .p:hover .add-to-cart-button,

.products-page.products-block .p:hover .btn.btn-default:hover,
.products-page.products-block .p:hover a.btn.btn-default:hover,
.products-page.products-block .p:hover .btn.btn-primary:hover,
.products-page.products-block .p:hover a.btn.btn-primary:hover,
.products-page.products-block .p:hover .btn.btn-conversion:hover,
.products-page.products-block .p:hover a.btn.btn-conversion:hover,
.products-page.products-block .p:hover .btn.btn-cart:hover,
.products-page.products-block .p:hover a.btn.btn-cart:hover,
.products-page.products-block .p:hover .product .btn:hover,
.products-page.products-block .p:hover .add-to-cart-button:hover {
  color: #fff;
  border-color: #584c4d;
  background-color: #584c4d;
  border-bottom: 4px solid #867d7e;
  border-radius: 2px;
  min-width: 120px;
}

h1.category-title {
  text-align: center;
  padding: 2rem 0px 0px 0px;
}

.footer-big-banner h2 {
  text-align: center;
}

@media only screen and (max-width: 768px) {

  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-family: "Roboto", sans-serif !important;
    font-size: 33px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #1b1919;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
  }

  .p-detail-inner-header h1 {
    font-family: "Bebas Neue", cursive !important;
    font-size: 40px;
    text-align: center;
    margin: 10px 0px 40px 10px;
    display: inline-block;
  }

  .p-detail-info {
    text-align: center;
    display: block;
  }

  .p-detail-inner-header .p-code {
    clear: both;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .tab-content&gt;.active {
    display: block;
    background: white;
    padding: 20px;
  }

  .type-detail .p-info-wrapper .price-final {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin: 2rem 0px;
  }

  .type-detail .p-info-wrapper .availability-value {
    text-align: center;
    margin-bottom: 4rem;
  }

  .type-detail .p-detail .add-to-cart .quantity {
    border-style: solid;
    border-width: 1px;
    width: 90%;
    margin: 0px 5%;
    text-align: center;
    background: white;
  }

  .type-detail .btn.btn-cart.btn-lg,
  .type-detail a.btn.btn-cart.btn-lg,
  .type-detail .btn.add-to-cart-button.btn-lg,
  .type-detail a.btn.add-to-cart-button.btn-lg {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 1rem 5%;
  }

  .detail-parameters tr:last-child th {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px;
    margin: 0 auto;
  }

  .type-detail p&gt;a.chevron-after.chevron-down-after {
    display: none !important;
  }

  .list-kat {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin-top: 6rem;
  }

  /* REFERER */
  .evaluation .evaluation__detail h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 5.5rem;
    letter-spacing: 0.05rem;

    color: #ffffff;
    background: #25a4e9;
    width: 100%;
    height: 55px;

    position: absolute;
    top: -20px;
    left: 0px;

    padding: 0px;
    margin: 0px 0%;
    border-radius: 0px 0px 0px 0px;
  }

  .evaluation .evaluation__detail p {
    margin-top: 4rem;
  }

  .star__list {
    display: grid;
    grid-template-columns: 0fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }

  .custom-footer,
  .footer-bottom,
  .footer-links-icons {
    border-color: transparent;
  }

  #footer&gt;.container {
    color: white;
    background-color: #867d7e;
    padding: 0px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1201px) {
  .list-kat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin-top: 6rem;
  }

  .star__list {
    display: grid;
    grid-template-columns: 0fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }

  /* REFERER */
  .evaluation .evaluation__detail h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 5.5rem;
    letter-spacing: 0.05rem;

    color: #ffffff;
    background: #25a4e9;
    width: 100%;
    height: 55px;

    position: absolute;
    top: -20px;
    left: 0px;

    padding: 0px;
    margin: 0px 0%;
    border-radius: 0px 0px 0px 0px;
  }

  .evaluation .evaluation__detail p {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .list-kat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin-top: 6rem;
  }

  .evaluation .evaluation__detail h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    height: 60px;
    background: #25a4e9;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px 0%;
    border-radius: 0px 0px 0px 0px;
    line-height: 6.0rem;
    letter-spacing: 0.05rem;
  }

  .evaluation .evaluation__detail p {
    margin-top: 8rem;
  }

  .star__list {
    display: grid;
    grid-template-columns: 5fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }
}

@media (min-width: 1440px) {
  ul.subcategories li {
    width: 25%;
  }

  ul.subcategories li a,
  ul.subcategories li a:hover {
    color: #ffffff;
  }

  .columns-4 .products-block&gt;div {
    width: 23%;
    padding: 0px;
    margin: 2% 1%;
    background: white;
    box-shadow: 6px 10px 10px 2.5px rgb(1 72 152 / 5%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .type-detail .products-related .product {
    width: 23%;
    padding: 0px;
    margin: 2% 1%;
    background: white;
    box-shadow: 2.4px 4px 20px 2.5px rgb(1 72 152 / 4%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.box-detail p,
.box-detail a,
.box-detail span,
.box-detail ul,
.box-detail li,
.big-banner .big-banner-text p,
.big-banner .big-banner-text a,
.big-banner .big-banner-text span,
.big-banner .big-banner-text ul,
.big-banner .big-banner-text li,
.footer-banners p,
.footer-banners a,
.footer-banners span,
.footer-banners ul,
.footer-banners li {
  font-size: 18px;
  color: #666;
  text-align: left;
  margin-left: 10px;
}

.box-detail a {
  border-bottom: 2px solid white;
}

.box-detail a:hover {
  color: #239ceb;
  border-bottom: 2px solid;
}

.box-detail .square,
.footer-banners .square {
  margin: 0px 10px;
}

a.title {
  display: none !important;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {

  /* KAT */
  .subcategories .col-xs-6 {
    width: 100%;
    margin: 0px;
    float: left;
  }

  .subcategories li a {
    height: auto;
    background-color: #239ceb;
    border-color: transparent;
    border-radius: 2px;
    border-bottom: 5px solid #1478b9;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {

  /* KAT */
  .subcategories .col-xs-6 {
    width: 48%;
    margin: 0px 1%;
    float: left;
  }

  .subcategories li a {
    height: auto;
    background-color: #239ceb;
    border-color: transparent;
    border-radius: 2px;
    border-bottom: 5px solid #1478b9;
  }
}

@media only screen and (max-width: 768px) {
  .responsive-tools&gt;a[data-target="navigation"]::before {
    color: #fff;
    background-color: #25a4e9;
    border-radius: 0%;
  }

  /* CLOSE */
  .navigation-close {
    color: #ffffff;
    background: #25a4e9;
    position: absolute;
    top: 10px;
    right: 22px;
    padding: 1.25rem;
    display: block;
  }

  /* NAV */
  #navigation {
    padding-top: 5rem;
  }

  .navigation-window-visible #navigation {
    width: 100%;
    padding-top: 5rem;
  }

  .menu-level-1 .menu-item-1175 {
    background-color: #25a4e9;
    width: 90%;
    margin: 1rem 5%;
  }

  .menu-level-1 .menu-item-1175 a {
    color: #fff;
  }

  /**/
  .reg-link {
    display: none !important;
  }

  .top-navigation-bar {
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: #1c1a1b;
  }

  .icon.icon-1,
  .icon.icon-2,
  .icon.icon-3 {
    display: none;
  }

  /* HEADER */
  .icon {
    display: none;
  }

  #header {
    color: #239ceb;
    border-color: #dadada;
    background-color: #1c1a1b;
    background-image: none;
  }

  .filters-unveil-button-wrapper .btn.unveil-button {
    width: 100%;
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }

  /**/
  .big-banner-2 .big-banner-title-2-detail {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    max-width: 600px;
    padding: 20px;
  }

  .big-banner {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1418px;
    margin: 0 auto;
  }

  /* PRODUCTS */
  .products-block.products .p .price strong,
  .products-block.products .p .price span {
    font-size: 30px;
    color: #25a4e9;
  }

  .btn.btn-cart::before,
  a.btn.btn-cart::before,
  .btn.add-to-cart-button::before,
  a.btn.add-to-cart-button::before {
    display: none;
  }

  .columns-mobile-2 .products-block&gt;div {
    width: 100%;
  }

  .products-block .p {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: white;
    padding: 20px;
  }

  .columns-mobile-2 .products-block&gt;div .p .name {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #1b1919;
    padding: 0px;
    margin: 0px;
  }

  .products-block.products .p .price {
    line-height: 1;
    text-align: center;
    padding-left: 0px;
    margin: 1rem 0px 4rem 0px;
  }

  .product .add-to-cart-button,
  .product .btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .product .add-to-cart-button,
  .product .btn {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: max-content;
  }

  .products-block .p-bottom .p-tools {
    text-align: center;
    background: transparent;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  /* TITLE */
  .id-1 h2 {
    position: relative;
    font-family: "Bebas Neue", cursive !important;
    font-size: 40px;
    font-weight: 800;
    color: #1b1919;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  footer#footer h2 {
    position: relative;
    font-family: "Bebas Neue", cursive !important;
    font-size: 40px;
    font-weight: 500;
    color: #1b1919;
    text-transform: uppercase;
    text-align: left;
    padding: 0px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  /* FLAG */
  .columns-mobile-2 .products-block&gt;div .flags-extra {
    top: 10px;
    right: 0px;
    display: block;
    width: min-content;
    min-width: 80px;
    height: max-content;
  }

  .id-1 .big-banner-title h1,
  .type-category .big-banner-title h1,
  .homepage-products-heading-1,
  .homepage-products-heading-2,
  .footer-banner:nth-of-type(4).col-lg-3 h2 {
    font-family: "Bebas Neue", cursive !important;
    font-size: 40px;
    text-align: center;
    margin: 0px 0px 3rem;
  }

  /* Footer */
  ul.brand-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
    padding: 0px;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }
}

/* EMPTY */
.empty-content h2::after {
  display: none;
}

/* ČLANEK */
.type-page main#content li,
.type-post main#content li {
  position: relative;
  list-style-type: none;
}

.type-page main#content li::before,
.type-post main#content li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -30px;
  width: 15px;
  height: 15px;
  background: #25a4e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.type-page .content-inner,
.type-post .content-inner {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 2rem 0rem;
}

.iteam__list .iteam h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 2.6rem;
  color: #1b1919;
  text-align: left;
}

.iteam__list {
  display: grid;
  grid-template-columns: 1fr;
  border: 4px solid #584c4d;
  background: white;
  padding: 0px 10px;
  max-width: 600px;
  margin: 4rem auto;
}

@media (min-width: 768px) {

  /**/
  .product__home_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }

  .type-page .content-inner,
  .type-post .content-inner {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 2rem 0rem;
  }

  .iteam__list .iteam h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 3.3rem;
    color: #1b1919;
    text-align: left;
  }

  .iteam__list {
    display: grid;
    grid-template-columns: 1fr 3fr;
    border: 4px solid #584c4d;
    background: white;
    padding: 0px 10px;
    max-width: 600px;
    margin: 4rem auto;
  }
}

div#productsTop .product {
  border: 0px !important;
}

.iteam__list img {
  max-width: 120px;
}

.iteam__list .iteam:first-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* HP */
.discussion-form,
.discussion,
.rate-wrapper,
.votes-wrap,
.add-comment,
.welcome div,
.welcome h1 {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

/* HODNOCENI */
.small__first_banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .evaluation {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
  }

  /**/
  .product__home_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }
}

@media (min-width: 768px) {
  .evaluation {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
  }
}

.evaluation .evaluation__detail {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 2.8rem;
}

.evaluation .evaluation__detail h2::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
  background: #25a4e9;
  height: 1rem;
  width: 1rem;
}

.id-1 h2 {
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 40px;
  font-weight: 600;
  color: #1b1919;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-wrapper {
  background-color: transparent;
}

.welcome h2 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 50px;
  font-weight: 500;
  color: #1b1919;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  text-align: center;
  padding: 0px;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.latest-contribution-wrapper h2 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  color: #1b1919;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

footer#footer h2 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  color: #1b1919;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* FOOTER */
#footer p,
#footer a,
#footer li,
#footer ul,
#footer ul a,
#footer .contact-box a,
#footer .password-helper a,
#footer .news-item-widget a {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 3.0rem;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  border: 0px;
}

#footer a&gt;b:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .custom-footer&gt;div.custom-footer__banner3,
  .custom-footer&gt;div.custom-footer__banner4 {
    flex: 0 0 auto;
    width: 25%;
  }

  .custom-footer {
    padding-top: 20px;
    padding-left: 0px;
  }

  #footer .site-name {
    display: none;
  }
}

/* BANNER */
.banner {
  margin-bottom: 0px;
}

/* TABLE */
table.pozicovna tr&gt;td,
table.pozicovna tr&gt;td p {
  font-size: 15px;
  line-height: 2.0rem;
}

table.pozicovna tr:nth-of-type(2),
table.pozicovna tr:nth-of-type(4),
table.pozicovna tr:nth-of-type(6),
table.pozicovna tr:nth-of-type(8),
table.pozicovna tr:nth-of-type(10),
table.pozicovna tr:nth-of-type(12),
table.pozicovna tr:nth-of-type(14),
table.pozicovna tr:nth-of-type(16) {
  background: #EEF4ED;
}

table.pozicovna tr&gt;td {
  height: 100px;
  padding: 0px 1rem;
}

table.pozicovna tr&gt;td:nth-of-type(1) {
  width: 15%;
}

table.pozicovna tr&gt;td:nth-of-type(3),
table.pozicovna tr&gt;td:nth-of-type(4),
table.pozicovna tr&gt;td:nth-of-type(5),
table.pozicovna tr&gt;td:nth-of-type(6),
table.pozicovna tr&gt;td:nth-of-type(7) {
  width: 10%;
}

table.pozicovna tr&gt;td:nth-of-type(8) {
  width: 15%;
}

table.pozicovna tr&gt;td&gt;img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

h1.category-title {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 30px;
  font-weight: 500;
  color: #1b1919;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* PAGE */
.type-page header h1,
.type-page h2,
.type-post header h1,
.type-post h2 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 30px;
  font-weight: 500;
  color: #1b1919;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.type-post h3,
.type-page h3 {
  position: relative;
  font-family: 'Staatliches', cursive, sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  color: #7C7C7C;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.type-post main,
.type-post main p,
.type-post main span,
.type-post main ul,
.type-post main li,

.type-page main,
.type-page main p,
.type-page main span,
.type-page main ul,
.type-page main li {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 3.0rem;
  color: #7C7C7C;
}

/* PAGE CONTACT */
@media only screen and (max-width: 768px) {
  .page--contact {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    padding: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .page--contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    padding: 2rem;
  }
}

.page--contact a {
  color: #239ceb;
  text-transform: none;
  border-bottom: 1px solid #239ceb;
}

/* PRICE */
.flag.flag-cena-na-dotaz {
  visibility: hidden;
}

body.type-detail.disablePrice .product-top .link-icon.chat {
  color: white;
  background: #9a0000;
  padding: 10px;
  display: block;
}

body.type-detail.disablePrice .product-top .flags.flags-extra,
body.type-detail.disablePrice .product-top .link-icon.chat::before {
  display: none !important;
}

body.type-detail.disablePrice .product-top .product .p .prices,
body.type-detail.disablePrice .product-top .product .p .p-tools {
  display: none !important;
}

body.type-detail.disablePrice .product-top .add-to-cart,
body.type-detail.disablePrice .product-top .p-final-price-wrapper {
  display: none !important;
}

body.in-vyhledavani .product.disablePrice .prices,
body.in-vyhledavani .product.disablePrice .p-bottom,
body.type-category .product.disablePrice .prices,
body.type-category .product.disablePrice .p-bottom {
  display: none !important;
}

/**/
body.type-detail.disablePrice .p-info-wrapper {
  background: white;
  padding: 2rem;
  }

body.type-detail.disablePrice .form-availability-verification {
	border-radius: 2px;
	border: 1px solid #fafafa;
	box-shadow: rgb(149 157 165 / 15%) 0px 8px 24px;
  padding: 2rem;
	}

body.type-detail.disablePrice .form-availability-verification p {
	text-align: left;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
	width: max-content;
	}

body.type-detail .products-related .product.disablePrice .prices,
body.type-detail .products-related .product.disablePrice .p-tools {
  display: none;
  }

body.type-detail.disablePrice .form-availability-verification p,
body.type-detail.disablePrice .form-availability-verification label {
	font-size: 14px;
	}

body.type-detail.disablePrice .p-info-wrapper .social-buttons-wrapper .link-icons.watchdog-active {
  width: 100%;
  border: 1px solid #dadadada;
  padding: 15px;
  background: #fafafa;
  }

body.type-detail.disablePrice .p-info-wrapper .social-buttons-wrapper .link-icons.watchdog-active a:nth-of-type(1) { order: 2; }
body.type-detail.disablePrice .p-info-wrapper .social-buttons-wrapper .link-icons.watchdog-active a:nth-of-type(2) { order: 1; width: 100%; }
body.type-detail.disablePrice .p-info-wrapper .social-buttons-wrapper .link-icons.watchdog-active a:nth-of-type(3) { order: 3; }
body.type-detail.disablePrice .p-info-wrapper .social-buttons-wrapper .link-icons.watchdog-active a:nth-of-type(4) { order: 4; }

@media (min-width: 992px) {
  body.type-detail .p-image-wrapper {
    width: 48%;
    margin-right: 2%;
    background: white;
    }
  }</pre></body></html>