#luigi-ac-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  border: 1px solid;
}
#luigi-ac {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
  position: absolute;
  max-height: 500px;
  overflow-y: hidden;
  display: none;
  text-align: left;
}
#luigi-ac .luigi-ac-margin {
  margin-left: 15px;
}
#luigi-ac:empty {
  display: none;
}
#luigi-ac * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#luigi-ac a {
  text-decoration: none;
}
#luigi-ac .row {
  margin: 0;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #ebebec;
}
#luigi-ac .row.active,
#luigi-ac .row:active,
#luigi-ac .row:focus,
#luigi-ac .row:hover {
  background-color: #fffccd;
}
#luigi-ac .locked {
  background: #f7f7f8;
  border-bottom: 1px solid #ebebec;
}
#luigi-ac .locked td.cat-div {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
#luigi-ac table {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
#luigi-ac tbody {
  border: none;
}
#luigi-ac tr {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#luigi-ac td {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 10px 0;
  margin: 0;
  vertical-align: middle;
  border: none;
}
#luigi-ac tr.product td.image,
#luigi-ac tr.query td.image,
#luigi-ac tr.category td.image {
  padding-left: 10px;
  text-align: center;
  width: 56px;
}
#luigi-ac tr.product td.image div,
#luigi-ac tr.query td.image div,
#luigi-ac tr.category td.image div {
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
}
#luigi-ac tr.product td.image img,
#luigi-ac tr.query td.image img,
#luigi-ac tr.category td.image img {
  max-width: 100%;
  max-height: 48px;
  vertical-align: middle;
  border: none;
}
#luigi-ac tr.product td.text,
#luigi-ac tr.query td.text,
#luigi-ac tr.category td.text {
  padding-left: 5px;
  padding-right: 5px;
}
#luigi-ac tr.product td.text:first-child,
#luigi-ac tr.query td.text:first-child,
#luigi-ac tr.category td.text:first-child {
  padding-left: 10px;
}
#luigi-ac tr.product td.text:last-child,
#luigi-ac tr.query td.text:last-child,
#luigi-ac tr.category td.text:last-child {
  padding-right: 10px;
}
#luigi-ac tr.product td.text .title,
#luigi-ac tr.query td.text .title,
#luigi-ac tr.category td.text .title {
  color: #20252e;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 0.8px;
}
#luigi-ac tr.product td.text .title:only-child,
#luigi-ac tr.query td.text .title:only-child,
#luigi-ac tr.category td.text .title:only-child {
  padding-bottom: 0;
}
#luigi-ac tr.product td.text .attrs,
#luigi-ac tr.query td.text .attrs,
#luigi-ac tr.category td.text .attrs {
  color: #373b43;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#luigi-ac tr.product td.text .attr,
