/* ---------------------------------------------------------------------------------------------------- Catalog element */
.i_catalog_element {}
.i_catalog_element .i_ce_title {}
.i_catalog_element .i_ce_title > div {
	display: none;
}

.i_catalog_element .i_ce {}

.i_catalog_element .i_card_bl {
	position: relative;

	display: flex;
}
.i_catalog_element .i_ce_sh_name {
	font-size: 75.0%;
	margin-right: 7px;
	display: none;
}
.i_catalog_element .i_ce_title {
	/*margin-top: 0;*/
}

@media screen and (min-width: 981px) {
	.i_ce_title_display_none{
		display: none;
	}
	.i_catalog_element .i_card_right_bl {
		flex: 1 1 auto;
		margin-left: 20px;
	}
	.i_catalog_element .i_ce_img_bl {
		flex: 1 0 260px;
	}
	/*.i_catalog_element .i_ce_title {
		margin-right: 225px;
		margin-top: 0;
	}*/
	.i_catalog_element .i_ce_share {
		position: absolute;
		top: -40px;
		right: 0;

		text-align: right;
	}
	.i_card_right_bl .i_ce_title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -moz-box;
		-moz-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-clamp: 2;
		box-orient: vertical;
	}
}
@media screen and (max-width: 980px) {
	.i_catalog_element .i_card_bl {
		flex-direction: column;
	}
	.i_catalog_element .i_card_right_bl {
		margin-top: 20px;
	}
	/*.i_catalog_element .i_ce_share {*/
	/*	margin-bottom: 20px;*/
	/*}*/
	.i_catalog_element .i_ce_sh_name {
		margin-left: 7px;
	}
	.i_catalog_element .i_card_bl .i_ce_share ~ .i_card_right_bl .i_ce_title{
		display: none;
	}
}
@media screen and (min-width: 481px) and (max-width: 980px) {
	.i_catalog_element .i_ce_share {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	.i_ce_title_display_none{
		display: block;
		margin: 0 ;
	}
}
@media screen and (min-width: 320px) and (max-width: 980px) {
	.i_ce_title_display_none{
		/*max-width: 244px;*/
		/*margin: 0; !* Убираем внешний отступ *!*/
		-webkit-line-clamp: 2; /* Число отображаемых строк */
		display: -webkit-box; /* Включаем флексбоксы */
		-webkit-box-orient: vertical; /* Вертикальная ориентация */
		overflow: hidden; /* Обрезаем всё за пределами блока */
		/*text-align-last: justify;*/
		word-break: break-all;

	}
	/* h1:first-line {*/
	/*	!*word-break: break-all;*!*/
	/*	color: red;*/
	/*}*/

}
@media screen and (min-width: 481px) and (max-width: 980px) {
	.i_ce_title_display_none {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.i_catalog_element .i_ce_share {
		/*text-align: right;*/
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.i_ce_title .i_header_fixed .i_header_bottom_block{
		padding-bottom: 15px !important;
	}
}

/* ---------------------------------------------------------------------------------------------------- Catalog additional info */
.i_catalog_element .i_add_info_bl {
	position: relative;

	border-color: #e4e4e4;

	padding: 20px;
	margin: 70px 0 60px;
	background-color: white;
}

/* -------------------------------------------------- Catalog additional info TOP */
.i_catalog_element .i_ai_button_top {
	display: flex;

	position: absolute;
	top: -49px;
	left: 0;
}
.i_ai_bt {
	display: flex;
	align-items: center;

	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: auto 20px;

	/*border-color: transparent;
	border-width: 1px 1px 0 1px;
	border-style: solid;*/

	padding: 0 10px 0 20px;
	margin-right: 10px;
	height: 49px;

	cursor: pointer;

	transition: border-color .5s, background-color .5s, box-shadow .5s, padding-right .2s;
}
.i_ai_bt span {
	color: #232f3e;
	font-size: 112.5%;
	border-bottom: 1px dashed;

	transition: border-bottom .2s, color .5s;
	text-transform: uppercase;
	font-family: "Roboto Medium", sans-serif;
}
.i_ai_bt.i_ai_selected {
	background-color: white;
	box-shadow: 0 10px 0 -1px #FFF;
}
.i_ai_bt.i_ai_selected span {
	color: #232f3e;
	border-bottom-color: transparent;
}

.i_ai_bt.i_ai_des {
	padding-left: 40px;
}
.i_ai_bt.i_ai_cha {
	padding-left: 50px;
	background-size: auto 15px;
}
.i_ai_bt.i_ai_vid {
	padding-left: 45px;
	background-size: auto 15px;
}
.i_ai_bt.i_ai_rev ,
.i_ai_bt.i_ai_opl,
.i_ai_bt.i_ai_dos,
.i_ai_bt.i_ai_gar
{
	padding-left: 45px;
}
.i_ai_bt.i_ai_ins {
	padding-left: 40px;
}
.i_ai_bt span.i_ai_count {
	background-color: white;
	color: black;
	border: 0 none;
	margin-left: 10px;
	border-radius: 5px;
	padding: 6px 9px;
}
.i_ai_bt.i_ai_selected span.i_ai_count {
	background-color: #EFF2F4;
}

@media screen and (min-width: 500px) and (max-width: 940px) {
	.i_ai_bt.i_ai_selected span {
		display: block;
	}
	.i_ai_bb.i_ai_selected span {
		display: block;
	}
}
@media screen and (max-width: 940px) {
	.i_ai_bt:not(.i_ai_selected) {
		padding-right: 0;
	}
	.i_ai_bt span {
		display: none;
	}
	.jq-selectbox span {
		display: block !important;
		border-bottom: unset !important;
	}
	.i_ai_bb:not(.i_ai_selected) {
		padding-right: 0;
	}
	.i_ai_bb span {
		display: none;
	}
}

@media screen and (min-width: 500px) {
	.i_ai_button_top_mobile {
		display: none !important;
	}
}

@media screen and (max-width: 499px) {
	.i_ai_bt.i_ai_selected,
	.i_ai_bb.i_ai_selected {
		padding-right: 0;
	}

	.i_catalog_element .i_add_info_bl {
		border-radius: unset;
	}

	.i_ai_button_top {
		height: 0;
		overflow: hidden;
	}

	.i_ai_button_top_mobile {
		position: absolute !important;
		top: -50px;
		left: 0;
		right: 0;
		width: auto !important;
		background-color: white;
	}

	.i_ai_button_top_mobile .jq-selectbox__select {
		margin-top: 3px;
		border: unset !important;
	}
	.i_ai_button_top_mobile .jq-selectbox__select .jq-selectbox__trigger {
		border-left: unset !important;
	}
	.i_ai_button_top_mobile .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
		background: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/menu.svg) no-repeat left / 18px auto;
	}
	.i_ai_button_top_mobile.opened .jq-selectbox__trigger-arrow {
		transform: unset !important;
	}
	.i_ai_button_top_mobile .jq-selectbox__dropdown > ul > li {
		padding: 0 0 0 10px !important;
		background-image: unset !important;
	}

	.i_ai_bt {
		margin-right: 0;
		padding: unset;
	}

	.i_ai_button_top_mobile .jq-selectbox__dropdown {
		left: -1px;
	}
}

/* -------------------------------------------------- Catalog additional Content */
.i_catalog_element .i_ai_content {
	position: relative;
}

.i_catalog_element .i_ai_content .idn h4{
	margin: unset;
}
/* -------------------------------------------------- Review */
.i_catalog_element .i_reviews_block > .i_reviews_ele > .i_re_reply {
	position: relative;
}
.i_catalog_element .i_reviews_block > .i_reviews_ele:not(:last-child) > .i_re_reply:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20px;
	right: -20px;
	width: auto;
	border-top: 1px solid #eaeded;
}
.i_catalog_element .i_add_review {
	position: absolute;
	right: -20px;
	top: -75px;
	padding: 10px;
	background-color: white;
	cursor: pointer;
	/*transition-property: height, width, background-color, font-size, padding;*/
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.i_catalog_element .i_add_review > span {
	padding: 10px 20px;
	border-radius: 50px;
	background-color: #ff6200;
	display: inline-block;
	color: white;
}
.i_catalog_element .i_add_review > span:hover {
	background-color: #232f3e;
}
.i_catalog_element .i_add_review.sticky {
	background-color: transparent;
	padding: unset;
}
.i_catalog_element .i_add_review.sticky > span {
	padding: 20px;
	position: relative;
	background: #ff6200 url('/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/plus.svg') center no-repeat;
	background-size: 15px;
	top: 40px;
	margin-left: -60px;
	z-index: 10;
	font-size: 0;
}

	/*.i_catalog_element .i_add_review:before {
		content: '+';
		position: absolute;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #003b7f;
		color: white;
		border-radius: 50%;
		font-size: 112.5%;
		font-weight: bold;
		width: 50px;
		height: 50px;
		right: 0;
		z-index: -1;
	}*/

/*.i_review_form_block input,
.i_review_form_block textarea
{
	margin-bottom: 10px;
}*/


.i_review_form_block > form {
	display: none;
	background-color: #eaeded;
	padding: 20px;
	margin-top: 20px;
}

.i_reviews_subblock {
	margin-left: 30px;
}

.i_review_form_block {
	z-index: 50;
	position: relative;
}
@media (min-width: 721px) {
	.i_review_add_block {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(5, auto);
		grid-gap: 10px;
	}
	.i_review_submit_block {
		grid-column: 2;
	}
	.i_review_field_textarea {
		grid-column: 2;
		grid-row: 1/4;
		display: flex;
		flex-flow: column;
	}
}
@media (max-width: 720px) {
	.i_review_add_block {
		display: flex;
		flex-flow: column;
	}
	.i_review_field_block:not(:first-child) {
		margin-top: 10px;
	}
	.i_review_field_rating {
		display: flex;
		align-items: center;
	}
	.i_review_field_rating > span {
		margin-right: 10px;
	}
}
@media (max-width: 430px) {
	.i_review_field_rating {
		flex-flow: column;
		align-items: unset;
	}
	.i_review_field_rating > span {
		margin-right: unset;
		margin-bottom: 10px;
	}
	.i_review_captcha_block {
		flex-flow: column;
	}
	.i_review_captcha_input {
		margin-top: 10px;
	}
}
.i_review_field_block > span {
	display: block;
	margin-bottom: 5px;
}
.i_review_captcha_block {
	display: flex;
}
.i_review_captcha {
	display: flex;
	flex-flow: wrap;
	flex: 3;
	min-width: 235px;
}
.i_review_captcha_input {
	display: flex;
	align-items: flex-end;
	flex: 4;
}
.i_review_captcha > span {
	width: 100%;
	margin-bottom: 5px;
}
.i_review_field_textarea {
	display: flex;
	flex-flow: column;
}
.i_review_field_textarea > textarea {
	min-height: unset;
	height: 100%;
}
.i_review_submit_block {
	display: flex;
	align-items: flex-end;
	justify-content: right;
}
.i_review_submit_block .jq_buttom_loader {
	display: flex;
}

.i_catalog_element .i_reviews_block {
	/*margin: 0 -20px;*/
	min-height: 1px;
}
.i_catalog_element .i_reviews_ele {
	margin-top: 20px;
}

.i_catalog_element .i_re_title {
	background-color: #eaeded;
	padding: 10px 20px;
}
.i_catalog_element .i_re_title > b {
	font-weight: normal;
	font-family: "Roboto Bold", sans-serif;
}
.i_catalog_element .i_re_text {
	padding: 10px 20px 0 20px;
}
.i_catalog_element .i_re_rating {
	display: flex;
	align-items: center;
	padding: 10px 20px 0 20px;
}
.i_catalog_element .i_re_reply {
	padding: 10px 20px;
}
.i_catalog_element .i_re_reply > a {
	border-radius: 50px;
	padding: 10px 20px;
	border: 1px solid #ff6200;
	color: #ff6200;
	display: inline-block;
	font-family: "Roboto Bold", sans-serif;
}
.i_catalog_element .i_re_reply > a:hover {
	color: #ff6200;
}
.i_catalog_element .i_re_admin_panel {
	border-top: 1px solid #e4e4e4;
	padding: 0 20px;
	margin-top: 10px;
}
.i_catalog_element .i_re_admin_panel a {
	color: red;
	text-decoration: none;
}

.i_reviews_reply_block {
	position: relative;
	margin-bottom: 20px;
}

.i_reviews_reply_name {
	color: #ff6200;
}

.i_reviews_reply_cancel {
	display: inline-block;
	width: 20px;
	padding: 5px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	background: url('/local/templates/ilab_it_shop/ilab/img/svg/close.svg') center no-repeat;
	margin-left: 10px;
	cursor: pointer;
	background-size: 65%;
	fill: red !important;
}
.i_catalog_element .i_re_title > span {
	font-size: 12px;
}
.i_review_form_block form table {
	position: relative;
}
.i_review_form_block form tbody tr:nth-child(4) {
	display: flex;
}
.i_review_form_block form tbody tr:nth-child(4) > td:first-child {
	display: flex;
	align-items: flex-end;
	flex-flow: wrap;
	min-width: 240px;
}
.i_review_form_block form tbody tr:nth-child(4) > td:last-child {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.i_review_form_block form tbody tr:nth-child(4) > td:last-child input {
	margin-bottom: unset;
}
.i_review_form_block form tbody tr td > span {
	margin-bottom: 5px;
	display: inline-block;
}

@media screen and (min-width: 860px) {
	.i_review_form_block form tbody {
		margin-right: 50%;
		display: table;
		width: 50%;
	}
	.i_review_form_block form tbody tr {
		width: 100%;
		display: table;
	}
	.i_review_form_block form tbody tr:nth-child(3) {
		position: absolute;
		right: 0;
		top: 0;
		padding-left: 20px;
		width: calc(50% - 20px);
	}
	.i_review_form_block form tbody tr:last-child {
		position: absolute;
		right: 0;
		bottom: 0;
		text-align: right;
		width: 50%;
	}
	.i_review_form_block form tbody tr:last-child input {
		margin-bottom: unset;
	}
}
@media (max-width: 859px) {
	.i_review_form_block form tbody tr:nth-child(4) {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 500px) {
	.i_catalog_element .i_reviews_block > .i_reviews_ele:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 720px) {
	.i_reviews_subblock {
		margin-left: unset;
	}

	.i_reviews_block > .i_reviews_ele > .i_reviews_subblock {
		margin-left: 20px;
	}
	.i_catalog_element .i_re_title > span {
		display: block;
		margin-top: 10px;
	}
}
@media screen and (max-width: 499px) {
	.i_catalog_element .i_add_review {
		top: 0;
		background-color: unset;
		right: 0;
		padding: unset;
	}
	.i_reviews_block {
		padding-top: 40px;
	}
	.i_catalog_element .i_add_review.sticky > span {
		margin-left: -40px;
	}

}
@media screen and (max-width: 460px) {
	.i_review_form_block form tbody tr:nth-child(4) {
		flex-flow: column;
		position: relative;
	}
	.i_review_form_block form tbody tr:nth-child(4) > td:last-child input {
		margin-top: 5px;
	}
}
@media screen and (max-width: 360px) {
	.i_review_form_block form tbody tr:nth-child(4) > td:first-child {
		min-width: unset;
	}
	.i_review_form_block form tbody tr:nth-child(4) > td:last-child {
		width: unset;
		margin-left: 52px;
	}
	.i_review_form_block form tbody tr:nth-child(4) .fi_recaptcha {
		position: absolute;
		bottom: 0;
		left: -8px;
	}
}
/* -------------------------------------------------- Catalog additional Bottom */
.i_catalog_element .i_ai_botton_buttom {
	display: flex;
	justify-content: flex-start;

	position: absolute;

	bottom: -40px;
	left: 0;
	right: 0;

	background-color: white;
	border-color: #eadede;

	border-width: 0 1px 1px 1px;
	border-top: 1px solid #eadede;

	height: 45px;
	padding: 0 10px 0 15px;
}
.i_ai_bb {
	display: flex;
	align-items: center;

	position: relative;

	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: auto 15px;

	padding: 0 5px 0 10px;

	cursor: pointer;

	transition: padding-right .2s;
}
.i_ai_bb:not(:first-child) {
	margin-left: 10px;
}
.i_ai_bb span {
	color: #232f3e;
	border-bottom: 1px dashed;
	text-transform: uppercase;
	font-family: "Roboto Bold", sans-serif;

	transition: border-bottom .2s, color .5s;
}
.i_ai_bb:before {
	content: '';

	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;

	/*border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: transparent;*/

	transition: border-color .5s;
	border: 1px solid;
	border-color: transparent;
	transform: rotate(45deg);
	margin-top: -10px;
}
.i_ai_bb.i_ai_selected:before {
	border-color: transparent #eadede #eadede transparent;
	width: 16px;
	height: 16px;
	background-color: white;
}
.i_ai_bb.i_ai_selected {}
.i_ai_bb.i_ai_selected span {
	color: #3e4e58;
	border-bottom-color: transparent;
}

.i_ai_bb.i_ai_des {
	padding-left: 25px;
}
.i_ai_bb.i_ai_cha {
	padding-left: 30px;
	background-size: auto 10px;
}
.i_ai_bb.i_ai_vid {
	padding-left: 30px;
	background-size: auto 12px;
}
.i_ai_bb.i_ai_rev ,
.i_ai_bb.i_ai_opl,
.i_ai_bb.i_ai_gar{
	padding-left: 27px;
}
.i_ai_bb.i_ai_dos{
	padding-left: 31px;
}
.i_ai_bb.i_ai_ins {
	padding-left: 25px;
}

/* -------------------------------------------------- Catalog additional bb UP */
.i_ai_bb_up {
	background: #eaeded;
	border-radius: 20px;
	padding: 5px 20px;


	align-self: center;

	/*background-color: white;*/

	margin-left: auto;
	/*border-radius: 5px;*/

	cursor: pointer;
	transition: all .5s;
}
.i_ai_bb_up span {
	font-size: 87.5%;
	color: #737577;
	color: #232f3e !important;
	border-bottom: 1px dashed;
}
@media screen and (min-width: 500px) {
	.i_ai_bb_up {
		padding: 3px 25px 7px;
	}
}
@media screen and (max-width: 499px) {
	.i_ai_bb_up {
		padding: 3px 10px 7px;
	}
}

/* -------------------------------------------------- Catalog additional ai background */
.i_ai_des {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_description.svg);
}
.i_ai_cha {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_characteristic.svg);
}
.i_ai_vid {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_video.svg);
}
.i_ai_opl {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/оплата.svg);
}
.i_ai_opl.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/оплата_selected.svg);
}
.i_ai_dos {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/доставка.svg);
}
.i_ai_dos.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/доставка_selected.svg);
}
.i_ai_gar {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/гарантия.svg);
}
.i_ai_gar.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/гарантия_selected.svg);
}

