.bg_yellow{
	background-color: #FFD200;
}
.bg_red{
	background-color: #D62929;
}
.bg_green{
	background-color: #B3D629;
}
.bg_blue{
	background-color: #2B45A1;
}
.bg_white{
	background-color: #fff;
}
.bg_gray{
	background-color: #878787;
}
.c_gray{
	color: #878787;
}
.brd_black{
	border: 1px solid #292929;
}

.brd_yeloy{
	border: 1px solid #ffd203;
}


.single_product_main{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.single_product_main .font_hight{
	display: flex;
	align-items: center;
	align-items: baseline
}
.single_product_main .font_hight .circle_color{
	margin-top: -3px;
    margin-left: 19px;
}
.circle_color{
	min-width: 37px;
	min-height: 37px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	border: 1px solid #292929;
}
.single_product_color{
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 23px;
	font-weight: 600;
}
.single_product_prices{
	margin-top: 5px;
}
.single_product_prices .font_hight{
	margin-top: 10px;
}
.single_product_prices .old_price{
	font-size: 30px;
	font-weight: 600;
}

.single_product_main .b_btn{
	color: #292929;
	margin-top: 0;
	border-radius: 23px;
}

.single_product_main_btn .btn_my.btn_favorites:after {
    top: 46%;
   
}


/* Мод на крупную кнопку снизу */ 

.single_product_main .product_card_counter{
	margin-top: 5px;
}


.single_product_main .product_card_counter, 
.single_product_main .product_card_counter .items__control {
	width: 100%;
}



/****** твик для кутиай 

.single_product_main_btn .qty_area { 
	max-width: 255px;
}


.single_product_main_btn .qty_area:not(.in_cart) { 
	padding: 3px 30px;
	background: #ffd203;
	border-radius: 50px;
	border: 1px solid #ffd203;
	height:43px;
	align-items: center;
}



.single_product_main_btn .qty_container { 
	min-height:65px;
	display:flex;
	align-items:end;
}


.single_product_main_btn .qty_area:not(.in_cart) .prices{ 
	display:none;
}


.single_product_main_btn .qty_area:not(.in_cart) .product_card_counter{ 
	width:100%;
}


.single_product_main_btn .qty_area:not(.in_cart) .product_card_counter:before{ 
	content: 'Добавить в корзину';
	
}

.single_product_main_btn .product_card_counter .items__control img {
	width: 25px;
}


.single_product_main_btn .qty_area:not(.in_cart) .items__control.right {
    width: 100%;
    position: absolute;
    background: unset;
    justify-content: end;

}

/*************/

.single_product_main_btn a.btn_my{
    margin-bottom: 15px;
}


/*************/

.single_product_atributes{
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
	
}
.single_product .atribut_property{
	width: max-content;
}

.set_color_item{
	margin-top: 20px;
	display: flex;
	column-gap: 10px;
}

.single_product_atribut{
	width: 45%;
}

.single_product_slide{
	width: 30%;
}


.single_product_slide img,
.file_archive.image img:not(.redaction_interface){
	width: 100%;
	object-fit: contain;
	height: 380px;	
}



.atributes_img{
	display: flex;
	justify-content: space-between;
}

.atributes_img_card{
	width: 260px;
	height: 315px;
	display: flex;
	align-items: flex-end;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 45px;
}
.atributes_img_card .font_hight{
	font-size: 20px;
	color: #fff;
}

.atributes_img_card img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.single_product_description{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single_product_description_title{
	font-size: 45px;
	width: 100%;
	text-align: center;
	margin-bottom: 33px;
} 
.single_product_description_block{
	width: 48%;
	border-radius: 10px;
	padding: 66px;
}

.single_product_description_block_title{
	font-size: 25px;
	margin-bottom: 30px;
	color: #ffd203;
}
.single_product_description_block p{
	margin-bottom: 30px;
}


@media screen and (max-width: 1400px){
	.single_product {
		column-gap: 40px;
	}
	
}
@media screen and (max-width: 1200px){
	.single_product_main_btn{
		margin-top: 30px;
	}
}

@media screen and (max-width: 992px){
	.single_product_atributes{
		width: 100%;
	}
	.single_product_main{
		width: 100%;
	}
	
	.single_product_slide img{
		height: unset;
	}
	
	.single_product_main .b_btn{
		margin: unset;
		margin-bottom: 10px;
	}
	
	.single_product_description_block{
		width: 100%;
		margin-bottom: 20px;
		padding: 40px 30px;
	}
}

@media screen and (max-width: 576px){

	.single_product_main_btn .b_btn{
		width: unset;
	}
	.single_product_main .font_hight{
		font-size: 30px;
	}
	.single_product_prices .old_price{
		font-size: 14px;
	}
	
	.single_product_description_title {
		font-size: 30px;}
}


/*======== Страница сингл продукт слайдер фото товара =========*/

.single_product_slide,
.file_archive.image {	
	min-width: calc(90% / var(--width));
	width: calc(90% / var(--width));
}


.single_product_slide, .file_archive.image {--width: 3;}

.single_product_slide:not(:last-child), .file_archive.image:not(:last-child){margin-right: 4.93%;}


@media(max-width: 768px){.single_product_slide, .file_archive.image {--width: 2.05;}}
@media(max-width: 572px){.single_product_slide, .file_archive.image {--width: 0.6;}}


/*======== End =========*/



/*======== Страница сингл продукт слайдер характеристик =========*/

.atributes_img{overflow: hidden;}

.atributes_img_card {	
	min-width: calc(90% / var(--width));
	width: calc(90% / var(--width));
}

.atributes_img_card:not(:last-child){margin-right: 3.33%;}


.atributes_img_card {--width: 4;}

@media(max-width: 1024px){	.atributes_img_card {--width: 3.1;	}}
@media(max-width: 768px){	.atributes_img_card {--width: 2;	}}
@media(max-width: 576px){	.atributes_img_card {--width: 1;	}}

/*======== End =========*/



/*======== мой грид код =========*/


.proudct_area {  
  display: grid;
  grid-template-columns: 1fr 0.65fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "naming price_container attrs"
    "single_product_slider single_product_slider single_product_slider";
}

.attrs { grid-area: attrs; 	}
.price_container { grid-area:price_container;  }
.naming { grid-area: naming;  }


.single_product_slider{ grid-area: single_product_slider; display: flex; justify-content: space-between; overflow: hidden; justify-content: center;}


.attrs, .price_container, .naming, .single_product_slider{
	  /* border: 1px solid red; */
	  padding:12px;
}

.single_product_prices{
	margin-top: 0px;
}

@media screen and (max-width: 991px){

	
	.proudct_area  {  
		grid-template-columns: 1fr;
		grid-auto-columns: auto;
		grid-template-rows: auto;
		gap: 20px 0px;
		grid-template-areas:
			"naming"
			"single_product_slider"
			"price_container"
			"attrs";}
			
			
	.single_product_chars {
		flex-direction: column;}

}


/*======== убираем из дизайна =========*/

.atributes_img, .single_product_main .btn_favorites, .single_product_prices{
    display: none!important;
}



/*======== плашка характеристик =========*/

.single_product_chars{
    display:flex;
	justify-content: space-between;
	width: 100%;
}


.single_product .atribut_property {
    color: #ffd203;
	color: #292929;
}

.single_product .atribut_value {
    color: #ffffff;
	color: #292929;
}

.single_product_atributes {
    row-gap: 12px;
}

.single_product_atribut {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/*======== end характеристик =========*/




@media screen and (max-width: 1200px){
	
	 .single_product_main_btn .qty_container {
			align-items: flex-start;}
	
	 .single_product_description_block {
		padding: 30px;}	
}






/* Выьрп размера */
.product_item_container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	justify-content: space-between;
}
.product_item{
	width: calc(33.3% - 10px);
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
	padding: 2px 5px;
	margin-right: 10px;
	height: fit-content;
}

.product_item.active{
	color: white;
}

.product_item:last-child{
	margin-right: auto;
}


.product_item a{
	display: block;
}



.single_product[data-cat="tehnika"] .single_product_article{
	display: none;
}