/* přidání do košíku*/

.products-block .p-bottom .prices {
  flex-basis: 33%;
}

.products-block .p-bottom .p-tools {
  flex-basis: 67%;
}

.products-block .p-bottom .p-tools form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.products-block .p-bottom .p-tools .quantity input {
  width: 30px;
}

@media(max-width:991px) {
  .products-block .p-bottom .p-tools {
    flex-basis: 100%;
    margin-top: 10px;
  }

  .products-block .p-bottom .p-tools form {
    justify-content: flex-start;
  }
}

@media(max-width:767px) {
  .products-block .p-bottom .p-tools form {
    justify-content: flex-end;
  }

  .products-block .p-bottom .prices {
    flex-basis: 33%;
  }

  .products-block .p-bottom .p-tools {
    flex-basis: 67%;
  }
}

.site-msg {
  font-size: 1.2em;
}

/* možnost dopravy */
.shipping-options {
  color: #14b1ef;
  font-size: 1.2em;
  text-decoration: underline;
}

/* Související produkty pod popisem */

#content .p-detail {
  display: flex;
  flex-direction: column;
}

#content .p-detail .products-related-header {
  order: 30;
}

#content .p-detail .products-related.products-additional {
  order: 31;
}

#content .p-detail .browse-p {
  order: 32;
}

/* košík - barva množství*/
.quantity {
  color: #696969;
}


/* skrýt ikony na kartě produktu*/

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


/* skrýt krátký popis*/

.p-short-description {
  display: none;
}


/* availability*/

.availability {
  font-size: 1.6rem;
}


/* Barva cookies lišty*/

.siteCookies--bottom {
  left: initial;
  width: 100%;
  margin-left: initial;
  opacity: 90%;
}

.siteCookies__form {
  max-width: 100%;
}

.siteCookies__form {
  background-color: #111;
  padding: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.siteCookies__text {
  margin-right: 10px;
  margin-bottom: 5px;
}

.siteCookies__form p {
  font-size: 12px;
  margin: 0;
}

.siteCookies__button {
  padding: 0 35px;
  max-width: 200px;
}

.siteCookies__buttonWrap {
  font-size: 12px;
  text-align: center;
}

.siteCookies__button {
  line-height: 45px;
}

.js-cookiesConsentSubmit {
  background-color: #FFF !important;
  display: initial;
}

.siteCookies__button--first {
  background-color: #888 !important;
}

.siteCookies__link {
  padding: 0;
  line-height: 20px;
}

/*fade-in efekt*/
.siteCookies--bottom {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* Barva pozadí otevřené kategorie vlikost textu a pod */

.categories .topic.active>a {
  color: #fff;
  background-color: #31aee7;
}

.categories li.active>a {
  color: #fff;
  background-color: #31aee7;
}

.box-bg-variant .categories a {
  font-size: 140%;
}

.box-bg-variant .categories a:hover {
  color: #31aee7;
}

.cat-trigger before {
  display: none;
}

#categories .expandable>a>span,
#categories .expandable>.topic>a>span {
  z-index: 1;
  position: absolute;
  left: 10px;
  right: auto;
  top: 10px;
  bottom: auto;
  display: block;
  width: 14px;
  height: 14px;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  color: #31aee7;
}


/* Horního menu*/

.menu {
  font-size: 1.8rem;
}


/* Odstranení loga v patičce a roztažení lišty + Footer*/

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

#footer .custom-footer {
  background: #f2f2f2;
  color: #31aee7;
  padding-left: 0px !important;
}

#footer ul a {
  color: #31aee7;
}



/* Skryje úplně nahoře obchodní podminky */

.top-navigation-menu {
  display: none !important;
}


.top--links {
  display: inline-block;
  margin-left: 2rem;
}

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

  .extended-description table {
    width: 100%;
  }
}

.banner-wrapper.banner1 {
  position: relative;
  top: 0px;
}

.banner-wrapper.banner1 .kat-title {
  color: white;
  font-size: 5px;
  background-color: #31aee7;
}

.banner-wrapper.banner1 .kat-title h2 {
  font-size: 20px;
  color: white;
  padding: 5px 15px;
  margin: 0px;
}

@media (min-width: 768px) {
  .sidebar-inner {
    position: relative;
    top: -36px !important;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  #header {
    background: #f2f2f2;
  }

  header#header div {
    padding: 0px;
  }

  #navigation {
    margin-left: 0px;
    margin-right: -20px;
  }

  .box-categories h4:nth-of-type(1) {
    display: none;
  }

  body.in-znacka #content {
    display: flex;
    flex-direction: column;
  }

  .type-category #navigation,
  .in-znacka #navigation {
    order: -5;
  }

  .type-category .container.breadcrumbs-wrapper,
  .in-znacka .container.breadcrumbs-wrapper {
    order: -4;
  }

  .container.breadcrumbs-wrapper {
    width: 100%;
  }
}

.type-detail .products-block .p-bottom>div,
.type-detail .related-sm-screen-show .p-bottom>div {
  display: block !important;
}

.type-detail .products-block.products .p .price {
  text-align: right !important;
}

.subcategories.with-image li a {
  padding: 0px;
}

.subcategories.with-image li a .image {
  width: auto;
  height: 100%;
  padding: 0px 0px;
  position: relative;
  left: -1px;
}

.subcategories.with-image li a .image img {
  max-height: -webkit-fill-available;
  height: 100%;
}

.p:hover a.btn.btn-primary {
  border-color: #ffc702;
  color: #fff;
  background-color: #ffc702;
}

a.btn.btn-primary {
  color: #fff;
  border-color: #14b1ef;
  background-color: #14b1ef;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

:root {
  /* INFO LISTA Nastavenie štýlov, farieb*/
  --header-info-bar-BG: #ed0202;
  --header-info-bar-BG-hover: var(--color-secondary-hover);
  --header-info-bar-text-color: #ffffff;
  --header-info-bar-icon-color: var(--header-info-bar-text-color);
  --header-info-bar-btn-BG: #ffffff;
  --header-info-bar-btn-BG-hover: #ffffff;
  --header-info-bar-btn-text-color: #000000;
  --header-info-bar-btn-text-color-hover: #000000;
}

/* INFO LISTA tucne */
.header-info-bar-addon .header-info-bar__text {
  font-weight: 900;
}

/* Odkazy uvnitř detailního popisu produktu */
.description-inner a,
.category-perex a,
.basic-description a {
  color: #14b1ef !important;
  text-decoration: none;
}

/* Změna barvy odkazů po najetí myší */
.description-inner a:hover,
.category-perex a:hover,
.basic-description a:hover {
  color: darkred !important;
  text-decoration: none;
}

.up-container.up-type-product.position-above_add_to_cart_button.template-classic.box-shadow-show {
  background-color: #f5f5f5;
  /* po */
  border-radius: 4px;
  /* rohy */
}

.type-detail .basic-description h3:first-child {
  display: none;
}

.benefitBanner.position--benefitProduct {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}