.i_ai_rev {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_reviews.svg);
}
.i_ai_ins {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_instructions.svg);
}

.i_ai_des.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_description_selected.svg);
}
.i_ai_cha.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_characteristic_selected.svg);
}
.i_ai_vid.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_video_selected.svg);
}
.i_ai_rev.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_reviews_selected.svg);
}
.i_ai_ins.i_ai_selected {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/ai_instructions_selected.svg);
}

/* -------------------------------------------------- Catalog sales unit */
.i_catalog_element .i_sales_unit:before {
	content: '';

	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;

	border-style: solid;
	border-width: 0 10px 11px 10px;
	border-color: transparent transparent white transparent;
}
.i_sales_unit {
	display: flex;

	position: relative;

	background-color: white;

	border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.i_sales_unit .i_product_img {
	display: flex;
	justify-content: center;
	align-items: center;

	height: 80px;
	width: 80px;

	border-radius: 5px;

	background-color: white;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.i_sales_unit .i_quick_order_phone_bl {
	flex: 2;
}
.i_sales_unit > .i_product_name {
	flex: 1 100%;
}
.i_sales_unit > .i_product_name,
.i_sales_unit .i_quick_order_phone_bl .i_product_name {
	font-size: 125%;
	margin: 0 0 15px;
}
.i_sales_unit .i_quick_order_phone {
	display: flex;
	justify-content: space-between;

	border-top: 1px solid #eadede;
	padding-top: 15px;
	position: relative;
}
.i_sales_unit .i_ce_quick_order {}
.i_sales_unit .i_ce_quick_order span {}
.i_sales_unit .i_ce_order_phone {}

.i_catalog_element .i_su_price {}

.i_catalog_element .i_su_price .icard_ebuy {
	height: 100%;
}
/*.i_catalog_element .i_su_price .icard_buy .i_count .i_co_numb {
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}*/
/*.i_catalog_element .i_su_price .icard_buy .i_count .i_co_plus {

}*/
/*.i_catalog_element .i_su_price .icard_buy .i_count .i_co_minu,
.i_catalog_element .i_su_price .icard_buy .i_count .i_co_plus,
.i_catalog_element .i_su_price .icard_buy .icard_buy_bought {
	background-color: white;
}*/

@media screen and (min-width: 981px) {
	.i_catalog_element .i_su_price .icard_ebuy {
		align-items: center;
	}
	.i_catalog_element .i_su_price .icard_ebuy .i_icard_price_block {
		display: flex;
		align-items: center;

		margin-right: 20px;
	}
}
@media screen and (min-width: 820px) {
	.i_catalog_element .i_su_price {
		margin-left: 20px;
	}
}
@media screen and (min-width: 561px) {
	.i_sales_unit .i_quick_order_phone_bl .i_product_name {
		max-height: 1.3em;
		overflow: hidden;
	}
	.i_sales_unit > .i_product_name {
		display: none;
	}
}
@media screen and (min-width: 381px) {
	.i_sales_unit .i_product_img {
		margin-right: 20px;
	}
}
@media screen and (min-width: 820px) and (max-width: 980px) {
	.i_catalog_element .i_su_price .icard_ebuy {
		flex-direction: column;
	}
	.i_catalog_element .i_su_price .icard_ebuy .i_ele_price_first {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.i_catalog_element .i_su_price .icard_ebuy .i_ele_price_first .icard_pr_disc {
		margin-right: 10px;
	}
}
@media screen and (min-width: 561px) and (max-width: 819px) {
	.i_catalog_element .i_su_price .icard_ebuy {
		align-items: center;
	}
}
@media screen and (max-width: 819px) {
	.i_catalog_element .i_sales_unit {
		flex-flow: wrap;
	}
	.i_catalog_element .i_su_price {
		margin-top: 20px;
		flex: 1 100%;
	}
}
@media screen and (max-width: 560px) {
	.i_sales_unit .i_quick_order_phone_bl .i_product_name {
		display: none;
	}
	.i_sales_unit .icard_buy_buttom {
		padding: 0;
	}
	.i_sales_unit .icard_buy {
		min-width: 0;
	}
}
@media screen and (max-width: 380px) {
	.i_catalog_element .i_sales_unit .i_quick_order_phone_bl {
		flex: 1 100%;
		margin-top: 15px;
	}
	.i_catalog_element .i_sales_unit {
		justify-content: center;
	}
}

/* ---------------------------------------------------------------------------------------------------- Catalog card right block */
.i_catalog_element .i_card_right_bl {
	position: relative;
}
.i_catalog_element .i_card_right_bl > .i_icard_price,
.i_catalog_element .i_card_right_bl > .i_ce_detail_block,
.i_catalog_element .i_card_right_bl .i_sku {
	background-color: white;
	padding: 7px;
	margin-top: unset;
	margin-bottom: 20px;
}
.i_catalog_element .i_card_right_bl > .i_icard_price{
	margin-top: 10px;
	margin-bottom: 20px;

}
.i_catalog_element .i_card_right_bl > .i_ce_detail_block img {
	max-width: 100%;
	height: auto;
}
.i_catalog_element .i_compare_but,
.i_catalog_element .i_favorite_but {
	font-size: 14px !important;
	margin-left: 2px;
}

/* -------------------------------------------------- [Share] */
.b-share-icon_vkontakte, .b-share-icon_facebook,
.b-share-icon_twitter, .b-share-icon_odnoklassniki,
.b-share-icon_moimir {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/ishare.png)!important;
	width:32px!important;
	height:32px!important;
}
.b-share__handle {
	height: 42px!important;
}
@media screen and (min-width: 941px) {
.b-share {
	margin: -6px 0 0 -6px!important;
}
}
.b-share:after { clear: both; content: ''; display: block }

.b-share-icon_vkontakte {
	background-position: 0 0!important;
}
.b-share-icon_facebook {
	background-position: 0 -80px!important;
}
.b-share-icon_twitter {
	background-position: 0 -120px!important;
}
.b-share-icon_odnoklassniki {
	background-position: 0 -40px!important;
}
.b-share-icon_moimir {
	background-position: 0 -160px!important;
}

/* -------------------------------------------------- Quick order and phone */
.i_card_bl .i_quick_order_phone {
	display: flex;
	flex-flow: wrap;

	justify-content: space-between;
	background-color: white;
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 7px;
	position: relative;
}
/* -------------------------------------------------- Card buy */
/*.i_icard_price {
	padding-top: 20px !important;
}*/
.i_teaser_card_bl {
	padding: unset !important;
	margin-top: 20px !important;
}
.icard_ebuy {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.i_icard_price_loader:before {
	content: '';

	position: absolute;
	z-index: 1;

	background-color: white;
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/loader/spin.svg);
	background-position: center center;
	background-repeat: no-repeat;

	height: 100%;
	width: 100%;
}

.icard_pr_disc {
	font-size: 87.5%;
	color: #131b20;
}
.icard_pr {
	font-size: 36px;
	font-family: "Roboto Bold", sans-serif;
	color: #232f3e;
}
.icard_tg {
	font-size: 24px;
	color: #232f3e;
	font-family: "Roboto Bold", sans-serif;
}
.i_su_price .icard_pr,
.i_su_price .icard_tg {
	font-size: 30px;
	font-family: "Roboto Bold", sans-serif;
}
.icard_buy {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	min-width: 240px;
	height: 40px;
}
.icard_buy .i_count {
	width: 100px;

	display: none;
	/*display: flex;*/
	margin-right: 15px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #eadede;
}
.icard_buy .i_count .i_co_minu {
	display: block;
	width: 30%;
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/count/minus.svg) no-repeat center / 8px auto;
	/*border-radius: 5px 0 0 5px;*/
	cursor: pointer;
}
.icard_buy .i_count .i_co_numb {
	display: block;
	width: 40%;
	border: 0 none;
	color: #303245;
	text-align: center;
	font-size: 112.5%;
	/*font-weight: bold;*/
	padding-right: 3px;
	padding-left: 3px;
	box-sizing: border-box;
	border-radius: 0;
	height: 100%;
}
.icard_buy .i_count .i_co_plus {
	display: block;
	width: 30%;
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/count/plus.svg) no-repeat center / 8px auto;
	/*border-radius: 0 5px 5px 0;*/
	cursor: pointer;
}
.i_icard_not_available {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 50px;
	text-transform: uppercase;
	background-color: #c3c3c3;
	color: white;
	border-radius: 50px;
	min-width: 255px;
	max-width: 255px;
}
.i_item .i_item_buy .i_not_available {
	flex: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c3c3c3;
	color: white;
	border-radius: 10px;
	font-size: 15px;
	font-family: 'Roboto bold', sans-serif;
	text-transform: uppercase;
	max-width: 255px;
}
@media screen  and (max-width: 450px) {
	.i_item .i_item_buy .i_not_available {
		font-size: 11px;
	}
}
.icard_buy_buttom {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 40px;
	padding: 0 50px;
	text-transform: uppercase;

	background-color: #fd515b;
	color: white;
	border-radius: 50px;
	min-width: 255px;
	max-width: 255px;
	/*font-size: 112.5%;*/
	cursor: pointer;
}
.icard_buy_bought {
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 0;
	margin-top: -20px;

	height: 40px;
	align-items: center;
	color: white;
	border-radius: 50px;
	font-size: 100%;
	background: #ff6200 /*url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/section/basket.svg) no-repeat 20px center / 20px auto*/;
	padding: 0 20px;
	justify-content: center;
	text-transform: uppercase;
	min-width: 240px;
}
.icard_buy_bought .i_m_ratio {
	font-weight: bold;
	display: none;
}
.icard_buy_bought .i_m_name {
	font-weight: bold;
	display: none;
}

