@charset "utf-8";
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;	
	background:#EEE;
}
body {
	width:100%;	
	font-family:Calibri, Helvetica, sans-serif;
	font-size: 20px;
}

a { -moz-outline: none; }

#wrapper {
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:100%;	
	max-width:1700px;
	/*display:table;*/
	margin: 0 auto -120px;
	background:#FFF;
}
.push {
	height:120px;
}
/*-------------------------------------------- top_menu --------------------------------------------*/
#top_menu {
	display:block;
	text-align:right;
	margin:5px 20px 0 20px;
	/*border:#f22c45 1px solid;*/
}
/*-------------------------------------------- top_logo --------------------------------------------*/
#top_logo {
	float:left;	
	display:inline-block;	
	margin:0 20px 20px 20px;
}
/*-------------------------------------------- top_info --------------------------------------------*/
#top_info {
	float:left;
	margin:20px 0 0 0;	
	display:inline-block;
	width:190px;
}
#top_info img {
	float:left; 
}
#top_info_1 {
	float:right;
	font-size:20px;
	color:#27367e;
	margin:0;
	padding:0;	
}
#top_info_2 {
	float:right;
	font-size:20px;	
	color:#e70d0d;
	margin:0;
	padding:0;
}
/*-------------------------------------------- top_search --------------------------------------------*/
#top_search {
	display:inline-block;
	float:right;
	height:40px;
	margin:30px 0 0 0;
	padding:0 20px 0 0;	
}
	
.search_field {
	float:right;
	margin:0;
	padding:0;
	border:none;
	background-color:#ebebeb;
	height:40px;
	width:240px;
	font-size:22px;
}

.search_button	{
	float:right;	
	margin:0;
	padding:0;
	border:none;	
	height:40px;
	width:40px;		
	background-image:url(../images/loupe.png);
	transition:background-color 0.2s ease-out;	
	background-color:#e60a0a;	
}

.search_button:hover {
	background-color:#ff2a2a;
}
/*-------------------------------------------- top_cart --------------------------------------------*/
#top_cart {
	float:right;
	display:table-cell;
	vertical-align:middle;
	height:40px;
	margin:30px 0 0 0;
	padding:0 20px 0 0;
}
#top_cart a {
	display:inline-block;
}		
#top_cart	img {
	background-color:#e60a0a;	
	transition:background-color 0.2s ease-out;
	}
#top_cart	img:hover {
	background-color:#ff2a2a;
}		
#top_cart_label {
	float:left;
	margin:12px 0 0 0;
	color:#e60a0a;
	font-size:20px;
}
#top_cart_allprice {
	float:left;
	margin:12px 10px 0 0;	
	color:#000000;
	font-size:20px;
}
/*-------------------------------------------- menu --------------------------------------------*/
#menu {
	clear:both;
	display:block;
	width:100%;
	background-color:#e70d0d;
	margin:0 0 20px 0;
}
#menu a {
	display:table-cell;
	padding:15px 10px;
	margin:0;
}
#menu a:nth-child(1) {
	padding-left:20px;
}

#category_menu {
	display:block;
	margin:0;
	padding:0;	
	}
#category_menu a:last-child {
	color:#000;
	pointer-events: none;
	cursor: default;	
}

/*-------------------------------------------- mobile --------------------------------------------*/
#mobile {
	display:none;
	width:100%;
	margin:0;
	padding:0;
	vertical-align:middle;	
	text-align:center;
	
	position:fixed;
	z-index:10;
	top:0px;	
	background:#FFFFFF;
	height:89px;
	border-bottom:#777 1px solid;
	overflow:hidden;
}

#mobile_menu {
	position:fixed;
	top:0;
	right:0;
	height:48px;
	border:#000000 1px solid;
	background-color:#FFF;
	width:48px;
	margin:0;
	padding:20px;
	cursor:pointer;
}

#mobile_menu img{
	display:block;
	margin:auto;
	height:100%;
	width:100%;
}
/*-------------------------------------------- menu_images --------------------------------------------*/
.menu_image {
	overflow:hidden;	
	height:250px;
	}
.menu_image img{
	overflow:hidden;	
	height:250px;
	}	
/*-------------------------------------------- main_images --------------------------------------------*/
#main_images {
	display:table; 
	vertical-align:top;
	margin:auto;
}

.img_large {
	/*
	width:64%;
	display:inline-block;
	float:left;
	margin:0 20px 0 20px;
	position:relative;
	*/
	float:left;	
	margin:0 20px 0 20px;
	position:relative;	
	width:64%;
	/*max-width:750px;	*/
}

#large_image_price {
	position:absolute; 
	top:0px; 
	right:0px; 
	float:right; 
	z-index:1; 
	color:#e70d0d; 
	font-size:30px; 
	font-style:italic;
	background-color:#FFF; 
	opacity:1; 
	padding:10px;
	
	width:auto;
	height:auto;
}

#large_image_descr {
	position:absolute; 
	bottom:5px; 
	float:left; 
	z-index:1; 
	color:#FFF; 
	font-size:27px; 
	background-color:#000; 
	opacity:0.5; 
	/*margin:10px;*/
	
	width:auto;
	height:auto;
}
.small_image_descr {
	display:none;
}
.img_small_1 {
	width:31%;
	/*width:350px;
	height:250px;*/
	display:inline-block;
	margin:0 0 18px 0;	
	cursor:pointer;
	overflow:hidden;
}

