* {
    font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

body {

    background-color: #ffffff;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    user-select: none;


}

.stores-background {
    background: linear-gradient(68deg, #ff9215, #ffd19c00, #ff9c2f);
    background-size: 600% 600%;

    -webkit-animation: gradientOrange 0s ease infinite;
    -moz-animation: gradientOrange 0s ease infinite;
    animation: gradientOrange 0s ease infinite;
}

@-webkit-keyframes gradientOrange {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradientOrange {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradientOrange {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.text-animation-heading {
    font-weight: 500;
    color: white;
}


.border-rounded {
    border-radius: 0.5rem;
}

a,
a:hover {
    text-decoration: none;
}

li.site-link:hover:before {
    right: 3%;
    opacity: 100%;
    transition: all .2s ease-in-out;
}

li.site-link:after {
    height: 0%;
    content: '';
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0.5rem;

    transition: all .2s ease-in-out;
}

li.site-link:hover:after {
    height: 100%;
    border-radius: 0.5rem;

    transition: all .2s ease-in-out;
}



li.site-link {
    border-radius: 0.5rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

li.text-list {
    cursor: unset;
}

a:hover {
    color: #ff8600 !important;
}

a {
    color: #333333 !important;
    text-decoration: none !important;

}

.uk-subnav-pill>*>:first-child {
    color: #333333 !important;

}

.uk-subnav>li>a {
    border-radius: 0.5rem;
}

.uk-subnav>.uk-active>a {
    color: #333;
    overflow: hidden;
    border-radius: 0.5rem;
}

.uk-subnav-pill>.uk-active>a {
    background: linear-gradient(68deg, #ff9015, #ffd09c, #ff9c2f);
    background-size: 600% 600%;
}

.site-link-text {
    position: relative;
    z-index: 3;
}



.social-icons--container {
    margin-top: 30px;
    text-align: center;
}

.social-icons--wrapper {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    overflow: visible;
}

.country-label {
    background-color: #ffffff !important;
    text-transform: initial !important;
    padding: 5px 10px !important;
}

.social-icon--wrapper {
    display: block;
    width: 25px;
    height: auto;
    margin: 10px;
    fill: #ff9015;
    color: #ff9015;
    transition: all .2s ease-in-out;
}

.social-icon--wrapper:hover {
    background: #ff9015;
    margin: 0px;
    padding: 8px;
    width: 28px;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    cursor: pointer;
    fill: #f2f2f2;
    color: #f2f2f2;
}

.hidden {
    display: none;
}

.visible {
    display: block !important;
}

.latestStores-description>p:not(:first-child) {
    display: none;
}


.latestStores-description>p:first-child span {
    text-overflow: ellipsis;
    width: 100ch;
}


.select2-container--iservices {
    font-family: inherit;
    font-size: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 2;
    height: auto;
}

.select2-container--iservices .select2-selection--single {
    height: auto !important;
    padding: 7px;
}


.select2-container--iservices .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-selection__arrow--iservices{
content: 'a';
}

.select2-container--iservices .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #999999;
}

.select2-container--iservices .select2-search--dropdown {
    padding: 10px 10px;
}

.select2-container--iservices .select2-search__field {
    background-color: #CCCCCC;
    border: 0;
    border-radius: 10px;
    padding: 10px 5px !important;
}

.select2-container--iservices .select2-search__field:focus-visible {
    border: 0 !important;
    outline: unset !important;
    padding: 10px !important;
    font-size: 20px;
}

.select2-container--iservices.select2-container--open .select2-dropdown--below {
    border: 1px solid #CCCCCC;
}

.select2-container--iservices.select2-container--open .select2-results {
    margin-top: 1px;
    line-height: 20px;
}

.select2-container--iservices.select2-container--open .select2-results .select2-results__option--highlighted {
    /* background: linear-gradient(68deg, #ff9015, #ffd09c, #ff9c2f);
    background-size: 600% 600%;
    -webkit-animation: gradientOrange 0s ease infinite;
    -moz-animation: gradientOrange 0s ease infinite;
    animation: gradientOrange 0s ease infinite; */
    background-color: #f8f8f8;
    color: black;
    cursor: pointer;
}

.select2-container--iservices.select2-container--open .select2-results .select2-results__option {
    padding: 15px 6px;
    font-size: 18px;
}

.select2-container--iservices .select2-results__option[aria-disabled=true] {
    color: #999999;
}

.gradient-background {
    background: white;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#reasonBoxSlider-list {
    display: flex;
    align-items: stretch;
}

#reasonBoxSlider .splide__slide {
    height: auto !important;

}

#reasonBoxSlider .splide__slide>div {
    background-color: #f8f8f8;
    padding: 30px 20px;
    border-radius: 18px;

    margin: 0 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

#reasonBoxSlider .splide__slide>div:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#reasonBoxSlider .splide__slide>div>svg {
    -webkit-filter: brightness(0) opacity(0.7);
    filter: brightness(0) opacity(.7);
    margin-bottom: 15px;
    width: 45px;
    height: 45px
}

#reasonBoxSlider .splide__slide>div>span {
    display: block
}

#reasonBoxSlider .splide__slide>div>span.reason-title {
    font-weight: 500;
    font-size: 15pt;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 0
}

#reasonBoxSlider .splide__slide>div>a {
    color: #5d5d5d;
    font-weight: 500;
    font-size: 11pt;
    padding-top: 20px;
    text-align: right;
    text-decoration: underline;
    margin-top: auto
}

#reasonBoxSlider .splide__slide>div>a:hover {
    color: #000
}

.latestStores-description p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.select2-selection__clear {
    padding-right: 10px;
}

.select2-container--iservices.select2-container--open .select2-dropdown--below {
    border: 0
}

.select2-container--iservices.select2-container--open .select2-results .select2-results__option {
    padding: 20px;
}

span.select2-container.select2-container--iservices.select2-container--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.uk-button-primary {
    background-color: white !important;
    color: #ff9015 !important;
    padding: 10px 20px;
    border-radius: 18px;
    font-size: 15px;
}


.select2-container--iservices .select2-search__field {
    background: #f8f8f8;
}

span.select2-dropdown.select2-dropdown--below {
    box-shadow: 0px 6px 10px #0000000a;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
    background-color: #ff9015 !important;
    color: white !important;
}


.box-picker{
    display: flex;max-width: 1280px;width: 90%;align-items: center;justify-content: center;padding: 40px; max-height: 920px
}

@media only screen and (max-width: 980px) {
    .box-picker{
        display: flex;max-width: 1280px;width: 100%;padding: 10px; max-height: 920px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14pt;
    }
    .stores-background {
        background: linear-gradient(292deg, #ffddb6, #d88e3982, #ff9114);
    }
}

.select2-container--iservices{
    width: 100% !important;
}