@media screen and (min-width: 480px) {
	.i_icard_price .icard_ebuy {
		align-items: center;
	}
}
@media screen and (max-width: 560px) {
	.i_icard_price_block {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.i_ele_price_first {
		text-align: center;
	}

	.icard_buy {
		display: none;
	}
}

/* -------------------------------------------------- SKU */
.i_sku {
	/*border-top: 1px dashed #868686;*/
	/*margin-top: 15px;*/
	/*padding-top: 15px;*/
}
/*.i_sku_he {
	max-height: 82px;
	overflow: hidden;
}*/
	.i_sku .i_sku_div:not(:first-child) {
		margin-top: 10px;
	}
	.i_sku ul {
		display: flex;
		flex-flow: wrap;

		list-style: none;
		margin: 0 -5px;
		padding: 0;
	}
		.i_sku li:first-letter {
			text-transform: uppercase;
		}
		.i_sku li {
			background-color: #EFF2F4;
			border-radius: 5px;
			border: 1px solid transparent;
			min-width: 110px;
			text-align: center;
			/*padding: 10px 8px;*/
			padding: 7px 5px;
			margin: 5px;
			cursor: pointer;
			color: #7b7b7b;
			transition: all .5s;
			text-transform: lowercase;
			font-weight: bold;
			font-size: 87.5%;
		}
		.i_sku.i_sku_basket li.i_sku_color {
			width:32px;
			height:32px;
		}

		.i_sku li.i_sku_color {
			background-size: 52px 52px;
			box-shadow: 0 0 5px #DDD;
			border-color: transparent;
			color: transparent;
			height: 40px;
			width: 40px;
			/*min-width: 50px;*/
			min-width: auto;
			overflow: hidden;
			padding: 0;
		}
		.i_sku li.i_sku_ex {
			opacity: 0.5;
		}
		.i_sku li.i_sku_more {
			border: 0 none;
			box-shadow: none;
			border-radius: 0;
			padding: 13px 9px;
			position: absolute;
			right: 0;
			top: 44px;
			display: none !important;
		}
			.i_sku li.i_sku_more.i_sku_mcolor {
				padding-bottom: 21px;
				padding-top: 21px;

				position: absolute;
				top:-3px;right:0;
				border-radius: 0;
				width: 95px;height: 16px;
			}
			.i_sku li.i_sku_more a:before {
				background-position: -54px -406px;
				background-repeat: no-repeat;
				content: '';
				height: 15px;
				position: absolute;
				top:0;right:0;
				width: 18px;
			}
			.i_sku li.i_sku_more a {
				padding-right: 18px;
				position: relative;

				text-decoration: none;
				display: inline-block;
			}
				.i_sku li.i_sku_more span {
					border-bottom: 1px dashed;
				}
		.i_sku li.i_sku_noact {
			opacity: 0.3;
			cursor: default;
		}
	.i_sku_he_pro,
	.i_sku_he_img {
		height: auto !important;
		margin-top: 10px;
	}
	.i_sku li.i_sku_check {
		border-color: #003b7f;
	}
.i_sku_not_available {
	opacity: .3;
}

/* -------------------------------------------------- Quantity */
/*.i_catalog_element .i_quantity {
	border-top: 1px dashed #868686;
	margin-top: 15px;
	padding-top: 15px;
}*/
.i_sku_basket{
	display: none;
}
#col_SUM{
	text-align: end;
}
/* -------------------------------------------------- Teaser card */
.i_ce_teaser_card_bl {}
.i_ce_teaser_card {
	position: relative;
}
.i_ce_teaser {
	flex: 1 0 20%;
	height: inherit;

	cursor: pointer;
}
.i_ce_tc_item {
	display: flex;
	align-items: center;

	position: relative;

	background-repeat: no-repeat;
	background-color: white;

	height: 100%;
	transition: box-shadow .4s;
	background-size: 32px 32px;
}
.i_ce_tc_delta:before {
	content: '';
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25);

	position: absolute;
	bottom: 30px;
	left: 10px;

	height: 10px;
	width: 10px;

	background-color: white;
	transform: rotate(45deg);

	transition: bottom .4s;
}
.i_ce_tc_delta {
	position: absolute;
	bottom: 100%;
	left: 50%;

	margin: 0 0 -5px -15px;

	width: 30px;
	height: 20px;

	overflow: hidden;
	z-index: 10;

	display: block;
}
.i_ce_tc_pop_up {
	position: absolute;
	bottom: 100%;
	right: 0;

	width: 100%;

	background-color: white;

	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px!important;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25);
}
.i_ce_pop_close {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/section/close.svg) no-repeat left bottom / 12px auto;
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 25px;
}
.i_ce_pop_text {}
.i_ce_tc_name {
	max-height: 2.5em;

	overflow: hidden;
	display: inline-block;

	padding-bottom: 1px;
	box-sizing: content-box;
}
.i_ce_tc_name span {
	color: #232f3e;
	border-bottom: 1px dashed;
}
.i_ce_teaser.i_ce_tc_selected .i_ce_tc_delta:before {
	bottom: 15px;
}
.i_ce_teaser.i_ce_tc_selected .i_ce_tc_item {
	/*box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25)*/
}

