

/* Start:/local/templates/elasto_minimarket/components/bitrix/catalog.item/.default/style.css?173938112414780*/
.product-item-row{
	margin-bottom: 30px;
}

.product-item-container{
	position: relative;
}

.product-item-container.hover{
	z-index: 200;
}

.product-item{
	width:100%;
	padding: 24px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.product-item-container.hover .product-item{		
	position: absolute;
	left: 0;
	top: 0;	
	-webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	-moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
}

/***IMAGE***/
.product-item-image-wrapper{
	width: 100%;
	height: 222px;
	display: table;
	position: relative;
}

.product-item-image:link,
.product-item-image:visited{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.product-item-image.empty{
	width: 100%;
	background-color: #d0e0e3;
}

.product-item-image > img{
	width: auto;
	height: auto;
	max-width: 222px;
	max-height: 222px;
}

/***STICKER***/
.product-item-sticker-wrap{
	position: absolute;
	left: -29px;
	top: -6px;
}

.product-item-sticker{
	display: table;
	padding: 0 12px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.product-item-sticker + .product-item-sticker{
	margin-top:4px;
}

.product-item-sticker.new{
	background: #1fac9d;
	background: -webkit-linear-gradient(left, #a3bc6d, #1fac9d);
	background: -moz-linear-gradient(left, #a3bc6d, #1fac9d);
	background: -o-linear-gradient(left, #a3bc6d, #1fac9d);
	background: -ms-linear-gradient(left, #a3bc6d, #1fac9d);
	background: linear-gradient(to right, #a3bc6d, #1fac9d);
}

.product-item-sticker.hit{
	background: #d800ff;
	background: -webkit-linear-gradient(left, #00c0ff, #d800ff);
	background: -moz-linear-gradient(left, #00c0ff, #d800ff);
	background: -o-linear-gradient(left, #00c0ff, #d800ff);
	background: -ms-linear-gradient(left, #00c0ff, #d800ff);
	background: linear-gradient(to right, #00c0ff, #d800ff);
}

.product-item-sticker.discount{
	background: #ff0238;
	background: -webkit-linear-gradient(left, #d3115a, #ff0238);
	background: -moz-linear-gradient(left, #d3115a, #ff0238);
	background: -o-linear-gradient(left, #d3115a, #ff0238);
	background: -ms-linear-gradient(left, #d3115a, #ff0238);
	background: linear-gradient(to right, #d3115a, #ff0238);
}

/***BRAND***/
.product-item-brand{
	position: absolute;
	left: 0;
	bottom: 0;
}

/***DELAY***/
.product-item-icons-container{
	display: table;
	padding: 2px 5px;
	position: absolute;
	right: -10px;
	top: -6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.product-item-delay,
.product-item-delayed{	
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.product-item-delay i{
	color: #d0e0e3;
}

.product-item-delay i,
.product-item-delayed i{
	font-size: 18px;
	cursor: pointer;
}

.bx-no-touch .product-item-delay i:hover,
.bx-touch .product-item-delay i:active{
	color: #b2c7cb;
}

.product-item-delayed i{
	color: #ffd200;
}

/***TITLE***/
.product-item-title{
	height: 38px;
	margin-top: 14px;
	overflow: hidden;
}

.product-item-title > a:link,
.product-item-title > a:visited{
	display: block;
	font-size: 16px;
	color: #3d4b52;
	text-decoration: none;
	line-height: 18px;
}

.bx-no-touch .product-item-title > a:hover,
.bx-touch .product-item-title > a:active{
	color: #d71057;
}

/***INFO***/
.product-item-info-container{
	width: 100%;
	display: table;
	height: 54px;
	margin-top: 10px;
}

.product-item-info-block{
	max-width: 0;
	display: table-cell;
	vertical-align: bottom;
}

.product-item-info{
	width: 100%;
	display: table;
}

.product-item-blocks{
	max-width: 0;
	display: table-cell;
	vertical-align: middle;
}

.product-item-hidden{
	display: none;
}

.product-item-container.hover .product-item-hidden{
	display: block;
}

/***SCU***/
[data-entity="sku-block"]:last-child{
	margin-bottom: 8px;
}

.product-item-scu-container{
	padding-bottom: 7px;
}

.product-item-scu-title{
	font-size:14px;
	color: #55686e;
	line-height: 18px;
}

.product-item-scu-block{
	margin-top: 4px;
}

.product-item-scu-list{
}

.product-item-scu-item-list{	
	margin: 0 0 0 -5px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

/***SCU_PICT***/
.product-item-scu-item-color,
.product-item-scu-item-text{
	float: left;
	margin-left: 5px;
	margin-top: 5px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.product-item-scu-item-color{
	width: 32px;
	height: 32px;
	position: relative;
	overflow: hidden;	
}

.product-item-scu-item-color.notallowed{
	background-color: #f1f6f7 !important;
}

.product-item-scu-item-color:before,
.product-item-scu-item-color:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.product-item-scu-item-color:before{	
	content: none;
	border: 4px solid transparent;	
}

.bx-no-touch .product-item-scu-item-color:hover:before,
.bx-touch .product-item-scu-item-color:active:before,
.product-item-scu-item-color.selected:before{
	content: "";
	border-color: #fff;
}

.product-item-scu-item-color:after{	
	content: "";
	border: 1px solid #d0e0e3;	
}

.bx-no-touch .product-item-scu-item-color:hover:after,
.bx-touch .product-item-scu-item-color:active:after{	
	border-width: 2px;
	border-color: #8ea6ab;
}

.product-item-scu-item-color.selected:after{	
	border-width: 2px;
	border-color: #d3115a;
}

/***SCU_TEXT***/
.product-item-scu-item-text{
	padding: 7px 12px;
	font-size: 14px;
	color: #3d4b52;
	line-height: 18px;
	background-color: #e3ecef;
}

.product-item-scu-item-text.notallowed{	
    color: #d0e0e3;
	background-color: #f1f6f7;
}

.bx-no-touch .product-item-scu-item-text:hover,
.bx-touch .product-item-scu-item-text:active{
	color: #fff;
	background-color: #8ea6ab;
}

.product-item-scu-item-text.selected{
	color: #fff;
	background-color: #d3115a;
}

/***BASKET_PROPS***/
.product-item-basket-props-container:last-child{
	margin-bottom: 8px;
}

.product-item-basket-props-title{
	font-size:14px;
	color: #55686e;
	line-height: 18px;
}

.product-item-basket-props-block{
	margin-top: 9px;
	padding-bottom: 7px;
}

.product-item-basket-props-input-radio{	
}

.product-item-basket-props-input-radio label {
	min-height: auto;
	display: table;
	padding: 0;
	font-weight: 300;
	cursor: pointer;
}

.product-item-basket-props-input-radio label:last-child {
	margin: 0;
}

.product-item-basket-props-input-radio label input[type="radio"]{
	display: none;
}

.product-item-basket-props-input-radio label .check-container{
	display: table-cell;
	vertical-align: middle;
}

.product-item-basket-props-input-radio label .check{
	width: 18px;
	height: 18px;
	display: block;
	text-align: center;
	line-height: 14px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	background-color: #d0e0e3;
}

.bx-no-touch .product-item-basket-props-input-radio label:hover .check,
.bx-touch .product-item-basket-props-input-radio label:active .check{
	background-color: #8ea6ab;
}

.product-item-basket-props-input-radio label.disabled .check{
	background-color: #d0e0e3;
}

.product-item-basket-props-input-radio label input[type=radio]:checked + .check-container .check{
	background-color: #d3115a;
}

.product-item-basket-props-input-radio label .check i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.product-item-basket-props-input-radio label input[type=radio]:checked + .check-container .check i{
	display: inline-block;
}

.product-item-basket-props-input-radio label .text{	
	display: table-cell;
	vertical-align: middle;
	padding-left: 9px;
	font-size: 14px;
	color: #55686e;
	line-height: 18px;
}

.product-item-basket-props-input-radio label.disabled .text{
	color: #8ea6ab;
}

.product-item-basket-props-input-radio label .text > span{
	margin-left: 3px;
	padding: 0 5px;
	font-size: 11px;
	color: #8ea6ab;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #e3ecef;
}

.product-item-basket-props-input-radio label.disabled .text > span{
	color: #d0e0e3;
	background-color: #f1f6f7;
}

/***PRICE***/
.product-item-price-current{		
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 18px;
	white-space: nowrap;
}

.product-item-price-from,
.product-item-price-unit{
	font-size: 14px;
	font-weight: 300;
	color: #6e858a;	
}

.product-item-price-unit{
	display: block;
}

.product-item-price-old{	
	margin-top: 2px;
	font-size: 14px;
	color: #6e858a;	
	text-decoration: line-through;
	line-height: 18px;
	white-space: nowrap;
}

.product-item-price-discount{
	font-size: 14px;
	color: #d71057;
	line-height: 18px;
	white-space: nowrap;
}

/***QUANTITY_LIMIT***/
.product-item-quantity{
	display: table;
	margin-top: 6px;
}

.product-item-quantity-icon,
.product-item-quantity-val{
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
}

.product-item-quantity-icon{
	font-size: 18px;
	color: #b9bc6d;
}

.product-item-quantity-not-avl .product-item-quantity-icon{
	color: #d0e0e3;
}

.product-item-quantity-val{
	padding-left: 7px;
	font-size: 14px;
	color: #6e858a;	
}

.product-item-quantity-not-avl .product-item-quantity-val{
	color: #8ea6ab;
}

/***QUANTITY***/
.product-item-amount{	
	display: table;
	margin-top: 9px;
}

.product-item-amount-btn-minus,
.product-item-amount-input,
.product-item-amount-btn-plus,
.product-item-amount-measure{
	display: table-cell;
	vertical-align: middle;
}

.product-item-amount-btn-minus:link,
.product-item-amount-btn-minus:visited,
.product-item-amount-btn-plus:link,
.product-item-amount-btn-plus:visited{
	width: 23px;
	height: 28px;	
	font-size: 14px;
	color: #6e858a;
	text-align: center;
	text-decoration: none;	
	background-color: #e4ecef;
}

.product-item-amount-btn-minus{
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.product-item-amount-btn-plus{
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.bx-no-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):hover,
.bx-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):active,
.bx-no-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):hover,
.bx-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):active{
	color: #fff;
	background-color: #8ea6ab;
}

.product-item-amount-btn-disabled:link,
.product-item-amount-btn-disabled:visited{	
	color: #b2c7cb;
	background-color: #f1f6f7;
	cursor: default;
}

.product-item-amount-input{	
	width: 34px;	
	height: 28px;	
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #6e858a;
	text-align: center;	
	border: 1px solid #e3ecef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background: none;
}

.product-item-amount-input:focus{
	outline: none;
}

.product-item-amount-measure{		
	padding-left: 12px;
	font-size: 14px;
	color: #6e858a;	
	white-space: nowrap;
}

/***BUTTON***/
.product-item-button-container{
	width: 40px;
	display: table-cell;
	vertical-align: bottom;
}

.product-item-button-container .btn{
	width: 40px;
	height: 36px;
	padding: 0;
}

.product-item-button-container .btn > i{
	padding-right: 0;
	padding-top: 3px;
}

.product-item-button-container .btn > span{
	display: none;
}

/***PHONES***/
@media(max-width: 767px){
	.product-item-container{
		margin-left: -15px;
		margin-right: -15px;
	}

	.product-item{
		padding: 15px;
		border-left: none;
		border-right: none;
		border-top: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.product-item-container.hover .product-item{				
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/***IMAGE***/
	.product-item-image-wrapper{
		width: 100px;
		padding-right: 12px;
	}

	.product-item-image{
		width: 100px;
		height: 100px;		
	}

	.product-item-image > img{
		max-width: 100px;
		max-height: 100px;
	}

	/***STICKER***/
	.product-item-sticker-wrap{		
		left: -15px;
		top: 0;
	}

	.product-item-sticker{		
		padding-left: 5px;
		padding-right: 5px;
		font-size: 9px;		
		line-height: 18px;
		-moz-border-radius: 0 2px 2px 0;
		-webkit-border-radius: 0 2px 2px 0;
		-khtml-border-radius: 0 2px 2px 0;
		border-radius: 0 2px 2px 0;
	}

	.product-item-sticker + .product-item-sticker{
		margin-top: 2px;
	}
	
	/***QUANTITY***/
	.product-item-amount-measure{
		padding-left: 6px;
	}
}

/***TABLETS***/
@media(min-width: 768px) and (max-width: 991px){
	.product-item-container{
		margin-bottom: 30px;
	}
	
	/***IMAGE***/
	.product-item-image-wrapper{
		width: 222px;		
		padding-right: 24px;		
	}

	.product-item-image{
		width: 222px;
		height: 222px;		
	}

	/***DELAY***/
	.product-item-icons-container{
		padding: 0;
		right: 20px;
		top: 20px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		background: none;
	}
}

/***PHONES_TABLETS***/
@media(max-width: 991px){
	.product-item-row{
		margin-bottom: 0;
	}
	
	.product-item{		
		display: table;
	}

	/***IMAGE***/
	.product-item-image-wrapper{		
		height: auto;
		float: none;
		display: table-cell;
		vertical-align: top;		
		position: static;
	}

	.product-item-image{		
		position: relative;
	}
	
	/***TITLE***/
	.product-item-title{
		width: 100%;
		height: auto;
		float: left;
		margin-top: 9px;
		overflow: visible;
	}

	/***INFO***/
	.product-item-info-container{
		float: left;
	}

	.product-item-hidden{
		display: block;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1199px){
	/***IMAGE***/
	.product-item-image-wrapper{
		height: 163px;
	}

	.product-item-image > img{
		max-width: 163px;
		max-height: 163px;
	}
}
/* End */
/* /local/templates/elasto_minimarket/components/bitrix/catalog.item/.default/style.css?173938112414780 */
