.ahura-theme-mode-button-element .theme-mode-switcher {
    margin: 0;
}

.option-select-theme-switcher.theme-mode-switcher {
    width: 70px;
    background-color: transparent;
}

.option-select-theme-switcher.theme-mode-switcher select {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: none;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: initial;
}

.option-select-theme-switcher.theme-mode-switcher select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}.ahura-element-main-menu .siteside {
    box-shadow: 0 0 35px #00000061;
}

@media screen and (max-width: 1024px){
    .ahura-element-main-menu .menu-wrapper {
        display: none;
    }
}.ahura-search-form-element {
    position: relative;
}

.ahura-search-form-element.with-cat {
    display: flex;
    gap: 9px;
}

.ahura-search-form-element.with-cat.template-3 {
    flex-direction: row-reverse;
}

.ahura-search-form-element.with-cat select {
    border: none;
    height: 50px;
    width: 150px;
    border-radius: 7px;
    background-color: #f0f0f0;
    padding: 8px;
    font-size: 13px;
    color: #505050;
    outline: 0;
}

.ahura-search-form-element .s-input {
    position: relative;
}

.ahura-search-form-element.with-cat .s-input {
    width: calc(100% - 150px);
}

.ahura-search-form-element:not(.with-cat) .s-input {
    width: 100%;
}

.ahura-search-form-element button {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    box-shadow: none;
    width: 50px;
    height: 100%;
    padding: 0;
    top: 0;
    font-size: 19px;
    color: #9e9fb1;
}

.ahura-search-form-element input[type=text] {
    box-shadow: 0 7px 35px 0 rgba(0,0,0,0.1);
}

.ahura-search-form-element #ajax_search_loading {
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.ahura-search-form-element #ajax_search_loading.show-loader {
    opacity: 1;
}

.ahura-search-form-element.with-btn #ajax_search_loading {
    width: 110px;
}

.ahura-search-form-element .search-item .item-cover {
    width: 50px;
}

.ahura-search-form-element .search-item .item-cover img {
    border-radius: 7px;
    object-fit: cover;
}

.ahura-search-form-element #ajax_search_res .search-item a {
    display: flex;
    gap: 10px;
}