<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../../../../!common_packages/jquery/plugins/photoswipe/css/default-skin.min.css');
@import url('../../../../!common_packages/jquery/plugins/photoswipe/css/photoswipe.min.css');

/*** PhotoSwipe ***/
.pswp img {
	max-width:unset;
	max-height:unset;
	transition:none;
}

button.slick-disabled:before {
	color:#ccc!important;	
}

.pswp__button:hover {
	background-color:transparent;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0,0,0,.5);
}

.js-photoswipe--main img {
	cursor:pointer;
}

/*** ARTDET HEAD ***/

#page_artdet_1_head {
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	padding-bottom:10px;
    min-height: 48px;
	width:100%;	
}

.page_artdet_neighbor_prev, .page_artdet_neighbor_next {
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
}

.page_artdet_neighbor_prev a, .page_artdet_neighbor_next a {
	display:block;
	height:48px;
	width:48px;
	text-align:center;
	line-height:48px;
	box-shadow: 0px 0px 0px 5px #f1f1f1 inset;
	border-radius:50%;
	font-size:0px;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
    position: relative;
	z-index: 1;
    opacity: 1;
	color:#333;
}

.page_artdet_neighbor_prev a:hover, .page_artdet_neighbor_next a:hover {
	box-shadow: 0px 0px 0px 8px #0275d8 inset;
	color: #0275d8;
}

.page_artdet_neighbor_prev a:before, .page_artdet_neighbor_next a:before {
	content:'';
	font-family:'Fontawesome';
	font-size:26px;
    transform: translate(-50%,-50%) scale(1);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
    position: absolute;
    top: 49%;
    left: 50%;
}

.page_artdet_neighbor_prev a:before {
	content:'\f104';
	padding-right:3px;
}

.page_artdet_neighbor_next a:before {
	content:'\f105';
	padding-left:3px;
}

.page_artdet_neighbor_prev a:hover:before, .page_artdet_neighbor_next a:hover:before {
	transform: translate(-50%,-50%) scale(0.7);
	transition-delay: 0.1s;
}

/*** ARTDET 1 GRID ***/

.page_artdet_1_left {
	width:50%;
	float:left;
}

.page_artdet_1_right {
	width:45%;
	float:left;	
	margin-left:5%;
}

/*** ARTDET 1 PROPERTIES ***/

#page_artdet_properties {
	font-size:0px;
	width:auto;
	max-width:300px;
	text-align:center;
	float:right;
    white-space: nowrap;
}

.page_artdet_price_save, .page_artdet_status_new {
	display:inline-block;
	vertical-align:top;
	width:48px;
	height:48px;
	background:#fff;
	border-radius:50%;
	line-height:38px;
	text-align:center;
	color:#f22;
	font-size:14px;
	font-weight:700;
	margin:0 5px;
	border:5px solid #f22;
}

.page_artdet_status_new {
	border-color:#333;
	color:#333;
	text-transform:lowercase;
}

.page_artdet_stock_available, .page_artdet_stock_unavailable, .page_artdet_stock_to_order {
	display:inline-block;
	vertical-align:top;
	width:48px;
	height:48px;
	background:#fff;
	border-radius:50%;
	line-height:38px;
	text-align:center;
	color:#ad0;
	font-size:20px;
	font-weight:400;
	margin:0 5px;
	position:relative;
	border:5px solid #ad0;
}

.page_artdet_stock_unavailable {
	color:#f22;
	border-color:#f22;
}

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

#page_artdet_properties .stock_tooltip {
	position:absolute;
	top:0;
	left:50%;
	background:#0275d8;
	border-radius:4px;
    visibility: hidden;
    font-size: 11px;
	letter-spacing:1px;
    line-height: 22px;
    width: auto;
    height: auto;
    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_artdet_properties .stock_tooltip:after {
	content:'';
	display:block;
	width:10px;
	height:10px;
	background:#0275d8;
	position:absolute;
	bottom:-5px;
	left:50%;
	transform:translateX(-50%) rotate(45deg) ;
}

