/*
 * @author     DCKAP
 * @package    DCKAP_MegaSearch
 * @copyright  Copyright (c) 2017 DCKAP Inc (http://www.dckap.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.dc-megasearch #search_autocomplete {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-top: 3px;
    right: 0;
    width: 450px !important;
}
#search_autocomplete .dc-search-wrapper {
    max-height: 400px;
    overflow-y: auto;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper ul li {
    border: medium none;
    clear: both;
    display: block;
    padding: 7px 10px;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .qs-option-image {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 60px;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .qs-option-content {
    display: block;
    float: left;
    margin-left: 10px;
    width: 300px;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .qs-option-price {
    display: block;
    font-size: 20px;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .qs-option-hierarchy {
    color: #888;
    float: right;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .dc-strike-price {
    font-size: 15px;
    text-decoration: line-through;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .dc-search-suggestions {
    color: #888;
    margin: 0 5px 3px;
    text-align: right;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .dc-search-type {
    font-weight: bold;
}
.dc-megasearch #search_autocomplete.search-autocomplete .dc-search-wrapper > ul {
    border: medium none;
}
.dc-megasearch .dc-search-wrapper .qs-option-name {
    color: #1979c3;
}
.dc-megasearch .search-autocomplete .dc-cms-name.qs-option-name {
    display: block;
}
.dc-megasearch .search-autocomplete .dc-cms-desc.qs-option-desc {
    color: #777;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper ul li a:hover, .search-autocomplete .dc-search-wrapper ul li a:focus {
    text-decoration: none;
}
.dc-megasearch .search-autocomplete .dc-search-wrapper .dc-search-no-results {
    color: #888;
    display: block;
    margin: 10px;
    text-align: center;
}
.dc-megasearch .dc-search-wrapper .dc-auto-highlight {
    font-weight: bold;
    text-decoration: underline;
}
#dc_megasearch_loader {
    display: none;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
}
span.dc-ms-more-link {
    float: right;
}

/* Search Results Page */
#ms-tabs ul{
    overflow:hidden;
    border-bottom:1px solid #ddd;
    height:35px;
    position:relative;
    z-index:100;
    padding:0;
}
#ms-tabs li {
    float:left;
    list-style:none;
}
#ms-tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px medium;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 11111;
}
#ms-tabs .active {
    background: #555 none repeat scroll 0 0;
    border-color: #555;
    color: #fff;
}
#ms-tabs3 .pages {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}
.dc-search-wrapper .product-reviews-summary.short {
    margin-bottom: 3px;
}
.header.content .block-search {
    z-index: 9 !important;
}