@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/*@import 'simple-sidebar.scss';*/
html {
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

/* HEADER SECTION */
.top-bar {
  padding: .5rem 1rem; }

.navbar-brand img {
  max-width: 130px; }
  @media (min-width: 1199.98px) {
    .navbar-brand img {
      max-width: 150px; } }

#navbarCollapse > .nav-link {
  color: rgba(0, 0, 0, 0.95); }
  @media (max-width: 991.98px) {
    #navbarCollapse > .nav-link {
      font-size: .8rem;
      padding-left: 1rem;
      padding-right: 1rem; } }
#navbarCollapse .megamenu-content {
  display: flex;
  flex-wrap: wrap; }
  #navbarCollapse .megamenu-content .menu-col {
    width: 25%; }
    @media (max-width: 767.98px) {
      #navbarCollapse .megamenu-content .menu-col {
        width: 50%; } }
    @media (max-width: 575.98px) {
      #navbarCollapse .megamenu-content .menu-col {
        width: 100%; } }
    #navbarCollapse .megamenu-content .menu-col > div {
      margin: 20px 0;
      padding-top: 10px; }
      #navbarCollapse .megamenu-content .menu-col > div:first-of-type {
        padding-top: 0; }
      @media (max-width: 575.98px) {
        #navbarCollapse .megamenu-content .menu-col > div {
          margin: 10px 0; } }
      #navbarCollapse .megamenu-content .menu-col > div ul {
        list-style: none;
        padding: 0; }
        #navbarCollapse .megamenu-content .menu-col > div ul li {
          margin-bottom: 7px; }
          #navbarCollapse .megamenu-content .menu-col > div ul li a {
            color: #666;
            font-size: 16px; }
            #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge {
              display: flex;
              align-items: center; }
              #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge span {
                font-size: 10px;
                color: #212529;
                background-color: #ffd65a;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: .1rem .3rem;
                margin-left: 7px; }
            #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge.slevy:link, #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge.slevy:visited {
              color: red;
              transition: color .2s ease-in-out; }
              #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge.slevy:link span, #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge.slevy:visited span {
                color: white;
                font-weight: 300;
                background-color: red; }
            #navbarCollapse .megamenu-content .menu-col > div ul li a.with-badge.slevy:hover {
              color: black; }

.navbar .navbar-toggler i {
  font-size: 24px; }

.benefits {
  padding: 1.5rem 0; }
  @media (max-width: 991.98px) {
    .benefits {
      /*padding:.5rem;*/ } }
  .benefits a:link, .benefits a:hover, .benefits a:visited {
    color: #343a40; }
  .benefits img.picto {
    padding-right: 1rem; }
    @media (max-width: 991.98px) {
      .benefits img.picto {
        width: 4.5rem; } }
  .benefits .service-text {
    color: #343a40; }

.service-column {
  border: none; }
  @media (max-width: 991.98px) {
    .service-column:first-of-type, .service-column:last-of-type {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (max-width: 767.98px) {
    .service-column {
      justify-content: left;
      padding: 1rem;
      padding-bottom: 1.2rem; } }

.navbar-light .navbar-icon-link-badge {
  background: #FE4110; }

/* // HEADDER section */
.main-footer .service-column {
  border: none; }
  .main-footer .service-column img.picto {
    max-width: 80px; }

@media (max-width: 767.98px) {
  #product-detail h1 {
    font-size: 1.9em; } }
@media (max-width: 767.98px) {
  #product-detail .owl-carousel.detail-full .owl-dots {
    bottom: 1rem; } }
@media (min-width: 991.98px) {
  #product-detail .owl-carousel.detail-full .owl-dots {
    display: none; } }
#product-detail .owl-carousel.detail-full .sv-slider-item img {
  width: 100%;
  height: 200px; }
#product-detail .owl-carousel.detail-full .sv-slider .owl-thumbs {
  white-space: nowrap;
  overflow: auto; }
#product-detail .owl-carousel.detail-full .owl-thumbs button > img {
  width: 200px;
  height: 100px; }
#product-detail .owl-carousel.detail-full .topgal-owl-nav {
  position: absolute;
  z-index: 1000;
  width: 90%;
  bottom: 45%;
  left: 5%;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1199.98px) {
    #product-detail .owl-carousel.detail-full .topgal-owl-nav {
      top: 50%; } }
  #product-detail .owl-carousel.detail-full .topgal-owl-nav a {
    border: solid 0.5px rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      #product-detail .owl-carousel.detail-full .topgal-owl-nav a {
        width: 40px;
        height: 40px; } }
    #product-detail .owl-carousel.detail-full .topgal-owl-nav a.disabled {
      opacity: 0; }
    #product-detail .owl-carousel.detail-full .topgal-owl-nav a:hover, #product-detail .owl-carousel.detail-full .topgal-owl-nav a:focus, #product-detail .owl-carousel.detail-full .topgal-owl-nav a:active {
      color: var(--light); }
    #product-detail .owl-carousel.detail-full .topgal-owl-nav a:first-of-type {
      margin-left: 40px; }
      @media (max-width: 1350px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a:first-of-type {
          margin-left: 0; } }
      @media (max-width: 1199.98px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a:first-of-type {
          margin-left: 40px; } }
      @media (max-width: 575.98px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a:first-of-type {
          margin-left: 0; } }
    #product-detail .owl-carousel.detail-full .topgal-owl-nav a:last-of-type {
      margin-right: 40px; }
      @media (max-width: 1350px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a:last-of-type {
          margin-right: 0; } }
      @media (max-width: 1199.98px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a:last-of-type {
          margin-right: 40px; } }
      @media (max-width: 575.98px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a:last-of-type {
          margin-right: 0; } }
    #product-detail .owl-carousel.detail-full .topgal-owl-nav a span {
      font-size: 30px;
      line-height: 30px; }
      @media (max-width: 575.98px) {
        #product-detail .owl-carousel.detail-full .topgal-owl-nav a span {
          font-size: 25px;
          line-height: 25px; } }
@media (max-width: 575.98px) {
  #product-detail .nav-tabs li.nav-item a {
    padding-left: 0; } }
#product-detail #description {
  font-size: 1rem; }
  #product-detail #description br {
    display: block;
    height: 1.1875rem;
    content: ''; }
#product-detail #product-3d-preview {
  margin: 40px auto 0px auto;
  max-width: 640px;
  width: 100%;
  height: 640px; }
  @media (max-width: 575.98px) {
    #product-detail #product-3d-preview {
      height: 340px;
      margin-top: 20px; } }
#product-detail #video-presentation {
  display: flex;
  justify-content: center; }
  @media (max-width: 991.98px) {
    #product-detail #video-presentation iframe {
      width: 100%;
      height: calc(100vw * 0.5625); } }

#category .hero-content {
  margin-bottom: 3rem; }
  @media (max-width: 767.98px) {
    #category .hero-content {
      margin-bottom: 1.5rem; } }
#category header.product-grid-header > div {
  flex: 1; }
  #category header.product-grid-header > div form {
    display: flex;
    align-items: center; }
    @media (max-width: 500px) {
      #category header.product-grid-header > div form {
        flex-direction: column; } }
    #category header.product-grid-header > div form p {
      margin-bottom: 0; }
      @media (max-width: 500px) {
        #category header.product-grid-header > div form p {
          margin-bottom: 15px; } }
      #category header.product-grid-header > div form p input {
        display: none; }
      #category header.product-grid-header > div form p label {
        margin-bottom: 0; }
    #category header.product-grid-header > div form span {
      margin-right: 15px; }
      @media (max-width: 500px) {
        #category header.product-grid-header > div form span {
          margin-bottom: 7px; } }
    #category header.product-grid-header > div form button[type="submit"] {
      margin-left: 15px;
      border: solid 1px #d4d4d4; }
      #category header.product-grid-header > div form button[type="submit"]:hover {
        background-color: #e1e1e1; }
      @media (max-width: 500px) {
        #category header.product-grid-header > div form button[type="submit"] {
          margin-left: 0; } }
    #category header.product-grid-header > div form a:first-of-type {
      margin-right: 10px; }
    #category header.product-grid-header > div form strong {
      color: #e84000;
      font-size: 1.0625rem;
      text-decoration: underline; }
  #category header.product-grid-header > div .cut-filter {
    display: flex;
    align-items: center; }
    @media (max-width: 500px) {
      #category header.product-grid-header > div .cut-filter {
        flex-direction: column; } }
    #category header.product-grid-header > div .cut-filter span {
      margin-right: 15px; }
      @media (max-width: 500px) {
        #category header.product-grid-header > div .cut-filter span {
          margin-bottom: 7px; } }
    #category header.product-grid-header > div .cut-filter a {
      margin-left: 15px;
      border: solid 1px #d4d4d4; }
      #category header.product-grid-header > div .cut-filter a:hover {
        background-color: #e1e1e1; }
      @media (max-width: 500px) {
        #category header.product-grid-header > div .cut-filter a {
          margin-left: 0; } }
    #category header.product-grid-header > div .cut-filter strong {
      color: #e84000;
      font-size: 1.0625rem; }
      @media (max-width: 500px) {
        #category header.product-grid-header > div .cut-filter strong {
          margin-bottom: 15px; } }
#category #categories-menu a.nav-link.active {
  background-color: #f7f7f7;
  border: solid 1px #e1e1e1; }
#category #categories-menu a.nav-link span {
  text-transform: lowercase;
  display: block; }
  #category #categories-menu a.nav-link span::first-letter {
    text-transform: uppercase; }

.product-list .product {
  overflow: hidden; }
  .product-list .product .product-image {
    border: none; }
    .product-list .product .product-image.recommended {
      padding: 7px; }
  @media (max-width: 991.98px) {
    .product-list .product .product-text h5 {
      font-size: .85rem;
      line-height: normal; }
    .product-list .product .btn {
      font-size: .65rem;
      padding: .3rem .5rem; } }
  .product-list .product .ribbon-info {
    background-color: #ffb620 !important;
    font-size: 0.625rem;
    letter-spacing: 3px;
    padding: 2px 5px;
    left: -13px; }
    .product-list .product .ribbon-info:before {
      border-top: 10px solid #6227c3;
      border-top-color: #bd8511;
      bottom: -10px; }
.product-list .product h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem; }
@media (max-width: 575.98px) {
  .product-list.category .product {
    text-align: center;
    padding: 0; } }

