.shop-list-grid .shop-list-item .shop-list-item-info .shop-list-item-title a {
    text-transform: uppercase;
}
.mapplic-tooltip-title {
    text-transform: uppercase;
}
.mapplic-dir-item h4 {
    text-transform: uppercase;
}
.info-text-svg {
    display: flex;
    flex-direction: row;
    gap: 8px;
    svg {
        width: 40px;
    }
    p {
        width: 90%;
    }
}
.sale-single-post .shop-single .shop-info ul {
    margin-bottom: 1rem;
}
.sales-page nav {
    z-index: 2;
    .pagination {
        align-items: center;
    }
}
.sales-page .shop-list-grid .shop-list-item img {
    height: 325px;
    @media (max-width: 1400px) {
        height: 277px;
    }
    @media (max-width: 1200px) {
        height: 357px;
    }
    @media (max-width: 991px) {
        height: 261px;
    }
    @media (max-width: 768px) {
        height: 403px;
    }
}
.page-item:not(:first-child):not(:last-child) .page-link {
    border-radius: 50%;
}
@media (min-width: 768px) {
    .footer-menu-title img {
        display: none;
    }
}
@media (min-width: 1200px) {
    .navbar-nav .nav-item .submenu {
        top: 143px;
    }
}
.news-card a:not(.arrow-link) img:not(.news-arrow) {
    height: 352px;
    object-fit: cover;
    @media (max-width: 1200px) {
        height: 250px;
    }
    @media (max-width: 991px) {
        height: 450px;
    }    
    @media (max-width: 768px) {
        height: 300px;
    }
}
.shop-list-categories1 {
    @media (min-width: 1200px) {    
        .swiper-button-next,
        .swiper-button-prev {
            display: none!important;
        }
    }
    @media (max-width: 1200px) {
        .swiper-button-next {
            right: 25px;
        }
    }
    @media (min-width: 992px) {
        .swiper-pagination {
            display: none!important;
        };
    }
    .swiper-pagination {
        transform: translate(-50%);
        left: 50%!important;
        display: none!important;
    }
}
.stations {
    .station {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
        img {
            border-radius: 50%;
            padding: .5rem;
            background-color: #FFF;
            width: 52px;
            height: 52px
        }
        .station-title2 {
            opacity: .75;
        }
        .station-list {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
    }
}
.parking {
    background-color: #FFF;
    padding: 1rem;
    .parking-item {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1rem;
        .parking-item_logo {
            width: 150px;
            height: auto;
        }
        .parking-item_title {
            font-size: 24px;
            font-weight: 700;
        }
        .parking-item_subtitle {
            font-size: 18px;
            font-weight: 700;
        }
        .btn {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }
    .parking-item:not(:last-child) {
        border-bottom: 1px solid #f6efe8;
    }
}