body {
	font-family: "proxima-nova", sans-serif;
	font-size: 13px;
	line-height: 1.231;
	min-width: 400px;
}

a {
	color: inherit;
	text-decoration: underline;
}

	a:hover {
		color: inherit;
		text-decoration: none;
	}

.site_warning {
	padding: 10px;
}

	.site_warning .inside {
		box-sizing: border-box;
		max-width: 1140px;
		margin: 0 auto;
		padding: 15px;
		font-size: 16px;
		border: 2px dashed #d8d8d8;
	}

	@media (max-width:767px){
		.site_warning .inside {
			padding: 10px;
			font-size: 14px;
		}
	}

		.site_warning .inside h2 {
			font-size: 22px;
			font-weight: bold;
			padding: 0 0 15px 0;
			color: #d7130b;
		}


/*

HEADER

*/
#site_header {
	padding:0 20px;
	border-bottom: 2px solid #eaeaea;
}

	#site_header > .inside {
		position: relative;
		max-width: 1140px;
		min-height: 110px;
		margin: 0 auto;
	}

	#site_header > .inside .english_mut_link {
		float: right;
		margin-top: 10px;
	}

	#site_header > .inside .english_mut_link img {
		height: 15px;
	}

		/* LOGO */
		#site_header .logo_wrapp {
			text-decoration: none;
		}
		
			#site_header .logo_wrapp h1 {
				font-size: 0;
				margin: 0;
				padding: 0;
			}
			
				#site_header .logo_wrapp h1 span {
					display: none;
				}
		
			#site_header .logo {
				position: absolute;
				top: 30px;
				left: 0;
				transition: 300ms;
				z-index: 10;
			}
	
			@media (max-width:1000px){
				#site_header .logo {
					top: 40px;
				}
			}

		/* MAIN MENU */
		#site_header .articlescat0 {
			position: absolute;
			top: 26px;
			left: 210px;
		}

		@media(max-width:1000px){
			#site_header .articlescat0 {
				position: relative;
				top: 0;
				left: 0;
				padding-top: 100px;
				overflow: hidden;
			}

			#site_header .articlescat0 .hotdog {
				position: absolute;
				top: 43px;
				left: 230px;
				background: #F5F5F5;
				border: 1px solid #E6E6E6;
				border-radius: 4px;
				text-align: center;
				cursor: pointer;
			}

			#site_header .articlescat0 .hotdog:before {
				display: block;
				width: 40px;
				height: 40px;
				line-height: 40px;
				font-family: FontAwesome;
				font-size: 19px;
				content:"\f0c9";
				color: #666666;
			}

			#site_header .articlescat0 .hotdog:hover:before {
				color: #454545;
			}
		}

			#site_header .articlescat0 > ul {
				list-style: none;
			}

			@media(max-width:1000px){
				#site_header .articlescat0 > ul {
					display: none;
				}
			}

			@media(max-width:1000px) and (min-width:601px){
				#site_header .articlescat0.opened > ul {
					display: block;
					display: flex;
					flex-flow: row wrap;
					justify-content: space-around;
					align-content: stretch;
				}
			}

			@media(max-width:600px){
				#site_header .articlescat0.opened > ul {
					display: block;
				}
			}

				#site_header .articlescat0 > ul > li {
					float: left;
				}

				@media(max-width:600px){
					#site_header .articlescat0 > ul > li {
						float: none;
						display: block;
					}
				}

					#site_header .articlescat0 > ul > li > a {
						position: relative;
						display: block;
						padding: 34px 15px;
						font-size: 14px;
						font-weight: 700;
						color: #1c1c1c;
						text-transform: uppercase;
						text-decoration: none;
					}

					@media(max-width:1000px){
						#site_header .articlescat0 > ul > li > a {
							padding: 10px 15px;
						}
					}

					@media(max-width:600px){
						#site_header .articlescat0 > ul > li > a {
							padding: 10px 0;
						}
					}

					#site_header .articlescat0 > ul > li > a:hover,
					#site_header .articlescat0 > ul > li.active > a {
						color: #d7130b;
					}

		/* USER LOGIN */
		#site_header .sidebox.login {
			position: absolute;
			top: 10px;
			right: 150px;
			text-align: right;
			font-size: 14px;
			color: #1c1c1c;
		}
		
		@media(max-width:500px){
			#site_header .sidebox.login {
				right: 100px;
			}
		}

			#site_header .sidebox.login a {
				text-decoration: none;
				color: inherit;
			}

			#site_header .sidebox.login a:hover {
				color: #d7130b;
			}

			#site_header .sidebox.login .user:before {
				font-family: FontAwesome;
				content: "\f007";
				padding-right: 5px;
				color: #d7130b;
			}

			#site_header .sidebox.login .edit:before {
				font-family: FontAwesome;
				content: "\f040";
				padding-left: 15px;
				padding-right: 5px;
				color: #d7130b;
			}

			#site_header .sidebox.login .logout:before {
				font-family: FontAwesome;
				content: "\f08b";
				padding-left: 15px;
				padding-right: 5px;
				color: #d7130b;
			}
			
			@media (max-width:540px){
				#site_header .sidebox.login .logout > span {
					display: none;
				}
			}

			#site_header .sidebox.login .login:before {
				font-family: FontAwesome;
				content: "\f090";
				padding-right: 5px;
				color: #d7130b;
			}

			#site_header .sidebox.login .register:before {
				font-family: FontAwesome;
				content: "\f090";
				padding-left: 15px;
				padding-right: 5px;
				color: #d7130b;
			}

        /* SEARCH */
        #site_header .sidebox.search {
            position: absolute;
            top: 45px;
            right: 190px;
            width: 250px;
            transition: 500ms;
        }

        @media (max-width:1200px){
        	#site_header .sidebox.search {
        		right: 60px;
        		width: 200px;
       		}
        }

        @media (max-width:600px){
        	#site_header .sidebox.search {
        		display: none;
       		}
        }

            #site_header .sidebox.search input[type="text"]{
                position: relative;
                z-index: 1;
                width: 100%;
                height: 40px;
                background: #ededed;
                border-radius: 30px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border: 0;
                font-size: 14px;
                padding: 0 30px 0 10px;
                color: #4A4A4A;
                outline: none;
            }

            #site_header .sidebox.search button {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 2;
                width: 40px;
                height: 40px;
                outline: none;
                cursor: pointer;
                border: 0;
                background: transparent;
            }

            #site_header .sidebox.search button:before {
                font-family: FontAwesome;
                font-size: 17px;
                color: #d7130b;
                content: "\f002";
            }

            #site_header .sidebox.search button:hover:before {
                color: black;
            }

		/* LANG SWITCH */
		#site_header .sidebox.langs {
			position: absolute;
			top: 10px;
			right: 0;
		}

			#site_header .sidebox.langs ul {
				list-style: none;
			}

				#site_header .sidebox.langs ul > li {
					float: left;
					font-size: 13px;
					color: #1c1c1c;
					margin-left: 10px;
				}

					#site_header .sidebox.langs ul > li a {
						display: block;
						padding: 1px;
						text-decoration: none;
					}

					#site_header .sidebox.langs ul > li a:hover {
						color: #d7130b;
					}

					#site_header .sidebox.langs ul > li.active a {
						font-weight: bold;
						color: #d7130b;
					}
					
					@media(max-width:500px){
						#site_header .sidebox.langs ul > li.active {
							display:none;
						}
					}
					


        /* BASKET */
        #site_header .sidebox.basket {
            position: absolute;
            top: 45px;
            right: 0;
            width: 170px;
            transition: 500ms;
        }

        @media (max-width:1200px){
        	#site_header .sidebox.basket {
        		width: 40px;
       		}
       	}

            #site_header .sidebox.basket .icon {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 40px;
                height: 40px;
                border-radius: 90px;
                background: #d7130b;
                text-align: center;
                text-decoration: none;
                line-height: 45px;
            }

            #site_header .sidebox.basket .icon:before {
                font-family: FontAwesome;
                font-size: 20px;
                content: "\f07a";
                color: white;
            }

                #site_header .sidebox.basket .icon > span {
                    position: absolute;
                    bottom: -8px;
                    left: -8px;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    border: 1px solid #d7130b;
                    border-radius: 30px;
                    background: white;
                    font-size: 11px;
                    font-weight: bold;
                    color: #d7130b;
                }

            #site_header .sidebox.basket .price {
            	position: relative;
            	z-index: 1;
            	-webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 170px;
                padding: 0 15px 0 55px;
                font-size: 16px;
                font-weight: bold;
                color: #d7130b;
                line-height: 40px;
                cursor: pointer;
                opacity: 1;
                transition: 500ms;
                white-space: nowrap;
                overflow: hidden;
            }

            @media (max-width:1200px){
            	#site_header .sidebox.basket .price {
            		opacity: 0;
            		width: 40px;
            		padding: 0;
            	}
            }

            @media (max-width:850px){
            	#site_header .sidebox.basket .price {
            		display: none;
            	}
            }

            #site_header .sidebox.basket .price:after {
                position: absolute;
                top: 0px;
                right: 10px;
                font-family: FontAwesome;
                content: "\f0d7";
                transition: 500ms;
            }

            #site_header .sidebox.basket .opened .price:after {
                transform: rotate(180deg);
            }
			
			#site_header .sidebox.basket .window_free_delivery {
				position:absolute;
				top:48px;
				right:0;
				display:inline-block;
				font-size:12px;
				width:280px;
				text-align:right;
				color:#484848;
			}

				
				#site_header .sidebox.basket .window_free_delivery strong {
					color: #d7130b;
				}

            #site_header .sidebox.basket .window {
                display: none;
                position: absolute;
                z-index: 50;
                top: 67px;
                width: 200px;
                right: 0;
                border: 1px solid #F5F5F5;
                background: white;
                box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
                line-height: 140%;
				
            }

            #site_header .sidebox.basket .opened .window {
                display: block;
            }

            @media (max-width:1200px){
            	#site_header .sidebox.basket .opened .window {
            		display: none;
            	}
           	}

                #site_header .sidebox.basket .window .more {
                    display: block;
                    margin: 10px;
                    padding: 5px;
                    text-align: center;
                    text-decoration: none;
                    font-size: 12px;
                    color: white;
                    background: #d7130b;
                    transition: 150ms;
                }

                #site_header .sidebox.basket .window .more:hover {
                    background: #333333;
                }

                #site_header .sidebox.basket .window .product {
                    position: relative;
                    padding: 10px;
                }

                #site_header .sidebox.basket .window .product:after {
                    position: absolute;
                    bottom: 0;
                    left: 10px;
                    right: 10px;
                    content: "";
                    border-top: 1px dashed #EBEBEB;
                }

                #site_header .sidebox.basket .window .product:last-child:after {
                    display: none;
                }

                    #site_header .sidebox.basket .window .product h2 {
                        padding:0 0 5px 0;
                        margin: 0;
                        font-size: 12px;
                        color: #d7130b;
                    }

                    #site_header .sidebox.basket .window .product .count {
                        font-size: 13px;
                    }

                    #site_header .sidebox.basket .window .product .cost {
                        float: right;
						font-size:14px;
                        font-weight: bold;
                    }

                #site_header .sidebox.basket .window .empty {
                    padding: 10px;
                    font-size: 13px;                   
                    text-align: center;
                }


/*

HEADER / SHOPCATS

*/
#site_header_shopcats {
	overflow: hidden;
	padding: 0 20px;
}

@media (max-width:700px){
	#site_header_shopcats {
		border-bottom: 2px solid #eaeaea;
	}
}

	#site_header_shopcats > .inside {
		max-width: 1140px;
		margin: 0 auto;
	}

		#site_header_shopcats > .inside .menu_prod0 {}

			#site_header_shopcats > .inside .menu_prod0 > ul {
				width: 100%;
				list-style: none;
				text-align: center;
			}

				#site_header_shopcats > .inside .menu_prod0 > ul > li {
					display: inline-block;
				}

				#site_header_shopcats > .inside .menu_prod0 > ul > li > a:after {
					font-family: FontAwesome;
					content: "\F107";
				}

				@media(max-width:1200px){
					#site_header_shopcats > .inside .menu_prod0 > ul {
						display: flex;
						flex-flow: row wrap;
						justify-content: space-around;
						align-content: stretch;
					}
				}

					#site_header_shopcats > .inside .menu_prod0 > ul > li > a {
						display: block;
						padding: 20px 30px;
						font-size: 17px;
						font-weight: 600;
						color: #292929;
						text-decoration: none;
					}

					#site_header_shopcats > .inside .menu_prod0 > ul > li > a:hover,
					#site_header_shopcats > .inside .menu_prod0 > ul > li.active > a {
						color: #d7130b;
					}

					@media(max-width:1200px){
						#site_header_shopcats > .inside .menu_prod0 > ul {
							padding: 10px 0;
						}
						#site_header_shopcats > .inside .menu_prod0 > ul > li > a {
							padding: 10px 10px;
						}
					}


/*

HOMEPAGE SLIDESHOW

*/
#site_hp_slideshow {
	position: relative;
	height: 0;
	padding-top: 40%;
	background: #2C2C2C;
	overflow: hidden;
	transition: 500ms;
}

