#tab-title-description,
#tab-description {
  display: none;
}

.set_max_width_set_margin {
  margin: 0px 100px;
}

h1, h2 {
  color: #004AAD;
}

.blue_text {
  color: #004AAD;
}

.relative-container {
  position: relative;
  z-index: 1;
}

.main-title-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 5rem;
  margin-bottom: 50px;
}
.main-title-wrapper h1, .main-title-wrapper h2 {
  margin-bottom: 0;
}
.main-title-wrapper img {
  align-self: flex-end;
}

.primary-menu-container {
  margin: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_logo {
  height: 100px;
  margin-top: 20px;
}

.woocommerce_menu_item > a:hover,
.cart_link:hover .cart_link_cart_title {
  color: #004AAD;
}

.search_bar_wrap {
  max-width: none;
}
.search_bar_wrap .wrapper {
  display: flex;
  border-radius: 25px;
  border: 1px solid rgba(30, 47, 200, 0.1176470588);
  padding: 2px 2px 2px 50px;
}
.search_bar_wrap .wrapper:focus-within {
  outline: none;
  border: 1px solid #004AAD;
}
.search_bar_wrap .wrapper #keyword {
  border: none;
  padding: 10px 0;
}
.search_bar_wrap input[type=button] {
  padding: 7px 35px;
  background-color: #004AAD;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 18px;
}
.search_bar_wrap input[type=button]:hover {
  transform: scale(0.9);
  cursor: pointer;
}

.hero_img {
  border-radius: 20px;
}

.hero_slide_gradient {
  background: transparent linear-gradient(90deg, #004AAD 0%, rgba(0, 74, 173, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.52;
  border-radius: 20px;
  height: 100%;
}

.hero_slide_text_wrap {
  max-width: 520px;
}

.btn_a_white {
  border: #D9F9FF 2px solid;
  padding: 7px 22px;
}

.produkt_tag_akcni-nabidka {
  background: #85D5F6;
  color: #004AAD;
}

.section_produkty {
  position: relative;
}

.produkty-wrapper {
  position: relative;
  z-index: 1;
}

.btn_a_more {
  background: #004AAD;
  color: white;
  transition: all 0.3s ease-in-out;
}
.btn_a_more::after {
  background: white;
  padding: 5px;
  border-radius: 50%;
}

.cart-banner .info-banner-wrapper::before {
  background-position: 0% 0%;
}

.info-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  z-index: 0;
  background: url(../../img/watermark.svg) no-repeat;
  background-position: 0% 75%;
}

.info-banner {
  display: flex;
  background-color: #004AAD;
  justify-content: space-around;
  border-radius: 20px;
  padding: 30px;
  margin: 100px 0;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 30px;
}
.info-banner .banner_info_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.info-banner .banner_info_wrapper .banner_info_text {
  text-align: center;
  color: white;
}
.info-banner .banner_info_wrapper .banner_info_text h2, .info-banner .banner_info_wrapper .banner_info_text p {
  color: #FFFFFF;
  max-width: 30ch;
  text-align: center;
  margin-bottom: 10px;
}
.info-banner .banner_info_wrapper .banner_info_text span {
  color: #D9F9FF;
}

.section_poradna_prispevky .btn_a_more {
  background: transparent;
  color: black;
}
.section_poradna_prispevky .btn_a_more:hover {
  background: #85D5F6;
}

.coupon .btn_a_more {
  background: transparent;
  color: black;
  transition: all 0.3s ease-in-out;
}
.coupon .btn_a_more:hover {
  background: #85D5F6;
  color: white;
}

.newsletter_container {
  gap: 50px;
  flex-wrap: wrap;
}
.newsletter_container .newsletter-text p {
  color: white;
  font-size: 20px;
}

.foot_kontakt span {
  color: #004AAD;
}

.foot_row_2 div {
  width: 100%;
}
.foot_row_2 div .foot_menu_container_2 {
  flex: 1 0 40% !important;
}

.foot_row_2 > div:first-of-type > div {
  flex: 1 0 20%;
}

.menu-paticka-2-sloupec-container {
  -moz-columns: 2;
       columns: 2;
}

@media screen and (max-width: 768px) {
  .foot_row_2 > div:first-of-type * {
    text-align: center;
  }
  .foot_row_2 > div:first-of-type > div {
    flex: 1 0 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .foot_row_2 > div {
    flex-wrap: wrap;
    gap: 20px;
  }
  .foot_row_2 > div .foot_menu_container_2 {
    display: none !important;
  }
  .set_max_width_set_margin {
    margin: 20px;
  }
  .foot_menu_nadpis {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .search_bar_wrap input[type=button] {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */