.box-json-search, .box-json-search-product, .box-json-search-custom-post{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.box-json-search .form-input input, .box-json-search-product .form-input input, .box-json-search-custom-post .form-input input{
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px 7px;
    border: none;
    outline-offset: 0;
}
.box-json-search form, .box-json-search-product form, .box-json-search-custom-post form{
    position: relative;
    display: flex;
    padding-right: 0;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
}
#key-search-json:focus, #key-search-json-product:focus, #key-search-json-custom-post:focus{
    outline: none;
}
.content-json, .content-json-product, .content-json-custom-post{
    position: absolute;
    z-index: 10;
    top: calc(100% + 1px);
    display: none;
    max-width: 100%;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: auto;
    max-height: 220px;
    left: 0;
    right: 0;
    border: none;
    box-shadow: 0px 2px 2px #aaa;
    font-size: 13px;
}
.content-json a:last-child .c-short-product-info, .content-json-product a:last-child .c-short-product-info, .content-json-custom-post a:last-child .c-short-product-info{
    border: none;
}

.content-json::-webkit-scrollbar-track, .content-json-product::-webkit-scrollbar-track, .content-json-custom-post::-webkit-scrollbar-track{
    background-color: #fff;
}
.content-json::-webkit-scrollbar, .content-json-product::-webkit-scrollbar, .content-json-custom-post::-webkit-scrollbar{
    width: 5px;
    background-color: #000;
}
.content-json::-webkit-scrollbar-thumb, .content-json-product::-webkit-scrollbar-thumb, .content-json-custom-post::-webkit-scrollbar-thumb{
    background-color: #000;
}

.form-search-width-category .form-input {
    position: relative;
    width: 100%;
}
input[type=submit]{
    font-size: 13px;
    border: none;
    background: #ed2e2e;
    color: #fff;
    padding: 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.c-short-product-info__image img {
    max-height: 100%;
    max-width: 100%;
}
.c-short-product-info__image {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-short-product-info {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ebebeb;
}

.c-short-product-info__content {
    padding: 0 0 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 60px);
}
.c-short-product-info__title{
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
}
#cat-json select, #cat-json-product select, #cat-json-custom-post select{
    font-size: 13px;
    border: none;
    padding: 6px 0;
}
#cat-json select:focus, #cat-json-product select:focus, #cat-json-custom-post select:focus{
    outline: none;
}