:root {
  --bs-body-font-size: 1.05rem;
  --bs-body-font-weight: 400;
  --bs-secondary: var(--bs-body-color);
  --bs-secondar-rgb: var(--bs-body-color-rgb);
  --bs-border-radius-100: 1rem;
  --bs-border-radius-25: .50rem;
  --bs-border-radius-200: 2rem
}

a,
.eshop-menu__link--button,
button.navbar__menu-link {
  color: var(--bs-primary);
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

.motto__button-link,
.btn {
  border-radius: var(--bs-border-radius-200)
}

.btn-block {
  display: block
}


/*headline*/

h6,
.h6,
h5,
.h5,
h4,
.cart-form__title,
.account-form__title,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: var(--bs-primary)
}

h1,
.h1,
.section--header h1,
.section--header .h1,
.section-title h1,
.section-title .h1 {
  font-size: calc(1.375rem + 1.5vw);
  text-align: center;
}

.container--article h1+p,
.container--article .h1+p {
  margin-top: 0;
}

.container--article ol+h2,
.container--article ol+.h2,
.container--article ul+h2,
.container--article ul+.h2,
.container--article p+h2,
.container--article p+.h2 {
  margin-top: clamp(2rem, 4vw, 3rem)
}

.container--article ol+h3,
.container--article ol+.h3,
.container--article ul+h3,
.container--article ul+.h3,
.container--article p+h3,
.container--article p+.h3 {
  margin-top: clamp(1.5rem, 4vw, 2rem)
}

.section-3-col-bottom-text h3,
.section-3-col-bottom-text .h3,
.section-3-col-bottom-text p,
.section-3-col-top-text h3,
.section-3-col-top-text .h3,
.section-3-col-top-text p {
  max-width: 100%;
  margin: unset;
  margin-bottom: 1rem;
}


/*=====basic======*/
.section--header~.perex,
.section--header~.section-perex,
.perex {
  display: block;
  margin-top: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.section--header {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.main>.container:first-child,
.main>.motive__motto:first-child,
.container--article {
  padding-bottom: 0rem
}

#main {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color:#E6FFFF;
}

#index .main,
#index .container--article,
#index .main>.container:first-child {
  padding-bottom: 0;
}

#user-info-content,
.container.container--files:first-child,
.container--files {
  padding-bottom: clamp(1.5rem, 3vw, 4rem);
}

.perex__text-wrapper,
.section-perex__text-wrapper {
  text-align: left;
}

.font-size-fluid,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-2-col-right-text,
.section-2-col-left-text {
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}

.section-dynamic .article-item-wrapper {
  flex: unset;
}

.section-container:not(.section-bg)+p+.section-container:not(.section-bg) {
  padding-top: 0;
}

section .section-bg-light,
section .section--bg,
section .section-bg {
  padding: 1rem !important;
  margin: 0;
}

.section-3-col-bottom-text .section-cell-item,
.section-3-col-top-text .section-cell-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.section-3-col-bottom-text,
.section-3-col-top-text {
  text-align: left;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset
}

/*table*/
.table-overflow tr:first-of-type,
.table-collapse td:first-of-type {
  font-weight: inherit !important;
}

/*stejnĂˇ vĂ˝Ĺˇka*/
.categories--root .category,
.file-item,
.product-item {
  height: 100% !important;
}

/*===components===*/
.breadcrumb__list {
  display: flex;
}

/*menu-vertical*/

.menu-vertical .navbar__menu-item--has-childs .navbar__menu-list {
  background-color: var(--bs-body-bg);
}

