body {
  margin: 0;
  overflow-x: hidden;
}

.block-layered-nav.amshopby-filters-top {
  border: none;
}
.block-layered-nav.amshopby-filters-top .block-title {
  display: none;
}
.block-layered-nav.amshopby-filters-top .block-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  font: 14px/18px gothambook,Helvetica,Verdana,sans-serif;
  padding: 0;
  min-width: auto;
  color: #5c5c5c;
}
.block-layered-nav.amshopby-filters-top .block-content .currently {
  text-align: left;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: initial;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol li span {
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f6f6;
  border: 1px solid #dadada;
  padding: 3px 30px 3px 10px;
  position: relative;
  margin-right: 10px;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol li span.label {
  display: none;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol li span a.btn-remove {
  background: transparent;
  position: absolute;
  right: 8px;
  margin: 2px 0 0;
  top: 3px;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol li span a.btn-remove img {
  display: none;
}
.block-layered-nav.amshopby-filters-top .block-content .currently ol li span a.btn-remove:before {
  position: absolute;
  content: "";
  background: url("chosen-sprite@2x.png");
  width: 9px;
  height: 7px;
  top: 4px;
  background-size: 38px;
  background-position: -30px 0;
  right: -1px;
}
.block-layered-nav.amshopby-filters-top .block-content .options {
  margin-right: 50px;
  color: #363636;
  position: relative;
  z-index: 9;
  padding: 13px 0;
}
.block-layered-nav.amshopby-filters-top .block-content .options:hover {
  z-index: 10;
}
.block-layered-nav.amshopby-filters-top .block-content .options .options-select {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 45px 18px 7px 18px;
  border: 1px solid #000;
  top: -1px;
  left: -15px;
  min-width: 110px;
}
.block-layered-nav.amshopby-filters-top .block-content .options .options-select a.amshopby-attr,
.block-layered-nav.amshopby-filters-top .block-content .options .options-select a.amshopby-attr-selected {
  background: transparent;
  position: relative;
  display: block;
  margin-bottom: 7px;
  padding-left: 25px;
  font-weight: 300;
  line-height: 18px;
}
.block-layered-nav.amshopby-filters-top .block-content .options .options-select a.amshopby-attr:before,
.block-layered-nav.amshopby-filters-top .block-content .options .options-select a.amshopby-attr-selected:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
}
.block-layered-nav.amshopby-filters-top .block-content .options .options-select a.amshopby-attr-selected:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 4px;
}
.block-layered-nav.amshopby-filters-top .block-content .options:hover .options-select {
  display: block;
}
.block-layered-nav.amshopby-filters-top .block-content .options .options-label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #5c5c5c;
}
.block-layered-nav.amshopby-filters-top .block-content .options .options-label:after {
  width: 17px;
  height: 17px;
  position: absolute;
  content: "";
  background-image: url("chosen-sprite@2x.png");
  right: -20px;
}
.block-layered-nav.amshopby-filters-top .block-content .options:hover .options-label:after {
  background-position: 38px 0px;
}

.catalog-category-view .main > .col-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.catalog-category-view .main > .col-main .category-view {
  margin: 0;
}
.catalog-category-view .main > .col-main .category-view > .toolbar-bottom {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.catalog-category-view .main > .col-main .category-view > .toolbar-bottom .toolbar .pager {
  display: none;
}

.amshopby-options-list .col-main,
.amshopby-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.amshopby-bottom {
  margin-top: 15px;
  margin-bottom: 20px;
}
.amshopby-bottom .actions a {
  color: #5c5c5c;
  text-decoration: underline;
}

.amshopby-filters-top.amshopby-options-list {
  width: 100vw;
  left: calc(-50vw + 50%);
  border: 1px solid #DADADA;
  margin-top: -41px;
}
