.s1-dashboard:before {
	content: '';
	position: absolute;
	display: block;
	left: 0; /*in case the container has a padding that pushes the pseudo-element to the right*/
	top: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	z-index: 1000;
}

.s1-dashboard:after {
	content: '';
	position: absolute;
	display: block;
	left: 0; /*in case the container has a padding that pushes the pseudo-element to the right*/
	bottom: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 1000;
}

.s1-main-menu-horizontal {
	border-top: none;
	padding-bottom: 0;
}

.s1-main-menu-horizontal .x-menu-item-link {
	padding: 0;
}

.s1-main-menu-horizontal .x-menu-item-active .x-menu-item-link {
	background-color: #fff;
}

.s1-main-menu-horizontal  .x-menu-item-text,
.s1-main-menu-horizontal + .x-btn-default-small .x-btn-inner,
.s1-main-menu-horizontal + *  + .x-btn-default-small .x-btn-inner {
	font-size: 16px;
	font-weight: normal;
}

.s1-main-menu-horizontal .s1-item-selected:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 1px;
	background-color: #b9b9b9;
}

.s1-main-menu-horizontal  .x-menu-item-active .x-menu-item-link .x-menu-item-text,
.s1-main-menu-horizontal + .x-btn-over .x-btn-inner,
.s1-main-menu-horizontal + *  + .x-btn-over .x-btn-inner {
	color: #3ab3ff;
}

.s1-main-menu-horizontal .x-menu-item-arrow{
	transform: rotate(90deg);
	top: 11.6px;
}

/*aditional icons*/
.s1-icon-24-minus:before {
	font-family: 's1-icons-font';
	font-size: 24px;
	content: '-';
}

.s1-icon-24-cart:before {
	font-family: 's1-icons-font-v2';
	font-size: 24px;
	content: '\e90b';
}


/*SHOWROOM*/
.s1-gallery-item-price {
	height:53px;
	width:100%;
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.s1-gallery-item-price b {
	font-size: 18px;
}