@media (min-width:992px) {


  .menu-vertical .header.has-minicart {
    padding-top:0;
  }

  .menu-vertical .header.has-minicart #navbar {
    padding-top:3.75rem;
  } 

  .menu-vertical .header,
  .menu-vertical .header-fix {
    background-color: var(--bs-body-color);
    margin: 0;
    animation: unset;
    border-radius: 0;
  }

  .menu-vertical .header-fix .contactus-wrap:not(.preview-mode),
  .menu-vertical .contactus-wrap:not(.preview-mode) {
    border-radius: 0;
    background-color: rgba(var(--bs-primary-rgb), 0.5)
  }

  .menu-vertical .header-fix .navbar,
  .menu-vertical .navbar {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
    border-radius: 0;
  }

  .menu-vertical .contactus {
    margin-left: 0;
    width: auto;
  }

  .menu-vertical .navbar__account {
    position: absolute;
  }

  .menu-vertical .navbar__cart-wrap {
    position: absolute;

  }
  .menu-vertical .header.has-minicart .navbar__cart-wrap::before {
    display:none;

  }
}

@media (min-width: 992px) {
  .minicart.expanded {
    position: fixed;
    top: 2.5em;
  }
}

/*==menu horizontal===*/
/*header*/
.header {
  position: absolute;
  background-color: transparent;
  width: calc(100% - 20px);
  margin: 5px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.header-fix {
  position: fixed;
  border-radius: var(--bs-border-radius-100);
  box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
  background-color: var(--bs-body-color);
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(0px);
  }
}

/**/
.search-form-i {
  display: none
}

.search-form-wrapper.search-form-f {
  display: none
}

/*contactus*/
#contactus {
  padding: 0.5em;
  color: var(--bs-body-bg)
}

#contactus a,
#contactus a:hover {
  color: var(--bs-body-bg)
}

.contactus-wrap {
  border-bottom: 1px solid rgba(var(--bs-body-bg-rgb), 0.1);
}

.header-fix .contactus-wrap {
  border-radius: var(--bs-border-radius-100) var(--bs-border-radius-100) 0 0;
  background-color: rgba(var(--bs-primary-rgb), 0.5)
}

@media (max-width:768px) {
  .contactus {
    flex-direction: column;
    margin-left: unset;
    width: unset;
    align-items: center
  }
}

@media(max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

/*uprava velikosti loga*/

@media(min-width: 1200px) {
  .navbar__brand {
    min-height: 3rem
  }
}

.navbar__brand-logo-img {
  max-width: 13rem;
  max-height: 5rem
}

@media(min-width: 576px) {
  .navbar__brand-logo-img {
    max-width: 15rem
  }
}

@media(min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 20rem;
    max-height: 5rem
  }
}

/**/

.navbar__search-input,
.navbar__search-button {
  border: 0;
}

.navbar__search-button {
  color: var(--bs-body-bg)
}

.navbar__search-button:hover {
  background-color: rgba(var(--bs-body-bg-rgb), 0.2);
}

@media(max-width: 991.98px) {
  .navbar__search {
    top: -15.25em;
  }
}

/*navbar__menu*/

.navbar__toggler-icon-bar {
  background-color: var(--bs-body-bg)
}

.navbar__search-toggler-icon,
.navbar__cart-price,
.navbar__cart-icon,
.navbar__account-icon {
  color: var(--bs-body-bg)
}


.header-fix .navbar {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
  border-radius: 0 0 var(--bs-border-radius-100) var(--bs-border-radius-100)
}

.navbar__menu>.navbar__menu-list>.navbar__menu-item>.button.navbar__menu-link,
.navbar__menu>.navbar__menu-list>.navbar__menu-item>.navbar__menu-link {
  display: inline-block;
  text-decoration: none;
  color: var(--bs-body-bg);
  padding: 0.5em 1em;
  margin: 0.1em 0;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar__menu-link:hover,
.navbar__menu-item.active>.navbar__menu-link,
.navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  background-color: rgba(var(--bs-body-bg-rgb), 0.2);
  border-radius: var(--bs-border-radius-200)
}

.navbar__menu-item .navbar__menu-item {
  border-left: 0;
}

