.categories-pro {
    padding:0 30px;
}

.category-pro {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.category-pro__image {
    flex-grow: 1;
    width:120px;
}

.category-pro__name {
    text-align: left;
    flex-grow: 2;
    width:calc(100% - 420px);
}

.category-pro__country {
    display: inline-block;
    margin-top:5px;
    color: #a4a4a4;
}

.category-pro__price {
    flex-grow: 1;
    width: 150px;
}

.category-pro__buttons {
    flex-grow: 1;
    width: 150px;
    text-align: right;
}

.category-pro__image img {
    width:70px;
}

.category-pro__buttons .form-control {
    width:50px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.category-pro__price-price {
    font-size: 20px;
    font-weight: 600;
}

.category-pro__auth-note {
    font-size:10px;
}

.category-pro__auth-note a {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .category-pro__name {
        width:calc(100% - 120px);
    }

    .category-pro {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
}

.categorybg > .categoryinner {
    display: flex;
    flex-wrap: wrap;
}

#menu .categoryinner > ul {
    width: 25%;
}

.search-autocomplete-item {
    display: flex;
}

.search-autocomplete-item-image {
    width: 70px;
    padding-right: 10px;
}

.search-autocomplete-item-title {
    width: 200px;
    padding-right: 10px;
}

@media (max-width: 450px) {
    .search-autocomplete-item-title {
        width: 150px;
    }
}

.search-autocomplete-item-price {
    width: 60px;
    white-space: nowrap;
}

.search-autocomplete-item-buy {
    width: 100px;
    text-align: right;
}

.search-autocomplete-item-buy a {
    background-color: #80b500;
    text-align: center;
    font-size: 12px;
    padding: 5px 7px;
    /*border: 1px solid #000;*/
}

.ui-state-focus .search-autocomplete-item-buy a {
    color: #fff !important;
}

.search-ui-autocomplete {
    max-width: 100%;
    /*display: block !important;*/
}