@charset "utf-8";

html,body {
	margin: 0px;
	padding: 0px;	
	background:#FFF;
}
body {
	width:100%;	
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;  
	font-size: 1em;
	color:#00;
}

a {
	color:#000000;
	text-decoration:underline;
	-moz-outline: none;
	transition:color 0.2s ease-out;
}
a:hover {
	color:#e90a9b;
}

.color_pink {
	color:#e90a9b;
}

.font_main {
	font-family: "Jost", sans-serif;
}
.font_header {
	font-family: "Jost", sans-serif;
}

header, .header_sticky {
	display:block;
	width:100%;
	margin:0;
	vertical-align:middle;	
	text-align:center;
}

.header_sticky {
	position:fixed;
	z-index:10;
	top:0px;	
	height:100px;
	border-bottom:#777 1px solid;
	overflow:hidden;
	background-color:#FFFFFF;
}

#top_bar {
	/*min-height:35px;*/
	height:auto;	
	width:100%;	
	margin:0;
	padding:0;
	background-color:#cefae8;
	text-align:right;
}
#top_bar a{
	height:25px;		
	display:inline-block;
	margin:0;
	padding:5px 5px 5px 0;
}
#top_bar a img{
	height:inherit;
	padding:0;
	border-radius:20px;
	border:#cefae8 1px solid;		
	margin:0;	
}
#top_bar a img:hover {
	border:#000 1px solid;	
}

#wrapper {
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:100%;	
	max-width:1880px;
	padding:0;
	margin: 0 auto -510px auto;/*.push + #top_bar = 510*/
	/*border-top:#d1e8e3 20px solid;*/
}
.push {
	height:490px;
}

::placeholder {
	font-weight:100;
	/*font-style:italic;*/
	opacity: 0.5; /* Firefox */
}
::-ms-input-placeholder { 
  color: #CCC;/* Edge 12 -18 */
}

#menu_wrapper, #content_wrapper {
	display:block;
	opacity:1;
	margin:0;
	padding:0;
}

.center {
	display:block;
	margin:0 auto;
	padding:40px 0;
	vertical-align:middle;	
	text-align:center;
}
.red {
	color:#FF0000;
}
/*-------------------------------------------- top_logo --------------------------------------------*/
#top_logo {
	float:left;	
	display:inline-block;	
	margin:40px;
	padding:0;
}
#top_logo a img {
	width:auto;
	height:40px;
}
#mobile {
	display:none;
	float:right;
	margin:45px 40px 0 0;
}
#mobile_menu {
	cursor:pointer;
}
#mobile_menu img {
	width:1.8em;
	height:1.8em;
}
/*-------------------------------------------- top_info --------------------------------------------*/
#top_info {
	float:left;
	margin:40px 0px;
	display:inline-block;
	width:auto;
	border-radius: 50px;
	border:#000 1px solid;
}
#top_info img {
	float:left;
	margin:10px 10px 10px 20px;
}
#top_info_1 {
	display:inline-block;
	margin:13px 20px 0 0px;
	padding:0;	
	width:auto;
}
/*-------------------------------------------- top_search --------------------------------------------*/
#top_search {
	display:inline-block;
	float:right;
	margin:40px 0;
	padding:0;
	border:#000 1px solid;
	border-radius: 50px;
}
.search_field {
	/*float:right;*/
	margin:15px 0 15px 20px;
	padding:0;			
	background-color:#FFF;			
	width:180px;
	border:none;			
}
.search_field:focus {
	outline: none;		
}		
.search_button	 {
	float:right;	
	margin:10px 20px 0 0;
	padding:0;
	height:27px;
	width:24px;
	border:none;
	background-image:url(../images/loupe.png);
	cursor:pointer;
	position:relative;
	scale:1;
}

@keyframes anim_scale_1_2 {
	0% {scale:1;}
	50% {scale:1.2;}
	100% {scale:1;}	
}
.search_button:hover {
	animation-name: anim_scale_1_2;
	animation-timing-function: ease-in-out;	
	animation-duration: 0.4s;	
}
/*-------------------------------------------- top_icon --------------------------------------------*/
#top_logo, #top_info {
	margin-bottom:0;
}
#top_icon {
	text-align:center;
	width:auto;
	height:60px;
	margin:0;
	padding:0;
	float:right;
	margin:25px 40px 0 0;
}
#top_icon a{
	display:inline-block;
	width:40px;
	margin:0 0 0 10px;
}
#top_icon span{
	text-align:center;
	margin:0;
	width:100%;
	display:inline-block;
	font-size:0.7em;
	font-weight:bold;
	color:#e90a9b;
}
#top_icon img{
	margin:0;
	padding:0;
	width:auto;
	height:30px;
	scale:1;
}
#top_icon a img:hover {
	animation-name: anim_scale_1_2;
	animation-timing-function: ease-in-out;	
	animation-duration: 0.3s;	
}
/*-------------------------------------------- menu --------------------------------------------*/
menu, nav {
	clear:both;
	display:table;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	border-top:#c6c6c7 1px solid;
	border-bottom:#c6c6c7 1px solid;
}
menu a, nav a {
	font-size:1em;
	color:#000000;
	text-decoration:none;
	display:table-cell;	
	padding:30px 20px;
}
/*@keyframes anim_bg_white_gray {
	0% {background-color:#FFF;}
	50% {background-color:#EEE;}
	100% {background-color:#FFF;}	
}
menu a:hover {
	animation-name: anim_bg_white_gray;
	animation-timing-function: ease-in-out;	
	animation-duration: 0.4s;
}
*/
/*-------------------------------------------- main_product_categories -----------------------------*/
.main_product_categories {
	display:inline-table;
	margin:0;
	width:300px;
	overflow:hidden;
	padding:0;
	column-count: 3;
}
.main_product_categories li{
	display:table-row;
	margin:0;
	padding:0;
	width:auto;
	background-color:#ebfef6;
}
.main_product_categories li a{ 
	display:block; 
	margin:0;
	width:auto;
	padding:10px 0 10px 20px;
	background-color:#ebfef6;
	text-decoration:none;
	border-bottom:#FFFFFF 1px solid;
	transition:background-color 0.2s ease-out;
}
.main_product_categories li a:hover {
	background-color:#FFFFFF;
}
.main_product_categories li:first-child a{
	background-color:#cefae8;
}

.strong {
	font-weight:bold;
}
.parent_category {
	text-transform: uppercase;
}

.main_product_categories_column {
	display:list-item;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:auto;
	column-count:3;
}
.main_product_categories_column li{
	display:block;
	margin:0;
	padding:0;
	width:auto;
	background-color:#FFF;
}
.main_product_categories_column li a{
	background-color:#FFF;
}
.main_product_categories_column li:first-child a{
	background-color:#FFF;
}
/*-------------------------------------------- main_images --------------------------------------------*/
#main_images {
	display:inline-block; 
	vertical-align:top;
	margin:0;
	/*width:1880px;*/
	overflow:hidden;
	padding:0;
}
		
