/*header*/



/*карта магазинов*/

.map-pole {width: 100%; height:640px;}
.img-map {width:320px;}
.img-map img {max-width: 100%;}


/*категории категорий*/

	.main-catalog {display:flex; flex-wrap: wrap;   align-content: space-between;}
	.catalog-cart {margin:2%; text-align:center; max-width:320px; }	
	.catalog-cart img {max-width:100%}	


/*Фильтры*/

.content-filter.active {


	width:100%;
	left: 0px;
}




/*Карточка товара*/

.product-order-n {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;

}

.product-item-line {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;

}

.btn-n {

    width: auto;
    height: auto;
    margin: 0 20px;
    padding: 0px 10px 0px 40px;
    background-image: url(../img/basket-green.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 10px center;
    border-radius: 22px;
    border: solid 1px #7aa117;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.9px;
    color: #70b013;    
    cursor: pointer;
    transition: all 0.3s;
}


.btn-n:hover {
    background-image: url(../img/basket-white.png);
    border: solid 1px #fff;
    background-color: #d10006;
    color: #fff;
}

.item-title-line {

    margin-top: 29px;
margin-bottom: 15px;

    font-size: 18px;
    font-weight: normal;
    color: #333333;
}


.item-price-line {
    font-size: 22px;
    font-weight: bold;
    color: #71b114;
    margin: 0px 20px 0px 0px;
}





.quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
	width: 70px;
	}
	
.quant-input .arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}
	
	
.quant-input .arrows .arrow {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 40px;
    cursor: pointer;
}	
	
	
.quant-input input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}	
	
	.quant-input .arrows .arrow .ir .icon {
    position: relative;
}

	.quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}
	
	.quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}

/*Карточка товара END*/

.seeMore.open i{
    transform: rotate(180deg);
}


@media (max-width: 580px) {  

.header-shop {justify-content: flex-start;}
.header-shop #infoblock_cont {margin-left: 20px;}

.main-catalog {
    flex-direction: column;
}


.btn-n {height: 36px; width:40px;}
.btn-n span {display: none;}  

.content .recommended { padding: 0 40px; }

.map .wrap .left {display: none;}
.magaz-info { max-width: 100%!important;}
.magaz-info h2 {padding:0px 10px; font-size: 18px;}

}