#page_artdet_properties .page_artdet_stock_available:hover .stock_tooltip, #page_artdet_properties .page_artdet_stock_unavailable:hover .stock_tooltip, #page_artdet_properties .page_artdet_stock_to_order:hover .stock_tooltip {
	visibility: visible;
    top: -20px;
    opacity: 1;
}

/*** ARTDET 1 PICTURES ***/

.slider-for, .slider-for img {
	max-height:585px;
}

.slick-slide img {
	display:inline-block;
	padding:0 10px;
	cursor:pointer;
}

.slider-for .slick-slide img {
	padding:0;
    margin: 0 auto;
}

.slider-nav .slick-slide img {
	max-height:160px;
}

.slick-initialized .slick-slide {
	display:inline-block;
	vertical-align:middle;
}

.slick-slide {
	float:none;
}

.slider-nav .slick-slide img:hover {
	opacity:0.6;
}
	
button.slick-prev, button.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width:20px;
    height:24px;
	transform:translateY(-50%);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent!important;
}

button.slick-prev {
    left: -20px;
}

button.slick-next {
    right: -20px;
}

button.slick-prev:before ,button.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 36px;
    color:#333;
	content:'\f104';
	display:inline-block;
	width:20px;
	text-align:center;
	line-height:24px;
	transition:all 0.4s ease;
}

button.slick-prev:hover:before, button.slick-prev:active:before, button.slick-next:hover:before, button.slick-next:active:before {
	color:#0275d8;
}

button.slick-next:before {
	content:'\f105';	
}

.slick-dots, .slick-dots li {
	height:8px;
}

.slick-dots li {
	list-style:none;
	display:inline-block;
}

.slick-dots li button {
	margin:0 8px;
	font-size:0px;
	border-radius:50%;
	width:8px;
	height:8px;
    padding: 0;	
}

.slider-nav {
	max-width:90%;
	margin:20px 5% 0 5%;
}

.page_artdet_1_pic .slider-for, .artdet_1_mainpic {
	max-height: 585px;
	padding-top: 100%;
	position: relative;
}

.page_artdet_1_pic .slider-for .slick-list, .artdet_1_mainpic img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
}
/*** ARTDET 1 NAME ***/

.page_artdet_1_name {
	width:calc(100% - 300px);
    vertical-align: top;
	float:left;
}

.page_artdet_1_name h1 {
	text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 28px;
	margin-bottom:0px;
	margin-top: 0px;
}

#page_artdet_forum_rating {
	float:left;
	margin-right:30px;
}

/*** ARTDET 1 SHORT DESCRIPTION ***/

#page_artdet_rovleir {
	width:100%;
	text-align:justify;
	line-height:18px;
	margin-bottom: 1rem;
}

#page_artdet_rovleir.with-max-height {
	max-height: 131px;
	overflow: hidden;
	padding-bottom: 41px;
	position: relative;
}

#shortdesc_content {
	transition:max-height 0.5s;
	height:auto;
	overflow:hidden;
	position:relative;
}

#shortdesc_content p {
	margin:0;
}

#shortdesc_button {
	height:36px;
	width:36px;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	box-shadow: 0px 0px 0px 5px #f1f1f1 inset;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
    position: relative;
	z-index: 1;
    opacity: 1;
	margin-top:5px;
	cursor:pointer;
	display:none;
}
#page_artdet_rovleir.with-max-height #shortdesc_button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#shortdesc_button:before {
	content:'\f107';
	font-family:'FontAwesome';
	font-size:20px;
	color:#333;
	transform: translate(-50%,-50%) scale(1);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
}

#shortdesc_button.shortdesc_button_active:before {
	content:'\f106';	
}

#shortdesc_button:hover {
	box-shadow: 0px 0px 0px 7px #0275d8 inset;
}

#shortdesc_button:hover:before {
	transform: translate(-50%,-50%) scale(0.7);
    transition-delay: 0.1s;
	color:#0275d8;
}

#page_artdet_rovleir table tr:nth-child(2n) {
	background:rgba(0,0,0,0.05);
}

#page_artdet_rovleir table {
	border:none;
}

#page_artdet_rovleir table td {
	padding: 10px;
    text-align: left;
	vertical-align:middle;
}