@media screen and (min-width: 401px) {
	.i_ce_teaser_card {
		display: flex;
	}
	.i_ce_teaser:not(:first-child) {
		border-left: 1px solid #eadede;
	}
}

@media screen and (min-width: 1200px), screen and (min-width: 641px) and (max-width: 939px), screen and (max-width: 480px) {
	.i_ce_tc_item {
		padding: 10px 10px 10px 60px;
		background-position: left 10px center;

		min-height: 60px;
	}
}
@media screen and (min-width: 940px) and (max-width: 1199px), screen and (min-width: 481px) and (max-width: 640px) {
	.i_ce_tc_item {
		padding: 50px 10px 10px;
		background-position: center 10px;

		justify-content: center;
	}
	.i_ce_tc_name {
		text-align: center;
	}
}

@media screen and (min-width: 401px) and (max-width: 480px) {
	.i_ce_teaser_card {
		flex-flow: wrap;
	}
	.i_ce_teaser {
		flex: 45%;
	}
	.i_ce_teaser:nth-child(2n+2) {
		margin-left: 20px;
	}
	.i_ce_teaser:nth-child(n+3) {
		/*margin-top: 20px;*/
	}
	.i_ce_tc_delta {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.i_ce_teaser {
		position: relative;
	}
	.i_ce_teaser:not(:first-child) {
		/*margin-top: 20px;*/
		border-top: 1px solid #eadede;
	}

}

/* -------------------------------------------------- quick */
.i_catalog_element .i_quick_order {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/quick_order.svg) no-repeat left top / auto 22px;
	padding-left: 25px;
	cursor: pointer;
	min-height: 23px;
	display: flex;
	background-position: bottom left;

}
.i_catalog_element .i_quick_order span {
	font-size: 100%;
	color: #232f3e;
	border-bottom: 1px dashed;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: "Roboto Bold", sans-serif;
	margin-top: auto;
}
.i_catalog_element .i_order_phone {
	display: flex;

	font-size: 15px;
	color: #232f3e;
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/element/phone.svg) no-repeat left top / auto 22px;
	padding-left: 25px;

	min-height: 23px;
	margin-left: auto;
}
.i_catalog_element .i_order_phone span:first-child {
	font-size: 18px;
	font-family: "Roboto Bold", sans-serif;
}
.i_catalog_element .i_order_phone span:last-child {
	font-size: 12px;
	margin-top: auto;
}
.i_catalog_element .i_sales_unit .i_order_phone {
	margin-right: auto;
	margin-left: unset;
	font-family: "Roboto Bold", sans-serif;
}