.navbar__menu-item.active .navbar__menu-item.active:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 20px;
  height: 20px;
  z-index: 100000;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(var(--bs-primary-rgb), 0.9);
}

@media (min-width:992px) {

  .menu-horizontal .navbar__menu>.navbar__menu-list>.navbar__menu-item>.button.navbar__menu-link,
  .menu-horizontal .navbar__menu>.navbar__menu-list>.navbar__menu-item>.navbar__menu-link {
    padding: 0.5em 1em;
    margin: 0.5em 5px 0.5em 5px;
  }
}

@media(max-width: 991.98px) {
  .navbar__menu {
    background-color: var(--bs-body-color);
    left: calc(-100vw - 10px)
  }

  .navbar__menu.expanded {
    width: 100%;
  }
}

/*vlastnĂ­ motiv*/
.motive {
  max-height: 100%;
  display: block;
  position: relative;
}

.motive:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  opacity: 0.8;
}

/*vlastnĂ­ motiv - carousel*/
.custom-motive .section-container.section-carousel {
  padding: 0;
}

.custom-motive .carousel-caption {
  right: 15%;
  bottom: 26%;
  left: 15%;
  text-align: left;
  text-shadow: none;
  font-size: 1.5rem;
}

.custom-motive .carousel-caption p {
  margin-bottom: 0.7em;
  font-size: clamp(1rem, 3vw, 1.5rem);
}

.custom-motive .carousel-caption h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 0.2em;
}

@media (max-width: 992px) {
  .custom-motive .carousel-caption {
    right: 15%;
    bottom: 20%;
    left: 15%;
    text-align: left;
    text-shadow: none;
  }
}

@media (max-width: 768px) {
  .custom-motive .carousel-caption {
    right: 0%;
    bottom: 0;
    left: 0%;
    text-align: center;
    text-shadow: none;
    position: relative;
    background-color: rgba(var(--bs-body-color-rgb), 0.04);
    color: var(--bs-body-bg);
  }
}

.motive:not(.fullscreen)>.section-carousel .carousel-item img,
.motive:not(.fullscreen)>.section-carousel .carousel-inner .item img,
.carousel-inner .motive:not(.fullscreen)>.section-carousel .item img {
  max-height: unset;
}

/*motto*/

.motive__motto {
  display: none;
}

#index .motive__motto {
  display: flex
}

.motto {
  max-width: 50em
}

.motto__title,
.motto__text {
  text-shadow: 1px 1px 10px rgba(33, 37, 41, .9), 3px 3px 10px rgba(33, 37, 41, .5)
}

.motto__title {
  font-weight: 700;
}

.motto__text {
  font-size: 1.7rem;
  font-weight: 700;
}

.motto__button-link {
  font-weight: 600;
}

.motto a,
.motto .eshop-menu__link--button,
.motto button.navbar__menu-link,
.motto a:hover,
.motto a:focus {
  text-decoration: none
}

/*vypis souboru*/
.table-files__file-link,
.file-item__title {
  font-size: initial;
  font-weight: 400;
}

/*categories*/
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  padding: 1rem;
  height: 100%;
  padding: 15px;
  height: 100%;
  border-radius: var(--bs-border-radius-25);
  border-color: rgba(var(--bs-body-color-rgb), 0.1);
  border-bottom: 3px solid rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
}

.category:hover {
  border-color: rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
}

.category__title {
  text-align: center;
  margin-top: .5em
}

.category__title-link {
  -webkit-line-clamp: unset;
}

.category__thumbnail {
  margin-bottom: .25rem;
  margin-right: 0
}

.category__info {
  margin-top: auto
}

.category__img-wrapper {
  position: relative;
  padding-bottom: 0;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
  border-radius: var(--bs-border-radius-25) var(--bs-border-radius-25) 0 0;
}

.category__img {
  position: relative;
  top: unset;
  left: unset;
  -webkit-transform: unset;
  transform: unset;
}

