.filter-wrap {width: 100%;background: white;border: 1px solid #ddd;border-radius: 8px;}

.filter-wrap .title-result {width: 100%;padding: 17px 15px;border-bottom: 1px solid #EFEFEF;}

.filter-wrap .title-result .title {font-weight: 600;font-size: 1.2rem;}



.filter-wrap .filter-list-wrap {width: 100%;border-bottom: 1px solid #EFEFEF;padding: 15px;padding-top: 0px;line-height: 19px;font-weight: normal;}

.filter-wrap .filter-list-wrap .title {position:relative;width: 100%;font-weight: 600;font-size: 0.8rem;}

.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;}

.filter-wrap .filter-list-wrap .scroll .filter-check-item input {margin-right: 7px;}

.filter-wrap .filter-list-wrap .scroll .filter-check-item .name {font-size: 0.8rem;color: #000;}

.filter-wrap .filter-list-wrap .scroll .filter-check-item .count {font-size: 0.6rem;color: #777;margin-left: 5px;}

.filter-wrap .filter-list-wrap .scroll .filter-check-item .arrow {font-size: 0.6rem;color: #777;float: right;margin-right: 10px;}



#dynamicSort {display: flex;flex-direction: column;flex-flow: row;justify-content: flex-end;background: transparent;}

.sort-wrapper {width: fit-content;display: block;background: #ffffff;padding: 3px;border: 1px solid #dddddd;border-radius: 8px;}

.sort-wrapper .title {float: left;padding: 5px 7.5px 0 0;font-size: 0.8rem;font-weight: bold;}

.sort-btn {display: inline-block;padding: 5px 7.5px;background: transparent;color: #666666;font-size: 0.8rem;line-height: normal;font-weight: normal;border-radius: 4px;text-align: center;cursor: pointer;margin-right: 3px}

.sort-btn:last-child {margin-right: 0;}

.sort-btn:hover,

.sort-btn.active {background: #1276bc;color: #ffffff;}

.sort-btn i {margin-right: 5px;}

/* .sort-group {display: flex;align-items: flex-start;justify-content: space-between;} */

.sort-group .title {width: 100%;}

.sort-group .title h4 {font-size: 20px;line-height: normal;margin: 0;}

.sort-group .spot {font-size: 14px;}





.timeline-item {background: #fff;border: 1px solid;border-color: #e5e6e9 #dfe0e4 #d0d1d5;border-radius: 3px;padding: 12px;margin: 0 auto;max-width: calc(100% - 30px);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: #1276bc;color: #fff;margin: 0;line-height: normal;font-size: 14px;width: 50%;text-transform: uppercase;}







.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: #f31d1d;border: 0;color: #fff;font-size: 0.9rem;margin-left: 5px;}



@media(max-width: 768px) {

  .pagination-btn {width: auto;}
  .sort-group .title h4 {
    font-size: 16px;
}
}



i.fas.fa-filter{font-size:0.9rem;}



.filter-wrap .filter-list-wrap .title{

    margin: 20px 0 10px;

    display: inline-block;

 }

.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;

}



.filter-wrap .filter-list-wrap .scroll .filter-check-item .name {

    color: #2c2c2c;

    float: left;

}

@media(min-width:768px) {

  .filter-wrap .filter-list-wrap .scroll .filter-check-item .name {max-width: 75%;}

}



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;}

.filter-group .filter-check-item-maintitle {display: block;font-weight: normal;color: #2c2c2c;line-height: 26px;font-size: 0.8rem;font-weight: 600 !important;}

.filter-group .filter-group .filter-check-item-maintitle {display: none;}

.filter-group .filter-group.active {display: block;}

.filter-group .filter-group.active .filter-check-item-maintitle {display: block;}

.filter-group .filter-check-item.active {display: inline-block;padding-left: 18px;}

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