.page_artlist_item_2 {
	float:left;
	height:auto;
	margin-bottom:40px;
	position:relative;
}

/*** ARTLIST 2 STATUS ***/

.page_artlist_status {
	width:100%;
	height:24px;
	font-size:0px;
	text-align:center;
}

.page_artlist_status > div {
	display:inline-block;
	vertical-align:top;
	width:32px;
	height:24px;
}

.page_artlist_price_save_2 {
	color: #c7000a;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
	letter-spacing: -1px;
	font-family: "Avenir Next LT Pro Bold Condensed", sans-serif;
}
.page_artlist_price_save_2 span{
	font-family: "Avenir Next LT Pro Bold Condensed", sans-serif;
}

.page_artlist_status_new_2 {
	color:#333;
	font-size:14px;
	font-weight:700;
	text-align:center;
	line-height:24px;
	text-transform:lowercase;
}

.page_artlist_stock_available_outer, .page_artlist_stock_unavailable_outer {
	color:#ad0;
	position:relative;
	cursor:pointer;
}

.page_artlist_stock_unavailable_outer {
	color:#c7000a;
}

.page_artlist_stock_available_outer:before, .page_artlist_stock_unavailable_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_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 {
	visibility: visible;
    top: -20px;
    opacity: 1;
}

/*** ARTLIST 2 PIC ***/

.page_artlist_pic {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.page_artlist_pic img:hover {
	opacity:0.6;	
}

/*** ARTLIST 2 NAME ***/

.page_artlist_name {
	width:100%;
	height:44px;
	overflow:hidden;
}

.page_artlist_name_inner {
	width:100%;
	line-height:15px;
	height:44px;
	display:table;
}

.page_artlist_name a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 5px;
	font-size:12px;
	color: #000;
	text-transform: uppercase;
	font-family: "Avenir Next LT Pro Demi Condensed",sans-serif;
}

/*** ARTLIST 2 PRICE ***/

.page_artlist_price {
	line-height:13px;
	margin:0;
	height:31px;
	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:16px;
	font-weight:700;
	line-height: 16px;
}

.page_artlist_price_akcio {
	font-size:16px;
	font-weight:700;
	color:#c7000a;
	font-family: "Avenir Next LT Pro Demi Condensed",sans-serif;
}
.page_artlist_price_akcio span{
	font-family: "Avenir Next LT Pro Demi Condensed",sans-serif;
}

.page_artlist_price_net .text_style_line {
	text-decoration:line-through;
	font-weight:400;
	font-size:11px;
	color: #c0c0c0;
	line-height: 15px;
}

/*** 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 {
	float:left;	
}

#choose_cat_2.chosen_cat a:after {
	background:#f1f1f1;
}

#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 {
	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 {
	content:'\f00b';
}

#choose_cat_1 a:after {
	content:'\f009';
}

#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 {
	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, .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, .page_artlist_order_label {
		display:none;	
	}
	#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;
	}
}