.page-item.active .page-link {
  color: #CCC;
  background-color: #FFF;
  border-color: #DDD; }

/* TRANSPORT + PAYMENT page */
#transport label {
  cursor: pointer; }
@media (max-width: 500px) {
  #transport h6 {
    text-align: center;
    line-height: 25px; } }
@media (max-width: 575px) {
  #transport .block-body {
    padding-left: 5px;
    padding-right: 5px; } }
#transport .block-body .item {
  border: solid 1px #fff; }
  #transport .block-body .item:hover {
    background-color: #f4f4f4; }
  #transport .block-body .item.selected {
    background-color: #f0f9fb;
    border-color: #bee5eb; }
  #transport .block-body .item .btn-tiny {
    font-size: 10px;
    letter-spacing: 0;
    /*color:#17a2b8;*/
    text-transform: none;
    /*font-weight:300;*/ }
  #transport .block-body .item input {
    cursor: pointer; }
  #transport .block-body .item div label span.logo {
    width: 60px;
    height: 21px;
    background-size: 60px 21px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer; }
    #transport .block-body .item div label span.logo.zasilkovnacz {
      background-image: url(https://widget.packeta.com/v5/static/media/logoCZ.fb20fb67.svg); }
    #transport .block-body .item div label span.logo.ppl {
      background-image: url(https://www.topgal.cz/images/buttons/trans2.svg); }
    #transport .block-body .item div label span.logo.CPDR {
      background-image: url(https://www.topgal.cz/images/buttons/trans3.svg); }
    #transport .block-body .item div label span.logo.CPNP {
      background-image: url(https://www.topgal.cz/images/buttons/trans4.svg); }
    #transport .block-body .item div label span.logo.CPNB {
      background-image: url(https://www.topgal.cz/images/buttons/trans5.svg); }
    #transport .block-body .item div label span.logo.prodejna, #transport .block-body .item div label span.logo.osobisty, #transport .block-body .item div label span.logo.osobny-odber {
      background-image: url(https://www.topgal.cz/images/buttons/trans6.svg); }
    #transport .block-body .item div label span.logo.gls, #transport .block-body .item div label span.logo.gls-sk, #transport .block-body .item div label span.logo.gls-shop-sk, #transport .block-body .item div label span.logo.gls-hu, #transport .block-body .item div label span.logo.gls-shop-hu, #transport .block-body .item div label span.logo.GLS {
      background-image: url(https://www.topgal.cz/images/buttons/GLS_Logo.svg); }
    #transport .block-body .item div label span.logo.inpost-locker {
      background-image: url(https://ik.imagekit.io/j5z1kf8mhl/inpost_logo_pl_isolated_0WBF98SSAif.svg);
      background-size: 55px; }
#transport .block-body.payment label {
  padding-left: 0 !important; }
#transport .block-body.note textarea {
  width: 100%;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #696969;
  padding: 7px; }
#transport .block-body.agreement {
  padding-top: 0; }
  #transport .block-body.agreement div {
    display: flex;
    align-items: center;
    margin-bottom: 7px; }
    #transport .block-body.agreement div:last-of-type {
      margin-bottom: 15px; }
    #transport .block-body.agreement div input {
      width: 25px;
      height: 25px;
      margin-right: 15px;
      flex: none; }
    #transport .block-body.agreement div label {
      margin-bottom: 0;
      font-size: 1rem; }
  #transport .block-body.agreement p {
    font-style: italic; }

#something-wrong .order-process-error-msg {
  display: flex;
  align-items: center; }
  #something-wrong .order-process-error-msg i {
    color: #ff2300;
    font-size: 55px;
    margin-right: 25px; }
  #something-wrong .order-process-error-msg strong {
    font-size: 1.0625rem;
    font-weight: normal; }

#wizard-hero .hero-content {
  padding-bottom: 48px; }
  @media (max-width: 767.98px) {
    #wizard-hero .hero-content {
      padding-bottom: 32px; } }
  #wizard-hero .hero-content.no-description {
    padding-bottom: 0; }

#cart #voucher-code {
  min-width: 0; }
#cart .cart-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px; }
  @media (min-width: 576px) {
    #cart .cart-container {
      max-width: none !important; } }
  @media (min-width: 576px) {
    #cart .cart-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    #cart .cart-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #cart .cart-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    #cart .cart-container {
      max-width: 1140px; } }
  @media (max-width: 1200px) {
    #cart .cart-container {
      width: 100%; } }
#cart .products .header {
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px; }
  #cart .products .header div {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    padding-left: 7px;
    padding-right: 7px; }
    #cart .products .header div:first-of-type {
      width: 50%; }
      @media (max-width: 767.98px) {
        #cart .products .header div:first-of-type {
          width: 80%; } }
      @media (max-width: 575.98px) {
        #cart .products .header div:first-of-type {
          width: 95%; } }
    #cart .products .header div:nth-of-type(2), #cart .products .header div:nth-of-type(3), #cart .products .header div:nth-of-type(4) {
      width: 15%;
      text-align: center; }
    @media (max-width: 767.98px) {
      #cart .products .header div.price-per-item-col {
        display: none; } }
    @media (max-width: 767.98px) {
      #cart .products .header div.items-count-col {
        display: none; } }
    @media (max-width: 575.98px) {
      #cart .products .header div.price-per-row-col {
        display: none; } }
    #cart .products .header div:nth-of-type(5) {
      width: 5%; }
#cart .products .items .item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: solid 1px #e1e1e1;
  padding: 10px 0; }
  #cart .products .items .item.set {
    margin-bottom: 0; }
  #cart .products .items .item div {
    padding-left: 7px;
    padding-right: 7px; }
    #cart .products .items .item div:first-of-type {
      width: 50%; }
      @media (max-width: 767.98px) {
        #cart .products .items .item div:first-of-type {
          width: 80%; } }
      @media (max-width: 575.98px) {
        #cart .products .items .item div:first-of-type {
          width: 95%; } }
    #cart .products .items .item div:nth-of-type(2), #cart .products .items .item div:nth-of-type(3), #cart .products .items .item div:nth-of-type(4) {
      width: 15%;
      text-align: center; }
    @media (max-width: 767.98px) {
      #cart .products .items .item div.price-per-item-col {
        display: none; } }
    @media (max-width: 767.98px) {
      #cart .products .items .item div.items-count-col {
        display: none; } }
    @media (max-width: 575.98px) {
      #cart .products .items .item div.price-per-row-col {
        display: none; } }
    #cart .products .items .item div:nth-of-type(5) {
      width: 5%; }
    #cart .products .items .item div .items-count-wrapper {
      display: flex;
      align-items: center; }
      #cart .products .items .item div .items-count-wrapper input {
        width: 50px; }
      #cart .products .items .item div .items-count-wrapper .btn-items {
        font-size: 19px; }
    #cart .products .items .item div.info {
      display: flex;
      align-items: center; }
      #cart .products .items .item div.info a img {
        margin-right: 10px; }
        @media (max-width: 575.98px) {
          #cart .products .items .item div.info a img {
            width: 120px; } }
      #cart .products .items .item div.info span.wrapper {
        display: flex; }
        @media (max-width: 767.98px) {
          #cart .products .items .item div.info span.wrapper {
            flex-direction: column; } }
        #cart .products .items .item div.info span.wrapper a {
          font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
          color: black; }
          #cart .products .items .item div.info span.wrapper a strong {
            font-weight: normal;
            font-size: 17px; }
        #cart .products .items .item div.info span.wrapper .sm-price {
          display: none;
          color: grey;
          margin-bottom: 10px; }
          @media (max-width: 767.98px) {
            #cart .products .items .item div.info span.wrapper .sm-price {
              display: block; } }
        #cart .products .items .item div.info span.wrapper .items-count-wrapper {
          display: none; }
          @media (max-width: 767.98px) {
            #cart .products .items .item div.info span.wrapper .items-count-wrapper {
              display: flex; } }
#cart .products .items .set-items {
  padding-top: 10px;
  padding-left: 173.5px;
  padding-right: 7.5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e1e1e1; }
  @media (max-width: 575.98px) {
    #cart .products .items .set-items {
      padding-left: 7.5px; } }
  #cart .products .items .set-items h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 13px; }
  #cart .products .items .set-items .set-item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    border-bottom: dashed 1px #e1e1e1;
    padding-bottom: 7px; }
    #cart .products .items .set-items .set-item:last-of-type {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    #cart .products .items .set-items .set-item div:first-of-type {
      width: 40px; }
    #cart .products .items .set-items .set-item div:nth-of-type(2) {
      margin-right: 10px; }
    #cart .products .items .set-items .set-item div img {
      max-width: 40px; }
#cart .products .items .total-price {
  padding-top: 15px;
  text-align: right;
  display: flex;
  justify-content: flex-end; }
  #cart .products .items .total-price span {
    font-size: 19px; }
  #cart .products .items .total-price strong {
    font-size: 19px;
    margin-left: 30px;
    margin-right: 9%; }
#cart .discount-form span a {
  display: none; }
  @media (max-width: 575.98px) {
    #cart .discount-form span a {
      display: inline-block; } }
#cart .discount-form .voucher-input-wrapper {
  display: flex; }
  @media (max-width: 575.98px) {
    #cart .discount-form .voucher-input-wrapper {
      display: none; }
      #cart .discount-form .voucher-input-wrapper.show {
        display: flex; } }
#cart .products button.deleteFromCart {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s; }
  #cart .products button.deleteFromCart:hover {
    color: red;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

#added-product-layer .lightboxFooter {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 999999999; }
  @media (min-width: 991.98px) {
    #added-product-layer .lightboxFooter {
      position: static; } }

input.quantity {
  width: 4rem !important;
  text-align: center; }

@media (min-width: 991.98px) {
  #transport-layer {
    width: 991.98px; } }
@media (max-width: 991.98px) {
  #transport-layer {
    width: calc(100% - 20px); } }
#transport-layer h3 {
  font-size: 19px;
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    #transport-layer h3 {
      font-size: 16px; } }
  @media (max-width: 600px) {
    #transport-layer h3 {
      text-align: center;
      line-height: 25px; } }
