/* STYLE DIFF */
.filter-products-content,
.js-toggle-list-view {
  display: none;
}
.delivery-icon-factory .js-delivery-name::after {
  content: " (do poznámky prosíme uvést čas vyzvednutí. Nejdříve je možné vyzvednout za 25 minut.)";
  font-size: 0.8em;
  line-height: 10px;
}
.js-contact-address::after {
  content: " Stříbrňák s.r.o, IČO:10737235, Jsme plátci DPH";
}
.toppanel,
.toppanel.mini-menu,
.toppanel::before {
  background-color: #ffffff;
  color: #222222;
}
.product,
.item,
.social-box,
.item-detail-photo-content,
.item-photo-content,
.item-detail-box .item-info-panel,
input,
textarea,
a.btn-href,
li.menu-btn,
.food-type-button,
.filter-products-btn,
.item-buy-now,
.cookies-box button,
input[type="button"].add-to-cart,
.add-cart-quantity,
input[type="submit"],
input[type="button"],
.social-btn,
.cart-back-btn a,
.cart-pay-btn a,
.item-review-form input[type="submit"],
.call-button,
.cart-sum,
.select-content-box,
.js-address-container,
.notification-box,
.order-tracking-box,
.bonus-points-controller,
.recomend-product,
.cart-recomend-box,
button.recomend-product-hover,
button.recomend-product,
.order-his-column,
.order-his-btn,
.address-error-box,
.footer-select-factory,
.stickers-detail-content,
.item-detail-photo-content::after {
  border-radius: 0;
}
.stickers-content {
  border-radius: 0;
}
div[data-food-type="foodtype-daily-menu"].item .item-photo-content-bottom {
  width: 96%;
}
@media (orientation: landscape) {
  .orders-icon {
    background-image: url("/ui/system/icons/gray/orders.svg");
  }
  .favorite-food {
    background-image: url("/ui/system/icons/gray/heart.svg");
  }
  .favorite-food:hover {
    background-image: url("/ui/system/icons/gray/heart_active.svg");
  }
  .customer-icon {
    background-image: url("/ui/system/icons/gray/customer.svg");
  }
  button.toppanel-btn {
    background-image: url("/ui/system/icons/gray/menu_list.svg");
  }
}
/* Sticker Colors */
.sticker-timed {
  background-color: rgba(231, 175, 25, 1);
}
.sticker-green {
  background-color: rgba(7, 191, 33, 0.6);
  color: #fff;
}
.sticker-yellow {
  background-color: rgba(227, 71, 10, 0.6);
}
.sticker-orange {
  background-color: rgba(255, 169, 4, 0.6);
}
.sticker-red {
  background-color: rgba(242, 18, 18, 0.6);
}
.sticker-blue {
  background-color: rgba(34, 172, 255, 0.6);
}
.recomend-product-desc h4 {
  padding-left: 0;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.recomend-product-desc span {
  filter: drop-shadow(0px 0px 10px #000);
}
button.recomend-product-hover,
button.recomend-product {
  top: 10px;
  bottom: unset;
}