@media (min-width:1200px){
	#site_hp_slideshow {
		padding-top: 30%;
	}
}

@media (min-width:1400px){
	#site_hp_slideshow {
		padding-top: 25%;
	}
}



	#site_hp_slideshow #next,
	#site_hp_slideshow #prev {
		position: absolute;
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		z-index: 10;
		background: rgba(255,255,255,0.2);
		text-decoration: none;
		color: black;
		font-size: 30px;
		font-weight: bold;
		cursor: pointer;
	}

	@media (min-width:1200px){
		#site_hp_slideshow #next,
		#site_hp_slideshow #prev {
			top: calc(50% - 35px);
			width: 70px;
			height: 70px;
			line-height: 70px;

			font-size: 40px;
		}
	}


	#site_hp_slideshow #prev {
		left: 0;
	}

	#site_hp_slideshow #next {
		right: 0;
	}

	#site_hp_slideshow #next:hover,
	#site_hp_slideshow #prev:hover {
		background: rgba(255,255,255,0.4);
	}

	#site_hp_slideshow #next:before,
	#site_hp_slideshow #prev:before {
		font-family: FontAwesome;
	}

	#site_hp_slideshow #prev:before {
		content: "\f104";
	}

	#site_hp_slideshow #next:before {
		content: "\f105";
	}

	#site_hp_slideshow #ui_css_slideshow {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

		#site_hp_slideshow #ui_css_slideshow .slide {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;

			z-index: 1;
			opacity: 0;

			transition: 500ms;
		}

		#site_hp_slideshow #ui_css_slideshow .slide.active {
			z-index: 2;
		}

			#site_hp_slideshow #ui_css_slideshow .slide > .inside {
				position: relative;
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				justify-content: center;

				max-width: 1140px;
				height: 100%;
				padding: 0 50px;
				margin: 0 auto;
				z-index: 2;
			}

			@media (min-width:1200px){
				#site_hp_slideshow #ui_css_slideshow .slide > .inside {
					padding: 0 90px;
				}
			}

				#site_hp_slideshow #ui_css_slideshow .slide > .inside .texts {
					max-width: 520px;
				}


				#site_hp_slideshow #ui_css_slideshow .slide > .inside h2 {
					padding: 0 0 5px 0;
					font-size: 20px;
					font-weight: 200;
					color: white;
				}

				@media (min-width:700px){
					#site_hp_slideshow #ui_css_slideshow .slide > .inside h2 {
						padding: 0 0 10px 0;
						font-size: 30px;
					}
				}

				@media (min-width:1200px){
					#site_hp_slideshow #ui_css_slideshow .slide > .inside h2 {
						padding: 0 0 20px 0;
						font-size: 60px;
					}
				}


				#site_hp_slideshow #ui_css_slideshow .slide > .inside h3 {
					padding: 5px 0;
					font-size: 14px;
					font-weight: 600;
					color: white;
					text-transform: uppercase;
				}

				@media (min-width:700px){
					#site_hp_slideshow #ui_css_slideshow .slide > .inside h3 {
						padding: 10px 0;
						font-size: 18px;

						border-bottom: 1px solid rgba(255,255,255,0.5);
					}
				}

				@media (min-width:1200px){
					#site_hp_slideshow #ui_css_slideshow .slide > .inside h3 {
						padding: 20px 0;
						font-size: 20px;
					}
				}

				#site_hp_slideshow #ui_css_slideshow .slide > .inside p {
					padding: 10px 0;
					font-size: 14px;
					color: white;
				}

				@media (min-width:700px){
					#site_hp_slideshow #ui_css_slideshow .slide > .inside p {
						padding: 20px 0;
						font-size: 16px;
					}
				}
				
				/*

				RED BUTTON
				
				*/
				#site_hp_slideshow #ui_css_slideshow .slide > .inside a {
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					position: relative;
					display: inline-block;
					padding: 7px 20px 0 60px;
					height: 38px;
					background: #d7130b;
					font-size: 18px;
					font-weight: bold;
					color: white;
					text-decoration: none;
				}

				@media (min-width:700px){
					#site_hp_slideshow #ui_css_slideshow .slide > .inside a {
						padding: 7px 20px 0 60px;
					}
				}
				
				#site_hp_slideshow #ui_css_slideshow .slide > .inside a:hover {
					color: white;
				}
				
				#site_hp_slideshow #ui_css_slideshow .slide > .inside a:before {
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					width: 42px;
					line-height: 38px;
					text-align: center;
					border-right: 1px solid black;
					font-family: FontAwesome;
					font-weight: normal;
					font-size: 12px;
					content: "\f061";
					z-index: 2;
				}
				
				#site_hp_slideshow #ui_css_slideshow .slide > .inside a:after {
					position: absolute;
					top: 5px;
					left: 42px;
					bottom: 5px;
					width: 1px;
					z-index: 2;
					content: "";
					background: #d7130b;
				}
				
				@-webkit-keyframes open_left {
					0% {
						top: 5px;
						left: 42px;
						bottom: 5px;
						width: 1px;
						background: #d7130b;
					}
					20% {
						background: #d7130b;
						top: 0;
						bottom: 0;
						left:42px;
						width: 1px;
					}
					100% {
						left: 0;
						top: 0;
						bottom:0;
						width:43px;
						background: #000;
					}
				}
				
				@-moz-keyframes open_left {
					0% {
						top: 5px;
						left: 42px;
						bottom: 5px;
						width: 1px;
						background: #d7130b;
					}
					20% {
						background: #d7130b;
						top: 0;
						bottom: 0;
						left:42px;
						width: 1px;
					}
					100% {
						left: 0;
						top: 0;
						bottom:0;
						width:43px;
						background: #000;
					}
				}
				
				@-ms-keyframes open_left {
					0% {
						top: 5px;
						left: 42px;
						bottom: 5px;
						width: 1px;
						background: #d7130b;
					}
					20% {
						background: #d7130b;
						top: 0;
						bottom: 0;
						left:42px;
						width: 1px;
					}
					100% {
						left: 0;
						top: 0;
						bottom:0;
						width:43px;
						background: #000;
					}
				}
				
				@keyframes open_left {
					0% {
						top: 5px;
						left: 42px;
						bottom: 5px;
						width: 1px;
						background: #d7130b;
					}
					20% {
						background: #d7130b;
						top: 0;
						bottom: 0;
						left:42px;
						width: 1px;
					}
					100% {
						left: 0;
						top: 0;
						bottom:0;
						width:43px;
						background: #000;
					}
				}
				
				#site_hp_slideshow #ui_css_slideshow .slide > .inside a:hover:after {
					-webkit-animation: open_left 200ms;
					-webkit-animation-fill-mode: forwards;
				
					-moz-animation: open_left 200ms;
					-moz-animation-fill-mode: forwards;
				
					-ms-animation: open_left 200ms;
					-ms-animation-fill-mode: forwards;
				
					animation: open_left 200ms;
					animation-fill-mode: forwards;
					z-index:1;
				}
				
				
				

		@-webkit-keyframes show_light {
			0% {
				opacity: 0;margin-top: -50px;
			}
			100% {
				opacity: 1;margin-top: 0;
			}
		}

		@-moz-keyframes show_light {
			0% {
				opacity: 0;margin-top: -50px;
			}
			100% {
				opacity: 1;margin-top: 0;
			}
		}

		@-ms-keyframes show_light {
			0% {
				opacity: 0;margin-top: -50px;
			}
			100% {
				opacity: 1;margin-top: 0;
			}
		}

		@keyframes show_light {
			0% {
				opacity: 0;margin-top: -50px;
			}
			100% {
				opacity: 1;margin-top: 0;
			}
		}

		@-webkit-keyframes show_text {
			0% {
				opacity: 0;margin-left: -50px;
			}
			100% {
				opacity: 1;margin-left: 0;
			}
		}

		@-moz-keyframes show_text {
			0% {
				opacity: 0;margin-left: -50px;
			}
			100% {
				opacity: 1;margin-left: 0;
			}
		}

		@-ms-keyframes show_text {
			0% {
				opacity: 0;margin-left: -50px;
			}
			100% {
				opacity: 1;margin-left: 0;
			}
		}

		@keyframes show_text {
			0% {
				opacity: 0;margin-left: -50px;
			}
			100% {
				opacity: 1;margin-left: 0;
			}
		}

		#site_hp_slideshow #ui_css_slideshow .slide.item_1 {
			background: url(/layout/img/theme/slide_1_bg.webp) center top no-repeat;
			background-size: cover;
		}

			#site_hp_slideshow #ui_css_slideshow .slide.item_1 .light {
				display: none;
			}

			@media (min-width:700px){
				#site_hp_slideshow #ui_css_slideshow .slide.item_1 .light {
					position: absolute;
					z-index:1;
					top: calc(50% - 250px);
					left: 50%;

					display: block;

					width: 1685px;
					margin-left:-750px;
					height: 522px;
					background: url(/layout/img/theme/slide_1_light.webp) center top no-repeat;
					opacity: 0;
				}
			}


			#site_hp_slideshow #ui_css_slideshow .slide.item_1.active .light {
				-webkit-animation: show_light 2s;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_light 2s;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_light 2s;
				-ms-animation-fill-mode: forwards;

				animation: show_light 2s;
				animation-fill-mode: forwards;
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_1.active .texts {
				opacity:0;
				-webkit-animation: show_text 2s;
				-webkit-animation-delay: 500ms;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_text 2s;
				-moz-animation-delay: 500ms;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_text 2s;
				-mos-animation-delay: 500ms;
				-ms-animation-fill-mode: forwards;

				animation: show_text 2s;
				animation-delay: 500ms;
				animation-fill-mode: forwards;
			}

		#site_hp_slideshow #ui_css_slideshow .slide.item_2 {
			background: url(/layout/img/theme/slide_2_bg.webp) center top no-repeat;
			background-size: cover;
		}

			#site_hp_slideshow #ui_css_slideshow .slide.item_2 .light {
				display: none;
			}

			@media (min-width:700px){
				#site_hp_slideshow #ui_css_slideshow .slide.item_2 .light {
					position: absolute;
					z-index:1;
					top: calc(50% - 300px);
					left: 50%;
					display: block;
					width: 1685px;
					margin-left:-800px;
					height: 522px;
					background: url(/layout/img/theme/slide_2_light.webp) center top no-repeat;
					opacity: 0;
				}
			}


			#site_hp_slideshow #ui_css_slideshow .slide.item_2.active .light {
				-webkit-animation: show_light 2s;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_light 2s;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_light 2s;
				-ms-animation-fill-mode: forwards;

				animation: show_light 2s;
				animation-fill-mode: forwards;
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_2.active .texts {
				opacity:0;
				-webkit-animation: show_text 2s;
				-webkit-animation-delay: 500ms;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_text 2s;
				-moz-animation-delay: 500ms;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_text 2s;
				-mos-animation-delay: 500ms;
				-ms-animation-fill-mode: forwards;

				animation: show_text 2s;
				animation-delay: 500ms;
				animation-fill-mode: forwards;
			}

		#site_hp_slideshow #ui_css_slideshow .slide.item_3 {
			background: url(/layout/img/theme/slide_3_bg.webp) center top no-repeat;
			background-size: cover;
		}

			#site_hp_slideshow #ui_css_slideshow .slide.item_3 .light {
				display: none;
			}

			@media (min-width:700px){
				#site_hp_slideshow #ui_css_slideshow .slide.item_3 .light {
					display: block;
					position: absolute;
					z-index:1;
					top: calc(50% - 360px);
					left: 50%;
					width: 1685px;
					margin-left:-800px;
					height: 522px;
					background: url(/layout/img/theme/slide_3_light.webp) center top no-repeat;
					opacity: 0;
				}

			}

			@media (max-width:1000px){
				#site_hp_slideshow #ui_css_slideshow .slide.item_3 .light {
					top: 100px;
					margin-left: -800px;
				}
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_3.active .light {
				-webkit-animation: show_light 2s;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_light 2s;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_light 2s;
				-ms-animation-fill-mode: forwards;

				animation: show_light 2s;
				animation-fill-mode: forwards;
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_3.active .texts {
				opacity:0;
				-webkit-animation: show_text 2s;
				-webkit-animation-delay: 500ms;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_text 2s;
				-moz-animation-delay: 500ms;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_text 2s;
				-mos-animation-delay: 500ms;
				-ms-animation-fill-mode: forwards;

				animation: show_text 2s;
				animation-delay: 500ms;
				animation-fill-mode: forwards;
			}


		#site_hp_slideshow #ui_css_slideshow .slide.item_4 {
			background: url(/layout/img/theme/slide_4_bg.webp) center top no-repeat;
			background-size: cover;
		}

			#site_hp_slideshow #ui_css_slideshow .slide.item_4 .light {
				display: none;
			}

			@media (min-width:700px){
				#site_hp_slideshow #ui_css_slideshow .slide.item_4 .light {
					display: block;
					position: absolute;
					z-index:1;
					top: calc(50% - 360px);
					left: 50%;
					width: 1685px;
					margin-left:-800px;
					height: 522px;
					background: url(/layout/img/theme/slide_4_light.webp) center top no-repeat;
					opacity: 0;
				}
			}



			#site_hp_slideshow #ui_css_slideshow .slide.item_4.active .light {
				-webkit-animation: show_light 2s;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_light 2s;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_light 2s;
				-ms-animation-fill-mode: forwards;

				animation: show_light 2s;
				animation-fill-mode: forwards;
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_4.active .texts {
				opacity:0;
				-webkit-animation: show_text 2s;
				-webkit-animation-delay: 500ms;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_text 2s;
				-moz-animation-delay: 500ms;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_text 2s;
				-mos-animation-delay: 500ms;
				-ms-animation-fill-mode: forwards;

				animation: show_text 2s;
				animation-delay: 500ms;
				animation-fill-mode: forwards;
			}
			
		/* VANOCNI BANNER */
		#site_hp_slideshow #ui_css_slideshow .slide.item_5 {
			background: url(/layout/img/theme/slide_5_bg.jpg) center top no-repeat;
		}

			#site_hp_slideshow #ui_css_slideshow .slide.item_5 .light {
				position: absolute;
				z-index:1;
				top: -50px;
				left: 50%;
				width: 1685px;
				margin-left:-800px;
				height: 522px;
				background: url(/layout/img/theme/slide_5_light.png) center -150px no-repeat;
				opacity: 0;
			}

			@media (max-width:1000px){
				#site_hp_slideshow #ui_css_slideshow .slide.item_5 .light {
					top: 100px;
					margin-left: -800px;
				}
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_5.active .light {
				-webkit-animation: show_light 2s;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_light 2s;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_light 2s;
				-ms-animation-fill-mode: forwards;

				animation: show_light 2s;
				animation-fill-mode: forwards;
			}

			#site_hp_slideshow #ui_css_slideshow .slide.item_5.active .texts {
				opacity:0;
				-webkit-animation: show_text 2s;
				-webkit-animation-delay: 500ms;
				-webkit-animation-fill-mode: forwards;

				-moz-animation: show_text 2s;
				-moz-animation-delay: 500ms;
				-moz-animation-fill-mode: forwards;

				-ms-animation: show_text 2s;
				-mos-animation-delay: 500ms;
				-ms-animation-fill-mode: forwards;

				animation: show_text 2s;
				animation-delay: 500ms;
				animation-fill-mode: forwards;
			}

