#wrapper {
  margin: 0 35px;
}

#wrapper>.row {
  margin: 0;
}

#subcategories,
.ets_blog_ltr_mode {
  display: none;
}

#search_filters_wrapper {
  background-color: #ededed;
}

#products .products-select {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

#products .up {
  margin-bottom: 16px;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: #acaaa6;
  text-transform: inherit;
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
  margin-right: 0;
}

#content-wrapper .category-name {
  font-size: 30px;
  font-weight: bold;
  font-family: "Nova Slim", system-ui;
  text-transform: lowercase;
  color: #d4ac5b;
  margin: 0;
}

#js-product-list-header {
  text-align: center;
  margin-bottom: 15px;
}

#js-product-list-top {
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .products-selection .sort-by-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-end;
  }
}

.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  text-align: right;
  max-width: 150px;
}

.products-selection .total-products {
  padding-top: 0px;
}

.products-selection .showing {
  padding-top: 10px;
}

.products-selection h1 {
  padding-top: 10px;
}

.products-selection .products-counter {
  margin: 9px 0px 0px;
}

.products-selection .display>div {
  float: left;
  margin-right: 5px;
}

.products-selection .display>div a {
  cursor: pointer;
  text-align: center;
  color: #cccccc;
  line-height: 35px;
  display: inline-block;
  border: none;
  height: 35px;
  width: 20px;
}

.products-selection .display>div a i {
  font-style: normal;
}

.products-selection .display>div a:hover {
  color: #222222;
}

.products-selection .display>div.selected a {
  color: #222222;
}

.products-selection .display>div .icon-grid:before {
  content: "\f00a";
  font-family: "FontAwesome";
}

.products-selection .display>div .icon-list:before {
  content: "\f0ca";
  font-family: "FontAwesome";
}

.products-sort-order {
  color: #777777;
}

.products-sort-order .select-title {
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  color: #555555;
  overflow: hidden;
  background: white;
  cursor: pointer;
  height: 35px;
  position: relative;
  border: 1px solid #333333;
  outline: 0px;
  text-align: left;
  padding: 5px 25px 5px 10px;
}

.products-sort-order .select-title i {
  position: absolute;
  top: 9px;
  font-size: 16px;
  right: 4px;
}

.products-sort-order .select-title:focus {
  outline: 0;
}

.products-sort-order .select-list {
  display: block;
  color: #414141;
  padding: 5px 10px;
  text-align: left;
}

.products-sort-order .select-list:hover {
  background: #d4ac5b;
  color: #FFFFFF;
  text-decoration: none;
}

.products-sort-order .dropdown-menu {
  margin: 0;
  padding: 0;
  left: 15px;
  right: 15px;
  font-size: 13px;
  background: #FFFFFF;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
}

/* Pagination */
.pagination {
  background: #f1f1f1;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination>div:first-child {
  line-height: 50px;
  color: #272727;
}

.pagination .page-list {
  padding: 12px 0px;
  margin-bottom: 0;
}

.pagination .page-list li {
  display: inline;
  padding: 0 8px;
}

.pagination .page-list li span {
  display: none;
}

.pagination a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}

.pagination a:hover,
.pagination a:focus {
  color: #d4ac5b;
  text-decoration: none;
}

.pagination a span {
  display: none;
}

.pagination a i {
  display: inline-block;
}

.pagination a.next span {
  margin-right: 3px;
}

.pagination a.next.disabled {
  display: none;
}

.pagination a.next i:before {
  content: "\f178";
  display: block;
  font-family: "FontAwesome";
}

.pagination a.previous span {
  margin-left: 3px;
}

.pagination a.previous.disabled {
  display: none;
}

.pagination a.previous i:before {
  content: "\f177";
  display: block;
  font-family: "FontAwesome";
}

.pagination .disabled {
  color: #cccccc;
}

.pagination .disabled:hover,
.pagination .disabled:focus,
.pagination .disabled:active {
  color: #cccccc;
}

.pagination .current a {
  color: #d4ac5b;
  text-decoration: none;
}

.pagination .current a:hover,
.pagination .current a:focus,
.pagination .current a:active {
  color: #d4ac5b;
}

/* Filter */
.active_filters {
  background: #dededd;
  padding: 10px 30px 0;
  margin-bottom: 20px;
}

.active_filters .active-filter-title {
  display: inline;
  font-weight: 600;
  margin-right: 10px;
}

.active_filters ul {
  display: inline;
}

.active_filters .filter-block {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  background: white;
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

.active_filters .filter-block .close {
  font-size: 14px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 5px;
}

.active_filters .filter-block .js-search-link {
  display: inline-block;
  vertical-align: text-top;
}

#js-active-search-filters.hide {
  display: none;
}