#page_rovleir_cover {
	display:none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 18px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}


/*** ARTDET 1 FUNCTIONS ***/

#page_artdet_func {
	width:100%;
	margin:20px 0;
	font-size:0px;
	text-align:center;
}

.page_artdet_func_button {
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.page_artdet_func_outer {
	margin:0 10px;
}

#page_artdet_func_favourites:before {
	content:'\f08a';
	margin-top:1px;
}

#page_artdet_func_favourites.remove_favourites:before {
	content:'\f004';
	color:#f22;	
}

#page_artdet_func_recommend:before {
	content:'\f003';
}

#page_artdet_func_print:before {
	content:'\f02f';
}

#page_artdet_func_compare:before {
	content:'\f080';
}
#page_artdet_package_offer_close:before {
    content:'\f00d';
}
.artdet_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;
}

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

.page_artdet_func_button:hover .artdet_tooltip {
	visibility: visible;
    top: -20px;
    opacity: 1;
}

.page_artdet_func_compare_checked:before {
	color:#f22;		
}

/*** ARTDET 1 PARAMETERS ***/

#page_artdet_1_product_param_spec {
	margin-bottom:20px;
    border-bottom: 1px solid #ddd;
}

#page_artdet_1_product_param_spec .table_prod_param_desc, .page_artdet_colon {
	display: inline-block;
}

.page_artdet_1_tabbed_area .table_prod_param_desc {
	float:right;
}

.page_artdet_product_param_spec_item:nth-child(2n-3) {
	background:#f5f5f5;
}

.page_artdet_product_param_spec_title, .page_artdet_product_param_spec_value {
	float:left;
	padding:10px 10px 10px 20px;
	text-align:left;
}

.page_artdet_product_param_spec_value {
	padding:10px 20px 10px 10px;
	font-weight:700;	
}

.page_artdet_product_param_spec_title {
	width:40%;
}

.page_artdet_product_param_spec_value {
	width:60%;	
}

.page_artdet_product_param_spec_fault {
	background-color: #f22 !important;

}

.page_artdet_product_param_spec_fault:not(:last-child) {
	margin-bottom:10px;
}

.page_artdet_product_param_spec_fault .page_artdet_product_param_spec_title {
	color: #fff;
}

.page_artdet_egyebtul_label {
	width:35%;
	float:left;
	vertical-align: top;
	line-height:14px;
	margin-bottom:0;
	padding:11px 10px 11px 20px;
}

.page_artdet_egyebtul {
	height:auto;
	margin-bottom:6px;
	clear: both;
}

.text_select {
	display:block;
	float:left;
	width:65%;
	padding:0 20px 0 10px;
}

.page_artdet_egyebtul .select {
	width:100%;	
}

.page_artdet_product_param_color {
	width:32px;
	height:32px;	
}
.product_param_type_cust_input_text, .product_param_type_cust_input_select {
	line-height:36px;	
}
.product_param_type_cust_input_select .select {
	width:100%;
	float:left;	
}

.product_param_type_icon, .product_param_type_color, .product_param_type_color_text, .page_artdet_dataline_param_icon, .page_artdet_dataline_param_color, .page_artdet_dataline_param_color_text {
	line-height:32px;
}

.product_param_type_pic img {
	max-width:80px;
	max-height:80px;	
}

.product_param_type_cust_input_file input {
	max-width: 220px;
    font-size: 11px;
	width: 100%;
}

/*** ARTDET 1 PLUS SERVICE ***/

#page_artdet_1_service_plus {
	background:#f1f1f1;
	width:100%;
	padding:20px;
	text-align:left;
	margin-bottom:2px;
}

.service_plus_item {
	margin-bottom:10px;
}

.service_plus_item &gt; span {
	display:inline-block;
	line-height:20px;
	vertical-align:top;
}

.service_plus_name {
    width: calc(100% - 40px);
}

.service_plus_price {
    margin-left: 33px;
    display: block;
}

.service_plus_item input {
	margin:0;
	vertical-align: middle;
}

.service_plus_name {
	margin-left:10px;	
}

