/*** DOMKAVY.SK __CUSTOM  STYLE ***/
/*
*
*
*
*
*
*/
/* NÁHĽAD PRODUKTU */
.products-block.products .p .name {
  font-weight: 600;
  font-size: 18px;
}

.products-block .p {
  justify-content: space-between;
}

.btn {
  font-size: 14px;
  font-weight: 400;
}

.h4.homepage-group-title,
h4.homepage-group-title {
  font-size: 32px;
}

/* NAHĽADY BLOGOVÝCH ČLÁNKOV */

.homepage-blog-wrapper .news-item .title {
  font-weight: 600;
}

.blog-wrapper .news-item .description {
  font-size: 16px;
}

.read-article {
  font-size: 14px;
  font-weight: 400;
}

/* FAQ */

.homepage-box.welcome-wrapper .welcome-wrapper h1 {
  font-size: 36px;
  font-weight: 600;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  border-style: solid;
  border-width: 1px;
  height: 20px;
  left: 2px;
  width: 20px;
  border-radius: 5px;
}

.faq-item label {
  color: #222 !important;
  background-color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.homepage-box.welcome-wrapper .welcome-wrapper {
  background: none;
  border-radius: var(--template-border-radius-base);
  font-size: 18px;
}

.welcome div,
.welcome h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 30px;
  border-radius: 20px;
}

.faq-item {
  border: 1px solid #dadada;
  margin-bottom: 12px;
  border-radius: 10px;
}

.faq-item label {
  color: #222 !important;
  background-color: #ffffff00;
}

.homepage-box.welcome-wrapper .welcome-wrapper p:last-child {
  margin-bottom: 25px;
  margin-top: 25px;
}

.faq-item {
  background-color: white;
}

.faq-wrapper {
  background-color: #c1d9c1;
}
