.hero_section {
    position: relative;
    background-image: url('../images/bg_global.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.countries_list .countries_wrap .country_flags_container {
    row-gap: 3.875rem;
}
.countries_list .countries_wrap .country_item a {
    transition: 0.3s transform;
}
.countries_list .countries_wrap .country_item a .country_flag {
    width: 60px;
    height: 40px;
    margin-bottom: 12px;
}
.featured-stores .store-logos .store-marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}
.featured-stores .store-logos .marquee-container {
    height: 35em;
    overflow: hidden;
}
.featured-stores .store-logos .store-marquee .store-item {
    width: 160px;
    height: 160px;
    margin-bottom: 2.5em;
    border: 2px solid #DEDEDE;
    border-radius: 50%;
    align-items: center;
}
.featured-stores .store-logos .store-marquee.to-bottom span {
    animation: scroll-to-bottom 20s linear infinite;
}
.featured-stores .store-logos .store-marquee.to-bottom span {
    animation: scroll-to-bottom 20s linear infinite;
}
.featured-stores .store-logos .store-marquee.to-top span {
    animation: scroll-to-top 20s linear infinite;
}
.featured-stores .store-logos .store-marquee span {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    align-items: center;
}
.accordion_body_inner > :last-child {
    margin-bottom: 0px;
}
.accordion_title_wrap {
    cursor: pointer;
}
.why_us_main {
    background: #fbfefb;
}
.countries_list .countries_wrap .country_item a .country_flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accordion_title_wrap.active .fa-plus:before {
    content: "\f068";
}
@media (max-width: 767px){
.featured-stores .store-logos .store-marquee.to-top span {
    animation: scroll-to-left 10s linear infinite;
}
.featured-stores .store-logos .store-marquee.to-bottom span {
    animation: scroll-to-right 10s linear infinite;
}
.featured-stores .store-logos .store-marquee {
    --gap: 3rem;
    flex-direction: row;
}
.featured-stores .store-logos .store-marquee span {
    flex-direction: row;
}
.featured-stores .store-logos .marquee-container {
    height: auto;
    margin-top: 20px;
}
.featured-stores .store-logos .store-marquee .store-item {
    width: 120px;
    height: 120px;
    margin-bottom: 0.6em;
}
.hero_section_content_area p {
    font-size: 17px !important;
}
.countries_wrap h2.main-heading {
    font-size: 20px;
}
.countries_list .countries_wrap .country_flags_container {
    row-gap: 0.875rem;
}
h2.main-heading-lg {
    font-size: 1.3rem;
}
h5.accordion_title {
    font-size: 15px;
    width: 95%;
}
.box_item h4 {
    font-size: 1.1rem;
}
.search_form .search_results li.stores_list_item a .store_region {
    flex: 40%;
}
.search_form .search_results li.stores_list_item a span.store_name {
    flex: 60%;
}
}