.main_image_container {
	margin:0;
	padding:0;
	display:table;
	left:0px;
	position:relative;
}

.main_image_container a {
	display:table-cell;
	width:auto;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#000;
}
.main_image_container a:hover {
	color:#000;
}

.main_image_container a img{
	width:inherit;
	margin:0;
	padding:0;
}

#main_images_button {
	clear:both;
	display:block;
	list-style:none;
	width:100%;
	margin:20px 0;
	padding:0;
	text-align:center;
}
#main_images_button li {
	display:inline-block;
	margin:0 10px;
	padding:0;
	width:20px;
	height:20px;
	border-radius:10px;
	background-color:#eee;
	cursor:pointer;
}
#main_images_button li:hover, #main_images_button .selected {
	background-color:#e90a9b;
}

.img_large_container {
	width:350px;
	margin:0;
	padding:0;
	display:table;
	/*left:1.5%;
	top:5%;*/
	left:2%;
	bottom:463px;
	position:relative;
	overflow:hidden;
}
.img_large_title {
	position:relative;
	left:0px;
	text-transform: uppercase;
	font-size:2em;
	width:inherit;
	margin:0 0 10px 0;
	padding:0;
	text-shadow: 0.0px 10.0px 0.02px #000, 9.8px 2.1px 0.02px #000, 4.2px -9.1px 0.02p;
}
.img_large_description {
	position:relative;
	left:0px;
	font-size:1em;
	width:inherit;
	margin:0 0 20px 0;
	padding:0;
}
.button_1,.button_2 {
	position:relative;
	left:0px;
	text-transform: uppercase;
	color:#FFF;
	width:auto;
	background-color:#01c271;
	padding:10px 20px;
	border:none;
	border-radius:5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size:1em;
	cursor:pointer;
	transition:background-color 0.2s ease-out;
}
.button_1:hover {
	background-color:#0fd783;
}

.button_2 {
	background-color:#e90d9c;
}
.button_2:hover {
	background-color:#01c271;
}
/*-------------------------------------------- section info --------------------------------------------*/
.info {
	background:#f6f6f6;
	width:100%;
}
.info a {
	display:table;
	margin:0 auto;
}
.info a, .info a h5 {
	color:#000;
	text-decoration:none;
	transition:color 0.2s ease-out;
}
.info a:hover h5 {
	color:#e90d9c;
}
.info a img{
	width:100%;
	max-width:1060px;
}
/*-------------------------------------------- section products --------------------------------------------*/
hr {
	background-color:#CCC;
	color:#000;
	opacity:1;
	margin:0 40px;
	height:0.5px;
	border:none;
}
section, .products {
	clear:both;
	display:table;
	width:100%;
	padding:0px 0 40px 0;
	margin:0;
	text-align:center;
	/*border-bottom:#c6c6c7 1px solid;*/
}
#category_products {
	border:none;
}
h1,h2,h5 {
	text-align:center;
	display:block;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:2em;
	color:#000000;
	text-decoration:none;	
}
h2, h5 {
	margin:40px 0;
}
h2 span {
	float:right;
	margin-right:20px;
	cursor:pointer;
}

.products h1 {
	margin:40px 0 40px 40px;
	text-align:center;
}		
section h1 {
	margin:40px 0 40px 40px;
}	
section h5 a, section h5 a:link, section h5 a:visited {
	color:#000;
	text-decoration:none;
}
.product_min {
	display:inline-block;
	text-align:center;		
	width:250px;
	padding:0 1px;
	margin:0 15px 15px 15px;
	border:#01c271 1px solid;
	border-radius:10px;
	/*
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	*/
	transition:border 0.2s ease-out;
}
.product_min:hover {
	border:#e90a9b 1px solid;
}

.product_min_category {	
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transition:border 0.2s ease-out;
	
	display:inline-table;
}
.product_min_category:hover {
	border:none;
}


.product_min_category div {
	transition:border 0.2s ease-out;
}
.product_min_category div img {
	border:#00c271 1px solid;
	object-fit: cover;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	padding:20px;
	transition:border 0.2s ease-out;
}

.product_min_category div h2 {
	transition:color 0.2s ease-out;
}
.product_min_category div:hover img {
	border:#e90d9c 1px solid;
}
.product_min_category div:hover h2 {
	color:#e90d9c;
}

.manufacturer_logo {
	width:220px;
	padding:10px 1px;
}

.product_min_promo_label {
	float:right; 
	right:0px; 
	top:24px;
	font-size:1em;
	position:relative; 
	background-color:#e71700; 
	color:#FFF; 
	font-weight:normal; 
	text-align:center;
	width:auto;
	padding:0 10px;
	margin:-20px 0 0 0;
}
		
.product_min_hover {
	/*box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);*/
}

.product_min_hover h2 {
	font-weight: 400;
	font-style: normal;  
	font-size: 1em;
	color:#000;
	text-align:center;
	display:block;
	margin:20px 5px 0 5px;
	min-height:3em;
	max-height:3em;
	overflow:hidden;
	transition:max-height 0.5s ease-out;
	cursor:default;
}

.product_min_hover h2:hover {
	max-height:6em;
}
		
.product_min_price_container a, .product_min_price_container a:link, .product_min_price_container a:hover,.product_min_price_container a:visited {
	font-weight: 400;
	font-style: normal;  
	font-size: 1em;
	color:#000;
	text-align:left;
	display:block;
	margin:0 0 0 20px;
}
.product_min img {
	width:95%;
	max-width:95%;
	height:auto;
	overflow:hidden;
}
		