/*vypisy clanky, produkty*/
.article-item,
.product-item:hover,
.product-item {
  padding: 15px;
  height: 100%;
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius-25);
  border: 0px solid rgba(var(--bs-body-color-rgb), 0.05);
  border-bottom: 3px solid rgba(var(--bs-primary-rgb), 0.2);
  box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
}

.article-item__img-wrapper {
  overflow: hidden;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
  border-radius: var(--bs-border-radius-25) var(--bs-border-radius-25) 0 0;
}

.product-list--grid .product-item__img-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
  border-radius: var(--bs-border-radius-25) var(--bs-border-radius-25) 0 0;
  overflow: hidden;
}

/*fotografie*/

.gallery__item-link {
  border-radius: var(--bs-border-radius-25)
}

/*======section=======*/

.section-3-col-bottom-text.cell-borders .section-cell-item,
.section-3-col-top-text.cell-borders .section-cell-item {
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: var(--bs-border-radius-25)
}

@media(min-width: 992px) {

  .section-3-col-bottom-text.cell-borders .section-cell-item.col-lg-3,
  .section-3-col-top-text.cell-borders .section-cell-item.col-lg-3 {
    width: calc(25% - 2*var(--section-item-margin))
  }
}

/**/
.section-2-col-left-text .section-content>img,
.section-2-col-right-text .section-content>img {
  border-radius: var(--bs-border-radius-25);
}

/**/
.section-services ul,
.section--services ul {
  -webkit-column-count: unset;
  -moz-column-count: unset;
  column-count: unset;
  -webkit-column-gap: unset;
  -moz-column-gap: unset;
  column-gap: unset;
  -webkit-column-width: unset;
  -moz-column-width: unset;
  column-width: unset;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-services li,
.section--services li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  max-width: unset;
  margin-bottom: unset;
  padding: 1rem 1rem 1rem calc(1rem + 20px);
  border-radius: var(--bs-border-radius-25);
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 2px 2px 5px 0px rgba(var(--bs-body-color-rgb), 0.1);
  position: relative;
}

.section-services li:before,
.section--services li:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 20px;
  height: 20px;
  z-index: 100000;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(var(--bs-primary-rgb), 0.9);
}

@media (min-width:768px) {

  .section-services li,
  .section--services li {
    width: calc(50% - 15px);
  }
}

@media (min-width:992px) {

  .section-services li,
  .section--services li {
    width: calc(33.33333% - 15px);
  }
}

@media (min-width:1028px) {

  .section-services li,
  .section--services li {
    width: calc(25% - 15px);
  }
}

/**/

.user-form {
  border-radius: var(--bs-border-radius-25);
}

/*footer*/

.footer {
  position: relative;
  padding-top: 2rem;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-body-bg)
}

.footer a,
.footer a:hover,
.footer h4 {
  color: var(--bs-body-bg)
}

.footer .section-contact .social-icons>.section-cell-item a {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-body-bg);
}

.footer .section-contact .social-icons>.section-cell-item a:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.footer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--bs-body-color-rgb), 1);
  z-index: -1;
}

/*color*/
.link-primary:hover,
.link-primary:focus,
.page-link:focus,
.pagination__page-link:focus,
.page-link:hover,
.pagination__page-link:hover,
.nav-link:hover,
.section-tabs .item a:hover,
.section-tabs .item button.navbar__menu-link:hover,
.section-tabs .item .eshop-menu__link--button:hover,
.nav-link:focus,
.section-tabs .item a:focus,
.section-tabs .item button.navbar__menu-link:focus,
.section-tabs .item .eshop-menu__link--button:focus,
.btn-link:hover,
a:hover,
.eshop-menu__link--button:hover {
  color: var(--bs-secondary);
}

