.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto; }

.autocomplete-suggestion {
  cursor: pointer;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #f0f0f0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff; }

.autocomplete-group {
  padding: 10px;
  background: #dddddd; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.js_cartItem.js_itemPreloading::after {
  z-index: 0; }

.js_cartItem::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: #fff9;
  z-index: -1; }

.sy-slide {
  height: 100%;
  width: 100%; }

.sy-slide > img {
  height: 100%;
  width: auto; }

.sy-slide > a > img {
  height: 100%;
  width: auto; }

.sy-slide > a {
  height: 100%;
  width: 100%; }

.view-voucher__container {
  display: flex;
  justify-content: center;
  overflow: auto;
  font-family: sans-serif !important;
  direction: ltr !important;
  background-color: #e8e8e8;
  padding-top: 120px;
  min-height: 100%;
  flex: 1; }

.view-voucher__pdf {
  margin-bottom: 20px; }

.view-voucher__item {
  display: flex;
  flex-direction: column; }

@media (max-width: 600px) {
  .view-voucher__item {
    width: 100%; }
  .view-voucher__pdf {
    width: 900px; } }
