.page_artlist_item_2 {
	margin:0;
	width:16.66%;
	height:auto;
	text-align:left;
	float:left;
	position:relative;
	border:1px solid #f2f2f2;
	border-left:0 none;
	border-top:0 none;
	box-sizing:border-box;
	padding:10px;
	cursor:pointer;
}
.page_artlist_item_2 img {
	max-width:180px;	
}

.page_artlist_item_2:hover .page_artlist_pic_2 img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;		
}

.page_artlist_item_2 .favourites_item_del {
	display:block;
	width:22px;
	height:22px;
	margin-left:150px;
	margin-top:-8px;
	background-image:url(../../../base/000001/image/icon_delete.png);
	background-position:right top;
	background-repeat:no-repeat;	
	position:absolute;
	z-index:200;	
}

.page_artlist_item_2 .page_artdet_price_save { 
	width:50px;
	height:45px;	
	padding:0;	
	margin-top:90px;
	margin-left:0;
	color:#1e75bb;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	/*background-color:#1e75bb;*/
	position:absolute;
	z-index:100;
	line-height:35px;
	background-image:url("../image/price_save_bg.png");
	background-repeat:no-repeat;
}

.page_artdet_status_new {
	width:auto;
	height:20px;	
	padding:0 12px;
	line-height:16px;	
	top:14px;
	right:10px;
	text-align:center;
	color:#1e75bb;
	font-size:13px;
	font-weight:bold;
	background-color:transparent;
	border-radius:30px;	
	position:absolute;
	z-index:100;
	overflow:hidden;
	display:block;
	text-transform:uppercase;
	box-sizing:border-box;
	border:2px solid #1e75bb;
	border-radius:5px;
}

.artlist2_bordertop {
	height:4px;	
}

.page_artlist_name_2 {
	margin:0;
	padding:0 2% 0 2%;
	width:96%;		
}

.page_artlist_name_table_td {
	height:60px;
	width:100%;
	text-align:center;
}

.page_artlist_name_table_td .text_normal {
	font-size:11px;	
}

.page_artlist_name_inside_2 {
	height:60px;
	overflow:hidden;
	text-align:center;
	padding:0;
}

.page_artlist_name_inside_2 table {
	width:100%;	
}

.page_artlist_name_inside_2 .text_normal {
	color:#2e2e2e;
	font-size:12px;	
	line-height:16px;
}

.page_artlist_name_inside_2 strong {
	font-weight:300;	
}

.page_artlist_left_2 {
	width:100%;
	margin:0 auto; 	
	padding:7px 0 4px 0;
	text-align:left;	
	float:none;	
	background-color:#FFF;	
}

.page_artlist_pic_2 {
	height:200px;
	vertical-align:middle; 
	text-align:center;
}

.page_artlist_pic_2 img {
	text-align:center;
	border: none; 
	margin:0;
	padding:0;
}

.page_artlist_pic_2 img.border_2 {
	border:none;	
}

#body .page_artlist_pic_2 img.border_2 {
	border:none;	
}

.page_artlist_right_2 {
	float:none;
	padding:0 0 0 0;
	width:100%;
}

.page_artlist_price_2 {
	width:100%;
	margin-bottom:0;
	padding:0;
	height:36px;
	line-height:36px;
	float:left;
}

.page_artlist_price_net .text_normal {
	color:#2b2b2b;
	font-size:18px;
	font-weight:normal!important;	
}

.page_artlist_price_akcio .text_normal {
	font-size:18px;
	font-weight:bold;			
}

.page_artlist_price_akcio .text_color_fault {
	color:#2b2b2b;	
}

.page_artlist_cart_stock {
	width:50%;
	height:34px;
	position:relative;
	float:right;		
}

.page_artlist_price_row {
	width:100%;
	margin:0 auto;
	text-align:center;	
	overflow:hidden;
	height:36px;	
}

.page_artlist_cart_table {
	width:100%;
	vertical-align:middle;
	text-align:center;	
}

.page_artlist_cart_table input {
	padding:1px;
	text-align:right;
	width:30px;
}

.page_artlist_cart_input_content {
	text-align:right;
	vertical-align:middle;
	width:72px;
	padding-right:8px;
}

.page_artlist_stock {
	height:40px;
	text-align:center;
	overflow:hidden;
}

.page_artlist_cart_qty.text_normal {
	color:#efefef;	
}