#transport-layer .branch-selector .search-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    #transport-layer .branch-selector .search-wrapper {
      display: block; } }
  #transport-layer .branch-selector .search-wrapper .search-by-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1; }
    @media (max-width: 600px) {
      #transport-layer .branch-selector .search-wrapper .search-by-input {
        margin-bottom: 15px;
        flex: 0; } }
    #transport-layer .branch-selector .search-wrapper .search-by-input input {
      border: solid 1px #e1e1e1;
      border-radius: 5px 0 0 5px;
      flex: 1;
      height: 32px;
      outline: none;
      padding: 0 10px;
      font-size: 16px;
      min-width: 0; }
    #transport-layer .branch-selector .search-wrapper .search-by-input a {
      background-color: #3e8cff;
      border-radius: 5px;
      color: white;
      height: 32px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      border-radius: 0 5px 5px 0; }
  #transport-layer .branch-selector .search-wrapper .search-around {
    margin-left: 30px; }
    @media (max-width: 600px) {
      #transport-layer .branch-selector .search-wrapper .search-around {
        margin-left: 0; } }
    #transport-layer .branch-selector .search-wrapper .search-around a {
      background-color: #3e8cff;
      border-radius: 5px;
      color: white;
      height: 32px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px; }
#transport-layer .branch-suggestions {
  display: flex; }
  #transport-layer .branch-suggestions .list {
    flex: 1;
    width: 50%; }
    #transport-layer .branch-suggestions .list table {
      width: calc(100% - 25px); }
      @media (max-width: 767.98px) {
        #transport-layer .branch-suggestions .list table {
          width: 100%; } }
      #transport-layer .branch-suggestions .list table tr:hover {
        background-color: #dbeaf8; }
      #transport-layer .branch-suggestions .list table tr:last-of-type td {
        border-bottom: 0; }
      #transport-layer .branch-suggestions .list table tr td {
        padding: 5px 0;
        border-bottom: solid 1px #e1e1e1;
        cursor: pointer; }
        #transport-layer .branch-suggestions .list table tr td.name {
          padding-left: 5px; }
        #transport-layer .branch-suggestions .list table tr td.actions {
          padding-left: 5px;
          text-align: right;
          white-space: nowrap; }
        #transport-layer .branch-suggestions .list table tr td a.choose, #transport-layer .branch-suggestions .list table tr td a.about {
          background-color: #3e8cff;
          border-radius: 5px;
          color: white;
          height: 32px;
          padding: 0 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          display: inline-flex; }
          #transport-layer .branch-suggestions .list table tr td a.choose.about, #transport-layer .branch-suggestions .list table tr td a.about.about {
            display: none; }
            @media (max-width: 767.98px) {
              #transport-layer .branch-suggestions .list table tr td a.choose.about, #transport-layer .branch-suggestions .list table tr td a.about.about {
                display: inline-flex; } }
  #transport-layer .branch-suggestions .branch-detail {
    width: 50%; }
    #transport-layer .branch-suggestions .branch-detail.sm {
      width: 100%; }
      #transport-layer .branch-suggestions .branch-detail.sm .cta-wrapper {
        text-align: center; }
    @media (max-width: 767.98px) {
      #transport-layer .branch-suggestions .branch-detail:not(.sm) {
        display: none; } }
    #transport-layer .branch-suggestions .branch-detail #branch-on-map {
      width: 100%;
      height: 350px;
      margin-bottom: 15px; }
      #transport-layer .branch-suggestions .branch-detail #branch-on-map.sm {
        width: 50%;
        display: flex; }
    #transport-layer .branch-suggestions .branch-detail .directions {
      line-height: 25px;
      margin-bottom: 15px; }
    #transport-layer .branch-suggestions .branch-detail .address {
      display: flex; }
      #transport-layer .branch-suggestions .branch-detail .address .photo {
        margin-right: 15px;
        margin-bottom: 15px; }
    #transport-layer .branch-suggestions .branch-detail .opening-hours {
      line-height: 25px;
      margin-bottom: 15px; }
      #transport-layer .branch-suggestions .branch-detail .opening-hours .day strong {
        display: inline-block;
        width: 40px; }
    #transport-layer .branch-suggestions .branch-detail .cta {
      background-color: #3e8cff;
      border-radius: 5px;
      color: white;
      height: 32px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      display: inline-flex; }
@media (max-width: 600px) {
  #transport-layer .delivery-times .cta-wrapper {
    text-align: center; } }
#transport-layer .delivery-times .cta-wrapper .cta {
  background-color: #3e8cff;
  border-radius: 5px;
  color: white;
  height: 32px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: inline-flex; }
#transport-layer .delivery-times .time {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  #transport-layer .delivery-times .time:last-of-type {
    margin-bottom: 0; }
  #transport-layer .delivery-times .time label {
    margin: 0;
    font-size: 17px; }
  #transport-layer .delivery-times .time input[type="radio"] {
    margin-right: 15px;
    cursor: pointer;
    width: 22px;
    height: 22px; }

.summary span.not-selected::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f071";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0%; }

.fancybox-slide > #branch-layer, .fancybox-slide > #branch-detail-layer, .fancybox > #added-product-layer {
  margin: .5rem; }

#branch-layer, #branch-detail-layer {
  height: 80vh;
  width: 95%;
  max-width: 1280px;
  padding: 1rem;
  overflow-x: hidden; }

#branch-layer #transportlogo {
  width: 84px;
  height: 28px;
  background-size: 84px;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer; }
  #branch-layer #transportlogo.zasilkovnacz {
    background-image: url(https://widget.packeta.com/v5/static/media/logoCZ.fb20fb67.svg); }
  #branch-layer #transportlogo.ppl {
    background-image: url(https://www.topgal.cz/images/buttons/trans2.svg); }
  #branch-layer #transportlogo.CPDR {
    background-image: url(https://www.topgal.cz/images/buttons/trans3.svg); }
  #branch-layer #transportlogo.CPNP {
    background-image: url(https://www.topgal.cz/images/buttons/trans4.svg); }
  #branch-layer #transportlogo.CPNB {
    background-image: url(https://www.topgal.cz/images/buttons/trans5.svg); }
  #branch-layer #transportlogo.prodejna, #branch-layer #transportlogo.osobisty, #branch-layer #transportlogo.osobny-odber {
    background-image: url(https://www.topgal.cz/images/buttons/trans6.svg); }
  #branch-layer #transportlogo.gls, #branch-layer #transportlogo.gls-sk, #branch-layer #transportlogo.gls-shop-sk, #branch-layer #transportlogo.gls-hu, #branch-layer #transportlogo.gls-shop-hu {
    background-image: url(https://www.topgal.cz/images/buttons/GLS_Logo.svg); }
  #branch-layer #transportlogo.inpost-locker {
    background-image: url(https://ik.imagekit.io/j5z1kf8mhl/inpost_logo_pl_isolated_0WBF98SSAif.svg);
    background-size: 55px; }

#branch-layer .map-wrapper, #branch-detail-layer .map-wrapper {
  height: 50%; }
#branch-layer .branch-detail, #branch-detail-layer .branch-detail {
  height: calc(50% - 1.5rem);
  margin-top: 1rem; }
  #branch-layer .branch-detail .branch-info-box, #branch-detail-layer .branch-detail .branch-info-box {
    padding-top: 1rem;
    flex: 1 1 auto;
    overflow-y: scroll; }

#branch-detail-layer {
  padding: 1rem; }
  #branch-detail-layer .branch-detail-wrapper {
    height: 100%;
    overflow-y: scroll; }

.branch-list-wrapper {
  height: calc((80vh - 5rem)); }
  .branch-list-wrapper .input-group-append button {
    font-size: 8px;
    width: 5rem; }

#data-branch-list {
  flex: 1 1 auto;
  overflow-y: scroll;
  /*border: solid 1px red*/ }

#data-branch-list .branch.selected {
  background-color: #f0f9fb; }

#data-branch-list .selected a {
  color: #0c5460 !important; }

#confirmation .confirmation-container {
  width: 767.98px;
  margin: 0 auto 25px auto; }
  @media (max-width: 808px) {
    #confirmation .confirmation-container {
      width: 100%;
      padding: 0 20px; } }
#confirmation h2 {
  font-size: 1.3125rem;
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 1.6875rem;
  text-align: center; }
#confirmation h3 {
  margin-bottom: 15px;
  line-height: 32px; }
  @media (max-width: 767.98px) {
    #confirmation h3 {
      text-align: center;
      font-size: 19px;
      text-decoration: underline; } }
#confirmation .status {
  font-size: 17px; }
  @media (max-width: 767.98px) {
    #confirmation .status {
      font-size: 15px; } }
  #confirmation .status p {
    text-align: center; }
#confirmation .payment-action {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  border-radius: 7px;
  padding: 20px; }
  #confirmation .payment-action p {
    font-size: 17px; }
    @media (max-width: 767.98px) {
      #confirmation .payment-action p {
        font-size: 15px; } }
    #confirmation .payment-action p:last-of-type {
      margin-bottom: 0; }
    #confirmation .payment-action p a.btn-pay {
      background-color: #9a6ee2;
      color: white;
      border: solid 1px white;
      border-radius: 5px; }
#confirmation .order-info {
  padding: 25px 0; }
  #confirmation .order-info .block {
    margin-bottom: 25px; }
    #confirmation .order-info .block .set-name {
      font-weight: bold;
      margin-bottom: 7px;
      color: #696969;
      font-size: 1.0625rem;
      padding-bottom: 7px;
      border-bottom: dashed 1px #e1e1e1; }
    #confirmation .order-info .block .item {
      line-height: 25px;
      padding-bottom: 7px;
      margin-bottom: 7px;
      font-size: 17px;
      border-bottom: solid 1px #e1e1e1; }
      @media (max-width: 767.98px) {
        #confirmation .order-info .block .item {
          font-size: 15px; } }
      #confirmation .order-info .block .item:last-of-type {
        border-bottom: 0; }
      #confirmation .order-info .block .item strong {
        display: block; }
        #confirmation .order-info .block .item strong a {
          font-weight: normal; }
      #confirmation .order-info .block .item.set-item strong {
        margin-left: 30px; }
      #confirmation .order-info .block .item > span.with-price, #confirmation .order-info .block .item > span.one-line {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #confirmation .order-info .block .item > span.with-price span.price, #confirmation .order-info .block .item > span.one-line span.price {
          font-weight: bold;
          margin-left: 20px;
          white-space: nowrap; }

