/* banner */
.tour__banner {
  position: relative;
  top: 0;
  height: 430px;
}
.tour__banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.total__filter--list__mb {
  display: none;
  position: absolute;
  width: 90vw;
  right: 0;
  top: 100%;
  background: var(--color-background-6);
  border-radius: var(--border-radius-size-4);
  padding: 20px;
  z-index: 1000;
}

.total__filter--list {
  display: none;
  position: absolute;
  width: 500px;
  right: 0;
  top: 110%;
  background: var(--color-background-6);
  border-radius: var(--border-radius-size-4);
  padding: 20px;
  z-index: 1000;
}

body.filterBox .total__filter--list {
  display: block;
}

body.filterBox .total__filter--list__mb {
  display: block;
}

.search__filter--right {
  position: relative;
}

.tour__banner--background {
  position: absolute;
  top: 0;
  z-index: 1000;
  height: 330px;
  overflow: hidden;
}

.tour__banner--background img {
  object-fit: cover;

}

.tour__banner--heading {
  color: var(--color-text-6);
  font-family: "Montserrat", sans-serif;
}

.tour__banner--heading h1 {
  font-size: 60px;
}

.tour__banner--heading h2 {
  font-size: 20px;
  margin-top: 8px;
}

.tour__banner--search {
  margin: 50px 0;
  display: flex;
  align-items: center;
  width: 400px;
  height: 48px;
  border-radius: 30px;
  background-color: var(--color-background-6);
}


.filter__price select {
  width: fit-content;
  padding: 8px 13px;
  border: none;
}

.total__filter--btns span {
  border: 1px solid var(--color-text-2);
  padding: 5px 15px;
  border-radius: 10px;
}

.filter__price form :hover {
  background-color: var(--color-background-12);
}

.tour__banner--search {
  position: relative;
}

.tour__banner--search__icon {
  padding: 0px 20px 0 20px;
  display: flex;
  align-items: center;
  height: 24px;
}

.tour__banner--search__icon ion-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  font-size: var(--size-text-6);
  transform: translateY(-50%);
  color: var(--color-text-1);
}

.tour__banner--search__input {
  position: relative;
  margin-left: 10px;
  width: 90%;
}

.tour__banner--search__input input {
  font-size: var(--size-text-5);
  border: none;
  width: 90%;

}

.tourMobile__category {
  display: none;
}

.firstReview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--size-text-4);
  color: var(--color-text-19) !important;
}
.tour__banner--wrap{
  position: absolute;
  top: 24%;
  left: 16%;
}
@media only screen and (max-width: 1100px) {

  .tour__banner--wrap,
  .search__filter--wrap,
  .firstProduct,
  .breakCrumb,
  .firstReview,
  .hightlightProduct {
    max-width: 1000px !important;
  }
}

@media only screen and (max-width:1280px) {
  .image_empty {
  }
}

@media only screen and (max-width: 1060px) {
  .tour__banner {
    display: none;
  }
.tour{
  margin-top:61px;
}
  .total__filter--list {
    display: none;
  }

  .tourMobile__category {
	width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .tourMobile__categoryTop {
    display: block;
	width: 80%;
  }

  .tourMobile__category--list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    padding: 0 20px 20px 20px;
  }

  .tourMobile__categoryTop--list__item {
    height: 36px;
    padding: 0 16px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-text-22);
    border-radius: var(--border-radius-size-5);
    margin-right: 8px;
  }

  .tourMobile__categoryTop--list__item img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }

  .tourMobile__categoryTop--list__item span {
    font-size: var(--size-text-4);
    display: inline;
    color: var(--color-background-10);
    text-align: center;
  }

  .tourMobile__categoryBot--list__item {
    border-radius: var(--border-radius-size-5);
    padding: 8px 12px;
    background-color: var(--color-background-12);
    border: 1px solid transparent;
    font-size: var(--size-text-4);
    margin-right: 8px;
  }

  .tourMobile__categoryBot {
    position: relative;
    margin: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  
  .firstProduct__content--list__item {
    width: 46%;
    margin: 10px 0;
  }

}
@media only screen and (max-width: 660px) {
  .tour .firstProduct__content--list {
    justify-content: space-around !important;
  }
	.liveshow__container--body__product--list
	.firstProduct__content--list__item{
		margin:0;
		margin-bottom:10px;
	}
  .firstProduct__content--list__item {
    width: 45%;
  }

  .firstProduct__img img {
    height: 200px;
  }

  .firstProduct__info--top__desc {
    font-size: var(--size-text-4);
  }

  .firstProduct__info--top__title {
    font-size: var(--size-text-5);
  }

  .firstProduct__info--bottom {
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .firstProduct__content--list__item {
    width: 95%;
  }
  .firstProduct__content--list{
    gap:30px;
  }
	
		.liveshow__container--body__product--list 
    .firstProduct .firstProduct__content--list 
    .firstProduct__content--list__item{
		        margin: 15px;
        width:100% !important;
    }
	 .firstProduct__img img {
    height: 260px;
  }
}

@media only screen and (max-width: 400px) {
  .firstProduct__content--list__item {
    width: 48%;
  }
}

@media  only screen and (max-width: 360px) {
  .firstProduct__content--list__item{
    width: 80%;
  }
  .firstProduct__info{
    padding: 8px 10px 15px;
  }
}