.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: 0
}

.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
}

.title-page-search span:before {
    background: #000f8f;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%
}

.search-type {
    text-align: center;
    margin-bottom: 20px
}

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

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

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

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

.search-sortby {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.search-sortby h3 {
    font-size: 20px
}

.search-sortby ul {
    display: flex;
    justify-content: center
}

@media (max-width: 991px) {
    .search-sortby ul {
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll
    }
}

.search-sortby ul li {
    margin-right: 10px;
    position: relative
}

@media (max-width: 991px) {
    .search-sortby ul li {
        flex: 0 0 auto;
        white-space: nowrap
    }
}

.search-sortby ul li a {
    display: flex;
    align-items: center;
    font-weight: 600
}

.search-sortby ul li a span {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-sortby ul li a.active {
    color: #000f8f
}

.search-sortby ul li a.active span {
    background: #000f8f;
    border-color: #000f8f
}

.search-sortby ul li a.active span:after {
    content: '\2714\fe0e';
    font-size: 13px;
    font-size: 10px;
    filter: brightness(0) invert(1)
}

.thump-searh {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 50px
}

@media (max-width: 991px) {
    .thump-searh {
        height: 40px
    }
}

.thump-searh input {
    width: 100%;
    display: block;
    height: 100%;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

.thump-searh button {
    position: absolute;
    width: 50px;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0
}

.thump-searh button svg {
    width: 20px;
    height: 20px
}

.thump-searh button svg path {
    fill: #000
}

.thump-searh button:hover {
    background: #f3bd01
}
