/*** INCLUDE ***/
@import url('../../../base/001300/css/page_width.css');
@import url('../../../base/001300/css/custom.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

a.resp_close_plus {
    background-image: url("../image/responsive_menu_nav_icons.png");
}

/*** CUSTOM ***/

html, div, p, input, label, select {
    font-family: "Open Sans", arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, li, ul, a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #777;
}

input[type=text], input[type=password], input[name=subject], textarea {
    background-color: #e6eefa;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #024698;
    display: inline-block;
    font-size: 15px;
    height: 36px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding: 7px!important;
}

input[type=text]:focus, input[name=subject]:focus, textarea[name=message]:focus {
    outline: 0;
    -webkit-box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
    box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
    background-color: #f2f6fd;
}


/*****************************/

body, html {
    background-color: transparent;
}

#header_menu li a, #header_menu li a.text_normal {
	color:#FFF;
	border-right:1px solid #FFF;
}

#header_menu li:hover a {
	color:#e7e7e7;
}

#box_money_content.box_content {
    width: 78px;
    font-size: 11px;
}

#box_money_content {
    position: relative;
    padding-left: 18px;
    margin-top: 2px;
}

#box_money_content::before {
    content: "\f155";
    font-family: "FontAwesome";
    top: 0;
    color: #7cade6;
    position: absolute;
    left: 6px;
	font-size: 13px;
}

#session_money_select {
    color: #fff;
    border: none;
    background: url("../image/blue_arrow.png") no-repeat bottom -3px right transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	outline: none;
    width: 63px!important;
    cursor: pointer;
    padding-left: 3px;
}	

#session_money_select::-ms-expand {
    display: none;
}

#session_money_select:focus option:checked {
	background-color: #7cade6;
	color: #fff;	
} 

#session_money_select:focus option:not(:checked) {
	color: #7cade6;	
}

#box_lang_select {
    width: 80px;
}

#money_lang {
	float: right;
	width: 134px;
    margin-right: 10px;
}

#money {
	background-color: transparent;	
    padding-top: 3px;
}

#lang_small {
    height: auto;
	display: inline-block;
	float: right;
	width: 52px;
	padding: 0;
}

#lang {
	display: none;
    height: auto;
}

.content_top_menu a {
	border-right:solid 1px RGBA(0,0,0,0.07);
	color: #FFF;
}

.content_top_menu a:hover {
	color:#FFF;
}

#box_search_content {
	background-color:#FFF;
	border:1px solid #d4d4d4;	
}

#box_search_content .box_search_button {
	background-color:#00aeed;	
}

#box_search_content .box_search_button:before {
	color:#FFF;
}

#box_search_content .box_search_button:hover {
	background-color:#3e454c;
}

#cart {
	background-color:#FFF;
	border:1px solid #d4d4d4;
}

#box_cart_content a:before {
	background-color:#00aeed;
	color:#FFF;
}

#box_cart_content a:hover:before {
	background-color:#3e454c;
}

#box_cart_content .box_cart_item span.text_color_fault {
	color:#3e454c;
}

#box_cart_content .box_cart_price span.text_color_fault {
	color:#00aeed;		
}

.page_cart_tr_item .text_color_akcio {
	color:#FFF;	
}

#left_cms_full .box_left_container li a {
	color:#FFF;
	border-bottom:1px solid transparent;
	background-color:#00aeed;	
}

#left_cms_full .box_left_container li a:hover {
	background-color:#3e454c;	
}

#box_container_shop_cat .box_left_title {
	background-color:#3e454c;	
}

#box_cat_content .box_cat_click_level0:hover, #box_cat_content .box_cat_spec .text_small .text_color_fault:hover, #box_cat_content .box_cat_click_level2:hover, #box_cat_content .box_cat_click_level3:hover, #box_cat_content .box_cat_click_level4:hover {
    background-color:#f5f6f6;
    color:#00aeed;
}

.page_tooltip_price_save {
	background-color:#00aeed;
}

.bx-pager a {
	background-color:#3e454c;
	color:#transparent;
}

.bx-pager a.active {
	background-color:#00aeed;
	color:transparent;	
}

a.header_plusmenu_icon {
	background-color:#00aeed;
}

a.header_plusmenu_icon:hover {
	background-color:#3e454c;
}

a.header_plusmenu_icon span:before {
	color:#FFF;
}

#menu_resp {
	background-color:#3e454c;
}

#menu_resp ul li a {
	color:#FFF;
	border-bottom:1px solid #4b4f53;
}

#menu_resp ul li a:hover {
	color:#ccc;	
}

.resp_close span:before {
	color:#00aeed;		
}

.resp_close_plus span:before {
	color:#00aeed;		
}

a#header_cart_button:before {
	color:#FFF;
}

a#header_cart_button {
	background-color:#00aeed;	
}

a#header_cart_button:hover {
	background-color:#3e454c;	
}

a#header_search_icon {
	background-color:#00aeed;	
}

a#header_search_icon:hover {
	background-color:#3e454c;
}

#ud_shop_art a#header_filter_icon:hover, #ud_shop_artspec a#header_filter_icon:hover, #ud_shop_search a#header_filter_icon:hover {
	background-color:#3e454c;		
}

a#header_search_icon span:before {
	color:#FFF;
}

a.header_category_icon {
	background-color:#0099d1;
	color:#FFF;
}

a.header_category_icon span:before {
	color:#FFF;
}

#responsive_cat_menu_content, #responsive_cat_menu {
	background-color:#3e454c;
	border-right:5px solid #2c3034;	
}

ul.responsive_menu li a {
	border-bottom:1px solid #4b4f53;
	color:#FFF;	
}

.responsive_menu_navtop {
	border-bottom:1px solid #2d3c55;	
}

ul.responsive_menu li.active_menu {
	background-color:#00aeed;	
}

ul.responsive_menu li.li_hover, ul.responsive_menu li:hover {
	background-color:#00aeed;
}

ul.responsive_menu li.active_menu a {
	color:#FFF;
}

ul.responsive_menu li a:hover {
	color:#FFF;	
}

.responsive_menu_title {
    color:#FFF;
}
.responsive_menu_title h3 {
	color:#FFF;	
}

.responsive_menu_navbottom span.actcat {
	color:#131e30;	
}

.responsive_menu_navbottom {
	border-bottom:1px solid #2d3c55;	
}

#header_container_inner_mobile_filter {
	background-color:#3e454c;
}

.product_filter_div.bg_color_dark3 {
	background-color:#4b4f53;	
}

#header_container_inner_mobile_filter_title {
	color:#00aeed;
	border-bottom:1px solid #4b4f53;
}

#ud_shop_art a#header_filter_icon, #ud_shop_artspec a#header_filter_icon, #ud_shop_search a#header_filter_icon {
	background-color: #00aeed;	
}

#ud_shop_art a#header_filter_icon span, #ud_shop_artspec a#header_filter_icon span, #ud_shop_search a#header_filter_icon span {
	background-color:transparent;
}

#ud_shop_art a#header_filter_icon span:before, #ud_shop_artspec a#header_filter_icon span:before, #ud_shop_search a#header_filter_icon span:before {
	color:#FFF;
}

#header_container_inner_mobile_filter_container .text_normal {
	color:#FFF;	
}

.text_button input {
	background-color:#00aeed;
	color:#FFF;	
}

.text_button input:hover {
	background-color:#3e454c;	
}

.page_newcust_button_right .text_button input {
	background-color:#3e454c;	
}

.page_cat_item_newnum {
	background-color:#00aeed;	
}

.page_artdet_cart_table {
	background-color:transparent;	
}

#page_artdet_func_favourites::before, #page_artdet_func_recommend::before, #page_artdet_func_print::before, #page_artdet_func_compare::before, #page_artdet_func_question::before {
	color:#00aeed;	
}

.responsive_menu_back, .responsive_menu_close {
    background-image: url("../image/responsive_menu_nav_icons.png");
}

@media only screen and (min-width: 641px) and (max-width: 899px) {

#box_search_content {
	border:1px solid #f6f6f6;	
}
	
}

@media only screen and (min-width:481px) and (max-width: 640px) {
	
#box_search_content {
	border:1px solid #f6f6f6;	
}

a#header_search_icon, a.header_plusmenu_icon, a#header_cart_button {
	background-color:#0099d1;	
}

#ud_shop_art a#header_filter_icon, #ud_shop_artspec a#header_filter_icon, #ud_shop_search a#header_filter_icon {
	background-color:#0099d1;	
}

#bottomlink_content li {
	background-color:#f9f9f9;
}

#bottomlink_content li:hover {
	background-color:#f4f4f4;	
}
	
}

@media only screen and (max-width: 480px) { 

#box_search_content {
	border:1px solid #f6f6f6;	
}

a#header_search_icon, a.header_plusmenu_icon, a#header_cart_button {
	background-color:#0099d1;		
}

#ud_shop_art a#header_filter_icon, #ud_shop_artspec a#header_filter_icon, #ud_shop_search a#header_filter_icon {
	background-color: #0099d1;
}

#bottomlink_content li {
	background-color:#f9f9f9;
}

#bottomlink_content li:hover {
	background-color:#f4f4f4;	
}

}

/*** CUSTOM END ***/

/*** LAYOUT ***/