.img_small_2 {
	width:31%;
	/*width:350px;
	height:250px;*/		
	display:inline-block;
	margin:0;
	padding:0;
	cursor:pointer;	
	overflow:hidden;	
}

.product_main {
	max-width:750px;
	/*float:left;*/
	display:inline-block;
	margin:0 20px;
}

.product_details {
	/*width:31%;*/
	width:370px;
	display:inline-block;
	margin:0 0 18px 0;	
	cursor:pointer;
	vertical-align:top;
}

.img_large_img, .img_small_img {
	width:100%;
	border:none;
}

.img_large_img_flip, .enlarge-img_flip img {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.img_small_1 p {
	font-size:20px;
	padding:0;
	margin:0;
	}
/*-------------------------------------------- product bar --------------------------------------------*/
#product_bar {
	clear:both;
	display:block;
	width:100%;
	background-color:#e7e7e7;
	margin:20px 0 0 0;
}
#product_bar div {
	display:table-cell;
	padding:15px 10px;
	margin:0;
}

#product_bar div:nth-child(1) {
	padding-left:20px;
}

.product_bar_promo_label {
	float:right; 
	right:0px; 
	top:25px;
	font-size:20px;
	position:relative; 
	background-color:#e71700; 
	color:#FFF; 
	font-weight:bold; 
	text-align:center;
	width:auto;
	padding:0 10px;
	margin:-20px 0 0 0;
}
/*-------------------------------------------- sort bar --------------------------------------------*/
#sort_bar {
	clear:both;
	display:table;
	width:100%;
	background-color:#e7e7e7;
	margin:20px 0 0 0;
}
#sort_bar a{
	padding:15px 40px 15px 20px;
	margin:0;
	background-image:url(../images/red_arrow_down.png);
	background-repeat:no-repeat;
	background-position:right 20px center;
}
#filter {
	float:left;
}
#sort {
	float:right;
}
/*-------------------------------------------- sort_window --------------------------------------------*/
#sort_window {
	position:absolute;
	right:0px;
	display:table;
	padding:20px;
	width:200px;
	background-color:#FFF;
	box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	visibility:hidden;
	z-index:1;
}

#filter_window {
	position:absolute;
	display:table;
	padding:20px;
	width:400px;
	background-color:#FFF;
	box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	visibility:hidden;
	z-index:1;	
}
#filter_window div input{	
	height:35px;
	width:100px;
	background-color:#ebebeb;
	border:none;
	float:right;
}

.button_submit_1 {	
	font-size:20px;
	font-weight:bold;
	width:100%;
	height:35px;
	color:#FFF;
	background-color:#e50d0d;
	border:none;
	transition:background-color 0.2s ease-out;
}
.button_submit_1:hover {	
	background-color:#ff2a2a;
}
.filter_window_col_L, .filter_window_col_L2 {
	font-size:20px;
	font-weight:bold;	
	height:35px;
	width:60%;	
	float:left;
	margin:0 0 10px 0;	
}
.filter_window_col_L2 {
	height:15px;		
	padding:10px 0	
}
.filter_window_col_R {
	font-size:20px;
	font-weight:bold;		
	height:35px;	
	width:37%;
	text-align:right;
	float:right;
	padding:0;
	margin:0 0 10px 0;	
}
/*-------------------------------------------- custom-select --------------------------------------------*/
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	width:100%;
	margin-bottom:10px;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background:url(../images/select.jpg) no-repeat right center;
    background-color: #ebebeb;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 20px;
	right: 12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #FFF transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 12px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	color: #000;
	padding: 9px 16px;
	border:1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #ebebeb;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
/*-------------------------------------------- paging--------------------------------------------*/
#paging_wrapper {
	clear:both;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.paging_link, #paging_current{
	display:inline-block;
	background:#FFFFFF;
	color:#000000;
	margin:5px;
	padding:5px 10px;
	border:#000000 1px solid;
}
#paging_current {
	border:#e70d0d 1px solid;
	color:#e70d0d;
}
.paging_link:link, .paging_link:visited, #paging_current:link, #paging_current:visited{
	text-decoration:none;
}
.paging_link:hover, #paging_current:hover{
	border:#e70d0d 1px solid;
	color:#e70d0d;
}
/*-------------------------------------------- product_bar_content --------------------------------------------*/
#new_products_content {
	display:none;
}

.product_bar_content, #product_extra_content  {
	display:table;
	width:100%;
	background-color:#f7f7f7;
	padding:20px 0;
	text-align:center;
}
#product_extra_content  {
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	text-align:center;
}
.product_bar_product{
	/*display:table-cell;*/
	display:inline-block;
	text-align:center;		
	/*width:31%;*/
	width:381px;
	padding:0;
	margin:0 10px 10px 10px;
	border:#f7f7f7 1px solid;
}
.product_extra_product {
	display:inline-block;
	/*float:left;*/
	text-align:center;		
	/*width:31%;*/
	width:142px;
	padding:0;
	margin:0;
	border:#f7f7f7 1px solid;
}

