<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page_artlist_item_1 {
	float:left;
	height:auto;
	margin-bottom:60px;
	position:relative;
}

/*** ARTLIST 1 STATUS ***/

.page_artlist_status {
	width:100%;
	height:auto;
	margin-bottom:10px;
	height:42px;
	text-align:center;
	font-size: 0px;
}

.page_artlist_status &gt; div {
	display:inline-block;
	vertical-align: top;
	width:42px;
	height:42px;
	border-radius:50%;
	background:#fff;
	margin:0 3px;
}

.page_artlist_price_save_1 {
	color:#f22;
	font-size:13px;
	font-weight:700;
	text-align:center;
	line-height:30px;
	border:5px solid #f22;
	letter-spacing: -0.5px;
}

.page_artlist_status_new_1 {
	color:#333;
	font-size:13px;
	font-weight:700;
	text-align:center;
	line-height:30px;
	text-transform:lowercase;
	border:5px solid #333;
}

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

.page_artlist_stock_unavailable_outer {
	border-color:#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:16px;
	font-weight:400;
	text-align:center;
	line-height:30px;
	display:block;
}

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

/*** ARTLIST 1 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 img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	max-width:100%;
}

/*** ARTLIST 1 NAME ***/

.page_artlist_name {
	width:100%;
	height:45px;
	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 10px;
	line-height:15px;
}

/*** ARTLIST 1 PRICE ***/

.page_artlist_price_unit{
	font-size: 11px;
	height: 15px;
}

.page_artlist_price {
	margin:10px 0;
    height: 34px;
	width:100%;
	overflow:hidden;
}

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

.page_artlist_price_wrap_inner {
	display:table-cell;
	width:100%;
	height:34px;
	line-height:16px;
	text-align:center;
	vertical-align:middle;
}

.page_artlist_price_net {
	font-size:16px;
	font-weight:700;
	display:inline-block;
	height: 16px;
	line-height:16px;
}

.page_artlist_price_akcio {
	font-size:16px;
	font-weight:700;
	color:#f22;
	display:inline-block;
}

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

/*** ARTLIST 1 ICONS ***/

.page_artlist_iconrow {
	padding:5px 0;
	width:100%;
	height:auto;
	transition:0.4s;
}

.page_artlist_iconrow &gt; div:not(:first-child) {
	border-left:1px solid #ddd;	
}

.page_artlist_iconrow div.page_artlist_cart_button {
	border:none;
}

.page_artlist_iconrow_icon {
	float:left;
	vertical-align:top;
	text-align:center;
}

.page_artlist_cart_button.page_artlist_iconrow_icon {
	background:#0275d8;
	transition:background 0.4s;
}

.page_artlist_cart_button.page_artlist_iconrow_icon:hover {
	background:#333;
}

.page_artlist_cart_button.page_artlist_iconrow_icon a {
	color:#fff;
}

.page_artlist_cart_button_inner, .page_artlist_detail_inner, .page_artlist_addfav_inner, .page_artlist_compare_inner, .page_artlist_removefav_inner {
	display:block;
	position:relative;
	height: 30px;
}

.page_artlist_iconrow_icon a {
	font-size:0px;
    display: block;
}

.page_artlist_removefav_inner a {
	display:block;
	width:100%;
	height:100%;	
}

.page_artlist_addfav a:after {
	content:'\f08a';
	font-family:'FontAwesome';
	font-size:18px;
	line-height:30px;
}

.page_artlist_addfav a.remove_favourites:after {
	content:'\f004';	
	color:#f22;
}

#tab_favorites_content .page_artlist_addfav a.remove_favourites:after {
	content:'\f00d';	
	color:#f22;
}

.page_artlist_removefav a:after {
	content:'\f00d';
	font-family:'FontAwesome';
	font-size:18px;
	line-height:30px;
	color:#f22;
}

#ud_shop_order_track #page_PopupContainer_tooltip {
	display:none!important;
}

.page_artlist_cart_button a:before {
	content:'\f291';
	font-family:'FontAwesome';
	font-size:16px;
	line-height:30px;
}

.page_artlist_detail a:before {
	content:'\f06e';
	font-family:'FontAwesome';
	font-size:20px;
	line-height:30px;
}

.page_artlist_compare a:after {
	content:'\f080';	
	font-family:'FontAwesome';
	font-size:16px;
	line-height:30px;
}

.page_artlist_compare a.page_art_func_compare_checked:after {
	color:#f22;	
}

.artlist_tooltip, .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;
}