.page_artlist_cart_button  {
	display:block;	
}

.page_artlist_cart_button a, .page_artlist_cart_det_text a {
    display: block;
	height: 18px;
	width: 70%;
	z-index: 10;
	text-align: center;
	padding: 5px 0 5px 0;
	line-height: 20px;
	background-color:#FFF;
	border-radius:5px;
	margin:0 5% 0 5%;
}

.page_artlist_cart_button a:hover, .page_artlist_cart_det_text a:hover {
	text-decoration:none;
	background-color:#FFF;
	border-radius:5px;
	transition: all 0.5s ease 0s;
	box-shadow:1px 1px 4px RGBA(0,0,0,0.2);
}

.page_artlist_cart_button a:active, .page_artlist_cart_det_text a:active {
	text-decoration:none;
	background-color:#FFF;
	border-radius:5px;
	box-shadow:1px 1px 4px RGBA(0,0,0,0.2);
}

.page_artlist_cart_button a.text_normal, .page_artlist_cart_det_text a.text_normal {
    color: #1e75bb;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
	background-color:#FFF;
	border:2px solid #1e75bb;
}

.page_artlist_cart_input, .page_artlist_cart_qty {
	display:none;	
}

.page_artlist_stock_available {
	display:block;		
	z-index:100;
	box-sizing:border-box;
	width:100%;
	height:20px;
	background-color:transparent;
	box-sizing:border-box;
	font-size:12px;
	color:#000;
	text-align:left;
	line-height:20px;
	border-radius:5px;
	margin:0;		
}

a.page_artlist_stock_available:hover {
	text-decoration:none;	
}

.page_artlist_stock_unavailable {
	display:block;		
	z-index:100;
	box-sizing:border-box;
	width:100%;
	height:20px;
	background-color:transparent;
	box-sizing:border-box;
	font-size:12px;
	color:#000;
	text-align:left;
	line-height:20px;
	border-radius:5px;
	margin:0;
	opacity:0.85;		
}

.page_artlist_compare {
	display:block;
	height:30px;
	padding-bottom:5px;
	width:100%;	
	position:relative;

}

.page_artlist_compare_icon {
	/*width:214px;
	height:22px;
	display:block;
	position:absolute;*/
}

.page_artlist_compare a {
	width:100%;
	height:28px;
	cursor:pointer;	
	display:block;
	z-index:200;
	position:absolute;
}

.page_artlist_compare_text {
	width:100%;
	text-align:center;
	z-index:100;
	position:absolute;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	color:#595959;
	font-size:12px;	
	border:1px solid #f6f6f6;
}

.page_artlist_compare_text:hover {
	background_color:#f9f9f9;	
}

.price_cart_full {
	width:100%;	
}


.artlist_param_full {
	width:95%;
	height:60px;
	margin:6px 2.5% 6px 2.5%;
	padding-top:4px;
	padding-bottom:4px;
}

.artlist_param_full table {
	width:100%;	
}

.artlist_param_full img {
	max-width:75px;
	height:55px;
	border-radius:4px;	
}

.page_artlist_page {
	margin:20px 2% 20px 2%;
	width:96%;	
}

.artlist_param_full {
	color:#adadad;
	font-size:12px;
	text-align:center;
	overflow:hidden;	
}

.artlist_param_full td {
	width:25%;	
}

.page_artlist_order select {
	background-color:#FFF;
	border:0 none;
	background: url(../image/cart_down.png) no-repeat right center;
  	appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
	padding-right:10px;
	height:30px;
}

.page_artlist_order select.text_normal {
	color:#595959;
	font-size:13px;	
}

.page_artlist_order .text_input {
	background-color:#FFF;
	padding:3px;
	border-radius:4px;	
}

#ud_shop_art #center.nofilter, #ud_shop_search #center.nofilter, #ud_shop_artspec #center.nofilter {
	width:100%!important;	
}

.nofilter a#header_filter_icon {
	display:none!important;	
}

.choose_cat_1 a, .choose_cat_1_active a {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-color:#ececec;
	margin-right:5px;
	border-radius:3px;
	position:relative;
	text-align:center;
}

.choose_cat_2 a, .choose_cat_2_active a {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-color:#ececec;
	border-radius:3px;
	margin-right:5px;
	position:relative;
	text-align:center;
}

.choose_cat_1_active a, .choose_cat_2_active a {
	background-color:#1e75bb;	
}