/*

RED BUTTON

*/
.el_ui_button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 7px 20px 0 60px;
	height: 38px;
	background: #d7130b;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.el_ui_button:hover {
	color: white;
}

.el_ui_button:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 42px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid black;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 12px;
	content: "\f061";
	z-index: 2;
}

.el_ui_button:after {
	position: absolute;
	top: 5px;
	left: 42px;
	bottom: 5px;
	width: 1px;
	z-index: 2;
	content: "";
	background: #d7130b;
}

@-webkit-keyframes open_left {
	0% {
		top: 5px;
		left: 42px;
		bottom: 5px;
		width: 1px;
		background: #d7130b;
	}
	20% {
		background: #d7130b;
		top: 0;
		bottom: 0;
		left:42px;
		width: 1px;
	}
	100% {
		left: 0;
		top: 0;
		bottom:0;
		width:43px;
		background: #000;
	}
}

@-moz-keyframes open_left {
	0% {
		top: 5px;
		left: 42px;
		bottom: 5px;
		width: 1px;
		background: #d7130b;
	}
	20% {
		background: #d7130b;
		top: 0;
		bottom: 0;
		left:42px;
		width: 1px;
	}
	100% {
		left: 0;
		top: 0;
		bottom:0;
		width:43px;
		background: #000;
	}
}

@-ms-keyframes open_left {
	0% {
		top: 5px;
		left: 42px;
		bottom: 5px;
		width: 1px;
		background: #d7130b;
	}
	20% {
		background: #d7130b;
		top: 0;
		bottom: 0;
		left:42px;
		width: 1px;
	}
	100% {
		left: 0;
		top: 0;
		bottom:0;
		width:43px;
		background: #000;
	}
}

@keyframes open_left {
	0% {
		top: 5px;
		left: 42px;
		bottom: 5px;
		width: 1px;
		background: #d7130b;
	}
	20% {
		background: #d7130b;
		top: 0;
		bottom: 0;
		left:42px;
		width: 1px;
	}
	100% {
		left: 0;
		top: 0;
		bottom:0;
		width:43px;
		background: #000;
	}
}

.el_ui_button:hover:after {
	-webkit-animation: open_left 200ms;
	-webkit-animation-fill-mode: forwards;

	-moz-animation: open_left 200ms;
	-moz-animation-fill-mode: forwards;

	-ms-animation: open_left 200ms;
	-ms-animation-fill-mode: forwards;

	animation: open_left 200ms;
	animation-fill-mode: forwards;
	z-index:1;
}

/*

HOMEPAGE - RECOMMENDED PRODUCTS

*/
#site_hp_recprods {
	padding: 0 20px;
}

	#site_hp_recprods > .inside {
		max-width: 1140px;
		margin: 0 auto;
		padding: 35px 0;
		border-bottom: 1px solid #eaeaea;
		overflow: hidden;
	}

	#site_hp_recprods .recs_prods_slideshow_box {
		position: relative;
		float: left;
		width: 75%;
		height: 270px;
	}

	@media (max-width:1200px){
		#site_hp_recprods .recs_prods_slideshow_box {
			width: 100%;
			float: none;
		}
	}

	@media (max-width:650px){
		#site_hp_recprods .recs_prods_slideshow_box {
			height: 850px;
		}
	}

		#site_hp_recprods .recs_prods_slideshow_box .slide {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 270px;
			z-index: 1;
			opacity: 0;
			transition: 500ms;
		}

		#site_hp_recprods .recs_prods_slideshow_box .slide.active {
			z-index: 2;
			opacity: 1;
		}

	#site_hp_recprods .box {
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		width: 25%;
		height: 270px;
		background: #00acdd;
		padding: 20px;
	}

	@media (max-width:1200px){
		#site_hp_recprods .box {
			float: none;
			width: 100%;
			height: auto;
			background: none;
			padding: 0;
		}
	}

		#site_hp_recprods .box > h2 {
			font-size: 36px;
			font-weight: 700;
			color: white;
			padding: 0 0 20px 0;
		}

		@media (max-width:1200px){
			#site_hp_recprods .box > h2 {
				color: #d7130b;
			}
		}

		@media (max-width:600px){
			#site_hp_recprods .box > h2 {
				padding-top: 4px;
				font-size: 30px;
			}
		}

		@media (max-width:550px){
			#site_hp_recprods .box > h2 {
				padding-top: 10px;
				font-size: 20px;
			}
		}

		#site_hp_recprods .box > p {
			font-size: 23px;
			font-weight: 200;
			color: white;
		}

		@media (max-width:1200px){
			#site_hp_recprods .box > p {
				display: none;
			}
		}

		#site_hp_recprods .box > ul {
			position: absolute;
			bottom: 20px;
			left: 20px;
			overflow: hidden;

			list-style: none;
		}

		@media (max-width:1200px){
			#site_hp_recprods .box > ul {
				position: absolute;
				top: 18px;
				right: 0;
				left: inherit;
			}
		}

		@media (max-width:500px){
			#site_hp_recprods .box > ul {
				position: relative;
				top: inherit;
				margin-top:10px;
				right: inherit;
				left: inherit;
			}
		}

			#site_hp_recprods .box > ul > li {
				float: left;
				width: 36px;
				height: 5px;
				cursor: pointer;
				border: 1px solid white;
				margin-right: 5px;
			}

			#site_hp_recprods .box > ul > li.active,
			#site_hp_recprods .box > ul > li:hover {
				background: white;
			}

			@media (max-width:1200px){
				#site_hp_recprods .box > ul > li {
					border-color: silver;
					width: 50px;
					height: 10px;
				}

				#site_hp_recprods .box > ul > li.active,
				#site_hp_recprods .box > ul > li:hover {
					background: silver;
				}
			}


/*

HOMEPAGE NEWS (4 BOXES)

*/
#site_hp_news {
	padding: 0 15px;
}

	#site_hp_news > .inside {
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 0 40px 0;
		border-bottom: 3px solid #eaeaea;
		overflow: hidden;
	}

		#site_hp_news h2 {
			display: block;
			padding: 40px 0;
			text-align: center;
			font-size: 30px;
			color: #31373b;
		}

		#site_hp_news article {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 15px;
			width: 100%;
			border: 1px solid #eaeaea;
			margin-bottom: 15px;
		}

			#site_hp_news article a.image {
				display: block;
				height: 130px;
				margin: -15px -15px 0 -15px;
				border-bottom: 1px solid #eaeaea;
				overflow: hidden;
			}

				#site_hp_news article a.image > div {
					width: 100%;
					overflow: hidden;
				}

					#site_hp_news article a.image > div img {
						display: block;
						margin: 0 auto;
						max-width: 80%;
						max-height: 130px;
					}

			#site_hp_news article .date {
				padding: 15px 0 5px 0;
				text-align: center;
			}
			
				#site_hp_news article .date time {
					font-size: 12px;
					color: #00acdd;
				}
				
				#site_hp_news article .date time:before {
					padding-right: 5px;
					font-family: FontAwesome;
					content: "\f073";
				}
				
			#site_hp_news article h3 {
				display: block;
				text-align: center;
				padding: 5px 0 0px 0;
				margin-bottom: 10px;
				height: 33px;
				overflow: hidden;
				font-size: 14px;
				line-height: 1.3;
				font-weight: bold;
				color: #4d4d4d;
			}
			
			#site_hp_news article p {
				text-align: center;
				height: 59px;
				overflow: hidden;
				font-size: 14px;
				line-height: 1.4;
				color: #4d4d4d;
				
			}
			
			@media (max-width:767px){
				#site_hp_news article p {
					height: auto;
				}
			}



/*

HOMEPAGE BRANS

*/
#site_hp_brands {
	padding: 20px 0;
	text-align: center;
}

	@media (min-width:471px){
		#site_hp_brands > .inside {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			align-content: stretch;
		}
	}

		#site_hp_brands > .inside .banner {
			padding: 0 20px;
		}

		@media (min-width:471px){
			#site_hp_brands > .inside .banner .inside {
				display: block;
				width: 100%;
				height: 100px;
				display: -webkit-flexbox;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-flex-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				text-align: center;
			}
		}

		@media (max-width:470px){
			#site_hp_brands > .inside .banner .inside {
				display: block;
				width: 100%;
				text-align: center;
				padding: 15px 0;
			}
		}

			#site_hp_brands > .inside .banner .inside img {
				display: block;
                max-width: 180px;
				margin: 0 auto;
			}

/*

HOMEPAGE - EXCLUSIVE SELLER

*/
#site_hp_exclusive_seller {
	height: 270px;
	overflow: hidden;
	background: #0e1818;
}

	#site_hp_exclusive_seller > .inside {
		position: relative;
		max-width: 1140px;
		margin: 0 auto;
		height: 270px;
	}

		#site_hp_exclusive_seller > .inside .category {
			position: relative;
			float: left;
			width: 25%;
			height: 270px;
		}

		@media (max-width:950px){
			#site_hp_exclusive_seller > .inside .category {
				display: none;
			}
		}

		#site_hp_exclusive_seller > .inside .category:before {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: -2000px;
			z-index: 1;
			content: "";
			background: #31373b;
		}

			#site_hp_exclusive_seller > .inside .category > a.inside {
				position: relative;
				z-index: 2;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				display: block;
				padding: 170px 20px 0 20px;
				width: 100%;
				height: 270px;
				text-align: center;
				font-size: 21px;
				font-weight: 200;
				color: #ffd800;
				text-decoration: none;
				background: url(/layout/img/theme/special_items.png) center 70px no-repeat;
			}

			#site_hp_exclusive_seller > .inside .category > a.inside:after {
				position: absolute;
				bottom: 40px;
				left: 0;
				right: 0;
				font-family: FontAwesome;
				font-size: 16px;
				content: "\f061";
			}

		#site_hp_exclusive_seller > .inside .exclusive {
			position: relative;
			float: left;
			width: 75%;
			height: 270px;
		}

		@media (max-width:950px){
			#site_hp_exclusive_seller > .inside .exclusive {
				float: none;
				width: 100%;
			}
		}

		#site_hp_exclusive_seller > .inside .exclusive:before {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: -1000px;
			content: "";
			z-index: 1;
			background: url(/layout/img/theme/exclusiveseller_bg.jpg) left top no-repeat;
		}

			#site_hp_exclusive_seller > .inside .exclusive > .inside {
				position: relative;
				z-index: 2;
				padding: 70px 0 0 60px;
			}

			@media (max-width:550px){
				#site_hp_exclusive_seller > .inside .exclusive > .inside {
					padding: 70px 0 0 50px;
				}
			}

			@media (max-width:400px){
				#site_hp_exclusive_seller > .inside .exclusive > .inside {
					padding-left: 40px;
				}
			}

				#site_hp_exclusive_seller > .inside .exclusive > .inside p {
					font-size: 28px;
					font-weight: 200;
					color: white;
					display: block;
					padding: 0 0 20px 0;
				}

				@media (max-width:550px){
					#site_hp_exclusive_seller > .inside .exclusive > .inside p {
						font-size: 22px;
					}
				}

				@media (max-width:400px){
					#site_hp_exclusive_seller > .inside .exclusive > .inside p {
						font-size: 18px;
					}
				}

