

/* Start:/local/templates/language/components/sp-artgroup/catalog.store.list.2/strores_select_item/style.css?15559452001907*/
.item_stores {
	margin-bottom: 15px;
}
.item_stores .st_title {
    color: #009ba3;
    margin-bottom: 16px;
}
.item_stores .warning_title {
    color: #f4333d;
}
.item_stores .item_store_select {
	max-width: 100%;
	padding: 8px;
	color: #333;
	width: 100%;
}
.item_stores .store_wrap {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	text-align: center;
	line-height: 25px;
}
.item_stores .store_wrap.red {
	border-color: #e42e24;
	color: #e42e24;
}
.item_stores .store_wrap.blue {
	border-color: #0b64b4;
	color: #0b64b4;
}
.item_stores .store_wrap.other {
	border-color: #333;
	color: #333;
}
.item_stores .store_info {
	position: absolute;
	bottom: 100%;
	background-color: #fff;
	width: 151px;
	border: 1px solid #959595;
	border-radius: 15px;
	left: -75px;
	padding: 6px 10px 6px 16px;
	box-shadow: 3px -3px 3px 0 rgba(0,0,0,.35);
	line-height: 16px;
	text-align: left;
	display: none;
}
.item_stores .store_wrap:hover {
	color: #333;
	cursor: help;
}
.item_stores .store_wrap:hover .store_info {
	display: block;
}

.item_stores .no_in_st {
	color: #959595;
	border: 1px solid #e1e1e1;
	line-height: 20px;
	padding: 11px;
	box-sizing: border-box;
	margin-top: 9px;
	background-color: #fff;
}

.item_stores .in_st {
	font-size: 12px;
	color: #e42e24;
	margin-top: 18px;
}

.item_stores .open_stores {
	font-size: 12px;
	color: #e42e24;
	text-decoration: none;
	border-bottom: 1px dashed #e42e24;
}

.item_stores .open_stores:hover {
	border-bottom-color: #fff;
}

.item_stores .in_st_select {
	color: #009ba3;
	border-radius: 7px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-top: 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.item_stores .st_title {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.item_stores {
		margin-bottom: 11px;
	}
	.item_stores .st_title {
		margin-bottom: 5px;
	}
}
/* End */
/* /local/templates/language/components/sp-artgroup/catalog.store.list.2/strores_select_item/style.css?15559452001907 */
