.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: 0;
    right: 0;
    outline: none
}

.serachpc_searchpage form button svg {
    width: 17px;
    height: 17px
}

.category-products {
    margin-bottom: 50px
}

.category-products .row {
    padding-bottom: 1px
}

.search-main .products-view-grid {
    float: initial
}

@media (min-width: 1200px) {
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.title-page-search span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.search-main .header-search-form {
    position: initial;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #1b74e7;
    height: 50px;
    position: relative;
    max-width: 300px
}

@media (max-width: 991px) {
    .search-main .header-search-form {
        height: 40px
    }
}

@media (max-width: 767px) {
    .search-main .header-search-form {
        max-width: 100%
    }
}

.search-main .header-search-form input {
    width: 100%;
    display: block;
    height: 100%;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

.search-main .header-search-form button {
    position: absolute;
    right: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .search-main .header-search-form button {
        width: 30px;
        height: 30px
    }
}

.search-main .header-search-form button svg {
    min-width: 20px;
    min-height: 20px
}

.search-main .header-search-form button svg path {
    fill: #1b74e7
}

.search-type li {
    display: inline-block
}

.search-type li a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #1b74e7;
    border-radius: 5px;
    color: #1b74e7;
    position: relative;
    overflow: hidden
}

.search-type li a.active, .search-type li a:hover {
    color: #fff;
    background: #1b74e7
}

.search-type li a.active {
    pointer-events: none
}
