@charset "UTF-8";
/* line 33, themes/groparts.cz/static/groparts.cz/style/style.scss */
body {
  background: #fafafa;
  font: normal 16px/30px Montserrat; }

/* line 38, themes/groparts.cz/static/groparts.cz/style/style.scss */
.hideme {
  display: none; }

/* line 42, themes/groparts.cz/static/groparts.cz/style/style.scss */
.form-control::-ms-input-placeholder {
  color: #bebebe;
  opacity: 1; }

/* line 46, themes/groparts.cz/static/groparts.cz/style/style.scss */
.form-control:-ms-input-placeholder {
  color: #bebebe;
  opacity: 1; }

/* line 50, themes/groparts.cz/static/groparts.cz/style/style.scss */
.form-control::placeholder {
  color: #bebebe;
  opacity: 1; }

/* line 55, themes/groparts.cz/static/groparts.cz/style/style.scss */
a {
  color: #FD8700; }
  /* line 57, themes/groparts.cz/static/groparts.cz/style/style.scss */
  a:hover {
    color: black; }

/* line 61, themes/groparts.cz/static/groparts.cz/style/style.scss */
.main-padding {
  max-width: 1000px;
  margin: 0 80px;
  padding: 80px 0; }

/* line 67, themes/groparts.cz/static/groparts.cz/style/style.scss */
.box-basic {
  margin: 0px;
  padding: 80px;
  background: white;
  border-bottom: 1px solid #f0f0f0;
  color: #3B4D4D; }
  @media (max-width: 1199px) {
    /* line 67, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .box-basic {
      padding: 40px 20px; } }

/* line 78, themes/groparts.cz/static/groparts.cz/style/style.scss */
.btn-right-arrow {
  display: inline-block;
  padding: 20px 40px 20px 20px;
  background: #FD8700;
  color: white;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  background-image: url(/static/groparts.cz/img/odrazka.png?dedd17e7cf29);
  background-position: center right 20px;
  background-repeat: no-repeat; }
  /* line 91, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-right-arrow:hover {
    background-color: #000;
    color: white; }

/* line 97, themes/groparts.cz/static/groparts.cz/style/style.scss */
.btn-yellow {
  display: inline-block;
  padding: 20px 30px;
  background: #5c5c5c;
  color: white;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 5px;
  border: 0;
  outline: 0;
  text-decoration: none; }
  /* line 110, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-yellow .is_liked {
    display: none; }
  /* line 111, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-yellow .is_not_liked {
    display: inline; }
  /* line 113, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-yellow.liked {
    background-color: #B11E24;
    color: white; }
    /* line 116, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .btn-yellow.liked .is_liked {
      display: inline; }
    /* line 117, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .btn-yellow.liked .is_not_liked {
      display: none; }
  /* line 119, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-yellow:hover {
    background-color: #000;
    color: white; }

/* line 126, themes/groparts.cz/static/groparts.cz/style/style.scss */
.form-control:focus {
  outline: 0;
  box-shadow: none; }

/* line 131, themes/groparts.cz/static/groparts.cz/style/style.scss */
.infobar {
  position: relative;
  color: white;
  background-color: #d87300; }
  /* line 135, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .infobar:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-width: 100%;
    background-image: url(/static/groparts.cz/img/infobox-bg.jpg?dedd17e7cf29);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat; }
  /* line 149, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .infobar h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #fff !important; }
  /* line 156, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .infobar p {
    font-size: 15px; }
  /* line 159, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .infobar .main-padding {
    max-width: 1000px;
    margin: 0 150px;
    padding: 80px 0; }
  @media (max-width: 1399px) {
    /* line 165, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .infobar:before {
      background-image: none; }
    /* line 168, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .infobar .main-padding {
      margin: 0 50px; } }

/* line 174, themes/groparts.cz/static/groparts.cz/style/style.scss */
.obal {
  display: grid;
  grid-template-columns: minmax(420px, 420px) 1fr;
  grid-template-rows: auto auto;
  /* první řádek se přizpůsobí výšce obsahu, druhý řádek bude stejně vysoký jako první */
  height: 100%;
  /* nastavení výšky podle potřeby */
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37); }
  /* line 184, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .obal > * {
    min-width: 0px; }
  @media (max-width: 1199px) {
    /* line 174, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .obal {
      grid-template-columns: minmax(320px, 320px) 1fr; } }
  @media (max-width: 991px) {
    /* line 174, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .obal {
      grid-template-columns: 1fr;
      grid-template-rows: auto; } }

/* line 197, themes/groparts.cz/static/groparts.cz/style/style.scss */
.sidebar_logo {
  grid-column: 1 / 2;
  /* první sloupec */
  grid-row: 1 / 2;
  /* první řádek */
  background-color: white;
  /* pro ilustraci */
  padding: 20px 60px 0;
  border-bottom: 1px solid #ededed; }
  @media (max-width: 991px) {
    /* line 197, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .sidebar_logo {
      grid-column: 1;
      /* první sloupec */
      grid-row: 1;
      /* první řádek */ } }
  @media (max-width: 991px) {
    /* line 197, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .sidebar_logo {
      padding: 20px 30px 0; } }
  /* line 214, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .sidebar_logo .headline {
    cursor: pointer;
    background-image: url(/static/groparts.cz/img/ikona-menu.png?dedd17e7cf29);
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-left: 36px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    color: #FD8700;
    font-weight: bold; }
    /* line 226, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .sidebar_logo .headline:hover {
      color: black; }
    @media (max-width: 991px) {
      /* line 214, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .sidebar_logo .headline {
        float: right;
        margin-top: 10px;
        margin-bottom: 30px; } }

/* line 238, themes/groparts.cz/static/groparts.cz/style/style.scss */
.header {
  grid-column: 2 / 3;
  /* druhý sloupec */
  grid-row: 1 / 2;
  /* první řádek */ }
  @media (max-width: 991px) {
    /* line 238, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header {
      grid-column: 1;
      /* první sloupec */
      grid-row: 3;
      /* první řádek */ } }

/* line 248, themes/groparts.cz/static/groparts.cz/style/style.scss */
.sidebar_menu {
  grid-column: 1 / 2;
  /* první sloupec */
  grid-row: 2 / 3;
  /* druhý řádek */
  background-color: white;
  /* pro ilustraci */
  -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.14);
  z-index: 50; }
  @media (max-width: 991px) {
    /* line 248, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .sidebar_menu {
      grid-column: 1;
      /* první sloupec */
      grid-row: 2;
      /* první řádek */
      display: none; } }
  /* line 263, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .sidebar_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    /* line 267, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .sidebar_menu ul li {
      display: block;
      border-bottom: 1px solid #ededed;
      padding: 10px 0; }
      /* line 271, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .sidebar_menu ul li a {
        display: block;
        padding: 0 20px 0 20px;
        margin: 0 0 0 60px;
        background-image: url(/static/groparts.cz/img/odrazka.png?dedd17e7cf29);
        background-position: left 6px;
        background-repeat: no-repeat;
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        color: #2d2d2d;
        text-decoration: none; }
        /* line 282, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .sidebar_menu ul li a:hover {
          color: black;
          text-decoration: underline; }
  /* line 290, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .sidebar_menu ol {
    list-style: none;
    padding: 30px 0 0;
    margin: 0 0 0 60px; }
    /* line 294, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .sidebar_menu ol li {
      padding: 0;
      margin: 0;
      float: left; }
      /* line 298, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .sidebar_menu ol li a {
        display: inline-block;
        margin-right: 15px; }
        /* line 302, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .sidebar_menu ol li a:hover img {
          filter: grayscale(100%) contrast(1000%);
          -webkit-filter: grayscale(100%) contrast(1000%);
          -moz-filter: grayscale(100%) contrast(1000%); }

/* line 313, themes/groparts.cz/static/groparts.cz/style/style.scss */
.main {
  grid-column: 2 / 3;
  /* druhý sloupec */
  grid-row: 2 / 3;
  /* druhý řádek */
  background: #fafafa;
  background-image: url(/static/groparts.cz/img/main-bg-left-shadow.png?dedd17e7cf29);
  background-repeat: repeat-y;
  background-position: left top;
  position: relative; }
  @media (max-width: 991px) {
    /* line 313, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .main {
      grid-column: 1;
      /* první sloupec */
      grid-row: 4;
      /* první řádek */ } }
  /* line 328, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .main h1, .main h2, .main h3, .main h4, .main h5 {
    color: #FD8700;
    padding-bottom: 2rem;
    font: bold 34px/46px "Montserrat", sans-serif;
    letter-spacing: 0px;
    padding-bottom: 2rem; }
  /* line 335, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .main h2 {
    font-size: 28px;
    padding-top: 2rem; }
  /* line 339, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .main h3 {
    font-size: 22px;
    padding-top: 2rem; }
  /* line 343, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .main h4 {
    font-size: 18px;
    padding-top: 2rem; }
  /* line 347, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .main h5 {
    font-size: 16px;
    padding-top: 2rem; }
  /* line 351, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .main .index-box {
    position: relative;
    background: white;
    padding: 0px; }
    /* line 356, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .main .index-box .p-140 {
      padding: 170px 150px 50px !important; }
    @media (max-width: 1399px) {
      /* line 362, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .main .index-box .p-140 {
        padding: 50px 50px 50px !important; }
        /* line 364, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .main .index-box .p-140:last-child {
          padding-top: 50px !important; } }
    /* line 370, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .main .index-box .col-xl-6 {
      background-image: url(/static/groparts.cz/img/bg-mainbox.png?dedd17e7cf29);
      background-repeat: round;
      background-size: 100%;
      background-position: left top; }
    /* line 376, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .main .index-box .border-xl-start {
      border-left: 1px solid #d6d6d6; }
    /* line 379, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .main .index-box h1 {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 0 110px; }
      /* line 386, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .main .index-box h1 div {
        display: inline-block;
        padding: 20px 30px;
        background-color: white;
        -webkit-box-shadow: 0px 2px 25px 2px rgba(207, 207, 207, 0.58);
        -moz-box-shadow: 0px 2px 25px 2px rgba(207, 207, 207, 0.58);
        box-shadow: 0px 2px 25px 2px rgba(207, 207, 207, 0.58);
        border-radius: 4px; }
      @media (max-width: 1199px) {
        /* line 379, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .main .index-box h1 {
          position: relative;
          top: 0;
          left: 0;
          padding: 60px 60px 0;
          text-align: left; }
          /* line 402, themes/groparts.cz/static/groparts.cz/style/style.scss */
          .main .index-box h1 div {
            padding: 0;
            background-color: transparent;
            -webkit-box-shadow: 0;
            -moz-box-shadow: none;
            box-shadow: none;
            border-radius: none; } }
    /* line 412, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .main .index-box ul {
      padding: 0 0 30px;
      margin: 0;
      list-style: none; }
      /* line 416, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .main .index-box ul li {
        display: block;
        padding: 5px 0; }
        /* line 419, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .main .index-box ul li a {
          display: block;
          padding: 0 0 0 20px;
          margin: 0px;
          background-image: url(/static/groparts.cz/img/odrazka.png?dedd17e7cf29);
          background-position: left center;
          background-repeat: no-repeat;
          font-size: 15px;
          font-family: "Montserrat", sans-serif;
          color: #2d2d2d;
          text-decoration: none; }
          /* line 430, themes/groparts.cz/static/groparts.cz/style/style.scss */
          .main .index-box ul li a:hover {
            color: black;
            text-decoration: underline; }

