
 #root
	{
	padding-bottom: 0px;
	}

 #main
	{
	padding-top: 0;
	}

 #footer
	{
	position: static;
	border-top: 1px solid #eeeeee;
	}
#mainpage-text
{
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
}
#mainpage-text h1
{
    margin: 0;
}
.separator
{
    position: relative;
    max-width: 900px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 28px auto;
    height: 0;
    border-bottom: 1px dotted #bbb;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
}
.separator .arrow-up
{
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
}
 .products h3
{
    border: 0;
    height: auto;
    font-size: 28px;
    text-align: left;
    color: #b00f0c;
    text-transform: none;
    padding-left: 0;
    margin-bottom: 15px;
}

/*-------- SHOP CATEGORIES --------*/

 #shop-cats
	{
	margin-bottom: 30px;
	}

 .shop-cat
	{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 33.33%;
	box-sizing: border-box;
	vertical-align: top;
	line-height: normal;    
	*border: 1px solid red;
	}

 div.shop-cat
	{
	margin: 0;
	padding: 0;
	height: 0px;
	border: none;
	}

 .shop-cat .photo
	{
	position: relative;
	padding: 0;
	width: 100%;
    height: 320px;
	box-sizing: border-box;
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	}

 .shop-cat img
	{
	width: 100%;
	vertical-align: top;

    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
   	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

 .shop-cat:hover img
	{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}

 .shop-cat .photo span
	{
	position: absolute;
	top:0; left:0; right:0; bottom:0;

    	-webkit-transition: background 0.3s linear;
    	-moz-transition: background 0.3s linear;
   	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	}
 .shop-cat:hover .photo span
	{
	background-color: RGBA(0,0,0, 0.1);
	}

 .shop-cat h4
	{
	position: absolute;
    top: 20px;
    margin: 0;
    left: 0;
    width: 100%;
    height: 46px;
    color: #B00F0C;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASsAAAAuCAYAAABwHj+zAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAQ5JREFUeJzt1EFugzAUQEEnV+r9rxZ30xUyxaBsnjQjITv+ASEW7zXn/BljvMYY78N6tr9aj2e7963Wu7NvPuvpOz79Vjvzq9nZ2c7s6hqb52Oxn3/7udivfl+d71yfm7PPP/PV7Oz/x/nZejzbvW+1fnP29Fl33/H2t3oPgACxAhLECkgQKyBBrIAEsQISxApIECsgQayABLECEsQKSBArIEGsgASxAhLECkgQKyBBrIAEsQISxApIECsgQayABLECEsQKSBArIEGsgASxAhLECkgQKyBBrIAEsQISxApIECsgQayABLECEsQKSBArIEGsgASxAhLECkgQKyBBrIAEsQISxApIECsgQayAhF9F4JGUXcGzCgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    
	font-size: 20px;
    line-height: 46px;
	font-weight: 700;	
	text-align: center;
	}

 .shop-cat .n,
 .shop-cat .more
	{
	display: none;
	}



 .shop-cats
	{
	margin: 0 -25px;
	}

 .shop-cat
	{
	padding: 25px;
	float: left;
	width: 33.33%;
	}

 .shop-cat:after
	{
	content: '';
	display: none;
	position: absolute;
	right: 0px;
	top: 15px;
	bottom: 15px;
	width: 5px;
	border-right: 1px solid #dddddd;
	}
 .shop-cat:nth-child(4n):after
	{
	display: none;
	}

 .shop-cat .info
	{
	position: relative;
	margin-top: 15px;
	height: 65px;
	}

 .shop-cat h4
	{
	position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
	}

 .shop-cat .n
	{
	position: absolute;
	bottom: 0px;
	left: 5px;
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	font-weight: 700;
	color: #303030;
	text-align: left;
	}

 .shop-cat .more
	{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	min-width: 55px;
	line-height: 36px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #101010;
	color: #ffffff;
	text-align: center;

    	-webkit-transition: background 0.3s linear;
    	-moz-transition: background 0.3s linear;
   	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	}
 .shop-cat:hover .more
	{
	background-color: #e30613;
	}
 


/*------ MORE PRODUCTS ------*/

 .more-products
	{
	display: block;
	margin: 0px auto 20px auto;
	max-width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #707070;
	line-height: normal;
	}
 .more-products:hover
	{
	color: #000000;
	}

 .more-products span
	{
	display: inline-block;
	margin-top: 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: url("images/down.png") center center no-repeat;
	background-size: 16px auto;
	background-color: RGBA(0,0,0, 0.3);
	}
 .more-products:hover span
	{
	background-color: RGBA(0,0,0, 0.5);
	}


/*------ REVIEWS ------*/

 #reviews
	{
	margin-top: 25px;
	border-top: 1px solid #dddddd;
	background-color: #f6f5f7;
	}

 #reviews .wrapper
	{
	padding: 25px 0;
	max-width: 1200px;
	}

 #reviews .cols
	{
	display: table;
	width: 100%;
	}

 #reviews .L-col
	{
	display: table-cell;
	width: 500px;
	}
 #reviews .R-col
	{
	display: table-cell;
	padding-left: 60px;
	}

 #reviews .title
	{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	}

 #reviews iframe
	{
	width: 500px;
	max-width: 100%;
	height: 350px;
	border: none;
	}

 #comments .comment
	{
	margin: 10px 0;
	padding: 12px 20px;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px RGBA(0,0,0, 0.08);
	}
 #comments .comment:first-child
	{
	margin-top: 0;
	}

 #comments .comment .mark img
	{
	width: 90px;
	margin-right: 10px;
	vertical-align: top;
	}

 #comments .comment .login
	{
	display: inline-block;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: black;
	}

 #comments .comment .date
	{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #888888;
	}

 #comments .comment .text
	{
	margin-top: 5px;
	max-width: 650px;
	color: #404040;
	line-height: 20px;
	}

 #comments .no-comments
	{
	margin: 14px 0px;
	font-size: 14px;
	color: #505050;
	}


/*------ SUBSCRIBE ------*/

 #subscribe
	{
	margin-top: 20px;
	*background-color: #f6f6f6;
	background: url("images/subscribe-bg.png") right 10% center no-repeat;
	background-size: auto 100%;
	background-color: #8000db;
	}

 #subscribe .wrapper
	{
	padding: 40px 0;
	background: url("images/discount.png") right 10% center no-repeat;
	background-size: 32% auto;
	}

 #subscribe-form
	{
	display: inline-block;
	max-width: 400px;
	margin-left: 10%;
	text-align: center;
	}

 #subscribe-form h4
	{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	*color: #404040;
	color: #ffffff;
	}

 #subscribe-form div
	{
	margin: 10px 0;
	text-align: left;
	}

 #subscribe-form .field
	{
	padding: 9px 10px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: 2px;
	background-color: RGBA(255,255,255, 0.9);
	color: #404040;
	*background-color: #ffffff;
	*border: 1px solid #dddddd;
	}
 #subscribe-form .field.error
	{
	border: 1px solid #ff5050;
	color: #ff4040;
	}

 #ch-agree
	{  
	display: none; 
	}

 #ch-agree + label
	{
	position: relative;
	display: inline-block;
	padding-left: 26px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	}
 #ch-agree + label:before
	{
	content: '';
  	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid RGBA(255,255,255, 0.9);
	border-radius: 3px;
	cursor: pointer;
	}

 #ch-agree.error + label:after
	{
	content: "";
	position: absolute;
	top: 20px;
	left: 26px;
	right: 0px;
	border-bottom: 2px solid #d9534f;
	}
 #ch-agree.error + label:before
	{
	border-color: #d9534f;
	}

 #ch-agree:checked + label:before
	{ 
	background: url('/public/root/images/check.png') center center no-repeat;
	background-color: #d9534f;
	border-color: #d9534f;
	}

 #subscribe-form .btn
	{
	display: inline-block;
	margin-top: 10px;
	padding: 13px 15px;
	background-color: #d9534f;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	}
 #subscribe-form .btn:hover
	{
	background-color: #ff0000;
	}
 #subscribe-form .btn:active
	{
	-webkit-transform: translate(1px,1px);
	-moz-transform: translate(1px,1px);
	-o-transform: translate(1px,1px);
	transform: translate(1px,1px);
	}

 #subscribe-form .discount
	{
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	*color: #404040;
	color: #ffffff;
	}


/*------ PAYMENT ------*/

 #payment
	{
	margin-top: 25px;
	padding: 25px 0;
	text-align: center;
	*background-color: #f6f6f6;
	}

 #payment h3
	{
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: bold;
	color: #505050;
	text-transform: uppercase;
	}

 #payment img
	{
	margin: 10px 15px;
	max-width: 140px;
	max-height: 40px;
	}
/*----------------- SUBCATS -------------------------------------------------------------------------------------------------------------------------------*/

 #subcats
	{
	margin-top: 30px;
	}

 #subcats .cat
	{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 31%;
	line-height: normal;
	}

 #subcats span.cat
	{
	margin: 0;
	line-height: 0;
	}

 #subcats .cat img
	{
	width: 100%;
	transition: opacity 0.2s ease;
	}

 #subcats .cat span
	{
	display: block;
	width: 100%;
	margin-top: 8px;
	text-align: center;
	font-size: 20px;
	}

 #subcats .cat:hover img
	{
	opacity: 0.8;
	}

@media (max-width: 950px) 
 {
 #subcats .cat
	{
	width: 47%;
	}
 }


@media (max-width: 650px) 
 {


 #subcats .cat span
	{
	font-size: 17px;
	}
 }


@media (max-width: 360px) 
 {
 #subcats .cat
	{
	width: 100%;
	margin-bottom: 15px;
	}

 #subcats .cat span
	{
	margin-top: 2px;
	font-size: 20px;
	}
 }
/*------ CATS / PRODUCTS MOBILE ------*/

@media (max-width: 1250px) 
{
      .shop-cat .photo	{ height: 260px }
 }
 
@media (max-width: 1000px) 
 {
 .shop-cat
	{
	width: 50%;
	}
     .shop-cat .photo	{ height: 300px }

 .shop-cat h4
	{
	margin-top: 8px;
	}

 .product
	{
	width: 30%;
	}

 .product h4
	{
	margin: 8px 0 0 0;
	}
 }

 @media (max-width: 850px) 
{
        .shop-cat {padding: 15px;}
 }
  @media (max-width: 850px) 
{
        .shop-cats {margin:0 -15px}
         .shop-cat .photo	{ height: 240px }
 }
 
@media (max-width: 600px) 
 {

 .product
	{
	width: 46%;
	}

 .products h3
	{
	margin: 18px 0;
	}

 .products h3 a
	{
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	}
 }

@media (max-width: 450px) 
 {
     .shop-cat
	{
	width: 100%;
	}
 }
 
@media (max-width: 359px) 
 {
 #shop-cats
	{
	margin-bottom: 0;
	}


 .product
	{
	width: 100%;
	}

 .products > h3
	{
	font-size: 18px;
	}

 .more-products a
	{
	font-size: 14px;
	}
 }

/*------ REVIEWS MOBILE ------*/

@media (max-width: 1250px) 
 {
 #reviews .R-col
	{
	padding-left: 30px;
	}
 }

@media (max-width: 950px) 
 {
 #reviews
	{
	margin-top: 10px;
	}

 #reviews .cols,
 #reviews .cols > div
	{
	display: block !important;
	width: 100% !important;
	}

 #reviews .R-col
	{
	padding-top: 16px;
	padding-left: 0px;
	}

 #reviews .title
	{
	margin-bottom: 14px;
	font-size: 16px;
	}

 #reviews iframe
	{
	height: 130px;
	}
 }

@media (max-width: 480px) 
 {
 #reviews
	{
	margin-top: 0px;
	}

 #reviews .wrapper
	{
	padding: 15px 0;
	}

 #reviews .title
	{
	margin-bottom: 10px;
	font-size: 14px;
	}
 }


/*------ SUBSCRIBE MOBILE ------*/

@media (max-width: 950px) 
 {
 #subscribe .wrapper
	{
	padding: 25px 0;
	}

 #subscribe-form
	{
	margin: 0;
	}
 }

@media (max-width: 670px) 
 {
 #subscribe .wrapper
	{
	background-image: none;
	text-align: center;
	}

 #subscribe-form
	{
	margin: 0;
	width: 400px;
	max-width: 100%;
	}
 }


/*------ PAYMENT MOBILE ------*/

@media (max-width: 950px) 
 {
 #payment img
	{
	margin: 10px 10px;
	height: 30px;
	}
 }

@media (max-width: 670px) 
 {
 #main
	{
	padding-bottom: 0px;
	}

 #payment
	{
	margin-top: 0;
	padding: 20px 0;
	}

 #payment h3
	{
	font-size: 14px;
	}

 #payment img
	{
	margin: 7px 5px;
	}
 }
