#index-left{
    width: 280px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    Justify-content: space-between;
}
#index-categorys{
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 15px 15px;
    width: 100%;
    overflow: hidden;
}
#index-cart
{
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.07);
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 20px;
}
#index-cart img{
    max-width: 30%;
    margin-right: 3%;
}
#index-categorys a{
    color: #010101;
    padding: 17px 25px;
    display: block;
    font-weight: 500;
}
#index-categorys a:hover{
//color: #fff;
    background: rgba(63, 78, 93, 0.05);
    text-decoration: underline;
}
#index-top{
    display: flex;
    flex-direction: row;
    max-width: 1250px;
    margin: auto;
    margin-top: -10px;
}
.index-right
{
    width: calc(100% - 280px);
    align-items: center;
}
#index-bans{
    margin-top: 10px;
}
.banner_i a
{
    display: block;
}
.listing{
    max-width: 1300px;
    margin: 0 auto;
//background: #fff;
    margin-top: 10px;
}
.listing-name{
    padding: 4px 20px;
    color: #e74c3c;
}
.listing-list
{
    height: 335px;
    overflow-y: hidden;
}
.full .listing-list{
    height: auto;
}
.full .more-items{
    display: none;
}
.item{
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.07);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 6 - 10px);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    white-space: normal;
    oveflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.more-items
{
    text-align: right;
    padding-right: 10px;
}
.more-items a
{
    color: #273c75;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 400;
    cursor: pointer;
}
.more-items a:hover{
    color: #6ab04c;
}
.item-name
{
    font-size: 1em;
    line-height: 1.2rem;
    height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1em;
    padding: 8px;
    color: #010101;
}
.item-name:hover{
    color: #646466;
}
.item-image{
    height: 180px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.item-image img {
    position: absolute;
    top: 0;left: 0;right: 0; bottom: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.item-code{
    text-align: right;
    padding-top: 5px;
    padding-right:
}
.item-price{
    color: #000;
    padding: 0px 8px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
}
.item-small-price{
    padding: 3px 8px;
    padding-top: 8px;
    height: 1.2em;
}
.item-small-price .g{
    text-decoration: line-through;
    color: #777;
}
.item-small-price .discount{
    color: #fff;
    background: #c33636;
    border-radius: 4px;
    padding: 1px 5px;
    margin-left: 6px;
}
.item-price-cart
{
    display: flex;
    flex-direction: row;
    Justify-content: space-between;
    align-items: center;
}
.item-cart .cart
{
    min-width: auto;
    height: auto;
    background: none;
    color: #6ab04c;
    border: none;
    font-size: 3em;
    padding: 0px 5px;
    border-radius: 3px;
}
.item-cart .cart:hover
{
    background: rgba(63, 78, 93, 0.05);
}


.index-banner-bot{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.index-banner-bot  .ban_count
{
    background: #dedede;
    height: 3px;
    border-radius: 2px;
}
.index-banner-bot  .ban_count.active
{
    background: #000;
}
.index-mobile
{
    display: none;;
}



#mobile .banner-block
{
    border-radius: 0px;
    box-shadow: none;
}
#mobile #index-top{
    flex-direction: column-reverse;

}
#mobile .index-right{
    width: 100%;
}
#mobile #index-categorys{
    display: none;
}
#mobile #index-left{
    width: 100%;
}
#mobile .item{
    width: calc(100% / 2.2);
    margin: 0px;
    border-radius: 0px;
    padding: 4px;
    padding-bottom: 15px;
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-left: none;
}
#mobile .listing-list{
    white-space: nowrap;
    height: auto;
}
#mobile .more-items{
    display: none;
}
#mobile .item-image{
    height: 140px;
}
#mobile .item-price
{
    font-size: 19px;
}
#mobile .banner_l, #mobile .banner_r
{
    display: none;
}
#mobile .index-mobile
{
    display: block;
}
#mobile .discount{
    display: none;
}

.main-login-click, .main-login-click-cat, .main-pricelist
{
    padding: 15px;
    text-align: center;
    display: block;
    color: #fff;
    background: #273c75;
    margin: 5px;
    margin-top: 10px;
    border-radius:3px;
    font-size: 1.1em;
}

.main-login-click-cat
{
    background: #40739e;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
}
.main-login
{
    padding: 20px 15px;
    background: #f5f5f5;
    text-align: center;
}
.main-login .main-reg-click
{
    margin-top: 20px;
    display: block;
    color: #273c75;
}
.main-login .text
{
    color: #333;
}
.item-category{
    text-align: center;
    color: #000;
    font-weight: 600;
    height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1em;
    padding-top: 7px;
}
.list-cat{
    height: auto;
}