/*** ARTDET 1 GRID ***/

form[name=form_temp_artdet] {
	display:flex;
	flex-wrap:wrap;
}

.page_artdet_1_left {
	flex:0 0 31.25%;
	width: 31.25%;
	max-width:500px;
}

.page_artdet_1_middle {
	flex:0 0 auto;
	max-width:calc(68.75% - 420px);
	margin:0 80px 0 100px;
}

.page_artdet_1_right {
	flex:0 0 240px;
}

#page_artdet_rovleir {
	margin-bottom:30px;	
}

.page_artdet_buysection {
	display:flex;
	flex-wrap:wrap;	
}

#description, #related, #similar, #data {
	display:none;
}

/*** ARTDET 1 PROPERTIES ***/

.page_artdet_price_save {
	color:#fff;
	background:#f22;
	font-size:20px;
	font-weight:400;
	text-align:center;
	line-height:26px;
	position:absolute;
	top:25px;
	left:-31px;
	transform:rotate(-45deg);
	width:140px;
	height:27px;
	z-index:1;
}

.page_artdet_status_new {
	color:#fff;
	background:#444;
	font-size:20px;
	font-weight:400;
	text-align:center;
	line-height:54px;
	text-transform:lowercase;
	position:absolute;
	top: -8px;
    left: -28px;
	transform:rotate(-45deg);
	width:84px;
	height:44px;
	z-index:1;
}

/*** ARTDET 1 PICTURES ***/

.page_artdet_1_pic {
	position:relative;
	overflow: hidden;
}

.page_artdet_1_pic .slider-for {
	border:1px solid #ddd;
}

.slider-for, .slider-for img {
	max-height:502px;
}

.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;
}
	
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;
    outline: none;
    background: transparent;
}

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 18px 0 18px;
}

/*** ARTDET 1 NAME ***/

.page_artdet_1_name {
	margin-bottom:50px;	
}

.page_artdet_1_name h1 {
	text-align: left;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
	margin-bottom:0px;
	margin-top: 0px;
}

#page_artdet_cikk > div {
	font-size:14px;
	color:#aaa;
	letter-spacing:.5px;
	font-weight:400;
	display:block;
	text-align:left;
	padding:0;
}

/*** ARTDET 1 SHORT DESCRIPTION ***/

#page_artdet_rovleir {
	text-align:justify;
	line-height:18px;
	color:#aaa;
}

#shortdesc_content {
	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;
}

#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:block;
	position:relative;
}

.page_artdet_func_icon {
	display:block;
	margin:0;
    background: transparent;
    cursor: pointer;
	opacity:1;
	transition:.4s;
	color:#999;
	text-align:left;
	margin-bottom:24px;
	line-height:16px;
}

.page_artdet_func_icon:hover {
	color:#b2b359;	
}

.page_artdet_func_icon:before {
	content:'';
	font-family:'Font Awesome 5 Pro';
	font-size:18px;
	transition:.4s;
	color:#444;
	width:24px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}

.page_artdet_func_icon:hover:before {
	color:#b2b359;
}

#page_artdet_func_favourites:before {
	content:'\f004';
	margin-top:1px;
}

#page_artdet_func_favourites.remove_favourites:before {
	content:'\f004';
	color:#f22;	
}

#page_artdet_func_recommend:before {
	content:'\f0e0';
}

#page_artdet_func_print:before {
	content:'\f02f';
}

#page_artdet_func_compare:before {
	content:'\f24e';
}

#page_artdet_func_question:before {
	content:'\f059';
}

.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_datasection {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}

.page_artdet_dataline.manufacturer {
	flex:0 0 calc(50% - 20px);
	margin-right:calc(50% + 20px);
	margin-bottom:20px;
	border:1px solid #ddd;
	padding:7px 10px 7px 30px;
	line-height:16px;
	font-size:0;
}

