.qs-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.qs-panel__header {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 30px solid transparent;
  border-bottom: 90px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.qs-panel__header_logo_image {
  border-bottom-width: 100px;
}
.qs-panel__header_no-shop {
  border-bottom-width: 7px;
}
.qs-panel__visit-shop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  position: absolute;
  top: 110px;
  padding: 15px 0;
  border: 3px solid;
  font-size: 26px;
  left: 40px;
  right: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}
.qs-panel__visit-shop_logo_image {
  top: 120px;
}
.qs-panel__visit-shop_disabled {
  pointer-events: none;
}
.qs-panel__list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.qs-panel__close {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  top: 0;
  left: 0;
  padding: 7px 9px;
  cursor: pointer;
  z-index: 3;
}
.qs-panel__close .qs-panel__close-hovered-icon,
.qs-panel__close:hover .qs-panel__close-normal-icon {
  display: none;
}
.qs-panel__close:hover .qs-panel__close-hovered-icon {
  display: inline-block;
}
.qs-panel__all-products {
  padding: 20px 0;
  text-align: center;
}
.qs-panel__not-buyable {
  color: #333;
  font-size: 16px;
  font-style: italic;
  padding: 15px 15px;
}
.qs-panel__message,
.qs-panel__loading {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  text-align: center;
}
.qs-panel__loading {
  font-size: 30px;
}
.qs-panel__list-item,
.qs-panel__list-header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  border-bottom: solid 1px #ececec;
}
.qs-panel__list-header-content {
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
  background-color: #eeeeee;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
}
.qs-panel__list-header {
  min-height: 25px;
  height: 25px;
  max-height: 25px;
}
.qs-panel__list-header_fixed .qs-panel__list-header-content {
  position: absolute;
  left: 0;
}
.qs-panel__list-header_active .qs-panel__list-header-price {
  visibility: visible;
}
.qs-panel__list-body {
  overflow-y: auto;
  background-color: #fff;
}
.qs-panel__list-body-padding {
  background: transparent;
}
.qs-panel__list-item {
  font-size: 14px;
}
.qs-panel__list-item:hover {
  background-color: #eeeeee;
}
.qs-panel__list-item-title {
  padding: 10px 15px;
  cursor: pointer;
  overflow: hidden;
  word-wrap: break-word;
}
.qs-panel__list-item-price {
  padding: 10px 0;
}
.qs-panel__list-item-title,
.qs-panel__list-header-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.qs-panel__list-item-price,
.qs-panel__list-header-price {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.qs-panel__list-header-price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 50px;
  visibility: hidden;
}
.qs-panel__list-header-currency {
  margin: 0 2px 0 7px;
}
.qs-panel__list-header-popup-link {
  cursor: pointer;
  position: relative;
}
.qs-panel__list-header-popup-link:hover .qs-panel__list-header-currency {
  text-decoration: underline;
}
.qs-panel__list-item-action {
  height: 30px;
  width: 30px;
  padding: 10px 15px 10px 20px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.qs-panel__prefetch {
  position: absolute;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.qs-panel__list-item-add-icon {
  width: 100%;
  height: 100%;
}
.qs-panel__prefetch-add-icon,
.qs-panel__list-item-add-icon {
  background-image: url(/img/layout/quickshop/add-icon.svg);
}
.qs-panel__list-item-action_active {
  cursor: pointer;
}
.qs-panel__prefetch-add-icon-hover,
.qs-panel__list-item-action_active:hover .qs-panel__list-item-add-icon {
  background-image: url(/img/layout/quickshop/add-icon-hover.svg);
}
.qs-panel__list-item-action_pending {
  font-size: 24px;
}
.qs-panel__prefetch-add-icon-blocked,
.qs-panel__list-item-action_blocked .qs-panel__list-item-add-icon {
  background-image: url(/img/layout/quickshop/add-icon-blocked.svg);
}
.qs-panel__list-item-action_pending .qs-panel__list-item-add-icon,
.qs-panel__list-item-action_active .qs-panel__list-item-pending-icon,
.qs-panel__list-item-action_blocked .qs-panel__list-item-pending-icon {
  display: none;
}
.qs-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  text-align: center;
  background-color: rgba(238, 238, 238, 0.8);
}
.qs-panel__go-to-cart {
  display: inline-block;
  width: 90%;
  padding: 10px 0;
  margin: 15px 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
.qs-panel__go-to-cart:hover {
  text-decoration: none;
}
.qs-panel__go-to-cart_disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: default;
}
.qs-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: inherit;
}
BODY.qs-over-scrapbook .zenbar-sb-close,
.scrapbook-visible:not(.qs-over-scrapbook) .qs-overlay {
  display: none;
}
.cv-frame-visible .qs-overlay {
  right: 5px;
  bottom: 5px;
}
BODY.qs-visible:not(.scrapbook-visible),
BODY.qs-visible.qs-over-scrapbook {
  overflow: hidden;
  position: fixed;
}
BODY.qs-visible,
BODY.qs-visible #page-frame {
  min-width: 768px;
}
BODY.qs-visible #dimmer {
  position: fixed;
  z-index: 4;
}
BODY.qs-visible .cb {
  z-index: 5;
}
BODY.qs-visible .login-dlg {
  z-index: 5;
}
BODY.qs-visible .login-dlg .fa-close {
  z-index: 6;
}
BODY.qs-visible .share-popup {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -225px);
  -moz-transform: translate(-50%, -225px);
  -ms-transform: translate(-50%, -225px);
  -o-transform: translate(-50%, -225px);
  transform: translate(-50%, -225px);
}
BODY.qs-visible .sbe-sh {
  z-index: 5;
}
BODY.qs-visible .zf-bookme-frame {
  display: none;
}
.qs-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
}
.qs-spinner__icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.qs-spinner__icon:before {
  content: "\f021";
}
.qs-overlay-dark .qs-spinner {
  color: #ccc;
}
.qs-overlay-light .qs-spinner {
  color: #666;
}
.qs-dialog-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: auto;
  display: none;
}
.grecaptcha-badge {
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px !important;
  right: -186px !important;
  box-shadow: grey 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
  visibility: visible !important;
  z-index: 2;
}
