@media screen and (max-width: 991px) {
  .std-dropdown {
    margin-top: 10px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  #LoginModal .modal-body .middle-content .custom-checkbox {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  #LoginModal .modal-body .middle-content {
    flex-flow: column-reverse;
  }
  #LoginModal .modal-body .middle-content .remember-me {
    margin-bottom: 15px;
  }
  #LoginModal .modal-body .action-buttons {
    flex-flow: column;
    align-items: initial;
    margin-top: 40px;
    padding: 0;
  }
  #LoginModal .modal-body .action-buttons .btn--red {
    margin-bottom: 20px;
  }
  #LoginModal .modal-body .action-buttons .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .moving-menu .underline-div {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .moving-menu {
    margin-bottom: 25px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .product-slider-placeholder > a {
    max-width: 70vw;
  }
}
@media (max-width: 1261px) {
  .product-block-placeholder {
    flex: 0 0 33.33%;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 0px;
  }
  .product-block-placeholder .product-block-top {
    height: 8em;
  }
  .product-block-placeholder .product-block-body .product-description {
    min-height: 95px;
    margin-bottom: 25px;
    max-height: 105px;
    overflow: hidden;
  }
  .product-block-placeholder .product-block-body .btn-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-bottom: 0;
  }
  .product-block-placeholder .product-block-body .btn-placeholder button {
    min-width: 100%;
    padding: 0;
  }
  .product-block-placeholder .product-block-body .product-stock {
    font-size: 14px;
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 752px) {
  .product-block-placeholder {
    flex: 0 0 50%;
    min-width: inherit;
  }
}
@media (max-width: 476px) {
  .product-block-placeholder {
    flex: 0 0 100%;
    min-width: inherit;
    border: 1px solid #e3e7f0;
    border-top: 0px;
    padding-bottom: 0px;
  }
  .product-block-placeholder:after {
    content: none;
  }
  .product-block-placeholder .product-block-top {
    height: auto;
  }
  .product-block-placeholder .product-block-top .product-name {
    margin-top: 15px;
    padding: 0 15px;
  }
  .product-block-placeholder .product-block-body .divider {
    margin: 15px;
  }
  .product-block-placeholder .product-block-body .product-description {
    padding: 0px 15px;
  }
  .product-block-placeholder .product-block-body .btn-placeholder {
    padding: 0 15px;
  }
  .product-block-placeholder .product-block-body .btn-placeholder a {
    width: 100%;
  }
}