.product_min_price_container {
	display:table; 
	width:100%; 
}				
.product_min_price_container p{
	height:52px;
	display:table-cell;
	width:80%;	
	text-align:left;	
	vertical-align:middle;
	font-size:1.2em;
	font-weight:bold;
	color:#e90a9b;
	margin:0; 	
	padding:0 0 0 20px;
}
.product_min_price_container p span {
	float:left;
	color:#CCCCCC;
	display:table-cell;
	width:auto;	
	text-align:left;	
	vertical-align:middle;
	font-style:italic;
	font-weight:normal;	
	text-decoration:line-through;
	margin:0 15px 0 0;	
	padding:0;
			
	/*display:none;*/
}
.product_min_price_container a{
	text-decoration:none;
	transition:color 0.2s ease-out;
}
.product_min_price_container a:hover{
	color:#edb386;
}
.product_min_price_container div {
	height:52px;	
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}		
.product_min_cart {
	display:block;	
	margin:0 auto;
	padding:0;	
	border:none;
	height:52px;
	width:52px;
	scale:1;	
	background-color:transparent;
	background-image:url(../images/cart_bag.png);
	/*background-size:cover;*/
	background-position: center center;
	background-size:24px 28px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.product_min_cart:hover{
	animation-name: anim_scale_1_2;
	animation-timing-function: ease-in-out;	
	animation-duration: 0.4s;
}

.question {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	color:#edb386;
}
.answer {
	font-size:1em;
	font-weight:normal;
	display:block;
	margin-bottom:30px;
}
/*-------------------------------------------- product min discount --------------------------------------------*/
.product_min_discount_container {
	text-align:left;
	width:370px;
	height:300px;
	padding:0;
	margin:0 15px 15px 15px;
	border:#FFFFFF 1px solid;
/*
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
*/
}

.product_min_discount {
	text-decoration:none;	
	display:inline-table;
	background-color:#fdeef8;
	border-radius:10px;
	width:inherit;
	height:inherit;
	/*border:#fdeef8 1px solid;
	transition:border 0.2s ease-out;*/
}
.product_min_discount:hover {
	/*border:#e90d9c 1px solid;*/
}
.product_min_discount:hover .discount_btn {
	background-color:#fd32b6;
}

.product_min_discount img {
	/*width:320px;*/
	width:75%;
	height:auto;
	position:absolute;
	margin:40px 0 0 100px;
}
.product_min_discount div {
	text-decoration:none;	
	text-transform: uppercase;	
	font-size:1em;
	position:relative;	
	height:225px;
	margin:20px 0 0 20px;
}
.product_min_discount div p{
	text-decoration:none;	
	font-size:3em;
	padding:0;
	margin:20px 0 0 0;
}
.discount_btn {
	display:block;
	margin:0 0 0 20px;		
}

.img_blend_multiply {
	mix-blend-mode: multiply;
}
/*-------------------------------------------- product min right left --------------------------------------------*/
.product_min_discount_RL_cointainer {
	display:inline-block;
	text-align:center;		
	width:100%;
	height:auto;
	min-height:400px;
	padding:0;
	margin:0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border:none;
}
.product_min_discount_RL {
	text-decoration:none;	
	display:inline-table;
	background-color:#ebfef6;
	width:48%;
	min-width:550px;
	max-width:700px;	
	height:inherit;
	padding:0;
	margin:0;
	border:#fdeef8 1px solid;
	transition:border 0.2s ease-out;
}
.product_min_discount_L {
	background-color:#cefae8;	
}
.product_min_discount_R {
	background-color:#ebfef6;	
}
.product_min_discount_RL img {
	width:350px;
	height:auto;
	float:right;
	margin:0;
}
.product_min_discount_RL div {
	text-decoration:none;
	text-align:left;	
	font-size:25px;
	position:relative;	
	height:250px;
	margin:20px 0 0 20px;
}

/*-------------------------------------------- products_slideshow --------------------------------------------*/		
#slideshow_1, #slideshow_2, #slideshow_3 {
	border-bottom:none;
	margin-bottom:0;
}
.products_mask {
	display:block;
	max-width:1800px;/*#wrapper max width - 2x.products_mask margin-left2*/
	height:330px;
	overflow:hidden;
	margin-left:40px;
}
.products_container {
	margin:12px 0 0 0;
	padding:0;
	text-align:left;
	position:relative;
	left:-20px;
	width:2810px;/*#wrapper max width*/
}
.products_container div.product_min {
	position:relative;
	float:left;
	margin:0;
	padding:0;	
	margin-left:25px;
	margin-right:5px;
}
/*-------------------------------------------- product_hover --------------------------------------------*/		
.product_hover {
	position:absolute;
	display:table;
	width:320px;
	height:110px;
	background-color:#FFFFFF;
	padding:0;
	z-index:1;	
	visibility:hidden;
	}
.product_hover p{
	font-weight:bold;
	text-align:left;	
	font-size:1em;
	display:block;
	color:#adadad;
	margin:0;
	padding:20px 20px 0 20px;
	}	
.product_hover span{
	font-weight:bold;	
	text-align:left;	
	font-size:1em;	
	display:block;	
	margin:0;
	padding:10px 20px 0 20px;
	}
/*-------------------------------------------- section images --------------------------------------------*/		
.images {
	display:block;
	width:98%;
	height:auto;
	/*max-height:480px;*/
	text-align:center;
	padding:1%;
	margin:40px 0 0 0;
	/*border:none;*/
	border-bottom:#c6c6c7 1px solid;
	background-color:#fdeef8;
}
.images a {
	overflow:hidden;
	padding:0;
	margin:0;
	width:24%;
}
/*
.image_big {
	display:inline-block;
	text-align:center;
	width:50%;
	height:inherit;
}
.image_big img {
	width:100%;
}
.image_mid {
	display:inline-block;
	width:24%;
	height:inherit;
}
.image_mid img {

}
.image_small {
	display:inline-block;
	width:25%;
	height:inherit;
}
.image_small a {
	display:block;
	overflow:hidden;
	width:inherit;
	width:100%;
	padding:0;
	margin:0;	
	height:50%;
	text-align:center;
}
*/
.images a img {
	padding:0;
	margin:0px;
	/*height:260px;*/
	width:inherit;
	height:inherit;
}
@keyframes anim_img_contrast {
	0% {filter: contrast(100%);}
	50% {filter: contrast(140%);}
	100% {filter: contrast(100%);}
	/*0% {filter: saturate(1);}
	50% {filter: saturate(1.5);}
	100% {filter: saturate(1);}*/
}
.images img:hover {
	animation-name: anim_img_contrast;
	animation-timing-function: ease-in-out;	
	animation-duration: 0.7s;	
}
.image_small a img {
	width:100%;
	max-height:234px;
	padding:0;
	margin:0;	
	border:none;
	object-fit: cover;
}/*-------------------------------------------- nav --------------------------------------------*/	
nav {
	margin:0 0 5px 0;
	background-color:#edeceb;
	border-bottom:#c6c6c7 1px solid;
}
nav a {
	background-color:#edeceb;
	transition:background-color 0.2s ease-out;
}
nav a:hover {
	background-color:#FFF;
}
/*-------------------------------------------- producers --------------------------------------------*/	
#manufacturer {
	border-bottom:none;
}
.manufacturer_mask {
	height:205px;
	width:1800px;
	overflow:hidden;
	margin-left:40px;
}
.manufacturer_container {
	display:block;
	position:relative;	
	width:5000px;
	left:0;
}
.manufacturer_container a {
	float:left;
}
.manufacturer_container a img {
	height:150px;
	width:200px;
	padding:25px;
	border:#FFF 1px solid;
	transition:border 0.2s ease-out;
	border-radius:10px;
}
.manufacturer_container a img:hover  {
	border:#e90a9b 1px solid;
}
/*-------------------------------------------- footer --------------------------------------------*/
.rodo {
	display:block;
	clear:both;
	margin:0 25px 25px 25px;
	text-align: justify;
	text-justify: inter-word;
}
footer {
	clear:both;
	display:table;
	background-color:#f9f8f6;
	text-align:center;
	height:400px;
	width:100%;
}
footer div{
	display:table-cell;
}
footer div h3, footer div a {
	display:block;
}
footer div h3 {
	text-transform: uppercase;	
	font-size:1.2em;
	font-weight:normal;
	margin:30px 0 20px 0;
	padding:0;
}
footer div a, footerr div p {
	color:#5e5e5e;
	font-size:1em;
	text-decoration:none;
	transition:color 0.2s ease-out;
}
footer div a:hover {
	color:#000000;	
}