#luigi-ac tr.query td.text .attr,
#luigi-ac tr.category td.text .attr {
  display: inline;
  vertical-align: middle;
  position: relative;
  padding-right: 20px;
}
#luigi-ac tr.product td.text .attr:last-child,
#luigi-ac tr.query td.text .attr:last-child,
#luigi-ac tr.category td.text .attr:last-child {
  padding-right: 0;
}
#luigi-ac tr.product td.text .attr:after,
#luigi-ac tr.query td.text .attr:after,
#luigi-ac tr.category td.text .attr:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #d2d2d4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
#luigi-ac tr.product td.text .attr:last-child:after,
#luigi-ac tr.query td.text .attr:last-child:after,
#luigi-ac tr.category td.text .attr:last-child:after {
  display: none;
}
#luigi-ac tr.product td.price,
#luigi-ac tr.query td.price,
#luigi-ac tr.category td.price {
  width: 64px;
  color: #373b43;
  padding-right: 10px;
  text-align: right;
}
#luigi-ac tr.product td.actions,
#luigi-ac tr.query td.actions,
#luigi-ac tr.category td.actions {
  width: 88px;
  padding-right: 10px;
  text-align: right;
}
#luigi-ac tr.category {
  border-bottom-width: 0;
}
#luigi-ac.autocomplete.open {
  display: block;
  background-color: #fff;
  max-height: 1000px;
  overflow-y: auto;
  z-index: 1500;
  color: #20252e;
  line-height: 16px;
}
#luigi-ac.autocomplete.open:empty {
  display: none;
}
#luigi-ac em {
  background: #ffef07;
  font-style: normal;
  padding-left: 1px;
  padding-right: 1px;
}
#luigi-ac .use-enter {
  background: #f7f7f8;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#luigi-ac .use-enter span {
  font-weight: bold;
}
#luigi-ac .use-enter.hidden {
  visibility: hidden;
}
#luigi-ac .use-enter + .locked,
#luigi-ac .use-enter + .did-you-mean {
  border-top: 1px solid #ebebec;
}
#luigi-ac .did-you-mean {
  background: #f7f7f8;
  padding: 10px;
}
#luigi-ac .did-you-mean span {
  font-weight: bold;
}
#luigi-ac .did-you-mean + .locked,
#luigi-ac .did-you-mean + .use-enter {
  border-top: 1px solid #ebebec;
}
#luigi-ac .footer {
  font-size: 0.9em;
  background: #f7f7f8;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: right;
  color: #20252e;
  vertical-align: baseline;
  margin: 0;
}
#luigi-ac .footer i {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAwIDEwMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMUJCOUQ3O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05ODQuOCwwSDE1LjJDNi44LDAsMCw2LjgsMCwxNS4ydjk2OS42YzAsOC4zLDYuOCwxNS4yLDE1LjIsMTUuMmg5NjkuNmM4LjQsMCwxNS4yLTYuOCwxNS4yLTE1LjJWMTUuMkMxMDAwLDYuOCw5OTMuMiwwLDk4NC44LDB6IE03OTQsNDUwLjJMNTM3LjQsNzA2LjdjLTMuMiwzLjItNy41LDMuMi0xMC43LDBMMTczLjEsMzUzLjJjLTMuMi0zLjItMy4yLTcuNSwwLTEwLjhsMTAxLjgtMTAxLjhjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGwyNTYuMSwyNTYuMWMyLjEsMi4xLDQuMywyLjEsNi40LDBsMTQ2LjItMTQ2LjJjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGw4OC45LDg4LjlDNzk3LjIsNDQyLjYsNzk3LjIsNDQ2LjksNzk0LDQ1MC4yeiIvPjwvZz48L3N2Zz4=");
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
#luigi-ac .footer a {
  color: #1593ae;
  text-decoration: none;
}
#luigi-ac .footer a:hover {
  text-decoration: none;
}
#luigi-ac .action {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
}
#luigi-ac .action img {
  max-width: 100%;
  max-height: 30px;
  vertical-align: middle;
  border: none;
}
#luigi-ac .expanded-items {
  position: relative;
  background-color: #f7f7f8;
}
#luigi-ac .expanded-items.animate > div {
  will-change: max-height;
  -webkit-animation: lb-expand 1s ease-in forwards;
          animation: lb-expand 1s ease-in forwards;
  overflow: hidden;
}
@-webkit-keyframes lb-expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
  }
}
@keyframes lb-expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
  }
}
#luigi-ac .expanded-items .action.expandable {
  display: none;
}
#luigi-ac .expanded-items:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #f7f7f8;
  top: -9px;
  right: 17px;
}
#luigi-ac .indent {
  border: 2px solid #ebebec;
  border-bottom: none;
  border-left: none;
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  padding: 0;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
#luigi-ac img {
  color: #20252e;
}
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  #luigi-ac .row {
    zoom: 100%;
  }
}
.luigi-ac-line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
  position: absolute;
  max-height: 500px;
  overflow: auto;
  display: none;
  text-align: left;
  z-index: 16777271;
}
.luigi-ac-line__category-search {
  padding: 10px;
  font-size: 16px;
}
.luigi-ac-line__category-search__title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.luigi-ac-line__category-search__title--text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-bottom: 0.8px;
  color: #808080;
  font-weight: 100;
}
.luigi-ac-line:empty {
  display: none;
}
.luigi-ac-line * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.luigi-ac-line .luigi-ac-item {
  margin-left: 0;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #ebebec;
  text-decoration: none;
  color: inherit;
  outline: none;
  width: 100%;
}
.luigi-ac-line .luigi-ac-header {
  background: #f7f7f8;
  border-bottom: 1px solid #ebebec;
}
.luigi-ac-line .luigi-ac-header-inner {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.luigi-ac-line table {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.luigi-ac-line tbody {
  border: none;
}
.luigi-ac-line tr {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.luigi-ac-line td {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 10px 0;
  margin: 0;
  vertical-align: middle;
  border: none;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-image,
.luigi-ac-line .luigi-ac-query .luigi-ac-image,
.luigi-ac-line .luigi-ac-category .luigi-ac-image {
  padding-left: 10px;
  text-align: center;
  width: 56px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-image div,
.luigi-ac-line .luigi-ac-query .luigi-ac-image div,
.luigi-ac-line .luigi-ac-category .luigi-ac-image div {
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-image img,
.luigi-ac-line .luigi-ac-query .luigi-ac-image img,
.luigi-ac-line .luigi-ac-category .luigi-ac-image img {
  max-width: 100%;
  max-height: 48px;
  vertical-align: middle;
  border: none;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text,
.luigi-ac-line .luigi-ac-query .luigi-ac-text,
.luigi-ac-line .luigi-ac-category .luigi-ac-text {
  padding-left: 5px;
  padding-right: 5px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text:first-child,
.luigi-ac-line .luigi-ac-query .luigi-ac-text:first-child,
.luigi-ac-line .luigi-ac-category .luigi-ac-text:first-child {
  padding-left: 10px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text:last-child,
.luigi-ac-line .luigi-ac-query .luigi-ac-text:last-child,
.luigi-ac-line .luigi-ac-category .luigi-ac-text:last-child {
  padding-right: 10px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-title,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 0.8px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title:only-child,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-title:only-child,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-title:only-child {
  padding-bottom: 0;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-attrs,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-attrs,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-attrs {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-attr,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-attr,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-attr {
  display: inline;
  vertical-align: middle;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-attr:last-child,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-attr:last-child,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-attr:last-child {
  padding-right: 0;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-attr:after,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-attr:after,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-attr:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #d2d2d4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-attr:last-child:after,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-attr:last-child:after,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-attr:last-child:after {
  display: none;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-attr:last-of-type:after,
.luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-attr:last-of-type:after,
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-attr:last-of-type:after {
  display: none;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-price,
.luigi-ac-line .luigi-ac-query .luigi-ac-price,
.luigi-ac-line .luigi-ac-category .luigi-ac-price {
  width: 85px;
  padding-right: 10px;
  text-align: right;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-price-old,
.luigi-ac-line .luigi-ac-query .luigi-ac-price-old,
.luigi-ac-line .luigi-ac-category .luigi-ac-price-old {
  text-decoration: line-through;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-actions,
.luigi-ac-line .luigi-ac-query .luigi-ac-actions,
.luigi-ac-line .luigi-ac-category .luigi-ac-actions {
  width: 88px;
  padding-right: 10px;
  text-align: right;
}
.luigi-ac-line .luigi-ac-category {
  border-bottom-width: 0;
}
.luigi-ac-line.luigi-ac-autocomplete.luigi-ac-open {
  display: block;
  background-color: #fff;
  max-height: 1000px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 16px;
}
.luigi-ac-line.luigi-ac-autocomplete.luigi-ac-open:empty {
  display: none;
}
.luigi-ac-line .luigi-ac-highlight {
  font-style: normal;
  padding-left: 1px;
  padding-right: 1px;
}
.luigi-ac-line .luigi-ac-enter {
  background: #f7f7f8;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.luigi-ac-line .luigi-ac-enter span {
  font-weight: bold;
}
.luigi-ac-line .luigi-ac-enter.hidden {
  visibility: hidden;
}
.luigi-ac-line .luigi-ac-enter + .luigi-ac-header,
.luigi-ac-line .luigi-ac-enter + .luigi-ac-dym {
  border-top: 1px solid #ebebec;
}
.luigi-ac-line .luigi-ac-dym {
  background: #f7f7f8;
  padding: 10px;
}
.luigi-ac-line .luigi-ac-dym span {
  font-weight: bold;
}
.luigi-ac-line .luigi-ac-dym + .luigi-ac-header,
.luigi-ac-line .luigi-ac-dym + .luigi-ac-enter {
  border-top: 1px solid #ebebec;
}
.luigi-ac-line .luigi-ac-footer {
  font-size: 0.9em;
  background: #f7f7f8;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: right;
  color: #20252e;
  vertical-align: baseline;
  margin: 0;
  min-width: 0;
}
.luigi-ac-line .luigi-ac-footer i {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAwIDEwMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMUJCOUQ3O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05ODQuOCwwSDE1LjJDNi44LDAsMCw2LjgsMCwxNS4ydjk2OS42YzAsOC4zLDYuOCwxNS4yLDE1LjIsMTUuMmg5NjkuNmM4LjQsMCwxNS4yLTYuOCwxNS4yLTE1LjJWMTUuMkMxMDAwLDYuOCw5OTMuMiwwLDk4NC44LDB6IE03OTQsNDUwLjJMNTM3LjQsNzA2LjdjLTMuMiwzLjItNy41LDMuMi0xMC43LDBMMTczLjEsMzUzLjJjLTMuMi0zLjItMy4yLTcuNSwwLTEwLjhsMTAxLjgtMTAxLjhjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGwyNTYuMSwyNTYuMWMyLjEsMi4xLDQuMywyLjEsNi40LDBsMTQ2LjItMTQ2LjJjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGw4OC45LDg4LjlDNzk3LjIsNDQyLjYsNzk3LjIsNDQ2LjksNzk0LDQ1MC4yeiIvPjwvZz48L3N2Zz4=");
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.luigi-ac-line .luigi-ac-footer a {
  color: #1593ae;
  text-decoration: none;
}
.luigi-ac-line .luigi-ac-footer a:hover {
  text-decoration: none;
  color: #2ec8e6;
}
.luigi-ac-line .luigi-ac-action {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
}
.luigi-ac-line .luigi-ac-action img {
  max-width: 100%;
  max-height: 30px;
  vertical-align: middle;
  border: none;
}
.luigi-ac-line .luigi-ac-expanded {
  position: relative;
  background-color: #f7f7f8;
}
.luigi-ac-line .luigi-ac-expanded.luigi-ac-animate > div {
  will-change: max-height;
  -webkit-animation: luigi-ac-expand 1s ease-in forwards;
          animation: luigi-ac-expand 1s ease-in forwards;
  overflow: hidden;
}
@-webkit-keyframes luigi-ac-expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
  }
}
@keyframes luigi-ac-expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
  }
}
.luigi-ac-line .luigi-ac-expanded .luigi-ac-action.luigi-ac-expandable {
  display: none;
}
.luigi-ac-line .luigi-ac-expanded:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #f7f7f8;
  top: -9px;
  right: 17px;
}
.luigi-ac-line .luigi-ac-indent {
  border: 2px solid #ebebec;
  border-bottom: none;
  border-left: none;
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  padding: 0;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.luigi-ac-line .luigi-ac-margin {
  margin-left: 15px;
}
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .luigi-ac-line .luigi-ac-item {
    zoom: 100%;
  }
}
.luigi-ac-line .luigi-ac-button-block {
  width: 100%;
  text-align: center;
}
.luigi-ac-line .luigi-ac-button {
  display: block;
  width: 100%;
  border: none;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.luigi-ac-grid {
  position: absolute;
  display: none;
  margin: 0 auto;
  padding: 15px 10px;
  width: 100%;
  z-index: 16777271;
  overflow: visible;
}
.luigi-ac-grid > div {
  position: relative;
}
.luigi-ac-grid,
.luigi-ac-grid * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.luigi-ac-grid:empty {
  display: none !important;
}
.luigi-ac-grid.luigi-ac-autocomplete.luigi-ac-open {
  display: block;
}
.luigi-ac-grid .luigi-ac-inner .luigi-ac-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 5px;
}
.luigi-ac-grid .luigi-ac-caret {
  position: absolute;
  top: 0;
  left: 50%;
  border: solid #ccc;
  border-width: 1px 1px 0 0;
  background: #fff;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.luigi-ac-grid .luigi-ac-result {
  border: 1px solid #ccc;
  padding: 5px 0;
  background: #fff;
}
.luigi-ac-grid .luigi-ac-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.luigi-ac-grid .luigi-ac-inner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto;
  padding: 0 5px;
}
.luigi-ac-grid .luigi-ac-inner > *:empty {
  display: none;
}
.luigi-ac-grid .luigi-ac-inner > * > * {
  padding: 5px;
}
.luigi-ac-grid .luigi-ac-highlight {
  display: inline-block;
  font-style: normal;
  text-decoration: inherit;
}
.luigi-ac-grid .luigi-ac-item {
  outline: none;
  color: inherit;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.luigi-ac-grid .luigi-ac-item .luigi-ac-attrs {
  overflow: hidden;
}
.luigi-ac-grid .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr {
  display: inline;
  vertical-align: middle;
  position: relative;
  padding-right: 2px;
  font-size: 11px;
}
.luigi-ac-grid .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr:last-child {
  padding-right: 0;
}
.luigi-ac-grid .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr:after {
  content: '\25E6';
  padding-left: 6px;
}
.luigi-ac-grid .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr:last-child:after {
  display: none;
}
.luigi-ac-grid .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr:last-of-type:after {
  display: none;
}
.luigi-ac-grid .luigi-ac-item,
.luigi-ac-grid .luigi-ac-item:hover {
  text-decoration: none;
}
.luigi-ac-grid .luigi-ac-products,
.luigi-ac-grid .luigi-ac-main,
.luigi-ac-grid .luigi-ac-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
}
.luigi-ac-grid .luigi-ac-products:empty + .luigi-ac-others,
.luigi-ac-grid .luigi-ac-main:empty + .luigi-ac-others {
  border: none;
}
.luigi-ac-grid .luigi-ac-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.luigi-ac-grid .luigi-ac-image {
  position: relative;
  justify-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 56px;
  height: 85px;
  margin-right: 20px;
  overflow: hidden;
}
.luigi-ac-grid .luigi-ac-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.luigi-ac-grid .luigi-ac-description {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.luigi-ac-grid .luigi-ac-description > * {
  padding: 5px 0;
}
.luigi-ac-grid .luigi-ac-name {
  font-size: 14px;
  text-decoration: underline;
}
.luigi-ac-grid .luigi-ac-price {
  font-size: 18px;
}
.luigi-ac-grid .luigi-ac-price-old {
  font-size: 14px;
  text-decoration: line-through;
}
.luigi-ac-grid .luigi-ac-other {
  display: block;
  width: 100%;
  margin: 2px 0;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.luigi-ac-grid .luigi-ac-other-content {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.luigi-ac-grid .luigi-ac-other-content:before {
  content: '–';
  position: absolute;
  left: 0;
}
.luigi-ac-grid .luigi-ac-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
}
.luigi-ac-grid .luigi-ac-button-block-buy .luigi-ac-button-buy {
  width: 100%;
  padding: 4px 16px;
}
.luigi-ac-grid .luigi-ac-button-block,
.luigi-ac-grid .luigi-ac-button-block-buy {
  width: 100%;
  text-align: center;
  margin-top: 7px;
}
.luigi-ac-grid .luigi-ac-button,
.luigi-ac-grid .luigi-ac-button-buy {
  display: block;
  width: 100%;
  border: none;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.luigi-ac-grid .luigi-ac-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.luigi-ac-grid .luigi-ac-info:empty {
  display: none;
}
.luigi-ac-grid .luigi-ac-dym {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-top: 2px !important;
  padding-bottom: 15px !important;
}
.luigi-ac-grid .luigi-ac-enter {
  display: none;
}
.luigi-ac-grid .luigi-ac-footer {
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: right;
  vertical-align: baseline;
  margin: 0;
  color: #d0d0d0;
  position: relative;
  margin-bottom: 5px;
}
.luigi-ac-grid .luigi-ac-footer i {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAwIDEwMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMUJCOUQ3O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05ODQuOCwwSDE1LjJDNi44LDAsMCw2LjgsMCwxNS4ydjk2OS42YzAsOC4zLDYuOCwxNS4yLDE1LjIsMTUuMmg5NjkuNmM4LjQsMCwxNS4yLTYuOCwxNS4yLTE1LjJWMTUuMkMxMDAwLDYuOCw5OTMuMiwwLDk4NC44LDB6IE03OTQsNDUwLjJMNTM3LjQsNzA2LjdjLTMuMiwzLjItNy41LDMuMi0xMC43LDBMMTczLjEsMzUzLjJjLTMuMi0zLjItMy4yLTcuNSwwLTEwLjhsMTAxLjgtMTAxLjhjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGwyNTYuMSwyNTYuMWMyLjEsMi4xLDQuMywyLjEsNi40LDBsMTQ2LjItMTQ2LjJjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGw4OC45LDg4LjlDNzk3LjIsNDQyLjYsNzk3LjIsNDQ2LjksNzk0LDQ1MC4yeiIvPjwvZz48L3N2Zz4=");
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.luigi-ac-grid .luigi-ac-footer a {
  color: #d0d0d0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  text-decoration: none;
  margin-right: 1rem;
}
.luigi-ac-grid .luigi-ac-footer a:hover {
  color: #1593ae;
  -webkit-filter: none;
          filter: none;
}
.luigi-ac-grid .luigi-ac-footer a:hover + i {
  color: #1593ae;
  text-decoration: none;
  -webkit-filter: none;
          filter: none;
}
.luigi-ac-grid .luigi-ac-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.luigi-ac-grid .luigi-ac-close:before,
.luigi-ac-grid .luigi-ac-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  height: 2px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.luigi-ac-grid .luigi-ac-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .luigi-ac-grid .luigi-ac-item {
    zoom: 100%;
  }
}
@media (max-width: 991px) {
  .luigi-ac-grid .luigi-ac-main,
  .luigi-ac-grid .luigi-ac-others {
    padding: 15px;
  }
}
.luigi-ac-grid--right .luigi-ac-others--border {
  padding-bottom: 13px !important;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 576px) and (max-width: 991px) {
  .luigi-ac-grid .luigi-ac-main,
  .luigi-ac-grid .luigi-ac-others {
    padding: 15px;
  }
  .luigi-ac-grid--right .luigi-ac-others--border {
    padding-bottom: 13px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
  }
  .luigi-ac-grid--right .luigi-ac-other:nth-last-child(2) {
    padding-bottom: 13px !important;
    margin-bottom: 13px;
  }
}
@media (max-width: 1100px) {
  .luigi-ac-grid {
    padding: 15px 30px;
  }
}
@media (min-width: 576px) {
  .luigi-ac-grid {
    padding: 15px 30px;
  }
  .luigi-ac-grid .luigi-ac-product,
  .luigi-ac-grid .luigi-ac-other {
    width: 50%;
  }
  .luigi-ac-grid .luigi-ac-button,
  .luigi-ac-grid .luigi-ac-button-buy {
    display: inline-block;
    width: auto;
  }
  .luigi-ac-grid .luigi-ac-close {
    right: 20px;
    top: 15px;
  }
  .luigi-ac-grid .luigi-ac-result {
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  .luigi-ac-grid .luigi-ac-inner > * {
    padding: 0 13px;
  }
  .luigi-ac-grid .luigi-ac-inner > * > * {
    padding: 13px;
  }
  .luigi-ac-grid .luigi-ac-inner > * > * > * {
    padding: 13px;
  }
  .luigi-ac-grid .luigi-ac-products,
  .luigi-ac-grid .luigi-ac-main {
    width: 66.66666666666667%;
  }
  .luigi-ac-grid .luigi-ac-others--border {
    border-left: 1px solid #ccc;
  }
  .luigi-ac-grid .luigi-ac-others {
    width: 33.333333333333336%;
  }
  .luigi-ac-grid .luigi-ac-other {
    width: 100%;
  }
  .luigi-ac-grid .luigi-ac-close {
    right: 20px;
    top: 15px;
  }
  .luigi-ac-grid--right .luigi-ac-others--border {
    border: 0;
    border-right: 1px solid #ccc;
  }
}
.luigi-ac-hero {
  position: absolute;
  display: none;
  margin: 0 auto;
  padding: 15px 10px;
  width: 100%;
  z-index: 16777271;
  overflow: visible;
}
.luigi-ac-hero .lb-sizes {
  color: #20252e;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.luigi-ac-hero .luigi-ac-no-result {
  color: #018c95;
  font-size: 17px;
}
.luigi-ac-hero .luigi-ac-no-result--others {
  font-size: 15px;
}
.luigi-ac-hero .luigi-ac-text {
  margin: 1px;
}
@media (max-width: 1020px) {
  .luigi-ac-hero .luigi-ac__highlighted {
    white-space: nowrap;
  }
}
.luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main.luigi-ac-main-without-hero .luigi-ac-image img {
  max-width: 100%;
}
@media (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main.luigi-ac-main-without-hero .luigi-ac-item .luigi-ac-action-hero {
    right: 10px;
  }
}
@media (max-width: 1020px) {
  .luigi-ac-hero .luigi-ac-item .luigi-ac-action-hero {
    right: 10px;
  }
}
@media (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-item:nth-child(odd) .luigi-ac-action-hero {
    right: 17px;
  }
  .luigi-ac-hero .luigi-ac-item:nth-child(even) .luigi-ac-action-hero {
    right: 10px;
  }
}
.luigi-ac-hero .luigi-ac-action-hero {
  position: absolute;
  bottom: 11px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding-left: 9px;
  overflow: hidden;
}
.luigi-ac-hero .luigi-ac-action-hero img {
  width: 16px;
  height: 34px;
}
.luigi-ac-hero .luigi-ac-action-primary {
  position: absolute;
  bottom: 9px;
  right: 22px;
  width: 78%;
}
.luigi-ac-hero .luigi-ac-active,
.luigi-ac-hero .luigi-ac-item:focus,
.luigi-ac-hero .luigi-ac-item:hover {
  background-color: #ebebec;
}
.luigi-ac-hero .luigi-ac-queries {
  padding-left: 23px;
  padding-right: 23px;
}
.luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main.luigi-ac-main-without-hero {
  width: 100%;
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-query {
  padding: 1rem;
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-query .luigi-ac-other-content {
  font-size: 14px;
  overflow: hidden;
}
.luigi-ac-hero .luigi-ac-no-result {
  padding: 2rem;
}
.luigi-ac-hero.luigi-ac-hero--fixed {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0px;
  margin: auto;
}
.luigi-ac-hero > div {
  position: relative;
}
.luigi-ac-hero,
.luigi-ac-hero * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.luigi-ac-hero:empty {
  display: none !important;
}
.luigi-ac-hero.luigi-ac-autocomplete.luigi-ac-open {
  display: block;
}
.luigi-ac-hero .luigi-ac-caret {
  position: absolute;
  top: 0;
  left: 50%;
  border: none;
  background: #fff;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.luigi-ac-hero .luigi-ac-hero-color {
  background: #018c95;
}
.luigi-ac-hero .luigi-ac-ribbon {
  height: 6px;
}
.luigi-ac-hero .luigi-ac-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.luigi-ac-hero .luigi-ac-highlight {
  display: inline;
  font-style: normal;
  text-decoration: inherit;
  background-color: rgba(43,185,213,0.35);
}
.luigi-ac-hero .luigi-ac-item {
  position: relative;
  outline: none;
  color: #000;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
}
.luigi-ac-hero .luigi-ac-item:nth-child(odd) {
  padding-left: 1.25em;
}
.luigi-ac-hero .luigi-ac-item .luigi-ac-attrs {
  overflow: hidden;
  margin-top: 3px;
  max-height: 45px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.luigi-ac-hero .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr {
  display: inline;
  vertical-align: middle;
  position: relative;
  padding-right: 2px;
  font-size: 13.5px;
  color: #918f8c;
  font-weight: 500;
  line-height: 1.3;
}
.luigi-ac-hero .luigi-ac-item .luigi-ac-attrs .luigi-ac-attr:last-child {
  padding-right: 0;
}
.luigi-ac-hero .luigi-ac-item,
.luigi-ac-hero .luigi-ac-item:hover {
  text-decoration: none;
}
@media (min-width: 1020px) {
  .luigi-ac-hero .luigi-ac-rest-main.luigi-ac-main-without-hero .luigi-ac-item {
    padding-left: 1.25em;
  }
}
.luigi-ac-hero .luigi-ac-price-discount,
.luigi-ac-hero .luigi-ac-price {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.luigi-ac-hero .luigi-ac-main {
  background: #fff;
  letter-spacing: 0.1px;
  font-weight: normal;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-item {
  padding-bottom: 0.6em;
  padding-top: 0em;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-item {
    padding-top: 0.7em;
  }
}
.luigi-ac-hero .luigi-ac-main .lb-stars-holder {
  width: 77px;
}
.luigi-ac-hero .luigi-ac-main .lb-stars-full {
  white-space: nowrap;
  overflow: hidden;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main {
  height: 100%;
  width: 32.5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .lb-stars-holder {
  margin: auto;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 92%;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-name {
  font-size: 17px;
  padding-bottom: 0.5rem;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-attr {
  font-size: 16px;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-price,
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-price-old {
  font-size: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-price-new {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-price-old {
  font-size: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-image {
  width: 215px;
  max-width: 215px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-image {
    height: 200px;
  }
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-header {
  height: 15px;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-main--section-1 .luigi-ac-description {
  margin-left: 3px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main.luigi-ac-main--section-2.luigi-ac-main-without-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 67.5%;
  }
  .luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main.luigi-ac-main--section-2.luigi-ac-main-without-hero .luigi-ac-item.luigi-ac-product {
    width: 50%;
  }
  .luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main.luigi-ac-main--section-2.luigi-ac-main-without-hero .luigi-ac-button-block--show-all {
    left: 50%;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-main--section-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32.5%;
    height: 84%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .luigi-ac-hero .luigi-ac-main .luigi-ac-main--section-1 .luigi-ac-item.luigi-ac-product {
    width: 100%;
  }
  .luigi-ac-hero .luigi-ac-main .luigi-ac-main--section-1 .luigi-ac-description {
    width: 60%;
    overflow-wrap: break-word;
  }
}
@media (max-width: 1020px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-main--section-2.luigi-ac-rest-main.luigi-ac-main--border {
    margin-top: 0;
  }
  .luigi-ac-hero .luigi-ac-main .luigi-ac-main--section-1 {
    width: 100%;
  }
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main {
  width: 67.5%;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main .lb-sizes {
    width: 118px;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main .luigi-ac-name {
    overflow: hidden;
  }
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main .luigi-ac-image {
  width: 80px;
  height: 115px;
  max-height: 115px;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main .luigi-ac-image img {
  max-height: 115px;
  width: auto;
  max-width: 80px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main .luigi-ac-description {
  margin-left: 3px;
  margin-top: auto;
  margin-bottom: auto;
}
.luigi-ac-hero .luigi-ac-products,
.luigi-ac-hero .luigi-ac-main,
.luigi-ac-hero .luigi-ac-rest-main,
.luigi-ac-hero .luigi-ac-queries,
.luigi-ac-hero .luigi-ac-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
}
.luigi-ac-hero .luigi-ac-first-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.luigi-ac-hero .luigi-ac-first-main .luigi-ac-text {
  padding-top: 2rem;
}
.luigi-ac-hero .luigi-ac-result {
  text-align: left;
}
.luigi-ac-hero .luigi-ac-products:empty + .luigi-ac-others,
.luigi-ac-hero .luigi-ac-main:empty + .luigi-ac-others {
  border: none;
}
.luigi-ac-hero .luigi-ac-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.luigi-ac-hero .luigi-ac-image {
  position: relative;
  justify-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 115px;
  margin-right: 6px;
  overflow: hidden;
}
.luigi-ac-hero .luigi-ac-image img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  mix-blend-mode: multiply;
}
.luigi-ac-hero .luigi-ac-first-main .luigi-ac-image > img {
  max-width: 215px;
}
.luigi-ac-hero .luigi-ac-first-main .luigi-ac-description {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-rest-main .luigi-ac-description {
    width: 57%;
  }
}
.luigi-ac-hero .luigi-ac-rest-main .luigi-ac-description {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.luigi-ac-hero .luigi-ac-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.luigi-ac-hero .luigi-ac-description .luigi-ac-action-primary {
  padding: 0;
}
.luigi-ac-hero .luigi-ac-name {
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  line-height: 1.4;
  word-break: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.luigi-ac-hero .luigi-ac-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-top: 5px;
  line-height: 1.1;
}
.luigi-ac-hero .luigi-ac-price-new {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: bold;
  margin-bottom: 5px;
}
.luigi-ac-hero .luigi-ac-price-old {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.luigi-ac-hero .luigi-ac-price-old {
  font-size: 12px;
  text-decoration: line-through;
}
.luigi-ac-hero .luigi-ac-other {
  display: block;
  width: 100%;
  margin: 2px 0;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #484848;
  line-height: 1.2;
}
.luigi-ac-hero .luigi-ac-others {
  background: #f3feff;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1020px) {
  .luigi-ac-hero .luigi-ac-others {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-others {
    height: 529px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-others > a.luigi-ac-item:last-child {
    margin-bottom: 4em;
  }
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-item {
  padding-left: 23px;
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-query {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-right: 4px;
  margin-top: 4px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-query .luigi-ac-item {
  color: #fff;
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-query .luigi-ac-item.luigi-ac-other {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  line-height: 1.4;
}
.luigi-ac-hero .luigi-ac-others .luigi-ac-query .luigi-ac-other-content {
  width: 100%;
}
.luigi-ac-hero .luigi-ac-other-content {
  position: relative;
  font-size: 14px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.luigi-ac-hero .luigi-ac-rest-main .luigi-ac-header {
  margin-top: 1px;
}
.luigi-ac-hero .luigi-ac-others > .luigi-ac-header {
  color: #018c95;
  margin-bottom: 3px;
}
.luigi-ac-hero .luigi-ac-header.luigi-ac-header--query {
  padding: 0;
  letter-spacing: normal;
  color: #018c95;
}
.luigi-ac-hero .luigi-ac-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-size: 16px;
  color: #018c95;
  letter-spacing: normal;
  padding-left: 23px;
  margin-bottom: 7px;
  margin-top: 15px;
}
.luigi-ac-hero .luigi-ac-main-without-hero .luigi-ac-button-block--show-all {
  width: 50%;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-main-without-hero .luigi-ac-button-block--show-all {
    left: 40%;
  }
}
.luigi-ac-hero .luigi-ac-button-block {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 22px;
  margin-bottom: 21px;
}
.luigi-ac-hero .luigi-ac-button-block--buy {
  padding: 0;
  margin-bottom: 16px;
}
.luigi-ac-hero .luigi-ac-button-block--show-all {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 49%;
}
.luigi-ac-hero .luigi-ac-hero-color-clickable:hover {
  background: rgba(1,140,149,0.5);
}
.luigi-ac-hero .luigi-ac-hero-color-clickable:active {
  background-color: rgba(1,140,149,0.5);
}
.luigi-ac-hero .luigi-ac-button,
.luigi-ac-hero .luigi-ac-button-action {
  display: block;
  width: 100%;
  border: none;
  padding: 5px 32px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.luigi-ac-hero .luigi-ac-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.luigi-ac-hero .luigi-ac-info:empty {
  display: none;
}
.luigi-ac-hero .luigi-ac-dym {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-top: 2px !important;
  padding-bottom: 15px !important;
}
.luigi-ac-hero .luigi-ac-enter {
  display: none;
}
.luigi-ac-hero .luigi-ac-footer {
  position: absolute;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: right;
  vertical-align: baseline;
  margin: 0;
  color: #918f8c;
  bottom: 0;
  line-height: 2.08;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero .luigi-ac-footer {
    margin-bottom: 24px;
  }
}
.luigi-ac-hero .luigi-ac-footer i {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAwIDEwMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMUJCOUQ3O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05ODQuOCwwSDE1LjJDNi44LDAsMCw2LjgsMCwxNS4ydjk2OS42YzAsOC4zLDYuOCwxNS4yLDE1LjIsMTUuMmg5NjkuNmM4LjQsMCwxNS4yLTYuOCwxNS4yLTE1LjJWMTUuMkMxMDAwLDYuOCw5OTMuMiwwLDk4NC44LDB6IE03OTQsNDUwLjJMNTM3LjQsNzA2LjdjLTMuMiwzLjItNy41LDMuMi0xMC43LDBMMTczLjEsMzUzLjJjLTMuMi0zLjItMy4yLTcuNSwwLTEwLjhsMTAxLjgtMTAxLjhjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGwyNTYuMSwyNTYuMWMyLjEsMi4xLDQuMywyLjEsNi40LDBsMTQ2LjItMTQ2LjJjMy4yLTMuMiw3LjUtMy4yLDEwLjcsMGw4OC45LDg4LjlDNzk3LjIsNDQyLjYsNzk3LjIsNDQ2LjksNzk0LDQ1MC4yeiIvPjwvZz48L3N2Zz4=");
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.luigi-ac-hero .luigi-ac-footer a {
  color: #918f8c;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  text-decoration: none;
  margin-right: 1rem;
}
.luigi-ac-hero .luigi-ac-footer a:hover {
  color: #1593ae;
  -webkit-filter: none;
          filter: none;
}
.luigi-ac-hero .luigi-ac-footer a:hover + i {
  color: #1593ae;
  text-decoration: none;
  -webkit-filter: none;
          filter: none;
}
.luigi-ac-hero .luigi-ac-close {
  position: absolute;
  right: 14px;
  top: 21px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.luigi-ac-hero .luigi-ac-close:before,
.luigi-ac-hero .luigi-ac-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 1px;
  height: 1px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.luigi-ac-hero .luigi-ac-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .luigi-ac-hero .luigi-ac-item {
    zoom: 100%;
  }
}
.luigi-ac-hero--right .luigi-ac-main {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero--right .luigi-ac-main {
    height: 529px;
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 1020px) {
  .luigi-ac-hero--right .luigi-ac-main {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero--right .luigi-ac-others {
    height: 529px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.luigi-ac-hero--left .luigi-ac-main {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero--left .luigi-ac-main {
    height: 529px;
  }
}
@media screen and (max-width: 1020px) {
  .luigi-ac-hero--left .luigi-ac-main {
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero--left .luigi-ac-others {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 1020px) {
  .luigi-ac-hero--left .luigi-ac-others {
    border-top: 0;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 1020px) and (min-width: 376px) {
  .luigi-ac-hero {
    width: 375px;
  }
}
@media (max-width: 375px) {
  .luigi-ac-hero {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .luigi-ac-button.luigi-ac-button-hero {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .luigi-ac-others .luigi-ac-name,
  .luigi-ac-rest-main .luigi-ac-name {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .luigi-ac-others .luigi-ac-description,
  .luigi-ac-rest-main .luigi-ac-description {
    width: 70%;
  }
  .luigi-ac-rest-main.luigi-ac-main--border {
    border-left: 0;
    margin-top: 2rem;
  }
  .luigi-ac-hero .luigi-ac-button-block--show-all {
    position: relative;
    width: 94%;
    padding-right: 0;
    bottom: 0;
    margin-bottom: 40px;
    margin-top: 0.5rem;
  }
  .luigi-ac-hero .luigi-ac-no-result {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main {
    width: 100%;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main {
    height: auto;
    width: 100%;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-text {
    text-align: left;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-item {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-item .lb-stars-holder {
    margin: 0;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-description {
    margin-left: 12px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-description .luigi-ac-price,
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-description .luigi-ac-price-old {
    margin-bottom: 10px;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-action-primary {
    position: relative;
    width: 90%;
    right: 0;
    bottom: 0;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-image {
    width: 140px;
    max-height: 100%;
    max-width: 140px;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-image > img {
    max-width: 140px;
  }
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main a.luigi-ac-item:nth-last-child(3) {
    margin-bottom: 0;
  }
  .luigi-ac-hero .luigi-ac-item.luigi-ac-product,
  .luigi-ac-hero .luigi-ac-item.luigi-ac-other,
  .luigi-ac-hero .luigi-ac-header,
  .luigi-ac-hero .luigi-ac-queries {
    padding-left: 10px;
    padding-right: 20px;
  }
  .luigi-ac-hero .luigi-ac-button-block.luigi-ac-button-block--show-all {
    padding-left: 10px;
  }
  .luigi-ac-hero .luigi-ac-main,
  .luigi-ac-hero .luigi-ac-others {
    padding: 0;
  }
  .luigi-ac-hero--right .luigi-ac-other,
  .luigi-ac-hero--left .luigi-ac-other {
    line-height: 1.5;
  }
  .luigi-ac-hero .luigi-ac-button-block.luigi-ac-button-block--show-all {
    width: 97%;
  }
  .luigi-ac-hero--left .luigi-ac-other:nth-last-child(1) {
    margin-bottom: 40px;
  }
  .luigi-ac-rest-main .luigi-ac-item.luigi-ac-product:nth-last-child(1) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1021px) {
  .luigi-ac-hero {
    padding: 15px 30px;
  }
  .luigi-ac-hero .luigi-ac-others .luigi-ac-query .luigi-ac-other {
    width: 100%;
  }
  .luigi-ac-hero .luigi-ac-product,
  .luigi-ac-hero .luigi-ac-other {
    width: 50%;
  }
  .luigi-ac-hero .luigi-ac-main-without-hero .luigi-ac-item.luigi-ac-product {
    width: 33.33%;
  }
  .luigi-ac-hero .luigi-ac-button {
    display: inline-block;
  }
  .luigi-ac-hero.luigi-ac-hero--fixed {
    position: fixed;
    overflow: auto;
    padding-right: 0px;
  }
  .luigi-ac-hero .luigi-ac-products,
  .luigi-ac-hero .luigi-ac-main {
    width: 73%;
  }
  .luigi-ac-hero .luigi-ac-main--border {
    border-right: 1px solid #ddd;
  }
  .luigi-ac-hero .luigi-ac-others {
    width: 27%;
  }
  .luigi-ac-hero .luigi-ac-other {
    width: 100%;
  }
  .luigi-ac-hero .luigi-ac-close {
    right: 14px;
    top: 21px;
  }
  .luigi-ac-hero .luigi-ac-main--border {
    border: 0;
    border-left: 1px solid #ddd;
    margin-bottom: 0.4em;
    margin-top: 15px;
    height: 94%;
  }
  .luigi-ac-hero--left .luigi-ac-main-without-hero.luigi-ac-main--border {
    border-left: none;
    border-right: 1px solid #ddd;
  }
  .luigi-ac-hero--left .luigi-ac-main-without-hero .luigi-ac-button-block--show-all {
    left: 12%;
  }
  .luigi-ac-hero--left .luigi-ac-button-block--show-all {
    left: 24%;
  }
  .luigi-ac-hero--left .luigi-ac-footer {
    right: 54px;
  }
}
@media screen and (max-width: 1020px) {
  .luigi-ac-hero--left .luigi-ac-products {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-order: 1;
  }
  .luigi-ac-hero--left .luigi-ac-others {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-order: 2;
  }
  .luigi-ac-hero.luigi-ac-hero--left .luigi-ac-button-block--show-all {
    margin-bottom: 10px;
  }
}
.luigi-ac-hero--right .luigi-ac-footer,
.luigi-ac-hero--left .luigi-ac-footer {
  margin-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  .luigi-ac-hero--right .luigi-ac-footer,
  .luigi-ac-hero--left .luigi-ac-footer {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1021px) {
  .luigi-ac-hero--right .luigi-ac-footer,
  .luigi-ac-hero--left .luigi-ac-footer {
    margin-left: 1.3rem;
  }
}
.luigi-ac {
  color: #0a004a;
}
.luigi-ac--fixed {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
}
.luigi-ac-empty {
  display: none !important;
}
.luigi-ac-price-discount {
  color: #db3f5c;
}
.luigi-ac-price-old {
  color: #6e6e6e;
}
.luigi-ac-attrs {
  color: #373b43;
}
.luigi-ac-button,
.luigi-ac-button-buy {
  background-color: #0a004a;
  color: #fff;
}
.luigi-ac-button:hover,
.luigi-ac-button-buy:hover {
  background-color: #19059c;
}
.luigi-ac-highlight {
  background-color: #fff8e0;
}
.luigi-ac-active,
.luigi-ac-item:focus,
.luigi-ac-item:hover {
  background-color: #fffccd;
}
.luigi-ac-nobr {
  white-space: nowrap;
}
@media (max-width: 415px) {
  .lb-lock-scroll {
    overflow: hidden;
  }
}
.luigi-ac-line .luigi-ac__highlighted,
#luigi-ac .luigi-ac__highlighted,
.luigi-ac-others .luigi-ac__highlighted {
  white-space: nowrap;
}
.luigi-ac-main .luigi-ac__highlighted {
  white-space: pre-wrap;
  word-break: normal;
}
@media (min-width: 1021px) {
  .line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 0 !important;
  }
  .line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1);
  }
  .line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 1.95);
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 2.95);
  }
  .line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.4 * 4);
  }
  .line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.4 * 5);
  }
}