ul.order-summary li.order-summary-item.last-product-item {
  border-bottom: solid 3px #ababab; }
ul.order-summary li.order-summary-item span.product-desc {
  display: flex;
  align-items: center; }
  ul.order-summary li.order-summary-item span.product-desc .badge {
    margin-right: 7px; }

#stores {
  padding-top: 30px; }
  #stores h2 {
    font-size: 2.3rem;
    margin-bottom: 25px; }
  #stores .fa, #stores .fab, #stores .fad, #stores .fal, #stores .far, #stores .fas {
    color: grey; }
  #stores .main {
    border: solid 10px #d8d8d8;
    display: flex;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px; }
    #stores .main h3 {
      color: #4e4e4e;
      font-size: 20px;
      margin-bottom: 15px; }
    #stores .main > div:first-of-type {
      display: flex;
      flex-direction: column; }
      #stores .main > div:first-of-type .contacts {
        display: flex;
        margin-bottom: 15px; }
        #stores .main > div:first-of-type .contacts a {
          width: 50%; }
      #stores .main > div:first-of-type .info {
        display: flex;
        margin-bottom: 15px; }
        #stores .main > div:first-of-type .info > div {
          width: 50%; }
          #stores .main > div:first-of-type .info > div h4 {
            font-size: 16px; }
          #stores .main > div:first-of-type .info > div i {
            display: inline-block;
            width: 60px;
            font-style: normal; }
      #stores .main > div:first-of-type .links {
        display: flex;
        justify-content: space-between;
        margin-top: auto; }
    #stores .main > div:last-of-type {
      margin-left: 15px; }
      #stores .main > div:last-of-type img {
        width: 100%; }
  #stores .stores-info {
    color: white;
    background-color: #ff9400;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px; }
  #stores .all {
    margin-bottom: 25px; }
    #stores .all > div {
      border: solid 1px #e1e1e1;
      border-top: none;
      padding: 1rem 0;
      margin: 0; }
      @media (max-width: 991.98px) {
        #stores .all > div {
          border: none;
          border-bottom: solid 1px #e1e1e1; } }
      #stores .all > div.ipartner {
        background-color: #E8F3FC;
        font-weight: bold; }
      #stores .all > div.vip-partner {
        background-color: #E8F3FC;
        font-weight: bold; }
      #stores .all > div:first-of-type {
        border-top: solid 1px #e1e1e1; }
        @media (max-width: 991.98px) {
          #stores .all > div:first-of-type {
            display: none; } }
      @media (max-width: 991.98px) {
        #stores .all > div div:first-of-type {
          border: 0; } }
      @media (max-width: 991.98px) {
        #stores .all > div div:last-of-type {
          border: 0; } }
  #stores .vip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px; }
    @media (max-width: 1199.98px) {
      #stores .vip {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      #stores .vip {
        grid-template-columns: repeat(1, 1fr);
        max-width: 450px;
        margin: 0 auto; } }
    #stores .vip .store {
      display: flex;
      flex-direction: column; }
      #stores .vip .store h4 {
        color: #373A3C;
        letter-spacing: 0; }
      #stores .vip .store .contact {
        display: flex;
        flex-direction: column;
        padding: 10px; }
        #stores .vip .store .contact span {
          color: #364751; }
          #stores .vip .store .contact span:first-of-type {
            margin-bottom: 7px; }
      #stores .vip .store .images {
        width: 100%;
        height: 348px;
        overflow: hidden; }
        #stores .vip .store .images a {
          width: auto; }
          #stores .vip .store .images a:first-of-type {
            display: block; }
          #stores .vip .store .images a .thumbnail {
            position: relative;
            width: 348px;
            height: 348px;
            overflow: hidden; }
          #stores .vip .store .images a .thumbnail img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 348px;
            width: auto;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          #stores .vip .store .images a .thumbnail img.portrait {
            width: 100%;
            height: auto; }
      #stores .vip .store .info-wrapper {
        display: flex;
        background-color: #f7f7f7;
        height: 100%;
        padding: 10px;
        justify-content: space-between; }
        @media (max-width: 400px) {
          #stores .vip .store .info-wrapper {
            flex-direction: column; } }
        @media (max-width: 400px) {
          #stores .vip .store .info-wrapper > div:first-of-type {
            margin-bottom: 10px; } }

#newsletter-form button {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  box-shadow: none !important; }
  #newsletter-form button span {
    font-size: 12px;
    letter-spacing: normal;
    margin-left: 5px;
    text-decoration: underline;
    line-height: normal;
    color: #343a40; }
#newsletter-form .help-block.form-error {
  color: red !important; }

#promo-boxes h2 {
  margin: 25px 0;
  text-align: center; }
@media (max-width: 991.98px) {
  #promo-boxes div img {
    width: 100%; } }
#promo-boxes div h5 {
  font-weight: 500;
  line-height: 1.15rem; }
  @media (max-width: 991.98px) {
    #promo-boxes div h5 {
      font-size: 1em; } }
  #promo-boxes div h5 a {
    color: #000; }
#promo-boxes div strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.2rem; }

#default-text-page {
  /*padding: 30px 0;*/ }
  @media (max-width: 991.98px) {
    #default-text-page {
      /*max-width: none;
      margin: 0 20px;*/ } }
  #default-text-page h2 {
    font-size: 2.1rem;
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      #default-text-page h2 {
        padding: 0 15px;
        font-size: 1.9rem;
        line-height: 2.4rem; } }
  @media (max-width: 767.98px) {
    #default-text-page .content-wrapper {
      /*padding: 0 15px;*/ } }
  #default-text-page .content-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 30px; }
    @media (max-width: 767.98px) {
      #default-text-page .content-wrapper h3 {
        font-size: 1.3rem;
        line-height: 1.9rem; } }
  #default-text-page .content-wrapper h4 {
    font-size: 1.3rem;
    margin: 20px 0; }
    @media (max-width: 767.98px) {
      #default-text-page .content-wrapper h4 {
        font-size: 1.1rem;
        line-height: 1.7rem; } }
  #default-text-page .content-wrapper .table {
    display: flex;
    justify-content: center; }
    #default-text-page .content-wrapper .table table {
      border-collapse: collapse;
      margin-bottom: 25px; }
      #default-text-page .content-wrapper .table table .centered {
        margin: 0 auto; }
      #default-text-page .content-wrapper .table table td, #default-text-page .content-wrapper .table table th {
      /*  line-height: 25px;
        font-size: 16px;
        color: #666;
    */
        padding: 7px 10px;
        border: solid 1px #e1e1e1; }
      #default-text-page .content-wrapper .table table th {
        background-color: grey; }
  #default-text-page .content-wrapper p {
  /*  line-height: 25px;
    font-size: 16px;
    color: #666;
*/ }
    #default-text-page .content-wrapper p .center {
      text-align: center; }
  #default-text-page .content-wrapper strong.important {
    color: #fe4110; }
  #default-text-page .content-wrapper li {
  /*  line-height: 25px;
    font-size: 16px;
    color: #666;
*/
    margin-bottom: 4px; }
  #default-text-page .content-wrapper img.full {
    width: 100%; }
  #default-text-page .content-wrapper img.w-100 {
    width: 100%; }
  @media (max-width: 767.98px) {
    #default-text-page .content-wrapper img.w-sm-100 {
      width: 100%; } }
  @media (max-width: 575.98px) {
    #default-text-page .content-wrapper img.w-xs-100 {
      width: 100%; } }
  @media (max-width: 991.98px) {
    #default-text-page .content-wrapper img.w-md-100 {
      width: 100%; } }
  #default-text-page .content-wrapper img.on-left {
    float: left;
    margin-right: 15px; }
  #default-text-page .content-wrapper img.on-right {
    float: right;
    margin-left: 15px; }
  #default-text-page .content-wrapper .youtube {
    display: flex;
    justify-content: center; }
    #default-text-page .content-wrapper .youtube iframe {
      width: 650px;
      height: 356px; }
      @media (max-width: 991.98px) {
        #default-text-page .content-wrapper .youtube iframe {
          width: 100%;
          height: calc(100vw * 0.5625); } }
  #default-text-page .content-wrapper #certificates p.gallery {
    display: flex; }
    #default-text-page .content-wrapper #certificates p.gallery a {
      width: 25%; }
      #default-text-page .content-wrapper #certificates p.gallery a img {
        width: 90%; }
  #default-text-page .content-wrapper #team div.people > div {
    display: flex; }
    @media (max-width: 991.98px) {
      #default-text-page .content-wrapper #team div.people > div {
        flex-direction: column;
        align-items: center; } }
    #default-text-page .content-wrapper #team div.people > div > div {
      width: 48%;
      border: solid 1px #d8d8d8;
      padding: 15px;
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      margin-right: 25px;
      background: #f4f4f4;
      border-radius: 5px; }
      @media (max-width: 991.98px) {
        #default-text-page .content-wrapper #team div.people > div > div {
          width: 75%; } }
      @media (max-width: 767.98px) {
        #default-text-page .content-wrapper #team div.people > div > div {
          width: 100%; } }
      @media (max-width: 575.98px) {
        #default-text-page .content-wrapper #team div.people > div > div {
          flex-direction: column;
          align-items: center;
          text-align: center; } }
      #default-text-page .content-wrapper #team div.people > div > div img {
        margin-right: 15px;
        border-radius: 5px; }
        @media (max-width: 575.98px) {
          #default-text-page .content-wrapper #team div.people > div > div img {
            margin-right: 0;
            margin-bottom: 15px; } }
      #default-text-page .content-wrapper #team div.people > div > div > div h3 {
        font-size: 1.125rem;
        margin-top: 0;
        margin-bottom: 7px; }
        @media (max-width: 575.98px) {
          #default-text-page .content-wrapper #team div.people > div > div > div h3 {
            text-align: center; } }
      #default-text-page .content-wrapper #team div.people > div > div > div h4 {
        font-size: 1rem;
        color: #666;
        margin-top: 0;
        margin-bottom: 10px; }
        @media (max-width: 575.98px) {
          #default-text-page .content-wrapper #team div.people > div > div > div h4 {
            text-align: center; } }
      #default-text-page .content-wrapper #team div.people > div > div > div p {
        margin-bottom: 3px; }
        #default-text-page .content-wrapper #team div.people > div > div > div p:last-of-type {
          margin-bottom: 0; }
        #default-text-page .content-wrapper #team div.people > div > div > div p i {
          width: 15px;
          margin-right: 15px;
          text-align: center; }
  #default-text-page .content-wrapper #sellout .info {
    display: flex;
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      #default-text-page .content-wrapper #sellout .info {
        flex-direction: column; } }
    #default-text-page .content-wrapper #sellout .info > div:first-of-type {
      margin-right: 25px; }
      @media (max-width: 767.98px) {
        #default-text-page .content-wrapper #sellout .info > div:first-of-type {
          margin-bottom: 25px; } }
    #default-text-page .content-wrapper #sellout .info table {
      width: 250px;
      margin-left: 25px; }
  #default-text-page .content-wrapper #sellout .maps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      #default-text-page .content-wrapper #sellout .maps {
        flex-direction: column; } }
    #default-text-page .content-wrapper #sellout .maps iframe {
      width: 48%; }
      @media (max-width: 767.98px) {
        #default-text-page .content-wrapper #sellout .maps iframe {
          width: 100%; } }
      @media (max-width: 767.98px) {
        #default-text-page .content-wrapper #sellout .maps iframe:first-of-type {
          margin-bottom: 25px; } }