#copyright {
	display:table;
	color:#CCC;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	height:120px;
	width:100%;
}
#copyright p {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}
#copyright a, #copyright a:link, #copyright a:hover, #copyright a:visited{
	margin: 0 5px;
	color:#FFF;
}
/*-------------------------------------------- category_menu --------------------------------------------*/	
#category_menu {
	clear:both;
	display:block;
	color:#747474;
	margin:40px 0 0 20px;
	padding:0;
}

/*-------------------------------------------- category_name --------------------------------------------*/	
#category_name {
	clear:both;
	display:block;
	text-align:center;
	margin:20px 0 20px 0;
	padding:0;
}
#category_name h1 {
	text-align:center;
	margin:0;
	padding:0;
}
/*-------------------------------------------- product_name --------------------------------------------*/	
#product_name {
	display:block;
	text-align:left;
	margin:20px 0 20px 40px;
	padding:0;
}
#product_name h1 {
	text-align:left;
}
/*-------------------------------------------- section image --------------------------------------------*/	
.image {
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	overflow:hidden;
	margin:0 40px 40px 40px;
	border-top:#c6c6c7 1px solid;
	border-bottom:none;
}
.image h1 {
	margin:20px 0 20px 40px;
}
.image a, .image a img {
	display:block;
	width:100%;
	/*object-fit: cover;	*/
}
.image a img:hover {
	animation-name: anim_img_contrast;
	animation-timing-function: ease-in-out;	
	animation-duration: 0.7s;	
}
/*-------------------------------------------- section category_img --------------------------------------------*/
#category_img {
	border:none;
}

#category_img h2 {
	font-size:1.5em;
	text-align:center;
	margin:0;
}
/*-------------------------------------------- sort_bar --------------------------------------------*/
#sort_bar {
	display:block;
	border-top:#b3b3b3 1px solid;
	margin:0;
	padding:0;
}
#sort_bar a {
	display:block;
	vertical-align:middle;
}
#sort_bar a span{
	float:left;
	margin:20px 20px;
}
#sort_bar a img{
	display:inline-block;
	margin:20px 20px 10px 0;
	padding:0;
}
#filter {
	float:left;
}
#sort {
	float:right;
}
.separate {
	clear:both;
	border:none;
	background-color:#FFF;
	margin:0;
	padding:0;
}
/*-------------------------------------------- sort_window --------------------------------------------*/
#sort_window {
	display:block;
	padding:0 20px;
	width:300px;
	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;
	border:#EEE 1px solid;
	margin:0;
	float:right;
	display:none;
}

#filter_window {
	display:block;
	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;
	display:none;*/
	z-index:1;	
	border:#EEE 1px solid;
	margin:0;
	float:left;
	display:none;
}
#filter_window div input{	
	height:35px;
	width:100px;
	background-color:#f9f8f6;
	border-radius:40px;
	border:none;
	float:right;
	text-align:center;
}

.button_submit_1 {	
	width:100%;
	height:auto;
	padding:10px 0;
	border-radius:40px;	
/*	font-size:1.2em;
	font-weight:normal;
	width:100%;
	height:auto;
	padding:10px 0;
	color:#000;
	background-color:#cefae8;
	border-radius:5px;
	border:#747371 1px solid;
	transition:background-color 0.2s ease-out;
	cursor:pointer;*/
}
/*.button_submit_1:hover {	
	background-color:#f9f8f6;
}*/
.filter_window_col_L {
	height:35px;
	width:60%;	
	float:left;
	margin:0 0 30px 0;
	display:table;
}
.filter_window_col_L label {
	display:table-cell;	
	vertical-align:middle;
}
.filter_window_col_R {
	height:35px;	
	width:37%;
	text-align:right;
	float:right;
	padding:0;
	margin:0 0 30px 0;	
}

/*-------------------------------------------- custom-select --------------------------------------------*/
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	width:100%;
	margin-bottom:30px;
	clear:both;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background:url(../images/select.png) no-repeat right center;
	background-size:contain;
    background-color: #f9f8f6;
	border-radius:40px;
	border:#000000 1px solid;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 20px;
	right: 18px;
	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.01) transparent;
	cursor: pointer;
	user-select: none;
	border-radius:40px;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #f9f8f6;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-radius:20px;
}
/*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 0 30px 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;*/
	transition:color 0.2s ease-out;
}
#arrowL,#arrowR {
	border:#808080 1px solid;
	border-radius:30px;
	padding:10px 14px;
	transition:color 0.2s ease-out, border 0.2s ease-out;
}
#arrowL:hover,#arrowR:hover {
	color:#e90a9b;
	border:#e90a9b 1px solid;
}

#paging_current {
	color:#e90a9b;
	font-weight:bold;
}
.paging_link:link, .paging_link:visited, #paging_current:link, #paging_current:visited{
	text-decoration:none;
}
.paging_link:hover, #paging_current:hover{
	color:#e90a9b;
}
/*-------------------------------------------- product_main_images --------------------------------------------*/
#product_main_images {
	display:table; 
	vertical-align:top;
	margin:auto;
	
	width:95%;
}

.img_large {
	float:left;	
	margin:0 20px 0 20px;
	position:relative;	
	width:64%;
}

#enlarge-img {
	position:relative;
	top:-50px;
	z-index:1;
}
.favorites_submit, .message_submit {
	display:block;
	font-size:1em;
	font-weight:normal;
	color:#000000;
	background-color:#FFF;
	cursor:pointer;
	background-image:url(../images/favorites_border.png);
	background-size:30px;
	background-repeat:no-repeat;
	background-position:0px 12px;
	width:auto;
	height:40px;
	text-align:left;
	padding:5px 0 0 40px;
	margin:10px 0 0 0;
	border:none;
	transition:color 0.2s ease-out;
}
.message_submit {
	background-image:url(../images/message_border.png);
}
.favorites_submit:hover,.message_submit:hover {
	color:#e90d9c;
}