/*

HOME ARTICLES

*/
#site_hp_articles {
	padding:0 20px;
	min-height: 470px;
	background: url(/layout/img/theme/section_articles_bg.jpg) center top no-repeat;
	background-size: cover;
}

	#site_hp_articles > .inside {
		position: relative;
		padding: 50px 0 70px 0;
		max-width: 1140px;
		margin: 0 auto;
	}

	@media(max-width:1200px){
		#site_hp_articles > .inside {
			padding: 30px 0 60px 0;
		}
	}

	#site_hp_articles > .inside:after {
		display: block;
		width: 100%;
		content: "";
		clear: both;
	}

		#site_hp_articles .box {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 40px 25px;
			float: left;
			width: 25%;
			height: 270px;
			border: 1px solid rgba(255,255,255,0.5);
			color: white;
		}

		@media(max-width:1200px){
			#site_hp_articles .box {
				padding: 0 0 20px 0;
				float: none;
				width: 100%;
				border: 0;
				border-bottom: 1px solid rgba(255,255,255,0.5);
				height: auto;
			}
		}

			#site_hp_articles .box h2 {
				font-size: 36px;
				font-weight: 700;
				padding: 0 0 20px 0;
				line-height: 120%;
			}

			#site_hp_articles .box p {
				font-size: 23px;
				font-weight: 200;
			}

			@media(max-width:1200px){
				#site_hp_articles .box h2 {
					padding-bottom: 10px;
					font-size:  30px;
				}
				#site_hp_articles .box p {
					font-size: 18px;
				}
			}

		#site_hp_articles .articles {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 0 0 60px;
			float: right;
			width: 75%;
		}

		#site_hp_articles .articles:before {
			position: absolute;
			bottom: 60px;
			left: 0;
			width: 400px;
			border-top: 1px solid rgba(255,255,255,0.5);
			content: "";
		}

		#site_hp_articles .articles:after {
			position: absolute;
			bottom: 60px;
			right: 0;
			width: 400px;
			border-top: 1px solid rgba(255,255,255,0.5);
			content: "";
			transition: 500ms;
		}

		@media(max-width:1050px){
			#site_hp_articles .articles:before,
			#site_hp_articles .articles:after {
				width: 30%;
			}
		}

		@media(max-width:550px){
			#site_hp_articles .articles:before,
			#site_hp_articles .articles:after {
				width: 20%;
			}
		}

		#site_hp_articles .articles .more_articles {
			position: absolute;
			bottom: 43px;
			left: 50%;
			margin-left: -78px;
		}

		@media(max-width:1200px){
			#site_hp_articles .articles {
				float: none;
				width: 100%;
				padding: 20px 0;
			}
		}

			#site_hp_articles .articles .item {
				overflow: hidden;
				padding: 0 0 30px 0;
			}

				#site_hp_articles .articles .item a.image {
					float: left;
					display: block;
					width: 125px;
					height: 125px;
					padding: 5px;
					border: 1px solid rgba(255,255,255,0.5);
					border-radius: 100px;
				}

				@media (max-width:500px){
					#site_hp_articles .articles .item a.image {
						display: none;
					}
				}

					#site_hp_articles .articles .item a.image img {
						border-radius: 100px;
						width: 125px;
						height: 125px;
					}

				#site_hp_articles .articles .item .texts {
					padding: 0 0 0 40px;
					overflow: hidden;
				}

				@media (max-width:500px){
					#site_hp_articles .articles .item .texts {
						padding-left: 0;
					}
				}

					#site_hp_articles .articles .item .texts .date {
						display: inline-block;
						padding: 3px 5px;
						background: #cee0e3;
						font-size: 12px;
						font-weight: bold;
						color: #424c52;
					}

					#site_hp_articles .articles .item .texts h3 {
						display: block;
						padding: 15px 0;
						font-size: 24px;
						font-weight: 700;
					}

					@media(max-width:700px){
						#site_hp_articles .articles .item .texts h3 {
							font-size: 18px;
						}
					}

						#site_hp_articles .articles .item .texts h3 > a {
							text-decoration: none;
							color: white;
						}

						#site_hp_articles .articles .item .texts h3 > a:hover {
							color: #00acdd;
						}

					#site_hp_articles .articles .item .texts p {
						line-height: 140%;
						font-size: 15px;
						color: #cee0e3;
					}

					@media(max-width:700px){
						#site_hp_articles .articles .item .texts p {
							font-size: 13px;
						}
					}


/*

SITE PAGEPATH

*/
#site_pagepath {
	display: block;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 14px;
	color: #d5e0e3;
}

#site_pagepath:after {
	display: block;
	width: 100%;
	clear: both;
	content: "";
}

	#site_pagepath > li {
		display: inline;
	}

	#site_pagepath > li:after {
		padding: 0 5px;
		font-family: FontAwesome;
		content: "\f0da";
	}

	#site_pagepath > li:last-child:after {
		display: none;
	}

		#site_pagepath > li > a {
			padding: 0 5px;
			line-height: 22px;
			text-decoration: none;
		}

		#site_pagepath > li > a:hover {
			color: white;
		}

		#site_pagepath > li > a.home {
			display: inline-block;
			padding: 0;
			width: 22px;
			height: 22px;
			margin-right: 5px;
			background: #31373b;
			border-radius: 3px;
			text-align: center;
		}

		#site_pagepath > li > a.home:before {
			font-family: FontAwesome;
			content: "\f015";
		}

/*

SHOP HEADER

*/
#shop_header {
	padding: 0 20px;
	background: url(/layout/img/theme/shop_header_bg.jpg) center top no-repeat #081215;
}

	#shop_header > .inside {
		position: relative;
		max-width: 1140px;
		margin: 0 auto;
	}

	#shop_header > .inside:after {
		display: block;
		width: 100%;
		clear: both;
		content: "";
	}

		#shop_header > .inside h1 {
			display: block;
			clear: both;
			padding: 20px 0;
			font-size: 60px;
			font-weight: 200;
			color: white;
		}

		@media (max-width:980px){
			#shop_header > .inside h1 {
				font-size:50px;
			}
		}

		@media (max-width:750px){
			#shop_header > .inside h1 {
				font-size:40px;
			}
		}

		@media (max-width:600px){
			#shop_header > .inside h1 {
				font-size:30px;
			}
		}

		#shop_header > .inside h1.small {
			font-size:50px;
		}

		@media (max-width:980px){
			#shop_header > .inside h1.small {
				font-size:40px;
			}
		}

		@media (max-width:750px){
			#shop_header > .inside h1.small {
				font-size:30px;
			}
		}

		@media (max-width:600px){
			#shop_header > .inside h1.small {
				font-size:25px;
			}
		}



/*

SUBPAGE CONTENT

*/
#site_content {
	padding: 0 20px;
}

#site_content:after {
	display: block;
	width: 100%;
	clear: both;
	content: "";
}

	#site_content > .inside {
		max-width: 1140px;
		margin: 0 auto;
		min-height: 300px;
	}




/*

FOOTER TOP

*/
#site_footer_top {
	padding: 0 20px;
	height: 150px;
	border-bottom: 1px solid #eaeaea;
}

	#site_footer_top > .inside {
		position: relative;
		max-width: 1140px;
		height: 147px;
		border-bottom: 3px solid #eaeaea;
		margin: 0 auto;
	}

		#site_footer_top > .inside a.logo {
			position: absolute;
			top: 45px;
			left: 0;
			display: block;
			width: 25%;
		}

		@media(max-width:980px){
			#site_footer_top > .inside a.logo {
				display: none;
			}
		}

			#site_footer_top > .inside a.logo:after {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				border-left: 1px dashed #acacac;
				content: "";
			}

		#site_footer_top > .inside .sidebox.newssign {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			float: right;
			width: 75%;
			padding: 45px 0 0 60px;
		}

		@media(max-width:980px){
			#site_footer_top > .inside .sidebox.newssign {
				float: none;
				width: 100%;
				padding-left: 0;
			}
		}

		@media(max-width:700px){
			#site_footer_top > .inside .sidebox.newssign {
				float: none;
				width: 100%;
				padding-top: 15px;
			}
		}

			#site_footer_top > .inside .sidebox.newssign p {
				padding: 12px 0;
				font-size: 22px;
				color: #585858;
			}

			@media(max-width:1120px){
				#site_footer_top > .inside .sidebox.newssign p {
					font-size: 16px;
					padding: 14px 0;
				}
			}

			@media(max-width:700px){
				#site_footer_top > .inside .sidebox.newssign p {
					font-weight: 600;
					text-align: center;
					float: none;
				}
			}

			#site_footer_top > .inside .sidebox.newssign input {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				position: absolute;
				top: 45px;
				right: 0;
				border: 0;
				background: #ededed;
				outline: none;
				border-radius: 30px;
				width: 320px;
				height: 47px;
				padding: 0 110px 0 20px;
				z-index: 1;
			}

			#site_footer_top > .inside .sidebox.newssign button {
				position: absolute;
				top: 52px;
				right: 6px;
				z-index: 2;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				height: 34px;
				background: #00acdd;
				padding: 0 20px;
				border: 0;
				border-radius: 30px;
				font-size: 15px;
				font-weight: bold;
				color: white;
				cursor: pointer;
				transition: 300ms;
				outline: none;
			}

			#site_footer_top > .inside .sidebox.newssign button:hover {
				background: black;
			}

			@media(max-width:700px){
				#site_footer_top > .inside .sidebox.newssign input {
					width: 100%;
				}

				#site_footer_top > .inside .sidebox.newssign input,
				#site_footer_top > .inside .sidebox.newssign button {
					margin-top: 25px;
				}
			}

/*

FOOTER MID

*/
#site_footer_mid {
	overflow: hidden;
	padding: 40px 20px;
}

	#site_footer_mid > .inside {
		position: relative;
		max-width: 1140px;
		margin: 0 auto;
	}

		#site_footer_mid .banner {
			float: left;
			width: 25%;
			text-align: center;
		}

		@media(max-width:900px){
			#site_footer_mid .banner {
				width: 20%;
			}
		}

		@media(max-width:700px){
			#site_footer_mid .banner {
				display: none;
			}
		}

			#site_footer_mid .banner img {
				max-width: 60%;
			}

		#site_footer_mid .articlescat1 {
			float: left;
			width: 40%;
			overflow: hidden;
		}

		@media(max-width:900px){
			#site_footer_mid .articlescat1 {
				width: 50%;
			}
		}

		@media(max-width:700px){
			#site_footer_mid .articlescat1 {
				float: none;
				width: 100%;
			}
		}

			#site_footer_mid .articlescat1 .item {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				float: left;
				width: 50%;
				padding-right: 20px;
			}

			@media(max-width:450px){
				#site_footer_mid .articlescat1 .item {
					float: none;
					width: 100%;
					padding: 0 0 20px 0;
				}
			}

				#site_footer_mid .articlescat1 .item > h2 {
					display: block;
					padding: 0 0 20px 0;
					font-size: 18px;
					font-weight: normal;
					color: #777777;
				}

				#site_footer_mid .articlescat1 .item > ul {
					list-style: none;
				}

					#site_footer_mid .articlescat1 .item > ul > li {
						position: relative;
						padding: 2px 0 2px 15px;
					}

					#site_footer_mid .articlescat1 .item > ul > li:before {
						position: absolute;
						top: 1px;
						left: 0;
						font-family: FontAwesome;
						font-weight: bold;
						font-size: 14px;
						content: "\f105";
						color: #d7160e;
					}

						#site_footer_mid .articlescat1 .item > ul > li a {
							font-size: 14px;
							color: #424242;
							text-decoration: none;
						}

						#site_footer_mid .articlescat1 .item > ul > li a:hover {
							color: #d7160e;
						}

		#site_footer_mid .text1 {
			position: relative;
			float: right;
			width: 35%;
		}

		@media(max-width:900px){
			#site_footer_mid .text1 {
				width: 30%;
			}
		}

		@media(max-width:700px){
			#site_footer_mid .text1 {
				padding-top: 20px;
				float: none;
				width: 100%;
			}
		}

			#site_footer_mid .text1 > h2 {
				display: block;
				padding: 0 0 20px 0;
				font-size: 18px;
				font-weight: normal;
				color: #777777;
			}

			#site_footer_mid .text1 p.text {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				position: absolute;
				top: 0;
				right: 0;
				width: 220px;
				padding: 15px;
				border: 1px solid #eaeaea;
				font-size: 13px;
				color: #777777;
			}

			@media(max-width:1200px){
				#site_footer_mid .text1 p.text { 
					position: relative;
					top: inherit;
					right: inherit;
					width: 100%;
					margin-top: 15px;
				}
			}

			@media(max-width:900px){
				#site_footer_mid .text1 p.text { 
					display: none;
				}
			}

.mut_link {
	float: right;
	margin: -50px 10px 0 0;
}

	.mut_link img {
		width: 30px;
	}