#head_bx_content a {
	color:#535353;
}

#head_bx_content a .text_color1 {
	color:#00aeed;
}

#content_top { 
	background-color:#00aeed;
}

.box_left_title { 
	background-color:#00aeed;
	color:#FFF;			
}

.box_left_container {
	background-color:#FFF;
}

#body_title { 
	border-bottom:1px solid #efefef;	
}

#title_content h1 {
	color: #176bcf;
	background-color:transparent;
}

#ud_shop_artdet #title_content {
	color: #FFF;
	background-color:#00aeed;		
}

#footer { 
	background-color:#FFF;
}

.provider_content_text {
	border: 1px solid #b2b2b2;
	background-color:#FFFFFF;
}
.provider_content_text a {
	color:#666666;
}

#content_top_menu_full_sf .menu_content_sub {
	background-color:#00aeed;
}

/*** LAYOUT END ***/

/*** 2016.09.07 SITEBUILD ***/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #198de1;
    text-decoration: none;
    cursor: pointer;
	background: transparent;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
    outline: 0;
}

#header_top_left_menu ul {
	list-style:none;
}

#header_top_left_menu ul li {
	display: inline-block;
    list-style: none outside none;
    margin: 3px;
    font-size: 17px;
    line-height: normal;
	color: #198de1;
    float: left;
	padding-top: 1px;	
}

#header_top_left_menu ul li:first-child {
    font-size: 17px;
    line-height: 17px;
    margin-left: 16px;
	padding-top: 2px;	
}

.site-top-icons {
	background-image: url("../image/site-top-icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin-left: 0;
    margin-right: 2px;
    width: 22px;	
}

.site-top-icons.icon-email {
    background-position: -22px center;
}

.site-top-icons.icon-address {
    background-position: -44px center;
}

.site-top-icons.icon-phone {
    background-position: left center;
}

.site-top-icons.icon-user {
    background-position: -88px center;
}

.site-top-icons.icon-arrow {
    background-position: -110px center;
}

.site-top-icons.r {
    float: right;
}

#header_top_right #login {
	width: auto;
	height:30px;
	float:right;
	position:relative;	
}

#login_box {
	width:240px;
	height:214px;
	display:none;	
	background-clip: padding-box;
    background-color: #f2f6fd !important;
    background-image: linear-gradient(#f2f6fd 20%, #e6eefa 140%);
    font-size: 15px;
    padding:10px;
    position: absolute;
    top: 22px;
	right:20px;
    z-index: 10000;
    border: 1px solid #fff;
	box-shadow: 2px 6px 12px rgba(0, 64, 136, 0.3);
}

#login_box_content {
	position:relative;
	height: 100%;
}

#header_top_right #login ul li {
	display: inline-block;
    list-style: none outside none;
    /*border-left: 1px solid #ededed;*/
}

#header_top_right #login ul li a {
	font-size:14px;
	padding: 2px 0 0;
    margin: 0;
    display: table-cell;
	line-height:20px;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.btn {
    outline: none !important;
    /* min-width: 100px; */
    margin: 0 2px;
    border-radius: 0;
    /* box-shadow: inset 0px 1px 0px rgba(255, 255 , 255 , 0.5); */
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-success {
    color: #fff;
    background-color: #7cade6;
    border-color: #7cade6;
    transition: 200ms ease-in 0s;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:105px;
	height: 36px;
    line-height: 36px;
}

.btn-primary {
    color: #ffffff;
    background-color: #024698;
    border-color: #024698;
    /*transition: 200ms ease-in 0s;*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #024698;
    background-color: #fff;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.box_login_field input {
	border:none;
	background-color: #fff;
    background-image: none;
    color: #024698;
    display: block;
    font-size: 14px;
    height: 36px;
    padding: 7px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;	
	margin: 5px 0;
	width: 100%;
}

.box_login_field input:focus {
    outline: 0;
    -webkit-box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
    box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
    background-color: #fff;
}

.text_button input {
    border-radius: 0;
	height:36px;
	min-width:105px;
    cursor: pointer;
	font-size: 15px;
	border: 1px solid transparent;
    transition: none!important;
}

.box_login_button input {
	transition: none!important;
}

.text_button input:hover, .text_button input:focus, .text_button input:active {
    background-color: #fff;
    color: #024698;
    border-color: #024698;
    background-image: none;
	transition: none!important;
	outline:none;
}

.box_login_field label {
	display:none;	
}

.box_login_button, #login_remind, #login_reg {
	position:absolute;	
}

.box_login_button {
	bottom: 56px; left:0;
}

.box_login_error {
	cursor:pointer;
}

#login_reg{
	bottom: 6px;
}

#login_remind {
	bottom: 56px;
	right:0;	
    height: 35px;
    width: 105px;
    line-height: 35px;
}

#login_remind a {
	display:block;
}

.box_login_logout .text_small {
	font-size:15px;
}

#logo {
    display: inline-block;
    height: 59px;
    vertical-align: middle;
    width: 220px;
    margin: 18px 0 0 5px;
}

#head_bx_content {
    width: 100%;
    height: 100%;
    margin-top: 4px;
}

span.slogan {
    font-weight: 300;
    display: block;
    color: #80abe7;
}

span.h-slogan {
    color: #176bcf;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2em;
}

/*** SEARCH ***/

#search {
    width: 100%;
    margin-top: 32px;
	height: 48px;
    float: right;
} 

#box_search_content {
    background-color: transparent;
    border: none;
}

#box_search_input {
	width: 100%!important;
    height: 40px!important;
    padding: 6px 12px;
    font-size: 15px!important;
    color: #176bcf;
    box-shadow: 2px 2px 6px rgba(255, 255, 255, 0.6);
    border-radius: 6px;	
	background-color: #e6eefa!important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	line-height: initial!important;
	font-family: 'Open Sans', arial;
}

#box_search_input:focus {
    border: 2px solid #024698!important;
    box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
	outline: 0;
    background-color: #f2f6fd!important;
}

#box_search_content .box_search_button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 5px 0 0 5px;
}

.box_search_button::before {
	display:none;
	content:""!important;	
	width:0;
	height:0;
	z-index:0;
}

#box_search_content .box_search_button, #box_search_content .box_search_button:hover {
    background-color: transparent;
}

#box_search_content .box_search_button input {
    height: 30px;
    width: 30px;
	min-width:30px;
    background: url("../image/search_icon.png") no-repeat left top transparent;
    margin: 0;
	z-index:10;
    padding: 0;
	transition:none;
}

#box_search_content .box_search_button input:hover {
    background-position: left top -30px;
	transition:none;
    outline: none;
}

#box_search_content .box_search_field {
	width: 89%;
	padding: 0;
}

/**** MENU ****/

#content_top_menu_full_sf ul li.contains_sub a strong::after {
	content:"";
	display: inline-block;
	border-width: 1px;
	border-color: #fff;
	width: 8px;
	height: 4px;
	margin-left: 6px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

#content_top, .content_top_menu, #content_top_menu_full_sf ul li, .content_top_menu a {
	height:28px;
    line-height: 28px;	
}

#content_top {
    background-color: transparent!important;
    overflow: visible;
}

.content_top_menu a {
	background-color:transparent;	
    color: #198de1;
	text-transform:none;
}

.content_top_menu a a, .content_top_menu a a a {
	background:transparent;
}

.content_top_menu > ul > li span a:hover {
    background-color: #fff !important;
    color: #024698!important;
	transition:none;
}

#content_top_menu_full_sf .menu_content_sub .menu_content_sub a {
    font-size: 16px;
    padding-left: 1em!important;
}

#content_top_menu_full_sf .menu_content_sub .menu_content_sub .menu_content_sub a {
    font-size: 15px;
    padding-left: 1.5em!important;
}

.content_top_menu > ul > li > a:hover, .content_top_menu > ul > li > span > a:hover, .content_top_menu > ul > li.hover > span a {
    text-decoration: none;
    background-position: 0 0;
    color: #FFF!important;
    background-color: #7cade6!important;
	/*transition: 200ms ease-in 0s;*/
}

#content_top_menu_full_sf ul li {
    border-right: 0;
	width:20%;
	float:left;
}

.content_top_menu ul {
   width:100%;
}

#content_top_menu_full_sf.content_top_menu a {
    width: 100%;
    display: block;
	font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
	padding:0;
    transition: all ease-in 200ms;
}

#content_top_menu_full_sf ul .menu_content_sub {
    background-color: #f2f6fd !important;
    background-image: linear-gradient(#f2f6fd 20%, #e6eefa 140%);
    padding: 8px 0;
}

#content_top_menu_full_sf.content_top_menu a strong {
    font-weight: 400;
}

#content_top_menu_full_sf.content_top_menu > ul > li > a:hover::before, #content_top_menu_full_sf.content_top_menu > ul > li > span > a:hover::before, #content_top_menu_full_sf.content_top_menu > ul > li.hover > span > a:before {
    -moz-border-top-colors: #7cade6;
    border-top-color: #7cade6;
}

#content_top_menu_full_sf.content_top_menu li.active a:before {
    -moz-border-top-colors: #176bcf!important;
	 border-top-color: #176bcf!important;
}

