
/* TOP */
#header {
  background-image: none;
}

#header {
  color: #fff;
  border-color: #e6e6e6;
  border-bottom: 1px solid #e7e7e7;
  background: #f9f9f9;
}

/* NAV */
.navigation-in ul li a b {
  font-size: 21px;
  font-weight: 700;
  color: #39277a;
}

.menu-helper > span {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  color: #39277a;
}

.menu-helper > span {
  color: #39277a;
  border-color: #e6e6e6;
  background-color: transparent;
}

/**/
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="search"]:hover {
  color: #fff;
  background: #69c4f1;
}

.navigation-buttons a[data-target="search"]::before {
  content: "";
  background: url(http://xenony-zlin.cz/user/documents/upload/temp/2/search.png) no-repeat
    center center;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="login"]:hover {
  color: #fff;
  background-color: #39277a;
}

.navigation-buttons a[data-target="login"]::before {
  content: "";
  background: url(http://xenony-zlin.cz/user/documents/upload/temp/2/account_circle.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="cart"]:hover {
  color: #fff;
  background-color: #261549;
}

.navigation-buttons > a {
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: rgba(255, 255, 255, 0.3);
}

.navigation-buttons a[data-target="cart"]::before {
  content: "";
  background: url(http://xenony-zlin.cz/user/documents/upload/temp/2/shopping_bag.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

/* SLIDER */
.slider {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  max-width: 2000px;
  padding: 0px 2rem;
  margin: 0 auto;
}

.slider-item {
  display: grid;
  place-self: center;
  justify-items: center;
  align-items: center;
}

.slider-item-detail {
  display: grid;
  place-self: center;
  justify-items: baseline;
  align-items: center;
}

.slider-item h2 {
  font-size: 72px !important;
  font-family: "Roboto", sans-serif !important;
  color: #69c4f1;
  line-height: 1;
  text-align: left !important;
  margin: 8rem 0px 0px 0px;
  padding: 0px;
}

.slider-item h3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 80px !important;
  color: #69c4f1;
  color: #39277a;
  text-align: left !important;
  line-height: 1;
  margin: 0px;
  padding: 0px;
}

.slider-item p {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  color: #261549;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-top: 2rem;
  width: 80%;
}

.price {
  font-size: 20px;
  text-align: center;
}

.price strong {
  font-family: "roboto_slabbold", sans-serif;
  font-size: 30px;
  color: #261549;
  transition: all 0.4s ease-in-out;
  display: block;
  text-align: center;
}

.price label {
  font-weight: bold;
  color: #77aa08;
  margin-right: 1rem;
}

.cena {
  width: 180px;
  height: 180px;
  padding: 0px;
  text-align: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 38px;
  line-height: 0.4px;
  color: #fff;
  background: #69c4f1;
  box-sizing: border-box;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  right: 33%;
  top: 34%;

  display: grid;
  place-self: center;
  justify-items: center;
  align-items: center;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.cena .cena-detail {
  width: 100%;

  position: relative;
  top: 15px;
}

.cena .cena-detail p {
  padding: 2rem 0px 0px 0px !important;
  margin: 0px !important;
  width: 100%;
}

.slider-item a {
  width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  line-height: 48px;
  display: block;
  text-decoration: none;
  border: 1px solid #69c4f1;
  background: #fff;
  position: relative;
  font-family: "Roboto", sans-serif !important;
  font-size: 20px;
  color: #69c4f1;
  cursor: pointer;
  border-radius: 30px;
  background-clip: padding-box;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.shp-tabs-row.responsive-nav {
  display: none;
}

/**/
.homepage--product-detail-3,
.homepage--product-detail-3 h2,
.homepage--product-detail-3 p,
.homepage--product-detail-3 .price strong {
  color: white;
  background: #39277a;
}

.homepage--product-detail-1 h2 > a,
.homepage--product-detail-2 h2 > a,
.homepage--product-detail-3 h2 > a,
.homepage--product-detail-4 h2 > a,
.homepage--product-detail.b-2 h2 > a {
  font-family: "roboto_condensedbold", sans-serif;
  font-size: 30px;
  color: #69c4f1;
  line-height: 4.4rem;
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.homepage--product-detail-1 img,
.homepage--product-detail-2 img,
.homepage--product-detail-3 img,
.homepage--product-detail-4 img {
  width: 70% !important;
  margin: 5rem auto;
  display: block;
}

.homepage--product-detail-1,
.homepage--product-detail-2,
.homepage--product-detail-3,
.homepage--product-detail-4 {
  border: 1px solid #e7e7e7;
  padding: 4rem;
}

.homepage--product-detail.b-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;

  display: grid;
  place-self: center;
  justify-items: center;
  align-items: center;

  min-height: 440px;
}

.homepage--product-detail.b-2 .detail {
  width: 70%;
  height: auto;
}

/* TOP10 */
.top-products-wrapper {
  display: none;
}

.title h2 span {
  font: inherit;
  color: #69c4f1;
}

.title p {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 300;
  color: #261549;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

/* CONTACT */
.contact-detail-item,
.contact-detail-item {
  font-family: "Roboto", serif;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
}

.contact-detail-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 0rem;
  grid-column-gap: 0rem;
  place-self: center;
  justify-items: center;
  align-items: center;
}

/* BANNER */
.big--banner {
  position: relative;
  width: 100%;
  height: 900px;
  background: url(http://xenony-zlin.cz/uploaded/o-nas.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.big--banner-detail span:nth-of-type(1) {
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 160px;
  color: #69c4f1;
  line-height: 2px;
  position: absolute;
  top: 0px;
  left: 20px;
}

.big--banner-detail span:nth-of-type(2) {
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 160px;
  color: #69c4f1;
  line-height: 2px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

/* FOOTER */
footer#footer {
  background: #39277a;
  padding: 0px;
  margin: 0px;
}

#footer > .container {
  background-color: transparent;
}

#footer > .container h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 30px;
  color: #69c4f1;
  margin-bottom: 15px;
}

#footer > .container li {
  line-height: 40px;
  border-bottom: 1px solid #434692;
}

#footer > .container li > a {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.container.footer-newsletter {
  display: none !important;
}

.footer-bottom,
.footer-newsletter {
  border-color: transparent;
}

#signature a,
.footer-bottom span {
  color: white !important;
}

.map {
  position: relative;
}

.map h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #ffffff;
}

.map p {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.map .full-contact .text {
  font-weight: 500;
}

/**/
#footer ul li::before {
  display: none;
}

@media (max-width: 768px) {
  .big--banner-detail {
    font-size: 15px;
    line-height: 3rem;
    max-width: 650px;
    height: auto;
    padding: 10rem 10px;
    position: relative;
    top: 0;
    right: 0%;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .map div.text {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 0rem;
  }

  .map .full-contact {
    max-width: 540px;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    background: #69c4f1;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #261549;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .homepage--product-detail.b-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    min-height: 440px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .big--banner-detail {
    font-size: 15px;
    line-height: 3rem;
    max-width: 650px;
    height: auto;
    padding: 10rem 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .map div.text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 0rem;
  }

  .map .full-contact {
    width: 540px;
    min-height: 800px;
    position: absolute;
    top: 10rem;
    left: 20rem;
    background: #69c4f1;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #261549;
    padding: 40px 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .homepage--product-detail.b-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    min-height: 440px;
  }
}

@media (max-width: 1200px) {
  body.user-action-visible {
    position: relative;
  }

  body.user-action-visible::before {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    opacity: 0.8;
  }

  .title {
    padding: 2rem;
  }

  .title h2 {
    font-family: "roboto", serif;
    font-size: 22px;
    color: #39277a;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
  }

  .title h2::before {
    content: "";
    width: 125px;
    height: 1px;
    background: #69c4f1;
    bottom: 0px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
  }

  .homepage--product {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    border: 1px solid #e7e7e7;
    margin: 0rem auto;
  }

  .breadcrumbs,
  .index-content-wrapper,
  .ordering-process .content-wrapper-in,
  .type-search .content-wrapper-in,
  .type-manufacturers-listing .content-wrapper-in,
  .type-manufacturer-detail .content-wrapper-in,
  .type-posts-listing .content-wrapper-in,
  .type-post .content-wrapper-in,
  .type-page .content-wrapper-in,
  .type-glossary .content-wrapper-in,
  .next-to-carousel-banners,
  .type-category .content,
  .p-detail-inner,
  .p-detail-tabs-wrapper {
    max-width: 2000px;
  }

  .breadcrumbs,
  .index-content-wrapper,
  .ordering-process .content-wrapper-in,
  .type-search .content-wrapper-in,
  .type-manufacturers-listing .content-wrapper-in,
  .type-manufacturer-detail .content-wrapper-in,
  .type-posts-listing .content-wrapper-in,
  .type-post .content-wrapper-in,
  .type-page .content-wrapper-in,
  .type-glossary .content-wrapper-in,
  .next-to-carousel-banners,
  .type-category .content,
  .p-detail-inner,
  .p-detail-tabs-wrapper {
    max-width: 2000px;
  }

  .custom-footer__banner3,
  .custom-footer__banner4 {
    display: none;
  }

  .contact-detail {
    width: 100%;
    height: auto;
    background: #39277a;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .navigation-in {
    background-color: transparent;
  }

  .breadcrumbs,
  .index-content-wrapper,
  .ordering-process .content-wrapper-in,
  .type-search .content-wrapper-in,
  .type-manufacturers-listing .content-wrapper-in,
  .type-manufacturer-detail .content-wrapper-in,
  .type-posts-listing .content-wrapper-in,
  .type-post .content-wrapper-in,
  .type-page .content-wrapper-in,
  .type-glossary .content-wrapper-in,
  .next-to-carousel-banners,
  .type-category .content,
  .p-detail-inner,
  .p-detail-tabs-wrapper {
    max-width: 2000px;
    width: 100%;
    }

  .title h2 {
    font-family: "roboto", serif;
    font-size: 40px;
    color: #39277a;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
  }

  .title h2::before {
    content: "";
    width: 125px;
    height: 1px;
    background: #69c4f1;
    bottom: 0px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
  }

  .homepage--product {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    border: 1px solid #e7e7e7;
    margin: 4rem auto;
  }

  .homepage--product-detail.b-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    min-height: 440px;
  }

  .map .full-contact {
    width: 540px;
    height: 800px;
    position: absolute;
    top: 10rem;
    left: 20rem;
    background: #69c4f1;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #261549;
    padding: 40px 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .map div.text {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 1rem;
    grid-column-gap: 0rem;
  }

  .big--banner-detail {
    font-size: 22px;
    line-height: 3rem;
    width: 650px;
    height: 750px;
    padding: 80px;
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .contact-detail {
    width: 100%;
    height: 125px;
    background: #39277a;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: 2000px;
  }
}
