.margin-bottom-20 {
    margin-bottom: 20px;
}
.title_search {
    font-size: 24px !important;
    margin: 15px 0;
}
.search-main .item-border .item_product_main {
    border: 0;
}
.serachpc_searchpage form {
    width: 260px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative;
}
.serachpc_searchpage form input {
    min-width: 260px;
    height: 40px !important;
    min-height: unset;
    line-height: 40px;
    border: solid 1px #ebebeb;
    border-radius: 3px !important;
    padding: 0 40px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 13px;
}
.serachpc_searchpage form button {
    width: 40px;
    height: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 5px;
    outline: none;
}
.serachpc_searchpage form button svg {
    width: 17px;
    height: 17px;
}
.category-products .item_product_main {
    margin-bottom: 40px;
}
.category-products .row {
    padding-bottom: 1px;
}
.search-main .products-view-grid {
    float: initial;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 480px) {
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
.col-xs-15 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}
@media (min-width: 768px) {
    .col-sm-15 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