.content_top_menu li.active a {
    background-image: linear-gradient(to right, #176bcf 30%, #024698 140%);
	color:#fff;
}

#content_top_menu_full_sf.content_top_menu > ul > li > span > a::before, .content_top_menu > ul > li > a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px 12px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 28px;
    transition: 200ms ease-in 0s;
    -moz-border-top-colors: transparent;
    border-top-color: transparent;
    z-index: 1200;
}

#content_top_menu_full_sf.content_top_menu > ul > li > span > a::after, .content_top_menu > ul > li > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px 16px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 28px;
    -moz-border-top-colors: #fff;
    border-top-color: #fff;
}

#content_top_menu_full_sf.content_top_menu li.contains_sub:before {
	display:none;
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    text-align: right;
    text-indent: 0;
    text-shadow: none;
    right: 16px;
    top: 0;
    width: 20px;
    height: 30px;
    content: "\f107";
    cursor: pointer;
    z-index: 99;
    color: #198de1;
}

#content_top_menu_full_sf .menu_content_sub {
    top: 28px;
}

.content_top_menu {
     box-shadow: none;
	 overflow:visible;
}

#content_top_menu_full_sf.content_top_menu li.contains_sub ul li a {
	padding-right: 0;
    padding-left: 12px;
}

#content_top_menu_full_sf.content_top_menu li.contains_sub > span > a {
    padding:0;
}

#content_top_menu_full_sf .menu_content_sub a {
	font-size:15.5px;
}


/** RESP MENU **/

.resp_item {
	display:none;
	font-family: 'Roboto Condensed', sans-serif;
    background-color: #024698;
    background-image: linear-gradient(to right, #176bcf 0%, #024698 100%);	
	position:relative;
	height:50px;
	width:100%;
}

@media (max-width: 767px ) {
    .resp_item {
        display: block;
    }
}

#resp_cat.resp_item, #resp_filter.resp_item {
    display: none;
}

.resp_item_button {
	position: absolute;
    right: 15px;
    top: 8px;
    display: block;
    height: 34px;
    width: 44px;
    line-height: 34px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
	padding: 5px 10px;
}

.resp_item_title {
	height:50px;
	line-height:50px;
	color:#fff;
    font-size: 18px;
	padding: 0 15px;
    text-align: left;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
	margin-top:4px;
}

.icon-plus::after, .icon-minus::after {
	content: "";
    background-image: url("../image/plus-minus.png");
    background-position: left top;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 19px;
}

.active .icon-plus::after, .icon-minus::after {
	background-position: left 0% top 10px;
}

#login_box.opened, #content_top.opened {
	height:auto;
}

#resp_filter {
    margin-top: 2px;
}

#resp_filter_button.active .icon-minus::after {
	background-position: left top;
}

/**** BOX ****/

#left {
    float: left;
    width: 25%;
	padding:0 15px 0 0;
}


/** CART **/

#cart {
    font-size: 18px;
    height: 70px;
    overflow: hidden;
    padding: 13px 10px 10px 76px !important;
	margin: 0 0 2px 0;
    width: 100%;
	margin-top:0px;
    color: #ffffff;
    background-color: #176bcf;
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 20%, rgba(2, 70, 152, 0) 50%, rgba(2, 70, 152, 1) 100%);
    text-shadow: 0 1px 0 rgba(0, 173, 239, 0.5);
    border: none;
    padding: 7px 12px;
    transition: all ease 200ms;
}

#cart:hover {
    background-color: #f2f6fd;
    color: #176bcf;
    background-image: linear-gradient(to right, rgba(2, 70, 152, 0) 70%, rgba(2, 70, 152, 0.1) 100%);
}

#cart:hover .box_cart_item span.text_color_fault, #cart:hover .box_cart_price span.text_color_fault {
	color:#176bcf;
    transition: 200ms ease-in 0s;
}

#cart::before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 120px 80px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -84px;
    -moz-border-left-colors: #fff;
    border-left-color: #fff;
    transition: 300ms ease-in 0s;	
}

#cart:hover::before {
    -moz-border-left-colors: #176bcf;
    border-left-color: #176bcf;
}

#box_cart_content a:before {
    background-color: transparent;
	content:"";
}

#box_cart_content a:hover::before {
    background-color: transparent;
	background-position: left top -50px;
}

#box_cart_content {   
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
	background: url("../image/cart-icon.png") no-repeat left 10px top 10px;
    display: block;
    height: 50px;
    width: 50px;
}

#cart:hover #box_cart_content {
    background-position: left 10px top -48px;
}

#box_cart_content.box_content {
  	background: url("../image/cart-icon.png") no-repeat left 10px top 3px;
}

.box_cart_item span.text_color_fault::before {
	content:"(";
}

#box_cart_content {
    padding-top: 0;
	line-height: 30px;
	padding-left:76px;
	text-align: center!important;
}

.box_cart_item, .box_cart_price {
    height: 30px;
    width: auto;
	margin-top:23px;
    display: inline-block;
	float:none;
	padding:0;
}

.box_cart_item {
	margin-right:10px;
}

.box_cart_item span.text_color_fault::after {
	content:")";
}

#box_cart_content .box_cart_item span.text_color_fault, #box_cart_content .box_cart_price span.text_color_fault {
    display: block;
    width: auto;
    font-size: 21px;
    font-weight: normal;
    text-align:left;
	text-decoration: none;
	color: #fff;
    float: none;
	font-family: 'Open Sans', arial;
}

#cart_title {
	display: block;
}

/* SLIDE */

#slideshow {
	display:block;
    margin-top: 0px;
    max-height: 232px;
}

#ud_shop_start #body_title {
    display: none;
}

.bx-pager {
    bottom: 10px;
    right: 30px;
    left:auto;
}

.bx-pager a {
    border: none;
    background-color: #7cade6;
    height: 11px;
    width: 11px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.bx-pager a.active {
    background-color: #176bcf;
}

/*** CAT ***/

/**SPEC CAT **/

#spec_cat li {
	height: 52px;
    line-height: 52px;	
	padding: 0;
	width:100%;
	background-image: none;
    background-color: #7cade6;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    text-shadow: none;    
	margin: 0 0 2px 0;
    position: relative;
    text-align: center;
}

#spec_cat li a {
	line-height: 52px!important;
	font-size: 24px!important;
	font-weight:500;
    text-decoration: none;
}

#spec_cat li a span {
	padding: 0 18px!important;
	margin:0!important;
	width: 100%!important;
    background-color:transparent!important;
}

#spec_cat li::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 10px;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    -moz-border-left-colors: #e6eefa;
    border-left-color: #e6eefa;
}

#spec_cat li:hover {
    color: #7cade6;
    background-color: #fff;
}

#spec_cat li:hover::after {
	-moz-border-left-colors: #7cade6;
    border-left-color: #7cade6;
}

#spec_cat .text_color_fault {
    color:#fff;
}

/** DEF CAT **/

#def_cat #box_cat_content .box_cat_click_level0, #def_cat #box_cat_content .box_cat_spec .text_small .text_color_fault, #def_cat .box_cat_type_expand .box_cat_level0 {
    display: block;
    transition: all 0.5s ease 0s;
    width: 100%;
}

#box_cat_content .box_cat_click_level3, .box_cat_type_expand .box_cat_level2 {
    display: block;
    padding: 0;
    width: 100%;
}

#def_cat #box_cat_content > ul > li {
	padding: 0;
    margin-left: 0;
    background-color: #176BCF;
    margin-bottom: 1px;
    line-height: 38px!important;
}

#def_cat #box_cat_content li {
    padding: 0px;
    margin: 0px;
    margin-left: 0;
	position: relative;
}

#def_cat #box_cat_content ul {
    background: #fff;
}

#def_cat #box_cat_content > ul > li .box_cat_level0 {
	padding: 0 12% 0 3%!important;	
}

#def_cat #box_cat_content > ul > li .box_cat_level2, #def_cat #box_cat_content > ul > li .box_cat_level3, #def_cat #box_cat_content > ul > li .box_cat_level4, #def_cat #box_cat_content > ul > li .box_cat_level5, #def_cat #box_cat_content > ul > li .box_cat_level6, #def_cat #box_cat_content > ul > li .box_cat_level7, #def_cat #box_cat_content > ul > li .box_cat_level8 {
	padding: 0 4% 0 4%!important;	
    background-color: #f2f6fd;
	margin-bottom:1px;
}

#def_cat #box_cat_content > ul > li .box_cat_level2.text_small, #def_cat #box_cat_content > ul > li .box_cat_level2 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level3.text_small, #def_cat #box_cat_content > ul > li .box_cat_level3 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level4 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level4.text_small, #def_cat #box_cat_content > ul > li .box_cat_level5 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level5.text_small, #def_cat #box_cat_content > ul > li .box_cat_level6 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level6.text_small, 
#def_cat #box_cat_content > ul > li .box_cat_level7 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level7.text_small,
#def_cat #box_cat_content > ul > li .box_cat_level8 a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level8.text_small {
	color:#198de1;
	font-size: 14px;
    font-weight: 400;
	width:100%;
}

