/**  CUSTOM STYLES - KILOJUICE.SK  **/

/* BACKGROUND GRADIENT  */

.overall-wrapper {
  background: rgb(240, 240, 240);
}

/* HEADER */

.top-navigation-bar {
  background-color: #000707;
  border-color: transparent;
}

.top-navigation-bar a {
  color: white;
}

@media (min-width: 768px) {
  #header .header-top {
    padding: 25px 0;
    background-color: #000707;
  }

  #header .navigation-buttons a[data-target="cart"] {
    color: white;
  }

  /* MENU GRADIENT */

  .fitted .navigation-in ul {
    justify-content: center;
    background: #000707;
  }

  /* MENU */

  .navigation-in > ul > li > a {
    color: #07d8c9;
    text-transform: uppercase;
  }

  .navigation-in > ul > li > a:hover {
    color: #ff10f0;
    text-transform: uppercase;
    text-decoration: none;
  }
}

@media (min-width: 480px) /* LOGO SIZE */ {
  #header .site-name a img {
    max-height: 100px;
  }
}

#header .search-input {
  border-radius: 50px;
}

/* GRADIENT HEADER BOTTOM */
.header-bottom {
  border-color: transparent;
  color: white;
  background: #000707;
}

/* NAVIGATION TEXT */

.navigation-in ul li a b {
  font-weight: 500;
}

/* KONKURENČNÉ VYHODY */

@media (min-width: 992px) {
  .benefitBanner__item {
    flex: 1 1 25%;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .benefitBanner__img {
    max-width: 25%;
  }

  .benefitBanner__picture {
    align-items: center;
    display: flex;
    flex: 0 0 75px;
    margin-right: 10px;
    max-width: 100%;
    justify-content: center;
  }
}

@media (min-width: 480px) {
  .benefitBanner {
    margin-top: 50px;
  }
}

.benefitBanner__title {
  font-size: 1.4em;
  font-weight: 600;
}

.benefitBanner__content {
  line-height: 1.5em;
}

.benefitBanner__data {
  font-size: 1.1em;
}

/* BUTTON - DETAIL */
a.btn.btn-primary {
  background-color: #07d8c9;
  border: none;
  color: black;
  text-transform: uppercase;
  border-radius: 8px;
}

a.btn.btn-primary:hover {
  background-color: #07b4a9;
  border: none;
  color: white;
  text-transform: uppercase;
  border-radius: 8px;
}

.products-block > div .p .p-bottom > div .p-tools > .btn:last-child {
  border-right-style: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-decoration: none;
}

.products-block > div .p .p-bottom > div .p-tools > .btn:last-child {
  border-bottom-style: none;
}

.products-block > div .p {
  border: 2px solid #0000001f;
  background-color: white;
  border-radius: 0px;
}

/* HOMEPAGE GROUP TITLE */

.homepage-group-title {
  font-weight: 600;
  display: visible;
}

.flag.flag-tip {
  background-color: #59d6e4;
  font-size: 18px;
  padding: 10px;
}

/* BLOG */

.homepage-blog-wrapper .news-item .title {
  font-weight: 600;
  line-height: 1.1;
  color: black;
}

/* FOOTER */

#footer {
  background-color: #000707;
}

#footer h4 {
  color: #07d8c9;
}

#footer a {
  text-decoration: none;
  color: white;
}

.footer-rows ul li {
  color: white;
}

.footer-bottom {
  background-color: #000707;
}

@media (min-width: 768px) {
  .footer-bottom {
    color: white;
  }

  #content {
    padding-top: 20px;
    background-color: #d3d2d241;
    background: white;
  }

  /* BREADCRUMBS */

  .breadcrumbs {
    margin-top: 20px;
  }
}

/* DOPLNKOVE BANERY */

.col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}

/* FILTER */

.category-header #products-listing-order:hover {
  color: black;
}

.filters-wrapper
  .filters-unveil-button-wrapper
  .btn.btn-default.unveil-button:hover {
  color: black;
}

.pageArticleDetail a {
  color: #ff10f0;
}

/* SLIDER - RANGE */

.ui-slider .ui-slider-range {
  background-color: #ff10f0;
}

/* BLOG */

.news-wrapper a {
  color: black;
}

/*SUBCATEGORIES WITH IMAGE */

.subcategories.with-image li a .image img {
  max-height: 100px;
}

/* TOP NAV. BORDER BOTTOM */

.top-navigation-bar .top-navigation-tools {
  border-bottom: 1px solid white;
}

/** DETAIL PRODUCT **/

/* BREADCRUMBS  */

