
#SearchPage .Main-Content {

  background-color: #F8FAFC;

  font-family:'Open Sans', sans-serif;

  /* padding-bottom: 5%; */
  }

  /* ================= BREADCRUMP ======================= */

  #GeneralBreadcrumb .Content {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }

  #GeneralBreadcrumb .Content ul {
    list-style:none;
    display:flex;
    justify-content: left;
    align-items: center;
    padding-left: 0;
  }

  #GeneralBreadcrumb .Content li {
  margin-right: 6px;

  }

  #GeneralBreadcrumb .Content li a{
   color:  #3394de;
   text-decoration: none;
   font-size: 0.75em;
   font-weight:600;
   line-height: 1.5em;

  }

  #GeneralBreadcrumb .Content li.active{
    color:#999;
    font-size: 0.75em;
    font-weight:600;
    line-height: 1.5em;
    margin-top:5px;

   }


   #GeneralBreadcrumb .Content i {
    margin-right: 6px;
    font-size: 0.65em;
    line-height: 1.5em;
    margin-top:5px;
    color:#999;
    opacity: 0.6;
  }

  /* ================= PAGE RIGHT HEADER ======================= */

  #SearchPage .Right .Header {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 15px;

  }

  #SearchPage .Right .Header .Title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;

  }


  #SearchPage .Right .Header .Title h1{
    display: inline;
    font-size: 1.75rem;
    font-weight: bold;
  }

  #SearchPage .Right .Header .Title span{
    color: #0065B8;
    font-size: .875em;
    font-weight: 600;
    padding-left: 10px;
  }


  #SearchPage .Right .Header .LineFilter .btn{
    background-color: transparent;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    transition: all 150ms ease-in-out;
    border:transparent;
    border-radius: 8px;
    padding:13px 10px;
  }

  #SearchPage .Right .Header .LineFilter .btn.active{
    background: #f1f9ff;
    color: #0065B8;
  }


  /* ================= PAGE RIGHT CONTENT ======================= */

  #SearchPage .Right .Content .TourCard{
    width: 100%;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 8px;
    position: relative;
    text-align: left;
    transition: all 250ms ease-in-out;
    height: auto;
    margin-top: 15px;

  }

  /* -------- TOUR CARD INFO -----------*/

  #SearchPage .Right .Content .TourCard .Info{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  #SearchPage .Right .Content .TourCard .Info .Top{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .Recomend .Item{
    border: 1px solid #0065B8;
    border-radius: 11px;
    color: #0065B8;
    background: none;
    margin: 0px 3px 0px 3px;
    font-weight: bold;
    display: inline;
    font-size: 0.75em;
    padding:1px 5px 1px 5px;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .Name{
    font-weight: 700;
    font-size: 1.125em;
    color: #28374f;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .Name:hover{
    color: #0065B8;
    text-decoration: underline;
    font-weight: 700;
    cursor:pointer;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .Location{
    display: block;
    font-size: .75em;
    color: #999;
    font-weight: 600;
    margin-top: 5px;

  }

  #SearchPage .Right .Content .TourCard .Info .Top .Ultra{
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    color: #2fa252;
    width: 100%;
    margin-top: 6px;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .CancelPayLater{
   display: block;
   margin-top: 6px;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .Cancel{
    background: #eef9f1;
    padding: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #2fa252;

    font-size: 12px;
    font-weight: 600;
  }
  #SearchPageMobil .addonExtraArea{margin-top: 5px;}
  #SearchPageMobil .addonExtra{
    background: #999;
    border: 1px solid #999;
    padding: 2px 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
  }

  #SearchPageMobil .FlightAndTransfer{
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 2px 6px;
    border-radius: 6px;
    color: #666;
    font-size: 11px;
    font-weight: 600;
    clear: both;
    /* width: fit-content; */
    /* display: block; */
    /* float: left; */
    position: relative;
    top: 4px;
    text-wrap: nowrap;
  }

  #SearchPage .Right .Content .TourCard .Info .Top .PayLater{
    padding: 6px;
    border-radius: 6px;
    background-color: #fef5e7;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #28374F;
  }



  #SearchPage .Right .Content .TourCard .Info .Top .Installment{
    display: block;
    font-size: 12px;
    color: #2fa252;
    margin-top:10px;
  }

  #SearchPage .Right .Content .TourCard .Info .Bottom{
    padding: 15px;
  }

  #SearchPage .Right .Content .TourCard .Info .Bottom .Discount{
    font-size: 12px;
    color: #28374f;
    font-weight: 400;
    transition: all 0.3s;
  }

  #SearchPage .Right .Content .TourCard .Info .Bottom .Discount i{
    font-size: 15px;
  }


   /* -------- TOUR CARD SUMMARY -----------*/

   #SearchPage .Right .Content .TourCard .Summary{
    position: relative;

  }

   #SearchPage .Right .Content .TourCard .Summary .Summary-Content{
    padding: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  #SearchPage .Right .Content .TourCard .Summary .Summary-Content .Description {
    font-size: .75em;
    display: block;
    background-color: #EFEFEF;
    padding: 5px;
    position: relative;
    color: #333;
    border-radius: 8px;
  }

  #SearchPage .Right .Content .TourCard .Summary .Summary-Content .TopText {
      font-weight: 700;
      display: block;
      padding: 5px 5px 15px 5px;
      color: #0065B8;
  }
  #SearchPage .Right .Content .TourCard .Summary .Summary-Content .Discount {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    font-size: .75rem;
    color: white;
    background: #DF3C44;
    border-radius: 15px;
    font-weight: 700;
    margin-top: 10px;
  }


  #SearchPage .Right .Content .TourCard .Summary .Summary-Content .OldPrice {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    color: #999;
    font-weight: 600;
    text-decoration: line-through;
    margin-top: 5px;
  }

  #SearchPage .Right .Content .TourCard .Summary .Summary-Content .CurrentPrice {
    display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #2fa252;
  margin-top: 5px;
  font-weight: bold;
  white-space: nowrap;
  }

  #SearchPage .Right .Content .TourCard .Summary .Summary-Content button {
    background: transparent;
    color:#50a369;
    border-color:#50a369;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    padding:10px 10px;
    border-radius: 6px;
    transition: all 250ms ease-in-out;
  }

  #SearchPage .Right .Content .TourCard .Summary .Summary-Content button:hover {
    background:#50a369;
    color:#fff;
    transition: all 250ms ease-in-out;
  }


   /* ================= PAGE LEFT ======================= */

   /*----------- MAP ACTION ------------ */

   #SearchPage .Left {
    padding-right: 20px;
   }

   #SearchPage .Left .MapAction {

    height: 132px;
    padding: 30px 20px 0;
    cursor: pointer;
    background-size: cover;
    transition: all 250ms linear;
    overflow: hidden;
    text-align: center;
    border-radius: 11px;
   }

   #SearchPage .Left .MapAction a {
    text-decoration: none;
    font-size: 1em;
    color: #0065B8;
    font-weight: 600;
   }

   #SearchPage .Left .MapAction i{
    font-size: 2em;
    margin: 0 0 15px 0;
    display: block;
   }


   /*----------- FILTER AREA ------------ */


   #SearchPage .Left .FilterArea{
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    /*margin-top: 25px;*/
    width: 100%;
    height: auto;
   }


   #SearchPage .Left .FilterArea .Title{
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 1.125em;
    font-weight: bold;
    color: #0065B8;
   }


   #SearchPage .Left .FilterArea .FilterList .Header{
    border-bottom: 0px solid #ddd;
    padding:10px 15px;
    background: #fff;
    margin: 0px 0 10px 0;
   }

   #SearchPage .Left .FilterArea .FilterList .form-check:hover{
    color: #3394de;

   }

   #SearchPage .Left .FilterArea .FilterList .form-check input{
     width: 16px !important;
     height: 16px !important;
   }

   #SearchPage .Left .FilterArea .FilterList .form-check input:checked{
    background-color: #3394de !important;
    border-color: #3394de !important;
   }

   #SearchPage .Left .FilterArea .FilterList .form-check{
    width: 100%;
    color: #666;
    font-size: .875rem;
    padding-top: 10px;
   }

    #SearchPage .Left .FilterArea .FilterList .form-check .Count{
        margin-left: 3px;
        font-weight: 650;
    }

   #SearchPage .Left .FilterArea .FilterList .form-check img{
    width: 22px;
   }



   #SearchPage .Left .FilterArea .FilterList .PlaceCategory{
    border-bottom: 0px solid #ddd;
    background: #fff;
    margin: 10px 0;
   }


   #SearchPage .Left .FilterArea .FilterList .PlaceCategory .Title{
    display: block;
    color: #28374F;
    font-weight: bold;
    font-size: 1.125em;
    border-bottom: none;
   }

   #SearchPage .Left .FilterArea .FilterList .PlaceCategory .PlaceFilter{
    padding: 0px 15px 7px 15px;
   }


   #SearchPage .Left .FilterArea .FilterList .PlaceCategory .PlaceFilter input.PlaceInput{
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff !important;
    border: solid 2px #dddddd !important;
    width: 100%;
    color: #999;
    padding: 0 10px;
   }

   #SearchPage .Left .FilterArea .FilterList .PlaceCategory .PlaceFilter input.PlaceInput:focus{
    color:#3394de;
   }

   #SearchPage .Left .FilterArea .FilterList .PlaceCategory .PlaceFilter #AreaFilters{
     padding-left: 0 !important;
     padding-top: 10px;
   }


   #SearchPage .Left .FilterArea .FilterList .PlaceCategory .PlaceFilter #AreaFilters .Country{
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    margin-top: 2px;
    color: #999999;
   }


   #SearchPage .Left .FilterArea .FilterList .LifeSecurity{
    padding: 0px 15px 17px 15px;
    margin: 10px 0;
    background: #fff;
   }

   #SearchPage .Left .FilterArea .FilterList .LifeSecurity .Title{
    display: block;
    color: #28374F;
    font-weight: bold;
    font-size: 1.125em;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
   }



  /* ======================================================================== */
  /* ================= SEARCH PAGE MOBIL SECTION ======================= */

  #SearchPageMobil .SortBy .col-4 {
  padding: 8px 4px;
  }


  #SearchPageMobil .SortBy a.btn {
  border-radius: 6px;
  border: solid 1px #d5d7e5;
  color: #122264;
  background-color: #fff;
  font-size: 1em;
  width: 100%;
  }

  #SearchPageMobil .SortBy a.btn i {
  color:#0065ff;
  }

  /* ---------- Breadcrump ------------------*/
  #SearchPageMobil .MainContent {
  background-color: #f1f3f7;
  font-family:'Open Sans', sans-serif;
  }


  #SearchPageMobil .Breadcrump {
  width: 100%;
  padding-top: 8px;
  padding-left: 8px;
  text-align: left;
  }

  #SearchPageMobil .Breadcrump ul {
  list-style-type: none;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0;
  }

  #SearchPageMobil .Breadcrump li {
  margin-right: 6px;
  font-size: 0.85em;
  font-weight:400;
  color:#999;
  }

  #SearchPageMobil .Breadcrump li a{
  color:  #3f3f4f;
  text-decoration: none;
  }

  #SearchPageMobil .Breadcrump i {
  margin-right: 6px;
  font-size: 0.65em;
  margin-top:5px;
  color:#3f3f4f;
  opacity: 0.8;
  }

  #SearchPageMobil .Breadcrump li i {
  margin-right: 6px;
  font-size: 0.85em;
  margin-top:5px;
  color:#3f3f4f;
  }



  #SearchPageMobil .Filter {
  background-color: #fff;
  padding:6px 10px;
  margin: 8px 12px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  #SearchPageMobil .Filter span.PlaceName {
  display: block;
  color:#0065ff;
  font-size: 1em;
  font-weight: 500;
  line-height: 0.875em;
  }

  #SearchPageMobil .Filter span.HolidayDate,span.PersonelNumber {
  color:#505162;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1em;
  }

  #SearchPageMobil .Filter i {
    color:#0065ff;
    font-size: 1.25em;
    }

    #SearchPageMobil .Filter .Chevron i {
      color:#999;
      font-size: 0.65em;
      opacity: 0.6;
      }



      #SearchPageMobil .TourCard {
        background-color: #fff;
        padding:6px 10px;
        margin:16px 8px;
        border-radius: 8px;
       }

       #SearchPageMobil .TourCard .Left .Photo{
          width: 100%;
          min-height: 100%;
          border-radius: 4px;
          image-rendering: pixelated;
       }

       #SearchPageMobil .TourCard .Right{
        position:relative;
       }

       #SearchPageMobil .TourCard .Right .Info{
      text-align: left;
     }

       #SearchPageMobil .TourCard .Right .Info .RecomendOne{
        border: 1px solid #0065ff;
        border-radius: 0px;
        color: #1f1c1c;
        background: none;
        font-weight: bold;
        display: inline;
        font-size: 0.75em;
        padding:2px 5px 2px 5px;
     }

     #SearchPageMobil .TourCard .Right .Info .RecomendOne i{
      color: #0065ff;
     }

     #SearchPageMobil .TourCard .Right .Info .Name{
      font-size: 1em;
      font-weight: 600;
      line-height: 1.38;
      color: #1f1c1c;
      margin-top: 5px;
      margin-bottom: 0;
     }

     #SearchPageMobil .TourCard .Right .Info .Location{
      display: block;
      font-size: .85em;
      color: #999;
      font-weight: 500;
      margin-top: 2px;
     }

     #SearchPageMobil .TourCard .Right .Info .Ultra{
      line-height: normal;
      font-size: 14px;
      width: auto;
      display: table;
      margin-top: 3px;
      color: #2fa252 !important;
     }

     #SearchPageMobil .TourCard .Right .Info .Ultra .CountUltra{
      border:1px solid #2fa252;
      padding: 1px 3px;
      opacity: 0.7;
      margin-left: 3px;
      color: #2fa252 !important;
     }

     #SearchPageMobil .TourCard .Right .Info .Cancel{
      display: block;
      background-color: #eef9f1;
      color: #2fa252;
      border: none;
      padding: 3px 5px;
      border-radius: 6px;
      font-weight: 600;
      width: 80%;
      font-size: 11px;
      margin-top: 6px;
     }

     #SearchPageMobil .TourCard .Right .Info .PayLater{
      display: block;
      font-weight: 600;
      width: 80%;
      font-size: 11px;
      margin-top: 5px;
      color: #1f1c1c;
      padding: 3px 5px;
      border-radius: 6px;
      background-color: #fef5e7;
     }

     #SearchPageMobil .TourCard .Right .Info .Installment{
      line-height: normal;
      font-size: 11px;
      margin-top: 5px;
      color: #2fa252;
      padding: 3px 5px;
      border-radius: 6px;
     }

     #SearchPageMobil .TourCard .Right .Info .RecomendTwo{
      background: #f1f9ff;
      color: #0065ff;
      border: 0px;
      line-height: 20px;
      font-weight: 500;
      font-size: 11px;
      padding: 3px 5px;
      border-radius: 6px;
      white-space: nowrap;
     }


     #SearchPageMobil .TourCard .Right .Summary {
      /* margin-top: 110px; */
      position:relative;
      height: 100px;
      margin-top: 3px;
     }

     #SearchPageMobil .TourCard .Right .Description {
       position:absolute;
       bottom: 13px;
       left: 10px;
       font-size: 0.85em;
       line-height: 1.38;
       color: #505162;
       z-index: 1;
     }

     #SearchPageMobil .TourCard .Right .Price {
      position:absolute;
      top: 0;
      right:0;
      width: 100%;
    }

    #SearchPageMobil .TourCard .Right .Price .Discount {
      background: #fff1f1;
      color: #e94343;
      font-weight: 700;
      padding: 2px 5px;
      font-size: 11px;
      margin-top: 3px;
      display: inline-block;
      float: right;
      clear: both;
      border-radius: 4px 0 0 4px;
      /* margin-right: -8px; */
  }


  #SearchPageMobil .TourCard .Right .Price .OldPrice {
    margin-top: 5px;
    display: block;
    clear: both;
    font-size: 14px;
    color: #9696b4;
    display: inline-block;
    text-align: right;
    text-decoration: line-through;
    /* width: 100%; */
    float: right;
    position: relative;
      top: 2px;
  }

  #SearchPageMobil .TourCard .Right .Price .CurrentPrice i.far{margin-left: 10px; color: #0065ff;}
  #SearchPageMobil .TourCard .Right .Price .CurrentPrice {
  display: block;
  float: right;
  clear: both;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #2fa252;
  background: #eee;
  width: 100%;
  padding-right: 10px;
  margin-top: 10px;
  }


  #SearchPage .Left .SortArea {display: none;}



  /*KP*/
  @media only screen and (min-width: 1220px) {

    #SearchPageMobil {
        display: none;
    }
  }

  @media only screen and (max-width: 1220px) {

    #SingleFilterHotel {
        display: none !important;
    }


    #SearchPage #GeneralBreadcrumb{display: none;}
    #SearchPage .Left .MapAction{display: none;}
    /*#SearchPage .otelList{display: none;}*/
    #SearchPage .Left .FilterArea{display: none;background:#fff;width: 100%;position: fixed;top: 0;left: 0;margin-top: 0;z-index: 999;border-radius: 0;border: 0;height: 100vh;overflow-y: scroll;}
    #SearchPage .Left .FilterArea .FilterList{padding-bottom: 100px;background: #f5f5f5;}
    #SearchPage .Left .FilterArea .filterBtnMobile{position: fixed;bottom: 20px;width: 96%;left: 1%;padding: 15px 0;}

    #SearchPage .Left .SortArea{display: none;background:#fff;width: 100%;position: fixed;top: 0;left: 0;margin-top: 0;z-index: 999;border-radius: 0;border: 0;height: 100vh;overflow-y: scroll;}
    #SearchPage .Left .SortArea .SortrList{padding-bottom: 100px;}
    #SearchPage .Left .SortArea .sortBtnMobile{position: fixed;bottom: 20px;width: 96%;left: 1%;padding: 15px 0;}

  .SortList{padding: 10px;}
  .SortList span {display: block; margin-bottom: 5px;}
  .SortList span a{
    height: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-size: 1rem;
    border: solid 2px transparent;
    display: block;
    padding: 0 10px;
    margin-right: 8px;
    cursor: pointer;
    color: #505162;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #d5d7e5;
  }
      .SortList .active {
          background: #f1f9ff;
          color: #0065B8;
      }
  }
#AreaFilters input[type="checkbox"] {
    margin: 0;
    padding: 0;
    width: 10px;
}
#AreaFilters div {
    padding-top: 3px !important;
}
#AreaFilters label {
    font-size: small;
}

#listMore {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 20px auto;
}
#listMore button {
    font-size: 1rem;
    font-weight: normal;
    border: 1px solid #0065B8;
    color: #0065B8;
    background-color: white;
    height: 50px;
    padding: .375rem 2rem;
}
@media only screen and (min-width: 780px) {
    #SearchPage .Main-Content .container {
        margin-top: 25px;
    }
}

#AreaFilters {
    height: 170px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
    padding-bottom: 40px; /* Listedeki son öğe flu görünmesin diye */
}

#AreaFilters:hover {
    overflow: auto;
}

.area-filters-container {
    position: relative;
}

.area-filters-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    pointer-events: none;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    .area-filters-container::before {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 5px;
        background-color: rgba(0,0,0,0.4);
        border-radius: 5px;
        animation: pulseScroll 2s infinite;
        z-index: 11;
    }

    @keyframes pulseScroll {
        0% { opacity: 0.8; }
        50% { opacity: 0.4; }
        100% { opacity: 0.8; }
    }
}