#large_image_price {
	position:absolute; 
	top:0px; 
	right:0px; 
	float:right; 
	z-index:1; 
	color:#e70d0d; 
	font-size:1.5em; 
	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; 
	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 {
	width:60%;
	/*max-width:750px;*/
	display:inline-block;
	margin:0 20px;
}

.product_details {
	width:33%;
	/*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_content --------------------------------------------*/
#product_extra_content  {
	display:table;
	width:100%;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	text-align:center;
}.product_extra_product {
	display:inline-block;
	text-align:center;	
	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 --------------------------------------------*/	
#product_promo_on, #product_promo_date_countdown {
	display:block;
	text-align:center;
	padding:5px 0;
	font-size:2em;
	font-weight:normal;
	color:#e50d0d;
	background-color:#FFFFFF;
	border:#e50d0d 1px solid;
	border-radius:30px;
}

#product_promo_date_countdown {
	border:none;
	display:none;
}
	
#product_old_price {
	display:block;
	text-align:left;
	padding:10px 0 0 0;
	margin:0;
	font-size:2em;
	font-weight:normal;
	color:#e50d0d;
	text-decoration:line-through;
	/*display:none;*/
}
#product_price, #product_lowest_price {
	display:block;
	text-align:left;
	padding:0;
	margin:0;
	font-size:2em;
	font-weight:300;
	color:#000000;
}
#product_lowest_price {
	font-size:1em;
	font-weight:normal;
	color:#999999;
	margin:0 0 30px 0;
	padding:0;
}
#product_price span {
	color:#07bd70;
	margin-left:10px;
}
#product_quantity {
	clear:both;
	height:40px;
	display:block;
	margin:10px 0 20px 0;
}
		
#product_eraty {
	display:block;
	width:100%;
	height:auto;
	cursor:pointer;
}
#product_eraty img{
	width:100%;
	height:auto;
	max-width:511px;
}

#product_right_left {
	margin:40px 0;
}
		
.product_button_plus_minus, .product_field_quantity, .product_cart_submit, .login_button_submit, .simple_button, .back_button {
	float:left;
	text-align:center;
	padding:10px 0px;
	min-width:30px;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	background-color:#f9f8f6;
	border:#CCCCCC 1px solid;
	cursor:pointer;	
	border-radius:20px;
	transition:border 0.2s ease-out;
}
.product_button_plus_minus:hover {
	border:#666666 1px solid;
}
		
.product_field_quantity, .product_textfield, .product_textarea {
	text-align:center;
	padding:9px 5px;
	margin:0 15px;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	border-radius:20px;
	cursor:text;
}
.product_cart_submit, .product_button_submit, .login_button_submit, .simple_button, .back_button {
	float:right;
	text-align:center;
	padding:10px 50px;
	margin:0;
	font-size:1.2em;
	font-weight:normal;
	color:#FFF;
	background-color:#01c271;
	border:#747371 1px solid;
	border-radius:20px;
	transition:background-color 0.2s ease-out;	
}
.product_cart_submit:hover, .product_button_submit:hover, .login_button_submit:hover, .simple_button:hover, .back_button:hover {
	background-color:#0fd783;
}
/*-------------------------------------------- product_dimensions --------------------------------------------*/	
#product_dimensions {
	clear:both;	
	text-align:center;
	border-bottom:#cccccc 1px solid;
	padding:0 0 20px 0;
}
#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 0 0;
}
.product_dim_icon {
	width:49px;
	height:49px;
}
.product_dim span{
	display:block;	
}
/*-------------------------------------------- product_extra_info --------------------------------------------*/			
#product_extra_info {
	display:block;
	width:100%;
	margin:0 0 0 0;
}
#product_extra_info div{
	display:table;
	width:100%;
	padding:0px 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 --------------------------------------------*/	
#order_completing_time {
	padding:0 10px;
	margin:0 0 0 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:132px;
	height:60px;
	float:left;
	padding:20px 0 0 0;
}
#product_transport_cost a {
	color:#000000;
	text-decoration:none;	
}
#product_transport_cost p {
	display:inline-block;
	margin:35px 0 0 75px;	
}
#product_transport_cost span {
	display:inline-block;
	margin:20px 0 0 0;	
}
#product_transport_cost div {
	text-align:center;
	clear:both;
	display:block;
	padding:10px 0 0 0;
	font-weight:bold;
	color:#e70d0d;
	text-decoration:none;
}

#product_extra_info div {
	border-bottom:#CCCCCC 1px solid;
	padding:20px 0;
}
/*-------------------------------------------- product_attribute_group --------------------------------------------*/	
.product_attribute_group {
	display:block;
	text-align:left;
	padding:0;
	margin:15px 0;
	font-size:1em;
	font-weight:normal;
	color:#000;
	border:#000000 1px solid;
	border-radius:30px;
	cursor:pointer;
	transition:border 0.2s ease-out;
}
.product_attribute_group:hover {
	border:#01c271 1px solid;
}
.product_attribute_group h1{
	display:block;
	text-align:right;
	padding:0 30px 0 0;
	margin:10px 0 0 0;
	font-size:1.5em;
	transition:color 0.2s ease-out;
}
.product_attribute_group h1:hover {
	color:#01c271;
}
.product_attribute_group h1 span{
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	margin:0;
	font-size:0.7em;
}
.product_attribute_group p{
	display:block;
	padding:0;
	margin:10px 20px;
	display:none;
	max-height:200px;
	overflow:scroll;
	overflow-x: hidden;
}
.product_attribute_group a{
	display:table;
	color:#e90d9c;
	margin:10px auto;
	text-decoration:none;
	transition:color 0.2s ease-out;
}
.product_attribute_group a:hover {
	color:#fd32b6;
}	

.product_attribute_group_promo_info {
	display:block;
	color:#e70d0d;
	font-weight:bold;	
	margin:10px 0px;
}

.product_attribute_color_sample {
	width:22px;
	height:22px;
	display:inline-block;
	border-radius:4px;	
	border:#555 1px solid;
	float:right;
	margin-right:20px;
}
/*-------------------------------------------- custom-radio --------------------------------------------*/
/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size:1em;
	font-weight:normal;	
	-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%;
	transition:color 0.2s ease-out;
}
.container:hover {
	color:#01c271;
}
/* 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;
	cursor:pointer;
}
.tip_box{
	position:absolute; 
	background-color:#FFF; 
	color:#000;
	font-size: 0.6em;	 
	border:#AAA 1px solid; 
	border-radius:20px;
	padding:30px;
	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_description --------------------------------------------*/	
