@charset "UTF-8";
/* line 14, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
html, body, h1, h2, p {
  font-family: "Montserrat"; }

/* line 16, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.container-big {
  max-width: 1654px;
  margin: 0 auto; }

/* line 22, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbons .ribbon {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 13px;
  padding: 0.2rem 1rem;
  margin-bottom: 0.1rem;
  margin-right: 0.25rem;
  border-radius: 2px; }

/* line 36, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.pagination .page-link, .pagination span {
  position: relative;
  display: block;
  padding: 0.8rem 1.4rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin: 0.2rem;
  font-size: 0.9375rem;
  color: black;
  outline: 0;
  box-shadow: 0; }

/* line 50, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.pagination span {
  border-color: transparent; }

/* line 54, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #AD0915;
  border-color: #AD0915; }

/* line 64, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-menu {
  background: #212c39;
  min-height: 96px;
  padding: 0; }
  /* line 68, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-menu .nav-item {
    min-height: 96px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    /* line 75, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-menu .nav-item .badge {
      position: absolute;
      top: 68%;
      left: 10%;
      font-size: 12px;
      border-radius: 100%;
      background: white;
      color: black; }
      /* line 83, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item .badge.red {
        background: #ED1C24;
        color: white; }
    /* line 89, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-menu .nav-item .nav-link {
      position: relative;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #B6B6B6;
      padding: 0 20px;
      letter-spacing: 0.2rem; }
      /* line 97, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item .nav-link:hover {
        color: white; }
      /* line 100, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item .nav-link.active {
        color: #E3121A; }
    /* line 105, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-menu .nav-item.nav-item-icon {
      border-left: 1px solid #2D3139; }
      /* line 108, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item.nav-item-icon .badge {
        left: 28%;
        top: 34%; }
      /* line 112, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item.nav-item-icon .nav-link {
        margin-bottom: -22px;
        font-size: 10px;
        color: #989898;
        letter-spacing: 0; }
        /* line 117, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
        .section-menu .nav-item.nav-item-icon .nav-link:hover {
          color: white; }
          /* line 121, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
          .section-menu .nav-item.nav-item-icon .nav-link:hover svg path, .section-menu .nav-item.nav-item-icon .nav-link:hover svg line {
            stroke: white; }
      /* line 127, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item.nav-item-icon svg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; }
    /* line 134, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-menu .nav-item.nav-item-cart {
      border-left: 1px solid #2D3139; }
      /* line 137, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item.nav-item-cart .nav-link:hover {
        color: white; }
        /* line 141, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
        .section-menu .nav-item.nav-item-cart .nav-link:hover svg path, .section-menu .nav-item.nav-item-cart .nav-link:hover svg line {
          stroke: white; }
      /* line 147, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-menu .nav-item.nav-item-cart svg {
        margin-right: 10px; }

/* line 156, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-submenu {
  background: #A01A35;
  padding: 0 1rem; }
  /* line 159, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-submenu.off {
    display: none; }
  /* line 163, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-submenu .nav-item .nav-link {
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 20px 16px;
    text-transform: uppercase; }
    /* line 169, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-submenu .nav-item .nav-link.active, .section-submenu .nav-item .nav-link:hover {
      color: white;
      text-decoration: underline; }
  /* line 177, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-submenu .dropdown-toggle {
    position: relative; }
  /* line 181, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-submenu .dropdown-item {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
    color: #414141; }
    /* line 187, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-submenu .dropdown-item:last-child {
      border-bottom: 0; }
    /* line 190, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-submenu .dropdown-item:hover {
      background: transparent;
      color: #E3121A; }
  /* line 195, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-submenu .dropdown-toggle::after {
    display: block;
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    clear: both;
    color: transparent;
    opacity: 0; }
  /* line 212, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-submenu .nav-item.dropdown:hover .dropdown-toggle:after {
    opacity: 1; }

/* line 221, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-flymenu {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 0;
  border-bottom: 1px solid #E3E3E3; }
  /* line 226, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-flymenu .nav-item {
    padding: 0;
    margin: 0; }
    /* line 230, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-flymenu .nav-item .nav-link {
      color: #B7B7B7;
      font-size: 14px;
      font-weight: 700;
      padding: 15px 30px 25px;
      text-transfrom: uppercase;
      border-bottom: 2px solid transparent;
      position: relative;
      bottom: -2px; }
      /* line 239, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-flymenu .nav-item .nav-link.active, .section-flymenu .nav-item .nav-link:hover {
        color: #414141;
        border-bottom: 2px solid #414141; }

/* line 248, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-image-promo {
  background-image: url(/static/cefrysport.cz/images/stockli-promo.jpg?fdc00a595b49);
  background-size: cover;
  background-position: center center;
  min-height: 575px;
  margin: 120px 20px 0; }
  /* line 254, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-image-promo h2 {
    padding-top: 120px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2rem; }
  /* line 262, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-image-promo h3 {
    padding-top: 40px;
    font-size: 58px;
    line-height: 68px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2rem; }

/* line 273, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-side-image-content {
  padding: 100px 0 0; }
  /* line 275, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-side-image-content .img-on-left-edge {
    position: absolute;
    top: 10%;
    left: -45%;
    width: 130%;
    max-height: 130%; }
  /* line 282, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-side-image-content h2 {
    font-size: 12px;
    color: #E3121A;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2rem; }
  /* line 289, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-side-image-content h3 {
    font-size: 40px;
    font-weight: bold;
    color: #1F222A;
    padding-top: 40px; }
  /* line 295, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-side-image-content p {
    padding-top: 40px;
    font-size: 16px;
    color: #838383;
    line-height: 28px; }

/* line 304, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.hero-slider {
  padding-top: 32px; }
  /* line 306, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .hero-slider .slick-slide {
    position: relative; }
  /* line 309, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    position: absolute;
    width: 105px;
    height: 105px;
    background: red;
    bottom: 50px;
    right: 125px;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    z-index: 99;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent url(/static/cefrysport.cz/images/arrow-prev.png?fdc00a595b49) center;
    opacity: .95; }
  /* line 329, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .hero-slider .slick-next {
    right: 50px;
    background: transparent url(/static/cefrysport.cz/images/arrow-next.png?fdc00a595b49) center; }
  /* line 333, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .hero-slider .slick-prev:hover,
  .hero-slider .slick-prev:focus,
  .hero-slider .slick-next:hover,
  .hero-slider .slick-next:focus {
    opacity: 1; }
  /* line 341, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .hero-slider .slick-prev.slick-disabled:before,
  .hero-slider .slick-next.slick-disabled:before {
    opacity: .25; }
  /* line 346, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .hero-slider .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 37.7%;
    height: 100%;
    z-index: 999;
    padding-left: 80px;
    padding-top: 130px; }
    /* line 355, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .hero-slider .content .pretitle {
      position: relative;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 0 50px;
      color: white;
      letter-spacing: 0.2rem; }
      /* line 364, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .hero-slider .content .pretitle:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0px;
        top: 45%;
        width: 40px;
        height: 3px;
        background: #E3121A; }
    /* line 375, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .hero-slider .content h2 {
      font-size: 90px;
      font-weight: 600;
      color: white;
      line-height: 90px;
      margin: 0;
      padding: 30px 0 50px;
      letter-spacing: 0.025rem; }

/* line 390, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-category-boxes a.category-box {
  position: relative;
  display: block;
  height: 190px;
  padding: 45px 50px;
  text-decoration: none;
  transition: all .5s; }
  /* line 397, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box .bg-out {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  /* line 405, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;
    /* fallback color */
    background-image: url(/static/cefrysport.cz/images/category-boxes-bg.png?fdc00a595b49);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s; }
  /* line 421, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box h2 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase; }
  /* line 428, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  /* line 435, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box .btn-blank-arrow-right {
    position: absolute;
    bottom: 30px; }
  /* line 440, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box:hover .bg {
    transition: all .5s;
    transform: scale(1.2); }
  /* line 444, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box:hover .btn-blank-arrow-right {
    opacity: 1; }

/* line 454, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-favorite-category-boxes a.category-box {
  position: relative;
  display: block;
  height: 260px;
  border: 1px solid #EAEAEA;
  text-decoration: none;
  padding: 50px;
  transition: all .5s; }
  /* line 462, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-category-boxes a.category-box p {
    color: #B7B7B7;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 0 0 0px;
    margin: 0; }
  /* line 472, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-category-boxes a.category-box h2 {
    font-size: 65px;
    font-weight: 500;
    color: black;
    margin: 0;
    padding: 0; }
  /* line 479, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-category-boxes a.category-box img {
    position: absolute;
    right: 0;
    bottom: 0; }
  /* line 484, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-category-boxes a.category-box .btn-blank-arrow-right {
    position: absolute;
    bottom: 30px;
    color: black; }
  /* line 489, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-category-boxes a.category-box:hover {
    border-color: black;
    transition: all .5s; }

/* line 496, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-favorite-links {
  padding-top: 90px; }
  /* line 498, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-links a.link-box {
    display: block;
    min-height: 200px;
    padding: 40px 40px 20px;
    background-position: center;
    background-size: cover;
    text-decoration: none; }
    /* line 505, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-favorite-links a.link-box h2 {
      padding-top: 8px;
      font-size: 44px;
      font-weight: bold;
      color: white; }
    /* line 511, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-favorite-links a.link-box h3 {
      font-size: 35px;
      font-weight: bold;
      color: #B1C0DD;
      padding: 0;
      margin: 0; }
    /* line 518, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-favorite-links a.link-box h4 {
      font-size: 44px;
      font-weight: bold;
      color: white;
      padding: 0;
      margin: 0; }
    /* line 525, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-favorite-links a.link-box h5 {
      font-size: 18px;
      font-weight: 600;
      color: white;
      padding: 10px 0 0;
      margin: 0; }
  /* line 534, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-links p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 23px; }

/* line 541, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-news {
  padding-top: 90px; }
  /* line 543, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-news h2 {
    font-size: 21px;
    font-weight: bold;
    color: black;
    padding: 30px 0;
    margin: 0; }
    /* line 550, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-news h2 a {
      color: black; }
  /* line 554, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-news h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    padding: 35px 0;
    margin: 0; }
  /* line 562, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-news p {
    font-size: 16px;
    font-weight: normal;
    color: #838383;
    padding: 0 0 90px;
    margin: 0; }
  /* line 569, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-news span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #B7B7B7;
    padding: 30px 0 0 0;
    margin: 0; }

/* line 579, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-contactbar {
  background: transparent url(/static/cefrysport.cz/images/footer-bg.jpg?fdc00a595b49) center top;
  background-repeat: no-repeat;
  min-height: 250px;
  margin-top: 100px; }
  /* line 584, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contactbar svg {
    float: left; }
  /* line 587, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contactbar .content {
    margin-left: 120px;
    padding-top: 30px; }
  /* line 591, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contactbar .description {
    font-size: 12px;
    color: #E3121A;
    font-weight: bold;
    text-transformation: uppercase;
    padding: 0;
    margin: 0; }
  /* line 599, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contactbar .value {
    font-size: 21px;
    color: #1F222A;
    font-weight: bold;
    padding: 0;
    margin: 0; }

/* line 609, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-footer {
  background: #212C39; }
  /* line 611, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-footer h3 {
    font-size: 12px;
    color: #E3121A;
    text-transform: uppercase;
    padding: 30px 0; }
  /* line 617, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-footer p {
    font-size: 14px;
    color: #9EA1A7;
    line-height: 2rem; }
  /* line 622, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 626, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-footer ul li {
      display: block;
      padding-bottom: 10px; }
      /* line 629, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-footer ul li a {
        color: #9EA1A7;
        font-size: 14px; }
        /* line 632, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
        .section-footer ul li a:hover {
          color: white; }
  /* line 640, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-footer input[type="text"],
  .section-footer input[type="email"] {
    width: 70%;
    display: inline-block;
    padding: 20px 20px;
    background: #212C39;
    border: 1px solid #B7B7B7;
    border-right: 0;
    font-size: 14px;
    color: #9EA1A7;
    margin: 0; }
    /* line 651, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-footer input[type="text"]:focus,
    .section-footer input[type="email"]:focus {
      outline: 0; }
  /* line 655, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-footer button[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 20px 20px;
    background: #212C39;
    border: 1px solid #B7B7B7;
    border-left: 0;
    margin: 0;
    margin-left: -4px;
    font-size: 14px;
    color: #9EA1A7; }
    /* line 666, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-footer button[type="submit"] svg {
      margin-top: -2px; }

/* line 673, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.form-newsletter-in-page {
  max-width: 900px;
  padding: 40px 35px;
  background: #E3121A;
  margin: 0 auto; }
  /* line 678, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .form-newsletter-in-page h3 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 0; }
  /* line 684, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .form-newsletter-in-page p {
    font-size: 14px;
    color: #fff;
    line-height: 2rem; }
  /* line 689, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .form-newsletter-in-page input[type="text"],
  .form-newsletter-in-page input[type="email"] {
    display: block;
    width: 100%;
    padding: 20px 20px;
    background: #ffffff;
    border: 0;
    border-right: 0;
    font-size: 15px;
    color: #000;
    margin: 0; }
    /* line 700, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .form-newsletter-in-page input[type="text"]:focus,
    .form-newsletter-in-page input[type="email"]:focus {
      outline: 0; }
  /* line 704, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .form-newsletter-in-page button[type="submit"] {
    display: block;
    width: 100%;
    padding: 20px 20px;
    background: #f5f5f5;
    border: 0;
    border-left: 0;
    margin: 0;
    margin-left: -4px;
    font-size: 15px;
    color: #000; }
    /* line 715, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .form-newsletter-in-page button[type="submit"] svg {
      margin-top: -2px; }

/* line 721, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-copyright {
  background: #212C39;
  padding-bottom: 30px;
  color: white; }
  /* line 725, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-copyright .divider {
    height: 1px;
    background: #FFFFFF;
    opacity: .1;
    margin-top: 110px;
    margin-bottom: 30px; }
  /* line 732, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-copyright .copy {
    display: inline-block;
    padding-left: 30px;
    color: white;
    opacity: .3;
    font-size: 13px; }

/* line 742, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-hero-blank-center h1 {
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  margin: 0; }

/* line 752, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-contact-map {
  padding-top: 75px; }
  /* line 754, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contact-map img {
    width: 100%; }
  /* line 757, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contact-map address {
    color: #838383;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px; }
    /* line 762, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-contact-map address b, .section-contact-map address strong {
      color: #414141;
      font-weight: 600; }
  /* line 767, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contact-map p {
    color: #414141;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0; }

/* line 777, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-contacts {
  padding-top: 60px; }
  /* line 779, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contacts p {
    color: #838383;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
    margin: 0; }
    /* line 785, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-contacts p.name {
      color: #E3121A;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase; }
    /* line 791, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-contacts p b {
      color: #414141;
      font-weight: 600; }

/* line 798, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.mega-menu {
  padding: 50px 0;
  margin-top: 0;
  border-top: 0; }

@media all and (min-width: 992px) {
  /* line 804, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar .nav-item .dropdown-menu {
    display: none; }
  /* line 805, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar .nav-item:hover .dropdown-menu {
    display: block; }
  /* line 806, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }

/* ============ desktop view .end// ============ */
@media all and (min-width: 991px) {
  /* line 812, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .dropdown:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none; }
  /* line 825, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .dropdown:hover .nav-link {
    position: relative;
    z-index: 12; }
  /* line 830, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .dropdown:hover:after {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    position: fixed; } }

/* line 837, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.breadcrumbs {
  text-align: left;
  padding: 30px 0 50px;
  list-style: none;
  margin: 0; }
  /* line 842, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin: 0;
    padding: 0;
    padding-right: 50px; }
    /* line 851, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .breadcrumbs li:not(:last-child):before {
      content: ">";
      position: absolute;
      right: 20px;
      top: 0; }
    /* line 858, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .breadcrumbs li a {
      font-size: 15px;
      font-weight: 600;
      color: white; }
  /* line 868, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .breadcrumbs.inverted {
    text-align: left;
    padding: 20px 0 50px;
    list-style: none;
    margin: 0; }
    /* line 873, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .breadcrumbs.inverted li {
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      color: #414141;
      margin: 0;
      padding: 0;
      padding-right: 50px; }
      /* line 882, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .breadcrumbs.inverted li:not(:last-child):before {
        content: ">";
        position: absolute;
        right: 20px;
        top: 0; }
      /* line 889, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .breadcrumbs.inverted li a {
        font-size: 15px;
        font-weight: 600;
        color: #414141; }

/* line 901, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-hero {
  background-image: url(/static/cefrysport.cz/images/kolekce-1-hero-bg.jpg?fdc00a595b49);
  background-size: cover;
  background-position: center center;
  padding-bottom: 170px; }
  /* line 906, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero.slim {
    padding-bottom: 90px; }
  /* line 909, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero .pre-title {
    color: #646874;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding-bottom: 30px;
    margin: 0;
    line-height: 1; }
  /* line 918, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero h1 {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding-bottom: 25px;
    margin: 0;
    line-height: 1; }
  /* line 927, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero .post-title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin: 0;
    line-height: 1;
    opacity: 0.5; }
  /* line 936, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero img {
    padding-top: 65px; }

/* line 942, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-hero-2 {
  background-image: url(/static/cefrysport.cz/images/hero-2.jpg?fdc00a595b49);
  background-size: cover;
  background-position: center center;
  padding-bottom: 170px; }
  /* line 947, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero-2 .pre-title {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    padding-left: 55px; }
    /* line 958, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-colection-hero-2 .pre-title:after {
      content: " ";
      position: absolute;
      left: 0;
      top: 6px;
      width: 40px;
      height: 3px;
      background: #E3121A; }
  /* line 969, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero-2 h1 {
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding-bottom: 25px;
    margin: 0;
    line-height: 90px; }
  /* line 978, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero-2 .hero-text {
    padding: 90px 0 0 120px; }

/* line 986, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-filters .filter-bar {
  margin-top: -80px;
  background: #E4E8F0;
  padding: 25px 60px 40px; }

/* line 991, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-filters .filter-name {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #414141;
  padding-bottom: 15px; }

/* line 1000, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-filters .values {
  font-size: 13px;
  font-weight: 600;
  padding-top: 17px;
  color: #414141; }

/* line 1006, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-filters .custom-checkbox {
  margin-top: 52px; }

/* line 1009, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-filters select {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #414141;
  border: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url(/static/cefrysport.cz/images/select-arrow.png?fdc00a595b49) 90% 50% no-repeat; }

/* line 1023, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-filters select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */ }

