.page_artlist_item_2 {
	float:left;
	height:auto;
	margin-bottom:40px;
	position:relative;
}

/*** ARTLIST 2 STATUS ***/

.page_artlist_status {
	width:100%;
	margin-bottom:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	font-size:0;
	text-align:center;
}

.page_artlist_status > div {
	display:inline-block;
	vertical-align:top;
	width:32px;
	height:32px;
	border-radius:50%;
	margin:0 2px;
	background:rgba(255,255,255,0.8);
}

.page_artlist_price_save_2 {
	color:#f22;
	font-size:11px;
	font-weight:700;
	text-align:center;
	line-height:24px;
	border:4px solid #f22;
	letter-spacing: -1px;
}

.page_artlist_status_new_2 {
	color:#333;
	font-size:11px;
	font-weight:700;
	text-align:center;
	line-height:24px;
	text-transform:lowercase;
	border:4px solid #333;
}

.page_artlist_stock_available_outer, .page_artlist_stock_unavailable_outer, .page_artlist_stock_to_order_outer {
	color:#ad0;
	border:4px solid #ad0;
	position:relative;
	cursor:pointer;
}

.page_artlist_stock_unavailable_outer {
	border:4px solid #f22;
	color:#f22;	
}

.page_artlist_stock_to_order_outer {
	border-color:#f5c056;
	color:#f5c056;
}

.page_artlist_stock_available_outer:before, .page_artlist_stock_unavailable_outer:before, .page_artlist_stock_to_order_outer:before {
	content: '\f00c';
	font-family:'FontAwesome';
	font-size:14px;
	font-weight:400;
	text-align:center;
	line-height:24px;
	display:block;
}

.page_artlist_stock_unavailable_outer:before {
	content: '\f00d';	
}
.page_artlist_stock_to_order_outer:before {
	content: '\f12a';
}

.page_artlist_stock_tooltip {
	background: #0275d8;
	border-radius:4px;
    position: absolute;
    visibility: hidden;
    left: 50%;
    font-size: 11px;
	letter-spacing:1px;
    line-height: 22px;
    width: auto;
    height: auto;
    top: 0;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
    padding:10px;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
    clear: both;
    opacity: 0;
    transform: translate(-50%,-100%);
    transition: all 0.3s ease;
}

.page_artlist_stock_tooltip:after {
	content:'';
	display:block;
	width:10px;
	height:10px;
	background:#0275d8;
	position:absolute;
	bottom:-5px;
	left:50%;
	transform:translateX(-50%) rotate(45deg) ;
}

.page_artlist_stock_available_outer:hover .page_artlist_stock_tooltip, .page_artlist_stock_unavailable_outer:hover .page_artlist_stock_tooltip, page_artlist_stock_tooltip, .page_artlist_stock_to_order_outer:hover .page_artlist_stock_tooltip {
	visibility: visible;
    top: -20px;
    opacity: 1;
}

/*** ARTLIST 2 PIC ***/

.page_artlist_pic {
	width:100%;
	height:auto;
	margin-bottom:10px;
	text-align:center;
	position:relative;
	padding-top:100%;
	max-width:100%;
}

.page_artlist_pic img:hover {
	opacity:0.6;	
}

.page_artlist_pic a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	max-width:100%;
}

/*** ARTLIST 2 NAME ***/

.page_artlist_name {
	width:100%;
	height:44px;
	overflow:hidden;
}

.page_artlist_name_inner {
	width:100%;
	line-height:14px;
	height:44px;
	display:table;
}

.page_artlist_name a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 5px;
	font-size:11px;
}

/*** ARTLIST 2 PRICE ***/

.page_artlist_price {
	line-height:13px;
	margin:0;
	height:27px;
	width:100%;
	overflow:hidden;
}

.page_artlist_price_wrap {
	display:table;
	width:100%;
}

.page_artlist_price_wrap_inner {
	display:table-cell;
	vertical-align:bottom;
	height:26px;
}

.page_artlist_price_net {
	font-size:13px;
	font-weight:700;
}

.page_artlist_price_akcio {
	font-size:13px;
	font-weight:700;
	color:#f22;
}

.page_artlist_price_net .text_style_line {
	text-decoration:line-through;
	font-weight:400;
	font-size:11px;	
}

/*** ARTLIST ORDER ***/

.page_artlist_listing_order {
	width:100%;
}

.page_artlist_grid {
	float:left;
}

.page_artlist_order {
	float:right;
}

#choose_cat_label, #choose_cat_1, #choose_cat_2, #choose_cat_3, .choose_cat_label, .choose_cat_1, .choose_cat_2, .choose_cat_3 {
	float:left;	
}

#choose_cat_2.chosen_cat a:after, .choose_cat_2.chosen_cat a:after {
	background:#f1f1f1;
}

#choose_cat_label, .choose_cat_label {
	line-height:28px;
}

.page_artlist_grid div a {
	transition:0s;
}

#choose_cat_1 a:after, #choose_cat_2 a:after, #choose_cat_3 a:after, .choose_cat_1 a:after, .choose_cat_2 a:after, .choose_cat_3 a:after {
	content:'';
	font-family:'FontAwesome';
	font-size:14px;
	display:inline-block;
	width:32px;
	height:28px;
	text-align:center;
	line-height:28px;
	margin-left:10px;
	transition:0.4s;
}