.description {
	text-align:left;
	margin:0 40px;
}
/*-------------------------------------------- pattern ----------------------------------------------------------*/			
#pattern_header {
	width:auto;	
	display:block;
	color:#000;
	text-align:left;
	/*font-weight:bold;*/
}	

.pattern {
	text-align:left;
	display:block;
	padding:0;
	margin:20px 30px;
	padding:10px 40px;	
	border:#CCC 1px solid;
	border-radius:30px;
	/*text-transform: uppercase;*/
}	

.pattern h2 {
	text-align:center;
	width:auto;
	padding:0;
	color:#000;
	font-weight:bold;	
	font-size:1.4em;
	display:table;
	margin:20px auto 0 auto;
	padding:0;
	color:#edb386;
	/*text-transform: uppercase;*/
}	
			
.pattern_description {
	display:block;
	text-align:left;
	padding:0;
	font-weight:bold;
	margin: 20px 0;
	font-size:1.2em;
	/*clear:both;*/
}

.pattern_single{
	display:inline-block;
	padding:0px;
	margin:0 0 20px 0;
	width:180px;
	height:215px;
	background-color:#FFFFFF;
	border:#FFF 1px solid;
}
.pattern_single:hover{
	border:#CCC 1px solid;
}
.pattern_img {
	display:block;
	width:180px;
	height:180px;
	margin:0;
	padding:0;
	cursor:pointer;
}
.pattern_img_max {
	display:block;
	width:280px;
	height:280px;
	margin:0;
	position:absolute;
	z-index:10;
	display:none;
	opacity:0;
	border:#FFF 3px solid;
	box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.46);
	-webkit-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.46);
}
.pattern_name {
	height:auto;	
	padding:0;
	margin:0;
	text-align:left;
}
/*-------------------------------------------- question ----------------------------------------------------------*/	
.product_textfield {
	text-align:left;
	display:block;
	width:90%;
	max-width:500px;
	margin:0 auto 20px auto;
	padding-left:20px;
}		
.product_textarea {
	text-align:left;	
	display:block;	
	padding:10px;
	width:90%;
	max-width:500px;
	height:300px;
	margin:0 auto 20px auto;
}
.product_button_submit {
	display:block;	
	text-align:center;
	width:90%;
	max-width:500px;
	margin:0 auto;
	cursor:pointer;
	float:none;
}
/*-------------------------------------------- promo_box --------------------------------------------*/	
#main_promo {
	display:table; 
	text-align:center;
	margin:0 auto 20px auto;
}
		
.promo_box {
	display:inline-block;
	text-align:center;		
	width:auto;
	padding:0;
	margin:0 10px 10px 10px;
	border:#dfdfdf 1px solid;
	border-radius:20px;
	overflow:hidden;
}
h4 {
	font-weight:normal;
	font-size:1.4em;
	padding:0;
}
		
.promo_box img {
	max-height:312px;
	/*width:500px;*/
	padding:0;
	margin:0;	
}
.promo_box p {
	display:block;
	height:120px;	
	padding:10px;
	width:100%;
	max-width:350px;
	margin:0 auto;
}
/*-------------------------------------------- login_box --------------------------------------------*/	
#content_center {
	display:block;
	text-align:center;
	width:100%;
}
			
.login_box {
	display:inline-table;
	margin:40px 40px 0 40px;
	width:300px;
}
.status_box {
	display:block;
	margin:0 auto;
	width:300px;
}

.login_box_wider {
	display:inline-table;
	margin:0;
	width:55%;
}

.login_box_wider p span{
	color:#F00;
}

.login_box h3{
	font-weight:normal;
	font-size:1em;
}

.login_textfield {
	display:block;
	padding:10px;
	font-size:1em;
	width:100%;
	margin:0 auto 20px auto;
}		
		
.login_button_submit, .back_button {
	display:block;
	margin:0 auto;
	float:none;
}

.simple_button {
	display:table;	
	margin:15px auto 15px auto;	
}
		
#invoice_container	{
	display:none;
}
/*-------------------------------------------- contact_box --------------------------------------------*/	
.contact_box {
	vertical-align:top;	
	display:inline-block;
	width:300px;
	color:#000000;
}
.contact_box h2{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	color:#000000;	
}
.contact_box p{
	display:block;
	padding:0;
	margin:0;
}

.google-map {
	display:block;
	margin:20px auto 0 auto;
	padding:0;
	width:95%;
}

iframe {
	display:block;
	width:95%;
	height:450px;
	border:none;
	margin:0 auto;
	padding:0;
}
/*
		.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:40px auto 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:96%;	
	padding:2%;
	border:#999999 1px solid;
	text-align:left;		
	height:150px;
	margin:0 auto 20px auto;
	border-radius: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_quantity span {
	display:none;
	
}
.cart_box_row_price {
	width:150px;
}
		
.cart_box_row_name p {
	display:block;
	float:left;	
	margin:20px 0 0 0;
	padding:0;
	width:20px;
}
.cart_box_row_name a img {
	display:block;
	float:left;	
	margin:0;
	padding:0;	
	height:70px;
	width:auto;	
}
.cart_box_row_name a div {
	display:inline-block;
	float:left;	
	margin:0 0 0 20px;
	width:70%;
	padding:0;
	color:#000000;
	text-decoration:none;
	border:none;
}
.cart_box_row_name a div span{
	margin:10px 0 0 0;
	display:block;	
}
.cart_box_row_allprice {
	display:block;
	text-align:right;
	margin:10px 0;
	font-weight:bold;
}
#cart_box_row_raty {
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-weight:bold;
}
		
.cart_radio {
	display:block;
	width:100%;
	border-bottom:#CCC 1px solid;
	padding:0 0 10px 0;
}
.cart_radio p{
	display:block;
	width:100%;
	text-align:left;
}
.cart_radio label{
	display:block;
	width:100%;
	text-align:left;
}
.cart_radio label img{
	display:inline;
	height:25px;
	float:left;
	margin:0 5px 0 0;
}
/*-------------------------------------------- account --------------------------------------------*/
#order_box {	
	display:block;
	width:auto;
	margin:0 0 0 0px;
	width:100%;
}
#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:25%;
}
		
.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:25%;
}
		