.page_artdet_dataline.manufacturer > div {
	display:inline-block;
	vertical-align:top;
	width:50%;
	text-align:left;
	font-weight:700;	
}

.artdet_params_outer, .page_artdet_discount {
	flex:0 0 calc(50% - 20px);
}

.artdet_params_outer {
	padding-right:20px;
	margin-right:20px;
}

#page_artdet_product_param_spec_234454 {
	display:none;
}

.page_artdet_discount_inner {
	background:rgba(178,179,89,0.2);
	padding:10px 20px;
}

#discount {
	text-transform:uppercase;
	text-align:center;
	letter-spacing:.5px;	
}

#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 {
	font-size:0;
}

.page_artdet_product_param_spec_item:not(:first-child) {
	border-top:1px solid #ddd;
}

.page_artdet_product_param_spec_title, .page_artdet_product_param_spec_value {
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:7px 10px 7px 30px;
	text-align:left;
}

.page_artdet_product_param_spec_value {
	padding:7px 10px 7px 30px;
	font-weight:700;	
}

.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;
	clear: both;
}

.text_select {
	display:block;
}

.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, .page_artdet_dataline_param_icon, .page_artdet_dataline_param_color {
	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 > 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%;
	text-align:left;
	margin-bottom:20px;
}

.page_artdet_price_net {
	font-size:24px;
	line-height:24px;
	letter-spacing:-.5px;
	font-weight:400;
	display:inline-block;
	vertical-align:top;
}

.page_artdet_price_net .text_style_line {
	font-size:14px;
	line-height:14px;
	font-weight:400;
	color:#aaa;
}

.page_artdet_price_akcio {
	font-size:24px;
	line-height:24px;
	color:#f22;
	font-weight:400;
	letter-spacing:-.5px;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}

.page_artdet_akcio {
	color:#f22;
}

.page_artdet_price_login {
	width:100%;
	text-align:center;
}

.page_artdet_price_login br {
	display:none;
}
	
/*** ARTDET 1 CART ***/	

#page_artdet_egyebtul {
	flex:0 0 auto;
	min-width:200px;
	max-width:280px;
	margin-right:10px;
}

.page_artdet_egyebtul .select {
	height:40px;
}

.page_artdet_egyebtul .select-styled {
	height:40px;
	line-height:38px;
}

#page_artdet_cart_func {
	flex:0 0 auto;
	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:72px;
	height:40px;
	padding:0 20px 0 5px;
	text-align:center;
	font-size:18px;
	font-weight:700;
	border:1px solid #ddd;
	border-right:none;
}

#page_artdet_cart_input span, #page_artdet_cart_input .page_artdet_qtybuttons {
	display:inline-block;
	vertical-align:top;
}

#page_artdet_cart_input .page_artdet_qtybuttons {
	margin-left:-20px;
    margin-top: 2px;	
}

button.qtyplus, button.qtyminus {
	height:17px;
	width:18px;
	line-height:17px;
	display:block;
	padding:0;
	background-color:#fff;
	font-family:'Font Awesome 5 Pro';
	color:#444;
	border:1px solid #ddd;
	min-width:unset;
	font-size:10px;
}

button.qtyminus {
	margin-top:2px;
}

button.qtyplus:before {
    content: '\f067';
}

button.qtyminus:before {
    content: '\f068';
}

button.qtyplus:hover, button.qtyminus:hover, button.qtyplus:active, button.qtyminus:active {
	color:#0275d8;
	background-color:#fff;
}

#page_artdet_cart_button .button_anim1:before, #page_artdet_cart_button .button_anim1:after, #page_artdet_cart_button .button_anim2:before, #page_artdet_cart_button .button_anim2:after {
	width:20px;
	height:20px;
}

#page_artdet_cart_button .button_anim1:before {
	top:10px;
	left:10px;
}

#page_artdet_cart_button .button_anim1:after {
	top:10px;
	left:30px;
}

#page_artdet_cart_button .button_anim2:before {
	top:30px;
	left:10px;
}

