#akv-search {
    margin: 10px 0;
}
#akv-search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#akv-search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 35px;
    text-shadow: 0 1px 0 #FFF;
}




#akv-search-result{
    right: 0;
    left: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
    position: absolute;
    padding: 0;
    top: 41px;
    width: auto;
    z-index: 110;
    box-shadow: 0 2px 2px rgb(0 0 0 / 29%);
}

#search_close{
    text-align: right;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0.3;
    font-size: 30px;
}

#search_close:hover {
    opacity: 0.6;
}

#akv-search-result .search-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 5px 0;
    font-size: 15px;
    font-weight: bolder;
}

#akv-search-result .search-item .name img {
    height: 100%;
    display: block;
    margin: auto 0;
}

#akv-search-result .search-item {
    padding: 12px 24px;
    font-size: 14px;
    border-bottom: 1px solid #e6e9eb;
}

#akv-search-result .search-item:hover {
    background-color: rgba(229, 240, 251, 0.25);
}

#akv-search-result .search-column {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#akv-search-result .search-column .product-title {
    text-align: left;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 4px;
    color: #000;
}

#akv-search-result .search-item .description {
    font-size: 12px;
    opacity: 0.85;
    margin: 3px 0;
    color: #000;
}

#akv-search-result .search-item .price {
    position: relative;
    top: 3px;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}

#search_footer{
    display: block;
    text-align: center;
    padding: 11px;
    font-size: 17px;
    background-color: #00a8b8;
    color: #fff;
}

#search_footer:hover{
    background-color: #17799f;
}

#akv-search-result #no-results{
    text-align: center;
    padding: 20px;
}

#akv-search-result .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
#akv-search-result .price {
    font-weight: 600;
}

#akv-search-result .product-search-specification{
    font-size: 10px;
}
#akv-search-result .product-search-specification td{
    padding: 6px;
}