body {
  background-color: white !important;
}
.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.in-contacts .content-inner > article {
  width: 100%;
}
.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
    right: 160px;
  }
  .top-navigation-bar .container > div {
    flex: 1 1 50%;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

/* old */

/* h4.homepage-group-title::before,
.h4.homepage-group-title::before {
  content: "";
  background: #137dc2;
  width: 45px;
  height: 12px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -15px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
} */

.type-detail .custom-option.in-stock {
  border: 2px solid #fafafa !important;
  cursor: pointer;
}

.type-detail .custom-option.in-stock:hover {
  border: 2px solid #009901 !important;
}

.type-detail .custom-option.out-of-stock {
  position: relative;
  cursor: pointer;
}

.type-detail .custom-option.out-of-stock:hover {
  border: 2px solid #e8308a !important;
}

.type-detail .custom-option.out-of-stock:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8308a !important;
  z-index: 9;
}

.type-detail .custom-option.out-of-stock:hover::after {
  content: "Nedostupné";
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media (min-width: 768px) {
  .page {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding-bottom: 0;
  }

  .page .page-detail {
    position: relative;
    background: #137dc2;
    border-radius: 10px;
    min-width: 100%;
    padding: 0;
  }

  .page .page-detail .more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .page .page-detail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .page .page-detail span {
    color: #fff;
    font-size: 20px;
    background: #137dc2;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }

  .category__title {
    position: relative;
    font-size: 40px;
    font-weight: bolder;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.025px;
    max-width: unset;
    margin: 10rem auto 5rem;
    padding: 0;
    width: max-content;
  }

  .category__title::before {
    content: "";
    background: #137dc2;
    width: 45px;
    height: 12px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .category {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 30px 0 60px;
    background: var(--color-tertiary);
    position: relative;
  }

  .middle-banners-wrapper {
    background: var(--color-tertiary);
  }

  .category .category__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
    width: 100%;
    max-width: 1440px !important;
    margin: 0 auto 0;
  }

  .category .category__list .category__detail {
    position: relative;
    background: #116fac;
    border: 1px solid #116fac;
    border-radius: 10px;
    padding: 10rem 2rem 2rem 2rem;
    margin-top: 8rem;
  }

  .category .category__list .category__detail img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-width: 150px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .category .category__list .category__detail span {
    font-size: 20pt;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 3.5rem;
    display: block;
  }

  .category .category__list .category__detail .text {
    position: relative;
    text-align: left;
    line-height: 3rem;
    min-height: 200px;
    background: #116fac;
    border-radius: 10px;
    margin-top: 0;
    padding: 2rem;
  }

  .category .category__list .category__detail .text p {
    font-size: 13pt;
    font-weight: 300;
    line-height: 2.5rem;
    max-height: 122px;
    overflow: hidden;
  }

  .category .category__list .category__detail .text a.more-link {
    color: #fff;
    background: #ec3e97;
    border: 1px solid #ec3e97;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px 25px;
    position: absolute;
    left: 2rem;
    bottom: -6rem;
  }

  .category .text {
    font-size: 14pt;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    width: 100%;
    max-width: 991px !important;
    margin: 8rem auto 2rem;
  }

  .type-detail .custom-options {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
  }

  .type-detail .custom-options .custom-option {
    background: #fff;
    border: 1px solid #dadada;
    padding: 1rem;
  }

  .type-detail .custom-options .custom-option img {
    width: 80px !important;
    height: auto !important;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page {
    display: flex;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 1440px !important;
    margin: 0 auto 0;
    overflow: scroll;
    max-width: 96% !important;
    margin: 0 auto 2%;
  }

  .page .page-detail {
    position: relative;
    background: #137dc2;
    border-radius: 10px;
    min-width: 80%;
    min-height: 330px;
    padding: 0;
  }

  .page .page-detail .more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .page .page-detail img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .page .page-detail span {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #137dc2;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }

  .category__title {
    position: relative;
    font-size: 40px;
    font-weight: bolder;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.025px;
    max-width: 80%;
    margin: 10rem auto 5rem;
    padding: 0;
    width: auto;
  }

  .category__title::before {
    content: "";
    background: #137dc2;
    width: 45px;
    height: 12px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .category {
    padding: 40px 0 40px 20px;
    background: var(--color-tertiary);
  }

  .category .category__list {
    display: flex;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 1440px !important;
    margin: 0 auto 0;
    overflow: scroll;
  }

  .category .category__list .category__detail {
    position: relative;
    background: #116fac;
    border: 1px solid #116fac;
    border-radius: 10px;
    min-width: 80%;
    padding: 10rem 5px 5rem 5px;
    margin-top: 8rem;
  }

  .category .category__list .category__detail img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-width: 150px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .category .category__list .category__detail span {
    font-size: 15pt;
    font-weight: 500;
    color: #fff;
    line-height: 3rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
  }

  .category .category__list .category__detail .text {
    position: relative;
    text-align: left;
    line-height: 3rem;
    min-height: 150px;
    background: #116fac;
    border-radius: 10px;
    margin-top: 0;
    padding: 2rem;
  }

  .category .category__list .category__detail .text p {
    font-size: 13pt;
    font-weight: 300;
    line-height: 2.5rem;
    max-height: 122px;
    overflow: hidden;
  }

  .category .category__list .category__detail .text a.more-link {
    color: #fff;
    width: 95%;
    text-align: center;
    background: #ec3e97;
    border: 1px solid #ec3e97;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 1px;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 110%);
  }

  .category .text {
    font-size: 14pt;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    width: 100%;
    max-width: 991px !important;
    margin: 8rem auto 2rem;
  }

  .type-detail .detail-parameters {
    width: 100%;
    margin-bottom: 2rem;
  }

  .type-detail .custom-options {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
  }

  .type-detail .custom-options .custom-option {
    background: #fff;
    border: 1px solid #dadada;
    padding: 1rem;
  }

  .type-detail .custom-options .custom-option img {
    width: 80px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block;
  }

  .type-detail .custom-options .custom-option span {
    display: block;
    text-align: center;
  }
}

/* new */

* {
  /* font-family: "DIN Next W1G" !important; */
  font-family: "Poppins" !important;
}

body .back-to-top {
  bottom: 100px;
}

.benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.benefitBanner__link {
  flex-wrap: wrap;
}
.benefitBanner__content {
  margin-top: 15px;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.benefitBanner__picture {
  height: 70px;
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 120px;
    /*      max-width: 300px;*/
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

.p-info-wrapper .quantity input {
  width: 125px;
}

.p-info-grid .detail-availability-block .delivery-time {
  background: #009901;
}

@media (min-width: 480px) {
  .p-info-wrapper .quantity input {
    width: 190px;
  }
  .p-info-wrapper .availability-value {
    margin-bottom: 5px;
  }
}

.votes-wrap .slider-group-reviews {
  background: #fff;
}

.product .quantity input {
  border: 0;
  outline: none;
}
.product .quantity .decrease,
.product .quantity .increase {
  height: 40px;
  width: 40px;
  top: 0;
}

.page .page-detail span {
  z-index: 2;
}

.welcome a.btn {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}

.welcome a.btn:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.welcome h1 {
  color: black;
}

.product .quantity {
  max-width: 85%;
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}

#footer ul li b {
  font-weight: 400;
}

.product .p {
  /* padding: 20px 16px 125px; */
}

.product .p {
  /* padding: 20px 16px 125px; */
}

@media (max-width: 480px) {
  .in-index .product .p {
    padding: 20px 10px 115px;
  }
  .in-index .products-block .product-btn {
    bottom: 15px;
  }
}

.products-block .product-btn a,
.products-block .product-btn .pr-action {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.products-block .product-btn a:not(.btn-cart) {
  margin: 0px 15px;
  max-width: none;
  width: auto;
}

.shkDetailStock {
  border-radius: var(--border-radius-apollo) !important;
}

@media (min-width: 768px) {
  .product .quantity {
    margin-bottom: 0;
    border: 1px solid #7c7e8f;
  }
  .product .quantity {
    margin: 0 5px;
    font-size: 16px;
  }
  .product .quantity input {
    height: 45px;
    font-size: 16px;
  }
  .products-block .product-btn .btn.btn-cart {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 43px;
  }
  .product .p {
    /* padding: 30px 30px 130px; */
  }
}

@media (min-width: 1200px) {
  .product .quantity {
    min-width: 140px;
  }
}

@media (max-width: 767px) {
  .product .quantity {
    margin-bottom: 0;
    border: 1px solid #7c7e8f;
  }
  .product .quantity {
    margin: 0 5px;
    height: 45px;
  }
  .product .quantity input {
    height: 45px;
  }
  .products-block .product-btn .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 43px;
  }
  .in-index .product .quantity {
    width: calc(100% - 50px);
  }
  .in-index .products-block .product-btn .btn.btn-cart {
    width: 45px;
  }
  .in-index .products-block .product-btn .btn span {
    display: none;
  }
  .in-index .products-block .product-btn .btn:after {
    font-size: 16px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .in-index .product .p {
    padding: 20px 10px 65px;
  }
  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: calc(100% - 10px);
  }
  .product .quantity {
    width: 50%;
  }
  .products-block .product-btn .btn {
    width: 50%;
  }
  .products-block .product-btn {
    bottom: 15px;
  }
}

.p-info-wrapper.is-in-cart .btn,
.products-block .product-btn .btn {
  position: relative;
}

.products-block .is-in-cart .product-btn .btn:before,
.p-info-wrapper.is-in-cart .btn:before,
.is-in-cart .variant-cart .btn.btn-cart:before {
  content: attr(data-count) !important;
  color: white;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 100%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--color-primary-hover);
}

.p-info-wrapper.is-in-cart .btn:before {
  top: -7px;
  right: -3px;
  width: 20px;
  height: 20px;
}

.products-block .is-in-cart .product-btn .btn:before {
  top: -6px;
  right: -5px;
  width: 24px;
  height: 24px;
}

.products-block .is-in-cart .product-btn .btn {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

@media (min-width: 767px) {
  .p-info-wrapper.is-in-cart .btn:before {
    top: -9px;
    right: -5px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .type-detail #footer {
    margin-top: 120px;
  }
}

.product.has-quantity .p .quantity {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sidebar {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .product.has-quantity .p {
    padding: 30px 30px 90px;
  }
}

.body-banners > div,
.banners-top-block .banner-wrapper {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

body {
  background-color: #fff !important;
}

.p-info-wrapper .detail-parameters tbody,
.p-info-wrapper .detail-parameters tr {
  display: block;
}

.p-info-wrapper .detail-parameters td {
  display: block;
  width: 100%;
}

.banners-benefit-block {
  padding-top: 30px;
  padding-bottom: 0;
  background: var(--color-tertiary);
  margin-top: 25px;
}

.position--benefitCategory {
  margin-top: 0;
}

body.type-detail {
  overflow-x: hidden;
}

.type-detail .banners-benefit-block {
  margin-bottom: 30px;
  position: relative;
}

.type-detail .banners-benefit-block:before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
}

.in-index .position--benefitHomepage {
  margin-top: 0;
}

@media (max-width: 767px) {
  .banners-benefit-block {
    margin-top: 10px;
  }
  .benefitBanner__data {
    margin-top: 3px;
  }
  .banners-benefit-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .banners-top-block {
    margin-top: 15px;
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  body:not(.is-carousel-full-width).one-column-body .homepage-box .carousel {
    padding: 0 20px;
    margin-top: 25px;
  }
}

.products-block .product-btn a:not(.btn-cart) {
  min-height: 45px;
}

@media (min-width: 370px) {
  .btn.btn-cart::after,
  a.btn.btn-cart::after,
  .btn.add-to-cart-button::after,
  a.btn.add-to-cart-button::after {
    margin-left: 8px;
    margin-top: -1px;
    font-size: 16px;
  }
}

.instagram-subheadline {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

.instagram-subheadline a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4;
  color: #7c7e8f;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.instagram-block .h4.homepage-group-title {
  margin-bottom: 0;
}

.instagram-subheadline a:hover {
  color: var(--color-primary);
}

.footer-logotyp-wrapper {
  padding: 0;
}

.footer-logotyp-wrapper .list {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 2rem; */
  flex-wrap: wrap;
}

.footer-logotyp-wrapper .list > div {
  width: 50%;
}

.footer-logotyp-wrapper .list > div:last-child {
  width: 100%;
}

.footer-logotyp-wrapper .list img {
  max-height: 120px;
}

.footer-logotyp-wrapper .list img.heureka {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.banners-top-block .banner-wrapper {
  border-radius: 0;
}

body .rc-author-left__content-text,
body #pobo-all-content .widget-typography ul li,
body #pobo-all-content .widget-typography ol li,
body #pobo-all-content .widget-typography p {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.site-msg-custom,
.site-msg {
  background-color: var(--color-tertiary);
  color: #000;
}

.site-msg-custom.step-1:before {
  color: #000;
}

.carousel-overlay {
  border-radius: 0;
}

@media (max-width: 767px) {
  .banners-top-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .body-banners {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto;
  }
}

body.mobile .back-to-top {
  right: auto;
  left: 10px;
  bottom: 15px;
}

@media (max-width: 767px) {
  .benefitBanner__content {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .benefitBanner__content {
    margin-top: 0;
    justify-content: center;
    padding-right: 0;
    width: 100%;
  }
}

.advanced-order .quantity {
  display: none;
}

/* update */
.detail-parameters .sold-out {
  display: none !important;
}

.p-short-description .btn.btn-conversion {
  text-transform: none;
  max-width: 230px;
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  border-color: #009901;
  background-color: #009901;
}

.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  border-color: #028603;
  background-color: #028603;
}

.shp-tab-link,
a.link-icon,
.breadcrumbs a,
.breadcrumbs,
.p-detail-info a,
.p-detail-info a,
.p-detail-info,
.p-code,
.p-short-description p {
  color: #000;
}

.contact-box ul li.contact-box-icon.contact-box-icon--bigger {
  width: 40px;
}

.contact-box ul li.contact-box-icon span.linkedin:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/user/documents/upload/Ikony/linkedin-blue.svg?v=1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .p-info-headline .h1,
  .p-info-headline h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .top-navigation-bar .container > div {
    flex: 1 1 30%;
  }
}

@media (max-width: 767px) {
  body:not(.navigation-window-visible):not(.hib-hide-on-mobile).tursky-apollo.header-info-bar-addon.is-hib-mobile-fixed
    .top-navigation-bar {
    top: 40px;
  }
  .header-info-bar-addon .header-info-bar {
    font-size: 14px;
  }

  .header-info-bar-addon.tursky-apollo.is-hib-mobile-fixed:not(.hib-hide-on-mobile)
    .header-info-bar__content {
    min-height: 40px;
    font-weight: 700;
  }
  body:not(.navigation-window-visible):not(.is-hidden-search-bar):not(.hib-hide-on-mobile).tursky-apollo.header-info-bar-addon.is-hib-mobile-fixed
    #header {
    top: 90px;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden.header-info-bar-addon .header-info-bar {
    transform: translateY(-100%);
    z-index: 9;
  }
  .is-header-fixed.is-header-scrolling.header-info-bar-addon .header-info-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(130px);
    transition: transform 450ms 250ms ease-out;
  }
  .is-header-fixed.is-header-hidden.admin-logged .popup-widget.cart-widget,
  .is-header-fixed.is-header-hidden.admin-logged .popup-widget.login-widget {
    top: 30px;
  }
  .header-info-bar-addon.is-hib-big .header-info-bar__close,
  .header-info-bar-addon.is-hib-big .header-info-bar__content {
    height: 60px;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.login-widget {
    top: 135px;
  }

  .popup-widget.cart-widget {
    top: 135px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 159px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 159px;
  }
}

.banner-wrapper .category .btn.btn-secondary {
  max-width: 280px;
  margin: 40px auto 0;
  display: flex;
}

@media (min-width: 768px) {
  .category {
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .page {
    max-width: 100% !important;
    margin: 0 15px;
    overflow: visible;
    flex-wrap: wrap;
    width: auto;
  }
  .page .page-detail {
    min-width: auto;
    width: calc(50% - 10px);
    min-height: auto;
  }
  .page .page-detail span {
    font-size: 16px;
    background: rgb(19 125 194 / 90%);
    max-width: calc(100% - 16px);
    min-width: auto;
    bottom: 8px;
    width: 100%;
    padding: 5px 5px;
    border-radius: 8px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
  }

  .category {
    padding: 40px 20px 40px 20px;
  }
  body.mobile .body-banners {
    margin-top: 10px !important;
  }

  body.tursky-apollo.is-hib-mobile-fixed.type-index:not(.hib-hide-on-mobile)
    .overall-wrapper,
  body.tursky-apollo.is-hib-mobile-fixed:not(.hib-hide-on-mobile)
    .overall-wrapper {
    padding-top: 150px;
  }

  .category .category__list {
    max-width: 100% !important;
    margin: 0;
    overflow: visible;
    flex-wrap: wrap;
    width: auto;
  }

  .mobile-header-version-0.header-info-bar-addon.is-hib-mobile-fixed
    .header-info-bar {
    position: fixed;
  }

  .category .category__list .category__detail {
    min-width: auto;
    width: calc(50% - 10px);
    min-height: auto;
  }

  .category .category__list .category__detail .text {
    /* .category .category__list .category__detail > span { */
    /* .category .category__list .category__detail .text p, */
    display: none !important;
  }

  .body-banners .banner-wrapper {
    border-radius: 0;
  }

  .category .category__list .category__detail .text {
    min-height: auto;
    line-height: 1;
    padding: 0;
    margin: 0;
    max-width: 100%;
    position: static;
  }

  .category .category__list .category__detail > a,
  .category .category__list .category__detail .text a.more-link {
    color: #fff;
    margin: 0;
    font-size: 20px;
    text-align: center;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;

    font-size: 16px;
    background: #e8308ade;
    max-width: calc(100% - 16px);
    bottom: 8px;
    width: 100%;
    padding: 5px 8px;
    border-radius: 8px !important;
    line-height: 1.4;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category .category__list .category__detail > a span {
    font-size: 16px;
    line-height: 1.2;
  }

  .category .category__list .category__detail:nth-child(n + 7) {
    display: none;
  }
}

.btn-conversion.btn-secondary.button,
.btn-conversion.add-to-cart-button {
  display: inline-flex;
  text-transform: none;
  color: white;
  min-height: 50px;
  width: auto;
}

@media (min-width: 480px) {
  .btn-conversion.btn-secondary.button,
  .btn-conversion.add-to-cart-button {
    min-height: 50px;
  }
}

.instagram-follow-btn span a,
.btn.btn-secondary,
a.btn.btn-secondary {
  color: #fff;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.instagram-follow-btn span a:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: #fff;
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}