.product_extra_product a, .product_extra_product a img {
	padding:0;
	margin:0;
	border:#FFFFFF 1px solid;	
}

.product_extra_product a img:hover {
	border:#000000 1px solid;
}

.product_bar_hover {
	/*box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);*/
}

.product_bar_product h1 {
	text-align:left;
	display:block;
	font-size:20px;
	font-weight:100;
	margin:0 0 10px 0;
}
.product_bar_product img, .product_extra_product img {
	width:100%;
	/*height:270px;*/
	overflow:hidden;
}
.product_bar_price_box div{
	height:52px;
	display:table-cell;
	width:80%;	
	text-align:left;	
	vertical-align:middle;
	font-size:22px;
	font-style:italic;
	margin:0;	
	padding:0;		
	padding:0 0 0 10px;	
	background-color:#e7e7e7;
}
.product_bar_price_box div p {
	float:left;
	color:#e70d0d;
	display:table-cell;
	width:auto;	
	text-align:left;	
	vertical-align:middle;
	font-size:22px;
	font-style:italic;
	text-decoration:line-through;
	margin:0 15px 0 0;	
	padding:0;
}

.product_bar_price_box {
	display:table; 
	width:100%; 
	background-color:#e7e7e7;
}

.product_bar_price_box span {
	display:table-cell;
	text-align:right;
}

.product_bar_price_box_button {
	display:inline-table;
	width:52px;		
	height:52px;	
	margin:0; auto;	
	padding:0;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FFF;
	background-image:url(../images/cart_red.png);
	border:none;
	transition:background-color 0.2s ease-out;
	cursor:pointer;	
}
.product_bar_price_box_button:hover{
	background-color:#e70d0d;
	background-image:url(../images/cart_white.png);
}
/*-------------------------------------------- product_hover --------------------------------------------*/		
.product_hover {
	position:absolute;
	display:table;
	/*width:31%;*/
	width:381px;
	height:110px;
	background-color:#FFFFFF;
	padding:0;
	z-index:1;	
	box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	visibility:hidden;
	}
.product_hover span{
	font-weight:bold;
	text-align:left;	
	font-size:20px;
	display:block;
	color:#adadad;
	margin:0;
	padding:20px 20px 0 20px;
	}	
.product_hover p{
	font-weight:bold;	
	text-align:left;	
	font-size:20px;	
	display:block;	
	margin:0;
	padding:20px 20px 0 20px;
	}
/*-------------------------------------------- product --------------------------------------------*/	
#product_promo_on {
	display:block;
	text-align:center;
	padding:5px 0;
	font-size:24px;
	font-weight:bold;
	color:#faef37;
	background-color:#e50d0d;
}

#product_old_price {
	display:block;
	text-align:left;
	padding:10px 0 0 0;
	font-size:30px;
	font-weight:bold;
	color:#e50d0d;
	text-decoration:line-through;
}

#product_price {
	display:block;
	text-align:left;
	padding:10px 0 0 0;
	font-size:32px;
	font-weight:bold;
	color:#000000;
}
#product_quantity {
	clear:both;
	height:40px;
	display:block;
	margin:10px 0 20px 0;
}

#product_eraty {
	display:block;
	width:100%;
	height:auto;
}

#product_eraty img{
	width:100%;
	height:auto;
	max-width:511px;
}

.product_button_plus_minus, .product_field_quantity, .product_cart_submit {
	float:left;
	text-align:center;
	padding:10px 15px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ebebeb;
	border:#ebebeb 1px solid;
	cursor:pointer;		
	
}
.product_button_plus_minus:hover {
	border:#666666 1px solid;
}

.product_field_quantity {
	text-align:center;
	padding:9px 5px;
	margin:0 15px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#FFF;
	border:#AAA 1px solid;
}
.product_cart_submit {
	float:right;
	text-align:center;
	padding:10px 20px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e50d0d;
	border:none;
	transition:background-color 0.2s ease-out;	
}
.product_cart_submit:hover {
	background-color:#ff2a2a;
}

#product_dimensions {
	clear:both;	
	text-align:center;
	background-color:#f3f3f3;
}
#product_dimensions p {
	text-align:left;
	padding:10px 0 10px 10px;
	margin:0;
}
.product_dim {
	text-align:center;
	display:inline-block;
	width:100px;
	margin:0 10px 10px 0;
}
.product_dim_icon {
	width:49px;
	height:49px;
}
.product_dim span{
	display:block;	
}


#product_extra_info {
	display:block;
	width:100%;
	margin:20px 0 0 0;
}
#product_extra_info div{
	display:table;
	width:100%;
	padding:10px 0;	
}

#product_extra_info div p{
	display:inline-block;
	display:table-cell;	
	width:48%;
	text-align:left;
}

#product_extra_info div span{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}

#order_completing_time {
	padding:0 10px;
	margin:0 0 10px 0;
	text-align:center;
	cursor:pointer;
}

#order_completing_time div{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	text-align:center;
	width:100%;
}

#product_extra_info div:nth-child(odd) {
	background: #f3f3f3;
	}	
#product_extra_info div:nth-child(even) {
	background: #FFFFFF;
	}