#def_cat #box_cat_content > ul > li .box_cat_level2.text_small:hover, #def_cat #box_cat_content > ul > li .box_cat_level3.text_small:hover, #def_cat #box_cat_content > ul > li .box_cat_level2:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level3:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level4:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level4.text_small:hover, #def_cat #box_cat_content > ul > li .box_cat_level5:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level5.text_small:hover, #def_cat #box_cat_content > ul > li .box_cat_level6:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level6.text_small:hover, 
#def_cat #box_cat_content > ul > li .box_cat_level7:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level7.text_small:hover,  #def_cat #box_cat_content > ul > li .box_cat_level8:hover a.text_small, #def_cat #box_cat_content > ul > li .box_cat_level8.text_small:hover {
    color: #2a6496!important;
}

#def_cat #box_cat_content > ul > li .box_cat_level3 {
	padding: 0 12% 0 8%!important;	
}

#def_cat #box_cat_content > ul > li .box_cat_level4 {
	padding: 0 12% 0 10%!important;	
}

#def_cat #box_cat_content > ul > li .box_cat_level5 {
	padding: 0 12% 0 12%!important;	
}

#def_cat #box_cat_content > ul > li .box_cat_level6 {
	padding: 0 12% 0 14%!important;	
}

#def_cat #box_cat_content > ul > li .box_cat_level7 {
	padding: 0 12% 0 16%!important;	
}

#def_cat #box_cat_content > ul > li .box_cat_level8 {
	padding: 0 12% 0 18%!important;	
}

#def_cat #box_cat_content ul li a.text_small, #def_cat #box_cat_content .text_small {
    line-height: 38px!important;
}

#def_cat #box_cat_content ul li .text_color_fault .text_small {
	font-weight:700!important;	
}

#def_cat #box_cat_content ul .collapsable > span::after, #def_cat #box_cat_content ul .expandable > span::after {
	content: "";
	background-image: url("../image/plus-minus.png");
    background-position: left top;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 14px;
}

#def_cat #box_cat_content ul .collapsable > span::after {
    background-position: left bottom;
}

li.expandable #def_cat #box_cat_content ul .collapsable > span::after {
	background-position: left top 10px;
}

li.expandable span.box_cat_click_level2::after,
li.expandable span.box_cat_click_level3::after,
li.expandable span.box_cat_click_level4::after,
li.expandable span.box_cat_click_level5::after,
li.expandable span.box_cat_click_level6::after {
	background-position: right top!important;
}

li.collapsable > span.box_cat_click_level2::after,
li.collapsable > span.box_cat_click_level3::after,
li.collapsable > span.box_cat_click_level4::after,
li.collapsable > span.box_cat_click_level5::after,
li.collapsable > span.box_cat_click_level6::after {
	background-position: right bottom!important;		
}

#def_cat #box_cat_content .box_cat_click_level0:hover,
#def_cat #box_cat_content .box_cat_spec .text_small .text_color_fault:hover,
#def_cat #box_cat_content .box_cat_click_level2:hover,
#def_cat #box_cat_content .box_cat_click_level3:hover,
#def_cat #box_cat_content .box_cat_click_level4:hover {
    background-color: transparent!important;
    color: #fff!important;
}

#def_cat #box_cat_content ul li span.text_small,#def_cat #box_cat_content ul li a.text_small {
	color:#fff;
	padding:0;
}

#def_cat #box_cat_content .box_cat_click_level2, .box_cat_type_expand .box_cat_level1, .box_cat_type_expand .box_cat_level3 a {
    width: 100%;
}

#def_cat #box_cat_content .text_small {
    font-size: 15px;
    font-weight: 400;	
}

/***  TERMEK AJANLO ***/

.jcarousel-prev, .jcarousel-next {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    bottom: 5px;
	opacity:0.9;
}

.jcarousel-prev {
	left: 2px;
	background: url("../image/arrow_left_btn.png") no-repeat center;
}

.jcarousel-next {
    background: url("../image/arrow_right_btn.png") no-repeat center;
    right: 2px;
}

.jcarousel-prev:hover, .jcarousel-next:hover   {
	opacity:0.5;
}

#right .box_shop {
	height:auto;
	width:100%;
	background-color: #fff;
    border-radius: 0;
    margin-bottom: 40px;
    border-color: #7cade6;
    margin-bottom: 20px;
    border: 1px solid #7cade6;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(15, 84, 74, 0.5);	
}

#shop_top.box_shop {
	border-color: #024698;
}

#shop_top.box_shop .box_top_content_title  {
	background-color: #176bcf;
}

.box_art_content_title, .box_top_content_title {
    padding: 12px 20px;
	height: auto;
    min-height: 47px;
    max-height: 70px;
	color: #fff;
    background-color: #7cade6;
    border-color: #7cade6;
	font-size: 19px;
	font-weight:700;
	text-align:left;	
}

.box_art_content_scroll.jcarousel-list li {
	width:210px;
}

.box_art_pic_table {
	height:150px;	
}

.box_art_name_table_outer a {
    color: #545B65;
    font-size: 75%;
    line-height: 1.3em;
}

.box_art_price {
	text-align:center;
	height:90px;
}

.box_art_price_akcio strong, .box_art_price_akcio_text {
	display:none;
}

.box_art_price_actual {
	background-color: #7cade6;
    display: inline-block;
    margin-bottom: 4px;	
	padding:4px;
}

.box_art_price_actual .text_small {
    font-size: 14px;
    font-weight: 400;	
}

.box_art_price_actual .text_color_fault {
	color:#fff;	
}

.jcarousel-clip.jcarousel-clip-horizontal {
	height:300px;	
}

.box_art_name_table td, .box_art_name_table_outer {
    height: 50px;
}


/***** CONTENT BOTTOM ******/

#hirek_fejlec_content {
    color: #176bcf;
    font-size: 30px;
    font-weight: 400;
    min-height: 58px;
    height: auto;
	padding: 12px;
    max-width: 100%;
    margin: 4px 0 5px 0;
    position: relative;
    background-image: linear-gradient(to left, #fff 0%, #176bcf 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70% 4px;
}

#content_bottom_news {
    padding: 0 15px 30px;
    background-color: #fff;
}

.box_news_content span, .box_news_content {
	line-height: 1.2em;
	font-size: 14px;
	font-family: "Open Sans", arial;
}

.main-title-icons {
    background-image: url("../image/main-title-icons.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
	height:40px;
    margin-left: 0;
    margin-right: 8px;
    width: 40px;
}

.main-title-icons.icon-prof_public {
    background-position: -120px center;
}

/** NEWS **/

.box_news_title .text_small {
	color: #198de1;
	font-size:15px;
	font-weight: 700;
}

.box_news_date {
    margin-bottom: 8px;	
    position: absolute;
    top: 15px;
}

.box_news_date .text_small {
	color: #b2b2b2;
    font-size: 12px;
    margin-bottom: 8px;	
	font-family:'Open Sans', arial!important;
}

.box_news_date .text_small strong {
	font-weight: normal;	
}

.box_news_date, .box_news_title, .box_news_content {
    text-align: left;
}

.box_news_title {
	margin-bottom:20px;	
}

#box_news_content {
	position:relative;	
	overflow:visible;
}

.box_news_hidden_link {
	position: absolute;
    top: -27px;
    right: 15px;
}

.box_news_hidden_link.text_normal, .box_news_button_more .text_small {
	color:#198de1;
	font-size:13px;
}

.box_news_hidden_link.text_normal::before {
	content:"+ ";	
}

.box_news_hidden_link.text_normal:hover {
	text-decoration:underline;
	color:#2a6496;
}

.box_news_hidden_link strong {
	font-weight:normal;
}

.box_news_hidden_link .text_color_fault {
	display:none;	
}

.box_news_content li {
	display:inline-block;	
}

.box_news_content table, .page_news_content table {
	width:100%!important;	
}

.box_news_content table, .box_news_content table tr, .box_news_content, .box_news_content table td {
	height:auto!important;
	max-height:99px!important;
	overflow:hidden;
}

.box_news_content table td:first-child, .page_news_content table td:first-child {
	width:160px!important;
	text-align:center;	
	vertical-align: top;
}

.box_news_content table td:last-child, .page_news_content table td:last-child  {
    width: calc(100% - 160px)!important;
	text-align:left;
    padding-left: 2%;
}

.box_news_content table td img {
	max-height:90px!important;
	width:auto;
}

.box_news_item {
    border-bottom: 1px solid #e6eefa;
    margin-bottom: 25px; 
    margin-top: 15px;
    padding-bottom: 20px;
	position:relative;
}

.box_news_button_more {
	position: absolute;
    right: 15px;
    bottom: 2px;	
}


/**** FOOTER ****/

#footer {
    background-color: #012360;
    background-image: linear-gradient( to right , #024698 0%, #012360 100%);
}

#footer_container {
    max-width:1272px;
	margin:0 auto;
    padding: 0 15px;
}

#footer_top {
	border-bottom: 1px solid #001a3d;
}

.footer_top_col {
	min-width: 18%;
    margin-right: 2%;
	height:170px;
	float:left;
}

#footer_top_col5 {
	margin-right:0;	
}

.footer_top_col ul {
	list-style:none;	
}

