@media only screen and (max-width: 767px) {
  .nav-open .nav-sections {
    z-index: 999 !important;
  }
}
body.page-products .products.list {
  padding-top: 10px;
}
body.page-products div.eln-main-loader {
  background: url(../../Sirius_ElasticsearchCore/images/loader.gif) no-repeat 50% 50% #ffffff;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100%;
  z-index: 999999;
  opacity: 0.5;
}
body.page-products div.eln-main-content {
  margin-top: 20px;
  opacity: 1;
  position: relative;
}
body.page-products div.eln-main-content div.eln-loader {
  background: url(../../Sirius_ElasticsearchCore/images/loader.gif) no-repeat 50% 50% #ffffff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100%;
  z-index: 999999;
  opacity: 0.8;
}
body.page-products div.eln-main-content div.eln-loader.hide {
  display: none;
}
body.page-products div.eln-main-content.ultimo div.products-list li.item.product.product-item {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 1%;
  padding-right: 1%;
}
body.page-products div.eln-main-content.ultimo span.product-image-wrapper img {
  max-height: unset;
}
body.page-products div.eln-main-content div.edd-loading {
  background: url(../../Sirius_ElasticsearchCore/images/loader.gif);
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
  margin-bottom: 20px !important;
}
body.page-products div.eln-main-content div.estimatedDeliveryDate.message.success {
  margin-bottom: 20px !important;
}
body.page-products div.toolbar-products.hidden {
  display: none !important;
}
body.page-products div.toolbar-products div.toolbar-sorter a.action.sorter-action {
  display: none;
}
body.page-products div.toolbar-products div.toolbar-sorter a.action.sorter-action.active {
  display: inline-block;
}
body.page-products div.toolbar-products div.product-amount {
  float: left;
}
body.page-products div.product-paging {
  display: inline-block;
  float: left;
}
body.page-products div.product-paging div.pages {
  display: inline-block;
}
body.page-products div.field.limiter {
  display: inline-block;
  float: right;
}
body.page-products div.field.limiter div.control {
  display: inline-block;
}
body.page-products div.products-grid {
  /* grid mod */
}
body.page-products div.products-grid ol.product-items li.product-item {
  position: relative;
}
body.page-products div.products-grid ol.product-items li.product-item:hover {
  z-index: 3;
}
body.page-products div.products-grid ol.product-items li.product-item div.product-item-info .eln-product-item-details {
  margin-left: 6px;
}
body.page-products div.products-grid ol.product-items li.product-item .product-item-description {
  display: none;
}
body.page-products div.products-list {
  /* list mode */
}
body.page-products div.products-list .product-item-description {
  display: block;
}
body.page-products div.products-list a.product.photo.product-item-photoproduct-image-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
body.page-products #product-products {
  display: block;
}
div.eln-infinite-scroll-loader {
  background: url(../../Sirius_ElasticsearchCore/images/loader.gif);
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}
div.eln-infinite-scroll-loader.active {
  display: block;
}
div.eln-infinite-scroll-end {
  display: none;
}
div.eln-infinite-scroll-end.active {
  display: block;
}
button#eln-manual-infinite-scroll.hidden {
  display: none;
}
/* common to luma/ultimo */
.eln-message-options-error {
  display: none;
  font-size: 12px;
  padding: 10px;
  margin-left: -10px;
  color: red;
}
ol.product-items li.product-item p.old-price span.price {
  text-decoration: line-through;
}
ol.product-items li.product-item div.loader {
  display: none;
  background: url(../../Sirius_ElasticsearchCore/images/loader.gif) no-repeat 50% 50% #ffffff;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  bottom: -40px;
  left: 0px;
  z-index: 99;
  right: -14px;
}
ol.product-items li.product-item div.loader.active {
  display: block;
}
ol.product-items li.product-item div.ajax-cart-message {
  display: none;
  opacity: 0.9;
  position: absolute;
  margin-left: -3px;
  text-align: center;
  right: 7px;
  z-index: 99;
  left: 10px;
}
ol.product-items li.product-item div.ajax-cart-message.visible {
  display: block;
}
ol.product-items li.product-item form.towishlist-form {
  display: inline-block;
  margin-left: 10px;
}
ol.product-items li.product-item form.towishlist-form a {
  cursor: pointer;
}
/* DEBUG */
div.eln-debug {
  background: #FAFAFA;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  position: fixed;
  top: 10px;
  left: 340px;
  z-index: 900;
  width: 250px;
  cursor: move;
  box-shadow: 0px 0px 15px -7px #000000;
}
div.eln-debug h3.title {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.eln-debug h3.title:after {
  margin-right: 10px;
  content: '\e622';
  font-family: EE-Icons;
  float: right;
}
div.eln-debug span.eln-debug-label {
  font-weight: bold;
  display: inline-block;
  width: 200px;
}
div.eln-debug div#eln-debug {
  display: none;
}
div.eln-debug span.eln-debug-yes {
  color: green;
}
div.eln-debug span.eln-debug-no {
  color: red;
}
div.eln-debug.visible h3.title {
  margin-bottom: 0px;
}
div.eln-debug.visible h3.title:after {
  content: '\e621';
}
div.eln-debug.visible div#eln-debug {
  display: block;
}
div.eln-debug.ultimo h3.title {
  font-size: 18px;
}
.eln-template-hint-container {
  border: 1px dashed cadetblue;
  margin: 2px;
}
div.eln-template-hint {
  text-align: left;
  max-height: 55px;
  white-space: nowrap;
  padding: 2px;
  background: cadetblue;
  color: #ffffff;
  font-size: 10px;
  font-family: monospace;
  overflow: hidden;
  border: 1px solid white;
}
div.eln-template-hint.selected {
  background: maroon;
}
div.eln-template-hint:hover {
  min-width: 400px;
}
div.eln-template-hint a {
  text-decoration: none;
  color: white;
}
