.div_input_search {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.div_input_search input::placeholder {
    color: #666666;
    font-size: 14px;
}
.input_search-warpper {
    position: relative;
    width: 80%;
    max-width: 900px;
    display: inline-flex;
    border-radius: 40px;
    height: 48px;
    border: 1px solid #000000;
    padding: 5px 20px;
    box-sizing: border-box;
    align-items: center;
}
.input_search-warpper .input_search{
    width: calc(100% - 20px);
    border: none;
    color: #000000;
    font-size: 14px;
}
.input_search-warpper img{
    height: 20px;
    width: 20px;
}
.search_input_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-warpper{
    width: 50%;
    max-width: 600px;
    display: inline-flex;
    border-radius: 40px;
    height: 48px;
    border: 1px solid #000000;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden;
}
.search-btn{
    padding: 0 10px;
    background-color: #216DFF;
    color: #fff;
    height: 100%;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;

}
button:hover {
    cursor: pointer;
}
.search-warpper input{
    width: calc(100% - 100px);
    border: none;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    margin-left: 20px;
}
.product-list-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.product-total{
    font-size: 18px;
    color: #222222;
}
.product-sort .el-dropdown-link{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.product-empty{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-empty img{
    width: 100px;
    height: 100px;
}
.product-empty-desc{
    color: #888888;
}
.product-empty .return-to-shop{
    margin-top: 20px;
    background: #216DFF;
    border-radius: 22px;
    padding: 10px 30px;
    border: none;
    color: #fff;
}
.page-box .el-pagination button{
    background: transparent;
}
.page-box .el-pager{
    gap: 5px;
}
.page-box .el-pager li.is-active{
    background-color:#216DFF;
    color: #fff;
}