.btn-check:checked+.btn-primary,
.btn-check:checked+.motto__button-link,
.btn-check:checked+.locked__submit,
.btn-check:checked+.search-form__search-button,
.btn-check:checked+.minicart__button-cart,
.btn-check:checked+.account-button,
.btn-check:checked+.promo-code__submit,
.btn-check:checked+.cart-button,
.btn-check:checked+.add-comment__button--submit,
.btn-check:checked+.comment__reply:hover,
.btn-check:active+.btn-primary,
.btn-check:active+.motto__button-link,
.btn-check:active+.locked__submit,
.btn-check:active+.search-form__search-button,
.btn-check:active+.minicart__button-cart,
.btn-check:active+.account-button,
.btn-check:active+.promo-code__submit,
.btn-check:active+.cart-button,
.btn-check:active+.add-comment__button--submit,
.btn-check:active+.comment__reply:hover,
.btn-primary:active,
.motto__button-link:active,
.locked__submit:active,
.search-form__search-button:active,
.minicart__button-cart:active,
.account-button:active,
.promo-code__submit:active,
.cart-button:active,
.add-comment__button--submit:active,
.comment__reply:active:hover,
.btn-primary.active,
.active.motto__button-link,
.active.locked__submit,
.active.search-form__search-button,
.active.minicart__button-cart,
.active.account-button,
.active.promo-code__submit,
.active.cart-button,
.active.add-comment__button--submit,
.active.comment__reply:hover,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.motto__button-link,
.show>.dropdown-toggle.locked__submit,
.show>.dropdown-toggle.search-form__search-button,
.show>.dropdown-toggle.minicart__button-cart,
.show>.dropdown-toggle.account-button,
.show>.dropdown-toggle.promo-code__submit,
.show>.dropdown-toggle.cart-button,
.show>.dropdown-toggle.add-comment__button--submit,
.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,
.btn-check:focus+.motto__button-link,
.btn-check:focus+.locked__submit,
.btn-check:focus+.search-form__search-button,
.btn-check:focus+.minicart__button-cart,
.btn-check:focus+.account-button,
.btn-check:focus+.promo-code__submit,
.btn-check:focus+.cart-button,
.btn-check:focus+.add-comment__button--submit,
.btn-check:focus+.comment__reply:hover,
.btn-primary:focus,
.motto__button-link:focus,
.locked__submit:focus,
.search-form__search-button:focus,
.minicart__button-cart:focus,
.account-button:focus,
.promo-code__submit:focus,
.cart-button:focus,
.add-comment__button--submit:focus,
.comment__reply:focus:hover,
.btn-primary:hover,
.motto__button-link:hover,
.locked__submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
.account-button:hover,
.promo-code__submit:hover,
.cart-button:hover,
.add-comment__button--submit:hover,
.comment__reply:hover {
  background-color: var(--bs-secondary);
}