.footer_top_col ul li:first-child {
    /*border-width: 1px;
    border-image: linear-gradient(to left, #024698 50%, rgba(0,0,0, 0.5)) 0 0 100% 0;
    -webkit-border-image: -webkit-linear-gradient(left, #024698 50%, rgba(0,0,0, 0.5)) 0 0 100% 0;
    -moz-border-image: -moz-linear-gradient(left, #024698 50%, rgba(0,0,0, 0.5)) 0 0 100% 0;*/
    min-height: 30px;
    display: block;
    border-bottom: 1px solid #001a3d;
	color:#fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer_top_col li, .footer_top_col a {
    color: #7cade6;
	line-height: 20px;
}

#newsletter_title {
	text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 26px;
    margin-right: 14px;
    padding-top: 13px;
    background-image: url("../image/letter_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 54px;
    padding-left: 60px;
    display: inline-block;
    float: left;
    height: auto;
}

#footer_contanier {
	color:#fff;	
}

#newsletter_text {
    margin-bottom: 15px;
    margin-top: 46px;
    height: auto;
    padding-left: 10px;
    display: inline-block;
    float: left;
    text-align: left;
}

#newsletter_text p {
    color:#e6eefa;
	font-family:'Open Sans', arial!important;
}

#box_newsletter_content label, #box_newsletter_button_down {
	display:none;	
}

input[name="news_emai"] {
   /* border: 1px solid #545B65;*/
    color: #024698;
    display: inline-block;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    width: 290px;
    float: left;
    margin-right: 6px;
    background-color: #e6eefa;
}

.box_newsletter_button, .box_newsletter_field {
	float:left;
	margin-top:0;
}

input#box_newsletter_button_up {
	margin-top:0;	
}

#box_newsletter_content {
	padding-bottom:45px;
    border-bottom: 1px solid #001a3d;	
}

#footer_logo {
	width:171px;
	height:51px;	
	float:right;
	margin:30px 10px 10px;
}

#footer_menu {
	float:left;
}	

#footer_bottom {
	padding:20px 0 60px 0;	
	height: 150px;
}

#footer_menu ul {
	list-style:none;	
}

#footer_menu ul li {
	display:inline;
	color:#198de1;	
}

#footer_menu ul li:first-child {
    padding-left: 0;
}

#footer_menu ul li {
    display: inline-block;
    border-right: 1px solid #024698;
    padding: 0 15px;
    line-height: 1em;
}

#footer_menu ul li:last-child {
    border-right: none;
}

#box_container_shop_top, #box_container_shop_art {
	display:none;	
}

#footer_bottom_bottom {
	display:none;
	background-color:#fff;	
	padding: 10px 0;
}

#footer_bottom_bottom ul {
    list-style: none;
}

#footer_bottom_bottom ul li:first-child {
    font-size: 18px;
    line-height: 18px;
    margin-left: 16px;
    padding-top: 2px;
}

#footer_bottom_bottom ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 3px;
    font-size: 14px;
    line-height: normal;
    color: #198de1;
    padding-top: 4px;
}

.scrolltotop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 5px;
	z-index: 10;
    box-shadow: 5px 5px 5px rgba(26, 95, 190, 0.61);
}

.scrolltotop a {
    background-color: rgb(0, 174, 237);
    color: #fff;
    width: 40px;
    display: block;
    text-align: center;
    font: 18px/100% Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.scrolltotop a i {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/***** LISTA OLDAL *****/

#ud_shop_art #body_title, #ud_shop_art .page_artdet_buttonback, #ud_shop_art .page_hr, .breadcrumb_sep, #ud_shop_artspec .page_artdet_buttonback, #ud_shop_artspec .page_artdet_head, #ud_shop_artspec .page_hr {
	display:none;
}

/** NAV **/

.page_artdet_dispcat a.text_small:first-child, .page_artdet_dispcat > span > span.breadcrumb_item.breadcrumb_main {
    padding-left: 22px;
}

.page_artdet_dispcat a.text_small, a.page_artdet_tab {
    background-color: #7cade6;
    color: white;
    display: block;
    float: left;
	font-weight: 400;
	font-size:13px;
    padding: 0 0 0 50px;
    position: relative;
	height:22px;
	line-height:22px;
}

.breadcrumb_item::before, .breadcrumb_item::after, a.page_artdet_tab::beofore, a.page_artdet_tab::after {
    border-bottom: 50px solid transparent;
    border-left: 25px solid white;
    border-top: 50px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-left: 3px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}

.breadcrumb_item::after, .breadcrumb_item::before {
    border-left: 30px solid #176bcf;
	margin-left:0;
}

.page_artdet_dispcat a::after, a.page_artdet_tab::after {
    border-left: 25px solid #7cade6!important;
    margin-left: 0px!important;
}

.page_artdet_dispcat {
	background-color: #f2f6fd;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 0;
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(to right, #f2f6fd 0px, #fff 160%);
	padding-top: 0;
	line-height: 22px;
    height: 22px;	
}

span.breadcrumb_item {
    background-color: #176bcf;
	height:22px;
    display: inline-block;
	padding: 0 0 0 46px;
	position:relative;
	font-weight: 400;
	font-size:13px;
	color:#fff;
}

.page_artdet_dispcat a.text_small:last-child {
	background-color: #176bcf;
    display: inline-block;
    padding: 0 0 0 46px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #fff;	
}

a.page_artdet_tab_active {
	background-color: #176bcf!important;
}

.breadcrumb_item::before, .breadcrumb_item::after, a.page_artdet_tab::before, a.page_artdet_tab::after {
    border-bottom: 50px solid transparent;
    border-left: 25px solid white;
    border-top: 50px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-left: 3px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}

.page_artdet_dispcat a.text_small:last-child::after, span.breadcrumb_item::after, a.page_artdet_tab_active::after {
    border-left: 25px solid #176bcf!important;
    margin-left: 0;
}

#body_container {
    padding-top: 10px;
}

.page_artlist_page_num {
    width: auto;
	/*margin: 11px 3px 0 3px;*/
}

.page_artlist_page_left, .page_artlist_page_right {
    width: 2%;
}

.page_select_left, .page_select_left_active, .page_select_right, .page_select_right_active {
    background-image:none;
}

.page_select_left, .page_select_left_active, .page_select_right, .page_select_right_active {
    width: 16px;
    height: 44px;
    cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
}

.page_select_left a, .page_select_right a {
	text-decoration:none!important;	
}

.page_artlist_page_left, .page_artlist_page_right {
    width: auto;
    height: auto;
}

.page_artlist_page {
    display: flex;
    align-items: center;
    justify-content: center;
}


.page_artlist_price_save, .page_artlist_price_save_1,{
	background-color:transparent;
	background-image: url("../image/actions-label.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 17px;    
    position: absolute;
	top: 10px;
    left: 10px;
	height: 72px;
	width: 83px;
    line-height: 72px;
	padding-top:0;
	font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;   
}

/*** START OLDALI AJANLOK ***/

.start_arts .page_hr {
	display:none;	
}

.main-title-icons.icon-specials {
    background-position: -80px center;
}

.main-title-icons.icon-favourites {
    background-position: -360px center;
}

.main-title {
    color: #176bcf;
    font-size: 30px;
    font-weight: 400;
    min-height: 58px;
	height:auto;
	padding: 10px 10px 10px 12px;
    text-align: left;
    max-width: 100%;
    margin: 4px 0 22px 0;
    position: relative;
    background-image: linear-gradient(to left, #fff 0%, #176bcf 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70% 4px;
}

.sub-title {
    color: #545B65;
    font-size: 18px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    max-width: 100%;
    background-image: linear-gradient(to left, #fff 0%, #176bcf 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 2px;
    behavior: url(pie/PIE.htc), url(../pie/PIE.htc);
}

.main-title.title-success {
    background-image: linear-gradient(to left, #fff 0px, #7cade6 100%);
}

.main-title-link {
    background-color: #FFFFFF;
    bottom: -4px;
    display: block;
    font-size: 13px;
    line-height: normal;
    padding-left: 4px;
    position: absolute;
    right: 20px;
    text-transform: none;
}

.start_arts_header{
	position:relative;
}

.page_shop_artspec_1 #title_content h1::before, .page_shop_artspec_2 #title_content h1::before {
	content:"";
	background-image: url("../image/main-title-icons.png");
    background-repeat: no-repeat;
	background-position: -80px center;
    width: 40px;
    height: 60px;
	position: absolute;
    left: 8px;
    top: 4px;
}

.page_shop_artspec_2 #title_content h1::before {
	background-position: -360px center;	
}

#title_content {
    width: 100%;
    text-align: left;
	min-height: 60px;
    height: auto;
}

#body_title {
	min-height: 60px;
    border-bottom: none;
    height: auto;
}

/*.page_shop_artspec_1 #title_content h1, .page_shop_artspec_2 #title_content h1 {*/
#title_content h1 {
    color: #176bcf;
    font-size: 30px;
    font-weight: 400;
  	min-height: 60px;
    border-bottom: none;
    height: auto;
    line-height: 1.2em;
    padding: 15px 0 15px 60px;
    width: 100%;
    max-width: 100%;
    margin: 0px 0 22px 0;
    position: relative;
    background-image: linear-gradient(to left, #fff 0%, #176bcf 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70% 4px;	
	float:none;
    text-transform: none;
}

#title_content h1::after {
	content:"";
	clear:both;	
}

#ud_shop_artspec .page_content {
    float: left;
}

#ud_shop_artspec #title_content h1 {
	margin:0;
}

/*** ARTDET ***/