#product_transport_cost {
	display:block;
}
#product_transport_cost img {
	display:inline-block;
	width:102px;
	height:60px;
	float:left;
}
#product_transport_cost a {
	color:#000000;
	text-decoration:none;	
}
#product_transport_cost p {
	font-size:20px;
	display:inline-block;
	margin:20px 10px 0 10px;	
}
#product_transport_cost span {
	font-size:24px;	
	display:inline-block;
	margin:20px 0 0 0;	
}
#product_transport_cost div {
	text-align:center;
	clear:both;
	font-size:20px;	
	display:block;
	margin:0 0 0 0;
	font-weight:bold;
	color:#e70d0d;
	text-decoration:none;
}
/*-------------------------------------------- product_group_price --------------------------------------------*/	
#product_group_price {
	display:block;
	text-align:left;
	padding:0;
	margin:15px 0;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	border:#000000 1px solid;
}

#product_group_price h1{
	display:block;
	text-align:left;
	padding:0 10px 10px 10px;
	margin:10px 0 0 0;
	font-size:24px;
	font-weight:bold;
	color:#e70d0d;
	border-bottom:#000000 1px solid;
}
#product_group_price h1 span{
	display:block;
	float:right;
	padding:0 10px;
	margin:0;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	background-color:#e70d0d;
}
#product_group_price p{
	display:block;
	padding:0;
	margin:10px;
}
/*-------------------------------------------- custom-radio --------------------------------------------*/
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #eee;
  border:#000000 1px solid;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FFF;
  border:#000000 1px solid;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color:#000;
}
/*-------------------------------------------- price_from  and tip_box --------------------------------------------*/	
#price_from {
	text-decoration:underline;
}

.tip_box{
	position:absolute; 
	background-color:#FFF; 
	color:#000;
	font-size: 20px;	 
	border:#AAA 1px solid; 
	border-radius:5px;
	padding:8px;
	width:300px;
	
	-moz-box-shadow: 10px 10px 20px #000;
	-webkit-box-shadow: 10px 10px 20px #000;
	box-shadow: 1px 1px 20px #AAA;
	behavior: url(ie-css3.htc);	
	z-index:10;
}
/*-------------------------------------------- product_bar_content --------------------------------------------*/	
#descr_content {
	display:block;
}
#elements_content, #question_content, #pattern_content, #pattern2_content, #video_content {
	display:none;
}
		
.product_bar_content_descr {
	margin:0 20px;
	text-align:left;
	}

.product_bar_content_question {
	display:table;
	width:100%;
	background-color:#f7f7f7;
	padding:20px 0;
		
	text-align:center;
	}	
	
.product_textfield {
	display:block;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ebebeb;
	border:none;
	width:500px;
	margin:0 auto 20px auto;
}		
.product_textarea {
	display:block;	
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ebebeb;
	border:none;
	width:500px;
	height:300px;
	margin:0 auto 20px auto;
}	
.product_button_submit {
	display:block;	
	text-align:center;
	padding:10px 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e50d0d;
	border:none;
	width:500px;	
	margin:0 auto;
	cursor:pointer;
	transition:background-color 0.2s ease-out;	
}
.product_button_submit:hover {
	background-color:#ff2a2a;
}		
/*-------------------------------------------- menu_hover --------------------------------------------*/	
#menu_hover {
	position:absolute;
	height:350px;
	width:100%;
	max-width:1700px;
	background-color:#FFF;
	opacity:0.95;
	box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	overflow:hidden;
	visibility:hidden;
	z-index:10;
}

#menu_hover div{
	display:none;
	vertical-align:top;
}

h3 {
	margin:0 0 20px 0;
	padding:0;
	}
	
.menu_hover_submenu {
	display:table-cell;
	padding:0 20px;
	min-width:150px;
}

/*-------------------------------------------- promo_box --------------------------------------------*/	
#main_promo {
	display:table; 
	text-align:center;
	margin:0 auto;
}

.promo_box {
	display:inline-block;
	text-align:center;		
	width:381px;
	padding:0;
	margin:0 10px 10px 10px;
	border:#dfdfdf 1px solid;	
	overflow:hidden;
}
h4 {
	font-size:20px;
	color:#e70d0d;
	padding:0;
}

.promo_box img {
	max-height:312px;
	/*width:500px;*/
	padding:0;
	margin:0;	
}
.promo_box p {
	display:block;
	font-size:20px;	
	height:120px;	
	padding:10px;
	margin:0;
}
/*-------------------------------------------- login_box --------------------------------------------*/	
#content_center {
	display:block;
	text-align:center;
	width:100%;
}
	
.login_box {
	/*display:inline-block;*/
	display:inline-table;
	margin:0 0 0 20px;
	width:300px;
}
.login_textfield {
	display:block;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ebebeb;
	border:none;
	width:100%;
	margin:0 auto 20px auto;
}		

.login_button_submit {
	display:block;	
	text-align:center;
	padding:10px 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e50d0d;
	border:none;
	width:100%;
	margin:0 auto;	
	cursor:pointer;	
	transition:background-color 0.2s ease-out;		
}

.login_button_submit:hover {
	background-color:#ff2a2a;
}