#page_artdet_cart_button .button_anim2:after {
	top:30px;
	left:30px;
}

#page_artdet_cart_button a {
	display:block;
	height:40px;
	text-align:center;
	background:#b2b359;
	color:#fff;
	line-height:40px;
	text-transform:uppercase;
	letter-spacing:1px;
	width:100%;
	font-size:16px;
	max-width:250px;
	padding:0 40px;
}

#page_artdet_cart_button a:before {
	content:'\f07a';
	font-family:'Font Awesome 5 Pro';
	padding-right:10px;
	color:#fff;	
	font-size:18px;
}

#page_artdet_cart_button a:hover {
	background:#7e8040!important;
}
	
#page_artdet_cart_input {
	flex:0 0 auto;
    font-size: 0;
}

#page_artdet_cart_button {
	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 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;	
}

.page_artdet_product_type_element a > 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 {
	background:none;
}

.page_artdet_product_type_element_color:hover {
	opacity:0.5;
}

.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_twitter, #page_artdet_social_icon_pinterest, #page_artdet_social_icon_google {
    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_twitter:after {
	content:'\f099';
}

#page_artdet_social_icon_pinterest:after {
	content:'\f231';
	margin-top: 1px;
}

#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%;	
}

.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;
}

.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 > 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:65%;
	padding:7px 20px 7px 30px;
	text-align:left;
}

#page_artdet_kedv_table .page_artdet_kedv_body4 {
	width:35%;
	padding:7px 10px 7px 0;
	text-align:left;
	color:#f22;
	font-weight:700;
}

#page_artdet_kedv_table tr:first-child {
	display:none;
}

#page_artdet_kedv_table tr:nth-child(n+3) {
	border-top:1px solid #ccc;
}

.page_artdet_kedv_head em {
	font-style:normal;
	text-transform:uppercase;
	font-size:11px;	
}

/*** 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:1600px) {
	.artdet_params_outer, .page_artdet_discount, .page_artdet_dataline.manufacturer {
		flex:0 0 100%;
	}
	.artdet_params_outer {
		padding-right:0;
		margin-right:0;
		margin-bottom:20px;
	}
}

@media only screen and (max-width:1340px) {
	.page_artdet_1_middle {
		max-width: calc(68.75% - 260px);
		margin: 0 40px 0 40px;
	}
	.page_artdet_1_right {
		flex: 0 0 180px;
	}
}

@media only screen and (max-width:1000px) and (min-width:641px) {
	.page_artdet_product_type_element {
		width:49%;	
	}
}

@media only screen and (max-width:999px) {
	.page_artdet_1_right {
    	flex: 0 0 100%;
	}
	.page_artdet_1_left {
		flex:0 0 40%;
	}
	.page_artdet_1_middle  {
		flex:1 0 calc(60% - 40px);
		max-width:calc(60% - 40px);
		margin:0 0 0 40px;
	}
	.page_artdet_func_button {
		display:inline-block;
		vertical-align:center;
		margin:0 20px;
	}
}

@media only screen and (max-width:640px) {
	form[name=form_temp_artdet] > div {
		flex:0 0 100%;
		max-width:unset;
		margin-left:0;
		margin-right:0;	
	}
	.page_artdet_1_name {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:480px) {
	.slider-nav {
    	margin-top:10px;
	}
	#shortdesc_content {
		font-size:11px;
		line-height: 14px;
	}
	.page_artdet_1_name h1 {
		font-size:18px;
		line-height:21px;
	}
	#page_artdet_cikk > div {
		font-size:11px;
	}
	#page_artdet_rovleir {
		margin-bottom: 20px;
	}
	.page_artdet_dataline.manufacturer > div, .page_artdet_product_param_spec_title, .page_artdet_product_param_spec_value, #page_artdet_kedv_table .page_artdet_kedv_body1 {
		font-size:12px;
	}
}