#ud_shop_artdet #body_title, #ud_shop_artdet .page_artdet_buttonback, #ud_shop_cat #body_title, #ud_shop_cat .page_artdet_buttonback {
	display:none;
}


.page_hr {
	width:100%;
	height:4px;
	background-image: linear-gradient(to left, #fff 0%, #176bcf 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70% 4px;
	background-color:transparent;
}

.page_artdet_product_type_value .page_artdet_product_type_element {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.page_artdet_product_type_value .page_artdet_product_type_element.border_2, .page_artdet_product_type_value .page_artdet_product_type_element_aktiv.border_1 {
    border-width: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.page_compare_cart_link {
    height: 24px;
}

.page_cart_td_menny input {
    width: 47px;
    text-align: center;
    background-color: #fff!important;
    border: 1px solid #e6eefa;
}

#ud_shop_cart #title_content h1::before {
	content: "";
    background-image: url("../image/cart-icon.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 35px;
    height: 50px;
    background-size: 100%;
    position: absolute;
    left: 11px;
    top: 6px;
}

#cart_button_back, #button_prev, #button_back {
	color: #fff!important;
    background-color: #024698;
    border-color: #024698;
    transition: 200ms ease-in 0s;	
}

#cart_button_back:hover, #button_prev:hover, #button_back:hover {
	color: #024698!important;
    background-color: #fff;
}

.page_newcust_button_right .text_button input {
	background-color: #00aeed;
    color: #FFF;
}

.cart2 .text_color_white {
	color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.page_cart_tr_head .text_color_white, .page_cart_td_nev .text_color_white, .page_cart_tr_sum .text_color_white {
	color: #176bcf;	
}

.cart2 .bg_color_dark1, #ud_shop_cart .bg_color_light3, #ud_shop_cart .bg_color_light2 {
    background-color: transparent;
}

.page_cart_td_sum {
    width: 140px;
}

.page_cart_table > tbody > tr.page_cart_tr_item:nth-child(2n+2) > td {
    background-color: #f2f6fd;
}

#ud_shop_cart .border_2, #ud_shop_cart .border_1 {
	border:none;	
}

.page_cart_store_button input {
    min-width: 150px;
	width: auto;
}

.page_cart_tr_sum.bg_color_dark1, .page_cart_tr_sum .bg_color_dark3 {
    background-color: #e6eefa;
    color: #176bcf;
    border: 1px solid #e6eefa;
    font-size: 115%;
    font-family: 'Roboto Condensed', sans-serif;
}

#ud_shop_cart .text_normal {
	font-size:15px;	
}

#ud_shop_order_mods .page_newcust_button_right input, #ud_shop_order_mods .page_newcust_button_left input {
    width:160px;
    height: 30px;
}

.page_order_mods_tr_head .bg_color_dark1 {
	color: #ffffff;
    background-color: #176bcf;
	border-color: #024698;	
}

#button_next {
	width:auto;
	color: #fff!important;
    background-color: #7cade6;
    border-color: #7cade6;	
}

#button_next:hover {
	background-color: #fff;
    color: #024698!important;
    border-color: #024698;
}

.page_newcust_button_right, .page_newcust_button_left {
	width:50%;	
}

.page_newcust_button_right input, .page_newcust_button_left input {
	width:auto;
	min-width:160px;	
}

#ud_shop_order_mods .text_normal {
	font-size:14px;	
}

.page_order_control_tr_head .bg_color_dark1 {
    background-color: #176bcf;
    border-color: #024698;		
}

.page_order_control_tr_body .text_normal {
	font-size:14px;	
}

#page_order_control_main.border_1 {
	border:none;	
}

#ud_shop_order_control .text_color_white, #ud_shop_order_control .text_normal {
	color:#333;
}

#ud_shop_order_control .bg_color_dark2, #ud_shop_order_control .bg_color_dark3, .page_order_control_td_1.bg_color_dark2 {
	background-color:transparent;	
}

#ud_shop_order_control .page_order_control_tr_head .text_normal .text_color_white {
	font-size:18px;	
	color:#fff!important;
}

#ud_shop_order_control .page_order_control_tr_title .text_normal .text_color_white, .page_order_control_td_1 .text_normal .text_color_white {
	color:#176bcf!important;	
}

#page_order_control_sum_gross .text_color_white {
	color:#176bcf!important;
	font-size:16px;		
}

#page_order_control_sum_full .text_color_white { 
	color:#176bcf!important;
	font-size:18px;
}

.page_orderflow_item_num.bg_color_dark2 {
	background-color: #176bcf!important;
    border-color: #024698!important;		
}

.page_orderflow_item_num.bg_color_dark2 .text_color_white {
	color:#fff!important;	
}

.page_orderflow_item_text_inner {
    font-size: 13px;
	color:#333;
}

#ud_shop_order_control table > tbody > tr:nth-child(2n+2) {
    background-color: #f2f6fd;
}

#page_order_control_cart td {
	padding: 3px 0;	
}

#page_order_control_cart .page_order_control_tr_head td {
	padding: 3px 5px;		
}

.page_cart_empty .page_cart_tr_item .text_color_white {
	color:#176BCF;	
}

.page_cart_empty .page_cart_tr_head .text_color_white {
	color:#fff;	
}

.page_design_item .page_design_content .text_input input.page_input_width_phone_country {
    width: 30px;
}

#page_cart_icon_refresh {
    background-image: url("../image/refresh-icon.png");
}

#page_cart_icon_refresh:before, #page_cart_icon_delete:before {
	content:"";
}	

#page_cart_icon_delete:before {
	content:"×";
	font-family: 'Open Sans', arial;
	font-size: 28px;
	font-weight: 200;
	color:#2fa4da;	
}

#page_cart_icon_delete:hover:before {
	color:#024698;	
}

.cart2 #page_cart_icon_refresh:before, .cart2 #page_cart_icon_delete:before {
    line-height: 24px;
}

.page_order_control_tr_head td {
    height: 30px;
    width: 508px;
}

#page_order_control_megj textarea, .page_order_mods_td_input input {
	background-color:#fff!important;	
}


/*** CONTACT ***/

.page_contact_tabs a {
    height: 30px;
}

#ud_shop_contact #title_content h1::before {
    content: "";
    background-image: url("../image/main-title-icons.png");
    background-repeat: no-repeat;
    background-position: -280px center;
    width: 40px;
    height: 60px;
    position: absolute;
    left: 8px;
    top: 4px;
}

.contact-box .title {
    font-size: 18px;
    color: #176bcf;
}

.contact-box strong {
    font-size: 90%;
    margin-right: 4px;
}

.contact-box {
    line-height: 1.6em;
    margin-bottom: 15px;
	font-family: "Open Sans", arial;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-md-6 {
	width:50%;
	float:left;
	position: relative;
    padding:0 15px 0 0;
}	

.personal-box.left {
    margin-bottom: 0px;
    margin-top: 0px;
    float: none;
    text-align: left;
}

.personal-box.left .p-photo-box {
    width: 100%;
    float: left;
    margin: 0 40px 0 0;
    text-align: left;
}

.personal-box.left .p-photo-box img {
    margin-right: 16px;
    float: left;
    border-radius: 110px;
    margin-bottom: 19px;
}

.personal-box .p-photo-box p {
    text-align: left;
    float: left;
    margin-bottom: 40px;
    display: block;
    font-size: 14px;
}

.personal-box.left .p-photo-box .name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.personal-box .p-photo-box .rank {
    font-size: 15px;
}

#page_contact_mail .page_titletext {
	width:100%;	
}

#page_contact_mail input[type=text], #page_contact_mail input[name=subject] {
    max-width: 250px;
    border: none;
}

#page_contact_mail textarea[name=message] {
	height:210px;
    max-width: 100%;
    max-height: 210px;
}

#page_contact_mail .border_2 {
	border:none;
}

#page_contact_mail .bg_color_light3, #page_contact_mail .bg_color_light2 {
	background-color:transparent;
}

#page_contact_mail td {
	display:block;
	width:100%;
	float:left;	
}

#page_contact_mail .page_design_name .text_normal strong {
	color: #176bcf;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

#page_contact_mail .page_design_name {
	text-align: left;	
}

#page_contact_mail .page_design_main {
	margin-bottom:20px;
}	

#page_contact_mail .text_button input {
	background-color: #024698;
    border-color: #024698;
}

#page_contact_mail .text_button input:hover {
	background-color:#fff;	
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}

#contact-google-outer {
	width:100%;
	float:left;	
}

.page_txt {
    width: 100%;
    padding: 0;
}

.page_contact_payment_name {
    font-weight: 400;
}

.page_contact_main {
	display:none;	
}

.page_help_tabs a {  
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

#page_contact_mail input, #page_contact_mail textarea {
	background-color: #e6eefa;
}

#page_contact_mail input:focus, #page_contact_mail textarea:focus {
    outline: 0;
    -webkit-box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
    box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
    background-color: #f2f6fd;
}

/*** LOGIN ***/

.page_login_normal .page_login_button input {
    width: 100%;
}

#page_login_content.page_login_normal label {
    line-height: 36px;
	display:none;
}

#page_login_content .page_login_input {
    float: right;
}

.page_login_normal #page_login_reg .page_login_button_outer {
    position: static;
}