.back_button {
	display:block;	
	text-align:center;
	padding:10px 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e50d0d;
	border:none;
	width:150px;
	margin:0 auto;	
	cursor:pointer;
}

.simple_button {
	display:table;	
	text-align:center;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e50d0d;
	border:none;
	width:auto;
	margin:15px auto 15px auto;	
	cursor:pointer;
	transition:background-color 0.2s ease-out;	
}

.simple_button:hover {
	background-color:#ff2a2a;
}

#invoice_container	{
	display:none;
	}
/*-------------------------------------------- contact_box --------------------------------------------*/	
.contact_box_left {
	display:inline-block;
	margin:0 0 20px 20px;
	width:300px;
}
.contact_box_right {
	vertical-align:top;
	display:inline-block;
	margin:0 0 20px 20px;
	width:450px;
}
.contact_textfield {
	display:block;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ebebeb;
	border:none;
	width:100%;
	margin:0 auto 20px auto;
}		
.contact_textarea {
	display:block;	
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ebebeb;
	border:none;
	width:100%;
	height:200px;
	margin:0 auto 20px auto;
}	
.contact_button_submit {
	display:block;	
	text-align:center;
	padding:10px 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e50d0d;
	border:none;
	width:100%;	
	margin:0 auto;
	cursor:pointer;
	transition:background-color 0.2s ease-out;	
}
.contact_button_submit:hover {
	background-color:#ff2a2a;
}		
/*-------------------------------------------- cart --------------------------------------------*/
#cart_box {	
	display:block;
	width:800px;
	margin:0 auto;
}
#cart_box_label {
	display:table;
	width:100%;
	margin-bottom:10px;
}
#cart_box_label div {
	display:table-cell;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:10px;	
}
#cart_box_label_name {
	width:auto;
}
#cart_box_label_quantity {
	width:190px;	
}
#cart_box_label_price {
	width:150px;
}

#cart_box_comment {
	display:table-cell;	
	width:100%;	
	border:#999999 1px solid;
	margin-bottom:20px;	
}


.cart_box_row {
	display:table;
	width:100%;
	margin-bottom:10px;	
}
.cart_box_row div {
	display:table-cell;
	vertical-align:middle;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:10px;		
}
.cart_box_row_name {
	text-align:left;
	width:auto;
}
.cart_box_row_quantity {
	width:200px;
}
.cart_box_row_price {
	width:150px;
}

.cart_box_row_name p {
	display:block;
	float:left;	
	margin:20px 0 0 0;
	padding:0;
	width:50px;
}
.cart_box_row_name img {
	display:block;
	float:left;	
	margin:0;
	padding:0;	
	height:50px;
	width:auto;	
}
.cart_box_row_name span {
	display:block;
	float:left;	
	margin:20px 0 0 20px;
	padding:0;	
}
#cart_box_row_allprice {
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}
#cart_box_row_raty {
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}

#cart_raty {
	display:block;
	width:100%;
}
#cart_raty p{
	display:block;
	width:100%;
	text-align:left;
}
#cart_raty label{
	display:block;
	width:100%;
	text-align:left;
}
/*-------------------------------------------- account --------------------------------------------*/
#order_box {	
	display:block;
	width:auto;
	margin:0 0 0 20px;
}
#order_box_label {
	display:table;
	width:100%;
	margin:0px;
	border-bottom:#CCCCCC 1px solid;	
}
#order_box_label div {
	display:table-cell;
	padding:0 0 10px 0;		
	width:140px;
}

.order_box_row {
	display:table;
	width:100%;
	padding:10px 0 0 0;	
	border-bottom:#CCCCCC 1px solid;	
}
.order_box_row div {
	display:table-cell;
	vertical-align:middle;
	padding-bottom:10px;
	width:140px;	
}

.order_box_row:link, .order_box_row:visited {
	color:#000000;
	background-color:#FFF;	
	text-decoration:none;
	}
	
.order_box_row:hover {
	background-color:#F5F5F5;
	}	
	
#order_box div:last-child {
	border:none;
}	
/*-------------------------------------------- cart_box_transport --------------------------------------------*/	
#cart_box_transport {
	display:block;
	padding:0;
	margin:10px 0
	}
#cart_box_transport p {
	display:block;
	text-align:center;	
	padding:0;
	margin:0 auto;	
	}
#cart_box_transport span {
	display:block;
	text-align:center;	
	padding:0;
	margin:0 auto;	
	}
/*-------------------------------------------- transport_place_container --------------------------------------------*/	
#transport_place_container {
	display:block;
	text-align:left;
	padding:0;
	margin:15px 0;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	border:#000000 1px solid;
}

#transport_place_container h1{
	display:block;
	text-align:center;
	padding:0 10px 10px 10px;
	margin:10px 0 0 0;
	font-size:24px;
	font-weight:bold;
	color:#e70d0d;
	border-bottom:#000000 1px solid;
	cursor:pointer;
}
#transport_place_container h1 div{
	display:inline;
	padding:0px;
	margin:0;
}
#transport_place_container h1 span{
	display:block;
	float:right;
	padding:0 10px;
	margin:0;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	background-color:#e70d0d;
}
#transport_place_container p{
	padding:0px;
	margin:10px;
	display:none;
}
#transport_place_container p label{
	text-align:left;
}

