.filter-wrap {width: 100%;background: white;border: 1px solid #ddd;border-radius: 0px;text-align: left;}
.filter-wrap .title-result {width: 100%;padding: 17px 15px;border-bottom: 1px solid #EFEFEF;}
.filter-wrap .title-result .title {font-weight: bold;font-size: 20px;}

.filter-wrap .filter-list-wrap {width: 100%;border-bottom: 1px solid #EFEFEF;padding: 15px;line-height: 19px;font-weight: normal;}
.filter-wrap .filter-list-wrap .title {position:relative;width: 100%;font-weight: 600;font-size: 15px;}
.filter-wrap .filter-list-wrap .title span {float: right;font-size: 0.7rem;color: #6f6f6f;}

.filter-wrap .filter-list-wrap .scroll {max-height: 160px;overflow-y: auto;}
/*.fiyataraligi-filter .scroll {padding: 0 10px;overflow: inherit !important; }
*/.filter-wrap .filter-list-wrap .scroll::-webkit-scrollbar {
  width: 4px;
}
.filter-wrap .filter-list-wrap .scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 15px;
}
.filter-wrap .filter-list-wrap .scroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 15px;
}
.filter-wrap .filter-list-wrap .scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.filter-wrap .filter-list-wrap .scroll .filter-check-item {width: 100%;margin-bottom: 0px;font-weight: normal;display: block;}
.filter-wrap .filter-list-wrap .scroll .filter-check-item input {margin-top: 0; margin-right: 10px;margin-bottom: 3px;}
/*.filter-wrap .filter-list-wrap .scroll .filter-check-item input[type="checkbox"]:checked {border: 0;}
.filter-wrap .filter-list-wrap .scroll .filter-check-item input[type="checkbox"]:checked:before {content: "\f410";font-family: 'Font Awesome 5 Free';font-weight: bold;font-size: 12px;left: 0px;top: -1px;}
*/.filter-wrap .filter-list-wrap .scroll .filter-check-item .name {font-size: 12px;color: #000;}
.filter-wrap .filter-list-wrap .scroll .filter-check-item .count {font-size: 10px;color: #777;margin-left: 5px;}

#dynamicSort {display: flex;flex-direction: column;flex-flow: row;justify-content: flex-end;background: transparent;}
.sort-wrapper {display: block;background: transparent;padding: 10px 0px;border-radius: 0px;min-height: 50px;}
.sort-wrapper .title {float: left;padding: 3px 7.5px 0 0;font-size: 16px;font-weight: bold;}
.sort-wrapper .title small {font-size: 100%;font-weight: bold;}
.sort-btn {display: inline-block;padding: 10px 25px;background: transparent;color: #666666;border: 1px solid #ddd;font-size: 12px;line-height: normal;font-weight: normal;border-radius: 6px;text-align: center;cursor: pointer;margin-right: 8px}
.sort-btn:last-child {margin-right: 0;}
.sort-btn:hover,
.sort-btn.active {border-color: #326e98;}
.sort-btn i {margin-right: 5px;}


.timeline-item {background: #fff;border: 1px solid;border-color: #e5e6e9 #dfe0e4 #d0d1d5;border-radius: 3px;padding: 12px;margin: 0 auto;max-width: 100%;min-height: 150px;margin-bottom: 10px;margin-top: 10px;}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}

.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}

.background-masker.subheader-right {
  left: 230px;
}

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.background-masker.content-top {
  height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.background-masker.content-second-line {
  top: 68px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  top: 82px;
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}

#dynamicPagination {text-align: center;margin-top: 15px;}
.pagination-btn {border:0;display: inline-block;padding: 10px 50px;border-radius: 20px;height: auto;background: #326e98;color: #fff;margin: 0;line-height: normal;font-size: 14px;width: 50%;text-transform: uppercase;}

.visibleTotal {display: none;}

.price-input-wrap {}
.price-input-wrap .price-input {float: left;width: calc(40% - 10px);border: 1px solid #EFEFEF;height: 30px;text-indent: 10px;font-size: 0.8rem;border-radius: 5px;}
.price-input-wrap .price-input-separate {float: left;width: 20px;height: 30px;line-height: 30px;text-align: center;}
.price-input-wrap .price-search {float: left;width: calc(20% - 5px);height: 28px;margin-top: 1px;border-radius: 5px;display: block;background: #2fa252;border: 0;color: #fff;font-size: 0.9rem;margin-left: 5px;}

@media(max-width: 768px) {
  .pagination-btn {width: auto;}
}

.filter-wrap .filter-list-wrap .scroll .filter-check-item input {
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    opacity: 0.7;
    cursor: pointer;
}

.filter-wrap .filter-list-wrap .scroll .filter-check-item {
    cursor: pointer;
}


input[type=checkbox], input[type=radio] {
    margin: 6px 0 0;
}

.scroll .filter-list-wrap {border: 0;padding: 0;}
.filter-group .filter-check-item {display: none !important;}
.filter-group .filter-check-item-maintitle {display: block !important;font-weight: normal;color: #2c2c2c;font-size: 0.8rem;font-weight: 600 !important;}
.filter-group .filter-group .filter-check-item-maintitle {display: none !important;}
.filter-group .filter-group.active {display: block !important;}
.filter-group .filter-group.active .filter-check-item-maintitle {display: block !important;}
.filter-group .filter-check-item.active {display: inline-block !important;padding-left: 18px;}
.filter-group .filter-check-item-maintitle input {float: left;margin-right: 5px;cursor: pointer;}