@media only screen and (min-width: 769px) {
  info-box.animate-in filter {
    height: 65px;
  }
  info-box.animate-in filter menu[filter-options] button {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@media only screen and (min-width: 1025px) {
  info-box.animate-in filter {
    height: 90px;
  }
  info-box.animate-in filter menu[filter-options] button {
    -webkit-transform: translateY(26px);
    -moz-transform: translateY(26px);
    -o-transform: translateY(26px);
    -ms-transform: translateY(26px);
    transform: translateY(26px);
  }
}
info-box filter {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0px;
  -webkit-transform: translayeZ(0px);
  -moz-transform: translayeZ(0px);
  -o-transform: translayeZ(0px);
  -ms-transform: translayeZ(0px);
  transform: translayeZ(0px);
  will-change: height;
  -webkit-transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 769px) {
  info-box filter {
    -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 769px) {
  info-box filter div[mobile-only] {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  info-box filter div[mobile-only] {
    color: #fff;
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
  }
  info-box filter div[mobile-only]:after {
    content: ":";
  }
}
info-box filter button[round-button].hide {
  display: none;
}
@media only screen and (max-width: 1025px) {
  info-box filter button[round-button] {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  info-box filter button[round-button] {
    z-index: 5;
  }
  info-box filter button[round-button][previous] {
    left: 0px;
  }
  info-box filter button[round-button][next] {
    right: 0px;
  }
}
info-box filter div[gradient] {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 50px;
  will-change: opacity;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  info-box filter div[gradient] {
    width: 100px;
  }
}
info-box filter div[gradient][left] {
  left: -10px;
}
info-box filter div[gradient][right] {
  right: -10px;
}
info-box filter ul {
  height: auto;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
info-box filter ul ol.swiper-container {
  height: 90px;
  margin: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  info-box filter ul ol.swiper-container {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1025px) {
  info-box filter ul ol.swiper-container[progress="1"] div[gradient][left] {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  info-box filter ul ol.swiper-container[progress="1"] div[gradient][right] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  info-box filter ul ol.swiper-container[progress="0"] div[gradient][left] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  info-box filter ul ol.swiper-container[progress="0"] div[gradient][right] {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media all and (max-height: 500px) {
  info-box filter ul ol.swiper-container {
    height: 67.5px;
  }
}
@media only screen and (min-width: 769px) {
  info-box filter ul ol.swiper-container {
    position: relative;
    z-index: 0;
    height: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    will-change: opacity, height;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), height 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), height 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
info-box filter ul ol.swiper-container.show {
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 90px;
}
info-box filter ul ol.swiper-container div.swiper-wrapper {
  height: 100%;
  width: auto;
  display: table;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  info-box filter ul ol.swiper-container div.swiper-wrapper {
    text-align: center;
  }
}
info-box filter ul ol.swiper-container li {
  width: auto;
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 0px 20px 0px 17px;
  line-height: 3.8;
  color: currentColor;
  cursor: pointer;
  will-change: color;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
info-box filter ul ol.swiper-container li.disabled {
  pointer-events: none;
  opacity: 0.2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
  filter: alpha(opacity=20) !important;
}
info-box filter ul ol.swiper-container li:first-child {
  padding-left: 100px;
}
info-box filter ul ol.swiper-container li:last-child {
  padding-right: 100px;
}
@media only screen and (max-width: 1025px) {
  info-box filter ul ol.swiper-container li {
    line-height: 3;
  }
}
@media only screen and (max-width: 769px) {
  info-box filter ul ol.swiper-container li {
    line-height: 4.7;
    padding: 0px 17px 0px 10px;
  }
  info-box filter ul ol.swiper-container li:first-child {
    padding-left: 20px;
  }
}
@media all and (max-height: 500px) {
  info-box filter ul ol.swiper-container li {
    line-height: 4;
  }
}
info-box filter ul ol.swiper-container li.selected,
info-box filter ul ol.swiper-container li:active,
info-box filter ul ol.swiper-container li:hover {
  color: #fff;
}
info-box filter ul ol.swiper-container li:after {
  content: "";
  display: block;
  height: 15px;
  width: 1px;
  background: rgba(255,255,255,0.4);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 769px) {
  info-box filter ul ol.swiper-container li:after {
    top: 60%;
  }
}
@media all and (max-height: 500px) {
  info-box filter ul ol.swiper-container li:after {
    top: 52%;
  }
}
info-box filter ul ol.swiper-container li:last-child:after {
  display: none;
}
@media only screen and (max-width: 769px) {
  info-box filter menu[filter-options] {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  info-box filter menu[filter-options] {
    width: 100%;
    height: 126px;
    padding: 0px 40px;
  }
  info-box filter menu[filter-options] > div[inner] {
    margin: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  info-box filter menu[filter-options] > div[inner] button {
    float: left;
    display: block;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: left;
    padding: 0px 40px 0px 30px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  info-box filter menu[filter-options] > div[inner] button:last-child {
    margin-right: 0px !important;
  }
  info-box filter menu[filter-options] > div[inner] button span:first-child:after {
    content: ":";
    margin-right: 4px;
  }
  info-box filter menu[filter-options] > div[inner] button i[clear] {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  info-box filter menu[filter-options] > div[inner] button i[clear] svg {
    margin: 5px auto;
    will-change: transform;
  }
  info-box filter menu[filter-options] > div[inner] button i[clear] svg:nth-child(1) {
    width: 55%;
    height: 55%;
    display: block;
  }
  info-box filter menu[filter-options] > div[inner] button i[clear] svg:nth-child(2) {
    width: 45%;
    height: 45%;
    display: none;
  }
  info-box filter menu[filter-options] > div[inner] button i[clear] svg * {
    fill: #fff;
  }
  info-box filter menu[filter-options] > div[inner][num-buttons="2"] {
    max-width: 800px;
  }
  info-box filter menu[filter-options] > div[inner][num-buttons="2"] button {
    margin-right: 20px;
    width: calc((100% / 2) - 10px);
  }
  info-box filter menu[filter-options] > div[inner][num-buttons="3"] {
    max-width: 1200px;
  }
  info-box filter menu[filter-options] > div[inner][num-buttons="3"] button {
    margin-right: 30px;
    width: calc((100% / 3) - 20px);
  }
  info-box filter menu[filter-options] > div[inner][num-buttons="4"] {
    max-width: 1600px;
  }
  info-box filter menu[filter-options] > div[inner][num-buttons="4"] button {
    margin-right: 40px;
    width: calc((100% / 4) - 30px);
  }
}
@media only screen and (min-width: 1025px) {
  info-box filter menu[filter-options] > div[inner] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  info-box filter menu[filter-options] button {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
}