.choose_cat_1 a::before, .choose_cat_1_active a::before {
	font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
	height:30px;
	line-height:30px;
	content: "\f00a";
	cursor:pointer;
	z-index:99;
	color:#bebebe;		
}

.choose_cat_2 a::before, .choose_cat_2_active a::before {
	font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
	height:30px;
	line-height:30px;
	content: "\f009";
	cursor:pointer;
	z-index:99;
	color:#bebebe;		
}

.choose_cat_1_active a::before, .choose_cat_2_active a::before {
	color:#FFF;	
}

.choose_cat_1 a:hover, .choose_cat_2 a:hover, .choose_cat_1_active a:hover, .choose_cat_2_active a:hover {
	text-decoration:none;		
}

.param_full_cart_full_box {
	width:100%;
	min-height:122px;
	/*background-color:#1e75bb;	*/
	border-radius:4px;
}

/*** STATUS ***/
.page_artdet_status_2, .page_artdet_status_3 {
	display:block;
	font-size:0;	
}

.page_artdet_status_2 {
	width:52px;
	height:52px;
	background-image:url("../image/samsung_led_icon.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:275px;
	right:12px;
	z-index:10000;	
	border-radius:4px;
}

.page_artdet_status_3 {
	width:52px;
	height:52px;
	background-image:url("../image/vtac_pro_icon.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:100px;
	right:10px;	
	z-index:10000;
	border-radius:4px;
}

/**********************************************************************************/
/**********************************************************************************/ 
/*  < 480    																	  */   
@media only screen and (max-width: 480px) {
	
.page_artlist_item_2 {
	width:98%;
	margin: 3px 1% 13px 1%;
	border-right:0;
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}

.page_artlist_left_2 img {
	max-width:80%;
	height:auto;	
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:auto!important;	
	min-width:320px;
}

#ud_shop_art #body_title, #ud_shop_search #body_title, #ud_shop_artspec #body_title {
	position:relative!important;
	top:0!important;
	left:0!important;	
}

.page_artdet_dispcat, .new_product_num, .page_artlist_compare, .page_artlist_order .text_bigger {
	display:none!important;	
}

#left {
	width:0!important;	
}

#list_top_box {
	height:50px!important;	
}

.page_artlist_order {
	width:98%!important;
	height:auto!important;
	box-sizing:border-box;
}

.page_artlist_order select {
	height:30px;
	margin-top:10px;
	width:100%;	
}

.page_artlist_stock_available {
	top:145px;	
}

.pontneked_cimke {
	top:110px;	
}

.page_artdet_status_2 {
	top:265px!important;	
}

	
}

/**********************************************************************************/
/**********************************************************************************/ 
/*  481 < 640    																	  */   
@media only screen and (min-width:481px) and (max-width: 640px) {
	
.page_artlist_item_2 {
	width:50%;
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:100%!important;	
	min-width:480px;
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}

#ud_shop_art .page_artdet_dispcat, #ud_shop_search .page_artdet_dispcat, .page_artlist_compare, #ud_shop_artspec .page_artdet_dispcat {
	display:none!important;	
}

#ud_shop_art #body_title, #ud_shop_search #body_title, #ud_shop_artspec #body_title {
	position:relative!important;
	top:0!important;
	left:0!important;	
}

.page_artlist_order .text_bigger, .new_product_num {
	display:none!important;	
}

#left {
	width:0!important;	
}

#list_top_box {
	height:50px!important;	
}

.page_artlist_order select {
	height:30px;
	margin-top:10px;
	width:100%;	
}

.page_artlist_order {
	width:98%!important;
	height:auto!important;
	box-sizing:border-box;
}

.page_artlist_stock_available {
	top:145px;	
}

.pontneked_cimke {
	top:110px;	
}

.page_artdet_status_2 {
	top:265px!important;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 641 < 759    																	  */   
@media only screen and (min-width: 641px) and (max-width: 759px) {
	
.page_artlist_item_2 {
	width:50%;
}

#left {
	width:25%!important;	
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:75%!important;	
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:100%!important;	
}

.page_artlist_order .text_bigger {
	display:none!important;	
}

#left {
	width:0!important;	
}

#ud_shop_art .page_artdet_dispcat, #ud_shop_search .page_artdet_dispcat, #ud_shop_artspec .page_artdet_dispcat {
	display:none!important;	
}