.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:1em;
			font-weight:normal;
			color:#000;
			border:#000000 1px solid;
			border-radius:30px;
			cursor:pointer;
		}
		
		#transport_place_container h1{
			display:block;
			text-align:right;
			padding:0 30px 0 0;
			margin:10px 0 0 0;
			font-size:1.8em;
		}
		#transport_place_container h1 span{
			display:block;
			float:left;
			margin:0;
			padding:0 0 0 30px;
			margin:0;
			font-size:0.7em;
		}
		#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 {
	margin:0 40px 40px 40px;
	text-align:left;
}
		
		/*-------------------------------------------- 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;
		}
/*------------------------------ msg alert ------------------------------*/	
.msg_alert {
	width:300px;
	height:100px;
	background-color:#FFFFFF;
	border:#01c271 1px solid;		
			
	color:#01c271;	
	text-align:center;
	margin:0 auto;
	text-decoration:none;
	font-weight:bold;	
	display:table;
			
	position:fixed;
	top:40%;
	z-index:100;
	border-radius:20px;
}
.msg_alert p {
	display:table-cell;
	vertical-align:middle;	
	padding:20px;
	margin:0 auto;
}
.msg_alert p img {
	width:40px;
	height:auto;
	display:block;
	margin:20px auto 0 auto;
}

		
		/*----------------------------- 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:1em;
	margin:20px 0;
	height:auto;	
	width:95%;
}
.account_box_left {
	vertical-align:top;
	display:table-cell;
	border-right:#000000 1px solid;
	width:25%;
}
			
.account_box_right {
	display:table-cell;
	width:75%;
	padding-left:50px;
}	
/*-------------------------------------------- transport_prices --------------------------------------------*/
.transport_container {
	display:table; 
	text-align:center; 
	margin:auto;
}
		
.transport_prices {
	display:block;
	padding:10px;
	margin:auto;
	text-align:center;
	width:350px;
}
#transport_prices_R {
	float:right;
}
#transport_prices_L {
	float:left;
}
.transport_prices li{
	display:block;
	max-width:300px;
	border-bottom:#CCCCCC 1px solid;	
	margin:0 auto;
}
.transport_prices li:first-child{
	padding-bottom:20px;
	color:#edb386;
	font-size:1.4em;
}
.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;
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
}
.yt_container {
	display:inline-table;
	position:relative;
	overflow:visible;
}

		
		/*-------------------------------------------- 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:1em;
	font-weight:bold;
	text-decoration:underline;
	color:#555;
	padding:0;
	margin:0;	
	transition:color 0.2s ease-out;
}	
.link_1:hover{
	color:#000;	
}	
		/*-------------------------------------------- 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:1em;
	text-decoration:none;
	font-weight:normal;
	color:#747474;
	padding:0;
	margin:0;
	transition:color 0.2s ease-out;
}	
.link_4:hover{
	color:#000;		
}	
		/*-------------------------------------------- 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:1em;
	text-decoration:none;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
	transition:background-color 0.2s ease-out;
	cursor:pointer;	
}	
.link_6:hover{
	background-color:#EEE;		
}	
/*-------------------------------------------- link_7 --------------------------------------------*/
span.link_7, .link_7:link, .link_7:visited{
	display:inline-block;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
	color:#747474;
	padding:0;
	margin:0 20px 0 20px;
	transition:color 0.2s ease-out;
}	
.link_7:hover{
	color:#000;		
}
span.link_7, span.link_7:hover {
	color:#07bd70;
}
/*-------------------------------------------- link_8 --------------------------------------------*/
.link_8:link, .link_8:visited {
	display:block;
	text-decoration:none;
	color:#000000;
	padding:0;
	margin:0 0 20px 20px;
	transition:background-color 0.2s ease-out, color 0.2s ease-out;
	background-color:#f9f8f6;
	border-radius:40px;
	padding:10px 0;
	text-align:center;
	margin:30px 0;	
}	
.link_8:hover {
	color:#FFF;
	background-color:#01c271;
}		
		/*-------------------------------------------- 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:1em;
	text-decoration:none;
	padding:10px 0;
	margin:0;
	color:#000;
	text-transform:uppercase;
	background-color:#fdecdf;	
	transition:background-color 0.2s ease-out;
	border-top:#CCC 1px solid;
}	
.link_10:hover{
	background-color:#f9f8f6;	
}	
		/*-------------------------------------------- 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:100%;
	display:block;
	font-size:1em;
	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:#e90a9b;
}
		/*-------------------------------------------- link_14 --------------------------------------------*/
		.link_14:link, .link_14:visited, .link_14:hover {
			color:#000000;
			text-decoration:none;
			}	
/*-------------------------------------------- phone --------------------------------------------*/
.phone:link, .phone:visited{
	text-decoration:none;
	color:inherit;
	font-size:inherit;
}	
.phone:hover{
	text-decoration:underline;	
	color:inherit;
	font-size:inherit;
}
@keyframes anim_phone {
	0% {color:#000;}
	50% {color:#e90a9b;}
	100% {color:#000;}	
}
.phone {
	animation-name: anim_phone;
	animation-timing-function: ease-in-out;	
	animation-duration: 1.5s;
	animation-iteration-count: infinite;	
}
		/*-------------------------------------------- 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:0;
	font-size:1em;
	left:0;
	bottom:0;
	display:none;
	z-index:10;
	text-align:center;
}
#cookiesTab p {
	margin:30px;
}
#cookiesTab a{
	text-decoration:none;
	color:#000;
	cursor:pointer;	
}	
.cookies_button {
	padding:5px;
	width:100px;
	display:inline;
	background-color:#EEEEEE;
	border:#999999 1px solid;
}
			
@media screen and (max-width: 1094px) {
#wrapper {
	text-align:center;
}
#mobile {
	display:inline-block;
	margin-left:0px;
	margin-right:20px;	
}

#top_logo {
	margin-left:20px;
	margin-right:0px;	
	margin-bottom:40px;
	padding:0;
	width:50%;
	height:auto;	
}
#menu_wrapper {
	display:none;
	text-align:center;
}
#top_logo a img {
	height:2.2em;
	width:auto;
	float:left;
	margin:0;
	padding:0;
}
#top_info, #top_search, #top_icon {
	clear:both;
	float:none;
	display:block;
	margin:40px auto;
	width:90%;
}
#top_icon {
	text-align:center;
	width:100%;
}
#top_info {
	width:320px;
}
#top_info {
	height:45px;
}
#top_icon a {
	float:none;
	margin:0 20px;
	padding:0;
}
menu a, nav a {
	display:block;
	margin:0 auto;
	padding:40px 0;
	font-size:1em;
}
#main_product_categories {
	display:table; 
	width:100%;
	margin:0 0 50px 0;
	/*display:none;*/
}
#main_product_categories li a{ 
	padding:25px 0 25px 20px;
}

.img_large_title, .img_large_description {
	background-color: rgba(255, 255, 255, 0.6);
}

h1 {
	font-size:1.4em;
}
.product_min_discount img {
	width:250px;
	margin:40px 0 0 80px;
}

.product_min_discount_RL {
	margin:20px 0;	
	border-radius:10px;
}

.product_min {
	width:330px;
	max-width:90%;
	margin:0 10px 10px 10px;
}
.product_hover {
	width:330px;
	max-width:90%;
}
.products_mask {
	height:375px;
	margin-left:10px;
}
#category_menu {
	margin:40px 10px;
}