/*-------------------------------------------- main_category --------------------------------------------*/	
#main_category {
	display:block;
	text-align:center;
}
.category_icon {
	display:inline-block;
	border:#FFFFFF 1px solid;	
	}
.category_icon a {
	text-decoration:none;
	}	
.category_icon:hover {
	display:inline-block;
	border:#CCCCCC 1px solid;
	}	
.category_icon h4 {
	text-align:center;
	display:block;
	}	
/*-------------------------------------------- content_subpage --------------------------------------------*/	
#content_subpage {
	font-size:20px;
	margin:20px;
}
h2 {
	margin:20px 20px 0px 20px;
	font-size:20px;
	color:#e70d0d;
	padding:0px 0;
}

h5 {
	margin:20px;
	font-size:20px;
	color:#e70d0d;
	padding:0;
}

/*-------------------------------------------- producents --------------------------------------------*/	
#producents {
	display:table;
	text-align:center;
	width:100%;
	padding:0;
}

#producents a {
	display:inline-block;
	background-color:#FFF;
	height:auto;
	min-height:140px;
	width:220px;
	margin:20px 0 0 20px;
}

#producents img{
	width:220px;
	height:140px;
	margin:20px 0 0 20px;
}

#producents img:nth-child(1) {
	margin:0;
}
/*------------------------------ CART-ADD ------------------------------*/	
.cart_add_msg {
	width:300px;
	height:100px;
	background-color:#FFFFFF;
	border:#e11700 1px solid;		
	
	color:#e11700;	
	font-size: 20px;
	text-align:center;
	margin:0 auto;
	text-decoration:none;
	font-weight:bold;	
	display:table;
	
	position:fixed;
	top:40%;
	}
.cart_add_msg p {
	display:table-cell;
	vertical-align:middle;	
	padding:10px;
	margin:0 auto;
	}
/*----------------------------- PATTERN-WINDOW -------------------------------*/			
#product_pattern_window {
	width:960px;
	height:550px;
	border-radius:5px;	
	background-color:#FFF;
	z-index: 1001;
	visibility:hidden;
	
	-webkit-box-shadow: -1px -1px 12px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: -1px -1px 12px 0px rgba(0,0,0,0.19);
	box-shadow: -1px -1px 12px 0px rgba(0,0,0,0.19);	
	}
	
#product_pattern_window_content	{
	width:100%;
	height:100%;
	}
	
#loader_icon {
	position:absolute;
	top:50%;
	}	
	
#pattern_wrapper, #pattern2_wrapper {
	width:100%;
	height:510px;	
	display:table;
	}
	
#pattern_title {
	width:auto;	
	display:table-caption;
	font-size:20px;
	/*background-image:url(../images/grad-red-32px.png);
	background-repeat:repeat-x;*/
	border-radius:5px;
	padding:8px;	
	color:#000;
	text-align:center;
	font-weight:bold;
	}	
#pattern_container_L, #pattern_container_R {
		height:510px;
	}	
#pattern_container_L {
	float:left;
	width:55%;
	padding:0 0 0 5px;
	overflow-x:hidden;
	overflow-y:auto;	
	}
	
#pattern_container_R {
	float:right;
	width:44%;
	}	
	
.pattern_description {
	text-align:left;
	width:auto;
	padding:5px 0 0 10px;
	border-top:#DDD 1px solid;
	display:block;
	clear:both;
	}
.pattern_description:first-child {
	border-top:none;
	}	
.pattern_single,.pattern_img,.pattern_name, .pattern_price {
	width:100px;
	height:100px;	
}
.pattern2_single,.pattern2_img,.pattern2_name, .pattern2_price{
	width:200px;
	height:200px;	
}
.pattern_single{
	display:table-cell;
	float:left;
	padding:10px;
	height:130px;
	border:#FFFFFF 1px solid;	
	}
.pattern2_single{
	display:table-cell;
	float:left;
	padding:10px;
	height:230px;
	border:#FFFFFF 1px solid;	
	}	
.pattern_single:hover, .pattern2_single:hover{
	border:#CCCCCC 1px solid;
	}	
.pattern_img, .pattern2_img {
	float:left;	
	clear:both;
	display:block;
	}	
.pattern_promo_label {
	background:#F00;
	color:#FFFFFF;
	width:auto;
	height:16px;
	position:relative;
	top:-135px;
	left:0px;
	font-weight:bold;
	display:block;
	}
.pattern_name, .pattern_price, .pattern2_name, .pattern2_price {
	height:auto;	
	padding:5px 0 0 0;
	text-align:left;
	}
	
#pattern_zoom {
	margin:0 auto;
	width:450px;
	height:450px;
	overflow:hidden;
	}
	
#pattern_img_zoom {
	width:inherit;
	height:inherit;
	}
#pattern_zoom_name {
	padding:10px 0;
	}
#pattern_zoom_price {
	font-size:20px;
	/*background-image:url(../images/grad-red-32px.png);
	background-repeat:repeat-x;*/
	border-radius:5px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:8px;
	margin:10px;
	}		