#js-active-search-filters.active_filters {
  display: block;
}

/* Block Category */
.block-categories .leo-qty {
  font-size: 12px;
  position: relative;
  margin-left: 3px;
}

.block-categories .leo-qty:before {
  content: "(";
  display: inline-block;
}

.block-categories .leo-qty:after {
  content: ")";
  display: inline-block;
}

.block-categories .category-top-menu {
  margin: 0px;
}

.block-categories .category-sub-menu {
  margin: 0px;
}

.block-categories .category-sub-menu .category-sub-link {
  font-size: 13px;
}

.block-categories .category-sub-menu li {
  position: relative;
  padding: 5px 0;
}

.block-categories .category-sub-menu li>a {
  margin: 0;
  display: inline-block;
}

.block-categories .category-sub-menu li>a:hover {
  color: #d4ac5b;
}

.block-categories .category-sub-menu li[data-depth="0"] {
  padding: 0;
}

.block-categories .category-sub-menu li[data-depth="0"]+li[data-depth="0"] {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
  color: #FFFFFF;
  padding-bottom: 15px;
  padding-right: 20px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover {
  color: #d4ac5b;
}

.block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu li a {
  position: relative;
  padding: 0 12px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu li a:hover {
  padding-left: 20px;
}

.block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  display: table;
  left: 0;
}

.block-categories .collapse-icons {
  position: absolute;
  top: 15px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  width: 15px;
  height: auto;
  right: 0px;
}

.block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

.block-categories .collapse-icons .add,
.block-categories .collapse-icons .remove {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 15px;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #d4ac5b;
}

.block-categories .collapse-icons .add:before,
.block-categories .collapse-icons .remove:before {
  font-family: "Material Icons";
  content: "\E145";
}

.block-categories .collapse-icons .remove {
  display: none;
}

.block-categories .collapse-icons .remove:before {
  content: "\E15B";
}

.block-categories .arrows {
  position: absolute;
  top: 7px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  line-height: 15px;
  width: 15px;
  height: 15px;
  right: 0px;
}

.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
  font-size: 13px;
  cursor: pointer;
  margin-left: 2px;
}

.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
  color: #d4ac5b;
}

.block-categories .arrows .arrow-down {
  display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-right {
  display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: inline-block;
}

.facets-title {
  color: #777777;
}

.products-selection .filter-button .btn-primary {
  padding: 8px 8px 8px;
  background: #d4ac5b;
}

.products-selection .filter-button .btn-primary:hover,
.products-selection .filter-button .btn-primary:active,
.products-selection .filter-button .btn-primary:focus {
  background: #d4ac5b;
}

.block-category -description p:first-child {
  margin-bottom: 1rem;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding: 10px 0;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  margin-bottom: 0;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  color: #000000;
  text-transform: uppercase;
}

.sidebar #search_filters .facet .title .collapse-icons .remove,
.sidebar #search_filters .facet.active .title .collapse-icons .add {
  display: block;
}

.sidebar #search_filters .facet.active .title .collapse-icons .remove,
.sidebar #search_filters .facet .title .collapse-icons .add {
  display: none;
}

#search_filters .block_content section .float-xs-right .navbar-selected {
  position: relative;
  color: #000000;
  font-weight: 800;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search_filters .block_content section .float-xs-right .navbar-selected:before {
  content: "";
  background-color: #d4ac5b;
  width: 2rem;
  height: 2rem;
  display: block;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
}

#search_filters .block_content section .float-xs-right {
  display: flex;
  align-items: center;
}

#search_filters .block_content section .float-xs-right .navbar-toggler {
  width: unset;
  height: unset;
}