#product_main_images {
	display:table; 
	vertical-align:top;
	margin:auto;	
	width:90%;
}

.img_large_img {
	display:block;
	margin:0;
	float:none;	
	position:relative;
	width:100%;
}

.product_details {
	width:100%;
	display:inline-block;
	margin:0;
}

.yt_video{
	min-width:auto;
	min-height:auto;
	max-width:auto;
	max-height:auto;
}

.yt_container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.yt_container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.yt_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#product_quantity {
	text-align:center;
}

.product_button_plus_minus {
	display:inline-block;
	float:none;	
}
		
.product_field_quantity {
	display:inline-block;
	float:none;	
}

.product_cart_submit {
	width:100%;
	margin:30px auto 20px auto;
}
#question_content .product_textfield, #question_content .product_textarea, #question_content .product_button_submit {
	width:90%;
}

.pattern {
	text-align:center;
}

.login_textfield {
	width:90%;
}

.login_box {
	margin-bottom:50px;
	width:85%;
	max-width:300px;
	margin:0 20px;
}

.login_box h3 {
	font-size:1.4em;
}

.login_box .link_7 {
	margin:25px auto;
}

#cart_box {
	margin:0 auto;
	width:90%;
}

#cart_box_label {
	display:none;
}

.cart_box_row {
	display:block;
	width:100%;	
	margin:0;
	padding:20px 0;
	text-align:left;	
	border-bottom:#AAA 1px solid;
}
.cart_box_row div {
	display:inline-block;
	/*width:30%;	*/
	margin:0;
	padding:0;
	border:none;
}

.cart_box_row_name {
	width:100%;
}

.cart_box_row_name a img {
	height:120px;
}

.cart_box_row_quantity {
	display:block;	
	/*float:left;*/
	text-align:left;
	width:auto;
}
.cart_box_row_quantity span {
	display:inline-block;	
}
.cart_box_row_price {
	display:block;	
	float:right;
	width:auto;	
	text-align:right;	
	font-size:1.2em;
}
#cart_box_comment, .product_cart_submit {
	width:100%;
}
.cart_radio {
	width:95%;
}
.login_box_wider {
	width:95%;
}
}
@media screen and (max-width: 980px)
{
.images {
	height:auto;
}
.images a {
	display:block;	
	margin:20px auto;
	width:auto;
	height:auto;
	/*max-width:100%;*/
}
/*
.image_big, .image_mid, .image_small {
	display:block;
	width:90%;
	height:inherit;
	margin:0px auto;
}
.image_small a {
	display:block;
	width:100%;
	height:100%;
}
.image_small a img {
	display:block;
	width:100%;
	height:100%;
}
*/
.images a img {
	margin:0 auto;	
	display:block;
	max-width:90%;
	border-radius:10px;

/*	width:100%;
	height:100%;*/
}

}

@media screen and (max-width: 950px)
{
footer div {
	display:block;
	width:auto;
	margin:0 auto;
}

.paging_link, #paging_current {
	display:none;
}
#arrowL, #arrowR {
	display:inline-block;
}
#arrowL {
	margin-right:30px;
	font-size:1.5em;
}
#arrowR {
	margin-left:30px;
	font-size:1.5em;
}

#filter_window {
	width:300px;
	max-width:90%;
	padding:10px;
}

.transport_prices, #transport_prices_R, #transport_prices_L {
	float:none;
	margin:auto;
	width:100%;
}

#account_box {
	display:block;
	width:90%;
	margin:0 auto;
}
.account_box_left, .account_box_right, .account_box_left a {
	float:none;
	clear:both;
	display:block;
	border:none;
	width:100%;
	margin:0 auto;
}
.account_box_right {
	padding:0;
}
.account_box_left {
	margin-bottom:50px;
}

#enlarge-img {
	top:0;
}
.favorites_submit, .message_submit {
	margin:20px 0;
}
.product_main {
	width:100%;
	margin:0;
	padding:0;
	float:none;
	clear:both;
}
.img_large_img {
	left:0;
}

.product_min_discount_RL {
	display:block;
	width:95%;
	min-width:auto;
	height:inherit;
	padding:0;
	margin:0 auto 30px auto;
}
.product_min_discount_RL img {
	max-width:100%;
	float:none;
}
.product_min_discount_RL div {
	text-align:center;	
	font-size:1.5em;
	position:relative;	
	height:auto;
	margin:20px;
}
.product_min_discount_RL button {
	display:block;
	margin:0 auto 30px auto;
}
}
@media screen and (max-width: 720px)
{
#main_images {
	display:table; 
	width:100%;
}
		
.main_image_container {
	margin:0;
	padding:0;
	position:static;
	width:inherit;
	height:auto;
}

.main_image_container a {
	clear:both;	
	display:block;
	width:inherit;	
	height:inherit;
	border-bottom:#CCC 1px solid;
	padding:0 0 25px 0;
}

.main_image_container a img{
	display:block;	
	width:inherit;
}

#main_images_button {
	clear:both;
	display:none;
}

.img_large_container {
	width:100%;
	display:block;
	position:static;
	left:0;
	bottom:0;
}
.img_large_title {
	display:block;
	left:0px;
}
.img_large_description {
	display:block;
}
.button_1 {
	display: block;
	margin:0 auto;
}

.products_mask {
/*	display:block;*/
	width:100%;
	height:auto;
/*	overflow:visible;*/
	margin-left:0;
}
.products_container {
/*	clear:both;*/
/*	display:table-cell;*/
	position:static;
	width:inherit;
/*	height:auto;	*/
/*	margin:0 auto;*/
/*	padding:0;*/
	text-align:center;
}
.products_container div.product_min {
	width:inherit;
	height:auto;
	margin:20px auto;
	text-align:center;
	float:none;	
}
/*
.product_min {
	display:block;
	text-align:center;			
	height:auto;
	width:100%;
	margin:20px auto;
	border:#0000FF 1px solid;
	padding:0;	
}
.product_min_discount_container {
	display:block;
	text-align:center;			
	height:auto;
	width:100%;
	margin:20px auto;
	border:#00FF00 1px solid;
}
*/
.product_min_discount {
	display:block;
	width:inherit;
	height:auto;
	margin:0 auto;
	padding:0 0 20px 0;	
}

.product_min_discount img {
	width:inherit;
	height:auto;
	position:static;
	margin:0;
}
.product_min_discount div {
	position:static;	
	height:auto;
	margin:0;
}
.product_min_discount div p{
	margin:0;
}
.discount_btn {
	display:block;
	margin:0 auto;		
}
}
@media screen and (max-width: 460px)
{
#top_logo a img {
	width:250px;
	height:auto;
}
}