.pc-header .headb{
    height:auto;
}
ul{
    list-style: none;
}
.main_box{
    margin-top:37px;
}
.sidebar_box{
    float:left;
    width:285px;
    height:auto;
    background: #FFFFFF;
    border-radius: 9px;
    margin-right:20px;
}
.sidebar_box ul.sidebar_tag{
    padding:20px;
    padding-bottom:0px;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
}
.sidebar_box ul.sidebar_tag li{
    margin-bottom:20px;
    max-width: 203px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    float:left;
}
.sidebar_box ul.sidebar_tag li a{
    font-size: 14px;
    font-family: Circular-Book, Circular;
    font-weight: normal;
    color: #333333;
}
.sidebar_box ul.sidebar_tag li span{
    max-width:40px;
    font-size: 14px;
    font-family: Circular-Book, Circular;
    font-weight: normal;
    color: #999999;
    float:right;
}

.stores_content {
    float:right;
    width:calc(100% - 285px - 20px)
}
.stores_content .link_towards{
    font-size: 14px;
    font-family: Circular-Book, Circular;
    font-weight: normal;
    height: 67px;
    /* line-height: 67px; */
    background: #FFFFFF;
    border-radius: 9px;
    padding-left:20px;
    display:flex;
    flex-wrap:wrap;
}
.stores_content .link_towards span{
    margin-right:20px;
    color: #999999;
    display:inline-block;
    line-height:67px;
}
.stores_content .link_towards ul.linka-z{
    display:flex;
    align-items: center;
}
.stores_content .link_towards ul.linka-z li{
    margin-right:20px;
}
.stores_content .link_towards ul.linka-z li:last-child{
    margin-right:0px;
}
.stores_content .link_towards ul.linka-z a{
    color: #333333;
}
.stores_content .link_towards ul.linka-z a:hover{
    color: #5612B7;
}
.stores_content .stores_list_box{
    clear:both;
    margin-top:20px;
    background: #FFFFFF;
    border-radius: 9px;
    padding:20px;
}
.stores_list_box ul.stores_list_item{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
ul.stores_list_item li{
    width:calc(100%/4 - 42px/4);
    height:auto;
    margin-right:14px;
    margin-bottom:20px;
    text-align: center;
}
ul.stores_list_item li:hover{
    opacity: 0.5;
}
ul.stores_list_item li:nth-of-type(4n){
    margin-right:0;
}
ul.stores_list_item li a{
    width:100%;
    height: 114px;
    border-radius: 12px;
    /* opacity: 0.28; */
    border: 1px solid  rgb(153,153,153,0.28);
    display:flex;
    align-items: center;
    justify-content: center;
}
ul.stores_list_item li a img{
    max-width: calc(100% - 40px);
    max-height:54px;
    object-fit: contain;
}
ul.stores_list_item li a >span{
    width: calc(100% - 40px);
    height: 54px;
    border: 1px solid rgba(216,216,216,0.31);
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}
ul.stores_list_item li span.discount_info{
    margin-top:13px;
    display:block;
    font-size: 16px;
    font-family: Circular-Bold, Circular;
    font-weight: bold;
    color: #5612B7;
}
.seemore {
    clear:both;
    margin: 0 auto;
    margin-top: 30px;
    width: 145px;
    height: 40px;
    background: #EBEBF4;
    border-radius: 12px;
    text-align: center;
  }
.seemore span {
    font-size: 14px;
    font-family: Circular-Book, Circular;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
    vertical-align: middle;
  }
.seemore img {
    width: 8px;
    height: 11px;
    vertical-align: middle;
  }
.loading {
    margin: 0 auto;
    /*margin-top: 30px;*/
    width: 145px;
    height: 40px;
    border-radius: 12px;
    text-align: center;
    display: none;
  }
.loading span {
    font-size: 14px;
    font-family: Circular-Book, Circular;
    font-weight: bold;
    color: #999999;
    line-height: 40px;
    vertical-align: middle;
  }
.loading img {
    width: 16px;
    height: 20px;
    vertical-align: middle;
  }
.seemore:hover {
    cursor: pointer;
  }
  .h5-meau,
  .h5-close,
  .h5-cancel{
    display:none
}
.m-sidebar{
    display:none;
}
.meau_position{
    padding-right:14px !important;
}
.see1{
    background: #FFFFFF;
    padding-left:30px;
}
/* .see1::before{
    content:'...';
    position:absolute;
    left:0;
} */