@media (min-width: 768px) {

  #search_filters .facet .facet-title,
  #search_filters_brands .facet .facet-title,
  #search_filters_suppliers .facet .facet-title {
    width: 100% !important;
    overflow: visible !important;
    margin: 0;
  }

  #search_filters .facet .facet-label,
  #search_filters_brands .facet .facet-label,
  #search_filters_suppliers .facet .facet-label {
    padding: 5px 0;
    padding-bottom: 5px;
    margin: 0;
    color: #000000;
    position: relative;
  }

  #search_filters .facet .facet-title.hidden-sm-down:after {
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
  }

  #search_filters .facet .facet-label .custom-radio,
  #search_filters_brands .facet .facet-label .custom-radio,
  #search_filters_suppliers .facet .facet-label .custom-radio {
    position: static;
    margin-right: 8px !important;
  }

  #search_filters .facet .facet-label .custom-checkbox,
  #search_filters_brands .facet .facet-label .custom-checkbox,
  #search_filters_suppliers .facet .facet-label .custom-checkbox {
    display: block;
    font-size: 0px;
    top: 0px !important;
  }

  #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"],
  #search_filters_brands .facet .facet-label .custom-checkbox input[type="checkbox"],
  #search_filters_suppliers .facet .facet-label .custom-checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }

  #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"]+span,
  #search_filters_brands .facet .facet-label .custom-checkbox input[type="checkbox"]+span,
  #search_filters_suppliers .facet .facet-label .custom-checkbox input[type="checkbox"]+span {
    margin: 0px 8px 0px 0px;
  }

  #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"]+span.color,
  #search_filters_brands .facet .facet-label .custom-checkbox input[type="checkbox"]+span.color,
  #search_filters_suppliers .facet .facet-label .custom-checkbox input[type="checkbox"]+span.color {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }

  #search_filters .facet .facet-label,
  #search_filters .facet .custom-checkbox,
  #search_filters_brands .facet .facet-label,
  #search_filters_brands .facet .custom-checkbox,
  #search_filters_suppliers .facet .facet-label,
  #search_filters_suppliers .facet .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  #search_filters .facet .facet-label a,
  #search_filters .facet .custom-checkbox a,
  #search_filters_brands .facet .facet-label a,
  #search_filters_brands .facet .custom-checkbox a,
  #search_filters_suppliers .facet .facet-label a,
  #search_filters_suppliers .facet .custom-checkbox a {
    font-size: 11px;
    display: inline-block;
    text-align: left;
  }

  #search_filters .facet.attr-color ul,
  #search_filters_brands .facet.attr-color ul,
  #search_filters_suppliers .facet.attr-color ul {
    margin: 0 -3px;
  }

  #search_filters .facet.attr-color ul li,
  #search_filters_brands .facet.attr-color ul li,
  #search_filters_suppliers .facet.attr-color ul li {
    padding: 0 3px;
    float: left;
    width: 50%;
  }

  #search_filters .facet.attr-color ul li:nth-child(2n + 1),
  #search_filters_brands .facet.attr-color ul li:nth-child(2n + 1),
  #search_filters_suppliers .facet.attr-color ul li:nth-child(2n + 1) {
    clear: both;
  }

  #search_filters .facet.attr-color .color,
  #search_filters_brands .facet.attr-color .color,
  #search_filters_suppliers .facet.attr-color .color {
    border-radius: 50%;
    margin: 0 8px 1px 0;
  }

  #search_filters .clear-all-wrapper,
  #search_filters_brands .clear-all-wrapper,
  #search_filters_suppliers .clear-all-wrapper {
    margin: 10px 0;
    width: 100%;
  }

  #search_filters .clear-all-wrapper .js-search-filters-clear-all,
  #search_filters_brands .clear-all-wrapper .js-search-filters-clear-all,
  #search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all {
    padding: 0px;
    font-size: 14px;
    text-transform: none;
    color: inherit;
    border: none;
    background: transparent;
  }

  #search_filters .clear-all-wrapper .js-search-filters-clear-all:hover,
  #search_filters .clear-all-wrapper .js-search-filters-clear-all:active,
  #search_filters .clear-all-wrapper .js-search-filters-clear-all:focus,
  #search_filters_brands .clear-all-wrapper .js-search-filters-clear-all:hover,
  #search_filters_brands .clear-all-wrapper .js-search-filters-clear-all:active,
  #search_filters_brands .clear-all-wrapper .js-search-filters-clear-all:focus,
  #search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all:hover,
  #search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all:active,
  #search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all:focus {
    background: transparent;
    color: #d4ac5b;
  }

  #search_filters .clear-all-wrapper .js-search-filters-clear-all i,
  #search_filters_brands .clear-all-wrapper .js-search-filters-clear-all i,
  #search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all i {
    margin-right: 3px;
  }

  #search_filters .block_content,
  #search_filters_brands .block_content,
  #search_filters_suppliers .block_content {
    padding: 20px;
  }

  .facet-dropdown.dropdown {
    color: #000000 !important;
  }

  .product_list.grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .product_list.grid .row {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .product_list.grid .ajax_block_product {
    padding-left: 0px;
    padding-right: 0px;
  }

  #js-product-list {
    margin-bottom: 50px;
  }

  .product_list.grid .row img {
    max-width: 100%;
  }

  #left-column #block-categories {
    display: none;
  }

  .total-products .display {
    display: none;
  }

  #content-wrapper {
    width: 100%;
  }

  #left-column {
    width: 100%;
    padding: 0;
  }

  #search_filters {
    position: relative;
  }

  #search_filters .facet .facet-label.active a {
    font-weight: 600;
  }

  #search_filters #_desktop_search_filters_clear_all {
    top: 0;
    right: 15px;
  }

  #search_filters #_desktop_search_filters_clear_all button.js-search-filters-clear-all {
    color: #333333;
    padding: 6px 15px;
  }

  #search_filters>p.title_block {
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    color: #d4ac5b;
    font-family: "Nova Slim", system-ui;
    font-weight: 500;
    text-transform: lowercase;
  }

  #search_filters>p.title_block:before,
  #search_filters>p.title_block:after {
    content: "";
    display: block;
    width: 23vw;
    position: absolute;
    top: 50%;
    left: 5%;
    border: 2px solid #d4ac5b;
  }

  #search_filters>p.title_block:after {
    right: 5%;
    left: unset;
  }

  .product_list {
    overflow: hidden;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product_list.list .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .product_list.list .ajax_block_product {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product_list.list .ajax_block_product {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .product_list.list .thumbnail-container {
    text-align: left;
  }

  .rtl .product_list.list .thumbnail-container {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .product_list.list .thumbnail-container .product-image {
    text-align: center;
    float: left;
    width: 33.33333%;
    float: left;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .product_list.list .thumbnail-container .product-image {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product_list.list .thumbnail-container .product-meta {
    overflow: hidden;
    padding: 12px 10px 0;
    float: left;
    width: 66.66667%;
    text-align: left;
    float: left;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .product_list.list .thumbnail-container .product-meta {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .product_list.list .thumbnail-container .product-meta .product-price-and-shipping {
    text-align: left;
  }

  .product_list.list .thumbnail-container .product-title:before {
    margin: 0px;
  }

  .product_list.list .thumbnail-container .product-description-short {
    display: inline-block;
  }

  .product_list.list .thumbnail-container .variant-links {
    text-align: left;
  }

  .product_list.list .thumbnail-container .box-content {
    display: block;
  }

  .product_list.list .thumbnail-container .box-content .product-price-and-shipping,
  .product_list.list .thumbnail-container .box-content .product-title {
    width: 100%;
    display: block;
  }
}

@media (min-width: 992px) {
  .product_list.grid .ajax_block_product.first-in-line {
    clear: both;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .product_list.grid .ajax_block_product.first-item-of-tablet-line {
    clear: both;
  }
}

@media (max-width: 575px) and (min-width: 480px) {
  .product_list.grid .ajax_block_product.first-item-of-mobile-line {
    clear: both;
  }
}

@media (max-width: 991px) {
  #search_filters .facet .facet-label {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .sidebar .block {
    display: none;
  }

  .sidebar .block_content {
    padding: 0px !important;
  }

  .sidebar #search_filter_controls {
    text-align: center;
    background-color: #282828;
    display: flex;
    justify-content: space-between;
  }

  #search_filters .block_content section .float-xs-right .navbar-selected {
    margin-right: 5px;
    color: #ffffff;
  }

  .sidebar #search_filter_controls button {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: normal;
    min-width: 100px;
    background: unset;
    color: #FFFFFF;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebar #search_filter_controls button.ok {
    background-color: #000000;
    border-left: 1px solid #ffffff;
    font-size: 2rem;
    padding: 0;
    min-height: 54px;
  }

  .sidebar #search_filter_controls button:hover {
    background: #d4ac5b;
  }

  .sidebar #search_filter_controls button .material-icons {
    display: none;
  }

  .sidebar #search_filters_wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sidebar #search_filters {
    margin-bottom: 50px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #eaeaea;
    display: block;
  }

  .sidebar #search_filters .facet {
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333333;
    background-color: #d4ac5b;
  }

  .sidebar #search_filters .facet:last-child {
    border-bottom: none;
  }

  .sidebar #search_filters .facet .title {
    cursor: pointer;
    justify-content: space-between;
    padding-right: 10px;
  }

  #search_filters .block_content section .float-xs-right .navbar-selected:before {
    background-color: #282828;
  }

  .sidebar #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }

  .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
  }

  .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
  }

  .sidebar #search_filters .facet .facet-title {
    color: #414141;
    text-transform: uppercase;
  }

  .sidebar #search_filters .facet .h6 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
  }

  .sidebar #search_filters .facet .navbar-toggler {
    height: 36px;
    width: 20px;
    line-height: normal;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  #search_filter_controls #_mobile_search_filters_clear_all {
    display: flex;
  }

  .sidebar #search_filters .facet .navbar-toggler .material-icons {
    height: auto;
    width: auto;
    line-height: normal;
  }

  .sidebar #search_filters .facet .collapse {
    display: none;
  }

  .sidebar #search_filters .facet .collapse.in {
    display: block;
  }

  .sidebar #search_filters .facet .facet-label {
    padding: 10px;
    margin: 0px;
  }

  .sidebar #search_filters .facet .facet-label.active {
    background: #e7d6b3;
  }

  .sidebar #search_filters .facet .facet-label a {
    margin: 0;
    width: 100%;
    color: #333333;
  }

  .sidebar #search_filters .facet .facet-label a .magnitude {
    display: none;
  }

  .sidebar #search_filters .facet ul {
    margin-bottom: 0;
    background: #fbfbfb;
    padding: 13px;
  }

  .sidebar #search_filters .facet ul li {
    border: 1px solid #282828;
    padding: 0;
    display: inline-block;
    background: white;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .sidebar #search_filters .facet ul li:hover {
    background-color: #e7d6b3;
  }

  .sidebar #search_filters .facet .faceted-slider li {
    width: 100%;
    padding: 10px;
  }

  .sidebar #search_filters .facet .faceted-slider li a p {
    color: #282828;
  }

  #search_filters .facet .facet-label .custom-checkbox,
  #search_filters_brands .facet .facet-label .custom-checkbox,
  #search_filters_suppliers .facet .facet-label .custom-checkbox {
    display: none;
  }

  #search_filter_toggler {
    width: 100%;
  }

  .sidebar #search_filters .facet.active .title .collapse-icons .remove {
    display: none;
  }

  .sidebar #search_filters .facet .title .collapse-icons .remove {
    display: block;
  }

  .sidebar #search_filters .facet.active .title .collapse-icons .add {
    display: block;
  }

  .sidebar #search_filters .facet .title .collapse-icons i {
    color: black;
  }

  .sidebar #search_filters .facet .title .collapse-icons .add {
    display: none;
  }

  #search_filter_toggler {
    width: 100%;
  }

  #wrapper {
    margin: 0 15px;
  }

  .products-sort-order .select-title {
    margin-left: 0;
  }

  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 16px;
  }

  .products-selection .showing {
    display: none;
  }

  #js-product-list-top .sort-by-row {
    display: flex;
    align-items: flex-end;
  }

  .product_list.grid .ajax_block_product {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .product_list.grid .ajax_block_product > img {
      max-width: 100%;
  }
  #content-wrapper {
      display: block !important;
  }

  .product_list.grid .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }

  #content-wrapper {
    margin-top: 25px;
  }

  #search-banda {
    margin-bottom: 0 !important;
  }

  #header #mobile-searchbar {
    margin: 30px 0 10px;
    bottom: 0;
    position: relative;
  }
  #header.scrolled{
    box-shadow: rgba(49, 53, 59, 0.5) 0px 1px 6px 0px;
    -webkit-box-shadow: rgba(49, 53, 59, 0.5) 0px 1px 6px 0px;
  }
  #header.scrolled #mobile-searchbar{
    position: absolute;
    margin: 0;
  }
}

