﻿.result a {
    background-color: white !important;
}

nav ul {
    width: -webkit-fill-available;
}

.items-alpha-search:nth-child(even) {
    background-color: #d0d0d0;
}

.items-alpha-search:nth-child(odd) {
    background-color: aliceblue;
}

.items-alpha-search {
    margin: 2rem 0 2rem 0;
}

.custom-arrows .owl-nav {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

.owl-prev {
    cursor: pointer;
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