/* line 441, themes/groparts.cz/static/groparts.cz/style/style.scss */
.header .top {
  background: #FD8700;
  background: linear-gradient(76deg, #FD8700 0%, #a55800 100%); }
  /* line 445, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .top .controls div.lang-dropdown button,
  .header .top .controls a {
    display: block;
    min-height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0; }
    /* line 455, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .top .controls div.lang-dropdown button:hover,
    .header .top .controls a:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 1399px) {
      /* line 445, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .top .controls div.lang-dropdown button,
      .header .top .controls a {
        padding: 0 25px; } }
  /* line 463, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .top .infoline {
    text-wrap: nowrap;
    line-height: 1.5; }
    /* line 466, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .top .infoline p {
      padding: 15px 15px 0;
      color: rgba(255, 255, 255, 0.7); }
      /* line 469, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .top .infoline p b {
        color: #fff; }
      /* line 472, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .top .infoline p a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
        /* line 475, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .header .top .infoline p a:hover {
          text-decoration: underline; }
  /* line 481, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .top .search {
    padding: 25px 80px 20px;
    text-align: center; }
    /* line 485, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .top .search .input-group {
      max-width: 550px;
      text-align: left; }
      /* line 488, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .top .search .input-group .form-control {
        border: 1px solid #fff;
        padding: 10px 20px;
        font-size: 20px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26); }
    @media (max-width: 1399px) {
      /* line 481, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .top .search {
        padding: 25px 20px; } }

/* line 504, themes/groparts.cz/static/groparts.cz/style/style.scss */
.header .menu {
  background: #f0f0f0;
  padding-left: 55px;
  position: relative;
  width: 100%; }
  /* line 509, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .menu #btn-nav-previous {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    left: 0px;
    height: 100%;
    padding: 9px 12px;
    background: #8f9a9d;
    fill: #fff; }
  /* line 524, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .menu #btn-nav-next {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 9px 12px;
    background: #8f9a9d;
    fill: #fff; }
  /* line 540, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .menu .menu-outer {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box; }
  /* line 545, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .menu .menu-inner {
    overflow: hidden;
    width: 100%; }
  /* line 549, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .menu a {
    padding: 28px 25px;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #2d2d2d;
    text-decoration: none; }
    /* line 559, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .menu a img {
      display: none;
      padding-right: 10px;
      filter: invert(25%) sepia(28%) saturate(4298%) hue-rotate(184deg) brightness(97%) contrast(103%); }
    /* line 565, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .menu a:hover {
      text-decoration: underline; }
      /* line 567, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .menu a:hover img {
        filter: invert(0%) sepia(0%) saturate(7497%) hue-rotate(204deg) brightness(95%) contrast(100%); }
  @media (max-width: 1399px) {
    /* line 504, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .menu {
      padding: 0 20px; }
      /* line 575, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .menu #btn-nav-previous {
        display: flex; }
      /* line 578, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .menu #btn-nav-next {
        display: flex; }
      /* line 581, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .menu .menu-outer {
        padding: 0px 54px; } }

/* line 587, themes/groparts.cz/static/groparts.cz/style/style.scss */
.header .breadcrumbs {
  padding-left: 80px;
  background: #e9e9e9;
  font-size: 13px; }
  /* line 591, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .header .breadcrumbs .breadcrumb {
    padding: 10px 0;
    margin: 0;
    color: #8f9a9d; }
    /* line 595, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .breadcrumbs .breadcrumb a {
      color: #b1b1b1;
      text-decoration: none; }
      /* line 598, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .header .breadcrumbs .breadcrumb a:hover {
        color: #2d2d2d;
        text-decoration: underline; }
  @media (max-width: 1399px) {
    /* line 587, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .header .breadcrumbs {
      padding: 0 20px; } }

/* line 611, themes/groparts.cz/static/groparts.cz/style/style.scss */
.footer {
  background: #2d2d2d;
  background-image: url(/static/groparts.cz/img/footer-bg.jpg?65e392441884);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 150px;
  position: relative; }
  /* line 621, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .footer .copyright {
    padding-top: 50px;
    padding-bottom: 60px;
    color: white;
    font-size: 15px; }
  /* line 627, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .footer .form-control {
    padding: 15px 20px; }
  /* line 630, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .footer .btn-yellow {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    background: #5c5c5c;
    color: white; }
  /* line 637, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .footer ul {
    padding: 0 0 30px;
    margin: 0;
    list-style: none; }
    /* line 641, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .footer ul li {
      display: block;
      padding: 5px 0; }
      /* line 644, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .footer ul li a {
        display: block;
        padding: 0 0 0 20px;
        margin: 0px;
        background-image: url(/static/groparts.cz/img/odrazka.png?dedd17e7cf29);
        background-position: left center;
        background-repeat: no-repeat;
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-decoration: none; }
        /* line 655, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .footer ul li a:hover {
          color: #5c5c5c;
          text-decoration: underline; }
  /* line 663, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .footer ol {
    list-style: none;
    padding: 10px 0 0;
    margin: 0 0 0 0px; }
    /* line 667, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .footer ol li {
      padding: 0;
      margin: 0;
      display: inline-block; }
      /* line 671, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .footer ol li a {
        display: inline-block;
        margin-right: 15px; }
        /* line 674, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .footer ol li a:hover {
          filter: grayscale(100%) contrast(1000%);
          -webkit-filter: grayscale(100%) contrast(1000%);
          -moz-filter: grayscale(100%) contrast(1000%); }
  @media (max-width: 1599px) {
    /* line 611, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .footer {
      padding: 120px 80px; } }
  @media (max-width: 991px) {
    /* line 611, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .footer {
      padding: 120px 50px; } }

/* line 692, themes/groparts.cz/static/groparts.cz/style/style.scss */
.partners {
  position: relative;
  background: white;
  padding: 100px 0px; }
  /* line 698, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .partners:before {
    content: " ";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%; }
  /* line 709, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .partners .glide__slide {
    align-self: center !important;
    text-align: center; }
  @media (max-width: 1399px) {
    /* line 692, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .partners {
      padding: 80px 0px; } }
  /* line 717, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .partners .embla {
    overflow: hidden; }
  /* line 720, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .partners .embla__viewport {
    cursor: move;
    cursor: grab;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent; }
  /* line 728, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .partners .embla__container {
    display: flex; }

/* line 733, themes/groparts.cz/static/groparts.cz/style/style.scss */
.embla__slide {
  min-width: 0;
  flex: 0 0 calc(100% / 6);
  align-self: center !important;
  text-align: center; }
  @media (max-width: 1399px) {
    /* line 733, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .embla__slide {
      flex: 0 0 calc(100% / 5); } }
  @media (max-width: 1199px) {
    /* line 733, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .embla__slide {
      flex: 0 0 calc(100% / 4); } }
  @media (max-width: 991px) {
    /* line 733, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .embla__slide {
      flex: 0 0 calc(100% / 3); } }
  @media (max-width: 767px) {
    /* line 733, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .embla__slide {
      flex: 0 0 calc(100% / 2); } }
  @media (max-width: 575px) {
    /* line 733, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .embla__slide {
      flex: 0 0 calc(100% / 1); } }

/* line 747, themes/groparts.cz/static/groparts.cz/style/style.scss */
.subcategories .subcategory-item {
  display: inline-block;
  background-color: #dee2e6;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 10px 15px;
  color: black;
  text-decoration: none; }
  /* line 756, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .subcategories .subcategory-item:hover {
    background-color: #FD8700;
    color: white; }

/* line 764, themes/groparts.cz/static/groparts.cz/style/style.scss */
.category-description {
  background: #fff;
  padding: 1rem 1.5rem 0.5rem;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25); }
  /* line 768, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .category-description a {
    color: black; }

/* line 775, themes/groparts.cz/static/groparts.cz/style/style.scss */
.order-controls span {
  font-size: 13px;
  color: #3B4D4D;
  padding-right: 1rem; }

/* line 780, themes/groparts.cz/static/groparts.cz/style/style.scss */
.order-controls .btn {
  font-size: 13px;
  background: transparent;
  text-decoration: underline;
  border: 0;
  border-radius: 4px;
  color: #3B4D4D; }
  /* line 787, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .order-controls .btn.active {
    background: #e3e3e3;
    color: #555;
    text-decoration: none; }

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

/* line 810, themes/groparts.cz/static/groparts.cz/style/style.scss */
.pagination span {
  border-color: transparent; }

/* line 814, themes/groparts.cz/static/groparts.cz/style/style.scss */
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #FD8700;
  border-color: #FD8700; }

/* line 822, themes/groparts.cz/static/groparts.cz/style/style.scss */
.pagination .page-item.disabled .page-link {
  z-index: 1;
  color: silver; }

/* line 829, themes/groparts.cz/static/groparts.cz/style/style.scss */
.filter-controls {
  font-size: 1rem; }
  /* line 831, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .filter-controls b {
    display: inline-block;
    width: 80px;
    color: #FD8700; }
  /* line 836, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .filter-controls span {
    color: #3B4D4D;
    padding-right: 1rem;
    font-size: 0.75rem;
    display: none; }
  /* line 842, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .filter-controls .btn {
    background: transparent;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    color: #3B4D4D;
    position: relative;
    margin: 0 0 0 1.5rem;
    padding: 0.3rem 0.5rem; }
    /* line 851, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .filter-controls .btn:before {
      content: "\f0c8";
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: silver; }
    /* line 860, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .filter-controls .btn.active {
      font-weight: bold; }
      /* line 862, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .filter-controls .btn.active:before {
        content: "\f14a";
        color: #000; }
      /* line 868, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .filter-controls .btn.active:hover:before {
        content: "\f00d";
        color: red;
        font-weight: 900; }

/* line 882, themes/groparts.cz/static/groparts.cz/style/style.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 895, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-card h3 {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1rem; }
  /* line 901, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .product-card h3 a {
    text-decoration: none;
    color: #FD8700; }
    /* line 904, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .product-card h3 a:hover {
      color: #2d2d2d;
      text-decoration: underline; }

/* line 912, themes/groparts.cz/static/groparts.cz/style/style.scss */
.manufacturers {
  display: flex;
  flex-flow: wrap;
  padding: 0 55px 90px; }
  /* line 916, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .manufacturers .manufacturer-card {
    text-align: center;
    transition: 0.5s;
    width: calc(20% - 10px);
    margin: 5px;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    transition: 500ms;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    /* line 930, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .manufacturers .manufacturer-card > a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100%; }
    /* line 936, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .manufacturers .manufacturer-card h3 {
      display: flex;
      flex: 1;
      align-items: flex-end;
      flex-wrap: wrap; }
    /* line 942, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .manufacturers .manufacturer-card h3 a {
      font-size: 21px;
      color: #2d2d2d;
      text-decoration: none; }
    /* line 947, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .manufacturers .manufacturer-card:hover {
      transform: scale(1.05);
      box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25); }
      /* line 951, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .manufacturers .manufacturer-card:hover h3 a {
        color: #FD8700; }
    @media (max-width: 1199px) {
      /* line 916, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .manufacturers .manufacturer-card {
        width: calc(33% - 10px); } }
    @media (max-width: 575px) {
      /* line 916, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .manufacturers .manufacturer-card {
        width: calc(50% - 10px); } }

/* line 962, themes/groparts.cz/static/groparts.cz/style/style.scss */
.articles {
  display: flex;
  flex-flow: wrap;
  max-width: 1000px;
  margin: 0 80px;
  padding: 0px 0 80px; }
  /* line 968, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .articles article {
    border-radius: 5px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25); }
    /* line 975, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .articles article .image {
      display: block;
      border-radius: 5px; }
    /* line 979, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .articles article a {
      text-decoration: none; }
      /* line 981, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .articles article a h2 {
        font-size: 21px;
        color: #2d2d2d;
        text-decoration: none;
        padding-bottom: 1rem; }
      /* line 987, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .articles article a p {
        color: #111111; }
      /* line 990, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .articles article a p.date {
        color: #8f9a9d; }
      /* line 993, themes/groparts.cz/static/groparts.cz/style/style.scss */
      .articles article a:hover {
        text-decoration: none; }
        /* line 995, themes/groparts.cz/static/groparts.cz/style/style.scss */
        .articles article a:hover h2 {
          color: #FD8700;
          text-decoration: underline; }

/* line 1006, themes/groparts.cz/static/groparts.cz/style/style.scss */
.cta-mg {
  position: absolute;
  right: 40px;
  bottom: 40px;
  opacity: 0.1; }
  /* line 1011, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .cta-mg:hover {
    opacity: 1; }

/* line 1017, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-info .nav-product-tabs {
  color: #000;
  font-weight: bold; }
  /* line 1020, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .product-info .nav-product-tabs a {
    display: inline-block;
    padding: 10px 30px 10px 0;
    text-decoration: none;
    color: #000; }

/* line 1027, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-info h1 {
  margin-bottom: 2rem;
  padding-bottom: 0; }

/* line 1028, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-info h2 {
  padding-top: 0rem;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #FD8700;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1rem; }

/* line 1037, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-info h3 {
  padding-top: 3rem;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  color: #FD8700;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1rem; }

/* line 1046, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-info h4 {
  font-size: 19px;
  font-weight: 700;
  padding: 2rem 0 1rem; }

/* line 1052, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-info .small-info span {
  display: inline-block;
  margin-right: 20px; }
  /* line 1055, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .product-info .small-info span a {
    color: #3B4D4D; }

/* line 1060, themes/groparts.cz/static/groparts.cz/style/style.scss */
.ajax-search-result {
  display: none; }

/* line 1062, themes/groparts.cz/static/groparts.cz/style/style.scss */
.toast-container {
  z-index: 9999; }

/* line 1065, themes/groparts.cz/static/groparts.cz/style/style.scss */
.active .img-thumbnail {
  border-color: #FD8700; }

/* line 1068, themes/groparts.cz/static/groparts.cz/style/style.scss */
.table th {
  font-weight: bold;
  color: #FD8700; }

/* line 1072, themes/groparts.cz/static/groparts.cz/style/style.scss */
.table a {
  color: #FD8700; }

/* line 1075, themes/groparts.cz/static/groparts.cz/style/style.scss */
.table.table-striped > tbody > tr:nth-of-type(odd) > th {
  font-weight: bold;
  color: #FD8700; }

/* line 1081, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-cart {
  padding: 1rem 1.5rem;
  background: #F8F8F8;
  margin-top: 2rem; }

/* line 1086, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-stock {
  display: block;
  font-size: 14px;
  padding: 0.2rem 0.3rem; }
  /* line 1092, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .product-stock svg {
    max-height: 38px;
    width: auto; }
    /* line 1095, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .product-stock svg path {
      fill: #4d4d4d; }
  /* line 1100, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .product-stock a {
    color: black;
    text-decoration: none; }

/* line 1106, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-quantity .minus-btn, .product-quantity .plus-btn {
  color: #000;
  padding: 1rem;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: white; }

/* line 1114, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-quantity .desc {
  color: gray;
  padding: 0 1rem 0 1rem; }

/* line 1118, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-quantity input {
  width: 55px;
  padding: 1rem 0;
  font-size: 1em;
  font-weight: 300;
  color: #000;
  text-align: center;
  outline: none;
  border: 0;
  border-left: none;
  border-right: none;
  background: white; }

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

/* line 1139, themes/groparts.cz/static/groparts.cz/style/style.scss */
.btn-product {
  background: #FD8700;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 15px; }
  /* line 1146, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-product:hover {
    background: #FD8700;
    color: white; }
    /* line 1149, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .btn-product:hover .btn-icon {
      background: #40ad2f;
      color: white; }
  /* line 1154, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-product .btn-icon {
    display: inline-block;
    border-radius: 4px 0 0 4px;
    border: 0;
    padding: 1rem;
    background: #319123;
    color: white; }
  /* line 1164, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .btn-product .btn-text {
    display: inline-block;
    padding: 1rem; }

/* line 1170, themes/groparts.cz/static/groparts.cz/style/style.scss */
.file-card {
  display: inline-block;
  background: white;
  color: #2d2d2d;
  text-decoration: none;
  text-align: center;
  border-radius: 4px; }
  /* line 1177, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .file-card i {
    display: block;
    margin: 0 auto 15px;
    font-size: 35px;
    color: #d4d4d4; }
  /* line 1183, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .file-card:hover {
    border-color: #FD8700 !important;
    color: #000;
    text-decoration: underline; }
    /* line 1187, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .file-card:hover i {
      color: #FD8700; }

/* line 1191, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-description h3 {
  font-size: 21px;
  color: #2d2d2d; }

/* line 1195, themes/groparts.cz/static/groparts.cz/style/style.scss */
.product-description ul {
  list-style: none;
  padding-left: 0; }
  /* line 1198, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .product-description ul li {
    margin: 0.5rem; }
    /* line 1200, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .product-description ul li:before {
      font-family: 'Font Awesome 5 free';
      content: "\f00c";
      font-weight: 900;
      color: #4caf50;
      padding: 0.2rem;
      margin-right: 1rem; }

/* line 1213, themes/groparts.cz/static/groparts.cz/style/style.scss */
.alert-box {
  background: #6f6f6f;
  color: white;
  padding: 1.5rem; }
  /* line 1217, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .alert-box p {
    padding: 0 55px;
    margin: 0;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.89); }
    /* line 1222, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .alert-box p b {
      color: white;
      font-weight: bold; }

/* line 1229, themes/groparts.cz/static/groparts.cz/style/style.scss */
.dash-container {
  margin: 5px 5px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  @media (max-width: 1199px) {
    /* line 1229, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .dash-container {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991px) {
    /* line 1229, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .dash-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 575px) {
    /* line 1229, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .dash-container {
      grid-template-columns: repeat(2, 1fr); } }

/* line 1248, themes/groparts.cz/static/groparts.cz/style/style.scss */
.dash-item {
  background-color: #f4f4f4;
  color: black;
  padding: 10px;
  text-decoration: none;
  margin: 0 0 5px 5px;
  text-align: center; }
  /* line 1255, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .dash-item span {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300; }
  /* line 1263, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .dash-item:hover {
    background: white;
    color: #000; }
    /* line 1266, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .dash-item:hover span {
      text-decoration: underline; }

/* Item can be any kind of box from here . flex/grid/block */
/* line 1275, themes/groparts.cz/static/groparts.cz/style/style.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  border-radius: 5px; }

/* line 1280, themes/groparts.cz/static/groparts.cz/style/style.scss */
.compare_price {
  color: #b5b5b5;
  text-decoration: line-through;
  padding-right: 10px; }

/* line 1287, themes/groparts.cz/static/groparts.cz/style/style.scss */
.accordion-faq .accordion-header {
  padding-top: 0; }

/* line 1288, themes/groparts.cz/static/groparts.cz/style/style.scss */
.accordion-faq .accordion-button {
  background: #fff;
  color: #990054;
  font-size: 18px; }
  /* line 1292, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .accordion-faq .accordion-button:hover, .accordion-faq .accordion-button:focus {
    outline: 0 !important;
    box-shadow: none; }
  /* line 1297, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .accordion-faq .accordion-button p {
    padding-bottom: 0;
    margin-bottom: 0; }

/* line 1306, themes/groparts.cz/static/groparts.cz/style/style.scss */
.lang-dropdown {
  background: transparent; }
  /* line 1310, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .lang-dropdown .dropdown-toggle::after {
    display: none; }
  /* line 1316, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .lang-dropdown .dropdown-toggle.show {
    background: white; }
  /* line 1324, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .lang-dropdown a.dropdown-item {
    background: transparent !important; }
    /* line 1328, themes/groparts.cz/static/groparts.cz/style/style.scss */
    .lang-dropdown a.dropdown-item:hover {
      font-weight: bold; }
  /* line 1336, themes/groparts.cz/static/groparts.cz/style/style.scss */
  .lang-dropdown .dropdown-menu {
    top: -3px !important;
    border-radius: 0 0 10px 10px; }