/*** ARTDET 1 PRICE ***/

#page_artdet_price {
	width:100%;
	background:#f1f1f1;
	padding:20px;
	text-align:left;
}

.page_artdet_price_net {
	font-size:24px;
	line-height:24px;
	letter-spacing:1px;
	font-weight:700;
}

.page_artdet_price_net .text_style_line {
	font-size:18px;
	line-height:18px;
	font-weight:400;
}

.page_artdet_price_akcio {
	font-size:24px;
	line-height:24px;
	color:#f22;
	font-weight:700;
}

.page_artdet_akcio {
	padding-top:5px;
}

.page_artdet_price_login {
	width:100%;
	text-align:center;
}

.page_artdet_price_login br {
	display:none;
}
	
/*** ARTDET 1 CART ***/	
	
#page_artdet_cart_func {
	width:100%;
	background:#f1f1f1;
	padding:10px 20px;
	margin-top:2px;
	display:flex;
}

#page_artdet_cart_input span.cart_input_unit {
	display:none;
}

.page_artdet_unit {
	height:36px;
	background:#fff;
	line-height:36px;
	font-size:11px;
	float:left;
	padding-right:5px;
}

#page_artdet_cart_input .text_input input {
	width:40px;
	padding:0 5px;
	text-align:center;
	font-weight:700;
	border:none;	
}

#page_artdet_cart_input span, #page_artdet_cart_input .page_artdet_qtybuttons {
	float:left;
}

button.qtyplus, button.qtyminus {
	height:18px;
	width:20px;
	display:block;
	padding:0;
	background-color:#fff;
	font-family:'FontAwesome';
	color:#333;
	border:none;
}

button.qtyplus:hover, button.qtyminus:hover, button.qtyplus:active, button.qtyminus:active {
	color:#0275d8;
	background-color:#fff;
}

#page_artdet_cart_button a {
	display:block;
	height:36px;
	text-align:center;
	background:#333;
	color:#fff;
	line-height:36px;
	text-transform:uppercase;
	letter-spacing:1px;
	width:100%;
	max-width:250px;
}

#page_artdet_cart_button a:before {
	content:'\f291';
	font-family:'FontAwesome';
	padding-right:10px;
	color:#fff;	
}

#page_artdet_cart_button a:hover {
	background:#0275d8}
	
#page_artdet_cart_input {
	flex:0 0 auto;
}

#page_artdet_cart_button {
	margin-left:10px;
	flex:1 0 auto;
}

#page_artdet_cart_button.with_unit {
	flex:1 0 auto;	
}

/*** ARTDET 1 SUBSCRIBE FOR DISCOUNT ***/

.page_artdet_subscribe_wrapper {
	width:100%;
	margin-top:2px;
	background:#f1f1f1;
	padding:10px 20px;
	text-align:left;
}

.page_artdet_stock_available_text {
	display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    line-height: 18px;
    padding: 9px 0;
}

.page_artdet_subscribe_button {
	display: inline-block;
    vertical-align: top;
}

/*** ARTDET 1 PRODUCT TYPE ***/

#page_artdet_1_product_type {
	margin-bottom:20px;	
}

.page_artdet_product_type_title {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
}

.page_artdet_product_type_value {
	width:100%;
	font-size:0;
	text-align:center;
}

.page_artdet_product_type_element {
	display:inline-block;
	vertical-align:top;
	width:24%;
	min-height:36px;
	margin:0 0.5% 10px 0.5%;
}

.page_artdet_product_type_element_color_text {
	width:36px!important;
	height:36px;
}

.page_artdet_product_type_element a {
	display:table;
	padding:10px;
	line-height:14px;
	border:1px solid #ddd;
	min-height:36px;
	width:100%;
}

.page_artdet_product_type_element_color {
	transition:0.4s;
	position:relative;
}

.page_artdet_product_type_element_color a {
	border:none;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset;
}

.page_artdet_product_type_element a &gt; span {
	display:table-cell;
    vertical-align: middle;
	text-align:center;
}

.page_artdet_product_type_element.page_artdet_product_type_element_aktiv a {
	border-color:#0275d8;
}