#choose_cat_3 a:after, .choose_cat_3 a:after {
	content:'\f00b';
}

#choose_cat_1 a:after, .choose_cat_1 a:after {
	content:'\f009';
}

#choose_cat_2 a:after, .choose_cat_2 a:after {
	content:'\f00a';
}

#choose_cat_1 a:hover:after, #choose_cat_2 a:hover:after, #choose_cat_3 a:hover:after, .choose_cat_1 a:hover:after, .choose_cat_2 a:hover:after, .choose_cat_3 a:hover:after {
	color:#fff;
	background:#0275d8;
	border-color:#0275d8;
}

.page_artlist_order_label, .page_artlist_order_change {
	float:left;
	height:28px;
}

.page_artlist_order_label {
	line-height:28px;
	margin-right:10px;
}
.page_artlist_order_change select {
    width: 200px;
    height: 100%;
}
.page_artlist_order_change .select, .page_artlist_order_change .select-styled {
	width:200px;
	height:28px;
	line-height:28px;
	font-size:11px;
}

.page_artlist_order_change .select-styled:after {
    font-size:18px;
}

.page_artlist_order_change .select-options {
    max-height:none;
    overflow:visible;
}

/*** REMOVE FROM FAVORITES ***/

.page_artlist_item_2 .page_artlist_removefav a {
	position:absolute;
	top:-10px;
	left:0px;
	z-index:1;
	width:36px;
	height:36px;
	background:#fff;
	border-radius:50%;
}

.page_artlist_removefav a:after {
	display:block;
	content:'\f00d';
	font-family:'FontAwesome';
	font-size:18px;
	line-height:36px;
	color:#f22;
	width:36px;
	height:36px;
	text-align:center;
}

/*** RESPONSIVE BREAKPOINTS ***/

@media only screen and (min-width:1101px) {
	.page_artlist_item_2 {
		width:15%;
	}
	.page_artlist_item_2:not(:nth-of-type(6n-11)) {
		margin-left:2%;
	}
	#ud_shop_start .page_artlist_item_2 {
		width:10.75%;
		margin-left:0;
	}
	#ud_shop_start .page_artlist_item_2:not(:nth-of-type(8n-15)) {
		margin-left:2%;
	}
}
	
@media only screen and (max-width:1100px) and (min-width:951px) {
	.page_artlist_item_2 {
		width:17.6%;	
	}
	.page_artlist_item_2:not(:nth-of-type(5n-9)) {
		margin-left:3%;
	}
	#ud_shop_start .page_artlist_item_2 {
		width:10.75%;
		margin-left:0;
	}
	#ud_shop_start .page_artlist_item_2:not(:nth-of-type(8n-15)) {
		margin-left:2%;
	}
}

@media only screen and (max-width:950px) and (min-width:801px) {
	.page_artlist_item_2 {
		width:15%;	
	}
	.page_artlist_item_2:not(:nth-of-type(6n-11)) {
		margin-left:2%;
	}
}

@media only screen and (max-width:800px) and (min-width:681px) {
	.page_artlist_item_2 {
		width:17.6%;	
	}
	.page_artlist_item_2:not(:nth-of-type(5n-9)) {
		margin-left:3%;
	}	
}

@media only screen and (max-width:680px) and (min-width:521px) {
	.page_artlist_item_2 {
		width:22%;	
	}
	.page_artlist_item_2:not(:nth-of-type(4n-7)) {
		margin-left:4%;
	}	
}

@media only screen and (max-width:580px) {
	#choose_cat_label, .choose_cat_label, .page_artlist_order_label {
		display:none;	
	}
	#choose_cat_1 a:after, .choose_cat_1 a:after {
		margin-left:0;
	}	
}

@media only screen and (max-width:520px) {
	.page_artlist_item_2 {
		width:30%;	
	}
	.page_artlist_item_2:not(:nth-of-type(3n-5)) {
		margin-left:5%;
	}	
}

@media only screen and (max-width:480px) {
	.page_artlist_order_change .select {
		width:140px;
	}
	.page_artlist_order_change .select-styled {
		width:140px;
		font-size:11px;
		padding: 0 10px;
	}
	.page_artlist_status > div {
		width:26px;
		height:26px;
		margin:0 1px;	
	}
	.page_artlist_price_save_2, .page_artlist_status_new_2 {
		font-size:10px;
		line-height:18px;
		border-width: 3px;	
	}
	.page_artlist_stock_available_outer:before, .page_artlist_stock_unavailable_outer:before {
		font-size:12px;
		line-height:20px;
	}
	.page_artlist_stock_available_outer, .page_artlist_stock_unavailable_outer {
		border-width: 3px;	
	}
}

/*** RRP price ***/
.page_artlist_price.with-rrp{
	height: 56px;
	overflow: visible;
}
.page_artlist_price.with-rrp .page_artlist_price_wrap{
	height: 100%;
}
.page_artlist_price.with-rrp .page_artlist_price_wrap_inner{
	height: 100%;
	vertical-align: middle;
}
.page_artlist_price.with-rrp .page_artlist_price_net.has-sale-price{
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
.page_artlist_price.with-rrp .page_artlist_price_net.has-sale-price *{
	font-size: 11px;
	line-height: 15px;
}