.poster-select-spot-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.poster-select-spot-wrapper .dropdown-menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.poster-select-spot-wrapper a {
  color: inherit;
}
.poster-categories-list-wrapper {
  position: relative;
}
.poster-categories-list {
  overflow-x: hidden;
  width: 100%;
}
.poster-categories-list-container {
  display: flex;
}
.poster-category-stub {
  flex-shrink: 0;
  width: 20px;
}
.w-bg2 .poster-categories-list-wrapper::after {
  pointer-events: none;
  z-index: 2;
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  width: 20px;
  height: 100%;
  background: transparent linear-gradient(90deg, #fdfcff00 0%, #fdfcff 100%) 0 0 no-repeat padding-box;
}
.w-bg2 .poster-categories-list-wrapper::before {
  pointer-events: none;
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: transparent linear-gradient(270deg, #fdfcff00 0%, #fdfcff 100%) 0 0 no-repeat padding-box;
}
html.ismobile .w-bg2 .poster-categories-list-wrapper::after {
  right: 0;
}
html.ismobile .poster-categories-list {
  overflow-x: auto;
}
.poster-root-categories {
  padding-bottom: 10px;
}
.poster-root-categories .poster-root-category {
  background-color: #f5f5f5;
  color: #555555;
  margin-right: 10px;
  padding: 7px 15px;
  border-radius: 40px;
  white-space: nowrap;
}
.poster-categories {
  display: none;
  padding: 5px 0 10px;
}
.poster-categories.active {
  display: flex;
}
.poster-categories .text-muted {
  color: #dddddd;
}
.poster-categories .poster-category {
  margin-right: 10px;
  white-space: nowrap;
  text-decoration: underline;
}
.poster-products {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.poster-products .poster-products_empty {
  width: 100%;
  padding: 15px 20px;
}
.poster-product {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.poster-product:last-of-type {
  margin-bottom: 0;
}
.poster-product .poster-product__link {
  color: inherit;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.poster-product .text-muted {
  color: #dddddd;
}
.poster-product .poster-product__photo {
  width: 120px;
  flex-shrink: 0;
  min-height: 120px;
}
.poster-product .poster-product__info {
  padding: 10px;
}
.poster-product .poster-product__title {
  font-weight: 600;
  margin-bottom: 5px;
}
.poster-product .poster-product__ingredients {
  display: none;
  margin-bottom: 5px;
}
.poster-products.poster-show-composition .poster-product__ingredients {
  display: block;
}
.poster-search-products {
  position: relative;
}
.poster-search-products .form-control {
  padding: 6px 32px 7px 35px;
  height: auto;
}
.poster-search-products::before {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  content: '\f1c3';
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.poster-search-products .clear-search-button {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.poster-search-products .clear-search-button:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .widget:not(.w-w1) .poster-product {
    width: 50%;
  }
  .widget:not(.w-w1) .poster-product:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.poster-load-more {
  width: 100%;
  padding: 15px 20px;
  color: inherit;
  display: block;
}
.poster-load-more,
.poster-load-more:hover,
.poster-load-more:active,
.poster-load-more:focus {
  color: inherit;
}
.poster-menu-template-1 .poster-products,
.poster-menu-template-2 .poster-products {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.poster-menu-template-1 .poster-products .poster-product,
.poster-menu-template-2 .poster-products .poster-product {
  width: 50%;
  padding: 0 5px 8px;
}
.poster-menu-template-1 .poster-products .poster-product .poster-product__link,
.poster-menu-template-2 .poster-products .poster-product .poster-product__link {
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.poster-menu-template-1 .poster-products .poster-product .poster-product__photo,
.poster-menu-template-2 .poster-products .poster-product .poster-product__photo {
  width: 100%;
  padding-bottom: 100%;
  min-height: 0;
}
.poster-menu-template-1 .poster-products .poster-product .poster-product__info,
.poster-menu-template-2 .poster-products .poster-product .poster-product__info {
  padding: 10px 5px;
}
html:not(.ismobile) .poster-menu-template-1.widget:not(.w-w1) .poster-products.poster-show-three-products .poster-product,
html:not(.ismobile) .poster-menu-template-2.widget:not(.w-w1) .poster-products.poster-show-three-products .poster-product {
  width: 33.33%;
}
.poster-menu-template-2 .poster-products .poster-product .poster-product__link {
  box-shadow: none;
  border-radius: 0;
}