/* line 1030, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

/* line 1035, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.slider-handle {
  background-color: #0478b2;
  background-image: url(/static/cefrysport.cz/images/slider-handle.png?fdc00a595b49);
  width: 22px;
  height: 22px; }

/* line 1043, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.slider-selection {
  background-image: none;
  background-color: #E3121A; }

/* line 1048, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.slider-track {
  background-image: none;
  background-color: #fff;
  border-radius: 0; }

/* line 1053, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.slider-cont {
  padding: 0 11px; }

/* line 1056, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.slider.slider-horizontal {
  width: 100%;
  height: 20px; }

/* line 1062, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.custom-checkbox input[type="checkbox"] {
  display: none; }

/* line 1065, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.custom-checkbox input + label {
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 32px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  color: #414141;
  cursor: pointer;
  background-image: url(/static/cefrysport.cz/images/checkbox-unchecked.png?fdc00a595b49);
  background-repeat: no-repeat; }

/* line 1079, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.custom-checkbox input[type="checkbox"]:checked + label {
  background-image: url(/static/cefrysport.cz/images/checkbox-checked.png?fdc00a595b49);
  background-repeat: no-repeat; }

/* line 1086, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.container-small {
  max-width: 1180px !important; }

/* line 1090, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-colection-description {
  padding-top: 40px; }
  /* line 1092, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-description h2 {
    font-size: 21px;
    font-weight: bold;
    color: #1F222A;
    padding-top: 40px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin: 0; }
  /* line 1101, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-description p {
    padding: 10px 0 30px;
    font-size: 16px;
    line-height: 28px;
    color: #838383;
    margin: 0;
    letter-spacing: 0.01rem; }
  /* line 1109, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-description .feature {
    background: #F4F4F4;
    padding: 30px 30px 15px;
    margin: 0 0 8px; }
    /* line 1113, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-colection-description .feature svg {
      margin-top: 8px;
      display: inline-block;
      float: left;
      margin-right: 10px; }
    /* line 1119, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-colection-description .feature h5 {
      padding: 10px 0 0 0;
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      color: #414141;
      text-transform: uppercase; }
    /* line 1127, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-colection-description .feature .score-name {
      color: #414141;
      font-size: 13px; }
    /* line 1132, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-colection-description .feature .scorebar span {
      display: inline-block;
      height: 6px;
      width: 7%;
      margin-right: 2%;
      background: #CDCDCD; }
      /* line 1138, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-colection-description .feature .scorebar span:last-child {
        margin-right: 0; }
      /* line 1141, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-colection-description .feature .scorebar span.on {
        background: #414141; }

/* line 1149, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.product-list {
  margin-top: 15px; }

/* line 1152, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.product-card,
a.product-card {
  display: block;
  text-align: center;
  padding: 40px 20px;
  margin: 0 0 30px;
  background: #F4F4F4;
  text-decoration: none; }
  /* line 1160, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-card h3,
  a.product-card h3 {
    font-size: 12px;
    font-weight: bold;
    color: #B7B7B7;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    text-transform: uppercase;
    letter-spacing: 0.2rem; }
  /* line 1170, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-card h2,
  a.product-card h2 {
    font-size: 22px;
    font-weight: bold;
    color: #414141;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    text-transform: uppercase;
    letter-spacing: 0; }
  /* line 1180, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-card p,
  a.product-card p {
    font-size: 21px;
    font-weight: bold;
    color: #B7B7B7;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.025rem; }
  /* line 1190, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-card .compared-price,
  a.product-card .compared-price {
    display: block;
    color: #B7B7B7;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: line-through;
    padding: 0;
    margin: 0; }
  /* line 1200, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-card:hover,
  a.product-card:hover {
    text-decoration: none; }
    /* line 1202, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .product-card:hover h2,
    a.product-card:hover h2 {
      color: #E3121A; }

/* line 1209, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-question-and-reviews-links {
  padding-top: 70px; }
  /* line 1211, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-question-and-reviews-links .box-1,
  .section-question-and-reviews-links .box-2 {
    padding: 60px 130px;
    min-height: 300px;
    position: relative; }
  /* line 1217, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-question-and-reviews-links .box-1 {
    background: #F4F4F4; }
  /* line 1220, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-question-and-reviews-links .box-2 {
    background: #E4E8F0; }
  /* line 1223, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-question-and-reviews-links h3 {
    color: #1F222A;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0; }
  /* line 1231, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-question-and-reviews-links p {
    color: #838383;
    font-size: 16px;
    font-weight: 500;
    margin: 0; }
  /* line 1237, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-question-and-reviews-links .btn {
    position: absolute;
    bottom: 50px;
    left: 37%; }

/* line 1245, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-product-detail {
  /*End USE CSS for Slider*/ }
  /* line 1246, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .pre-title {
    color: #E3121A;
    font-size: 12px;
    letter-spacing: 0.2rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px; }
  /* line 1254, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail h1 {
    color: #1F222A;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 49px;
    margin: 0;
    padding: 0 0 30px; }
  /* line 1264, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .description {
    font-size: 16px;
    color: #838383;
    letter-spacing: 0.01rem;
    line-height: 28px; }
  /* line 1271, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail hr {
    border: 1px solid #E9E9E9;
    border-bottom: 0;
    margin-top: 25px;
    margin-bottom: 30px; }
  /* line 1278, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .attrributes-small .value {
    font-size: 21px;
    font-weight: bold;
    color: #414141;
    padding: 0;
    margin: 0; }
  /* line 1285, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .attrributes-small .name {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.01rem;
    color: #838383;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
  /* line 1295, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .stock-status {
    color: #0CAE00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
    /* line 1303, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .stock-status svg {
      margin-right: 5px;
      position: relative;
      bottom: 2px; }
  /* line 1309, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .stock-description {
    color: #838383;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01rem;
    padding: 0;
    margin: 0; }
  /* line 1318, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .compared-price {
    color: #B7B7B7;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: line-through;
    padding: 0;
    margin: 0; }
  /* line 1327, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .price {
    color: #1F222A;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    margin: 0; }
  /* line 1335, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .variant-choice-name {
    color: #414141;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2rem; }
  /* line 1342, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .variant-choice-value {
    list-style: none;
    padding: 0;
    margin: 0; }
    /* line 1346, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .variant-choice-value li {
      display: inline-block;
      padding: 0;
      margin: 0 15px 15px 0; }
      /* line 1350, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .section-product-detail .variant-choice-value li a {
        display: inline-block;
        padding: 15px 17px;
        color: #414141;
        border: 1px solid #9C9C9C;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .15rem; }
        /* line 1358, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
        .section-product-detail .variant-choice-value li a.choiced {
          border-color: #414141;
          background: #414141;
          color: white; }
        /* line 1363, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
        .section-product-detail .variant-choice-value li a.not {
          border-color: #B7B7B7;
          color: #B7B7B7; }
          /* line 1366, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
          .section-product-detail .variant-choice-value li a.not:hover {
            cursor: not-allowed; }
  /* line 1374, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .description-full {
    padding: 0 120px 0; }
    /* line 1376, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .description-full p {
      color: #838383;
      font-size: 16px;
      letter-spacing: 0.05rem;
      line-height: 28px; }
  /* line 1383, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail h2 {
    color: #1F222A;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: relative;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0; }
    /* line 1393, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail h2:after {
      position: absolute;
      content: " ";
      height: 3px;
      width: 40px;
      background: #E3121A;
      left: 0;
      top: 0; }
  /* line 1404, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .attributes-table hr {
    margin: 15px 0; }
  /* line 1407, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .attributes-table .name {
    font-size: 16px;
    color: #949494;
    padding: 0;
    margin: 0; }
  /* line 1413, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .attributes-table .value {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    padding: 0;
    margin: 0; }
  /* line 1424, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .image-slider-container .car-slider-desc {
    max-width: 180px;
    margin: 0 auto; }
  /* line 1428, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .image-sllider .slider.slider-for {
    max-width: 84%;
    padding-left: 35px; }
  /* line 1432, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .image-sllider .slider.slider-nav {
    max-width: 16%; }
  /* line 1435, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .image-sllider .slider.slider-for,
  .section-product-detail .image-sllider .slider.slider-nav {
    width: 100%;
    float: left; }
  /* line 1440, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .image-sllider .slider.slider-nav {
    min-height: 630px;
    overflow: hidden; }
  /* line 1447, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-banner-image a {
    display: grid;
    min-height: 630px;
    max-height: 630px; }
  /* line 1453, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .image-sllider .slider.slider-nav {
    padding: 20px 0 0; }
  /* line 1456, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 130px;
    margin: 8px auto 7px;
    border: 1px solid #707070;
    padding: 5px; }
  /* line 1463, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-nav .slick-slide.thumbnail-image .thumbImg {
    text-align: center;
    display: grid; }
  /* line 1467, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-banner-image img,
  .section-product-detail .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    display: inline-block;
    align-self: center;
    height: auto;
    /* min-width: auto; */
    margin: 0 auto;
    max-width: 100%; }
  /* line 1478, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slick-vertical .slick-slide:active,
  .section-product-detail .slick-vertical .slick-slide:focus,
  .section-product-detail .slick-arrow:hover,
  .section-product-detail .slick-arrow:focus {
    border: 0;
    outline: 0; }
  /* line 1485, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #000; }
  /* line 1488, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-nav .slick-slide.slick-current span {
    color: #196DB6; }
  /* line 1491, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-nav .slick-slide {
    text-align: center; }
  /* line 1494, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px; }
  /* line 1499, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #707070; }
    /* line 1512, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slick-arrow:hover, .section-product-detail .slick-arrow:active, .section-product-detail .slick-arrow:focus {
      border: 1px solid #707070; }
  /* line 1518, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slick-prev {
    top: 0; }
  /* line 1521, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slick-next {
    bottom: 0;
    background-color: #fff; }
  /* line 1525, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slick-prev.slick-arrow {
    background-image: url(/static/cefrysport.cz/images/angle-up.svg?fdc00a595b49); }
  /* line 1528, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .slick-next.slick-arrow {
    background-image: url(/static/cefrysport.cz/images/angle-down.svg?fdc00a595b49); }
  @media screen and (max-width: 991px) {
    /* line 1535, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .image-sllider .slider.slider-for,
    .section-product-detail .image-sllider .slider.slider-nav {
      max-width: 100%;
      float: none; }
    /* line 1540, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .image-sllider .slider.slider-for {
      padding-right: 0; }
    /* line 1543, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .image-sllider .slider.slider-nav {
      height: auto; }
    /* line 1546, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-banner-image {
      min-height: 500px; }
    /* line 1549, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider.slider-nav.thumb-image {
      padding: 10px 30px 0; }
    /* line 1552, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-nav .slick-slide span {
      padding: 5px 0; }
    /* line 1555, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slick-arrow {
      padding: 0;
      width: 30px;
      height: 30px;
      top: 50%;
      bottom: 0;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg); }
    /* line 1566, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slick-prev {
      left: 0;
      right: unset; }
    /* line 1570, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slick-next {
      left: unset;
      right: 0;
      background-color: transparent; }
    /* line 1575, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .image-slider-container .car-slider-desc {
      max-width: 340px; }
    /* line 1578, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .bid-tag {
      padding: 10px 0 15px; }
    /* line 1581, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider.slider-nav.thumb-image {
      white-space: nowrap; }
    /* line 1584, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .thumbnail-image.slick-slide {
      padding: 0px 5px;
      min-width: 75px;
      display: inline-block;
      float: none; } }
  @media screen and (max-width: 767px) {
    /* line 1593, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-banner-image {
      min-height: 400px; }
    /* line 1596, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider.slider-nav.thumb-image {
      padding: 0px 20px 0;
      margin: 10px 0px 0; }
    /* line 1600, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-nav .slick-slide.thumbnail-image .thumbImg {
      max-width: 140px;
      height: 80px; }
    /* line 1604, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slick-prev.slick-arrow {
      background-position: center 10px; }
    /* line 1607, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slick-next.slick-arrow {
      background-position: center 10px, center; }
    /* line 1610, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-nav .slick-slide span {
      font-size: 12px;
      white-space: normal; } }
  @media screen and (max-width: 580px) {
    /* line 1617, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-banner-image {
      min-height: 340px; } }
  @media screen and (max-width: 480px) {
    /* line 1623, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-detail .slider-banner-image {
      min-height: 280px; } }

/* line 1634, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-product-features .feature {
  padding-top: 120px; }
  /* line 1636, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-features .feature h3 {
    color: #E3121A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 30px 0 0;
    text-transform: uppercase;
    margin: 0; }
  /* line 1645, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-features .feature h2 {
    color: #414141;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
    margin: 0; }
  /* line 1654, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-features .feature p {
    color: #414141;
    font-size: 16px;
    letter-spacing: 0.01rem;
    line-height: 28px;
    padding: 30px 0 0;
    margin: 0; }
  /* line 1663, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-features .feature ul {
    list-style: none;
    color: #838383; }
    /* line 1666, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .section-product-features .feature ul li {
      position: relative;
      margin: 1rem 0 1rem 1rem; }
  /* line 1671, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-features .feature ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 9px;
    width: 15px;
    height: 5px;
    background: #E3121A;
    border: 1px solid #E3121A;
    vertical-align: middle; }
  /* line 1684, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-features .feature ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 4px;
    width: 5px;
    height: 15px;
    background: #E3121A;
    border: 1px solid #E3121A;
    vertical-align: middle; }

/* line 1702, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-half-content {
  padding-top: 70px; }
  /* line 1704, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-half-content h2 {
    color: #E3121A;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 0;
    text-transform: uppercase;
    margin: 0; }
  /* line 1713, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-half-content h3 {
    color: #1F222A;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0rem;
    padding: 40px 0 0 0;
    text-transform: uppercase;
    margin: 0; }
  /* line 1722, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-half-content p {
    font-size: 16px;
    padding: 60px 0 0 0;
    margin: 0;
    color: #838383;
    line-height: 28px; }

/* line 1732, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-content-text {
  padding-top: 70px; }

/* line 1737, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated h2 {
  color: #1F222A;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
  padding: 0; }

/* line 1746, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated h3 {
  color: #1F222A;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  position: relative;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 0; }

/* line 1757, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated h4 {
  color: #1F222A;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0rem;
  margin: 3rem 0 1.5rem 0;
  text-transform: uppercase;
  padding: 0; }

/* line 1766, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated p {
  font-size: 16px;
  margin: 1.5rem 0 1rem 0;
  padding: 0;
  color: #838383;
  line-height: 28px; }

/* line 1774, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated .perex p {
  font-size: 20px; }

/* line 1779, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated ul {
  margin: 1.5rem 0 1rem; }

/* line 1783, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated ul {
  list-style: none;
  color: #838383; }
  /* line 1786, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .text-formated ul li {
    position: relative;
    margin: 1rem 0 1rem 1rem; }

/* line 1791, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 9px;
  width: 15px;
  height: 5px;
  background: #E3121A;
  border: 1px solid #E3121A;
  vertical-align: middle; }

/* line 1804, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated ol {
  list-style: none;
  counter-reset: steps;
  margin: 1.5rem 0 1rem;
  padding: 0;
  color: #838383; }

/* line 1811, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated ol li {
  counter-increment: steps;
  margin: 1.5rem 0 1.5rem 1.3rem; }

/* line 1815, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated ol li::before {
  content: counter(steps);
  margin-right: 1rem;
  background: #E3121A;
  color: white;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.8em;
  font-size: 13px;
  font-weight: bolder; }

/* line 1829, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.text-formated a {
  color: black;
  text-decoration: underline; }
  /* line 1832, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .text-formated a:hover {
    color: #E3121A; }

/* line 1839, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-faq .box-answer {
  margin-bottom: 5rem; }
  /* line 1841, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-faq .box-answer p {
    font-size: 16px;
    margin: 1.5rem 0 1rem 0;
    padding: 0;
    color: #838383;
    line-height: 28px; }
  /* line 1849, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-faq .box-answer .answer p {
    color: black;
    font-weight: bold;
    text-transform: uppercase; }

/* line 1859, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-faq .box-question a {
  display: block;
  margin-bottom: 1rem;
  background: #f9F9F9;
  padding: 1rem 1.5rem;
  color: #E3121A;
  font-weight: bold;
  text-transform: none; }
  /* line 1867, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-faq .box-question a:hover {
    background: #E3121A;
    color: white; }

/* line 1879, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.cart fieldset {
  position: relative;
  padding-left: 10rem;
  padding-right: 5rem; }
  /* line 1883, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset a {
    text-decoration: underline;
    color: black; }
    /* line 1886, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart fieldset a:hover {
      text-decoration: none; }
  /* line 1892, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset.fieldset-personal:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    content: "\f007";
    color: #E3121A;
    font-size: 2.5rem;
    position: absolute;
    left: 5rem;
    top: 0.55rem; }
  /* line 1904, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset.fieldset-invoice:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f3c5";
    color: #E3121A;
    font-size: 2.5rem;
    position: absolute;
    left: 5rem;
    top: 0.55rem; }
  /* line 1916, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset.fieldset-delivery:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f3c5";
    color: #E3121A;
    font-size: 2.5rem;
    position: absolute;
    left: 5rem;
    top: 0.55rem; }
  /* line 1928, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset.fieldset-firm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f543";
    color: #E3121A;
    font-size: 2.5rem;
    position: absolute;
    left: 5rem;
    top: 0.55rem; }
  /* line 1940, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset.fieldset-comment:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    content: "\f075";
    color: #E3121A;
    font-size: 2.5rem;
    position: absolute;
    left: 5rem;
    top: 0.55rem; }

@media (max-width: 990px) {
  /* line 1953, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart fieldset {
    padding-left: 0rem;
    padding-right: 0rem; }
    /* line 1962, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart fieldset.fieldset-personal:before, .cart fieldset.fieldset-invoice:before, .cart fieldset.fieldset-delivery:before, .cart fieldset.fieldset-firm:before, .cart fieldset.fieldset-comment:before {
      left: auto !important;
      right: 0px !important; } }

/* line 1971, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
ul.fake-choice {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 1976, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  ul.fake-choice li {
    color: #495057;
    display: block;
    position: relative;
    margin: 0 0 0 1.5rem;
    padding: 0.2rem 1rem 0.4rem;
    font-size: 0.875rem; }
    /* line 1983, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.fake-choice li:before {
      position: relative;
      top: 3px;
      content: "\f0c8";
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      font-size: 1.5rem;
      display: inline-block;
      margin-left: -1.5em;
      width: 1.3em;
      color: #ced4da; }
    /* line 1995, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.fake-choice li:hover {
      text-decoration: underline;
      cursor: pointer; }
    /* line 2000, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.fake-choice li.active {
      color: #E3121A;
      font-weight: bold; }
      /* line 2003, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      ul.fake-choice li.active:before {
        content: "\f14a";
        color: #E3121A; }
    /* line 2010, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.fake-choice li.disabled .delivery-choice {
      color: #888;
      cursor: not-allowed;
      opacity: 0.5;
      text-decoration: none; }
      /* line 2015, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      ul.fake-choice li.disabled .delivery-choice:before {
        color: #888; }

/* line 2027, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.fieldset-user h5 {
  padding-left: 3rem;
  position: relative; }
  /* line 2030, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .fieldset-user h5:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    content: "\f007";
    color: #E3121A;
    font-size: 2.5rem;
    position: absolute;
    left: 0rem;
    top: -0.8rem; }

/* line 2042, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.make-me-sticky {
  position: relative;
  /* I am the fallback */
  /* Give it everything you got! (use an auto prefixer...) */
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  /* Required  */ }