.minicart,
.account-menu,
.btn-check:checked+.btn-primary,
.btn-check:checked+.motto__button-link,
.btn-check:checked+.locked__submit,
.btn-check:checked+.search-form__search-button,
.btn-check:checked+.minicart__button-cart,
.btn-check:checked+.account-button,
.btn-check:checked+.promo-code__submit,
.btn-check:checked+.cart-button,
.btn-check:checked+.add-comment__button--submit,
.btn-check:checked+.comment__reply:hover,
.btn-check:active+.btn-primary,
.btn-check:active+.motto__button-link,
.btn-check:active+.locked__submit,
.btn-check:active+.search-form__search-button,
.btn-check:active+.minicart__button-cart,
.btn-check:active+.account-button,
.btn-check:active+.promo-code__submit,
.btn-check:active+.cart-button,
.btn-check:active+.add-comment__button--submit,
.btn-check:active+.comment__reply:hover,
.btn-primary:active,
.motto__button-link:active,
.locked__submit:active,
.search-form__search-button:active,
.minicart__button-cart:active,
.account-button:active,
.promo-code__submit:active,
.cart-button:active,
.add-comment__button--submit:active,
.comment__reply:active:hover,
.btn-primary.active,
.active.motto__button-link,
.active.locked__submit,
.active.search-form__search-button,
.active.minicart__button-cart,
.active.account-button,
.active.promo-code__submit,
.active.cart-button,
.active.add-comment__button--submit,
.active.comment__reply:hover,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.motto__button-link,
.show>.dropdown-toggle.locked__submit,
.show>.dropdown-toggle.search-form__search-button,
.show>.dropdown-toggle.minicart__button-cart,
.show>.dropdown-toggle.account-button,
.show>.dropdown-toggle.promo-code__submit,
.show>.dropdown-toggle.cart-button,
.show>.dropdown-toggle.add-comment__button--submit,
.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,
.btn-check:focus+.motto__button-link,
.btn-check:focus+.locked__submit,
.btn-check:focus+.search-form__search-button,
.btn-check:focus+.minicart__button-cart,
.btn-check:focus+.account-button,
.btn-check:focus+.promo-code__submit,
.btn-check:focus+.cart-button,
.btn-check:focus+.add-comment__button--submit,
.btn-check:focus+.comment__reply:hover,
.btn-primary:focus,
.motto__button-link:focus,
.locked__submit:focus,
.search-form__search-button:focus,
.minicart__button-cart:focus,
.account-button:focus,
.promo-code__submit:focus,
.cart-button:focus,
.add-comment__button--submit:focus,
.comment__reply:focus:hover,
.btn-primary:hover,
.motto__button-link:hover,
.locked__submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
.account-button:hover,
.promo-code__submit:hover,
.cart-button:hover,
.add-comment__button--submit:hover,
.comment__reply:hover {
  border-color: var(--bs-secondary);
}


/* Bloky s uzsim containerem - pokud je potreba predefinovat $line-width
====================================================================== */

