.trip-list-item {
  display: flex;
  flex-direction: row !important;
  box-shadow: 0 4px 4px 0 rgba(226, 226, 226, 0.25);
}
.trip-list-item-right {
  width: 100%;
  flex: 1;
  padding: 24px;
  display: flex;
  align-items: center;
}
.trip-list-item-right-image {
  min-width: 213px;
  width: 213px;
  height: 150px;
  border-radius: 5px;
  background-color: #F9F9FA;
  overflow: hidden;
}
.trip-list-item-right-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip-list-item-right-info {
  margin-right: 16px;
  width: 100%;
}
.trip-list-item-right-info-title {
  font-size: 18px;
  font-weight: 600;
  color: #2F3742;
  line-height: 1.5;
}
.trip-list-item-right-info-title:hover {
  color: #2F3742;
}
.trip-list-item-right-info-item {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #717C8B;
  padding: 12px 0 12px 8px;
}
.trip-list-item-right-info-item:nth-child(even) {
  border-right: 1px solid #EBEBF5;
  padding-right: 16px;
  padding-left: 0;
}
.trip-list-item-right-info-item > i {
  margin-left: 12px;
}
.trip-list-item-right-info-item > i::before {
  width: 24px;
  height: 24px;
}
.trip-list-item-right-info-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
.trip-list-item-left {
  width: 170px;
  background-color: #F9F9FA;
  border-right: 1px solid #EBEBF5;
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1660px) {
.trip-list-item-left {
    width: 220px;
    padding: 26px;
}
}
.trip-list-item-left-agency {
  color: #717C8B;
  font-size: 14px;
  min-height: 21px;
}
.trip-list-item-left-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trip-list-item-left-price-value {
  font-size: 20px;
  font-weight: bold;
  color: #0197F6;
}
.trip-list-item-left-price-currency {
  color: #4E5C6E;
  font-size: 12px;
  margin-right: 12px;
}
.trip-list-item-left-reserve {
  font-weight: bold !important;
  font-size: 14px !important;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.trip-list-item-left-reserve > i {
  display: flex;
  font-size: 12px;
}
.trip-list-item.item-not-valid .trip-list-item-right-image > img {
  filter: grayscale(100%);
}
.trip-list-schedule {
  padding: 16px 19px 16px 12px;
  border-bottom: 1px dashed #dee2e6;
  display: flex;
  align-items: center;
}
@media (min-width: 1660px) {
.trip-list-schedule {
    padding: 16px 25px 16px 26px;
}
}
.trip-list-schedule:last-child {
  border: none;
}
.trip-list-schedule-route-icon::before {
  width: 34px;
  height: 34px;
}
.trip-list-schedule-arrow-icon {
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #FEE8A3;
  margin: 0 18px 0 6px;
}
.trip-list-schedule-arrow-icon::before {
  margin: 0 !important;
}
@media (min-width: 1660px) {
.trip-list-schedule-arrow-icon {
    display: none;
}
}
.trip-list-schedule-arrow-icon--big-display {
  display: none;
  margin: 0 2px;
}
@media (min-width: 1660px) {
.trip-list-schedule-arrow-icon--big-display {
    display: flex;
}
}
.trip-list-schedule-date {
  display: flex;
  font-size: 14px;
  color: #4E5C6E;
}
.trip-list-schedule-date:last-child {
  margin-top: 12px;
}
@media (min-width: 1660px) {
.trip-list-schedule-date:last-child {
    margin-top: 0;
}
}
.trip-list-schedule-date > div {
  background-color: #F9F9FA;
  border-radius: 3px;
  margin: 0 6px;
  padding: 10px;
  width: 90px;
  text-align: center;
}
.trip-list-schedule-date > div:last-child {
  background-color: #EBECEF;
  width: 130px;
}
.trip-list-schedule-date-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1660px) {
.trip-list-schedule-date-wrapper {
    flex-direction: row;
    margin-right: 16px;
}
}
.trip-list-schedule-divider {
  align-self: stretch;
  border-right: 1px dashed #dee2e6;
  min-height: 70px;
  margin: 0 16px;
}
@media (min-width: 1660px) {
.trip-list-schedule-divider {
    margin: 0 24px;
}
}
.trip-list-schedule-condition {
  padding: 10px 0;
  width: 110px;
  text-align: center;
  border-radius: 99px;
  border: 1px solid #dee2e6;
  font-size: 14px;
  background-color: #F9F9FA;
}
@media (min-width: 1660px) {
.trip-list-schedule-condition {
    width: 130px;
}
}
.trip-list-schedule-condition--OPEN {
  border-color: #58D3A6;
  color: #58D3A6;
}
.trip-list-schedule-condition--LIMITED {
  border-color: #FCC104;
  color: #FCC104;
}
.trip-list-schedule-condition--CLOSED {
  border-color: #4E5C6E;
  color: #4E5C6E;
}
.trip-list-schedule-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}
.schedule-not-valid .trip-list-schedule-price {
  opacity: 0.65;
}
.trip-list-schedule-price-value {
  font-size: 20px;
  font-weight: bold;
  color: #0197F6;
}
.trip-list-schedule-price-currency {
  color: #4E5C6E;
  font-size: 12px;
  margin-right: 12px;
}
.trip-list-schedule-reserve {
  margin-right: auto;
  min-width: 130px;
}
.tour-list-item {
  border-radius: 5px !important;
  overflow: hidden;
}
.tour-list-item--thinner {
  height: 80px;
}
.tour-list-item--thinner .tour-list-item__upper {
  height: 80px;
}
.tour-list-item--thinner .tour-list-item__upper .info {
  padding: 4px 25px 4px 0;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__name .title {
  width: 100%;
  display: block;
  font-size: 16px !important;
  line-height: 1.4;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__name .buttons {
  margin-top: 2px;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__name .buttons .btn {
  padding: 2px 5px;
  font-size: 11px;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__stay__agency .stay {
  flex: 1;
  font-size: 12px;
  padding: 0;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__stay__agency .stay i:before {
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__stay__agency .agency {
  flex: 1;
  padding: 0;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__airline-agency .airline i:before {
  width: 28px;
  height: 28px;
}
.tour-list-item--thinner .tour-list-item__upper .info__item__airline-agency .airline__name {
  font-size: 12px;
}
@media (max-width: 1659.98px) {
.tour-list-item--thinner .tour-list-item__upper .info__item__airline-agency .airline__name {
    display: none;
}
}
@media (max-width: 1659.98px) {
.tour-list-item--thinner .tour-list-item__upper .info__item__airline-agency .airline--avatar {
    margin-left: 0;
}
}
@media (max-width: 1399.98px) {
.tour-list-item--thinner .tour-list-item__upper .info__item__airline-agency .airline--avatar {
    width: 35px;
    height: 35px;
}
}
.tour-list-item--thinner .tour-list-item__upper .info__item__airline-agency .agency {
  font-size: 12px;
}
@media (max-width: 1199.98px) {
.tour-list-item--thinner .tour-list-item__upper .details {
    width: 170px;
}
}
.tour-list-item--thinner .tour-list-item__upper .details .price {
  line-height: 1.35;
}
.tour-list-item--thinner .tour-list-item__upper .details .price__item__value {
  font-size: 16px;
}
.tour-list-item--thinner .tour-list-item__upper .details .price__item__currency {
  font-size: 10px;
}
.tour-list-item--thinner .tour-list-item__upper .details .price__discount__value {
  font-size: 16px;
}
.tour-list-item--thinner .tour-list-item__upper .details .single-button {
  height: 35px;
  width: 125px;
}
@media (max-width: 1199.98px) {
.tour-list-item--thinner .tour-list-item__upper .details .single-button {
    display: none;
}
}
.tour-list-item:hover {
  cursor: pointer;
}
.tour-list-item__upper {
  display: flex;
  align-items: center;
  height: 120px;
  box-shadow: 0 3px 19px 1px rgba(24, 23, 24, 0.05);
  z-index: 1;
}
.tour-list-item__upper:hover .info__item__name .title {
  color: black;
}
.tour-list-item__upper .bar-line {
  height: 100%;
  width: 5px;
}
.tour-list-item__upper .bar-line i {
  display: block;
}
.tour-list-item__upper .bar-line__1 i {
  height: 100%;
}
.tour-list-item__upper .bar-line__2 i {
  height: 50%;
}
.tour-list-item__upper .bar-line__3 i {
  height: 33.3333333333%;
}
.tour-list-item__upper .bar-line__4 i {
  height: 25%;
}
.tour-list-item__upper .bar-line--promotion {
  background-color: #58D3A6;
}
.tour-list-item__upper .bar-line--online {
  background-color: #0197F6;
}
.tour-list-item__upper .bar-line--offer {
  background-color: #F7CA18;
}
.tour-list-item__upper .bar-line--lastsecond {
  background-color: #FF725E;
}
.tour-list-item__upper .bar-line--luxury {
  background-color: #6312B5;
}
.tour-list-item__upper .bar-line--recommended {
  background-color: #2AB4C0;
}
.tour-list-item__upper .bar-line--installment {
  background-color: #796799;
}
.tour-list-item__upper .bar-line--has-coupon {
  background-color: #BE1049;
}
.tour-list-item__upper .bar-line--is-direct {
  background-color: #FF725E;
}
.tour-list-item__upper .bar-line--has-refund-guarantee {
  background-color: #378669;
}
.tour-list-item__upper .info {
  display: flex;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  padding: 0 25px 0 0;
}
.tour-list-item__upper .info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  border-left: 1px solid rgba(233, 233, 243, 0.6);
  color: #717C8B;
  font-size: 14px;
}
.tour-list-item__upper .info__item:last-child {
  border-left: 0;
}
.tour-list-item__upper .info__item__name {
  flex: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tour-list-item__upper .info__item__name .title {
  font-size: 18px !important;
  font-weight: bold;
  color: #2F3742;
  line-height: 30px;
}
@media (max-width: 1399.98px) {
.tour-list-item__upper .info__item__name .title {
    font-size: 14px !important;
}
}
.tour-list-item__upper .info__item__name .buttons {
  margin-top: 0.625rem;
}
.tour-list-item__upper .info__item__name .buttons .btn {
  color: white;
  font-size: 13px;
}
.tour-list-item__upper .info__item__name .buttons__promotion {
  background-color: #58D3A6;
}
.tour-list-item__upper .info__item__name .buttons__online {
  background-color: #0197F6;
}
.tour-list-item__upper .info__item__name .buttons__offer {
  background-color: #F7CA18;
  color: #171C21 !important;
}
.tour-list-item__upper .info__item__name .buttons__lastsecond {
  background-color: #FF725E;
}
.tour-list-item__upper .info__item__name .buttons__luxury {
  background-color: #6312B5;
}
.tour-list-item__upper .info__item__name .buttons__recommended {
  background-color: #2AB4C0;
}
.tour-list-item__upper .info__item__name .buttons__installment {
  background-color: #796799;
}
.tour-list-item__upper .info__item__name .buttons__has-coupon {
  background-color: #BE1049;
}
.tour-list-item__upper .info__item__name .buttons__is-direct {
  background-color: #FF725E;
}
.tour-list-item__upper .info__item__name .buttons__has-refund-guarantee {
  background-color: #378669;
}
.tour-list-item__upper .info__item__stay__agency {
  flex: 1;
}
@media (max-width: 1659.98px) {
.tour-list-item__upper .info__item__stay__agency {
    flex-direction: column;
    flex: 0.7;
    padding: 0 1.25rem;
}
}
.tour-list-item__upper .info__item__stay__agency .stay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.7;
  border-left: 1px solid rgba(233, 233, 243, 0.6);
  font-size: 16px;
  white-space: nowrap;
  padding: 0 1.25rem;
  height: 100%;
  font-weight: bold;
}
@media (max-width: 1659.98px) {
.tour-list-item__upper .info__item__stay__agency .stay {
    font-size: 14px;
    border-left: 0;
    padding: 0.625rem 0;
    flex: 1;
}
}
.tour-list-item__upper .info__item__stay__agency .stay i {
  margin-left: 0.3125rem;
}
.tour-list-item__upper .info__item__stay__agency .stay i:before {
  width: 30px;
  height: 30px;
  font-size: 24px;
  margin-bottom: 4px;
}
.tour-list-item__upper .info__item__stay__agency .agency {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100%;
  padding: 0 0.625rem;
  font-size: 16px;
}
@media (max-width: 1659.98px) {
.tour-list-item__upper .info__item__stay__agency .agency {
    width: 100%;
    padding: 0.625rem 0;
    border-top: 1px solid rgba(233, 233, 243, 0.6);
    font-size: 14px;
    flex: 1;
}
}
.tour-list-item__upper .info__item__airlines {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1399.98px) {
.tour-list-item__upper .info__item__airlines {
    flex: 0.7;
    padding: 0 1.25rem;
}
}
.tour-list-item__upper .info__item__airlines .airline {
  display: flex;
  align-items: center;
  width: 165px;
  height: 100%;
  padding: 0.3125rem 0;
  font-size: 16px;
}
.tour-list-item__upper .info__item__airlines .airline:first-child {
  padding-top: 0;
  border-bottom: 1px solid rgba(233, 233, 243, 0.6);
}
.tour-list-item__upper .info__item__airlines .airline:last-child {
  padding-bottom: 0;
}
.tour-list-item__upper .info__item__airlines .airline .lst-svg-icon {
  margin: 0 0.625rem;
}
.tour-list-item__upper .info__item__airlines .airline .lst-svg-icon:before {
  width: 28px;
  height: 28px;
}
.tour-list-item__upper .info__item__airlines .airline img {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: 0.625rem;
  border: 1px solid rgba(233, 233, 243, 0.6);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-list-item__upper .info__item__airlines .airline--default {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: 0.625rem;
  background-color: #EBECEF;
  border-radius: 50%;
  color: white;
}
.tour-list-item__upper .info__item__airlines .airline--default i {
  display: flex;
  font-size: 18px;
  color: #FF725E;
}
.tour-list-item__upper .info__item__airlines .airline--avatar {
  margin-left: 0.625rem;
}
.tour-list-item__upper .info__item__airlines .airline--avatar i {
  font-size: 24px;
}
@media (max-width: 1659.98px) {
.tour-list-item__upper .info__item__airlines .airline--avatar {
    margin-left: 0;
}
}
.tour-list-item__upper .info__item__airlines .airline__name {
  font-size: 12px;
}
.tour-list-item__upper .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.25rem;
  width: 335px;
  border-right: 1px dashed #dee2e6;
  background-color: #F9F9FA;
}
@media (max-width: 1659.98px) {
.tour-list-item__upper .details {
    width: 325px;
}
}
@media (max-width: 1399.98px) {
.tour-list-item__upper .details {
    width: 300px;
}
}
.tour-list-item__upper .details .button {
  font-weight: bold;
  border-width: 2px;
  font-size: 16px;
}
@media (max-width: 1659.98px) {
.tour-list-item__upper .details .button {
    font-size: 14px;
}
}
@media (max-width: 1399.98px) {
.tour-list-item__upper .details .button {
    font-size: 12px;
}
}
.tour-list-item__upper .details .button .active {
  transform: rotate(180deg);
}
.tour-list-item__upper .details .button i {
  font-weight: bold;
}
.tour-list-item__upper .details .button:hover {
  background-color: white !important;
  color: #0197F6 !important;
}
.tour-list-item__upper .details .button:hover * {
  background-color: white;
  color: #0197F6;
}
.tour-list-item__upper .details .single-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #0197F6;
  line-height: 34px;
  border: 2px solid #0197F6;
  border-radius: 50px;
}
@media (max-width: 1399.98px) {
.tour-list-item__upper .details .single-button {
    width: 125px;
}
}
.tour-list-item__upper .details .single-button i {
  font-size: 12px;
  line-height: 0;
  padding-right: 5px;
}
.tour-list-item .active {
  background-color: white;
}
@charset "UTF-8";
.tour-list {
  margin-bottom: 1.25rem;
}
.tour-list__header {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #EBEBF5;
  margin-bottom: 1.25rem;
  font-size: 14px;
}
.tour-list__header .info {
  display: flex;
  flex: 1;
}
.tour-list__header .info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dee2e6;
  font-size: 12px;
  color: #4E5C6E;
}
.tour-list__header .info__item:last-child {
  border-left: 0;
}
.tour-list__header .info__item__title {
  flex: 1.5;
  padding-right: 45px;
}
.tour-list__header .info__item__stay {
  flex: 0.4;
}
.tour-list__header .info__item__airline-agency {
  flex: 1;
  text-align: center;
}
@media (max-width: 1399.98px) {
.tour-list__header .info__item__airline-agency {
    flex: 0.95;
}
}
.tour-list__header .info__item__airline-agency .airline {
  width: 165px;
  border-left: 1px solid #dee2e6 !important;
}
@media (max-width: 1659.98px) {
.tour-list__header .info__item__airline-agency .airline {
    width: 77px;
}
}
@media (max-width: 1399.98px) {
.tour-list__header .info__item__airline-agency .airline {
    width: 45px;
    border-left: none !important;
}
}
@media (max-width: 1399.98px) {
.tour-list__header .info__item__airline-agency .airline:after {
    content: " و";
}
}
.tour-list__header .info__item__airline-agency .agency {
  width: 160px;
}
@media (max-width: 1399.98px) {
.tour-list__header .info__item__airline-agency .agency {
    width: 45px;
}
}
.tour-list__header .details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  padding: 0 13px;
  border-right: 1px dashed #dee2e6;
  color: #4E5C6E;
  font-size: 12px;
}
@media (max-width: 1199.98px) {
.tour-list__header .details--thinner {
    width: 170px !important;
}
}
@media (max-width: 1659.98px) {
.tour-list__header .details {
    width: 325px;
}
}
@media (max-width: 1399.98px) {
.tour-list__header .details {
    width: 300px;
}
}
.tour-list__promotions {
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #dee2e6;
}