#text-page-roadmap h2 {
  font-size: 2.1rem;
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    #text-page-roadmap h2 {
      padding: 0 15px;
      font-size: 1.9rem;
      line-height: 2.4rem; } }
@media (max-width: 767.98px) {
  #text-page-roadmap h2 {
    padding: 0; } }
@media (max-width: 767.98px) {
  #text-page-roadmap.container {
    max-width: none; } }
#text-page-roadmap article {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1; }
  #text-page-roadmap article:last-of-type {
    border-bottom: 0; }
  @media (max-width: 575.98px) {
    #text-page-roadmap article a.lg {
      display: none; } }
  #text-page-roadmap article a.sm {
    display: none; }
    @media (max-width: 575.98px) {
      #text-page-roadmap article a.sm {
        display: block; } }
  #text-page-roadmap article a img {
    flex: none;
    margin-right: 20px;
    width: 160px;
    height: 130px;
    object-fit: cover; }
    @media (max-width: 575.98px) {
      #text-page-roadmap article a img {
        width: 80px;
        height: 65px; } }
  #text-page-roadmap article div h3 {
    font-size: 1.1875rem; }
    @media (max-width: 575.98px) {
      #text-page-roadmap article div h3 {
        margin-bottom: 10px;
        line-height: 25px; } }
  #text-page-roadmap article div p {
    color: #696969;
    font-size: 1rem;
    line-height: 22px; }
    @media (max-width: 575.98px) {
      #text-page-roadmap article div p {
        display: flex; } }
#text-page-roadmap nav ul {
  display: flex; }
  #text-page-roadmap nav ul li {
    list-style: none; }
    #text-page-roadmap nav ul li:first-of-type {
      margin-left: auto; }
    #text-page-roadmap nav ul li:last-of-type {
      margin-right: auto; }
    #text-page-roadmap nav ul li a {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px #e1e1e1;
      text-decoration: none;
      margin: 0 5px; }
      #text-page-roadmap nav ul li a.selected {
        background-color: #FE4110;
        color: white; }

#contact-page p {
  line-height: 25px;
  font-size: 16px;
  color: #666; }
#contact-page .box-row {
  display: flex; }
  @media (max-width: 767.98px) {
    #contact-page .box-row {
      flex-direction: column; } }
  #contact-page .box-row .box {
    border: solid 10px #d8d8d8;
    width: 48%;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 15px;
    padding: 15px; }
    #contact-page .box-row .box:first-of-type {
      margin-right: 7px; }
      @media (max-width: 767.98px) {
        #contact-page .box-row .box:first-of-type {
          margin-right: 0; } }
    #contact-page .box-row .box:last-of-type {
      margin-left: 7px; }
      @media (max-width: 767.98px) {
        #contact-page .box-row .box:last-of-type {
          margin-left: 0; } }
    @media (max-width: 767.98px) {
      #contact-page .box-row .box {
        width: 100%; } }
    #contact-page .box-row .box h3 {
      font-size: 20px;
      color: #4e4e4e; }
    #contact-page .box-row .box p i {
      width: 30px; }
#contact-page .about, #contact-page .map, #contact-page .company {
  padding-top: 25px; }
  #contact-page .about h3, #contact-page .map h3, #contact-page .company h3 {
    font-size: 20px; }
  #contact-page .about p address, #contact-page .map p address, #contact-page .company p address {
    font-weight: bold; }
#contact-page .about p {
  line-height: 32px; }
#contact-page .map h3 {
  margin-bottom: 20px; }
#contact-page .map .iframe-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1199.98px) {
    #contact-page .map .iframe-wrapper iframe {
      width: 100%; } }

#adventages-page p {
  line-height: 25px;
  font-size: 16px;
  color: #666; }
#adventages-page .benefit {
  border: solid 10px #d8d8d8;
  padding: 15px;
  margin-bottom: 15px; }
  #adventages-page .benefit:last-of-type {
    margin-bottom: 0; }
  #adventages-page .benefit .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px; }
    #adventages-page .benefit .header img {
      margin-right: 25px; }
    #adventages-page .benefit .header div {
      display: flex;
      flex-direction: column;
      flex: 1; }
      #adventages-page .benefit .header div h3 {
        border-bottom: solid 1px #e1e1e1;
        padding-bottom: 7px;
        margin-bottom: 7px;
        font-size: 20px;
        color: #fe4110; }
      #adventages-page .benefit .header div h4 {
        font-size: 17px;
        line-height: 25px; }
  #adventages-page .benefit p {
    margin-bottom: 0; }

/* LIBOR */
a {
  color: #FE4110; }
  a:hover {
    color: red; }

.btn-outline-primary {
  color: #303138;
  border-color: #303138; }
  .btn-outline-primary:hover {
    border-color: #303138;
    background-color: #303138; }

.rounded {
  border-radius: 5px !important; }

.home-full-slider .owl-item h1 {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  font-weight: 700; }
  @media (min-width: 1199.98px) {
    .home-full-slider .owl-item h1 {
      font-size: 88px; } }

.home-full-slider .owl-item h5, .home-full-slider .owl-item p.lead {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 1199.98px) {
    .home-full-slider .owl-item h5, .home-full-slider .owl-item p.lead {
      font-size: 30px; } }

.home-full-slider .owl-item p.lead {
  text-transform: lowercase; }

.hpherocard .text {
  background-color: rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .hpherocard .text h2 {
    font-size: 1.3rem;
    font-weight: 500; }
    @media (min-width: 991.98px) {
      .hpherocard .text h2 {
        font-size: 2.3rem;
        font-weight: 700; } }
    @media (min-width: 1199.98px) {
      .hpherocard .text h2 {
        font-size: 5rem; } }

.hpnavig .card-img-overlay h2 {
  font-weight: 700;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4); }
  @media (min-width: 1199.98px) {
    .hpnavig .card-img-overlay h2 {
      font-size: 64px; } }

.btn {
  /*border-radius:8px;*/ }

@media (min-width: 991.98px) {
  .owl-dots {
    display: none; } }

.owl-theme.owl-dots-modern .owl-dots .owl-dot.active span {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

#product-detail .owl-carousel.detail-full .topgal-owl-nav.disabled {
  display: none; }

.main-footer .social-icons a {
  text-decoration: none; }
.main-footer .social-icons a:link, .main-footer .social-icons a:visited {
  color: #868e96; }
.main-footer .social-icons a:hover {
  color: #343a40; }
.main-footer .social-icons a.fb-yt:hover {
  color: red; }
.main-footer .suppportstripe a {
  color: black; }

#scrollTop {
  border: none;
  background: transparent;
  font-size: inherit; }

.jumbotron {
  margin-bottom: 1rem; }

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: transparent;
  min-height: 20rem;
  color: #FFF; }
  @media (min-width: 1199.98px) {
    .parallax {
      background-size: cover;
      background-position-x: 50%;
      background-position-y: 50%;
      min-height: 30rem; } }

.parallax.stores {
  background-image: url(https://ik.imagekit.io/j5z1kf8mhl/prodejny_heroimg_w1920_dimming_nOYf8wzGhIe.jpg);
  background-position: 50% -300px; }

@media screen and (max-width: 768px) {
  .vipstore:last-of-type {
    border-width: 0; } }
.vipstore .vip-photos {
  width: 100%;
  height: 13rem;
  overflow: hidden;
  border: solid 1px #CCC;
  position: relative; }

.text-shadow {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 576px) {
  .card-img-overlay h2 {
    font-size: 2.3rem; } }
.btn.btn-add2cart {
  display: block; }

@media screen and (max-width: 768px) {
  .detail-full-item {
    min-height: calc(100vw); }

  .btn.btn-add2cart {
    display: block;
    width: 100%; } }
@media screen and (min-width: 768px) {
  .jumbotron h3 {
    margin: 0 14rem;
    line-height: 1.4em; }

  .detail-full-item {
    height: calc(100vh - 210px - 4rem); }

  .infobox:nth-of-type(odd) {
    border-right: solid 1.5rem white !important; }

  .infobox:nth-of-type(even) {
    border-left: solid 1.5rem white !important; } }
.infobox div p i.fal, .infobox p span i {
  color: #868e96; }

.infobox .fa-resp {
  font-size: 3rem; }
  @media screen and (min-width: 768px) {
    .infobox .fa-resp {
      font-size: 3rem; } }

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #303138;
  border-color: #303138; }

/* costomizing Fant Awesome */
.fa-fb:hover .fa-stack .fa-circle {
  color: #3b5b98; }

.fa-yt:hover .fa-stack .fa-circle {
  color: #ff0000; }

.fa-ig:hover .fa-stack .fa-circle {
  color: #c32aa3; }

.fa-pin:hover .fa-stack .fa-circle {
  color: #bd081c; }

/* video  background hack */
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* testimonial carousel */
#testimonials {
  height: auto; }
  @media screen and (min-width: 768px) {
    #testimonials {
      height: 22rem; } }

.col-center {
  margin: 0 auto;
  float: none !important; }

.carousel {
  margin: 50px auto;
  padding: 0 70px; }

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px; }

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%; }

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%; }

.carousel .testimonial {
  padding: 30px 0 10px; }

.carousel .overview {
  font-style: italic; }

.carousel .overview b {
  text-transform: uppercase;
  color: #343a40; }

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none; }

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000; }

.carousel .carousel-indicators {
  bottom: -40px; }

.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
  border-width: 0; }

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

#accordionExample .card-header {
  background-color: #fff;
  border: none; }
#accordionExample span.fa-stack {
  color: #fe4110;
  font-size: 1em; }
#accordionExample span.fa-stack strong {
  font-weight: 400; }
