.location-search .inputs-wrapper .form-group{
    display: flex;
}

.location-search .inputs-wrapper .form-group input{
    width: 100%;
}

.sidebar-shop.lists-tabs,
.location-search{
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-shop > .items-wrapper{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.sidebar-shop > .items-wrapper li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.sidebar-shop > .items-wrapper li.active{
    text-decoration: underline;
}

.sidebar-shop .sidebar-product .item{
    margin-bottom: 30px;
}
.sidebar-shop .sidebar-product .item .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.sidebar-shop .sidebar-product .item .current-price{
    font-weight: 600;
    font-size: 17px;
}
.location-search .productstate-product .product-attributes{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.location-search .productstate-product .product-attributes li{
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 0 2px;
    cursor: pointer;
}
.location-search .stores-wrapper{
    margin-top: 20px;
}
.location-search .stores-wrapper .store-content{
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}