.filter_block .bootstrap-select.show .dropdown-toggle::after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.filter_btn {
  display: none;
}

.filter_section {
  padding-top: 45px;
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}

.filter_block {
  flex: 1;
  max-width: 230px;
  padding: 0 10px;
}
.filter_block select {
  visibility: hidden;
}
.filter_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.filter_block .bootstrap-select .btn {
  border: none;
  border-radius: 0;
  font-size: 140%;
  line-height: 24px;
  padding: 13px 20px;
  box-shadow: none !important;
  outline: none !important;
  background: rgba(0, 0, 0, 0.15) !important;
  color: #ffffff !important;
  font-family: "medium", "arm-medium";
}
.filter_block .bootstrap-select .filter-option-inner {
  display: flex;
}
.filter_block .bootstrap-select .filter-option-inner:before {
  content: attr(data-label);
  margin-right: 5px;
}
.filter_block .bootstrap-select .filter-option-inner-inner {
  color: #96B816;
}
.filter_block .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #e5e5e5;
}
.filter_block .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.filter_block .bootstrap-select .dropdown-item {
  padding: 13px 20px;
  font-weight: normal;
  font-family: "medium", "arm-medium";
  color: #666666;
  background: transparent;
  font-size: 140%;
  line-height: 24px;
}
.filter_block .bootstrap-select .dropdown-item:hover {
  color: #333333;
  background: #d9d9d9;
}
.filter_block .bootstrap-select .dropdown-item.selected, .filter_block .bootstrap-select .dropdown-item.active, .filter_block .bootstrap-select .dropdown-item:active {
  background-color: transparent;
  color: #96B816 !important;
  cursor: default;
}
.filter_block .bootstrap-select.show .btn {
  background: #ffffff !important;
  color: #666666 !important;
}
@media (max-height: 719px) {
  .filter_block .bootstrap-select .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-height: 599px) {
  .filter_block .bootstrap-select .btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .filter_block .bootstrap-select .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.listing_section {
  padding-bottom: 75px;
}

.products_list {
  margin: 20px -10px 15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.products_list li {
  padding: 0 10px 35px;
  flex: 0 0 25%;
  max-width: 25%;
}
.products_list li.hovered .image_block {
  background: rgba(232, 255, 218, 0.15);
}
.products_list li.hovered .product_name {
  color: rgba(150, 184, 22, 0.7);
}
.products_list .image_block {
  display: block;
  position: relative;
  background: rgba(232, 255, 218, 0.05);
  text-align: center;
  margin-bottom: 10px;
}
.products_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.products_list .image_block img {
  position: absolute;
  top: 11%;
  height: 78%;
  z-index: 1;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
}
.products_list .product_volume,
.products_list .product_type {
  color: #ffffff;
  font-size: 140%;
  line-height: 24px;
  font-family: "medium", "arm-medium";
}
.products_list .product_name {
  display: inline-block;
  vertical-align: top;
  font-size: 160%;
  line-height: 24px;
  color: #96B816;
}

.second_brand .products_list .image_block {
  background: rgba(202, 179, 121, 0.05);
}
.second_brand .products_list .product_name {
  color: #CAB379;
}
.second_brand .products_list li.hovered .image_block {
  background: rgba(202, 179, 121, 0.2);
}
.second_brand .products_list li.hovered .product_name {
  color: rgba(202, 179, 121, 0.7);
}
.second_brand .paging a {
  background: rgba(202, 179, 121, 0.1);
}
.second_brand .paging a:hover {
  background: rgba(202, 179, 121, 0.5);
}
.second_brand .paging .current_page {
  background: rgba(202, 179, 121, 0.2) !important;
  color: #CAB379;
}
.second_brand .filter_block .bootstrap-select .btn {
  background: rgba(202, 179, 121, 0.2) !important;
}
.second_brand .filter_block .bootstrap-select .filter-option-inner-inner {
  color: #CAB379;
}
.second_brand .filter_block .bootstrap-select.show .btn {
  background: #ffffff !important;
}
.second_brand .filter_block .bootstrap-select .dropdown-item.selected, .second_brand .filter_block .bootstrap-select .dropdown-item.active, .second_brand .filter_block .bootstrap-select .dropdown-item:active {
  color: #CAB379 !important;
}
.second_brand .filter_btn:before, .second_brand .filter_btn:after {
  color: #CAB379;
}

@media (max-width: 959px) {
  .filter_block {
    max-width: none;
  }

  .products_list li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .page_head_block {
    display: flex;
    flex-wrap: wrap;
  }

  .page_pretitle {
    flex: 0 0 100%;
    width: 100%;
  }

  .filter_btn {
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    margin-left: auto;
    color: #ffffff;
    font-size: 140%;
    line-height: 16px;
    padding: 5px 0 5px 10px;
    align-self: flex-end;
    position: relative;
    font-family: "medium", "arm-medium";
  }
  .filter_btn:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    bottom: 8px;
    height: 8px;
    border-left: 2px solid;
    color: #96B816;
    -o-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .filter_btn:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    height: 12px;
    left: 0;
    border-left: 2px solid;
    color: #96B816;
    -o-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .filter_btn.active:before {
    bottom: 10px;
  }
  .filter_btn.active:after {
    bottom: 6px;
  }

  .page_title {
    padding-right: 40px;
    flex: 1;
  }

  .listing_section {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 20px 15px;
  }

  .filter_section {
    padding: 0;
    overflow: hidden;
    width: 0;
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    margin: 0;
    z-index: 10;
    background: #001500;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .filter_section.active {
    width: 250px;
  }

  .filter_block {
    width: 250px;
    padding: 5px 15px 15px;
    background: rgba(232, 255, 218, 0.12);
  }
  .filter_block:first-child {
    padding-top: 15px;
  }
  .filter_block .bootstrap-select .dropdown-menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
  }
  .filter_block .bootstrap-select .btn {
    padding: 8px 15px;
  }
  .filter_block .bootstrap-select .dropdown-item {
    font-size: 120%;
    line-height: 18px;
    padding: 8px 15px;
  }

  .second_brand .filter_section {
    background: #150000;
  }
  .second_brand .filter_block {
    background: rgba(202, 179, 121, 0.05);
  }

  .products_list .product_type,
.products_list .product_volume {
    line-height: 16px;
  }
  .products_list .product_name {
    margin: 3px 0;
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width: 639px) {
  .products_list {
    margin: 0 -5px;
  }
  .products_list li {
    padding: 0 5px 20px;
  }
}
@media (max-width: 575px) {
  .products_list .product_type,
.products_list .product_volume {
    font-size: 110%;
    line-height: 14px;
  }
  .products_list .product_name {
    font-size: 130%;
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products_list .product_type,
.products_list .product_volume {
    font-size: 120%;
    line-height: 15px;
  }
  .products_list .product_name {
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width:359px) {
  .products_list .product_type,
.products_list .product_volume {
    font-size: 110%;
    line-height: 14px;
  }
  .products_list .product_name {
    font-size: 130%;
    line-height: 18px;
  }
}
.products_list .product_name {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.products_list .image_block {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.filter_block .bootstrap-select .dropdown-item {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=listing.css.map */
