
/* OXIMO */
.universal-search-grid {
    margin-top: 20px;
    display: inline-flex;
    grid-template-columns: 250px auto;
    grid-template-rows: 40px auto;
    grid-template-areas: "filter output";
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

@media (max-width: 767px) {
    .universal-search-grid {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas:
            "input"
            "filter"
            "output";
    }
}

#universal-search-filter {
    font-family: "Open Sans", sans-serif;
    grid-area: filter;
}

#universal-search-input {
    font-family: "Open Sans", sans-serif;
    grid-area: input;
}

#universal-search-output {
    font-family: "Open Sans", sans-serif;
    grid-area: output;
}

.oxomi-nav .oxomi-link {
    color: #333;
    line-height: 1.5;
    font-weight: 300;
}

.oxomi-link {
    color: #333;
    line-height: 1.5;
}

.oxomi-catalog-container .oxomi-link:hover {
    color: #376eb4 !important;
    text-decoration: none;
}

.oxomi-nav > li > a:hover {
    background-color: transparent;
    border-radius: 0px;
    color: #333;
    border-left: 0px solid #f08122;
    font-weight: 500;
}

.oxomi-well {
    min-height: 20px;
    padding: 7px;
    background-color: #efefef;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    padding-bottom: 50px;
}

.oxomi-nav-header {
    color: #000;
    margin-bottom: 15px;
}

.oxomi-category-icon {
    display: none;
}

.oxomi-catalog-icon {
    display: none;
}

.oxomi-video-icon {
    display: none;
}

.oxomi-form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 18px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 0px;
}

.oxomi-search-bar.ms-ctn input {
    font-size: 18px;
    line-height: 18px;
    background-color: transparent;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left: 8px;
    margin-top: 15px;
}

.ms-ctn .ms-trigger {
    top: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background: #f7f7f7;
    border-left: 1px solid #ededed;
    cursor: pointer;
}

.ms-ctn .ms-trigger:hover {
    background-color: #f7f7f7;
    right: 0px;
    border-radius: 0 0px 0px 0;
}

.ms-ctn .oxomi-home:hover {
    background-color: #f7f7f7;
}

.ms-ctn .oxomi-home {
    top: 0;
    width: 36px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #f7f7f7;
    border-right: 1px solid #ededed;
    cursor: pointer;
}

.ms-ctn .oxomi-category-icon {
    display: none;
}

.ms-ctn .oxomi-home .oxomi-home-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
}

.oxomi-dropdown-menu {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-left: -1px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.oxomi-dropdown {
    width: 100px;
    height: 44px;
    display: none;
}

.oxomi-h2 {
    color: #4f626f;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.oxomi-floater {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
    margin-bottom: 8px;
}

.oxomi-border {
    border: 1px solid #ededed;
    border-radius: 0px;
    background-color: #fff;
    padding: 3px;
}

.oxomi-catalog {
    height: 309px;
    margin-right: 5px;
    width: 225px;
    padding-top: 5px;
    padding-bottom: 7px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.oxomi-group-content .oxomi-vertical-transformer img:hover {
    -webkit-filter: brightness(1.1);
}

.oxomi-catalog-title {
    padding: 5px;
    color: #4f626f;
}

.oxomi-link:hover {
    color: #f08122;
    text-decoration: none;
}

.oxomi-group-content .oxomi-border {
    border: 0px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    padding: 3px;
}