@media screen and (max-width: 560px) {
	.i_catalog_element .i_order_phone {
		flex-direction: column;
	}
	.i_catalog_element .i_sales_unit .i_quick_order_phone {
		flex-direction: column;
	}
	.i_catalog_element .i_sales_unit .i_quick_order {
		margin-top: 15px;
	}
}

@media screen and (max-width: 480px) {
	.i_card_bl .i_quick_order_phone	{
		display: none;
	}
	.i_catalog_element .i_card_right_bl > .i_icard_price{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 420px) {
	.i_catalog_element .i_card_bl .i_quick_order_phone {
		flex-direction: column;
	}
	.i_catalog_element .i_card_bl .i_order_phone {
		margin-top: 15px;
		margin-left: unset;
	}
	.i_catalog_element .i_quick_order_phone{
		display: none;
	}
	.i_catalog_element .i_quick_order_phone{
		display: none;
	}
}
@media screen and (max-width: 370px) {
	.i_quantity {
		display: none;
	}
}

/* ---------------------------------------------------------------------------------------------------- Catalog image */
.i_catalog_element .i_ce_img_bl {
	height: 515px;
	position: relative;
	display: flex;
	flex-flow: row-reverse;
}
.i_ce_stiker {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 25;
	pointer-events: none;
}
.i_ce_stiker > span:not(:first-child) {
	margin-top: 5px;
}
.i_ce_stiker > span {
	display: block;
	opacity: 0.95;

	padding: 5px 10px;

	color: white;
}
.i_ce_stiker span.i_item_stiker_DIFF_PERCENT {
	font-size: 160%;
}

.i_catalog_element .i_no_photo {
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
.i_catalog_element .i_ce_stiker{
	left: 20px;
}
.i_cele_img_sw,
.i_catalog_element .i_no_photo,
.i_ce_img_sw_bl {}
.i_ce_img_sw {
	height: inherit;
	background-color: white;
}
.i_ce_img_sw img {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
}
.i_ce_img_nav_bl {
	display: flex;
	flex-flow: wrap;
	position: absolute;
	/*flex: 100%;
	margin: 10px -5px 0;*/
}
/*@media screen and (min-width: 500px) {*/
/*	.i_ce_img_nav_bl {*/
/*		display: inline-block;*/
/*		flex-flow: wrap;*/
/*		!*flex: 100%;*!*/
/*		margin: -410px 10px 0;*/
/*	}*/
/*}*/

/* Пагинация свайпера для детальной карточки товара */
.i_sw_pg_cd {
	display: none;
}

.i_catalog_element .swiper-container-miniature {
	height: 82%;
	max-width: 115px;
	margin-top: 45px;
	margin-left: 13px;
}

@media screen and (max-width: 600px) {
	.i_ce_img_nav_bl {
		display: none;
	}
	.i_sw_pg_cd {
		display: block;
	}
	.i_catalog_element .swiper-navigation-mini{
		display: none;
	}
	.i_catalog_element .i_ce_stiker {
		left: 15px;
	}
	.i_catalog_element .i_ce_img_bl{
		height: unset;
	}
}

.i_ce_img_nav {
	display: flex;
	height: 95px !important;
	width: 110px !important;
	margin: 10px;
	max-width: 95px;
	/*margin: 5px;
	width: 95px;
	height: 95px;
/*	border: 1px solid #e5e4df;
	border-radius: 5px;*/

	transition: box-shadow 0.5s;
	cursor: pointer;
	background-color: white;
}
.i_ce_img_nav img {
	/*width: 100%;*/
}
.i_ce_img_nav_select {
	box-shadow: 0 0 7px -5px;
}
.i_card_right_bl .i_card_item_ext {
	margin: unset !important;
}
@media screen and (min-width: 941px) {
	.i_cele_img_sw,
	.i_catalog_element .i_no_photo,
	.i_ce_img_sw_bl {
		width: 515px;
		height: 515px;
	}
}
@media screen and (min-width: 501px) {
	.i_ce_img_sw {
		display: flex;
	}
}
@media screen and (min-width: 501px) and (max-width: 940px) {
	.i_cele_img_sw,
	.i_catalog_element .i_no_photo,
	.i_ce_img_sw_bl {
		height: 440px;
	}
}
@media screen and (max-width: 980px) {
	.i_cele_img_sw,
	.i_catalog_element .i_no_photo,
	.i_ce_img_sw_bl {
		max-width: 440px;
	}
	.i_ce_img_sw_bl {
		align-self: center;
	}
	.i_ce_img_nav_bl {
		justify-content: center;
	}
	/* .i_ce_img_sw img {
		margin: auto;
	} */
}
@media screen and (max-width: 500px) {
	.i_catalog_element .i_no_photo {
		padding-top: 100%;
	}
}

.i_ce_img_sw_bl > .swiper-wrapper > .swiper-slide > .i_ce_img_sw {
	cursor: unset;
}
.i_teaser_card_bl{
	display: none;
}
.i_ce_detail_block,.i_teaser_card_bl {
	/*margin-top: unset !important;*/
	/*padding-top: unset!important;*/
}
.i_ce_detail_block .i_ce_db_title {
	font-family: "Roboto Bold", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.i_ce_detail_block > span.i_ce_db_title:not(:first-child) {
	margin-top: 20px;
}
.i_ce_detail_block .i_ce_property_block .i_ce_property,
.i_cele_property,
.i_ce_detail_block .i_ce_property_block_even .i_ce_property {
	display: flex;
	flex-flow: row;
}

.i_ce_detail_block .i_ce_property_col,
.i_cele_property > div:not(:last-child) {
	padding: 10px 10px 10px 30px;
	flex: 1;
}

.i_ce_slide_ch {
	margin-top: 20px;
	cursor: pointer;
}
.i_ce_slide_ch span {
	border-bottom: 1px dashed;
}

/*@media (min-width: 421px) {*/
	.i_ce_detail_block .i_ce_property_block .i_ce_property:nth-child(odd),
	.i_cele_property div:nth-child(odd) {
		background-color: #eaeded;
	}
	.i_ce_detail_block .i_ce_property > .i_ce_property_col:last-child
	/*,.i_cele_property > div:nth-child(2)*/
	{
		border-left: 1px solid #dad9d9;
	}
	.i_cele_property > div
	{
		border-bottom:1px solid #eadede;
	}
	.i_cele_property > div
	.i_ce_detail_block .i_ce_property_block_even .i_ce_property:nth-child(even) {
		background-color: #eaeded;
	}
	.idn .i_cele_property:last-child  > div{
		border-bottom:none;
	}
/*}*/

@media (max-width: 420px) {
	.i_ce_detail_block .i_ce_property_block .i_ce_property,
	.i_cele_property,
	.i_ce_detail_block .i_ce_property_block_even .i_ce_property {
		/*flex-flow: column;*/
	}
	.i_ce_detail_block .i_ce_property > .i_ce_property_col:first-child,
	.i_cele_property > div:first-child {
		background-color: #eaeded;
	}
}

@media (max-width: 340px) {
	.ifleft {
		min-width: 100px;
	}
	.i_cele_property > div:not(:last-child) {
		padding: 10px 10px 10px 20px;
	}
}

.i_order_spec_link {
	margin: 10px 0;
	display: inline-block;
}
.i_card_right_bl .i_catalog_stars{
	margin-bottom: 10px;
	/*display: none;*/
}

/*------------------------открытие и закрытие фулового описания*/
/*------------------------открытие и закрытие фулового описания*/
.i_open_full_description{
}
/*.i_open_full_description{*/
	/*overflow: hidden;*/
	/*!*height: auto;*!*/

/*}*/
#i_open_vs_closs{
	margin-top: 10px;
	display: inline-block;
	border-bottom: 1px dashed;
	cursor: pointer;
}
.i_ce_detail_block .i_ce_db_preview_txt > div {
	transition: max-height 0.6S;
	overflow: hidden;
	max-height: 100px;
	position: relative;
}
.i_bottom_20px{
	margin-bottom: 20px;
}
.i_text_gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 19%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
	height: 20px;
}
/*------------------------открытие и закрытие фулового описания*/
.i_ele_price_pref {
	font-size: 24px;
	font-family: "Roboto Bold", sans-serif;
	color: #232f3e;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 4px;
}

.i_review_modal_notauth {
	position: absolute;
	display: none;
	top: 60px;
	right: 0;
	padding: 10px 20px;
	width: 165px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgba(19,27,32,0.25);
	box-sizing: border-box;
}
.i_review_modal_arrow {
	position: absolute;
	width: 20px;
	height: 10px;
	left: 50%;
	margin-left: -11px;
	top: -10px;
	overflow: hidden;
}
.i_review_modal_arrow:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 50%;
	z-index: -2;
	margin-left: -6px;
	height: 13px;
	width: 13px;
	transform: rotate(45deg);
	box-shadow: 0 0 5px -1px rgba(19,27,32,0.25);
	background-color: #fff;
	animation: votestar_arrow_up 0.4s ease 0.4s forwards;
}