#accordionExample .card {
  border: none;
  border-bottom: solid 1px #E4E4E4; }

.breadcrumb {
  padding: 0; }

.btn-link {
  color: black; }
  .btn-link:hover {
    color: #495057;
    text-decoration: underline; }

.card .btn-link {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.1em;
  padding: 0 1rem; }

.card-header [aria-expanded="true"]:after, .card-header [aria-expanded="false"]:after {
  font-family: 'Font Awesome 5 Duotone';
  content: "\f139";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -5%; }
  @media screen and (min-width: 768px) {
    .card-header [aria-expanded="true"]:after, .card-header [aria-expanded="false"]:after {
      margin-top: -1rem; } }

.card-header [aria-expanded="false"]:after {
  color: #fe4110;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.benefit i.fal {
  color: grey; }

.block-toggler[data-toggle="collapse"]::before, .block-toggler[aria-expanded="false"]::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
  content: "\f077";
  right: 10px; }

.block-toggler[aria-expanded="false"]::before {
  content: "\f078"; }

.block-toggler[data-toggle="collapse"].btn-filter {
  color: white;
  border: none; }

.block-toggler[aria-expanded="false"].btn-filter {
  background-color: #17a2b8; }

#showhidefilters[aria-expanded="false"] {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #FFF; }

#showhidefilters[aria-expanded="true"] {
  background-color: black;
  border-color: black;
  color: #FFF; }
  #showhidefilters[aria-expanded="true"]:hover {
    opacity: .73; }

.btn-colour {
  width: 2rem;
  height: 2rem; }

.btn-colour.active::after {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); */
  color: #FFF;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 30%;
  font-size: 12px; }

.btn-colour.darkcheck.active::after {
  color: #000; }

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem; }
  .custom-checkbox .custom-label {
    position: relative;
    vertical-align: middle; }
    .custom-checkbox .custom-label::before {
      position: absolute;
      top: 0;
      left: -1.5rem;
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      content: "";
      pointer-events: none;
      background-color: #fff;
      border: solid 1.5px #cfcfcf;
      transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .custom-checkbox .custom-label:hover::before {
      border-color: black; }
  .custom-checkbox.active .custom-label:before {
    background-color: #343a40;
    border-color: black;
    color: #FFF; }
  .custom-checkbox.active .custom-label:after {
    color: #FFF;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    top: .1rem;
    left: -1.25rem;
    font-size: 12px; }

.custom-control-input.checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #343a40;
  background-color: #343a40; }

.custom-control-input.checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); }

.form-filter .filter.type-checkbox {
  padding: 0; }
  .form-filter .filter.type-checkbox input {
    position: absolute;
    left: 9999; }
  .form-filter .filter.type-checkbox li {
    margin: 0;
    padding: 0;
    list-style: none; }
    .form-filter .filter.type-checkbox li a, .form-filter .filter.type-checkbox li label {
      display: block;
      margin: 0; }
    .form-filter .filter.type-checkbox li a {
      padding: 0.6rem 0.75rem;
      padding-left: 1.6em;
      color: black;
      position: relative;
      text-decoration: none; }
      .form-filter .filter.type-checkbox li a:hover {
        background-color: transparent; }
      .form-filter .filter.type-checkbox li a.active {
        background-color: transparent; }
      .form-filter .filter.type-checkbox li a.active::after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 100;
        content: "\f00c";
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px; }

.custom-checkbox-input {
  display: none; }

.custom-checkbox-text {
  padding: 1rem;
  background-color: #aaa;
  color: #555;
  cursor: pointer;
  user-select: none; }

.custom-checkbox-input:checked ~ .custom-checkbox-text {
  background-color: red;
  color: white; }

#categories-menu ul.nav {
  display: block; }
#categories-menu ul.nav.level-2 li a {
  padding-left: 2rem; }
#categories-menu .nav-item.sellout .nav-link {
  padding-left: 50px;
  font-weight: bold; }
#categories-menu .nav-item.sellout .nav-link:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  left: 20px;
  margin-left: -25px; }

.navbar {
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 768px) {
    .navbar {
      padding: 0 1rem; } }

@media screen and (max-width: 768px) {
  .navbar-airy .navbar-nav .nav-link {
    font-size: .93rem; } }
@media screen and (min-width: 992px) {
  .navbar-airy .navbar-nav .nav-link {
    font-size: .93rem !important;
    padding: 1.2rem 1rem; } }
@media screen and (min-width: 1200px) {
  .navbar-airy .navbar-nav .nav-link {
    font-size: 1rem !important; } }

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: block; }

  .dropdown-menu {
    margin-top: 0; }

  .dropdown-toggle {
    margin-bottom: 2px; }

  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
    margin-bottom: 0; }

  .navbar-airy .navbar-nav .nav-link {
    /*padding-bottom:1.2rem;*/ }

  .navbar-brand {
    /*      padding-top:0;
          position: relative;
          top: -.275rem;*/ } }
.navbar #megamenu-banner {
  background-size: cover;
  background-position: center center; }
  .navbar #megamenu-banner .banner-inner {
    height: 100%; }
    .navbar #megamenu-banner .banner-inner h3 {
      background-color: rgba(0, 0, 0, 0.33);
      border-radius: 4px;
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      font-weight: 600; }

.testimonials {
  background: #fefefe; }

@media screen and (min-width: 768px) {
  .testimonials .card {
    min-height: 20rem; }
    .testimonials .card.logo-ceneo {
      height: 27.5rem; } }

/*  .testimonials .testimonial:first-child {
    margin-top:2rem;
  }*/
.testimonials .testimonial.testimonial-logo:after {
  background: url(https://ik.imagekit.io/j5z1kf8mhl/heureka-badge-4reviews_SS91F7lX5.svg) 0 0 no-repeat;
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -25px; }

.testimonials .testimonial.testimonial-logo.logo-ceneo:after {
  background-image: url(https://ssl.ceneo.pl/shops/Content/img/badges/zo-right.svg);
  width: 100px;
  margin-left: -50px;
  bottom: 0; }

.detail-benefits {
  font-size: .45rem; }

@media screen and (max-width: 768px) {
  .detail-benefits h6 {
    display: block; } }

.search-area .close-btn {
  left: 50%;
  margin-left: 10rem; }
.search-area .search-area-form input {
  border: none;
  border-bottom: solid 1px #868686;
  padding: 1rem;
  height: 3rem;
  border-radius: 0; }
  @media screen and (max-width: 768px) {
    .search-area .search-area-form input {
      width: 80%;
      margin: 0 auto; } }
  .search-area .search-area-form input:focus {
    outline: none; }

#searchfield-container {
  width: auto; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none; }

#search-area-form input:focus, #search-area-form input:active {
  outline: none; }

#scrollTop {
  bottom: 2rem;
  left: 2rem;
  font-size: 1.7rem;
  width: 65px;
  height: 65px; }

form input.valid {
  background-image: none !important; }

.search-area {
  background: rgba(255, 255, 255, 0.95); }

.steps {
  display: flex;
  width: 100%; }

.step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important; }
  .step-item:first-child .step-progress {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .step-item:last-child .step-progress {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.step-progress {
  position: relative;
  width: 100%;
  height: 0.25rem; }

.step-count {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: -0.8125rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1.625rem; }

.step-label {
  padding-top: 1.5625rem; }
  .step-label > i {
    margin-top: -.25rem;
    margin-right: .425rem;
    font-size: 1.2em;
    vertical-align: middle; }

@media screen and (max-width: 576px) {
  .step-label {
    font-size: .8rem; }
    .step-label > i {
      display: none; } }
.steps-dark .step-item {
  color: #999; }
.steps-dark .step-count,
.steps-dark .step-progress {
  color: #fe696a;
  background-color: yellow; }
.steps-dark .step-item:hover {
  color: black; }
.steps-dark .step-item.active.current {
  color: grey;
  pointer-events: none; }
.steps-dark .step-item.active .step-count,
.steps-dark .step-item.active .step-progress {
  color: black;
  background-color: #6f42c1; }

.steps-light .step-item {
  color: #78838e; }
.steps-light .step-count,
.steps-light .step-progress {
  color: white;
  background-color: silver; }
.steps-light .step-item:hover {
  color: #495057; }
.steps-light .step-item.active.current {
  color: #000;
  pointer-events: none; }
.steps-light .step-item.active .step-count,
.steps-light .step-item.active .step-progress {
  color: white;
  background-color: #495057; }

.box-shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important; }

#filter .sidebar-heading {
  color: black;
  font-weight: 500; }

@media screen and (min-width: 991.98px) {
  #filter ul.nav .nav-link {
    padding: .15rem 1rem; } }

#filter ul.nav li {
  display: block;
  width: 100%; }
  #filter ul.nav li a strong {
    color: #fe4110;
    padding-right: 2rem;
    cursor: text; }
    #filter ul.nav li a strong:after {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 100;
      content: "\f104";
      display: inline-block;
      padding-left: .4rem; }
  #filter ul.nav li.sellout .nav-link {
    color: #17a2b8;
    font-weight: 600; }
  #filter ul.nav li.sellout .nav-link:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    content: "\f004";
    display: inline-block;
    padding-left: .4rem;
    color: #17a2b8; }
#filter .card-trans {
  width: 100%;
  /*height: 300px;*/
  color: white; }
#filter .card-img {
  width: 100%;
  height: 100%;
  /*background-color: black;*/
  /* fallback color */
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.2); }
#filter .card-trans:hover .card-img,
#filter .card-trans:focus .card-img {
  transform: scale(1.02);
  opacity: 0.8; }

