.ja-megafilter-wrap {
  position: relative;
}
.ja-megafilter-wrap.row {
  margin-left: -5px;
  margin-right: -5px;
}
.ja-megafilter-wrap .main-content {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.ja-megafilter-wrap .sidebar-main {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1050;
  max-width: 90px;
  width: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 350ms all;
  -o-transition: 350ms all;
  transition: 350ms all;
}
.ja-megafilter-wrap .sidebar-main.open {
  width: 100%;
  opacity: 1;
}
@media (max-width: 767px) {
  .ja-megafilter-wrap .sidebar-main.open {
    height: 100%;
  }
}
.ja-megafilter-wrap .sidebar-main .sidebar-toggle {
  display: block;
  position: absolute;
  color: #ffffff;
  background: #000000;
  border-left: 1px solid #222222;
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
  right: 0;
  height: 54px;
  width: 54px;
  line-height: 54px;
}
.ja-megafilter-wrap .sidebar-main .block-subtitle {
  display: none;
}
.ja-megafilter-wrap .sidebar-main .block-subtitle.filter-current-subtitle {
  background: #000000;
  color: #ffffff;
  margin: 0 -10px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-bottom: 0;
  display: block;
}
.ja-megafilter-wrap .sidebar-main .selected-filters {
  margin: 0 -10px 24px;
  background: none;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ja-megafilter-wrap .sidebar-main .selected-filters ol.items {
  padding: 5px 10px;
  margin-bottom: 0;
}
.ja-megafilter-wrap .sidebar-main .selected-filters .filter-value .fa {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}
.ja-megafilter-wrap .sidebar-main .filter-actions {
  padding: 0 10px 10px;
}
.ja-megafilter-wrap .sidebar-main + .sidebar-toggle {
  color: #222222;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  border-right: 1px solid #e8e8e8;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  left: 6px;
  top: 1px;
  z-index: 2;
}
.ja-megafilter-wrap .sidebar-main + .sidebar-toggle i {
  margin-right: 12px;
}
.ja-megafilter-wrap .sidebar-main + .sidebar-toggle + .main-content .jamg-layout-chooser {
  display: none;
}
.ja-megafilter-wrap div.orderby-displaynumber {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.ja-megafilter-wrap .sidebar-toggle + .main-content .orderby-displaynumber .jamg-layout-chooser,
.ja-megafilter-wrap .sidebar-toggle-backdrop + .main-content .orderby-displaynumber .jamg-layout-chooser {
  padding-left: 118px;
}
.ja-products-wrapper .product-items {
  margin-right: -5px;
  margin-left: -5px;
}
.ja-products-wrapper .product-item {
  padding-right: 5px;
  padding-left: 5px;
}
.ja-products-wrapper .product-item .product-item-name {
  line-height: 1.7143;
  font-size: 14px;
  font-weight: 500;
}
.ja-products-wrapper .product-item .product-item-name a {
  color: #222222;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.ja-products-wrapper .product-item .product-item-name a:hover,
.ja-products-wrapper .product-item .product-item-name a:focus,
.ja-products-wrapper .product-item .product-item-name a:active {
  border-bottom-color: #e8e8e8;
}
.ja-products-wrapper .product-item .product-item-details:before,
.ja-products-wrapper .product-item .product-item-details:after {
  display: table;
  content: " ";
}
.ja-products-wrapper .product-item .product-item-details:after {
  clear: both;
}
.ja-products-wrapper .product-item .product-item-details:hover .product-item-actions {
  opacity: 1;
  -webkit-transition: 350ms all;
  -o-transition: 350ms all;
  transition: 350ms all;
}
.ja-products-wrapper .product-item .product-item-details .row.price {
  float: left;
}
.ja-products-wrapper .product-item .product-item-details .row.rating {
  float: right;
}
.ja-products-wrapper .product-item .product-item-details .cat {
  font-size: 13px;
  color: #959595;
  margin-bottom: 12px;
}
.ja-products-wrapper .product-item .product-item-details span.price {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar {
  background: #222222;
  margin: 0;
  display: flex;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .quantity-controls {
  margin-right: 0;
  margin-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 20px;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .quantity-controls input {
  background-color: transparent;
  border: 0;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .quantity-controls input.quantity-plus {
  margin-top: 8px;
  margin-bottom: 5px;
  background-position: 2px bottom;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .quantity-controls input.quantity-minus {
  background-position: -14px -15px;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .btn-default {
  width: 100%;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .addtocart-button {
  width: calc(100% - 69px);
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .addtocart-button .wait-1 {
  display: none;
}
.ja-products-wrapper .product-item .product-item-details .addtocart-bar .quantity-input {
  border: 0;
  background: none;
  color: #ffffff;
  height: 100%;
}
.ja-products-wrapper .product-item .product-item-details .product-item-actions {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  opacity: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.touch .ja-products-wrapper .product-item .product-item-details .product-item-actions {
  opacity: 1;
  position: static;
  padding-right: 0;
  padding-left: 0;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
  padding: 17px 36px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 0;
  font-weight: 700;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default:focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default:hover {
  color: #ffffff;
  background-color: #080808;
  border-color: #030303;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default:active,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.active,
.open > .dropdown-toggle.ja-products-wrapper .product-item span.addtocart-button input.btn-default {
  color: #ffffff;
  background-color: #080808;
  background-image: none;
  border-color: #030303;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default:active:hover,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.active:hover,
.open > .dropdown-toggle.ja-products-wrapper .product-item span.addtocart-button input.btn-default:hover,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default:active:focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.active:focus,
.open > .dropdown-toggle.ja-products-wrapper .product-item span.addtocart-button input.btn-default:focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default:active.focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.active.focus,
.open > .dropdown-toggle.ja-products-wrapper .product-item span.addtocart-button input.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.disabled:hover,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default[disabled]:hover,
fieldset[disabled] .ja-products-wrapper .product-item span.addtocart-button input.btn-default:hover,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.disabled:focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default[disabled]:focus,
fieldset[disabled] .ja-products-wrapper .product-item span.addtocart-button input.btn-default:focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default.disabled.focus,
.ja-products-wrapper .product-item span.addtocart-button input.btn-default[disabled].focus,
fieldset[disabled] .ja-products-wrapper .product-item span.addtocart-button input.btn-default.focus {
  background-color: #222222;
  border-color: #222222;
}
.ja-products-wrapper .product-item span.addtocart-button input.btn-default .badge {
  color: #222222;
  background-color: #ffffff;
}
.ja-products-wrapper .product-item-photo {
  position: relative;
}
.ja-products-wrapper .product-item-photo img {
  width: 100%;
}
.ja-products-wrapper.products-grid .product-item .product-item-info {
  padding: 0;
  border: 0;
}
.ja-products-wrapper.products-grid .product-item .product-item-info:hover {
  box-shadow: none;
}
.ja-products-wrapper.products-grid .product-item .product-item-info > .product-item-actions {
  display: none;
}
.ja-products-wrapper.products-grid .product-item .row.desc {
  display: none;
}
.touch .ja-products-wrapper.products-grid .product-item span.addtocart-button input.btn-default {
  padding-left: 10px;
  padding-right: 10px;
}
.ja-products-wrapper.products-list .list .product-item .row.desc {
  clear: both;
  display: block;
}
.ja-products-wrapper.products-list .list .product-item .product-item-name a {
  font-size: 32px;
  font-weight: 300;
}
.ja-products-wrapper.products-list .list .product-item .product-item-details .row.thumb .col-md-12 {
  position: static;
}
.ja-products-wrapper.products-list .list .product-item .product-item-info {
  min-height: 392px;
  padding-left: 304px;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 1295px) and (min-width: 768px) {
  .ja-products-wrapper.products-list .list .product-item .product-item-info {
    padding-left: 10px;
  }
  .ja-products-wrapper.products-list .list .product-item .product-item-info .product-item-photo {
    position: relative;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.ja-products-wrapper.products-list .list .product-item .product-item-info .product-item-photo {
  padding: 0;
  border: 0;
  text-align: center;
  top: 0;
}
.ja-products-wrapper.products-list .list .product-item .product-item-info .product-item-photo img {
  display: block;
  max-width: 294px;
}
.ja-products-wrapper.products-list .list .product-item .product-item-info .product-item-photo .product-item-actions {
  display: none;
}
@media screen and (max-width: 480px) {
  .ja-products-wrapper.products-list .list .product-item .product-item-info {
    padding-left: 0;
  }
  .ja-products-wrapper.products-list .list .product-item .product-item-info .product-item-photo {
    margin-right: 0;
    position: static;
  }
  .ja-products-wrapper.products-list .list .product-item .product-item-info .product-item-photo img {
    max-width: 100%;
  }
}
.ja-products-wrapper .rating-result {
  background: url("../../templates/ja_mixstore/images/virtuemart/color-stars.png") repeat-x 0 bottom;
}
.ja-products-wrapper .rating-result span {
  background: url("../../templates/ja_mixstore/images/virtuemart/color-stars.png") repeat-x 0 0;
}
.products-toolbar .pagination {
  float: left;
}
.products-toolbar .pagination > li > a,
.products-toolbar .pagination > li > span {
  border-radius: 50% !important;
  color: #555555;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  margin: 4px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.products-toolbar .pagination > li > a:hover,
.products-toolbar .pagination > li > span:hover,
.products-toolbar .pagination > li > a:focus,
.products-toolbar .pagination > li > span:focus {
  color: #555555;
}
.products-toolbar .pagination > li.active > a {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.products-toolbar .pagination > li.active > a,
.products-toolbar .pagination > li.active > a:hover,
.products-toolbar .pagination > li.active > a:focus {
  border-color: #222222;
  color: #ffffff;
}
.products-toolbar .pagination > li.disabled > span,
.products-toolbar .pagination > li.disabled > span:hover,
.products-toolbar .pagination > li.disabled > span:focus,
.products-toolbar .pagination > li.disabled > a,
.products-toolbar .pagination > li.disabled > a:hover,
.products-toolbar .pagination > li.disabled > a:focus {
  display: none;
}
.products-toolbar .orderby-displaynumber .limiter,
.products-toolbar .orderby-displaynumber .sorter {
  height: 54px;
  line-height: 54px;
  position: relative;
}
.products-toolbar .orderby-displaynumber .limiter select,
.products-toolbar .orderby-displaynumber .sorter select {
  width: auto;
  padding: 0;
}
.products-toolbar .orderby-displaynumber .limiter .chzn-container-single,
.products-toolbar .orderby-displaynumber .sorter .chzn-container-single {
  position: static;
  display: inline-block;
}
.products-toolbar .orderby-displaynumber .limiter .chzn-container-single .chzn-single,
.products-toolbar .orderby-displaynumber .sorter .chzn-container-single .chzn-single {
  background: none;
  border: 0;
  box-shadow: none;
  color: #555555;
}
.products-toolbar .orderby-displaynumber .limiter .chzn-container-single .chzn-single span,
.products-toolbar .orderby-displaynumber .sorter .chzn-container-single .chzn-single span {
  width: unset;
}
.products-toolbar .orderby-displaynumber .limiter .chzn-container-single .chzn-single div b,
.products-toolbar .orderby-displaynumber .sorter .chzn-container-single .chzn-single div b {
  background-image: url("../../templates/ja_mixstore/images/chosen-sprite.png");
}
.products-toolbar .orderby-displaynumber .limiter .chzn-container-single .chzn-drop,
.products-toolbar .orderby-displaynumber .sorter .chzn-container-single .chzn-drop {
  top: 54px !important;
  width: 100% !important;
  box-shadow: none;
  border-color: #e8e8e8;
}
.products-toolbar .orderby-displaynumber .limiter select {
  min-width: 54px;
}
.products-toolbar .orderby-displaynumber .sorter {
  padding-left: 12px;
}
.products-toolbar .orderby-displaynumber .sorter select {
  min-width: 120px;
}
.products-toolbar .orderby-displaynumber .sorter .sorter-options-wrap {
  position: relative;
  float: left;
  padding-left: 5px;
}
.ja-toolbar-wrapper {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.ja-toolbar-wrapper label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 991px) {
  .ja-toolbar-wrapper label {
    display: none;
  }
}
.ja-toolbar-wrapper.toolbar-top .pagination-wrap {
  display: none;
}
.ja-toolbar-wrapper.toolbar-bottom .orderby-displaynumber {
  display: none;
}
.ja-toolbar-wrapper .jamg-layout-chooser {
  float: left !important;
  margin-left: 0;
}
.ja-toolbar-wrapper .jamg-layout-chooser span {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right-color: #e8e8e8;
}
.ja-toolbar-wrapper .jamg-layout-chooser span .fa {
  font-size: 16px;
}
.ja-toolbar-wrapper .jamg-layout-chooser span.active {
  border-color: #e8e8e8;
  color: #222222;
}
@media (max-width: 991px) {
  .ja-toolbar-wrapper .jamg-layout-chooser {
    display: none;
  }
}
.ja-toolbar-wrapper .toolbar-amount {
  line-height: 54px;
}
.ja-toolbar-wrapper .toolbar-sorter {
  float: right;
  padding-right: 0;
}
.ja-toolbar-wrapper .toolbar-sorter .action {
  background: none;
  color: #222222;
  height: 54px;
  line-height: 54px;
  border-left: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .ja-toolbar-wrapper .toolbar-sorter {
    border-left: 1px solid #e8e8e8;
  }
  .ja-toolbar-wrapper .toolbar-sorter select {
    background: url("../../templates/ja_mixstore/images/virtuemart/arrow_down.png") no-repeat right center;
    border: 0;
    color: #222222;
    padding-right: 12px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.ja-toolbar-wrapper .limiter {
  border-left: 1px solid #e8e8e8;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .ja-toolbar-wrapper .limiter select {
    background: url("../../templates/ja_mixstore/images/virtuemart/arrow_down.png") no-repeat right center;
    border: 0;
    color: #222222;
    padding-right: 12px;
    padding-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
@media (max-width: 991px) {
  .ja-toolbar-wrapper .limiter {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .ja-toolbar-wrapper .orderby-displaynumber .toolbar-sorter {
    width: auto;
    float: right;
    margin-bottom: 0;
  }
}
.ja-toolbar-wrapper .toolbar-amount {
  display: none;
}
.ja-toolbar-wrapper .orderby-displaynumber {
  border: 1px solid #e8e8e8;
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
.t3-sidebar .ja-filter-wrapper .filter-content .block-subtitle {
  display: none;
}
.ja-filter-wrapper .filter-content {
  background: none;
  padding: 0;
}
.ja-filter-wrapper .filter-content .filter-list > .filter-field {
  border-top: 1px solid #e8e8e8;
}
.ja-filter-wrapper .filter-content .filter-list > .filter-field:first-child {
  border-top: 0;
}
.ja-filter-wrapper .filter-content .filter-list > .filter-field:first-child .filter-options-title {
  padding-top: 0;
}
.ja-filter-wrapper .filter-content .filter-list > .filter-field + .filter-field {
  margin-top: 24px;
}
.ja-filter-wrapper .filter-content .filter-options-title {
  padding-top: 24px;
  margin-bottom: 24px;
}
.ja-filter-wrapper .filter-content .filter-options-title span {
  background: none;
  padding: 0;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222222;
  display: block;
}
.ja-filter-wrapper .filter-content .filter-options-title span::after {
  left: auto;
  right: 0;
  top: 0;
  content: "\f068";
  color: inherit;
}
.ja-filter-wrapper .filter-content .filter-options-title.collapsed span::after {
  content: "\f067";
}
.ja-filter-wrapper .filter-content .filter-options-title:hover span::after {
  color: inherit;
}
.ja-filter-wrapper .filter-content input[type="radio"] {
  display: none;
}
.ja-filter-wrapper .filter-content .filter-items li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ja-filter-wrapper .filter-content .filter-items li.jamg-active label {
  border-bottom-color: #e8e8e8;
}
.ja-filter-wrapper .filter-content .filter-items label {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.ja-filter-wrapper .filter-content .filter-items label:hover {
  border-bottom-color: #e8e8e8;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content {
  padding-right: 0.6em;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-slider-horizontal {
  background: #ddd;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-slider-horizontal .ui-slider-range {
  background-color: #00b765;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-slider-horizontal .ui-slider-handle {
  border: 2px solid #00b765;
  box-shadow: none;
}
.ja-filter-wrapper .filter-content .color-item {
  margin-left: 1.25px;
  margin-right: 1.25px;
}
.ja-filter-wrapper .filter-content .color-item label {
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  padding: 5px;
}
.ja-filter-wrapper .filter-content .color-item label:hover {
  border-color: #222222 !important;
}
.ja-filter-wrapper .filter-content .color-item span.color-item-bg {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 0;
}
.ja-filter-wrapper .filter-content .color-item span.color-item-bg:hover {
  border: 0;
}
.ja-filter-wrapper .filter-content .color-item span.color-item-bg.color-active::before {
  display: none;
}
.ja-filter-wrapper .filter-content .color-item .item-counter {
  display: none;
}
.ja-filter-wrapper .filter-current.filter-values.empty .filter-values .items,
.ja-filter-wrapper .filter-current.filter-values.empty .filter-actions {
  display: none;
}
.ja-filter-wrapper .filter-actions {
  padding-bottom: 10px;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.42857;
  border-radius: 0;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:active,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.active,
.open > .dropdown-toggle.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:active:hover,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.active:hover,
.open > .dropdown-toggle.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:hover,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:active:focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.active:focus,
.open > .dropdown-toggle.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:active.focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.active.focus,
.open > .dropdown-toggle.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.disabled:hover,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter[disabled]:hover,
fieldset[disabled] .ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:hover,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.disabled:focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter[disabled]:focus,
fieldset[disabled] .ja-filter-wrapper .filter-actions.block-actions .clear-all-filter:focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.disabled.focus,
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter[disabled].focus,
fieldset[disabled] .ja-filter-wrapper .filter-actions.block-actions .clear-all-filter.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.ja-filter-wrapper .filter-actions.block-actions .clear-all-filter .badge {
  color: #d9534f;
  background-color: #ffffff;
}