/*----------------------------- PROMO-BANNER -------------------------------*/		
#promo_banner {
	position:fixed;	
	width:1000px;
	height:600px;
	top:10%;	
	left: 50%;
	margin-left: -500px;/*1/2 width*/
	background-color:#FFF;
	visibility:hidden;
	z-index: 20;
	
	-webkit-box-shadow: -1px -1px 12px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: -1px -1px 12px 0px rgba(0,0,0,0.19);
	box-shadow: -1px -1px 12px 0px rgba(0,0,0,0.19);
	}		
#promo_banner img {
	width:100%;
	height:100%;
}
.close_window_button {
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:50px;
	color:#000;
	text-align:center;
	font-size:40px;	
	background-color:#FFF;
	border:#AAA 1px solid;
	text-decoration:none;
	cursor:pointer;
	}		
/*-------------------------------------------- account_box --------------------------------------------*/	
#account_box {
	display:table;
	font-size:20px;
	margin:20px;
	height:auto;	
}
.account_box_left {
	vertical-align:top;
	display:table-cell;
	border-right:#000000 1px solid;
	width:200px;
	}
	
.account_box_right {
	display:table-cell;
	}	
/*-------------------------------------------- transport_prices --------------------------------------------*/
.transport_container {
	display:table; 
	text-align:center; 
	margin:auto;
}

.transport_prices {
	display:table-cell;
	padding:10px;
	margin:auto;
	text-align:center;
	width:350px;
}
.transport_prices li{
	display:block;
	max-width:300px;
	border-bottom:#CCCCCC 1px solid;	
	margin:0 auto;
}

.transport_prices li:last-child{
	border-bottom:none;	
}

.transport_prices li p, .transport_prices li span{
	display:inline-block;	
	padding:0;
	margin:5px 0;
}

.transport_prices li p{
	width:220px;
}
.transport_prices li span{
	width:80px;
}	
/*-------------------------------------------- info_bar --------------------------------------------*/
#info_bar {
	display:table;
	text-align:center;
	width:100%;
	padding:0;
	margin-bottom:20px;
	border-top:#e7e7e7 4px solid;	
}

#info_bar div {
	display:inline-block;
	background-color:#FFF;
	height:auto;
	min-height:70px;
	width:270px;
	margin:20px 0 0 20px;
}

#info_bar div:nth-child(1) {
	width:305px;	
	margin:20px 0 0 0;
}

#info_bar div:last-child {
	width:200px;	
	margin:20px 0 0 0;
}

#info_bar div img {
	float:left;
	height:60px;	
	display:inline-block
}

#info_bar div span {
	float:left;
	width:200px;	
	font-size:20px;
	color:#e60a0a;
	margin:0;
	padding:0;	
}
#info_bar div p {
	float:left;
	width:200px;
	font-size:20px;	
	margin:0;
	padding:0;
}
/*-------------------------------------------- youtube video --------------------------------------------*/
.yt_video{
	min-width:700px;
	min-height:400px;
	max-width:1200px;
	max-height:675px;	
	width:auto;
	height:auto;
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
}

/*-------------------------------------------- footer --------------------------------------------*/
#footer {
	clear:both;
	display:table;
	vertical-align:bottom;
	width:100%;
	/*max-width:1900px;*/
	height:120px;
	background-color:#e7e7e7;
}

#footer div {
	display:block;
	font-size:20px;	
	color:#000000;	
	text-align:center;
	margin-top:20px;
	background-color:#e7e7e7;
}
#footer div a {	
	font-size:20px;
	margin:0 5px;
	color:#000000;
	text-decoration:none;
}
#footer div a:link,#footer div a:visited {	
	color:#000000;
}
#footer div a:hover {	
	color:#FF0000;
	text-decoration:none;
}
/*----------------------------- WEB INFO -------------------------------*/	
#webInfo{
	background:#FFFFFF;
	border:none;
	width:100%;
	height:auto;
	padding:20px 0;
	font-size:20px;
	display:none;
	z-index:10;
	text-align:center;
	}
.close_window_button, .close_window_button_red {
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:20px;
	color:#000;
	text-align:center;
	font-size:20px;	
	background-color:#FFF;
	border:#AAA 1px solid;
	text-decoration:none;
	cursor:pointer;
	}	
.close_window_button:hover{
	font-weight:bold;
	}	
.close_window_button_red {
	border:none;	
	color:#FFFFFF;
	background-color:transparent;
	}
.close_window_button_red:hover {
	font-weight:bold;
	}	
/*-------------------------------------------- link_1 --------------------------------------------*/

.link_1:link, .link_1:visited{
	font-size:20px;
	text-decoration:none;
	color:#000;
	padding:0;
	margin:0 0 0 10px;	
	transition:color 0.2s ease-out;
	}	
.link_1:hover{
	color:#e1132d;	
	}	
/*-------------------------------------------- link_2 --------------------------------------------*/
.link_2:link, .link_2:visited{
	/*display:inline-block;*/
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	padding:0;
	margin:0 0 0 10px;
	background-color:#e60a0a;	
	transition:background-color 0.2s ease-out;
	}	
.link_2:hover{
	background-color:#ff2a2a;		
	}
