#zeyelara-top-bar-menu {
    display: flex;
}

#topbar-3 ul.components {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#topbar-3 .topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#topbar-3 .lang-selector {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
}

#topbar-3 .lang-option {
    display: flex;
    align-items: center;
    padding: 8px;
    color: #6c757d;
    text-decoration: none;
    font-size: 13px;
}

#topbar-3 .lang-option img {
    width: 20px;
    height: 15px;
    margin-right: 6px;
    object-fit: cover;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#topbar-3 .lang-option span {
    color: dimgray;
    transition: all 500ms ease;
}

#topbar-3 .lang-option span:hover {
    color: #2196f3;
    transition: all 500ms ease;
}

#topbar-3 {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0 0 1px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    min-height: 50px;
    list-style: none;
    position: relative;
    vertical-align: middle;
    z-index: 10
}

#topbar-3 #search {
    background-color: transparent;
    position: relative
}

#topbar-3 #search-input {
    background-color: transparent;
    border-radius: 0;
    border-style: initial;
    border-width: 0;
    box-sizing: border-box;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0 25px 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box
}

#topbar-3 #search-input:-ms-input-placeholder {
    font-size: 14px
}

#topbar-3 #search-input::-ms-input-placeholder {
    font-size: 14px
}

#topbar-3 #search-input::-webkit-input-placeholder {
    font-size: 14px;
    opacity: 1
}

#topbar-3 #search-input::-moz-placeholder {
    font-size: 14px;
    opacity: 1
}

#topbar-3 #search-input::placeholder {
    font-size: 14px;
    opacity: 1
}

#topbar-3 #search-input:focus {
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: none;
    -webkit-box-shadow: none
}

#topbar-3 #search-input:hover {
    background-color: rgba(0, 0, 0, 0.03)
}

#topbar-3 #search-submit {
    background-color: transparent;
    border: none;
    color: #777;
    font-size: 15px;
    line-height: inherit;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: color 0.15s;
    width: 40px;
    -o-transition: color 0.15s;
    -webkit-transition: color 0.15s
}

#topbar-3 #search-submit:hover {
    color: #2196f3
}

#topbar-3 .components>li {
    list-style: none;
    position: relative
}

#topbar-3 .components>li>a {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: inherit;
    position: relative;
    text-align: center;
    width: 45px
}

#topbar-3 .components>li>a:hover {
    z-index: 2
}

#topbar-3 .components>li>a:hover {
    color: #fff
}

#topbar-3 .components>li:hover>a {
    color: #fff
}

#topbar-3 .container::after {
    clear: both;
    content: "";
    display: table
}

#topbar-3 .search-bar {
    border-color: #dfdbda;
    border-style: solid;
    border-width: 0 1px;
    width: auto
}

#topbar-3 .social-facebook a:hover {
    background-color: #5d82d1
}

#topbar-3 .social-instagram a:hover {
    background-color: #8d62db
}

#topbar-3 .social-linkedin a:hover {
    background-color: #238cc8
}

#topbar-3 .social-pinterest a:hover {
    background-color: #e13138
}

#topbar-3 .social-rss a:hover {
    background-color: #faa33d
}

#topbar-3 .social-twitter a:hover {
    background-color: #40bff5
}

#topbar-3 .social-youtube a:hover {
    background-color: #ef4e41
}

#topbar-3 .topbar-menu a {
    color: dimgray;
    font-family: 'Candara', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px
}

#topbar-3 .topbar-menu a:hover {
    color: #2196f3;
    text-decoration: underline
}

#topbar-3 .topbar-menu li {
    display: block;
}

#topbar-3 .topbar-wrapper {
    position: relative;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topbar-3 li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

#topbar-3[type="submit"] {
    appearance: none;
    border-radius: 2px;
    border-style: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none
}

@media (max-width:1200px) {
    #topbar-3 {
        display: none
    }
}