/*

FOOTER COPY

*/
#site_footer_copy {
	padding: 0 20px;
	background: #eaeaea;
}

	#site_footer_copy > .inside {
		max-width: 1140px;
		margin: 0 auto;
		padding: 20px 0;
		font-size: 12px;
		color: #848484;
	}

	#site_footer_copy p a {
		font-weight: bold;
		float: right;
		text-decoration: none;
	}

	#site_footer_copy p a:hover {
		color: black;
	}

	@media (max-width:750px){
		#site_footer_copy p {
			text-align: center;
		}

		#site_footer_copy p > span {
			display: block;
			padding: 0 0 10px 0;
		}

		#site_footer_copy p a {
			float: none;
		}
	}

/*

PRODUCT STORE STATUS

*/
.store-y {
	font-size: 15px;
	color: #56ae0f;
}

.store-y:before {
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f00c";
}

.store-l {
	font-size: 15px;
	color: coral;
}

.store-l:before {
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f12a";
}


.store-n {
	font-size: 15px;
	color: #ff9000;
}

.store-n:before {
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f00d";
}


/*

SHOP PRODUCTS LIST

*/
.shop_products_list {}

	.shop_products_list > .top_filter {
		border-bottom: 2px solid #eaeaea;
	}

		.shop_products_list > .top_filter .shop_subcats_list {
			padding: 20px 20px 0 20px;
			background: #f2f2f2;
		}
		
		@media (max-width:600px){
			.shop_products_list > .top_filter .shop_subcats_list {
				padding: 10px 0 0 0;
				background: transparent;
			}
		}

			.shop_products_list > .top_filter .shop_subcats_list > ul {
				list-style: none;
				overflow: hidden;
			}

				.shop_products_list > .top_filter .shop_subcats_list > ul > li {
					float: left;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					padding: 0 15px 20px 0;
				
				}

				@media (min-width:1101px){
					.shop_products_list > .top_filter .shop_subcats_list > ul > li {
						width: 25%;
					}
					.shop_products_list > .top_filter .shop_subcats_list > ul > li:nth-child(4n){
						padding-right: 0;
					}
					.shop_products_list > .top_filter .shop_subcats_list > ul > li:nth-child(4n+1){
						clear: both;
					}
				}

				@media (min-width:901px) and (max-widtH:1100px){
					.shop_products_list > .top_filter .shop_subcats_list > ul > li {
						width: 33%;
					}
					.shop_products_list > .top_filter .shop_subcats_list > ul > li:nth-child(3n){
						padding-right: 0;
					}
					.shop_products_list > .top_filter .shop_subcats_list > ul > li:nth-child(3n+1){
						clear: both;
					}
				}

				@media (min-width:601px) and (max-widtH:900px){
					.shop_products_list > .top_filter .shop_subcats_list > ul > li {
						width: 50%;
					}
					.shop_products_list > .top_filter .shop_subcats_list > ul > li:nth-child(2n){
						padding-right: 0;
					}

					.shop_products_list > .top_filter .shop_subcats_list > ul > li:nth-child(2n+1){
						clear: both;
					}
				}

				@media (max-widtH:600px){
					.shop_products_list > .top_filter .shop_subcats_list > ul > li {
						width: 100%;
						padding-right: 0;
						padding-bottom: 5px;
						float: none;
					}
				}

					.shop_products_list > .top_filter .shop_subcats_list > ul > li a {
						position: relative;
						display: block;
						padding: 10px 40px 10px 15px;
						border: 2px solid #eaeaea;
						font-size: 16px;
						font-weight: bold;
						color: #010101;
						text-decoration: none;
						background: white;
					}

					.shop_products_list > .top_filter .shop_subcats_list > ul > li a:hover {
						color: #d7130b;
					}

					.shop_products_list > .top_filter .shop_subcats_list > ul > li a:after {
						position: absolute;
						top: 9px;
						right: 13px;
						font-family: FontAwesome;
						content: "\f061";
						color: #d7130b;
					}

	.shop_products_list > .inside {}

	.shop_products_list > .inside:after {
		display: block;
		width: 100%;
		clear: both;
		content: "";
	}
	
		.shop_products_list > .inside .top_filter {
			float:right;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			width: 100%; /* fallback */
			width:calc(100% - 290px);
			padding: 0 15px 12px 15px;
			overflow: hidden;
			border-bottom: 1px solid black;
		}
		
		@media (max-width:960px){
			.shop_products_list > .inside .top_filter {
				width: 100%;
			}
		}

			.shop_products_list > .inside .top_filter .data > .item {
				float: left;
			}

			.shop_products_list > .inside .top_filter .data > .item > .inside .check {
				margin:6px 10px -10px 0;
				position:relative;
			}
				.shop_products_list > .inside .top_filter .data > .item > .inside .check input {
					display: none;
				}
	
				.shop_products_list > .inside .top_filter .data > .item > .inside .check span.count-text {
					display: inline-block;
					font-size: 13px;
					color: gray;
				}
	
				.shop_products_list > .inside .top_filter .data > .item > .inside .check label {
					display: inline-block;
					cursor: pointer;
					padding: 8px 2px 10px 30px;
					font-size: 15px;
					color: black;
				}
	
				.shop_products_list > .inside .top_filter .data > .item > .inside .check label:hover {
					color: #d7130b;
				}
	
				.shop_products_list > .inside .top_filter .data > .item > .inside .check label:before {
					position: absolute;
				    top: 5px;
				    left: 0;
				    width: 18px;
				    height: 18px;
				    line-height: 18px;
				    font-size: 14px;
				    border: 2px solid #eaeaea;
				    font-family: FontAwesome;
				    content: "";
				    color: #d7130b;
				    text-align: center;
				    background: white;
				}
	
				.shop_products_list > .inside .top_filter .data > .item > .inside .check input:checked ~ label:before {
					content: "\f00c";
				}

		.shop_products_list > .inside .side_filter {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
			width: 270px;
			margin-right: 20px;
			overflow: hidden;
			padding:0 15px;
		}

		@media (max-width:960px){
			.shop_products_list > .inside .side_filter {
				float: none;
				width: 100%;
				margin:0;
			}
			.shop_products_list > .inside .side_filter > form {
				display: none;
			}
			.shop_products_list > .inside .side_filter.opened > form {
				display: block;
			}
		}
		
			.shop_products_list > .inside .side_filter #advanced-button {
				display: block;
				text-align: center;
				padding: 10px;
				margin: 5px 0;
				cursor: pointer;
				background: #eaeaea;
				font-size: 13px;
				font-weight: bold;
				color: #d7130b;
			}
			
			.shop_products_list > .inside .side_filter #advanced-button:before {
				font-family: FontAwesome;
				font-weight:normal;
				padding-right:5px;
				content: "\f0d7";
			}
			
			.shop_products_list > .inside .side_filter #advanced-button.hide {
				display: none;
			}
			
			.shop_products_list > .inside .side_filter #advanced-button:hover {
				background: #d7130b;
				color: white;
			}

			.shop_products_list > .inside .side_filter button.submit {
				float: right;
				display: block;
				padding: 10px 0px;
				border: 0;
				background: transparent;
				font-family: "proxima-nova", sans-serif;
				font-size: 16px;
				font-weight: bold;
				color: #414141;
				cursor: pointer;
				outline: none;
			}

			.shop_products_list > .inside .side_filter button.submit:hover {
				color: #d7130b;
			}

			.shop_products_list > .inside .side_filter button.submit:before {
				font-family: FontAwesome;
				font-weight: normal;
				content: "\f002";
				padding-right: 10px;
			}

			.shop_products_list > .inside .side_filter > .title {
				display: block;
				padding: 15px 0;
				font-size: 12px;
				font-weight: bold;
				border-bottom: 1px solid black;
				text-transform: uppercase;
				color: #d7130b;
			}


			@media (max-width:960px){
				.shop_products_list > .inside .side_filter > .title {
					position: relative;
					cursor: pointer;
					font-size:18px;
					margin: 0 -15px;
					padding: 12px 15px;
					color: black;
				}

				.shop_products_list > .inside .side_filter > .title:hover,
				.shop_products_list > .inside .side_filter.opened > .title {
					color: #d7130b;
				}

				.shop_products_list > .inside .side_filter > .title:after {
					position: absolute;
					top:10px;
					right:10px;
					font-family:FontAwesome;
					content:"\f103";
					transition:500ms;
				}

				.shop_products_list > .inside .side_filter.opened > .title:after {
					transform: rotate(180deg);
				}
			}

			.shop_products_list > .inside .side_filter .data > .item {
				border-bottom: 1px solid silver;
			}
			
			@media (min-width:961px){
				.shop_products_list > .inside .side_filter .data > .item {
					border-bottom: 1px solid black;
					padding-bottom: 15px;
				}
			}

			.shop_products_list > .inside .side_filter .data > .item.closed {
				padding-bottom: 0;
			}

				.shop_products_list > .inside .side_filter .data > .item > .item_title {
					position: relative;
					display: block;
					padding: 15px 30px 15px 0;
					font-size: 14px;
					font-weight: bold;
					color: black;
					text-transform: uppercase;
					cursor: pointer;
				}

				.shop_products_list > .inside .side_filter .data > .item > .item_title:hover,
				.shop_products_list > .inside .side_filter .data > .item:not(.closed) > .item_title {
					color: #d7130b;
				}

				.shop_products_list > .inside .side_filter .data > .item > .item_title:after {
					position: absolute;
					top: 15px;
					right: 0;
					font-family: FontAwesome;
					content:" \f0d8";
					transition: 500ms;
				}

				@media (max-width:960px){
					.shop_products_list > .inside .side_filter .data > .item > .item_title:after {
						font-size:20px;
						right: 12px;
					}
				}

				.shop_products_list > .inside .side_filter .data > .item.closed > .item_title:after {
					transform: rotate(180deg);
				}

				@media (max-width:960px){
					.shop_products_list > .inside .side_filter .data > .item > .inside {
						padding-bottom: 15px;
					}
				}

				.shop_products_list > .inside .side_filter .data > .item.closed > .inside {
					padding:0;
					overflow:hidden;
					height:0;
				}

					.shop_products_list > .inside .side_filter .data > .item > .inside select {
						height: auto;
						padding: 6px;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						width: 100%;
						border: 2px solid #eaeaea;
						font-family: "proxima-nova", sans-serif;
						font-size: 16px;
						color: black;
						cursor: pointer;
					}

					.shop_products_list > .inside .side_filter .data > .item > .inside .checks {}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item {
							position: relative;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item input {
							display: none;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item span.count-text {
							position: absolute;
							top: 4px;
							right: 0;
							font-size: 13px;
							color: gray;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item label {
							display: block;
							cursor: pointer;
							padding: 5px 30px 5px 30px;
							font-size: 14px;
							color: black;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item label:hover {
							color: #d7130b;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item label:before {
							position: absolute;
							top: 2px;
							left: 0;
							width: 16px;
							height: 16px;
							line-height: 16px;
							font-size: 14px;
							border: 2px solid #eaeaea;
							font-family: FontAwesome;
							content: "";
							color: #d7130b;
							text-align: center;
							background: white;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .checks .item input:checked ~ label:before {
							content: "\f00c";
						}
						
					.shop_products_list > .inside .side_filter .data > .item.fulltext > .inside input {
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						width: 100%;
						padding: 7px 15px;
						border: 2px solid #eaeaea;
						font-family: "proxima-nova", sans-serif;
						font-size: 14px;
						color: #010101;
						text-decoration: none;
						outline: none;
					}
					
					.shop_products_list > .inside .side_filter .data > .item.fulltext > .inside input:focus {
						border-color:silver;
					}
						
					.shop_products_list > .inside .side_filter .data > .item > .inside .check {
						margin:10px 0 -10px 0;
						position:relative;
					}
						.shop_products_list > .inside .side_filter .data > .item > .inside .check input {
							display: none;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .check span.count-text {
							position: absolute;
							top: 12px;
							right: 0;
							font-size: 15px;
							color: gray;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .check label {
							display: block;
							cursor: pointer;
							padding: 12px 30px 12px 40px;
							font-size: 15px;
							color: black;
						}
                        
                        .shop_products_list > .inside .side_filter .data > .item > .inside .check label[for=check_id_basic_atex] {
                            font-weight: 900;
                            text-transform: uppercase;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .check label:hover {
							color: #d7130b;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .check label:before {
							position: absolute;
							top: 5px;
							left: 0;
							width: 21px;
							height: 21px;
							line-height: 21px;
							font-size: 19px;
							border: 3px solid #eaeaea;
							font-family: FontAwesome;
							content: "";
							color: #d7130b;
							text-align: center;
							background: white;
						}

						.shop_products_list > .inside .side_filter .data > .item > .inside .check input:checked ~ label:before {
							content: "\f00c";
						}

		.shop_products_list > .inside > .content {
			display: block;
			position: relative;
			overflow: hidden;
			border:1px solid transparent; /* RENDERING HAX */
		}

			.shop_products_list .shop_cat_topselling {
				border-bottom: 2px solid #eaeaea;
				margin-bottom: 5px;
			}

				.shop_products_list .shop_cat_topselling > h2 {
					padding: 10px 0 12px 0;
					font-size: 17px;
					font-weight: bold;
					color: #d7130b;
					text-transform: uppercase;
					border-bottom: 1px solid #eaeaea;
				}

			.shop_products_list .shop_content_top {
				position: relative;
				border-bottom: 1px solid #eaeaea;
				padding: 7px 0 12px 0;
				text-align: center;
				overflow: hidden;
			}

				.shop_products_list .shop_content_top .order {
					float: left;
				}

					.shop_products_list .shop_content_top .order select {
						padding: 4px 6px;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						width: 120px;
						border: 2px solid #eaeaea;
						font-family: "proxima-nova", sans-serif;
						font-size: 14px;
						color: black;
						cursor: pointer;
					}

				.shop_products_list .shop_content_top .found_products {
					padding: 7px 0 0 0;
					font-size: 13px;
				}

				.shop_products_list .shop_content_top .pages {
					float: right;
				}

					.shop_products_list .shop_content_top .pages > a {
						display: inline-block;
						padding: 7px 7px;
						font-size: 14px;
						font-weight: bold;
						color: black;
						text-decoration: none;
					}

					.shop_products_list .shop_content_top .pages > a.active,
					.shop_products_list .shop_content_top .pages > a:hover {
						color: #d7130b;
					}

					.shop_products_list .shop_content_top .pages > a.first:before {
						font-family: FontAwesome;
						content: "\f100";
					}

					.shop_products_list .shop_content_top .pages > a.prev:before {
						font-family: FontAwesome;
						content: "\f104";
					}

					.shop_products_list .shop_content_top .pages > a.next:before {
						font-family: FontAwesome;
						content: "\f105";
					}

					.shop_products_list .shop_content_top .pages > a.last:before {
						font-family: FontAwesome;
						content: "\f101";
					}

			.shop_products_list .more_products {
				text-align: center;
			}

				.shop_products_list .more_products > button {
					font-family: 'proxima-nova';
					font-weight: bold;
					display: inline-block;
					padding: 7px 15px;
					background: #d7130b;
					border: 0;
					color: white;
					cursor: pointer;
					transition: 300ms;
				}

				.shop_products_list .more_products > button:hover {
					background: #081215;
				}

			.shop_products_list .shop_content_foot {
				position: relative;
				border-top: 1px solid #eaeaea;
				padding: 7px 0;
				clear: both;
				margin-top: 20px;
				overflow: hidden;
			}

				.shop_products_list .shop_content_foot .go_up {
					display: inline-block;
					padding: 5px;
					font-size: 14px;
					color: black;
					text-decoration: none;
				}

				.shop_products_list .shop_content_foot .go_up:hover {
					color: #d7130b;					
				}

					.shop_products_list .shop_content_foot .go_up:before {
						font-family: FontAwesome;
						content: "\f176";
						padding-right: 7px;
					}

				.shop_products_list .shop_content_foot .pages {
					float: right;
				}

					.shop_products_list .shop_content_foot .pages > a {
						display: inline-block;
						padding: 5px 7px;
						font-size: 14px;
						font-weight: bold;
						color: black;
						text-decoration: none;
					}

					.shop_products_list .shop_content_foot .pages > a.active,
					.shop_products_list .shop_content_foot .pages > a:hover {
						color: #d7130b;
					}

					.shop_products_list .shop_content_foot .pages > a.first:before {
						font-family: FontAwesome;
						content: "\f100";
					}

					.shop_products_list .shop_content_foot .pages > a.prev:before {
						font-family: FontAwesome;
						content: "\f104";
					}

					.shop_products_list .shop_content_foot .pages > a.next:before {
						font-family: FontAwesome;
						content: "\f105";
					}

					.shop_products_list .shop_content_foot .pages > a.last:before {
						font-family: FontAwesome;
						content: "\f101";
					}

/*

PRODUCTS LIST

*/
.products_list {}

.products_list:after {
	display: block;
	width: 100%;
	clear: both;
	content: "";
}

	.products_list > .item {
		position: relative;
		float: left;
		height: 270px;
		padding: 0 20px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.3%;
	}

	@media (min-width:601px) and (max-width:800px){
		.products_list > .item {
			width: 50%;
		}
	}

	@media (max-width:600px){
		.products_list > .item {
			float: none;
			width: 100%;
		}
	}

	.products_list.large > .item {
			width: 25%;
		}

	@media (min-width:781px) and (max-width:980px){
		.products_list.large > .item {
			width: 33.3%;
		}
	}

	@media (max-width:780px){
		.products_list.large > .item {
			width: 50%;
		}
	}

	@media (max-width:600px){
		.products_list.large > .item {
			width: 100%;
			float: none;
		}
	}

		.products_list > .item .window {
			display: none;
			position: absolute;
			top: 30px;
			left: 30px;
			right: 30px;
			bottom: 65px;
			background: white;
			padding: 20px;
			box-shadow: 0 0 7px rgba(0,0,0,0.2);
			text-decoration: none;
            z-index: 99;
		}

		.products_list > .item:hover .window {
			display: block;
		}

		.products_list > .item .window:before {
			font-family: FontAwesome;
			font-size: 16px;
			content: "\f129";
			color: #2c2c2c;
		}

			.products_list > .item .window > .title {
				padding: 5px 0;
				font-size: 14px;
				font-weight: bold;
				color: #2c2c2c;
			}

			.products_list > .item .window:hover > .title {
				color: #d7130b;
			}

			.products_list > .item .window > .title:after {
				display: block;
				content: "-";
			}

		.products_list > .item a.image {
			display: block;
			width: 100%;
			height: 215px;
			display: -webkit-flexbox;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			text-align: center;
		}

			.products_list > .item a.image > div {
				width: 100%;
				max-height: 215px;
			}

			.products_list > .item a.image img {
				display: block;
				max-width: 80%;
				max-height: 160px;
				margin: 0 auto;
			}

		.products_list > .item h2 {
			display: block;
			padding-left: 20%;
			font-size: 14px;
			line-height: 20px;
			min-height: 20px;
            max-height: 40px;
			overflow: hidden;
			font-weight: bold;
		}

			.products_list > .item h2 > a {
				color: #4d4d4d;
				text-decoration: none;
			}

			.products_list > .item h2 > a:hover {
				color: #d7130b;
			}

		.products_list > .item .cost {
			padding-left: 20%;
			font-size: 14px;
			color: #4d4d4d;
		}
        .products_list > .item .cost strong{
            color: #d7130b;
        }


/*

PRODUCT RATING BOX

*/
.product_rating_box {
	font-size: 17px;
	padding: 15px 0;
}

	.product_rating_box .title {
		padding-bottom: 7px;
	}

	.product_rating_box .rating {
		position: relative;
		width: 158px;
		height: 26px;
		background: url(/layout/img/theme/stars_inactive2.png) no-repeat;
	}

		.product_rating_box .rating .rating-in {
			height: 26px;
			background: url(/layout/img/theme/stars_active2.png) no-repeat;
		}

		.product_rating_box .rating .value {
			position: absolute;
			left: 115%;
			top: 0;
			height: 26px;
			line-height: 26px;
			padding: 0 10px;
			background: #f2f2f2;
			border-radius: 3px;
			font-size: 11px;
			font-weight: bold;
			color: gray;
		}

		.product_rating_box .rating .value:before {
			position: absolute;
			top: 6px;
			left: -10px;
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 7.5px 10px 7.5px 0;
			border-color: transparent #f2f2f2 transparent transparent;
		}


/*

PRODUCT DETAIL

*/
.shop_product_detail {}





	.shop_product_detail > .head {
		position: relative;
		padding: 40px 0;
		z-index: 20;
	}
	
	@media (max-width:767px){
		.shop_product_detail > .head {
			padding: 20px 0;
		}
	}

	.shop_product_detail > .head:after {
		display: block;
		clear: both;
		content: "";
		width: 100%;
	}
	
		.shop_product_detail > .head .selects_title {
			display: block;
			padding: 5px 0;
			font-size: 15px;
			font-weight: bold;
			color: #d7130b;
		}
	
		/* variant selector */
		.shop_product_detail > .head .attrs_filter {
			margin-bottom: 20px;
			float: right;
			width: 49%;
		}
		
		
		@media (max-width:800px){
			.shop_product_detail > .head .attrs_filter {
				float: none;
				width: 100%;
			}
		}
		
		.shop_product_detail > .head .attrs_filter:after {
			display: block;
			width: 100%;
			clear: both;
			content: "";
		}
		
			.shop_product_detail > .head .attrs_filter > .container {
				overflow: hidden;
				padding: 5px 0;
				width: auto;
			}

			@media (min-width:801px){
				.shop_product_detail > .head .attrs_filter > .container {
					border-bottom: 1px solid #f3f3f3;
				}
			}
			
				.shop_product_detail > .head .attrs_filter td {
					padding: 3px 0;
					vertical-align: middle;
				}
				
				@media (max-width:767px){
					.shop_product_detail > .head .attrs_filter table,
					.shop_product_detail > .head .attrs_filter td,
					.shop_product_detail > .head .attrs_filter tr {
						display: block;
						width: 100%;
						
					}
				}

				.shop_product_detail > .head .attrs_filter > .container label {
					display: block;
					float: left;
					padding: 0 20px 0 0;
					font-size: 16px;
				}
				
				@media (max-width:767px){
					.shop_product_detail > .head .attrs_filter > .container label {
						padding: 0 0 5px 0;
					}
				}
				
				.shop_product_detail > .head .attrs_filter > .container select {
					font-size: 15px;
					font-weight: bold;
					border: 1px solid #e8e8e8;
					border-radius: 0;
					padding: 3px;
					cursor: pointer;
					min-width: 60px;
					background: #fafafa;
				}
				
				@media (max-width:767px){
					.shop_product_detail > .head .attrs_filter > .container select {
						box-sizing: border-box;
						width: 100%;
					}
				}
				
		.shop_product_detail > .head .novariantinfo {
			float: right;
			width: 49%;
			clear: right;
			font-size: 15px;
			font-weight: bold;
			color: #d7130b;
		}
			
		@media (max-width:767px){
			.shop_product_detail > .head .novariantinfo {
				width: 100%;
				text-align: center;
			}
		}		

		.shop_product_detail > .head .images {
			float: left;
			width: 49%;
		}

		@media (max-width:800px){
			.shop_product_detail > .head .images {
				float: none;
				width: 100%;
			}
		}

			.shop_product_detail > .head .images a.main {
				display: block;
				text-align: center;
			}

				.shop_product_detail > .head .images a.main img {
					display: block;
					max-width: 70%;
					margin: 0 auto;
					max-height: 350px;
				}

				@media (max-width:800px){
					.shop_product_detail > .head .images a.main img {
						max-width:300px;
					}
				}

		.shop_product_detail > .head .texts {
			float: right;
			width: 49%;
			clear: right;
		}

		@media (max-width:800px){
			.shop_product_detail > .head .texts {
				padding: 30px 0 0 0;
				float: none;
				width: 100%;
			}
		}

			.shop_product_detail > .head .texts .params {
				overflow: hidden;
				padding: 15px 0 0 0;
				border-bottom: 1px solid #eaeaea;
			}

				.shop_product_detail > .head .texts .params > div {
					font-size: 15px;
					color: #2a2a2a;
					float: left;
					margin: 0 20px 15px 0;
				}

			.shop_product_detail > .head .texts .description {
				padding: 15px 0;
				overflow: hidden;
				font-size: 15px;
				color: #2a2a2a;
				line-height: 150%;
			}

			.shop_product_detail > .head .texts .price_buy {
				padding: 20px;
				overflow: hidden;
			}

			@media (min-width:1161px){
				.shop_product_detail > .head .texts .price_buy {
					background: #f3f3f3;
				}
			}

			@media (max-width:1160px){
				.shop_product_detail > .head .texts .price_buy {
					padding: 0;
				}
			}

				.shop_product_detail > .head .texts .price_buy > .price {
					width: 50%;
					float: left;
				}
				
				@media (max-width:1160px){
					.shop_product_detail > .head .texts .price_buy > .price {
						float: none;
						width: 100%;
						padding: 10px 0 20px 0;
					}
				}

					.shop_product_detail > .head .texts .price_buy > .price .main {
						font-size: 18px;
						font-weight: bold;
						color: #d7130b;
					}

						.shop_product_detail > .head .texts .price_buy > .price .main strong {
							font-size: 25px;
						}

					.shop_product_detail > .head .texts .price_buy > .price .secondary {
						font-size: 15px;
						color: #838383;
					}

				.shop_product_detail > .head .texts .price_buy > .buy {
					float: right;
					width: 50%;
				}

				@media (max-width:1160px){
					.shop_product_detail > .head .texts .price_buy > .buy {
						float: none;
						width: 100%;
						padding: 15px;
						background: #f3f3f3;
					}
				}

					.shop_product_detail > .head .texts .price_buy > .buy input.count {
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						width: 50px;
						height: 50px;
						border: 1px solid #bababa;
						background: white;
						font-size: 22px;
						font-weight: bold;
						color: #2c2c2c;
						text-align: center;
						float: left;
						margin-right: -1px;
						outline: none;
					}

					.shop_product_detail > .head .texts .price_buy > .buy input.count::-webkit-inner-spin-button, 
					.shop_product_detail > .head .texts .price_buy > .buy input.count::-webkit-outer-spin-button { 
						-webkit-appearance: none; 
						margin: 0; 
					}

					.shop_product_detail > .head .texts .price_buy > .buy > div {
						width: 20px;
						height: 50px;
						float: left;
						margin-right: 10px;
					}

						.shop_product_detail > .head .texts .price_buy > .buy > div > a {
							display: block;
							width: 20px;
							height: 25px;
							line-height: 25px;
							background: #bababa;
							text-align: center;
							font-size: 15px;
							font-weight: bold;
							color: white;
							cursor: pointer;
							text-decoration: none;
							transition: 300ms;
						}

						.shop_product_detail > .head .texts .price_buy > .buy > div > a:hover {
							background: #d7130b;
						}

						.shop_product_detail > .head .texts .price_buy > .buy > div > a.plus {
							height: 24px;
							border-bottom: 1px solid white;
						}

					.shop_product_detail > .head .texts .price_buy > .buy > button {
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						width: 130px;
						height: 50px;
						text-align: center;
						background: #d7130b;
						border: 0;
						cursor: pointer;
						font-family: 'proxima-nova';
						font-size: 22px;
						font-weight: bold;
						color: white;
						transition: 300ms;
					}

					.shop_product_detail > .head .texts .price_buy > .buy > button:hover {
						background: black;
					}

					.shop_product_detail > .head .texts .price_buy .to-product-question {
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						width: 180px;
						height: 50px;
						text-align: center;
						background: #00acde;
						border: 0;
						cursor: pointer;
						font-family: 'proxima-nova';
						font-size: 22px;
						font-weight: bold;
						color: white;
						transition: 300ms;
					}

					.shop_product_detail > .head .texts .price_buy #to-product-question:hover {
						background-color: #007b9e;
					}

			.shop_product_detail > .head .texts .foot {
				padding: 10px 0;
				border-bottom: 1px solid #eaeaea;
			}

			.shop_product_detail > .head .texts .foot:after {
				display: block;
				width: 100%;
				content: "";
				clear: both;
			}
			

				.shop_product_detail > .head .texts .foot a.print {
					font-size: 14px;
					color: #585553;
					text-decoration: none;
					margin: 0 20px;
				}

				.shop_product_detail > .head .texts .foot a.print:hover {
					color: black;
				}

				.shop_product_detail > .head .texts .foot a.print:before {
					font-family: FontAwesome;
					content: "\f02f";
					padding-right: 5px;
				}
				
				
				
				.shop_product_detail > .head .texts .foot a.review {
					font-size: 14px;
					color: #585553;
					text-decoration: none;
					font-weight: bold;
				}

				.shop_product_detail > .head .texts .foot a.review:hover {
					color: black;
				}

				.shop_product_detail > .head .texts .foot a.review:before {
					font-family: FontAwesome;
					font-weight: normal;
					content: "\f123";
					padding-right: 5px;
				}

				.shop_product_detail > .head .texts .foot > .fb-like {
					margin: -1px 0;
					float: right;
				}
				
				@media (max-width:600px){
					.shop_product_detail > .head .texts .foot > .fb-like {
						width:100%;
						display:block;
						margin:0;
						float:none;
						padding:5px 0;
					}
				}
				
			.shop_product_detail > .head .texts .attributes {
				
			}
			
				.shop_product_detail > .head .texts .attributes table {
					table-layout: fixed;
					box-sizing: border-box;
					border-collapse: collapse;
					width: 100%;
				}
				
					.shop_product_detail > .head .texts .attributes table td {
						padding: 10px;
						vertical-align: top;
					}
					
					@media (max-width:767px){
						.shop_product_detail > .head .texts .attributes table td {
							display: block;
							width: 100%;
						}
					}
				
				

	.shop_product_detail > .tabs_area {
		position: relative;
		
	}

		.shop_product_detail > .tabs_area .ui-tv-navigation {
			border-bottom: 2px solid #eaeaea;
		}

		.shop_product_detail > .tabs_area .ui-tv-navigation:after {
			display: block;
			width: 100%;
			clear: both;
			content: "";
		}

			.shop_product_detail > .tabs_area .ui-tv-navigation > .menu {
				float: left;
			}

				.shop_product_detail > .tabs_area .ui-tv-navigation > .menu h2 {
					position: relative;
					display: block;
					padding: 20px;
					font-size: 20px;
					color: #292929;
					text-transform: uppercase;
					cursor: pointer;
				}

				.shop_product_detail > .tabs_area .ui-tv-navigation > .menu.selected h2:after {
					position: absolute;
					bottom: -10px;
					left: 50%;
					width: 15px;
					height: 15px;
					margin-left: -8px;
					border-bottom: 2px solid #eaeaea;
					border-right: 2px solid #eaeaea;
					transform: rotate(45deg);
					content: "";
					background: white;
					z-index: 10;
				}

				.shop_product_detail > .tabs_area .ui-tv-navigation > .menu h2:hover,
				.shop_product_detail > .tabs_area .ui-tv-navigation > .menu.selected h2 {
					color: #d7130b;
				}

		.shop_product_detail > .tabs_area .ui-tv-content {}

			.shop_product_detail > .tabs_area .ui-tv-content > .tabitem {
				position: relative;
			}

			.shop_product_detail > .tabs_area .ui-tv-content > .tabitem:before {
				position: absolute;
				top: 0;
				left: -1500px;
				right: -1500px;
				bottom: 0;
				content: "";
				background: #f3f3f3;
				z-index: 1;
			}

				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content {
					position: relative;
					z-index: 2;
					padding: 30px 0;
					font-size: 15px;
					color: #2a2a2a;
					overflow: hidden;
				}
				
				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .add_new_review_info {
					padding: 10px 0;
					font-size: 18px;
				}
				
				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .add_new_review {
					display:inline-block;
					padding:7px 20px;
					margin:0 0 10px 0;
					text-align: center;
					background: #d7130b;
					border: 0;
					cursor: pointer;
					font-family: 'proxima-nova';
					font-size: 16px;
					color: white;
					transition: 300ms;
					text-decoration: none;
				}
				
				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .add_new_review:hover {
					background: black;
				}
				
				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content table.attributes {
					float: right;
					width: 49%;
				}
				
				@media (max-width:960px){
					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content table.attributes {
						float: none;
						width: 100%;
					}
				}
				
					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content table.attributes th {
						width: 40%;
					}

				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .description {
					float: left;
					width: 49%;
					font-size: 15px;
					line-height: 150%;
					color: #2a2a2a;
				}

				@media (max-width:960px){
					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .description {
						float: none;
						width: 100%;
					}
				}

					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .description p {
						padding: 7px 0;
					}
                    
                    .shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .description ul {
						margin: 7px 0 7px 25px;
                        list-style: square;
					}
                    
                    .shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .description ol {
                        margin: 7px 0 7px 25px
                    }


				.shop_product_detail > .tabs_area #prod_detail_images_menu {
					display: none;
				}


				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images {
					position: relative;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					float: right;
					width: 49%;
					padding: 15px 15px 0 15px;
					border: 1px solid #e3e3e3;
					overflow: hidden;
				}

				@media (max-width:960px){
					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images {
						float: none;
						width: 100%;
					}
				}

				.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images.slideshow {
					height: 360px;
				}

				@media (max-width:600px){
					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images.slideshow {
						height: 680px;
					}
				}

					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu {
						margin: 0 -15px -15px -15px;
						background: #e3e3e3;
						overflow: hidden;
					}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu a {
							display: inline-block;
							padding: 10px 10px;
							overflow: hidden;
							text-decoration: none;
							color: #3b3b3b;
							cursor: pointer;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu a:hover {
							color: black;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu a.prev {
							float: left;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu a.prev:before {
							font-family: FontAwesome;
							content: "\f177";
							padding-right: 10px;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu a.next {
							float: right;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .menu a.next:after {
							font-family: FontAwesome;
							content: "\f178";
							padding-left: 10px;
						}

					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .inside {
						position: relative;
						height: 307px;
					}

					@media (max-width:600px){
						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .inside {
							height: 625px;
						}
					}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .slide {
							position: absolute;
							top: 0;
							left: 0;
							right: 0;
							-webkit-box-sizing: border-box;
							-moz-box-sizing: border-box;
							box-sizing: border-box;
							z-index:1;
							opacity:0;
							transition: 300ms;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images .slide.active {
							z-index: 2;
							opacity: 1;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images a.image {
							display: block;
							width: 49%;
							height: 140px;
							overflow: hidden;
							float: left;
							margin-bottom: 15px;
							background: white;
						}

						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images a.image:nth-child(2n){
							float: right;
						}

						@media (max-width:600px){
							.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images a.image {
								float: none;
								width: 100%;
								height: auto;
							}

							.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images.slideshow a.image {
								height: 140px;
							}
						}

							.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .images a.image img {
								display: block;
								max-width: 100%;
                                max-height: 100%;
								margin: 0 auto;
							}
							
					.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .video {
						text-align:center;
					}
					
						.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .video iframe {
							max-width:100%;
						}
						
						@media (max-width:600px){
							.shop_product_detail > .tabs_area .ui-tv-content > .tabitem > .tab_content .video iframe {
								height:300px !important;
							}
						}

	.shop_product_detail > .similars {
		border-top: 2px solid #eaeaea;
		border-bottom: 2px solid #eaeaea;
	}

		.shop_product_detail > .similars > h2 {
			display: block;
			padding: 25px 0;
			font-size: 20px;
			font-weight: bold;
			color: #d7130b;
			text-transform: uppercase;
		}

    .shop_product_detail .specification table{
        border-style: none;
        border-collapse: collapse;
    }

    .shop_product_detail .specification table th{
        padding: 4px 10px;
        text-align: right;
    }

    .shop_product_detail .specification table td{
        padding: 4px 10px;
        text-align: left;
    }

    .shop_product_detail .specification table tr:nth-child(2n) th,
    .shop_product_detail .specification table tr:nth-child(2n) td{
        background-color: #EEEEEE;
    }

    .shop_product_detail .specification table tr:nth-child(2n+1) th,
    .shop_product_detail .specification table tr:nth-child(2n+1) td{
        background-color: #DDDDDD;
    }

	/*

	Prod detail recaptcha

	*/
	#RecaptchaField1 > div,
	#RecaptchaField2 > div {
		margin: 0 auto;
	}
    
/*

PRODUCT IMAGE PREFER

*/
.imageItem, .images, .item {
    position: relative;
}

    .imageItem .prefers,
    .images .prefers,
    .item .prefers {
        position: absolute;
        left: 0px;
        top: 0px;
    }

        .prefers .prefer {
            float: left;
            clear: both;
			color: #fff;
			text-shadow: 0 0 3px #5e5e5e;
            font-weight: 900;
            padding: 4px 5px;
            margin: 1px 0px;
            font-size: 11px;
            text-transform: uppercase;
		}
		
		.prefer.state_0 {
            background-color: #00bd09;
        }
        
        .prefer.state_1 {
            background-color: #ff6b6b;
        }
        
        .prefer.state_2 {
            background-color: #00ffe9;
        }
        
        .prefer.state_4 {
            background-color: #54ff5f;
        }


.product_detail .imageItem .prefers {
    left: 15px;
}

.product_detail .imageItem .prefers .prefer {
    font-size: 14px;
}




/*

ARTICLES PAGE

*/
.articles_page {
	position: relative;
	padding-left: 250px;
	font-size: 15px;
	color: #202020;
	line-height: 150%;
	transition:500ms;
}
.articles_page.nospace {
	padding-left: 0;
}

@media (max-width:1160px){
	.articles_page {
		padding-left:0;
	}
}

	.articles_page > h1 {
		display: block;
		padding: 20px 0;
		font-size: 30px;
		font-weight: 200;
		color: #202020;
		line-height: 120%;
	}

	.page_article_text h1 {
		display: block;
		padding: 10px 0;
		font-size: 30px;
		font-weight: 200;
		color: #202020;
		line-height: 130%;
	}

	.page_article_text h2 {
		display: block;
		padding: 10px 0;
		font-size: 25px;
		font-weight: normal;
		color: #d7130b;
		line-height: 130%;
	}

	.page_article_text h3 {
		display: block;
		padding: 10px 0;
		font-size: 25px;
		font-weight: normal;
		color: #d7130b;
		line-height: 130%;
	}

	.page_article_text h4 {
		display: block;
		padding: 7px 0;
		font-size: 20px;
		font-weight: normal;
		color: #d7130b;
		line-height: 130%;
	}

	.page_article_text ul,
	.page_article_text ol {
		margin: 10px 0 10px 25px;
	}

	.page_article_text ul {
		list-style: square;
	}

		.page_article_text ul li,
		.page_article_text ol li {
			padding: 2px 0;
		}

	.page_article_text p {
		padding: 7px 0;
	}
    
    .page_article_text img {
		padding: 0px 5px 10px 5px;
	}


/*

CONTACTS PAGE

*/
.page_contact_map {
	position: relative;
	height: 340px;
}

@media (max-width:960px){
	.page_contact_map {
		height: auto;
	}
}
	
	.page_contact_map > .map {
		position: absolute;
		top: 0;
		left: -1000px;
		right: -1000px;
		background: silver;
		height: 340px;
		z-index: 1;
		overflow:hidden;
	}
	
	@media (max-width:960px){
		.page_contact_map > .map {
			position:relative;
			left:0;
			right:0;
		}
	}
	
		.page_contact_map > .map iframe {
			position:relative;
			z-index: 1;
			width:100%;
			height:340px;
		}
		
		@media (max-width:1300px){
			.page_contact_map > .map iframe {
				width:110%;
			}
		}

	.page_contact_map > .text {
		position: absolute;
		top: 30px;
		left: -50px;
		height: 280px;
		width: 550px;
		background: white;
		box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
		z-index: 2;
	}
	
	@media (max-width:1300px){
		.page_contact_map > .text {
			left:0;
		}
	}
	
	@media (max-width:960px){
		.page_contact_map > .text {
			position:relative;
			top:inherit;
			left:0;
			right:0;
			width:100%;
			height: auto;
			box-shadow:none;
		}
	}
	
		.page_contact_map > .text table {
			width: 100%;
			height: 280px;
			border-collapse: collapse;
		}
		
			.page_contact_map > .text table td {
				padding: 20px;
				vertical-align: top;
			}
			

			.page_contact_map > .text table tr:nth-child(1) td:nth-child(1) {
				border-right: 1px solid #eaeaea;
			}
			
			.page_contact_map > .text table tr:nth-child(1) td:nth-child(2) {
				border-bottom: 1px solid #eaeaea;
			}
			
			@media (max-width:600px){
				.page_contact_map > .text table td {
					display: block;
					border: 0 !important;
				}
			}
			
			
			.page_contact_map > .text table tr:nth-child(2) td:nth-child(1) {
				background: #f3f3f3;
			}
			
			
				.page_contact_map > .text table td h2 {
					position:relative;
					padding:0 0 20px 0;
					font-size:18px;
					font-weight:bold;
					color:#202020;
				}
				
				.page_contact_map > .text table td h2:after {
					position:absolute;
					bottom:10px;
					left:0;
					width:30px;
					height:2px;
					content:"";
					background:#d7130b;
				}
				
				.page_contact_map > .text table td p {
					font-size:15px;
					color:#202020;
					line-height:150%;
				}


.page_contact_form {
	overflow: hidden;
	padding: 0 0 25px 0;
	position: relative;
	border-bottom: 2px solid #eaeaea;
}

	.page_contact_form h2 {
		display: block;
		padding: 30px 0;
		text-align: center;
		font-size: 30px;
		font-weight: 200;
		color: #202020;
	}
	
	@media (max-width:600px){
		.page_contact_form h2 {
			font-size: 20px;
		}
	}

	.page_contact_form .line {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 33.3%;
		text-align: center;
	}

	.page_contact_form .line.email {
		padding: 0 20px;
	}

*/
.newsletter_boxsign {
	background:url(/layout/img/theme/popup_bg.jpg) right 40px no-repeat;
	margin:0 0 -20px 0;
}
	@media (max-width:750px){
		.page_contact_form .line {
			width: 100%;
			float: none;
			padding: 5px 0 !important;
		}
		.page_contact_form .line:nth-child(3) {
			margin-bottom:-12px;
		}
	}

	.newsletter_boxsign .title {
		font-family:'proxima-nova';
		font-size:26px;
		font-style:italic;
		font-weight:bold;
		padding:10px 0;
		color: #484848;
	}
		.newsletter_boxsign .title strong {
			color:#cc0000;
		}
	.newsletter_boxsign form {
		padding:50px 0 30px;
	}
	.newsletter_boxsign form label {
		padding:0 5px 0 0;
		font-size:15px;
		color: #414141;
	}
	.newsletter_boxsign form input.text {
		border:1px solid #CECECE;
		padding:5px 7px;
		font-size:15px;
		width:180px;
	}
	.newsletter_boxsign form input.submit {
		border:0;
		padding:5px 7px;
		font-family:'proxima-nova';
		font-size:15px;
		font-weight:bold;
		color:white;
		cursor:pointer;
		background: #cc0000;
		background: -moz-linear-gradient(top,  #cc0000 0%, #a80000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#a80000));
		background: -webkit-linear-gradient(top,  #cc0000 0%,#a80000 100%);
		background: -o-linear-gradient(top,  #cc0000 0%,#a80000 100%);
		background: -ms-linear-gradient(top,  #cc0000 0%,#a80000 100%);
		background: linear-gradient(to bottom,  #cc0000 0%,#a80000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#a80000',GradientType=0 );
	}
		.page_contact_form .line input {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			width: 100%;
			padding: 15px;
			border: 0;
			background: #f3f3f3;
			outline: none;
			font-family: 'proxima-nova';
			font-size: 14px;
			font-weight: 200;
			font-style: italic;
			color: #616161;
		}


	.page_contact_form .box {
		clear: both;
		padding: 20px 0;
	}

	.page_contact_form .box.not-spaced-top {
		padding-top: 0;
	}

		.page_contact_form .box textarea {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			width: 100%;
			height: 120px;
			resize: vertical;
			max-height: 200px;
			padding: 15px;
			border: 0;
			background: #f3f3f3;
			outline: none;
			font-family: 'proxima-nova';
			font-size: 14px;
			font-weight: 200;
			font-style: italic;
			color: #616161;
		}

	.page_contact_form .options {}

		.page_contact_form .options button {
			display: inline-block;
			padding: 10px 30px;
			border: 0;
			border-radius: 30px;
			background: #d7130b;
			cursor: pointer;
			font-size: 22px;
			font-weight: normal;
			color: white;
			transition: 300ms;
		}
		
		.page_contact_form .options button:hover {
			background: black;
		}


/*

ARTICLES LIST

*/
.articles_list {
	overflow: hidden;
}

	.articles_list > .item {
		overflow: hidden;
		padding: 10px 0;
        position: relative;
	}
    
        .articles_list > .item .date {
            position: absolute;
            right: 0px;
            bottom: 0px;
        }
	
		.articles_list > .item a.image {
			display: block;
			float: left;
			width: 180px;
			border: 1px solid silver;
			padding: 2px;
			margin-right: 20px;
		}
		
		@media (max-width:600px){
			.articles_list > .item a.image {
				display:none;
			}
		}
		
			.articles_list > .item a.image img {
				display: block;
				width: 180px;
			}
			
		.articles_list > .item .texts {
			overflow: hidden;
		}
		
			.articles_list > .item .texts h2 {
				display: block;
				padding: 0 0 15px 0;
			}
			
				.articles_list > .item .texts h2 a {
					text-decoration: none;
					color: #d7130b;
				}
				
				.articles_list > .item .texts h2 a:hover {
					color: black;
				}


/* NEWSLETTER POPUP */
.sidebox.newssign_popup.box23 {}

	.newssign_popup .newsletter_boxsign form {
		padding: 20px 0 10px 0;
		text-align: center;
	}

	.newssign_popup .newsletter_boxsign form label {
		display: block;
		padding: 0 0 20px 0;
		text-align: center;
		font-size: 18px;
	}
    
    .newssign_popup .newsletter_boxsign .desc {
		display: block;
		padding: 0 0 20px 0;
		text-align: center;
		font-size: 16px;
	}

	.newssign_popup .newsletter_boxsign form input.text {
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		font-size: 18px;
		box-shadow: inset 4px 4px 4px rgba(0,0,0,0.05);
		border-radius: 7px;
	}

	.newssign_popup .newsletter_boxsign form input.submit {
		display: inline-block;
		margin: 10px auto;
		padding: 7px 16px;
		font-size: 18px;
	}

	.newssign_popup .newsletter_boxsign form input.submit:hover {
		opacity: 0.8;
	}



/* COMMENTS */
.product_comments_wrap {}

	.product_comments_wrap > h2 {
		position: relative;
		display: block;
		padding: 20px;
		margin: 0 0 20px 0;
		font-size: 20px;
		font-weight: bold;
		color: #d7130b;
		text-transform: uppercase;
		border-top: 2px solid #eaeaea;
		border-bottom: 2px solid #eaeaea;
	}

.product_comments_buttons {
	padding: 5px 0;
}

	.product_comments_buttons > a {
		display: inline-block;
		padding: 3px 5px;
		background: #EEEEEE;
		border: 1px solid #D6D6D6;
		color: gray;
		text-decoration: none;
		cursor: pointer;
	}

.product_comments {}

	.product_comments .comment {
		padding: 10px 0;
		margin-left: 30px;
	}

	.product_comments .comment.lev_1 {
		margin-left: 0;
	}

		.product_comments .comment .title {
			border-bottom: 1px solid #DDDDDD;
			padding: 5px 0;
		}
		
			.product_comments .comment .title strong {
				color: #d7130b;
			}

		.product_comments .comment .text {
			padding: 10px 0;
			line-height:150%;
		}

		.product_comments .comment .options {
			padding: 5px 0;
		}

			.product_comments .comment .options a {
				display: inline-block;
				padding: 3px 5px;
				background: #F9F9F9;
				border: 1px solid #DADADA;
				text-decoration: none;
				font-size: 11px;
				color: gray;
			}

				.product_comments .comment .options a:hover {
					border-color: #C8C8C8;
					color: black;
				}

.product_comment_add {
	padding: 10px 0 20px 0;
	border-bottom: 2px solid #eaeaea;
}

	.product_comment_add > .title {
		position: relative;
		display: block;
		padding: 20px;
		margin: 0 0 20px 0;
		font-size: 20px;
		font-weight: bold;
		color: #d7130b;
		text-transform: uppercase;
		border-top: 2px solid #eaeaea;
		border-bottom: 2px solid #eaeaea;
	}

	.product_comment_add > .title span {
		color: gray;
	}

	.product_comment_add table td,
	.product_comment_add table th {
		padding: 5px;
		text-align: left;
	}
	
		.product_comment_add table td input,
		.product_comment_add table th input {
			padding: 7px;
		}

/*

PAGE ARTICLES FULLTEXT

*/
.site_page_articles_search {}

	.site_page_articles_search .results_for {
		padding: 30px 0;
		font-size: 24px;
	}

		.site_page_articles_search .results_for span {
			font-weight: bold;
			color: #d7130b;
		}

	.site_page_articles_search .item {
		padding: 7px 0;
		border-bottom: 1px dashed #e3e3e3;
		font-size: 14px;
	}

		.site_page_articles_search .item h2 {
			padding: 0 0 10px 0;
			font-size: 24px;
			font-weight: bold;
			color: #d7130b;
		}

			.site_page_articles_search .item h2 a {
				text-decoration: none;
				color: #d7130b;
			}

			.site_page_articles_search .item h2 a:hover {
				color: black;
			}

		.site_page_articles_search .item .text {
			font-size: 14px;
			line-height: 145%;
			padding: 0 0 20px 0;
		}

/*

WIDGETS

*/
.widgets_area {
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 60px;
	z-index: 20;
	width: 0;
}

@media (max-width:1200px){
	.widgets_area {
		display: none;
	}
}

@media (max-height:720px){
	.widgets_area {
		top: 30px;
	}
	
}


@media (max-height:680px){
	.widgets_area {
		display: none;
	}
}



	.widgets_area .primary {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 296px;
		background: url(/layout/img/theme/widget_blue.jpg) left -1px no-repeat white;
		box-shadow: 0 0 30px rgba(0,0,0,0.3);
		overflow: hidden;
		padding: 15px 0 0 0px;
		width: 75px;
		transition: 500ms;
		margin-left: -75px;
	}
	
	.on_homepage .widgets_area .primary {
		margin-bottom: 120px;
	}
	
	.widgets_area .primary:hover {
		width: 400px;
		margin-left: -325px;
	}

		.widgets_area .primary > .inside {
			
			width: 300px;
			height: 260px;
			margin-left: 90px;
		}
		
			.widgets_area .primary > .inside p {
				padding: 5px;
			}
			
			.widgets_area .primary > .inside table {
				border-collapse: collapse;
			}
			
				.widgets_area .primary > .inside table th,
				.widgets_area .primary > .inside table td {
					padding: 2.5px 5px;
				}
				
			.widgets_area .primary > .inside a {
				color:#006ca4;
				font-weight: bold;
			}
		
	.widgets_area .secondary {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		height: 296px;
		width: 75px;
		background: url(/layout/img/theme/widget_red.jpg) left -1px no-repeat white;
		box-shadow: 0 0 30px rgba(0,0,0,0.3);
		margin-top: 40px;
		margin-left: -75px;
	}

	.widgets_area .secondary.on_hp {
		position: absolute;
		bottom: 0;
		right: 0;

		margin: 0;
	}

	@media (max-height: 870px){
		.widgets_area .secondary.on_hp {
			display: none;
		}
	}






/*

HIDING CLASSES

*/
@media (max-width:1200px){
	.hide_1200 {
		display: none;
	}
}

@media (max-width:1100px){
	.hide_1100 {
		display: none;
	}
}

@media (max-width:1000px){
	.hide_1000 {
		display: none;
	}
}

@media (max-width:900px){
	.hide_900 {
		display: none;
	}
}

@media (max-width:800px){
	.hide_800 {
		display: none;
	}
}

@media (max-width:700px){
	.hide_700 {
		display: none;
	}
}

@media (max-width:600px){
	.hide_600 {
		display: none;
	}
}

@media (max-width:500px){
	.hide_500 {
		display: none;
	}
}

@media (max-width:400px){
	.hide_400 {
		display: none;
	}
}

.hide {
    overflow: hidden;
    height: 0px;
}