.tooltip .tooltip-inner {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

.badge-orange {
  background-color: #fe4110;
  color: #fff; }

.badge-blue {
  background-color: blue;
  color: #fff; }

.product .badges {
  position: absolute;
  top: 1rem;
  width: 95%; }
  @media screen and (min-width: 991.98px) {
    .product .badges {
      width: 80%;
      margin-left: 10%; } }
  @media screen and (min-width: 1920px) {
    .product .badges {
      width: 70%;
      margin-left: 15%; } }

.product span.badge {
  font-size: 7px;
  color: #FFF;
  border-radius: 20px;
  padding: 5px 7px;
  font-weight: 450;
  height: 17px; }
  @media screen and (min-width: 991.98px) {
    .product span.badge {
      font-size: 10px;
      height: 20px;
      padding: 5px 10px; } }
  .product span.badge.novinka2020 {
    background-color: #4CCA4C; }
  .product span.badge.druha-jakost {
    background-color: #5CA5B8; }
  .product span.badge.vitez-testu-mfdnes {
    background-color: #6C54D1; }
  .product span.badge.badge.glowingbag {
    background-color: #B85DCB; }

.product .badges span.fa-stack.d-block {
  font-size: 15px; }
  @media screen and (min-width: 991.98px) {
    .product .badges span.fa-stack.d-block {
      font-size: 17px; } }
  .product .badges span.fa-stack.d-block span.DiscountInPercents {
    font-weight: 360;
    font-size: 8px; }
    @media screen and (min-width: 991.98px) {
      .product .badges span.fa-stack.d-block span.DiscountInPercents {
        font-size: 10px; } }

.btn:focus, btn.focus, btn:active, btn.active {
  outline: transparent none 0 !important; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  outline: transparent none 0 !important; }

@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px !important; } }
.product-hover-overlay .product-hover-overlay-link {
  text-decoration: none; }

.container-fluid.product-container {
  width: 92%; }
  @media screen and (min-width: 1200px) {
    .container-fluid.product-container {
      width: 80%; } }

@media screen and (min-width: 992px) {
  #filter .widget-list .area {
    height: 20rem;
    overflow: scroll; } }

.hpnavig .card .card-img-overlay.dimming, .owl-carousel .item.home-full-item .row.dimming {
  background-color: rgba(0, 0, 0, 0.2); }

.card.model-card .stars .text-muted {
  opacity: 0.3;
  color: #636363; }
@media screen and (max-width: 576px) {
  .card.model-card .icons h4 {
    font-size: 1.2rem; }
  .card.model-card .icons img.icon {
    height: 20px;
    width: 20px; } }
@media screen and (max-width: 320px) {
  .card.model-card .icons h4 {
    font-size: .95rem; } }

.discount-added-popup {
  max-width: 90%;
  height: auto; }
  @media screen and (min-width: 992px) {
    .discount-added-popup {
      max-width: 40%;
      max-height: 30%; } }

@media screen and (max-width: 767.98px) {
  .card.lidevtopgalu h2 {
    font-size: 2rem; }
  .card.lidevtopgalu h3 {
    font-size: 1rem;
    margin-bottom: 0; } }
@media screen and (max-width: 575.98px) {
  .card.lidevtopgalu h2 {
    font-size: 1.5rem; }
  .card.lidevtopgalu h3 {
    font-size: .93rem;
    margin-bottom: 0; } }

.rozhovor p {
  padding: 0;
  margin: 0; }

.carousel-control-prev-icon.dark, .carousel-control-next-icon.dark {
  background-color: black;
  border: solid 5px black; }

/*Vanocni landing page 2020 */
#xmshero {
  background-image: url("https://ik.imagekit.io/j5z1kf8mhl/herobanner_square_pVqQTvVvpc8H.jpg");
  background-size: contain;
  background-position-y: -2rem;
  background-repeat: no-repeat;
  background-color: #fff; }
  @media screen and (min-width: 991.98px) {
    #xmshero {
      background-image: url("https://ik.imagekit.io/j5z1kf8mhl/herobanner_p14sfS88FzgO.png");
      background-position-y: 0; } }
  #xmshero .card {
    background-color: transparent;
    color: #000;
    text-align: left; }
    #xmshero .card .card-header {
      background-color: transparent; }
      #xmshero .card .card-header h4 {
        font-size: .9rem; }
        @media screen and (min-width: 991.98px) {
          #xmshero .card .card-header h4 {
            font-size: 1.3rem; } }
  #xmshero .countdown .col h6 {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 991.98px) {
      #xmshero .countdown .col h6 {
        font-size: 3rem; } }

h1.hero {
  font-size: 1.6rem; }
  @media screen and (min-width: 991.98px) {
    h1.hero {
      font-size: 5rem; } }

h3.hero, .xmscat h3 {
  font-size: 1rem; }
  @media screen and (min-width: 991.98px) {
    h3.hero, .xmscat h3 {
      font-size: 3rem; } }

@media screen and (min-width: 991.98px) {
  .xmscounter h3 {
    font-size: 4rem;
    margin-top: 4rem; }
  .xmscounter h5 {
    font-size: 2.5rem; } }
.xmscounter .countdown .col h6 {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-weight: 700; }
  @media screen and (min-width: 991.98px) {
    .xmscounter .countdown .col h6 {
      font-size: 3rem;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } }

.xms-proc h3, .xmscat h3, h3.xms {
  font-size: 1.3rem; }
  @media screen and (min-width: 991.98px) {
    .xms-proc h3, .xmscat h3, h3.xms {
      font-size: 1.7rem; } }

@media screen and (min-width: 1199.98px) {
  #girlorboy .card-img-overlay {
    padding-right: 3rem; } }
#girlorboy .pink-shadow {
  text-shadow: 1px 2px 10px rgba(109, 0, 86, 0.7); }
#girlorboy .blue-shadow {
  text-shadow: 1px 2px 10px rgba(0, 70, 140, 0.77); }
#girlorboy h5 {
  font-weight: 700;
  letter-spacing: .1rem;
  font-size: 1.5rem; }
  @media screen and (min-width: 400px) {
    #girlorboy h5 {
      font-size: 2.5rem;
      padding-bottom: .7rem !important; } }
  @media screen and (min-width: 1199.98px) {
    #girlorboy h5 {
      font-size: 3.5rem; } }
#girlorboy h6 {
  font-weight: 500;
  letter-spacing: .1rem;
  font-size: 1.25rem; }
  @media screen and (min-width: 400px) {
    #girlorboy h6 {
      font-size: 1.65rem; } }
#girlorboy h6.icon {
  font-size: .8rem; }
  @media screen and (min-width: 1199.98px) {
    #girlorboy h6.icon {
      font-size: 1.2rem;
      margin-bottom: 1rem !important; } }
#girlorboy .btn {
  padding: 0.35rem .75rem;
  border-radius: 20px; }
  @media screen and (min-width: 1199.98px) {
    #girlorboy .btn {
      padding: .5rem 1rem;
      font-size: 1rem;
      margin-bottom: 1rem !important; } }

.xmscat .card h5.card-title {
  background-color: rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.5rem; }

.xmscat .card .btn {
  border-radius: 1rem;
  padding: .35rem .9rem; }

.btn-xms-pink {
  background-color: #F44DB1;
  color: #fff; }

.btn-xms-pink:hover, .btn-xms-pink:focus, .btn-xms-pink:active, .btn-xms-pink.active {
  background-color: #C20877;
  color: #fff !important; }

.btn-xms-blue {
  background-color: #00BCF9;
  color: #fff; }

.btn-xms-blue:hover, .btn-xms-blue:focus, .btn-xms-blue:active, .btn-xms-blue.active {
  background-color: #008DBB;
  color: #FFF !important; }

#xms-proc .accordion .card-header .fa-stack, #xms-proc .card-header [aria-expanded="false"]:after {
  color: #DC0000 !important; }

/* FACELIFT 2021 */
/* HOMEPAGE 2021 */
.hpnavig {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0; }
  .hpnavig .col-lg-3 {
    padding: 0; }
  .hpnavig .card {
    overflow: hidden;
    padding: 0; }
  .hpnavig .card-navig-main {
    min-height: 100px; }
    @media screen and (min-width: 1199.98px) {
      .hpnavig .card-navig-main {
        height: calc(100vh/2);
        min-height: 400px;
        max-height: 418px;
        border-radius: 10px; } }
    .hpnavig .card-navig-main .card-img-overlay.dimming {
      background: rgba(255, 255, 255, 0); }
      @media screen and (min-width: 1199.98px) {
        .hpnavig .card-navig-main .card-img-overlay.dimming {
          border-radius: 10px;
          width: 100%; } }
      .hpnavig .card-navig-main .card-img-overlay.dimming:hover {
        -webkit-backdrop-filter: saturate(1.3);
        backdrop-filter: saturate(1.3); }
      .hpnavig .card-navig-main .card-img-overlay.dimming h2, .hpnavig .card-navig-main .card-img-overlay.dimming h3 {
        font-size: .9rem;
        font-weight: 800;
        letter-spacing: .5px;
        text-transform: uppercase;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
        color: white; }
        @media screen and (min-width: 370px) {
          .hpnavig .card-navig-main .card-img-overlay.dimming h2, .hpnavig .card-navig-main .card-img-overlay.dimming h3 {
            font-size: 1.2rem; } }
        @media screen and (min-width: 1199.98px) {
          .hpnavig .card-navig-main .card-img-overlay.dimming h2, .hpnavig .card-navig-main .card-img-overlay.dimming h3 {
            font-size: 1.6rem;
            text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7); } }
      .hpnavig .card-navig-main .card-img-overlay.dimming a.btn {
        font-size: 10px;
        padding: 5px 10px; }
  @media screen and (min-width: 1199.98px) {
    .hpnavig .card-navig-side {
      height: calc(100vh/4);
      min-height: 200px;
      max-height: 209px; } }
  @media screen and (min-width: 1199.98px) {
    .hpnavig .card-img-overlay.dimming:hover .text-left {
      margin-bottom: 1.5rem; } }

#promo-boxes h2 {
  font-size: 1rem; }
#promo-boxes #products-wrapper {
  flex: 1 0 100%;
  max-width: 100%; }
#promo-boxes .products-wrapper .product {
  height: auto; }
  @media screen and (min-width: 1199.98px) {
    #promo-boxes .products-wrapper .product {
      min-width: calc(32.5% - 1rem); } }
  #promo-boxes .products-wrapper .product .uspText strong {
    font-size: 12px;
    margin: 0; }

/* filtrovaci formular + category layout 2021 */
.category-container {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 1575px; }
  @media screen and (min-width: 1199.98px) {
    .category-container {
      width: calc(100% - 80px);
      padding: 0 3rem; } }
  .category-container .filter-header .filter-header-button {
    width: 100%; }
    @media screen and (min-width: 1199.98px) {
      .category-container .filter-header .filter-header-button {
        width: 20%; } }

.products-main-wrapper {
  /*border:solid 1px green;*/ }