.page_artdet_product_type_element_color.page_artdet_product_type_element_aktiv a {
	border:none;
}

.page_artdet_product_type_element a:hover {
	border-color:#0275d8;
	background:#0275d8;
	color:#fff;
}

.page_artdet_product_type_element_color a:hover, .page_artdet_product_type_element_color_text a:hover {
	background:none;
}

.product_type_colortext_text {
	line-height:36px;
	margin:0 20px 0 5px;
}

.product_type_wrap {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.page_artdet_product_type_element_color.page_artdet_product_type_element_aktiv a:before {
	display:block;
	content:'\f00c';
	font-family:'FontAwesome';
	width:24px;
	height:24px;
	background:rgba(0,0,0,0.2);
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:50%;
	line-height:24px;
	font-size:14px;
}
	
/*** ARTDET 1 SOCIAL ICONS ***/

#page_artdet_social_icon {
	width:auto;
	float:left;
}

.page_artdet_social_icon_div {
	float:left;
    margin: 0;
    background: transparent;
    cursor: pointer;
	display: block;
}

#page_artdet_social_icon_facebook, #page_artdet_social_icon_pinterest, #page_artdet_social_icon_google, #page_artdet_social_icon_linkedin {
    width: 22px;
    height: 25px;
}

.page_artdet_social_icon_div:not(:first-child) {
	margin-left:2px;
}

.page_artdet_social_icon_div:after {
	content: '';
	display:block;
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 25px;
    color: #888;
	transition:0.4s;
}

.page_artdet_social_icon_div:hover:after {
	color:#0275d8;
}

#page_artdet_social_icon_facebook:after {
	content:'\f09a';
}

#page_artdet_social_icon_pinterest:after {
	content:'\f231';
	margin-top: 1px;
}

#page_artdet_social_icon_linkedin:after {
	content:'\f08c';
}

#page_artdet_social_icon_google:after {
	content:'\f1a0';
}

#page_artdet_social_icon_like, #page_artdet_social_icon_plus1 {
	padding-top: 2px;
    height: 25px;
	width:auto!important;
	margin:0 5px;
}

/*** TABBED AREA ***/

.page_artdet_1_tabbed_area {
	width:100%;
	margin-top:20px;
}

.page_artdet_tab2 {
	display:none;	
}

/*** TABBED AREA TABS ***/

.page_artdet_1_tabs {
	width:100%;
	border-bottom:1px solid #ddd;
	height:37px;
	font-size:0px;
}

.page_artdet_tab {
	display:inline-block;
	margin:0 1.5%;
	line-height:36px;
	background:#fff;	
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	cursor:pointer;
	transition:0.4s;
	border-bottom:1px solid #ddd;
}

.page_artdet_tab:hover {
	color:#0275d8;
}

.page_artdet_tab.page_artdet_tab_active {
	color:#0275d8;
	border-bottom:1px solid #0275d8;
}

/*** TABBED AREA CONTENTS ***/

.page_artdet_tab_content {
	display:none;
}
	
.page_artdet_tab_content {
	padding:20px 0;
	text-align:left;
}

/*** TABBED AREA / DESCRIPTION ***/

#tab_description_content table tr:nth-child(2n) {
	background:rgba(0,0,0,0.05);	
}

#tab_description_content table {
	border:none;
}

#tab_description_content table td {
	padding: 10px;
    text-align: left;
	vertical-align:middle;
}

/*** TABBED AREA / ATTACH ***/

.page_artdet_attach_element {
	float:left;
	width:23.5%;
	text-align: center;
	height: 250px;
	min-height: 256px;
	margin-bottom: 20px;
}

.page_artdet_attach_element:not(:nth-child(4n-7)) {
	margin-left:2%;
}

.page_artdet_1_attach_pic {
	display:table;
	width:100%;
	height:auto;
	table-layout:fixed;
}

.page_artdet_1_attach_pic_inner {
	display:table-cell;
	text-align:center;
	vertical-align:middle;	
}

.page_artdet_1_attach_pic img:hover {
	opacity:0.6;
}