/* line 2055, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.modal-content,
.modal-header {
  border-radius: 0;
  border: 0; }
  /* line 2059, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .modal-content .close,
  .modal-header .close {
    color: #fff;
    text-shadow: none; }
    /* line 2063, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .modal-content .close:not(:disabled):not(.disabled):hover, .modal-content .close:not(:disabled):not(.disabled):focus,
    .modal-header .close:not(:disabled):not(.disabled):hover,
    .modal-header .close:not(:disabled):not(.disabled):focus {
      color: #fff;
      opacity: 1; }

/* line 2072, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.modal-header {
  background: #36559c; }

/* line 2075, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.modal-title {
  color: white; }

/* line 2079, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.star-rating {
  line-height: 32px;
  font-size: 1.25em;
  cursor: pointer;
  color: #36559c; }

/* line 2086, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.review-form {
  background: #F9F9F9; }

/* line 2090, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.asteriskField {
  color: red; }

/* line 2099, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.header-1-cart .cart-steps-row {
  background: #111924; }

/* line 2104, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.header-1-cart .tools-item .item {
  color: #565d6e; }
  /* line 2106, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .header-1-cart .tools-item .item .icon {
    font-size: 2rem;
    font-family: "Montserrat"; }
  /* line 2111, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .header-1-cart .tools-item .item.active {
    color: #fff;
    font-weight: bold; }
    /* line 2114, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .header-1-cart .tools-item .item.active .icon {
      color: #fff; }

@media (max-width: 550px) {
  /* line 2121, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .header-1-cart .tools .row {
    display: block; } }

/* line 2125, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.btn-cart-back {
  color: gray;
  border-radius: 0; }

/* line 2130, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.operator {
  padding: 1rem 1.5rem;
  background: #f5f5f5;
  color: #111924; }
  /* line 2134, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .operator h5 {
    color: #111924; }
  /* line 2137, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .operator .contacts {
    position: relative;
    line-height: 1.4rem;
    padding: 0 0 0 50px;
    margin: 0; }
    /* line 2142, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .operator .contacts i {
      position: absolute;
      left: 20px;
      top: 4px; }

/* line 2150, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.progress-bar {
  background-color: #1f222a; }

/* line 2159, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.cart-detail-content .table-cart .item {
  border-bottom: 1px solid #F3F3F3;
  padding: 1rem 0;
  font-size: 0.875rem; }
  /* line 2163, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-detail-content .table-cart .item a {
    color: black; }
    /* line 2165, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-detail-content .table-cart .item a:hover {
      text-decoration: underline; }
  /* line 2169, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-detail-content .table-cart .item small {
    color: gray; }

/* line 2173, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.cart-detail-content .table-cart .delivery-free-progressbar {
  padding: 1.5rem 0; }
  /* line 2176, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-detail-content .table-cart .delivery-free-progressbar h4 {
    font-size: 1rem;
    margin: 0.5rem 0 0;
    padding: 0; }
  /* line 2181, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-detail-content .table-cart .delivery-free-progressbar .progress {
    margin-top: 1rem; }

/* line 2190, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.cart-sidebar .cart-total {
  border: 1px solid #e9ecef;
  background: #fff;
  padding: 1rem 1.5rem; }
  /* line 2194, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-sidebar .cart-total a {
    text-decoration: underline;
    color: black; }
    /* line 2197, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-sidebar .cart-total a:hover {
      text-decoration: none; }
  /* line 2201, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-sidebar .cart-total p {
    margin: 0 0 0.3rem; }
  /* line 2204, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-sidebar .cart-total .price,
  .cart-sidebar .cart-total .price strong,
  .cart-sidebar .cart-total .price strong span {
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Montserrat"; }
  /* line 2212, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-sidebar .cart-total .item {
    font-size: 0.8125rem; }
    /* line 2215, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-sidebar .cart-total .item a {
      color: black; }
      /* line 2217, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      .cart-sidebar .cart-total .item a:hover {
        text-decoration: underline; }
    /* line 2221, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-sidebar .cart-total .item small {
      color: gray; }

/* line 2228, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.cart-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  background: #F5FCFC;
  -webkit-transition: right .3s;
  -moz-transition: right .3s;
  transition: right .3s;
  padding: 5rem 7rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1000; }
  /* line 2243, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-overlay.show {
    right: 0; }
  /* line 2246, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-overlay .cart-overlay-close {
    display: block;
    font-size: 0.875rem;
    color: silver;
    text-transform: uppercase; }
    /* line 2253, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .cart-overlay-close:hover {
      color: #ACCB53;
      text-decoration: none; }
  /* line 2258, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-overlay .logo {
    max-width: 150px;
    padding-top: 2rem; }
  /* line 2264, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-overlay .table-cart .item {
    background: white;
    font-size: 0.875rem;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05); }
    /* line 2272, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .table-cart .item a {
      color: black; }
    /* line 2273, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .table-cart .item small {
      color: #ccc; }
  /* line 2275, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-overlay .table-cart .cart-total {
    background: white;
    padding: 15px 20px;
    margin-top: 2rem;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05); }
    /* line 2282, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .table-cart .cart-total p {
      margin: 0 0 0.3rem; }
    /* line 2285, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .table-cart .cart-total .price {
      color: #4DAF47;
      font-size: 1.2rem; }
  /* line 2290, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .cart-overlay .table-cart .delivery-free-progressbar {
    background: white;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.05); }
    /* line 2297, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .table-cart .delivery-free-progressbar h4 {
      font-size: 1rem;
      margin: 0.5rem 0 0;
      padding: 0; }
    /* line 2302, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .cart-overlay .table-cart .delivery-free-progressbar .progress {
      margin-top: 1rem; }

/* line 2312, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.product-quantity .minus-btn, .product-quantity .plus-btn {
  color: #000;
  padding: 0.2rem 0.5rem;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
  background: white; }
  /* line 2319, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-quantity .minus-btn-inline, .product-quantity .plus-btn-inline {
    border-radius: 90px;
    font-size: 1rem; }

/* line 2324, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.product-quantity .desc {
  color: gray;
  padding: 0 1rem 0 1rem; }

/* line 2328, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.product-quantity input {
  width: 35px;
  padding: 0.2rem 0;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background: white; }
  /* line 2340, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .product-quantity input.quantity-inline {
    border: 0;
    font-size: 1rem;
    font-weight: bold; }

/* line 2347, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.quantity::-webkit-inner-spin-button,
.quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0.2rem 0.3rem; }

/* line 2354, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
ul.cart-delivery-choice {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 2359, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  ul.cart-delivery-choice li {
    border-top: 1px solid #F3F3F3;
    padding: 0;
    margin: 0;
    position: relative; }
    /* line 2365, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.cart-delivery-choice li .delivery-choice {
      color: #000;
      display: block;
      position: relative;
      margin: 0 0 0 1.5rem;
      padding: 0.5rem 1rem 0.8rem;
      font-size: 0.875rem; }
      /* line 2374, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      ul.cart-delivery-choice li .delivery-choice:before {
        position: relative;
        top: 3px;
        content: "\f0c8";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-size: 1.5rem;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        color: #000; }
      /* line 2386, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      ul.cart-delivery-choice li .delivery-choice:hover {
        text-decoration: underline;
        cursor: pointer; }
    /* line 2392, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.cart-delivery-choice li.active .delivery-choice {
      color: #E3121A;
      font-weight: bold; }
      /* line 2395, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      ul.cart-delivery-choice li.active .delivery-choice:before {
        content: "\f14a";
        color: #E3121A; }
    /* line 2403, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    ul.cart-delivery-choice li.disabled .delivery-choice {
      color: #888;
      cursor: not-allowed;
      opacity: 0.5;
      text-decoration: none; }
      /* line 2408, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
      ul.cart-delivery-choice li.disabled .delivery-choice:before {
        color: #888; }
  /* line 2416, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  ul.cart-delivery-choice a.choiced-zasilkovna {
    font-size: 0.8125rem;
    color: gray;
    padding-left: 1rem; }

/* line 2423, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ajax-add-to-cart-trigger {
  padding: .3799rem .5rem; }

/* line 2427, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.btn-rounded {
  border-radius: 50px !important; }

/* line 2432, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.voucher-form .btn {
  width: 100%;
  padding: 17px 10px;
  font-size: 11px; }

/* line 2439, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
input[type='text'].cart-quantity-input {
  padding: 0; }

@media (max-width: 920px) {
  /* line 2444, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  html.cart-html {
    padding-top: 0; } }

/* line 2451, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(17, 25, 36, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }
  /* line 2470, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  #search input[type="search"] {
    font-family: "Montserrat";
    width: 100%;
    color: black;
    background: white;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    border: 0px;
    margin: 0px auto;
    padding: 15px 20px;
    outline: none; }
  /* line 2485, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  #search .close {
    display: block;
    font-size: 18px;
    color: white;
    background: #AD0915;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    border: 0px;
    margin: 0px auto;
    padding: 15px 20px;
    outline: none;
    font-size: 27px;
    opacity: 0.9; }
    /* line 2499, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    #search .close:hover {
      opacity: 1; }
  /* line 2503, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1; }
  /* line 2511, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  #search .no-results {
    background: white;
    color: gray;
    font-size: 18px;
    font-weight: bold;
    padding: 22px 28px; }
  /* line 2518, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  #search .search-result {
    margin-top: 30px; }
  /* line 2522, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  #search h3 {
    color: white;
    padding: 30px 0 0 20px; }

/* line 2529, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-article,
.section-blog {
  padding-top: 80px; }

/* line 2535, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.section-blog .item {
  clear: both; }

/* line 2540, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.dropdown:hover .dropdown-menu {
  display: block !important; }

@media (max-width: 991.98px) {
  /* line 2580, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .operator .contacts {
    padding: 0; }
    /* line 2583, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .operator .contacts i {
      display: none; }
  /* line 2588, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .breadcrumbs {
    opacity: 0; }
  /* line 2591, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-contactbar {
    background: transparent;
    background-image: none;
    background-repeat: no-repeat;
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px; }
  /* line 2602, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-menu .nav-item {
    min-height: 40px;
    text-align: center; }
  /* line 2606, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-menu .nav-item.nav-item-cart,
  .section-menu .nav-item.nav-item-icon {
    border-left: 1px solid #2D3139;
    display: block !important;
    text-align: center;
    width: 50%; }
  /* line 2614, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar-tools {
    margin-top: 20px;
    padding: 20px 0;
    flex-direction: row;
    background: #1f222a; } }

/* line 2627, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.navbar-toggler .icon-bar {
  background: #ffffff; }

/* remove navbar button stying */
/* line 2632, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.navbar-toggler {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  /* remove the blue outline when active or focused */
  /* basic styles for each icon bar */
  /* styles for when .navbar is closed */ }
  /* line 2638, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar-toggler:active, .navbar-toggler:focus {
    outline: 0; }
  /* line 2643, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
    /* custom .navbar-dark .icon-bar background */
    /* .navbar open top .icon-bar rotated down 45° */
    /* .navbar open middle .icon-bar invisible */
    /* .navbar open bottom .icon-bar rotated up 45° */ }
    /* line 2652, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-dark .navbar-toggler .icon-bar {
      background: #ffffff; }
    /* line 2658, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-toggler .icon-bar:nth-of-type(1) {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    /* line 2664, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-toggler .icon-bar:nth-of-type(2) {
      opacity: 0;
      filter: alpha(opacity=0); }
    /* line 2670, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-toggler .icon-bar:nth-of-type(3) {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
  /* line 2680, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .navbar-toggler.collapsed .icon-bar {
    /* .navbar closed top .icon-bar no rotation - straight */
    /* .navbar open middle .icon-bar visible */
    /* .navbar open bottom .icon-bar no rotation - straight */ }
    /* line 2683, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
      transform: rotate(0); }
    /* line 2688, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
      opacity: 1;
      filter: alpha(opacity=100); }
    /* line 2694, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
      transform: rotate(0); }

@media (min-width: 1200px) and (max-width: 1499.98px) {
  /* line 2707, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-favorite-category-boxes a.category-box img {
    max-width: 125px; } }

@media (max-width: 1400.98px) {
  /* line 2714, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero-2 .hero-text h1,
  .hero-slider .content h2 {
    font-size: 50px;
    line-height: 60px; } }

@media (max-width: 1350px) {
  /* line 2721, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero-2 .hero-text,
  .hero-slider .content {
    padding-top: 80px;
    padding-left: 30px; } }

@media (max-width: 989px) {
  /* line 2730, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-product-detail .description-full {
    padding: 0 15px 0; } }

@media (max-width: 440px) {
  /* line 2738, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero h1 {
    font-size: 44px; }
  /* line 2743, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-colection-hero-2 .hero-text,
  .hero-slider .content {
    padding-top: 80px;
    padding-left: 30px; }
  /* line 2748, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .section-category-boxes a.category-box img {
    display: none; } }

/* line 2753, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbon-container {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: -30px;
  overflow: visible;
  font-size: 12px;
  line-height: 15px; }

/* line 3013, applications/cms/static/web/scss/custom.scss */
/* line 2765, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbon-container:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
  right: -18px;
  border-top: 15px solid rgba(0, 0, 0, 0.3);
  border-bottom: 15px solid rgba(0, 0, 0, 0.3);
  border-left: 29px solid rgba(0, 0, 0, 0.3);
  border-right: 15px solid transparent; }

/* line 3027, applications/cms/static/web/scss/custom.scss */
/* line 2779, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbon-container:after {
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
  right: 26px;
  left: 44px; }

/* line 3039, applications/cms/static/web/scss/custom.scss */
/* line 2790, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbon-container span {
  display: block;
  padding: 8px;
  position: relative;
  background: #ed1c24;
  overflow: visible;
  height: 30px;
  margin-left: 29px;
  color: #fff;
  text-decoration: none; }

/* line 3052, applications/cms/static/web/scss/custom.scss */
/* line 2802, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbon-container span:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  border-top: 15px solid #a6151a;
  border-left: 15px solid transparent; }

/* line 3065, applications/cms/static/web/scss/custom.scss */
/* line 2814, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.ribbon-container span:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 15px solid #ed1c24;
  border-bottom: 15px solid #ed1c24;
  border-right: 15px solid transparent;
  border-left: 29px solid transparent; }

/* line 2829, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
.velikostni_tabulka {
  text-align: center; }
  /* line 2831, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .velikostni_tabulka .title {
    border: 0;
    background: #A01A35; }
    /* line 2834, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
    .velikostni_tabulka .title h3 {
      color: white;
      padding: 0;
      margin: 0; }
  /* line 2840, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .velikostni_tabulka .subtitle {
    font-weight: bold; }
  /* line 2843, themes/cefrysport.cz/static/cefrysport.cz/scss/_variables.scss */
  .velikostni_tabulka td {
    width: 20%; }

