@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  /*--primary: #00A0E4;*/
  --primary: rgba(208, 30, 40, 1);
  --bs-body-font-weight: 300;
  --bs-body-color: #333333;
}

.product-detail #main {
  padding-bottom: 3rem;
}

.footer .h6 {
  color: var(--bs-light);
  font-weight: 600;
}

/*sticky thead v tabulce*/
.table-responsive {
  max-height: 500px;   
}

.table-responsive thead {
  position: sticky;
  top: 0;
  background-color: #e9ecef;
}

.table>thead>*>* {
  border-bottom-width: 0;
}

/*skrýt kosik v menu*/
.navbar__cart-wrap {
  display: none;
}

/*skrýt filtrování produktů*/
.eshop-filters__check.form-check, .eshop-filters__order {
  display: none;
}

/*skrýt cenu u produktu*/
.product-item__price {
  display: none !important;
}

/*skrýt tlacito do kosiku u produktu*/
.product-page__cart, .product-page__price {
  display: none !important;
}





.form-control, .add-comment__input, .cart-form__input, .promo-code__input, .account-form__input, .search-form__input, .user-form__input, .locked__input, .navbar__search-input {
  border-radius: 0;
}

.eshop-menu__list { 
  border-radius: 0;
}

.category {
  border: 1px solid var(--bs-gray-200);
  border-radius: 0;
  box-shadow: unset;
}

.categories, .category-detail .main {
  margin-bottom: 3rem;
}

.breadcrumb {
  display: none;
}

#eshop .breadcrumb, .category-detail .breadcrumb, .product-detail .breadcrumb {
  display: flex;
}

body {
  font-family: "Poppins", sans-serif;
}

b, strong {
  font-weight: 600;
}

#index #main, #article-593836 #main, {
  padding-top: 0 !important;
  padding-bottom: 0;
}

#main {
  padding-top: 0;
  padding-bottom: 0;
}

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

/* ----- HEADING ----- */
/*===========================================================================*/
.section-container h1, .section-container .h1 {
  font-size: calc(3rem + 1.5vw);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .section-container h1, .section-container .h1 {
    font-size: 4rem;
  }
}

.section-title h1 {
  font-size: calc(2rem + 2.7vw);
}

@media (min-width: 1200px) {
  .section--header h1, .section--header .h1, .section-title h1, .section-title .h1 {
    font-size: 4rem;
  }
}

.section-container h2, .section-container .h2 {
  font-size: calc(2rem + 0.9vw);
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .section-container h2, .section-container .h2 {
    font-size: 3rem;
  }
}

.pre-heading {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  -webkit-box-shadow: 0px 3px 10px #00000024;
  box-shadow: 0px 3px 10px #00000024;
}

.navbar {
  max-width: 1800px;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar__brand-logo-img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 12rem;
  max-height: 10rem;
}

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

.navbar__menu-link {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link {
  border-left: 2px solid transparent;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover {
  border-left: 2px solid rgba(var(--bs-secondary-rgb), 0.5);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-secondary-rgb), 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  color: var(--bs-dark);
}

.navbar__menu-item .navbar__menu-item.active .navbar__menu-link {
  border-left: 2px solid var(--bs-primary);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-primary-rgb), 0.05));
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-primary-rgb), 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-primary-rgb), 0.05));
  color: var(--bs-primary);
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover:after, .navbar__menu-item .navbar__menu-item.active .navbar__menu-link:after {
  width: 0;
}
.navbar__menu-item .navbar__menu-item {
  border-left: 0;
}

.navbar__menu-item--has-childs .navbar__menu-list {
  row-gap: 5px;
}

@media (min-width: 991.98px) {
  .navbar__menu-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -8px;
    width: 0%;
    border-bottom: 3px solid var(--primary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

  .navbar__menu-link:hover:after,
  .navbar__menu-item.active > .navbar__menu-link:after {
    width: 100%;
  }
}

@media(min-width: 1200px) {
  .navbar__menu-link:after {
    bottom: -4px;
  }
}

@media (max-width: 991.98px) {
  .navbar__menu {
    height: auto;
    margin-top: 64px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

/* ----- BUTTONS ----- */
/*===========================================================================*/
.btn {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
}

.btn-green {
  color: black;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-default-white {
  color: white;
  border-color: white;
}

/* ----- SECTIONS ----- */
/*===========================================================================*/
section, .section {
  padding-top: clamp(3rem, 4vw, 6rem);
  padding-bottom: clamp(3rem, 4vw, 6rem);
}

.section-3-col-bottom-text.cell-img-borders .section-cell-img {
  outline: 1px solid rgba(61, 71, 83, 1);
  border: 10px solid rgba(61, 71, 83, 1);
  background-color: var(--bs-primary);
  width: 130px;
  height: 130px;
  margin-top: -75px;
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item {
  background-color: rgba(61, 71, 83, 1);
  border: 1px solid rgba(61, 71, 83, 1);
  border-radius: 0;
}

.user-form {
  background-color: rgba(39, 49, 62, 1);
  color: white;
  border-radius: 0;
}

@media (min-width: 576px) {
  .user-form {
    padding: 4rem;
  }
}

.user-form__info-required {
  color: #8e9aa5;
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer {
  background: radial-gradient(100% 100% at 50% 0%, #131F2B 0%, #071019 100%);
}

.footer p {
  margin: 0;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.7);
}

.footer h5 {
  color: var(--bs-light);
  font-size: 18px;
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

/* ----- UTILITIES ----- */
/*===========================================================================*/
.shrink-0 {
  flex-shrink: 0;
}

.shadow-box {
  -webkit-box-shadow: 0 3px 15px -10px rgba(0, 0, 0, .7);
  box-shadow: 0 3px 15px -10px rgba(0, 0, 0, .7);
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.fs-18 {
  font-size: 18px;
}

.fw-600 {
  font-weight: 600;
}