.page_artdet_1_attach_name {
	text-align:center;
	width:100%;
	line-height:14px;
	height:45px;
	overflow:hidden;
	margin:5px 0;
}

.page_artdet_1_attach_name_inner {
	display:table;
	width:100%;
	height:45px;
	line-height: 16px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}

.page_artdet_1_attach_name a {
	font-size:11px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.page_artdet_1_attach_price {
	height:20px;
	width:100%;
	line-height:20px;
	overflow:hidden;
	text-align:center;
}

/*** TABBED AREA / DATA ***/

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

.page_artdet_data_title, .page_artdet_data_value, .page_artdet_param_title, .page_artdet_param_value {
	padding:10px 20px;
	display:table-cell;
	vertical-align:middle;
}

.page_artdet_data_title, .page_artdet_param_title {
	width:40%;
	text-align:right;
	padding-right:5%;
}

.page_artdet_data_value, .page_artdet_param_value {
	width:60%;
	font-weight:700;
}

#tab_data_content &gt; div:nth-of-type(2n-3) {
	background:rgba(0,0,0,0.03);	
}

#page_artdet_stock td {
	float:none;
}

/*** TABBED AREA / FORUM ***/

.page_artforum_titlesub {
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.page_artforum_element_left, .page_artforum_element_right {
	float:left;
}

.page_artforum_element_left {
	width:140px;
	height: 37px;
    background: rgba(0,0,0,0.05);
    padding: 6px 20px 4px 20px;
    margin-right: 1px;
}

.page_artforum_element_right {
	width:calc(100% - 141px);	
}

.page_artforum_element_head {
	background: rgba(0,0,0,0.05);
	padding:0 20px;
	margin-top: 0px;
}

.page_artforum_element_head_left, .page_artforum_element_head_right {
	float:left;
	line-height:37px;
}

.page_artforum_element_message {
	margin-left:141px;
	padding:0;
}

.page_artforum_element_message span {
	display:block;
	padding:0 20px;
	line-height:20px;
}

.page_artforum_element_message span:first-child {
	margin:10px 0;
}

.page_artforum_element:nth-child(n+4) {
	margin-top:30px;
}

.page_artforum_more {
	text-align:center;
	margin-top:20px;
}

.page_artforum_more a {
	display:inline-block;
	width:auto;
	padding:10px 20px;
	height:auto;
	line-height:14px;
	background:#333;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
}

.page_artforum_more a:hover {
	background:#0275d8;
}

.page_artforum_element_no {
	text-align:center;
}

/*** TABBED AREA / DISCOUNT ***/

#page_artdet_kedv_table {
	width:100%;
}

#page_artdet_kedv_table .page_artdet_kedv_head:nth-child(2), #page_artdet_kedv_table .page_artdet_kedv_head:nth-child(3), #page_artdet_kedv_table .page_artdet_kedv_head:nth-child(3) {
	text-align:center;
}

#page_artdet_kedv_table .page_artdet_kedv_body1 {
	width:35%;
	padding:10px;
}

#page_artdet_kedv_table .page_artdet_kedv_body2 {
	width:35%;
	padding:10px;
}

#page_artdet_kedv_table .page_artdet_kedv_body3 {
	width:10%;
	padding:10px;
	text-align:center;
}

#page_artdet_kedv_table .page_artdet_kedv_body4 {
	width:20%;
	padding:10px;
	text-align:center;
}

#page_artdet_kedv_table tr:first-child {
	border-bottom:1px solid #ccc;
}

.page_artdet_kedv_head em {
	font-style:normal;
	text-transform:uppercase;
	font-size:11px;	
}

#page_artdet_kedv_table tr:nth-child(2n+3) {
    background: rgba(0,0,0,0.05);	
}

/*** COUNTDOWN ***/

.sale_countdown {
	margin-top:10px;
}

.sale_countdown_simple_inner span {
	font-weight:700;
	font-size:24px;
	letter-spacing:1px;
	line-height:18px;
}

.sale_countdown_simple_inner {
	color:#0275d8;	
}

.cd_wrap {
	width:60px;
	height:60px;
	background:#f1f1f1;
	border-radius:50%;
	position:relative;
	top:8px;
	left:8px;
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:#0275d8;
	line-height:20px;
	padding-top:16px;
}

