.modul-r-search-stack2 {
    position: relative;
    z-index: 0;
}

.modul-r-search-stack2 .no-border-radius .list-group-item:last-child {
    border-bottom: 0;
}

.modul-r-search-stack2 .search-stack2-items.more .more,
.modul-r-search-stack2 .search-stack2-items.more .more-hide,
.modul-r-search-stack2 .search-stack2-items .more-show {
    display: block;
}

.modul-r-search-stack2 .search-stack2-items .more,
.modul-r-search-stack2 .search-stack2-items .more-hide,
.modul-r-search-stack2 .search-stack2-items.more .more-show {
    display: none;
}

.modul-r-search-stack2 .no-border-radius a.list-group-item .modul-r-search-stack2 .no-border-top-radius a.list-group-item {
    padding-left: 30px !important;
    background: rgba(244, 244, 244, 0.6);
}

.modul-r-search-stack2 .no-border-radius a.list-group-item:hover {
    background: #E2E2E2 !important;
    color: #555A5F !important;
}

.modul-r-search-stack2 .no-border-top-radius .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* sort-order button styles */
.modul-r-search-stack2 input[name="asc"] {
  display: none;
}

.modul-r-search-stack2 input[name="asc"] ~ .fa-sort-amount-asc {
  display: none;
}

.modul-r-search-stack2 input[name="asc"]:checked ~ .fa-sort-amount-asc {
  display: inline-block;
}

.modul-r-search-stack2 input[name="asc"]:checked ~ .fa-sort-amount-desc {
  display: none;
}

.modul-r-search-stack2 .form-group {
    margin-bottom: 0 !important;
}

.modul-r-search-stack2 .checkbox.list-group-item {
    padding: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: dotted;
}

.modul-r-search-stack2 a.list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.modul-r-search-stack2 a.list-group-item:nth-last-child(2)[aria-expanded="true"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.modul-r-search-stack2 .panel-body {
    padding: 12px 0 !important;
}

.modul-r-search-stack2 label:not(.btn) {
    width: 85%;
    margin: 7px 0;
}

.modul-r-search-stack2 .badge {
    margin: 8px 0 0 0;
    padding: 3px 7px;
}

.modul-r-search-stack2 .checkbox {
    margin: 0 !important;
}

.thin .modul-r-search-stack2 label:not(.btn) {
    width: 78%;
}

.modul-r-search-stack2 .panel-transparent .list-group-item {
    background: transparent;
}

.modul-r-search-stack2 .popover {
    margin-left: -135px;
    z-index: 1030;
    font-family: inherit;
}
.modul-r-search-stack2 .popover .popover-title {
    text-align: center;
}
.modul-r-search-stack2 .search-stack2-items-more {
    display: inline-block;
    margin: 5px 0 -5px;
    padding: 5px 0;
}

.modul-r-search-stack2 .panel-heading .transformArrow {
    margin-top: 1px;
}

.mobile .modul-r-search-stack2 .additional-user-filters,
.ax-container.col-lg-4 .modul-r-search-stack2 .additional-user-filters {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.mobile .modul-r-search-stack2 .additional-user-filters > .btn,
.ax-container.col-lg-4 .modul-r-search-stack2 .additional-user-filters > .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

.cerulean .modul-r-search-stack2 .popover.right > .arrow {
    border-right-color: rgba(0,0,0,0.4);
}
.cyborg .modul-r-search-stack2 .popover.right {
    background-color: #2c2c2c;
    border: 1px solid currentColor;
}
.cyborg .modul-r-search-stack2 .popover.right > .arrow {
    border-right-color: currentColor;
}
.cyborg .modul-r-search-stack2 .popover.right > .arrow:after {
    border-right-color: #2c2c2c;
}
.darkie .modul-r-search-stack2 .popover.right {
    border: 1px solid #868585;
}
.darkie .modul-r-search-stack2 .popover.right > .arrow {
    border-right-color: #868585;
}
.paper .modul-r-search-stack2 .popover.right {
    border: 1px solid #bbb;
}
.paper .modul-r-search-stack2 .popover.right > .arrow:after {
    left: 3px;
}
.paper .modul-r-search-stack2 .popover.right > .arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    bottom: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-width: 0;
    border-right-color: #bbb;
}
.superhero .modul-r-search-stack2 .popover.right {
    background-color: #64778a;
}
.superhero .modul-r-search-stack2 .popover.right .popover-content {
    background-color: #485563;
}
.superhero .modul-r-search-stack2 .popover.right > .arrow {
    margin-top: -11px;
    border-right-color: rgba(0,0,0,0.2);
}
.superhero .modul-r-search-stack2 .popover.right > .arrow:after {
    border-right-color: #485563;
    left: 3px;
    bottom: -9px;
}
.superhero .modul-r-search-stack2 .popover.right > .arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    bottom: -9px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-width: 0;
    border-right-color: #64778a;
}
.slate .modul-r-search-stack2 .popover.right {
    border: 1px solid #7a8288;
}
.slate .modul-r-search-stack2 .popover.right > .arrow {
    border-right-color: #7a8288;
}

.slate .modul-r-search-stack2 .checkbox.list-group-item {
    background: transparent;
}

.modul-r-search-stack2 .disabled-block {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .50;
}

.modul-r-search-stack2 .disabled-block div {
  pointer-events: none;
}

/* -----------------stack2 mobile app -------------------- */
.modul-r-search-stack2.layout-mobile .mobile-scroll-block {
  max-height: calc(100vh - 130px);
  overflow: auto;
}

.modul-r-search-stack2.layout-mobile.use-additional .mobile-scroll-block {
  max-height: calc(100vh - 165px);
}

.modul-r-search-stack2.layout-mobile.use-sort .mobile-scroll-block {
  max-height: calc(100vh - 206px);
}

.modul-r-search-stack2.layout-mobile.use-sort.use-additional .mobile-scroll-block {
  max-height: calc(100vh - 240px);
}

.modul-r-search-stack2.layout-mobile .mobile-scroll-block > .panel:first-child {
  margin-top: 5px;
}

.modul-r-search-stack2.layout-mobile .panel-group {
  margin-bottom: 0;
}

.modul-r-search-stack2.layout-mobile .stack2-buttons {
  padding-bottom: 0;
}

.modul-r-search-stack2.layout-mobile .stack_clear_truck {
  padding-left: 0;
}

.modul-r-search-stack2.layout-mobile .watch-checbox {
  margin-bottom: 5px;
}

.modul-r-search-stack2.layout-mobile .search-stack2-items[class*='priceDatabox'] {
  overflow: hidden;
}

.size-xs .modul-r-search-stack2.layout-mobile .sort-wrapper label {
  display: block;
}

.modul-r-search-stack2 .show-hide-btn {
    display: block;
    margin-top: .3em;
}