 /* STYLE DIFF */
	/* HlaviÃÂÃÂÃÂÃÂka */
.toppanel, .toppanel.mini-menu, .toppanel::before {
  background-color: #fefefe;
}
/* PatiÃÂÃÂÃÂÃÂka */
footer {
  background-color: #f7f7f7;
}
/* Phoenix */
@font-face {
  font-family: Primary;
  src: url(/user-data/factories/633/Judson-Bold.otf); /* propojenÃÂÃÂÃÂÃÂ­ÃÂÃÂÃÂÃÂ­ na umÃÂÃÂÃÂÃÂ­ÃÂÃÂÃÂÃÂ­stÃÂÃÂÃÂÃÂnÃÂÃÂÃÂÃÂ­ÃÂÃÂÃÂÃÂ­ souboru */
  font-weight: 500;
}
/* HlavnÃÂÃÂÃÂÃÂ­ strÃÂÃÂÃÂÃÂ¡nka */
.item-photo-content-bottom h4 {
  color: #333333;
}

/* Detail poloÃÂÃÂÃÂÃÂ¾ky */
.item-detail-name {
  color: #333333;
}
/* HornÃÂÃÂÃÂÃÂ­ panel - ÃÂÃÂÃÂÃÂ¡edÃÂÃÂÃÂÃÂ© ikonky */
:root {
  --icon-menu_list-gray: url('/ui/system/icons/gray/menu_list.svg');
}
.toppanel::before {
  background-color: #fff;
}
.bottom-panel .bottom-btn.orders-icon {
  background-image: var(--icon-orders-gray);
}
.bottom-panel .bottom-btn.favorite-food {
  background-image: var(--icon-heart-gray);
}
.bottom-panel .bottom-btn.favorite-food:hover {
    background-image: var(--icon-heart_active-gray);
}
.bottom-panel .bottom-btn-cart::after {
  background-image: var(--icon-cart_empty-gray);
}
.bottom-panel .bottom-btn.customer-icon {
  background-image: var(--icon-customer-gray);
}
.bottom-panel .bottom-btn.points .bottom-btn-center > h4, 
.bottom-panel .bottom-btn.points .bottom-btn-center > label {
  color: var(--color-gray-900);
}
.toppanel .toppanel-btn {
  background-image: var(--icon-menu_list-gray);
}

.body {
  background-color: #fefefe;
}

.extended-menu .food-types{
  color:#8a8a8a;
}
.extended-menu .food-types .food-type-button  {
  filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(103%) contrast(83%);
}
.extended-menu .food-types  .active,
.extended-menu .food-types .food-type-button:hover
{
  color:#333333;
  filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%) hue-rotate(68deg) brightness(103%) contrast(90%);
}
.extended-menu .food-types .active{
  color:#333333 !important;
}


.items .items-title > h2::before,.items .items-title > h2::after{
  display: none;
}
.items .items-title h2 {
justify-content: center;
}
.items .item .item-photo-content-bottom > p{
  color:#8a8a8a;
}
@media only screen and (min-width: 1000px) {
  .item-buy-now{
    border: 1px solid #333333;
    background-color: #fefefe;
    color: #333333 !important;
  }
}

.item-buy-now-icon{
  background: url(--icon-plus-gray) !important;
}
.item-buy-now:hover{
  border: 1px solid #333333;
  background-color: #333333;  
  color: #fff !important;
}

.items .item .item-buy-now::before{
  background-color: #333333 !important;
}

.menu .menu-btn .menu-btn-content::before{
  background-color: #333333 !important;
  
}

.items .item .item-photo-content::before,.items .item .item-buy-now ,input[type="submit"], input[type="button"], a.gradient-btn,
 a.back-btn, .cart-back-btn > a, .cart-pay-btn > a, .set-coupon-btn, .edit-cookies-btn,  .item-detail-photo-content::before,.item-detail-box .back-btn,
.menu .menu-btn .menu-btn-content::before,.cart-items .item .item-photo-content::before ,.cart-sum ,.cart-box .cart-recomend-box, .cart-items .item-change-btn,.menu-btn{
  border-radius: unset;

}
.review-star{
  filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(94%) contrast(96%);
  
}
.footer-payment-box,.footer-logo, .footer-content{
  filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(94%) contrast(96%);
}
.map-container a.back-btn.js-back-to-contact,.map-container a.back-btn{
  color:#FFF;
  background: #333333;
}
.toppanel .goog-te-gadget select.goog-te-combo{
  color:#333333;
  background-image:url('/ui/system/icons/gray/arrow_bottom.svg');
}
