@font-face {
    font-family: yekan;
    src: url("/fonts/web_Yekan.woff");
}
*{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (max-width: 500px) {
    .userName-top {
        display: none;
    }

    .newBusiness-top a {
        color: white !important;
    }
}

@media only screen and (min-width: 640px) {
    .newBusiness-top {
        display: none;
    }
}

.newBusinessBeforeLogin {
    color: white !important;
}

.ara_footer {
    padding: 5px;
    color: #616161;
    text-decoration: none;
}

.settings {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 5px;
    color: white;
}

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

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

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

.companyCategory {
    font-size: 12px;
}

.settingCSS {
    background: white;
    margin: -20px;
    width: -webkit-fill-available;
}
.phoneIcon {
    width: 15px;
    margin-left: 5px;
    margin-top: -5px;
}

.detailBannerIcons {
    width: 15px;
    margin-left: 7px;
}

/* General UIKIT Changes */
.uk-input, .uk-select, .uk-button{
    border-radius: 5px;
}

/* Company Search Details */
.companySearchFilter {
    background: #eeeeee;
    padding: 10px;
    border-radius: 10px;
}

/*Online Shopping CSS*/
.onlineShoppingMenu li a {
    font-size: 15px;
}

.search_filters {
    border-color: #ffc107;
}

.onlineShoppingMenu li a img {
    width: 25px;
    margin: 0 10px;
}

.productList {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 17%);
}

.productList img {
    border-radius: 5px;
}

.productList p {
    margin-top: 10px;
}

@media (max-width: 500px) {
    .onlineShoppingMenu li a {
        font-size: 9px !important;
    }
    .onlineShoppingMenu li a img {
        width: 20px;
        margin: 0 4px;
    }
}

.uk-tab-left>*>a, .categoryLoader {
    text-align: start !important;
}

/* Online Shopping */
@media (max-width: 500px) {
    .menuContentLi > li
    {
        padding:3px;
        width:auto !important;
    }
    .menuContentLi {
        align-content: inherit !important;
        height: auto !important;
    }
    #menuContent
    {
        padding-right: 30px !important;
        margin-top: 0px !important;
    }
    #categoryMenu{
        display: block !important;
    }
}

.uk-alert{
    border-radius: 10px;
}

.uk-close{
    top:19px !important;
    left: 10px !important;
}

#verified_company{
    width: 20px;
    position: absolute;
    z-index: 1;
    margin: 5px;
}

#currency_widget{
    background: #cf202f;
    background-image: url(/images/money.png);
    background-size: 30%;
    background-position-y: center;
    background-repeat: no-repeat;
    border-radius:10px;
    text-align:right;
    color:#ffffff;
}

#ad_icon{
    width:20px;
    position: fixed;
    bottom: 0px;
    border-radius: 5px;
    z-index:1;bottom: 5px;
    margin-left: -25px;
    box-shadow: 1px 1px 4px 0px #cbd7d3;
    background: white;
}

#ad_list{
    margin:0px;
    border: solid #E0E0E0 thin;
    padding-right:0px;
}
