/*products*/
@media screen and (max-width: 992px) {
  #page-products {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
  }
  #page-products .to-top-button {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 2rem;
    line-height: 1em;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
  }

  .eshop #page-products .data {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .eshop #page-home .row-products, .eshop #page-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .eshop #page-home .row-products .product-card, .eshop #page-products .product-card {
    width: 30%;
    margin-right: 5px;
  }
  .eshop #page-home .row-products .product-card .product-field.image, .eshop #page-products .product-card .product-field.image {
    height: auto;
  }
  .eshop #page-home .row-products .product-card img, .eshop #page-products .product-card img {
    max-height: none;
    width: 100%;
  }
  .eshop #page-home .row-products .data, .eshop #page-products .data {
    width: 100%;
  }

  #sidebar-right-switches {
    display: none;
  }

  #mobile-switches {
    display: block;
    margin-top: 75px;
    background: #222535;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mobile-switches .row div {
    text-align: center;
  }
  #mobile-switches button, #mobile-switches a {
    font-size: 1.4em;
  }

  #content {
    padding-top: 0px;
  }

  #sidebar {
    display: none;
  }

  #sidebar {
    width: 0px;
    display: none;
  }

  #content {
    width: 100%;
    margin-left: 0px;
  }

  #sidebar-right {
    display: none;
  }

  .sidebar-uncollapsed #sidebar {
    width: 350px;
    opacity: 1;
    display: block;
    z-index: 1000;
  }

  #sidebar-right {
    width: 350px;
  }

  #sidebar ul li a {
    width: 320px;
  }

  #sidebar-right, .eshop #sidebar-right {
    width: 350px;
    -webkit-box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .eshop #content {
    width: 100%;
  }

  .eshop #content #page-home .data, #page-products .data {
    /*width: calc(100% - 240px);*/
  }
  .eshop #content #page-home .data #page-home .data, .eshop #content #page-home .data #page-products .data, #page-products .data #page-home .data, #page-products .data #page-products .data {
    width: 100%;
  }

  .order-detail.basket-item h3 {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 100;
  }
  .order-detail.basket-item p strong {
    font-size: 1.1em;
  }
  .order-detail.basket-item p span {
    font-size: 1.2em;
    display: block;
    float: right;
    text-align: right;
    clear: right;
  }
  .order-detail.basket-item #send-order span.success, .order-detail.basket-item #send-order span.default {
    float: none;
    clear: both;
    text-align: center;
  }
  .order-detail.basket-item p.price-total strong {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 100;
    font-size: 0.6em;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  #content {
    width: calc(100% - 250px - 70px);
  }

  .eshop #page-home .row-products, .eshop #page-products .data {
    align-content: space-evenly;
  }
  .eshop #page-home .row-products .product-card, .eshop #page-products .data .product-card {
    width: 45%;
    margin-right: 15px;
  }
  .eshop #page-home .row-products .product-card .product-field.image, .eshop #page-products .data .product-card .product-field.image {
    height: auto;
  }
  .eshop #page-home .row-products .product-card img, .eshop #page-products .data .product-card img {
    max-height: none;
    width: 100%;
  }

  .product-row .price .product-value {
    font-size: 1.2em;
  }

  #sidebar-right {
    width: 350px;
  }

  #sidebar {
    width: 250px;
  }
}
@media screen and (max-width 1200px) {
  #content {
    width: calc(100% - 250px - 70px);
  }

  #sidebar-right {
    display: none;
  }
}
@media screen and (max-width > 768px) {
  #sidebar {
    width: 250px;
  }

  #content {
    width: calc(100% - 250px);
  }

  .sidebar-uncollapsed #sidebar {
    width: 80%;
  }

  .sidebar-uncollapsed #content {
    width: 80%;
  }
}
@media screen and (max-width: 760px) {
  .products-pagination {
    display: block;
    width: 100%;
    float: none;
    clear: both;
  }
  .products-pagination .pagination {
    margin-right: 15px;
  }

  .page-item.hidden-md-down {
    display: none;
  }

  .eshop #page-products .data {
    flex-direction: column;
  }

  .eshop #page-home .row-products, .eshop #page-products .data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .eshop #page-home .row-products .product-card, .eshop #page-products .data .product-card {
    width: 100%;
    margin-right: 0;
  }
  .eshop #page-home .row-products .product-card .product-field.image, .eshop #page-products .data .product-card .product-field.image {
    height: auto;
  }
  .eshop #page-home .row-products .product-card img, .eshop #page-products .data .product-card img {
    max-height: none;
    width: 100%;
  }

  #sidebar-right-switches {
    display: none;
  }

  #mobile-switches {
    display: block;
    margin-top: 75px;
    background: #222535;
    border-radius: 7px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mobile-switches button, #mobile-switches a {
    font-size: 1.4em;
  }

  #content {
    padding-top: 0px;
  }

  #sidebar {
    display: none;
  }

  #sidebar {
    width: 0px;
    display: none;
  }

  #content {
    width: 100%;
    margin-left: 0px;
  }

  #sidebar-right {
    display: none;
  }

  .sidebar-uncollapsed #sidebar {
    width: 65%;
    opacity: 1;
    display: block;
    z-index: 1000;
  }

  .sidebar-uncollapsed #content {
    width: 100%;
  }

  #sidebar-right, .eshop #sidebar-right {
    width: 90%;
    -webkit-box-shadow: -51px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -51px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -51px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .eshop #content {
    width: 100%;
  }

  .product-row, .basket-item, .eshop .basket-item, #page-orders .basket-item {
    margin-bottom: 15px;
    padding-top: 7px;
  }
  .product-row .has-line:after, .basket-item .has-line:after, .eshop .basket-item .has-line:after, #page-orders .basket-item .has-line:after {
    display: none;
  }
  .product-row .info-label, .basket-item .info-label, .eshop .basket-item .info-label, #page-orders .basket-item .info-label {
    position: static;
    marign: 0;
    padding: 0;
    text-align: left;
    display: inline;
  }
  .product-row span.product-value, .basket-item span.product-value, .eshop .basket-item span.product-value, #page-orders .basket-item span.product-value {
    margin: 0;
    display: block;
    width: 50%;
    float: right;
    margin-bottom: 5px;
    text-align: left;
  }
  .product-row .product-field.in-stock .product-value, .basket-item .product-field.in-stock .product-value, .eshop .basket-item .product-field.in-stock .product-value, #page-orders .basket-item .product-field.in-stock .product-value {
    text-align: left;
  }
  .product-row .product-field .cart-info, .basket-item .product-field .cart-info, .eshop .basket-item .product-field .cart-info, #page-orders .basket-item .product-field .cart-info {
    position: absolute;
    display: block;
    right: 30px;
    top: -5px;
  }
  .product-row .remove-item-from-basket, .basket-item .remove-item-from-basket, .eshop .basket-item .remove-item-from-basket, #page-orders .basket-item .remove-item-from-basket {
    display: block;
    text-align: center;
    font-size: 3em;
    width: 30%;
    margin: 0 auto;
  }
  .product-row .small-center, .basket-item .small-center, .eshop .basket-item .small-center, #page-orders .basket-item .small-center {
    text-align: center;
  }

  .order-detail.basket-item h3 {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 100;
  }
  .order-detail.basket-item p strong {
    font-size: 1.1em;
  }
  .order-detail.basket-item p span {
    font-size: 1.2em;
    display: block;
    float: right;
    text-align: right;
    clear: right;
  }
  .order-detail.basket-item #send-order span.success, .order-detail.basket-item #send-order span.default {
    float: none;
    clear: both;
    text-align: center;
  }
  .order-detail.basket-item p.price-total strong {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 100;
    font-size: 0.6em;
  }

  .product-displayed img {
    max-height: 100%;
  }

  .sidebar-uncollapsed #sidebar {
    opacity: 1;
    display: block;
    z-index: 1001;
  }

  #info-bar {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .eshop #page-home .row-products, .eshop #page-products .data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .eshop #page-home .row-products .product-card, .eshop #page-products .data .product-card {
    width: 45%;
    margin-right: 0px;
  }
  .eshop #page-home .row-products .product-card .product-field.image, .eshop #page-products .data .product-card .product-field.image {
    height: auto;
  }
  .eshop #page-home .row-products .product-card img, .eshop #page-products .data .product-card img {
    max-height: none;
    width: 100%;
  }

  #sidebar-right, .eshop #sidebar-right {
    width: 50%;
  }

  .sidebar-uncollapsed #sidebar {
    width: 50%;
    opacity: 1;
    display: block;
    z-index: 1001;
  }

  .products-count-info {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    padding-right: 15px;
  }
}

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