/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.grid_ware{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 3px;
	grid-row-gap: 3px;
}
.item_ware{
	padding: 20px;
}
.contImgWare{
	padding: 10px;
}
.contImgWare img{
	width: 100%;
}
.brand-cont-ware{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.descriptContWare{
	margin-top: 30px;
}
.basket-cont{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sum-ware span:first-child{
	font-size: 23px;
	font-weight: 700;
	color: rgba(0 0 0 / 70%);
}
.h2_empty{
	text-align: center;
	color: rgba(0 0 0 / 50%);
}

.ware-foto{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
.ware-foto img{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.examp_action{
	z-index: 10;
}
.example_img_cont picture{
	z-index: 2;
}
.req_price_left_action{
	left: 10px;
}
.delProdSvgBtn{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.zakazWrapp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 0;
}
.zakazWrapp h3{
	color: rgb(0 0 0/65%);
	text-align: center;
}
.zakazWrapp > div:last-child{
	padding: 10px;
	width: 150px;
	max-height: 40px;
}
.btn_animate{
	left: -30%;
}
.zakazCont{
	border: 1px solid #8ad4118a;
	margin-top: 30px;
}

.fav_lft_btn{
	position: relative;
	margin-right: 10px;
	-webkit-transform: rotateZ(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotateZ(180deg);
	z-index: 1;
}


@media(min-width: 600px){
	.grid_ware{
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
}


@media(min-width: 940px){
	.shell_examp .req_price_left_action{
		left: 12%;
	}
	.grid_ware{
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		padding: 0 13%;
	}
	.zakazWrapp{
		width: 74%;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		margin-left: 13%;
	}
}