::-webkit-input-placeholder {
   color: #024698;  
}

:-moz-placeholder { /* Firefox 18- */
   color: #024698;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #024698;  
}

:-ms-input-placeholder {  
   color: #024698;  
}

#ud_shop_login #title_content h1::before {
    content: "";
    background-image: url("../image/main-title-icons.png");
    background-repeat: no-repeat;
    background-position: -240px center;
    width: 40px;
    height: 60px;
    position: absolute;
    left: 8px;
    top: 4px;
}


/********** CART ********/


#cart_button_back, #cart_button_modify, #cart_button_empty, #cart_button_order {
    width: 160px;
}


/**** OVERLAY *****/

.overlay_info button, .overlay_error button, .overlay_ok button, .overlay_warning button, .overlay_dialog button, .overlay_login button {
    background: #2db9ec;
    border: 1px solid #00aeed;
    height: 36px;
	background-color: #00aeed;
    color: #FFF;
	min-width:105px;
}

.overlay_info button:hover, .overlay_error button:hover, .overlay_ok button:hover, .overlay_warning button:hover, .overlay_dialog button:hover, .overlay_login button:hover {
	background-color: #fff;
    color: #024698;
    border: 1px solid #024698;
}

.overlay_info, .overlay_error, .overlay_ok, .overlay_warning, .overlay_dialog, .overlay_login {
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    box-shadow: 0px 0px 50px #ccc;
}

#exposeMaskOverlay {
	opacity: 0.5!important;	
}

/*** POPUP ***/

#page_tooltip_view_details {
    height: auto;
    padding: 4px 8px 4px 8px;
}

#page_tooltip_view_details_outer {
    margin: 0 6px 3px;
}

.popup_title {
    position: relative;
    height: 56px;
    padding: 10px 0 4px 65px;
    background-position: 5px 8px;
    background-repeat: no-repeat;
    text-align: left;
    margin: 0 auto;
}

.popup_title_button {
	position: absolute;
    right: 10px;
    top: 15px;
    height: auto!important;
    width: 150px;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.popup_title_button a {
    text-decoration: none;
}

#question_form .recommend_label_input {
	margin-top:15px;
}

#page_PopupContainer_inner, #page_PopupContainer_tooltip_inner, #page_tooltip_view_details {
	box-sizing: content-box;	
}	

#page_PopupContainer_inner, #page_PopupContainer_tooltip_inner {
    padding: 9px;
	margin: 6px;
}

/*** SEARCH ***/

#ud_shop_search .page_artdet_head, #ud_shop_search .page_hr {
	display:none;	
}

#ud_shop_search #title_content h1 {
	margin:0;	
}

/*****/

#ud_shop_start .page_artlist_cart_det {
    height: 36px;
    transition:none;
}

#ud_shop_start .page_artlist_cart_det a:hover {
    color: #024698;
    background-color: #fff;
    transition:none;
}

/*
#def_cat #box_cat_content > ul > li.open.expandable > span::after,
#def_cat #box_cat_content > ul > li.open.collapsable > span::after,
#def_cat #box_cat_content > ul > li.hasChildren > span::after,
#def_cat #box_cat_content > ul > li.open > span::after {
    content: "";
    background-image: url(../image/plus-minus.png);
    background-position: left bottom;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 14px;
}*/
/*
#def_cat #box_cat_content > ul > li.open.collapsable > span::after,
#def_cat #box_cat_content > ul > li.hasChildren > span::after{
    background-position: left top;
}*/

.box_left_container {
    box-sizing: content-box;
}


/***** RESPONSIVE *****/

#top_center_right #top_center_left #spec_cat {
	display:none;	
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	
	#content, #container_container, #footer_top_inner, #footer_container {
		max-width: 970px;
	}
	
	.box_art_content_scroll.jcarousel-list li {
    	width: 172px;
	}	

}


@media only screen and (min-width: 768px) and (max-width: 990px) {
	
	#content, #container_container, #footer_top_inner, #footer_container {
		width: 750px;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	
	#header_top_left, #header_top_right {
		width:100%;
		float:left;	
	}
	
	#header_top_left {
		display:flex;	
	}
	
	#header_top_left_menu {
		margin:0 auto;	
	}
		
	#he_co_3 {
		height:70px;	
	}
	
	#he_co_1, #he_co_2, #he_co_3 {
		width:100%;
		float:left;
	}
	
	#he_co_1-2 {
		height:auto;	
	}
	
	#logo {
	    float: none;
	}
	
	#logo_szoveg_content h1 {
		text-align:center!important;
	}
	
	#he_co_2 {
		max-width:100%;	
	}
	
	#logo_szoveg {
   		max-width: 50%;
	}
	
	#content_top {
		background-color: #024698!important;
	    background-image: linear-gradient(to right, #176bcf 0%, #024698 100%)!important;	
		border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		height:auto;
        display: none;
	}
	
	#content_top_menu_full_sf {
		height:auto!important;
		display:block;
		padding:8px 0;
	}
	
	#content_top_menu_full_sf ul li {
		width:100%!important;
	}
	
	#content_top_menu_full_sf ul > li > ul li, #content_top_menu_full_sf .menu_content_sub a {
		height: 28px!important;
		line-height:28px;
	}
	
	.content_top_menu a {
		color: #fff;
	}
	
	.content_top_menu .menu_content_sub a  {
	    color: #198de1;   
	    font-size: 15.5px!important;
		padding-left:25px!important;
	}
	
	#content_top_menu_full_sf .menu_content_sub .menu_content_sub a {
    	font-size: 16px;
    	padding-left: 30px!important;
	}
	
	#content_top_menu_full_sf .menu_content_sub .menu_content_sub .menu_content_sub a {
    	font-size: 15px;
    	padding-left: 35px!important;
	}
	
	#content_top_menu_full_sf.content_top_menu > ul > li > span > a::before, .content_top_menu > ul > li > a::before, #content_top_menu_full_sf.content_top_menu > ul > li > span > a::after, .content_top_menu > ul > li > a::after {
		border:none;
		content:" ";
	}
	
	#content_top_menu_full_sf ul li.contains_sub.hover {
		height:auto;	
	}
	
	#content_top_menu_full_sf ul {
 	   position: static!important;
       display: table;
	}
	
	.bx-pager-item {
	    margin-left: 10px;
	}
	
	.bx-pager-item a {
		height:16px;
		width:16px;
		border-radius:8px;	
	}
	
	.footer_top_col {
		min-width: 30%;
		margin-right: 2%;
		height: 170px;
		float: left;
	}

	#header_top_right {
		display: table;	
	}
	
	#header_top_right #login, #money_lang {
		display: table-cell;
		width: 45%;
		text-align: left;
		vertical-align: top;	
		float: none;
	}
	
	#money {
    	display: inline-block;	
	}	
	
	#header_top_right #login {
		width: 55%;	
		text-align: right;
	}
	
	#box_lang_content.box_content {
		height: 22px;	
	}
	
	#lang_small .box_lang_type_flag {
		padding-top: 1px;
	}

}

@media only screen and (min-width: 641px) and (max-width: 767px) {


	.box_art_content_scroll.jcarousel-list li {
			width: 235px;
	}

}


@media only screen and (min-width: 481px) and (max-width: 640px) {


	.box_art_content_scroll.jcarousel-list li {
			width: 550px;
	}
	
	#banner_start_big_bx_content .bx-pager {
		display: block;
	}

}

@media only screen and (min-width: 415px) and (max-width: 480px) {


	.box_art_content_scroll.jcarousel-list li {
			width: 430px;
	}

}

@media only screen and (min-width: 361px) and (max-width: 414px) {


	.box_art_content_scroll.jcarousel-list li {
			width: 364px;
	}

}

@media only screen and (min-width: 321px) and (max-width: 360px) {


	.box_art_content_scroll.jcarousel-list li {
			width: 328px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 320px) {


	.box_art_content_scroll.jcarousel-list li {
			width: 288px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 360px) {


	#button_next {
    	letter-spacing: -0.6px;
	}
	
	#footer_bottom_bottom {
		display:block;
	}	
	
	#header_top_left_menu, #he_co_2 {
		display:none;	
	}
	
	/*
	#he_co_1 {
		margin-bottom:10px;	
	}*/
	
	#top_center_left_full #top_center_left #spec_cat, hr.big, .bx-pager {
		display:none;	
	}
	
	#top_center_right #top_center_left #spec_cat{
		display:block;	
	}
	
	#top_center_right #top_center_left {
		margin-top:2px;	
	}

}