#main strong {
  font-weight: 700;
}

#manufacturer-description {
  margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
  .thumbnail-container .functional-buttons .btn-product .leo-quickview-bt-content i,
  .thumbnail-container .functional-buttons .btn-product .leo-wishlist-bt-content i,
  .thumbnail-container .functional-buttons .btn-product .leo-compare-bt-content i,
  .thumbnail-container .functional-buttons .btn-product .leo-bt-cart-content i {
    line-height: unset;
  }

  .thumbnail-container .functional-buttons>div,
  .thumbnail-container .functional-buttons .btn-product {
    width: unset;
    height: unset;
  }
  .thumbnail-container .functional-buttons .btn-product{
    padding: 7px;
  }
}
@media (min-width: 768px) {
  #search_filters .block_content {
    display: flex;
    flex-wrap: wrap;
  }

  #search_filters .block_content>section {
    flex: 0 0 25%;
    padding: 10px 25px;
    position: relative;
  }

  #search_filters .block_content>section ul {
    position: absolute;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(51, 51, 51);
    width: calc(100% - 50px);
    padding: 10px 15px;
    z-index: 15;
    max-height: 250px;
    overflow: auto;
  }

  #search_filters .block_content>section ul .facet-dropdown.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #search_filters .block_content>section ul .facet-dropdown.open .dropdown-menu>a {
    padding: 5px 10px;
  }

  #search_filters .facet .title .collapse-icons {
    padding: 0;
  }

  #search_filters .facet .title {
    border-bottom: 1px solid #000000;
    align-items: center;
  }
}