.j_sku_hint_modal {
	background-color: white;
	border-radius: 5px;

	position: absolute;
	left: 0;
	bottom: 100%;
	margin: 0 auto 10px;
	z-index: 500;
	padding: 20px;
	max-width: 220px;

	text-align: center;
	font-size: 14px;
	color: #232f3e;
	box-shadow: 0 0 7px -4px;
}

.j_sku_hint_modal:after,
.j_sku_hint_modal:before {
	content: '';

	position: absolute;
	top: 100%;
	left: 50px;
	height: 0;
	width: 0;

	border: solid transparent;

	margin-top: 20px;
}
.j_sku_hint_modal:before {
	border-top: 11px solid #e4e4e4;
	border-width: 11px;

	margin-top: 0px;
	margin-left: -6px;
	left: 50%;
}
.j_sku_hint_modal:after {
	border-top: 11px solid white;
	border-width: 10px;

	margin-top: 0;
	margin-left: -5px;
	left: 50%;
}

.i_cele_more_dtxt, .i_cele_more_features {
	font-size: 120%;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.i_cele_more_dtxt, .i_cele_more_features span{
	border-bottom: 1px dashed black;
	position: relative;
}

.jq_moref_show:after{
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-top: 5px solid #232f3e;
	cursor: pointer;
	top: 10px;
	margin-left: 5px;
}

.jq_moref_hide:after{
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-bottom: 5px solid #232f3e;
	cursor: pointer;
	top: 5px;
	margin-left: 5px;
}

.i_ce_img_nav_video {
	display: flex;
	flex-flow: wrap;
}
.i_ce_img_video:not(:first-child) {
	margin: 15px 0 0 10px;
}
.i_ce_video {
	background: white url("/local/templates/ilab_it_shop/ilab/img/svg/loader/spin.svg") center/50px no-repeat;
}
.i_ce_video_nav {
	display: inline-block;
	width: 95px;
	height: 95px;
	cursor: pointer;
}

.i_ce_video_nav iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/*----------------------------------------------------------Share Button Modal--------------------------------------*/
.i_share_modal {
	position: relative;
	z-index: 450;

}

.i_share_modal_icon {
	padding: 9px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: transparent;
	margin-right: 10px;
	margin-top: 20px;
}


.i_share_modal_icon svg {
	width: 20px;
	height: 20px;
	fill: #ff5752;
}

/*.i_share_modal {
	position: relative;
}*/

#i_share_modal_div {
	text-align: right;
	display:none;
	position: absolute;
	min-width: 215px;
	top: 3px;
	right: 55px;
	z-index: 2;
}

@media screen and (max-width: 980px) {
	.i_share_modal_icon {
		margin-top: 0px;
	}
	#i_share_modal_div {
		min-width: 30px;
		width: 30px;
		top: 40px;
		right: 13px;
	}
	.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin: 2px 0px !important;
	}
}

@media screen and (max-width: 480px) {
	.i_share_modal_icon {
		/*margin-top: 20px;*/
		margin-left: 8px;
	}
	#i_share_modal_div {
		top: 60px;
	}
}