div.news-list {
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.price.for_list_tours {
	font-size: 12px !important;
	padding: 2px 5px !important;
	line-height: 1.5;
}
.price {
	text-align: right;
}
.price .currency {
	color: #555 !important;
	font-size: 14px !important;
}
.price small {
	font-size: 12px;

	padding-right: 3px;
	width: 100%;
}
.price small span {
	font-weight: 500 !important;
	color: #004166;
	font-size: 14px !important;
}
.price span.block {
	padding-top: 30px;
	text-align: left !important;
}
p.price {
	margin-bottom: 15px !important;
}
.red {background:#d90023 !important; color:#fff !important;}
.green {background:#32a067 !important; color:#fff !important;}
.yellow {background:#dcb404 !important; color:#fff !important;}
.box_list .wrapper p {margin-bottom: 5px;}

.swiper-pagination {
   color: white;
}

swiper-container {
   width: 100%;
   height: 100%;
}

.available-seats {
  height: 35px;
  display: inline-block; 
  border: 1px solid #eb0253; 
  color: #eb0253 !important; 
  padding: 5px 15px;
  background-color: #ffe7ef;
  color: white;
  border-radius: 4px;
  font-size: 14px;

  display: flex;
  align-items: center;
}

.available-seats:hover {
  color: #0056b3 !important;
  text-decoration: underline;
}

.geodir-opt-list a {
  padding: 5px 15px !important;
}


/* HTML: <div class="loader"></div> */
.local-list-item-loader {
    display: inline-block;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffa516);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.geodir-opt-list {
    display: flex;
    justify-content: end;
    align-items: center;
}

.hidden-offer {
    display: none;
}

.swiper-wrapper {
    height: auto!important;
}

.swiper-pagination-fraction {
    color: #fff!important;
    font-weight: bold!important;
}

.listsearch-input-item {
	top: 0 !important;
}

/**/
.listing-item {
	margin: 5px;
    margin-bottom: 20px;
}

.geodir-category-listing {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.geodir-category-img {
    position: relative;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eaeaea;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #007bff;
}

.swiper-pagination {
    bottom: 10px;
}

.map_point {
    margin-top: 10px;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.map_point i {
    margin-right: 5px;
}

.map_point:hover {
    color: #0056b3;
}

.facilities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.facilities-list li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.facilities-list img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.toggle-icon {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.available-seats.collapsed .toggle-icon {
    transform: rotate(-180deg);
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.loader svg {
    width: 50px;
    height: 50px;
}

/**/
.geodir-category-content {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
}

.geodir-category-content-title {
    margin-bottom: 15px;
}

.geodir-category-content-title-item h3 {
    font-size: 24px;
    color: #333333;
    margin: 0;
}

.geodir-category-content-title-item a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.geodir-category-location {
    font-size: 14px;
    color: #777777;
}

.geodir-category-content p {
	height: 100%;
    font-size: 16px;
    color: #555555;
}

.facilities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.facilities-list li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 0;
}

.facilities-list img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.geodir-category-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
	min-height: 55px;
}

.geodir-category-price {
    font-size: 16px;
    color: #333333;
}

.geodir-category-price-for {
	white-space: nowrap;
    font-size: 14px;
    color: #777777;
}

.geodir-opt-list {
    display: flex;
    align-items: center;
	width: 100%;
}

.geodir-opt-list a {
	height: 35px;
    width: 110px;
    font-size: 14px;
    color: #eb0253;
	background-color: #ffe7ef !important;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 5px 10px;
    border: 1px solid #eb0253;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 10px;
}

.geodir-opt-list a::hover {
	height: 50px;
    width: 130px;
    font-size: 14px;
    color: #eb0253;
	background-color: #ffe7ef !important;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 5px 10px;
    border: 1px solid #eb0253;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 10px;
}

.geodir-category-listing {
	height: fit-content;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.list-main-wrap-opt {
	width: 95% !importand;
	padding-left: 10px;
	padding-right: 10px;
    margin-top: 20px;
}