.artlist_tooltip:after, .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 .artlist_tooltip, .page_artlist_stock .artlist_tooltip:after {
	background:#f22;	
}

.page_artlist_cart_button_inner:hover .artlist_tooltip, .page_artlist_detail_inner:hover .artlist_tooltip, .page_artlist_addfav_inner:hover .artlist_tooltip, .page_artlist_compare_inner:hover .artlist_tooltip, .page_artlist_removefav_inner:hover .artlist_tooltip, .page_artlist_stock:hover .artlist_tooltip, .page_artlist_stock_available_outer:hover .page_artlist_stock_tooltip, .page_artlist_stock_unavailable_outer:hover .page_artlist_stock_tooltip, .page_artlist_stock_to_order_outer:hover .page_artlist_stock_tooltip {
	visibility: visible;
    top: -20px;
    opacity: 1;
}

.page_artlist_stock {
	font-size:0px;
    float: left;
    vertical-align: top;
    position: relative;
    width: auto;
	min-width:25%;
	max-width:50%;
    text-align: center;
}

.page_artlist_stock:after {
	content:'\f291';
	font-family:'FontAwesome';
	color:#ccc;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.4s ease;	
}

/*** 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_1.chosen_cat a:after, .choose_cat_1.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;
}

/*** RESPONSIVE BREAKPOINTS ***/

@media only screen and (min-width:1101px) {
	.page_artlist_item_1 {
		width:22%;
	}
	.page_artlist_item_1:not(:nth-of-type(4n-7)) {
		margin-left: 4%;
	}
	#ud_shop_start .page_artlist_item_1 {
		width:18%;	
	}
	#ud_shop_start .page_artlist_item_1 {
		margin-left:2.5%;
	}
	#ud_shop_start .page_artlist_item_1:nth-of-type(5n-9) {
		margin-left:0%;
	}
}

@media only screen and (max-width:1100px) and (min-width:801px) {
	#ud_shop_start .page_artlist_item_1 {
		width:23.5%;	
	}
	#ud_shop_start .page_artlist_item_1 {
		margin-left:2%;
	}
	#ud_shop_start .page_artlist_item_1:nth-of-type(4n-7) {
		margin-left:0;
	}
}

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

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

@media only screen and (max-width:800px) and (min-width:581px) {
	.page_artlist_item_1 {
		width:30%;
	}
	.page_artlist_item_1:not(:nth-of-type(3n-5)) {
		margin-left:5%;
	}
	.page_artlist_name a, .page_artlist_price_net .text_style_line {
		font-size:11px;	
	}
	.page_artlist_price_net, .page_artlist_price_akcio {
		font-size:14px;
	}
	.artlist_tooltip {
		font-size:10px;
	}
}

@media only screen and (max-width:580px) {
	.artlist_tooltip {
		display:none;
	}
	.page_artlist_item_1 {
		width:47%;
	}
	.page_artlist_item_1:not(:nth-of-type(2n-3)) {
		margin-left:6%;	
	}
	.page_artlist_cart_button a:before {
		font-size:16px;
	}
	.page_artlist_detail a:before {
		font-size:20px;
	}
	.page_artlist_addfav a:after {
		font-size:18px;
	}
	.page_artlist_price_save_1, .page_artlist_status_new_1 {
		font-size:12px;
	}
	.page_artlist_status &gt; div {
		width:38px;
		height:38px;
	}
	.page_artlist_stock_available_outer:before, .page_artlist_stock_unavailable_outer:before, .page_artlist_status_new_1 {
		line-height:28px;
	}
	#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:480px) {
	.page_artlist_order_change .select {
		width:140px;
	}
	.page_artlist_order_change .select-styled {
		width:140px;
		font-size:11px;
		padding: 0 10px;
	}
}

/*** RRP price ***/
.page_artlist_price.with-rrp{
	height: 62px;
	margin: 3px 0;
	overflow: visible;
}
.page_artlist_price.with-rrp .page_artlist_price_wrap,
.page_artlist_price.with-rrp .page_artlist_price_wrap_inner{
	height: 100%;
}
.page_artlist_price.with-rrp .page_artlist_price_net {
	max-height: 26px;
	height: auto;
}
.page_artlist_price.with-rrp .page_artlist_price_net.has-sale-price{
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}
.page_artlist_price.with-rrp .page_artlist_price_net.has-sale-price *{
	font-size: 13px;
	line-height: 13px;
	vertical-align: bottom;
}
.page_artlist_price.with-rrp .page_artlist_price_akcio{
	margin-top: 4px;
}</pre></body></html>