.show_product {
	width:100%;
}
.show_title {
	width:100%; max-width:1370px;
	padding:20px 20px 40px 20px;
}
.show_title h1 {text-align:left;}
.show_product_cover {width:100%;}
.show_product_container {
	width:100%; max-width:1370px;
	padding:0 20px 40px 20px;
}
.show_left {
	width:550px;
}
.show_left_div {
	width:100%;
	background:#F0EFEB;
	padding:10px 10px 20px 10px;
	border-radius:20px;
}
.show_img {
	width:100%;
	aspect-ratio:1/1;
	overflow:hidden;
}
.show_img img {width:100%; border-radius:20px;}

.show_slider {
	width:100%;
	margin-top:20px;
}
.show_slide_left, .show_slide_right {
	min-width:20px; width:20px; height:100%; min-height:100px;
	background-position:center center;
	background-size:10px auto;
	background-repeat:no-repeat;
}
.show_slide_left {background-image:url(/img/arrow_left_gray.svg);}
.show_slide_right {background-image:url(/img/arrow_right_gray.svg);}
.show_slide_left:hover,
.show_slide_right:hover {cursor:pointer; opacity:.8;}

.show_slide_body {padding:0 10px; min-width:calc(100% - 40px); gap:10px;overflow:hidden;}

.show_slide {
	background-color:#fff;
	min-width:110px; width:110px;
	aspect-ratio:1/1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:10px;
}
.show_slide:hover {
	cursor:pointer;
	opacity:.8;
}
.show_slide_act {
	border:3px solid #FDE910;
}

.show_right {
	width:calc(100% - 550px);
	padding-left:30px;
}
.show_basket {
	width:50%;
	padding-right:60px;
}
.show_chars {
	width:50%;
}
.show_article {
	color:#888;
	font-size:16px;
	text-align:left;
}
.show_price {
	margin-top:20px;
}
.show_price span {
	font-size:32px;
	text-align:right;
	white-space:nowrap;
}
.show_price strike {
	text-decoration:line-through;
	text-decoration-color:#aaa;
	font-size:20px;
	color:#888;
	margin-right:20px;
	text-align:right;
	line-height:100%;
	white-space:nowrap;
}
.show_ed {
	font-size:16px;
	text-align:right;
	color:#888;
}
.show_btn_basket {
	margin-top:5px;
	margin-bottom:20px;
}
.show_card_add_basket {
	background-color:#FDE910;
	padding:27px 75px 27px 30px;
	font-size:20px;
	background-image:url(/img/basket.svg);
	background-position:calc(100% - 30px) center;
	background-repeat:no-repeat;
	background-size:25px auto;
	border-radius:20px;
	border:0;line-height:0;
	white-space:nowrap;
}
.show_card_add_basket:hover {background-color:#F8F32B;}

.show_card_add_block > .card_plus_minus {
	width:100%; max-width:180px;
}
.show_card_add_block > .card_plus_minus input {
	width:calc(100% - 120px);
	text-align:center;
	background:#F0EFEB;
	border:0;
	font-size:20px;
	padding:10px 0;
	min-height:55px;
}
.show_card_add_block >  .card_plus_minus {
	-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;
}
.show_card_add_block >  .card_plus_minus .card_minus, .show_card_add_block > .card_plus_minus > .card_plus {
	height:100%; width:50px;
	background-color:#FDE910;
	background-size:15px auto;
	background-position:center center;
	background-repeat:no-repeat;
}


.show_dop {gap:15px;}
.show_small {
	color:#888;
	font-size:14px;
	margin-right:25px;
}
.show_small_red {
	color:#CE2F1B;
	font-size:14px;
	margin-right:25px;
}
.show_compare {
	width:20px; height:20px;
	border:0;
	background-color:#fff;
	background-image:url(/img/compare_card_act.svg);
	background-image:url(/img/compare_card.svg);
	background-size:auto 100%;
	background-position:bottom center;
	background-repeat:no-repeat;
}
.show_compare:hover, .show_compare_act {background-image:url(/img/compare_card_act.svg); cursor:pointer;}
.show_heart {
	width:20px; height:20px;
	border:0;
	background-color:#fff;
	background-image:url(/img/heart_act.svg);
	background-image:url(/img/heart.svg);
	background-size:20px auto;
	background-position:bottom center;
	background-repeat:no-repeat;
}
.show_heart:hover, .show_heart_act {
	background-image:url(/img/heart_act.svg); cursor:pointer;
}


.show_descript {
	margin-top:40px;
	width:100%;
}

.table_chars {
	width:100%; max-width:580px;
	border-spacing:0;
	text-align:left;
	overflow:hidden;
	border-collapse:collapse;
	background:#fff;
	margin:0;
}
.table_chars td {
	padding:5px;
	font-size:16px;
	color:#111;
	font-weight:400;
	border:0;
}
.table_chars tr:nth-child(odd) {
    background:#F0EFEB;
}
.table_ch_r {text-align:right;}
.chars_hidden, #show_txt_hidden {
	display:none;
}

#show_hide_sets, #show_hide_descript {
	color:#888; font-size:14px; margin-top:15px; text-decoration:underline;
	text-underline-offset:3px; text-decoration-line:underline;
}
#show_hide_sets:hover, #show_hide_descript:hover {color:#111; cursor:pointer;}


@media only screen and (max-width:1200px) {
	.show_left {width:450px;}
	.show_right {width:calc(100% - 450px);}
}
@media only screen and (max-width:1050px) {
	.show_basket {width:100%; padding-right:0;}
	.show_chars {width:100%; margin-top:40px;}
	.show_left {width:400px;}
	.show_right {width:calc(100% - 400px);}	
}
@media only screen and (max-width:900px) {
	.show_left {width:100%;}
	.show_right {width:100%; padding:40px 0 40px 0;}
	.table_chars {max-width:860px;}
}