#ud_shop_art #body_title, #ud_shop_search #body_title, #ud_shop_artspec #body_title {
	top:-99px!important;	
}

a#header_filter_icon span {
	margin-top:47px!important;
	padding:2px 5px 2px 5px!important;	
}

a#header_filter_icon {
	display:block!important;	
}

#filter_title {
	display:none;	
}

.new_product_num {
	display:none!important;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 760 < 899    																	  */   
@media only screen and (min-width: 760px) and (max-width: 899px) {
	
.page_artlist_item_2 {
	width:50%;
}

#ud_shop_art #left, #ud_shop_artspec #left, #ud_shop_search #left {
	width:30%!important;
	display:block!important;	
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:70%!important;	
}

#ud_shop_art #page_shop_art_877342 #center, #ud_shop_search #page_shop_art_877342 #center, #ud_shop_art #page_shop_art_964519 #center, #ud_shop_search #page_shop_art_964519 #center {
	width:100%!important;	
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}

.page_artlist_left_2 img {
	max-width:80%;
	height:auto;	
}

.page_artlist_order .text_bigger {
	display:none!important;	
}

.new_product_num {
	display:none!important;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 900 < 1049    																	  */   
@media only screen and (min-width: 900px) and (max-width: 1049px) {

.page_artlist_item_2 {
	width:33.33%;
}

#ud_shop_art #left, #ud_shop_artspec #left, #ud_shop_search #left {
	width:22%!important;
	display:block!important;		
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:78%!important;	
}

#ud_shop_art #page_shop_art_877342 #center, #ud_shop_search #page_shop_art_877342 #center, #ud_shop_art #page_shop_art_964519 #center, #ud_shop_search #page_shop_art_964519 #center {
	width:100%!important;	
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}
	
}


/**********************************************************************************/
/**********************************************************************************/ 
/* 1050 < 1240    																	  */   
@media only screen and (min-width: 1050px) and (max-width: 1240px) {

.page_artlist_item_2 {
	width:33.33%;
}

#ud_shop_art #left, #ud_shop_artspec #left, #ud_shop_search #left {
	width:25%!important;
	display:block!important;		
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:75%!important;	
}

#ud_shop_art #page_shop_art_877342 #center, #ud_shop_search #page_shop_art_877342 #center, #ud_shop_art #page_shop_art_964519 #center, #ud_shop_search #page_shop_art_964519 #center {
	width:100%!important;	
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 1241 < 1680    																	  */   
@media only screen and (min-width: 1241px) and (max-width: 1680px) {

.page_artlist_item_2 {
	width:25%;
}

#ud_shop_art #left, #ud_shop_artspec #left, #ud_shop_search #left {
	width:20%!important;
	display:block!important;		
}

#ud_shop_art #center, #ud_shop_search #center, #ud_shop_artspec #center {
	width:80%!important;	
}

#ud_shop_art #page_shop_art_877342 #center, #ud_shop_search #page_shop_art_877342 #center, #ud_shop_art #page_shop_art_964519 #center, #ud_shop_search #page_shop_art_964519 #center {
	width:100%!important;	
}

.page_artlist_left_2, .page_artlist_right_2, .page_artlist_left_2 table, .page_artlist_name_table {
	width:100%;	
}

.page_artlist_name_2 {
	width:98%;
	padding:15px 1% 4px 1%;	
}
	
}

.page_artlist_addfav, .page_artlist_compare{
	width: 50px;
	height: 34px;
	float: left;
	padding: 0;
	position: relative;
}
.page_artlist_addfav a, .page_artlist_compare a{
	width: 50px;
	height: 34px;
	z-index: 2000;
	display: block;
	position: absolute;
}
.page_artlist_addfav a:after{
	font-family: 'FontAwesome';
	content:'\f08a';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	z-index:2010;
	font-size: 22px;
	color: #585858;
}
.page_artlist_compare a:after{
	font-family: 'FontAwesome';
	content:'\f080';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	z-index:2010;
	font-size: 22px;
	color: #585858;
}
.artlist_func{
	float:left;
}

.artlist_tooltip{
	background: #1e75bb;
	border-radius: 4px;
	position: absolute;
	left: 25px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 22px;
	width: auto;
	height: auto;
	top: -10px;
	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_addfav:hover .artlist_tooltip{
	opacity: 1;
}
.page_artlist_compare:hover .artlist_tooltip{
	opacity: 1;
}
.artlist_tooltip:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #1e75bb;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}