/* line 2, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

/* line 4, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
h1, h2, h3, h4, h5, h6 {
  color: #1F222A;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; }

/* line 15, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
h2.section-title {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  padding-top: 60px;
  padding-bottom: 40px;
  letter-spacing: 0.05rem; }

/* line 25, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
h4 {
  color: #1F222A;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 30px; }

/* line 32, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
  padding-left: 20px;
  padding-right: 20px; }

/* line 40, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
input[type=submit] {
  padding-left: 25px;
  padding-right: 25px; }

/* line 45, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea.form-control {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #2c333c;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 14px;
  padding: 26px 50px;
  border-radius: 0; }

/* line 62, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
input[type=submit] {
  display: inline-block;
  padding: 23px 68px 23px 68px;
  font-weight: 600;
  background-color: #76b236;
  color: #fff;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-out; }
  /* line 73, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  input[type=submit]:hover {
    background: #1D9AE5;
    cursor: pointer; }

/* line 79, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
label {
  font-size: 14px;
  color: #2c333c;
  font-weight: normal; }

@media (min-width: 1200px) {
  /* line 87, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px; } }

@media (min-width: 1500px) {
  /* line 93, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1455px; } }

/* line 98, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.bg-first {
  background: #AD0915; }

/* line 101, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.bg-second {
  background: #009B94; }

/* line 104, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.bg-third {
  background: #5C2D90; }

/* line 108, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-custom-1,
a.btn-custom-1 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  padding: 20px 67px 20px 30px;
  background-image: url(/static/cefrysport.cz/images/button-arrow.svg?fdc00a595b49);
  background-position: right 20px center;
  background-repeat: no-repeat;
  letter-spacing: 0.2rem; }
  /* line 121, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .btn-custom-1:hover,
  a.btn-custom-1:hover {
    color: #E3121A;
    border-color: #E3121A; }

/* line 127, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-red,
a.btn-red {
  font-weight: 700;
  font-size: 14px;
  background: #ED1C24;
  text-transform: uppercase;
  color: white;
  border: 1px solid #ED1C24;
  border-radius: 0;
  padding: 20px 40px;
  letter-spacing: 0.15rem; }
  /* line 138, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .btn-red:hover,
  a.btn-red:hover {
    color: #fff;
    background: #E3121A; }

/* line 144, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-blank-arrow-right,
a.btn-blank-arrow-right {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  border: 0;
  border-radius: 0 !important;
  padding: 0px 67px 0px 0px;
  background-image: url(/static/cefrysport.cz/images/button-arrow.svg?fdc00a595b49);
  background-position: right 20px center;
  background-repeat: no-repeat;
  letter-spacing: 0.2rem;
  opacity: .8; }
  /* line 158, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .btn-blank-arrow-right:hover,
  a.btn-blank-arrow-right:hover {
    color: white;
    opacity: 1; }

/* line 164, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-black,
a.btn-black {
  color: black;
  background-image: url(/static/cefrysport.cz/images/button-arrow-black.png?fdc00a595b49);
  opacity: .8; }
  /* line 169, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .btn-black:hover,
  a.btn-black:hover {
    color: black;
    text-decoration: underline;
    opacity: 1; }

/* line 176, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-borderd,
a.btn-bordered {
  border: 1px solid #414141;
  border-radius: 0 !important;
  padding: 20px 67px 20px 30px; }

/* line 183, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-custom-2,
a.btn-custom-2 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #414141;
  padding: 20px 67px 20px 30px;
  letter-spacing: 0.2rem;
  border: 1px solid #414141;
  border-radius: 0 !important;
  padding: 20px 30px 20px 30px; }
  /* line 194, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .btn-custom-2:hover,
  a.btn-custom-2:hover {
    color: #E3121A;
    border-color: #E3121A; }

/* line 199, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.btn-custom-3,
a.btn-custom-3 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #414141;
  padding: 20px 30px 20px 30px;
  letter-spacing: 0.2rem;
  border: 1px solid #414141;
  border-radius: 0 !important;
  padding: 20px 30px 20px 30px; }
  /* line 210, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .btn-custom-3:hover,
  a.btn-custom-3:hover {
    color: #E3121A;
    border-color: #E3121A; }

/* line 216, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.pt-120 {
  padding-top: 120px; }

/* line 222, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.divider {
  margin-top: 90px; }

/* line 227, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
.divider-small {
  margin-top: 40px;
  margin-bottom: 0; }

@media (min-width: 1200px) {
  /* line 252, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .pl-lg-120 {
    padding-left: 120px; }
  /* line 256, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .pr-lg-120 {
    padding-right: 162px; }
  /* line 260, themes/cefrysport.cz/static/cefrysport.cz/scss/_basic.scss */
  .px-lg-120 {
    padding-right: 120px;
    padding-left: 120px; } }