@media only screen and (min-width: 0px) and (max-width: 479px) {

	.box_news_content table td:first-child, .page_news_content table td:first-child, .box_news_content table td:last-child, .page_news_content table td:last-child {
   		width: 100%!important;
    	text-align: left;
    	vertical-align: top;
		float:left;
		display:block;
	}
	
	.box_news_content table td:first-child, .page_news_content table td:first-child {
		text-align:center;	
	}
	
	.box_news_content table tr, .box_news_content table, .box_news_content {
		max-height:205px!important;		
	}
	
	.box_news_content table td:last-child, .page_news_content table td:last-child {
		margin-top:10px;	
	}
	
	.footer_top_col {
		min-width: 48%;
		margin-right: 2%;
		height: 170px;
		float: left;
	}
	
	.box_newsletter_button, .box_newsletter_field {
		width:100%;
		float:left;	
	}
	
	.box_newsletter_field input {
		width:100%;	
	}
	
	.page_news_content table td:last-child {
		height:auto!important;	
	}
	
	#page_login_content.page_login_normal .page_login_input {
    	width: 100%;
	}
	
	.page_order_send_key span.text_bigger {
		display:block;	
	}
	
    .footer_top_col {
        height: auto;
        margin-top: 5px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    .page_artdet_dispcat .breadcrumb_item {
        margin: 2px;
    }

    .page_artlist_compare {
        display: none;
    }

	.page_login_normal #page_login_login {
        border:none;
	}
	
	.page_cart_table td {
		padding:2px 8px;	
	}
	
	#page_cart_main .page_cart_td_nev {
	    padding-right: 60px;
	}
	
	#page_order_control_cart td {
    	padding: 10px 5px;
	}
	
	#page_order_control_cart .page_order_control_td_5 {
    	width: 150px;
	}
	
	.breadcrumb_item::before, .breadcrumb_item::after, a.page_artdet_tab::before, a.page_artdet_tab::after {
		border:none;	
	}
	
	a.breadcrumb_item, span.breadcrumb_item {
    	padding: 0 10px!important;
		margin-right:2px;
	}
	
	.page_artdet_dispcat {
        line-height: 22px;
    	height: auto;	
	}
	
	.page_icon {
		padding-top: 5px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 570px) {

	#header_top_left_menu li {
		margin:5px;
		text-align:center;
		float:none!important;
	}
	
	.he_co, #header_top_left, #header_top_right {
		height: auto;	
	}
		
	#header_top_right #login ul li {
    	border-left:none;
	}
	
	
	#login_box {
	    left: 3px;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 710px) {
	
	#page_cart_coupon .page_design_name, #page_cart_coupon .page_design_name_content {
		width:100%;
		display:inline-block;
		text-align:center;
	}
	
	#page_cart_coupon #coupon_id {
    	width: 100%;
		max-width:100%;
	}
	
	#page_cart_coupon .page_design_content {
		text-align:center;
	}	
	
	.page_newcust_button_right, .page_newcust_button_left {
    	width:100%;
		text-align:center;	
		padding:0;
	}
	
	.page_newcust_button_left {
		display:none;	
	}
	
	.page_newcust_button_right {
		display:table;	
	}

}

@media (max-width: 990px) {

    #box_left .resp_item {
        display:block;
    }

	#he_co_3, #he_co_1-2, #top_center_left, #top_center_right, #left, #center_right, #ud_shop_start #center, #right {
   	 	width: 100%;
		padding:0;
	}
	
	#search {
		width: 100%!important;
		margin-top: 10px!important;
		height: 48px!important;
		float: left!important;
	    position: initial!important;
	}
	
	#box_search_content .box_search_field {
  		width: calc(100% - 35px);
	}
	
	#content_container {
		padding:0 15px;	
	}
	
	#newsletter_text {
	    margin-top: 0;
	}
	
	#newsletter_title {   
    	margin-bottom: 5px;
	}

	#center {
		width:100%!important;
		padding:0;	
	}
	
	.col-md-6 {
		width:100%;	
	}

	#resp_cat.resp_item, #resp_filter.resp_item {
		display:block;	
	}
	
	#box_container_shop_filter .box_left_title {
		position:relative;
		cursor:pointer;
		margin-top:2px;
	}

    #box_container_shop_filter .box_left_title::before, #resp_cat .resp_item_title::before {
        content: "\f0b0";
        font-family: "FontAwesome";
        margin-right: 10px;
    }

    #resp_cat .resp_item_title::before {
        content:"\f1b3";
    }

    #box_container_shop_filter .box_left_container {
        display: none;
    }

    #box_container_shop_filter .box_left_title::after {
		content:"";
		background-image: url("../image/plus-minus.png");
		background-position: left 0 bottom 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 14px;
		top: 19px;
	}

	#box_container_shop_filter .box_left_title.opened::after {
		 background-position: left 0 top 10px;
	}
	
	div[class^="box_container_"],
    #ud_shop_cat #box_container_shop_art_data,
    #ud_shop_cat #slideshow, #ud_shop_cat #spec_cat {
        display: none;   
    }
	
	#box_container_shop_filter {
		display: block;	
	}
	
	#search {	
		max-width: 450px !important;
		margin: 0 auto;
		float: none!important;
	}
	

}

@media only screen and (max-width: 1240px) and (min-width: 768px) {
	#content_top_menu_full, #content_top_menu_full_sf {
		display: table;
	}
	
}

@media only screen and (max-width: 899px) and (min-width: 0px) {
	#left, #cart, #content_top_menu_full, a.header_category_icon {
		display: block;
	}
}


@media only screen and (min-width: 768px) {
	
	#content_top {
    	display: block!important;
	}
}

@media only screen and (min-width: 991px) {
	
	#box_container_shop_filter .box_left_title, #box_container_shop_filter .box_left_container {
    	display: block!important;
	}

}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    
    #header_top_left_menu, #he_co_2, #box_container_home_banner4_1, #content_container>.big, #ud_shop_cart #left, #top_center_left_full #spec_cat {
        display: none;
    }
        
    #footer_bottom_bottom, #top_center_right #spec_cat {
        display: block!important;
    }
    
    #logo {
        margin: 2px 0 0 5px;
    }
	
	#header_top_right #login {
		text-align: left;
		width: 190px;
	}
	
	#money_lang {
    	text-align: right;
		width: auto;
	}
	    
}

@media only screen and (max-width: 1199px) {
	
	#header_top_left_menu ul li, #header_top_right #login ul li a {
		font-size: 14px;
	}
	
	#header_top_left_menu ul li:first-child {
		font-size: 14px;
		line-height: 14px;
	}
	
}


/*** MÓDSOÍTÁS 2017.05.09 ***/

#header_top_left a ,#belepes_content a {
	color: #fff;	
}

#login_remind a {
	color: #198de1;	
}

#logo {
    height: 91px;
    width: 252px;
    margin: 0;
}

#header {
    background: transparent;	
}

#header_bottom {
	background: #fff;	
}

#header_top {
	padding-left: 0;
}

#header_container {
	padding: 0;	
}

.he_co {
    height: 102px;
}
/*
#lang, #header_top_right #login {
    height: 28px;*/
}

#money_lang {
    width: auto;
}

#box_search_content .box_search_field {
    width: 100%;
}

#box_search_input {
	box-shadow: none;	
}

#box_search_input:focus {
	background-color: #f2f6fd;
    box-shadow: 2px 2px 6px rgba(102, 175, 233, 0.3);
	border: none!important;
}

#box_search_content .box_search_button {
    margin: 6px 7px 0 0px;
}

#header_top_left_menu ul li:first-child {
    margin-left: 5px;
}

#logo_szoveg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#logo_szoveg img {
	max-width: 100%;
	height: auto;
}

#he_co_2 {
	display: table;
}



@media only screen and (min-width: 768px) and (max-width: 990px) {
	
	#he_co_1 {
		width: 34%;	
	}
	
	#he_co_2 {
    	max-width: 60%;	
		float: right;
	}	
	
	#he_co_3 {
		height: 70px;	
	}
	
	#header_top_right {
		width: 200px;	
	}
	
	#header_top_right #login {
		height: 22px;	
	}
	
	#money_lang {
		width: 100%;
		margin-right: 3px;
	    text-align: right;
	}
	
	#money {
    	height: 22px;
	}
	
	#lang_small .box_lang_type_flag {
		padding-top: 2px;
	}
	
}


@media only screen and (max-width: 767px) {
		
	#he_co_2 {
		display: none;	
	}
			
	#he_co_3 {
		padding: 0 10px;
	}
	
	#money {
		height: auto;;
	    float: none;
		vertical-align: top;
	}
	
	#lang_small {
	    float: none;
	}
	
			
}

@media only screen and (min-width: 991px) {

	#he_co_1-2 {
		width: 70%;
	}
	
	#he_co_3 {
		width: 30%;
	}
	
	#he_co_2 {
		max-width: 69%;
		float: left;
		width: 69%;
		padding-left: 1.5%;
	}
	
	#top_center_right {
		padding: 0 15px 0 30px;	
	}

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	
	#he_co_2 {
		max-width: 61%;
		width: 61%;
	}

}

@media only screen and (min-width: 1201px) {
		
	.bx-wrapper a {
		text-align: left;
	}	
	
	.bx-wrapper img {
		display: inline-block;
	}	

	.bx-pager {
		right: 10px;
	}

}

/**  DEF CAT **/

@media screen and (max-width: 990px) {

    #def_cat.closed {
        max-height: 0;
    }

    #def_cat {
        overflow: hidden;
        width: 100%;
    }

    #box_cat_content {
        margin-top: 1px;
    }

    .slideDown #resp_cat .resp_item_title .blinker {
        animation: blinker 1s linear infinite;
    }

    .slideDown.active #resp_cat .resp_item_title .blinker {
        animation: none;
    }

    @keyframes blinker {
        50% { opacity: 0.3; }
    }

}

#box_cat_content .treeview .placeholder {
    margin: 10px 0;
    padding-left: 40px;
}