.cd_sec, .cd_min, .cd_hour, .cd_day {
	width:76px;
	height:76px;
	border-radius:50%;
	position:relative;
	background-color:#0275d8;
	float:left;
	margin: 10px 20px 0 0;
}

.cd_sec {
	margin-right:0;
}

.cd_txt {
	display:block;
	font-size:10px;	
	font-weight:400;
	line-height:10px;
}

.cd_label {
	margin-top:15px;
	text-align:left;	
}

.cd_simple div {
	background:none;
	width:auto;
	height:auto;
	border-radius:0;
	margin:0;
	position:static;
	line-height:normal;
	display:inline;
}

.cd_simple .cd_day {
	margin-right:10px;	
}

.cd_simple .cd_hour:after, .cd_simple .cd_min:after {
	content:':';
	display:inline;
	font-size:20px;
	color:#0275d8;
	font-weight:700;
	padding:0 4px;
}

.cd_simple .cd_hour .cd_txt, .cd_simple .cd_min .cd_txt, .cd_simple .cd_sec .cd_txt {
	display:none;
}

.cd_simple .cd_day .cd_txt {
	display:inline;
	padding-left:5px;
}

.cd_simple .cd_wrap {
	padding:0;
	line-height:normal;
}

#cd_color_front {
	display: none;
	background-color:#0275d8;
}

#cd_color_back {
	display: none;
	background-color:#ddd;
}

/*** RESPONSIVE BREAKPOINTS ***/

@media only screen and (max-width:1000px) and (min-width:641px) {
	.page_artdet_product_type_element {
		width:49%;	
	}
}

@media only screen and (max-width:840px) {
	.page_artdet_func_outer {
		margin:0 6px;	
	}
}

@media only screen and (max-width:780px) {
	.page_artdet_1_left {
		width:44%;	
	}
	.page_artdet_1_right {
		width:50%;
		margin-left:6%;	
	}
	.artdet_tooltip {
		display:none;	
	}
	.page_pagelist_item {
		width:100%;
		padding: 10px 0;
	}
	.page_pagelist_item:nth-child(2n) {
		border-left:none;	
	}
	#page_PopupContainer.shop_popup_artdet a.close, .overlay_close a {
		top: 10px;
		z-index: 1200;
		right:30px;	
	}
	.page_pagelist_item:nth-child(n+2) {
		border-top: 1px solid #ddd;
	}
	#page_artdet_cart_input.with_unit .text_input input {
		width:40px;
	}
	#page_artdet_cart_button.with_unit {
		/*width:100%;
		margin:10px auto 0 auto;*/
	}
	#page_artdet_cart_button.with_unit a {
		max-width:none;	
	}
}

@media only screen and (min-width:640px) and (max-width:950px) {
	.cd_wrap {
		width:44px;
		height:44px;
		font-size:16px;
		line-height:16px;
		padding-top:10px;
		top:8px;
		left:8px;
	}
	.cd_sec, .cd_min, .cd_hour, .cd_day {
		width:60px;
		height:60px;
		margin-right:5px;	
	}
	.cd_simple .cd_hour:after, .cd_simple .cd_min:after {
		font-size:16px;
	}
}