/* line 1, themes/cefrysport.cz/static/cefrysport.cz/scss/_layout.scss */
.big-layout {
  max-width: 1920px; }

/* Menu ski image sizing: WRT Pro MO + Montero AR Pro */
@media (min-width: 992px) {
  /* line 8, themes/cefrysport.cz/static/cefrysport.cz/scss/base.scss */
  .mega-menu .product-list-mini a.category-card[href="/sjezdove-lyze/laser-wrt-pro-marco-odermatt/"] > img {
    width: 184px;
    height: 300px;
    object-fit: cover;
    object-position: center bottom; }
  /* line 15, themes/cefrysport.cz/static/cefrysport.cz/scss/base.scss */
  .mega-menu .product-list-mini a.category-card[href="/allmountain-freeride/montero-ar-pro/"] > img {
    transform: scale(1.12);
    transform-origin: center center;
    clip-path: inset(14.2857px 8.2143px); } }

/* Product card preview: Laser WRT SL FIS 2026/27 */
/* line 23, themes/cefrysport.cz/static/cefrysport.cz/scss/base.scss */
a.product-card[href="/lyze-stockli-laser-sl-fis-vazani-wrt-12-gw-deska-salo-98-sl-cerna-202627/"] > img {
  content: url("/media/products/category/blaser-sl-fis-2025.png"); }