/*-------------------------------------------- link_2b --------------------------------------------*/
.link_2b:link, .link_2b:visited{
	/*display:inline-block;*/
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	padding:0;
	margin:0 0 0 10px;
	background-color:#e60a0a;	
	transition:background-color 0.2s ease-out;
	}	
.link_2b:hover{
	background-color:#ff2a2a;		
	}	
/*-------------------------------------------- link_3 --------------------------------------------*/
.link_3:link, .link_3:visited{
	/*display:inline-block;*/
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#e60a0a;
	background-color:#FFF;	
	transition:color 0.2s ease-out;
	border:#e60a0a 1px solid;
	}	
.link_3:hover{
	color:#000;		
	}	
/*-------------------------------------------- link_4 --------------------------------------------*/
.link_4:link, .link_4:visited{
	/*display:inline-block;*/
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	background-color:#fff104;	
	transition:color 0.2s ease-out;
	}	
.link_4:hover{
	color:#e70d0d;		
	}	
/*-------------------------------------------- link_5 [używany w <div> zamiast w <a>] --------------------------------------------*/
.link_5 {
	pointer-events: none;
	cursor: default;	
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#e70d0d;
	background-color:#f7f7f7;	
	transition:color 0.2s ease-out;
	}	
.link_5:hover{
	color:#e60a0a;		
	}
/*-------------------------------------------- link_6 [używany w <div> zamiast w <a>]--------------------------------------------*/
.link_6 {
	/*display:inline-block;*/
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:0 0 0 10px;
	background-color:#e7e7e7;	
	transition:background-color 0.2s ease-out;
	cursor:pointer;	
	}	
.link_6:hover{
	background-color:#FFFFFF;		
	}	
/*-------------------------------------------- link_7 --------------------------------------------*/
.link_7:link, .link_7:visited{
	display:inline-block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#e70d0d;
	padding:0;
	margin:0 0 20px 20px;
	transition:color 0.2s ease-out;
	}	
.link_7:hover{
	color:#000;		
	}	
/*-------------------------------------------- link_8 --------------------------------------------*/
.link_8:link, .link_8:visited{
	display:block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	padding:0;
	margin:0 0 20px 20px;
	transition:color 0.2s ease-out;
	}	
.link_8:hover{
	color:#e70d0d;
	}		
/*-------------------------------------------- link_9 --------------------------------------------*/
.link_9:link, .link_9:visited{
	display:block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#e70d0d;
	padding:0;
	margin:0;
	transition:color 0.2s ease-out;
	}	
.link_9:hover{
	color:#000000;
	}			
/*-------------------------------------------- link_10 --------------------------------------------*/
.link_10:link, .link_10:visited{
	display:block;
	font-size:20px;
	text-decoration:none;
	padding:10px 0;
	margin:0;
	color:#FFFFFF;
	background-color:#e60a0a;	
	transition:background-color 0.2s ease-out;
	}	
.link_10:hover{
	background-color:#ff2a2a;	
	}	
/*-------------------------------------------- link_11 --------------------------------------------*/
.link_11:link, .link_11:visited{
	display:inline-block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#e70d0d;
	padding:0;
	margin:0 0 0px 20px;
	transition:color 0.2s ease-out;
	}	
.link_11:hover{
	color:#000;		
	}	
/*-------------------------------------------- link_12 --------------------------------------------*/
.link_12:link, .link_12:visited{
	display:block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	padding:0;
	margin:0 0 20px 0;
	transition:color 0.2s ease-out;
	}	
.link_12:hover{
	color:#e70d0d;
	}
/*-------------------------------------------- link_13 --------------------------------------------*/
.link_13:link, .link_12:visited{
	width:200px;
	display:block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	padding:0;
	margin:0 0 20px 0;
	transition:color 0.2s ease-out;
	}	
.link_13:hover{
	color:#e70d0d;
	}			
/*-------------------------------------------- phone --------------------------------------------*/
.phone:link, .phone:visited{
	text-decoration:none;
	color:inherit;
	font-size:inherit;
	}	
.phone:hover{
	text-decoration:underline;	
	color:inherit;
	font-size:inherit;
	}
/*-------------------------------------------- email --------------------------------------------*/
.email:link, .email:visited{
	text-decoration:none;
	color:inherit;
	font-size:inherit;
	font-weight:bold;
	}	
.email:hover{
	text-decoration:underline;
	color:inherit;
	font-size:inherit;
	font-weight:bold;
	}	
/*-------------------------------------------- red-mid-alert --------------------------------------------*/
.red_alert {
	display:inline-block;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#FF0000;
	padding:0;
	margin:0;
	}
/*-------------------------------------------- cookiesTab	--------------------------------------------*/
#cookiesTab{
	position:fixed;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	width:100%;
	height:auto;
	padding:20px 0;
	font-size:20px;
	float:left;
	left:0;
	bottom:0;
	position:fixed;
	display:none;
	z-index:10;
	text-align:center;
	}
#cookiesTab a{
	text-decoration:none;
	color:#000;
	cursor:pointer;	
	}	
.cookies_button {
	padding:5px;
	width:100px;
	display:inline;
	background-color:#EEEEEE;
	border:#999999 1px solid;
	}			