.search-widget form input[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    height: 40px;
    margin: 0;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    padding-right: 40px;
}

@media only screen and (min-width: 768px) {
    div#wk_ai_search_widget {
        width: 100% !important;
    }
}

label.wk_image_upload_icon {
    margin-bottom: 0;
    display: none;
}

.search-widget form button[type=submit] {
    float: left;
    background: #162b53;
    color: white;
    border: none;
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: 4px;
    right: 4px;
    -webkit-box-shadow: 0 3px 0 0 #ff9c46;
    -moz-box-shadow: 0 3px 0 0 #ff9c46;
    box-shadow: 0 3px 0 0 #ff9c46;
}

.search-widget form button[type=submit]:hover {
    background: #162b53;
    color: #fff;
}

.search-widget form button span {
    display: none;
}

.header-top .ApRow {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
@media (min-width: 992px){
    .owl-theme .owl-buttons {
        width: 85px !important;
        position: absolute;
        height: 36px;
        top: 10px;
        right: 0;
    }
    
    .owl-theme .owl-controls {
        margin: 0;
    }
    
    .owl-carousel {
        position: static;
    }
    
    .no-padding.ApColumn {
        position: static;
    }
}


.ApRow {
    position: relative;
}

.owl-theme .owl-buttons div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: black;
}
.owl-theme .owl-buttons div:before {
    color: #000;
}