.form-filters-wrapper {
  flex: 0 0 calc(100%);
  width: 100%;
  /*   &.collapse:not(.show){
        @media screen and (min-width:$lg_threshold) {
          display: block;
        }    
    } */ }
  @media screen and (min-width: 1199.98px) {
    .form-filters-wrapper {
      display: block;
      width: 20%;
      min-width: 20%;
      max-width: calc(20%);
      position: sticky;
      top: 5rem; } }
  .form-filters-wrapper.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none; }
  .form-filters-wrapper .parameter .custom-checkbox {
    min-width: calc(50% - 5px); }

.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-flex: 1;
  flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  transition: width 2s; }
  @media screen and (min-width: 1199.98px) {
    .products-wrapper {
      width: 80%;
      flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      max-width: calc(80%);
      margin-left: auto; }
      .products-wrapper.full-width {
        flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        max-width: calc(100%);
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out; } }
  .products-wrapper .product {
    width: calc(50%);
    position: relative;
    margin-bottom: 0;
    overflow-y: hidden; }
    .products-wrapper .product .info-panel {
      /*      height:100px;
            position: relative;
            top:-1rem;*/ }
      .products-wrapper .product .info-panel h5 {
        font-size: .81rem; }
        .products-wrapper .product .info-panel h5.name {
          line-height: .88rem;
          padding: 0 .5rem .35rem; }
      .products-wrapper .product .info-panel .btn {
        font-size: 8px !important; }
      .products-wrapper .product .info-panel .uspText {
        line-height: .8rem;
        font-size: .65rem; }
    @media screen and (min-width: 991.98px) {
      .products-wrapper .product {
        max-width: calc(25% - 1rem);
        min-width: calc(25% - 1rem);
        width: calc(25% - 1rem);
        /*height:25rem;*/
        padding: 0;
        border-radius: 8px;
        margin-bottom: 1.7rem !important;
        border-top: solid .5px white;
        /*border:solid 1px grey;*/ }
        .products-wrapper .product:hover {
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.07);
          border-color: rgba(122, 122, 122, 0.3); }
        .products-wrapper .product:not(:nth-child(4n)) {
          margin-right: 1rem; }
        .products-wrapper .product:nth-child(4n+1) {
          margin-left: 1rem; }
        .products-wrapper .product .info-panel {
          /*height:110px;
          position: relative;
          top:-1.5rem;*/ }
          .products-wrapper .product .info-panel h5 {
            font-size: 1rem; }
            .products-wrapper .product .info-panel h5.name {
              line-height: 1.2rem;
              padding: 0 .8rem .2rem; }
          .products-wrapper .product .info-panel .btn {
            font-size: .8rem !important; }
          .products-wrapper .product .info-panel .uspText {
            line-height: .8rem;
            font-size: .8rem;
            padding-top: .35rem; } }
  .products-wrapper .product-image {
    border: none;
    /*top:-1rem;*/ }

@media screen and (min-width: 991.98px) {
  .products-wrapper.full-width .product {
    max-width: calc(20% - 1rem);
    min-width: calc(20% - 1rem);
    width: calc(20% - 1rem);
    margin: 0; }
    .products-wrapper.full-width .product:not(:nth-child(5n)) {
      margin-right: 1rem; }
    .products-wrapper.full-width .product:nth-child(5n+1) {
      margin-left: 1rem; } }

/* PRODUCT DETAIL 2021 */
.product-details .sticky-top {
  min-height: calc(100vw); }
  @media screen and (min-width: 1199.98px) {
    .product-details .sticky-top {
      min-height: calc(100vh - 130px); } }

#TransportInfo {
  padding: .5rem;
  background-color: #f0f9fb; }
  #TransportInfo .icon {
    font-size: 28px; }
  #TransportInfo .text {
    font-size: 14px;
    line-height: 14px; }

@media screen and (min-width: 1199.98px) {
  .product-details .col-cta {
    max-width: 300px; } }
.product-details .detail-benefits {
  font-size: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-flex: 1; }
  .product-details .detail-benefits .benefit {
    width: calc(100% / 3);
    margin-bottom: .2rem; }
    .product-details .detail-benefits .benefit .icon {
      font-size: 28px; }
    .product-details .detail-benefits .benefit .text {
      font-size: 14px;
      line-height: 14px;
      text-decoration: underline;
      text-decoration-style: dashed; }

.products-wrapper.similar-products.full-width .product {
  width: 33%; }
  @media screen and (min-width: 1199.98px) {
    .products-wrapper.similar-products.full-width .product {
      max-width: calc(30%);
      min-width: calc(30%);
      width: calc(30%); } }
  .products-wrapper.similar-products.full-width .product h5 {
    font-size: 1rem; }

/*.owl-carousel {

  @media screen and (min-width:$lg_threshold) {
    min-height:600px;
  }
  .owl-item {
    min-height: 600px;
    height:600px;
    border:solid 1px red;
  }
}
*/
/* OrderWIzard 2021 */
.steps .step-item {
  cursor: text; }

.steps .step-item.selected {
  font-weight: 700;
  color: #5e5e5e; }

.steps-light .step-item.selected .step-count, .steps-light .step-item.selected .step-progress {
  background-color: #858585; }

.step-label {
  padding-top: 1rem;
  line-height: 1rem; }

#cart .no-products {
  background: #FFF url(https://ik.imagekit.io/j5z1kf8mhl/emptycart_picture_lAtc2WZFy0VA.png) top center no-repeat;
  background-size: contain;
  height: calc(50vh + 70px); }
  @media screen and (min-width: 991.98px) {
    #cart .no-products {
      background-size: auto;
      height: calc(30vh + 70px); } }
#cart .CartSetProducts .CartSetProductsNames {
  font-size: 12px; }
#cart .input-group {
  width: 140px; }
  #cart .input-group button {
    padding: .45rem .6rem;
    font-size: .65rem;
    height: 1.8rem;
    width: 1.8rem; }
  #cart .input-group .quantity {
    height: 1.8rem;
    border-color: #ececec; }
#cart .ProductName {
  line-height: 16px; }
#cart .PricePerPcs {
  font-size: 12px; }
#cart #TransportInfo {
  font-size: .7rem;
  padding: .7rem;
  background-color: #f0f9fb; }
  #cart #TransportInfo h5.text {
    font-size: 12px;
    line-height: 16px; }
  @media screen and (min-width: 991.98px) {
    #cart #TransportInfo {
      font-size: 1rem; }
      #cart #TransportInfo h5.text {
        font-size: 14px;
        line-height: 18px; } }
#cart #voucher-code {
  font-size: 14px !important;
  padding: 2px .5rem;
  height: auto; }

.order-buttons .OrderCTABtn {
  font-size: 12px;
  padding: 1rem; }

/*Transport Page 2021 */
.method-radio {
  flex: 0 1 30px;
  max-width: 30px; }

.method-label {
  flex: 0 1 calc(100% - 30px);
  max-width: calc(100% - 40px); }

.method-price {
  flex: 0 1 3rem;
  min-width: 3rem;
  padding: 0;
  text-align: right; }

.method-title {
  flex: 1 0 calc(100% - 5rem);
  line-height: 18px; }

#transport .block-body .item {
  border-bottom: solid 1px #dadada; }
#transport .block-body .item:nth-last-child(1) {
  border-bottom: solid 1px white; }
#transport .block-body .item div label span.logo {
  background-size: 80px 30px;
  width: 80px;
  height: 30px; }
  #transport .block-body .item div label span.logo.paymentlogo {
    width: 1px;
    height: 1px;
      /*
        &.comgate {
            background: transparent url(https://ik.imagekit.io/j5z1kf8mhl/ComGate_methodsAll_cuNq6pD_x8l.png) top left no-repeat;
            background-size: contain;
            width:180px;
            height:50px; 
            overflow:hidden;

            @media(min-width: $lg_threshold) {
              width:500px;
              height:30px;   
              background-image: url(https://ik.imagekit.io/j5z1kf8mhl/ComGate_methodsAll_desktop_mbyLGe5LE.png);                
            }
        } 
      */ }
#transport .block-body .item span.name {
  margin-left: 0; }
#transport .block-body .selected-branch-info {
  border-top: solid .85px #bee5eb;
  padding-left: 30px;
  line-height: 18px; }
  @media screen and (min-width: 1199.98px) {
    #transport .block-body .selected-branch-info {
      padding-left: 130px; } }

.payment .payment-method {
  border-bottom: solid 1px #bee5eb;
  padding-left: 15px; }
  .payment .payment-method:nth-last-child(1) {
    border-bottom: none; }
  .payment .payment-method:hover, .payment .payment-method :active {
    background-color: #bee5eb; }
  .payment .payment-method .method-name {
    line-height: 16px; }

.payment .payment-method .method-logo {
  height: 30px; }
  .payment .payment-method .method-logo.LATER_ALL {
    width: 113px;
    height: 25px; }

/* Image-page  404 + NoCart */
.image-page-container {
  /*background: #FFF url(https://ik.imagekit.io/j5z1kf8mhl/emptycart_picture_lAtc2WZFy0VA.png) top center no-repeat;*/
  /*  background-size: contain;*/
  min-height: calc(50vw); }
  @media screen and (min-width: 991.98px) {
    .image-page-container {
      background-size: auto;
      /*height: calc(30vh + 70px);*/
      min-height: 500px; } }
  .image-page-container h2, .image-page-container h3 {
    font-size: 1rem; }

/* MODAL layer 2021 */
.fancybox-slide > .modal.modal-big {
  width: calc(100vw - 1rem);
  height: calc(100% - 2rem);
  margin: .5rem auto !important;
  padding: 1rem;
  max-height: 700px;
  max-width: 1140px; }
  @media screen and (min-width: 1199.98px) {
    .fancybox-slide > .modal.modal-big {
      max-height: 550px; } }

.modal.modal-big .recommendedProducts {
  height: calc(60vh - 12rem);
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1199.98px) {
    .modal.modal-big .recommendedProducts {
      height: auto; } }

.modal.modal-big .recommendedProducts .product {
  width: calc(50% - 5px);
  margin-bottom: 0; }
  .modal.modal-big .recommendedProducts .product .product-image {
    border: none; }
  .modal.modal-big .recommendedProducts .product .h5 {
    font-size: 12px;
    line-height: 16px; }
    @media screen and (min-width: 1199.98px) {
      .modal.modal-big .recommendedProducts .product .h5 {
        font-size: 16px;
        line-height: 22px; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.line-height-smaller {
  line-height: 75%; }

/*# sourceMappingURL=custom.css.map */