@media (min-width: 992px) {
  .type-product .breadcrumbs {
    margin-top: 30px;
  }
}

.p-short-description h2 {
  font-size: 20px;
  line-height: 1.4em;
}

/* padding thumbails */

.col-sm-12 {
  padding-left: 0px;
}

/* BUTTON DETAIL PRODUCT */

.btn.btn-conversion {
  background-color: #07d8c9;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
  border-radius: 8px;
  border: none;
}

.btn.btn-conversion:hover {
  background-color: #07b4a9;
  color: white;
}

/* CART */

.navigation-buttons > a[data-target="cart"] i {
  color: black;
  font-weight: 600;
}

/* CONTINUE ORDER BUTTON */

#continue-order-button {
  background-color: #07d8c9;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

/* DOPRAVA A PLATBA */

.radio-wrapper input[type="radio"]:checked + label > span b {
  color: #ff10f0;
}

a.specify-shipping-method {
  color: #ff10f0;
}

.radio-wrapper input[type="radio"]:checked + label:before {
  border-color: #ff10f0;
}

.radio-wrapper input[type="radio"]:checked + label:after {
  background-color: #ff10f0;
  border-color: #ff10f0;
}

.navigation-buttons > a[data-target="cart"] i {
  color: black;
  font-weight: 600;
  background-color: #07d8c9;
}

/* MEDIAQUERY - MAX WITH 768PX MOBILE SIZE */

/* HEADER */

@media (max-width: 767px) {
  #header .header-top .container {
    background-color: black;
  }

  #header .navigation-buttons a {
    color: #07d8c9;
  }

  /* LOGO */

  #header .site-name a img {
    max-width: 130%;
  }

  /* MENU */

  #navigation .navigation-in ul li > a > b {
    border-bottom-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
  }

  /* KONKURENČNÉ VÝHODY */

  .benefitBanner.position--benefitHomepage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .benefitBanner__item {
    flex-direction: column;
  }

  .benefitBanner__content {
    line-height: 1.5em;
    text-align: center;
  }
  .benefitBanner__title {
    font-size: 1.2em;
  }

  .benefitBanner__picture {
    max-width: 50px;
  }

  .extended-banner-text {
    font-size: 14px;
    font-weight: 600;
    max-width: 60%;
    padding: 40px;
    padding: 10px;
    line-height: 1.4rem;
  }

  .extended-banner-title {
    padding: 10px;
    max-width: 60%;
    line-height: 1.1em;
  }

  .news-item {
    margin-top: 50px;
  }

  /* FOOTER */
  .banner {
    min-height: 0px;
  }

  .footer-bottom {
    background-color: #000707;
    color: white;
  }

  /* BENEFIT BANER CATEGORY */

  .benefitBanner.position--benefitCategory {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .benefitBanner__item {
    flex-direction: column;
  }

  .benefitBanner__content {
    line-height: 1.5em;
    text-align: center;
  }
  .benefitBanner__title {
    font-size: 1.2em;
  }

  .benefitBanner__picture {
    max-width: 50px;
  }

  .category-title {
    text-align: left;
    font-size: 24px;
  }

  .p-detail-inner-header-mobile,
  .p-detail-inner-header-mobile .h1 {
    margin-top: 50px;
    font-size: 28px;
  }

  /* BENEFIT PRODUCT */

  .benefitBanner.position--benefitProduct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .benefitBanner__item {
    flex-direction: column;
  }

  .benefitBanner__content {
    line-height: 1.5em;
    text-align: center;
  }
  .benefitBanner__title {
    font-size: 1.2em;
  }

  .benefitBanner__picture {
    max-width: 50px;
  }

  #accordion-content .shp-accordion .shp-accordion-link {
    font-size: 18px;
  }

  strong {
    font-size: 18px;
  }

  /* SHORT DESCRIPTION */

  .p-short-description h2 {
    font-size: 16px;
    line-height: 1.4em;
  }
}

/* HOMEPAGE GROUP TITLE */

.homepage-group-title {
  font-weight: 600;
  display: flow;
}

/* DODATOČNÉ ÚPRAVY */

@media (min-width: 768px) {
  .desktop .banners-row {
    margin-top: 10px;
  }

  .product-slider-holder {
    padding: 0px;
  }

  .product-slider-holder.has-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-wrapper {
    width: 1420px;
    justify-self: center;
  }
}

.overall-wrapper {
  background: white;
}

.btn.btn-default,
a.btn.btn-default {
  background-color: #07d8c9;
  border-color: #07d8c9;
  color: black;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
}