@media only screen and (max-width:640px) {
	.page_artdet_1_left {
		width:100%;	
	}
	.page_artdet_1_right {
		width:100%;
		margin-left:0%;
		margin-top:30px;
	}
	#page_artdet_func_print_outer {
		display:none;
	}
	.page_artdet_neighbor {
		display:none;
	}
	.page_artdet_attach_element {
		width:48%;
	}
	.page_artdet_attach_element, .page_artdet_attach_element:not(:nth-child(4n-7)) {
		margin: 0 1%;
	}
	#page_artdet_kedv_table td {
		font-size:11px;	
	}
	#page_artdet_tabs {
		display:none;	
	}
	.page_artdet_tab2 {
		display:block;
		line-height:14px;
		text-transform:uppercase;
		font-size:11px;
		letter-spacing:1px;
		padding:10px 20px;
		border-top:1px solid #ccc;
		position:relative;
		cursor:pointer;
		background:#f1f1f1;
	}
	.page_artdet_tab_content:nth-child(2) .page_artdet_tab2 {
		border:none;
	}
	.page_artdet_tab2:after {
		position:absolute;
		content:'\f107';
		font-family:'FontAwesome';
		color:#888;
		right:20px;
		top:50%;
		transform:translateY(-50%);
		font-size:24px;
		font-weight:300;
	}
	.page_artdet_tab2_active {
		background:#0275d8;
		border-color:#0275d8;
		color:#fff;	
	}
	.page_artdet_tab2_active:after {
		color:#fff;
		content:'\f106';
	}
	.page_artdet_1_name {
		float:none;
		width:100%;	
	}
	.page_artdet_1_name h1 {
		text-align:center;
	}
	#page_artdet_social_icon {
		float:none;
		margin:10px auto 0 auto;
		width: fit-content;	
	}
	#page_artdet_properties {
		width:auto;
		max-width:none;
		float:none;
		margin:10px auto 0 auto;
	}
	#page_artdet_forum_rating {
		float:none;
		margin:0 auto;
		width:fit-content;
		height: 18px;
	}
}

@media only screen and (max-width:480px) {
	.page_artdet_product_param_spec_title, .page_artdet_product_param_spec_value {
		font-size:11px;
	}
	.page_artdet_egyebtul .select {
		width: 100%;
	}
	.page_pagelist_left {
		width:40%;
	}
	.page_pagelist_right {
		width:60%;
	}
	.page_pagelist_cart a {
		padding:11px 0;
	}
	.page_pagelist_cart_link {
		padding:0;
	}
	.page_artdet_data_title, .page_artdet_data_value, .page_artdet_param_title, .page_artdet_param_value {
		font-size:11px;
		padding:10px
	}
	.page_artdet_tab:not(:first-child) {
		margin-left: 0;
	}
	.page_artdet_1_name h1 {
		font-size:18px;
	}
	.page_artforum_element_left {
		width:100%;
		height:30px;
		padding:0;
		float:none;
		text-align:center;	
	}
	.page_artforum_element_left .artdet_rating_box {
		float:none;
		display:inline-block;
		margin-top: 5px;	
	}
	.page_artforum_titlesub {
		padding:10px;
	}
	.page_artforum_element_right {
		width:100%;
	}
	.page_artforum_element_head_left, .page_artforum_element_head_right {
		line-height:30px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.page_artforum_element_head {
		height:30px;
		line-height:30px;
		text-align:center;
	}
	.page_artforum_element_message {
		margin-left:0;
	}
	.cd_wrap {
		width:40px;
		height:40px;
		font-size:16px;
		line-height:16px;
		padding-top:8px;
		top:7px;
		left:7px;
	}
	.cd_sec, .cd_min, .cd_hour, .cd_day {
		width:54px;
		height:54px;
		margin-right:5px;	
	}
	.cd_simple .cd_hour:after, .cd_simple .cd_min:after {
		font-size:16px;
	}
	.cd_txt {
		font-size:9px;
		line-height:9px;
	}
	#tab_discount_content {
		padding:10px 0;
	}
	.page_artdet_kedv_body4 strong {
		white-space:nowrap;
	}
	.page_artdet_kedv_head {
		text-align:center;
		padding:10px 5px;
	}
	.page_artdet_kedv_head em {
		font-size:10px;
	}
	.page_artdet_product_type_element {
		width:49%;
	}
	#page_artdet_cart_func {
		padding:10px;
	}
}
/* CLS FIX */
.page_artdet_1_pic .slider-for:not(.slick-initialized), .page_artdet_1_pic .slider-nav:not(.slick-initialized) {
    display: flex;
    padding-top: 0;
    overflow: hidden;
}
.page_artdet_1_pic .slider-for:not(.slick-initialized) &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
}
.page_artdet_1_pic .slider-nav:not(.slick-initialized) &gt; div {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px;
}
.page_artdet_1_pic .slider-nav img {
    display: inline-block;
}</pre></body></html>