.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta,
.container--article .col-text.section-bg-light>*,
.container--article .col-text.section-bg>*,
.container--article .section--header.section-bg-light>*,
.container--article .section--header.section-bg>*,
.container--article .section--text.section-bg-light>*,
.container--article .section--text.section-bg>*,
.container--article .section-blank.section-bg-light>*,
.container--article .section-blank.section-bg>*,
.container--article .section-title.section-bg-light>*,
.container--article .section-title.section-bg>*,
.container--article .section-header.section-bg-light>*,
.container--article .section-header.section-bg>*,
.container--article .section-cta.section-bg-light>*,
.container--article .section-cta.section-bg>* {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*.col-text.section-bg-light>* .section-content,
.col-text.section-bg>* .section-content,
.section--header.section-bg-light>* .section-content,
.section--header.section-bg>* .section-content,
.section--text.section-bg-light>* .section-content,
.section--text.section-bg>* .section-content,
.section-blank.section-bg-light>* .section-content,
.section-blank.section-bg>* .section-content,
.section-title.section-bg-light>* .section-content,
.section-title.section-bg>* .section-content,
.section-header.section-bg-light>* .section-content,
.section-header.section-bg>* .section-content,
.section-cta.section-bg-light>* .section-content,
.section-cta.section-bg>* .section-content,
.section-pricelist.section-bg-light>* .section-content,
.section-pricelist.section-bg>* .section-content,*/
.container--article .col-text.section-bg-light>* .section-content,
.container--article .col-text.section-bg>* .section-content,
.container--article .section--header.section-bg-light>* .section-content,
.container--article .section--header.section-bg>* .section-content,
.container--article .section--text.section-bg-light>* .section-content,
.container--article .section--text.section-bg>* .section-content,
.container--article .section-blank.section-bg-light>* .section-content,
.container--article .section-blank.section-bg>* .section-content,
.container--article .section-title.section-bg-light>* .section-content,
.container--article .section-title.section-bg>* .section-content,
.container--article .section-header.section-bg-light>* .section-content,
.container--article .section-header.section-bg>* .section-content,
.container--article .section-cta.section-bg-light>* .section-content,
.container--article .section-cta.section-bg>* .section-content {
  padding-left: 0;
  padding-right: 0;
}

.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"]
/*.col-text.section-bg-light>*,
.col-text.section-bg>*,
.section--header.section-bg-light>*,
.section--header.section-bg>*,
.section--text.section-bg-light>*,
.section--text.section-bg>*,
.section-blank.section-bg-light>*,
.section-blank.section-bg>*,
.section-title.section-bg-light>*,
.section-title.section-bg>*,
.section-header.section-bg-light>*,
.section-header.section-bg>*,
.section-cta.section-bg-light>*,
.section-cta.section-bg>*,
.section-pricelist.section-bg-light>*,
.section-pricelist.section-bg>*,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-pricelist*/ {
  max-width: 100%;
}

.container--article .col-text.section-bg-light,
.container--article .col-text.section-bg,
.container--article .section--header.section-bg-light,
.container--article .section--header.section-bg,
.container--article .section--text.section-bg-light,
.container--article .section--text.section-bg,
.container--article .section-blank.section-bg-light,
.container--article .section-blank.section-bg,
.container--article .section-title.section-bg-light,
.container--article .section-title.section-bg,
.container--article .section-header.section-bg-light,
.container--article .section-header.section-bg,
.container--article .section-cta.section-bg-light,
.container--article .section-cta.section-bg
/*.col-text.section-bg-light,
.col-text.section-bg,
.section--header.section-bg-light,
.section--header.section-bg,
.section--text.section-bg-light,
.section--text.section-bg,
.section-blank.section-bg-light,
.section-blank.section-bg,
.section-title.section-bg-light,
.section-title.section-bg,
.section-header.section-bg-light,
.section-header.section-bg,
.section-cta.section-bg-light,
.section-cta.section-bg,
.section-pricelist.section-bg-light,
.section-pricelist.section-bg*/ {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: none;
}

@media (min-width: 576px) {

  .container--article .col-text.section-bg-light,
  .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg
  /* .col-text.section-bg-light,
  .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg */{
    padding-left: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 768px) {

  .container--article .col-text.section-bg-light,
  .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg
  /* .col-text.section-bg-light,
  .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg */{
    padding-left: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) {

  .container--article .col-text.section-bg-light,
  .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg
  /* .col-text.section-bg-light,
  .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg */{
    padding-left: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 1200px) {

  .container--article .col-text.section-bg-light,
  .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg
  /* .col-text.section-bg-light,
  .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg */{
    padding-left: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 1400px) {

  .container--article .col-text.section-bg-light,
  .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg
  /*.col-text.section-bg-light,
  .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg */{
    padding-left: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 768px) {

  .user-form,
  .form-row--center .form-row__text,
  .account-form__fieldset,
  .form-row--center .form-row__text {
    max-width: 100%;
  }
}

/*svislĂ© menu podbarvenĂ­ u eshopu*/
/*.menu-vertical .header.has-minicart .navbar__cart-wrap::before {
position: fixed;
content: "";
background: rgba(var(--bs-primary-rgb), 0.5);
top: 0;
left: 0;
width: var(--menu-width);
height: 3.75rem;
}*/

/*zaobleni horniho menu*/
.navbar.no-contact {
  border-radius: var(--bs-border-radius-100);
}

@media (min-width: 992px) {
  .menu-vertical .header-fix .navbar, .menu-vertical .navbar {
    border-radius: 0;
  }
}

/*motive responsive*/
@media (max-width: 767px) {
  .motto {
    margin-top: 3rem;
  }
  .motto__title {
    font-size: 2.5rem;
  }
  .motto__text {
    font-size: 1.3rem;
    font-weight: 500;
  }
} 

@media (min-width: 992px) and (min-width: 1400px) {
  .menu-vertical .motive__motto {
    padding-left: 0;
    padding-right: 0;
  }
}