
/*--------- DEFAULT ---------------------------------------------------------------------------------------------------------------------------------------*/

 html { height: 100%; }

 html * {max-height:1000000px;}
 
 @font-face
	{
	font-family: 'Segoe UI'; src: url('/public/fonts/segoe-ui.ttf'); 
	font-display: fallback;
	}

 body
	{
	position: relative;
	min-height: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	overflow-x: auto;
	overflow-y: scroll;
	color: #252229;
	font-family: Segoe UI, Arial, Tahoma;
	*font-family: "Open Sans", Arial, Tahoma;
	font-size: 14px;
	}

 body.preload *
	{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	}

 a
	{
	color: #B00F0C;
	text-decoration: none;
	}

 strong
	{
	font-weight: bold;
	}

 img
	{
	border: none;
	}

 .hidden
	{
	display: none;
	}

 .justify
	{
    	text-align: justify;
	line-height: 0;
	}

 .justify:after
	{
    	content: '';
    	display: inline-block;
	vertical-align: top;    
    	width: 100%;
    	height: 0;
	line-height: 0;
    	visibility: hidden;
	}

 #root
	{
	margin: 0px auto;
	width: 100%;
	min-width: 320px;
	*max-width: 1150px;
	}

 .outer
	{
	padding: 0 40px;
	box-sizing: border-box;
	*border: 1px solid red;
	}

 .wrapper
	{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	*border: 1px solid green;
	}

/*
 .wrapper
	{
	position: relative;
	box-sizing: border-box;
	height: 100%;
	}
*/

#content-blocks-holder:after
{
    content: '';
    display: block;
    clear: both;
}
#content-left-block
{
    padding-right: 280px;
    position: relative;
}
#content-right-block
{
    float: right;
    width: 250px;
    position: relative;
}
@media (max-width: 1200px) 
{
         #content-right-block { display: none; }
         #content-left-block { padding-right: 0; }
}


.message-banner {
    background: #357fc6;
    color: white;
    text-align: center;
    padding: 4px;
    font-weight: 600;
}

/*----------------- HEADER TOP --------------------------------------------------------------------------------------------------------------------------------*/

 #header
	{
	position: relative;
	z-index: 100;
	}

 #header-top
	{
	padding: 4px 0;
	background-color: #B00F0C;
    height: 40px;
    box-sizing: border-box;
	}
 #header-top  .wrapper
{
    margin-top: 3px;
    text-align: center;
}
#header-top  .sprite
{
    margin: 0 10px;
}

/*----- USER MENU -----*/

 .user-menu
	{
	display: inline-block;
	text-align: left;
    padding-top: 10px;
    float: left;
    margin-right: 40px;
	}

 .user-menu .a,
 .user-menu span.a 
	{
	font-size: 18px;
	font-weight: 300;
    line-height: 38px;
    height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
	color: #404040;
	cursor: pointer;
	}


#top-menu .user-menu span.a
	{
	display: none;
	}

 .user-menu .a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

 .user-menu .user
	{
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	padding-left: 30px;
	padding-right: 15px;
	background: url('images/user.png') 10px center no-repeat;
	cursor: pointer;

	display: inline-block;
	vertical-align: bottom;
	max-width: 250px;
	width: auto  !important;
	overflow: hidden;
	white-space: nowrap;
    	text-overflow: ellipsis;

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

 .user-menu .exit:hover
	{
	color: #ff5555;
	}

 .user-menu .d
	{
	display: inline-block;
	margin: 0 7px;
	font-size: 14px;
	color: #707070;
	}


/*----- LANGUAGES -----*/

 #languages
	{
	position: absolute;
	top: 2px;
	right: 0px;
	}

 #languages div
	{
	display: inline-block;
	margin: 0 2px;
	}

 #languages img
	{
	width: 24px;
	height: 16px;
	border: none;
	*border-radius: 50%;
	border: 1px solid #dddddd;
	}

 #languages:hover img
	{
	opacity: 0.4;
	}
 #languages .lang:hover img
	{
	opacity: 1;
	border-color: #bbbbbb;
	}


/*----------------- HEADER MAIN --------------------------------------------------------------------------------------------------------------------------------*/
 #header-main
	{
	display: block;
	position: relative;
	height: 160px;
    padding-top: 15px;
    padding-bottom: 15px;	
	background-color: #ffffff;
	z-index: 100;
	}

 #header-main .logo
	{
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 130px;	
	top: 0;
	left: 0;
	padding: 20px 0;
	box-sizing: border-box;
	vertical-align: top;
	z-index: 30;
	}

 #header-main .logo img
	{
	height: 100% 
	}

 #header-main .outer
	{
	position: relative;
	height: 100%;
	}


/*----- MENU -----*/

 #header-menu
	{
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	}

 #menu
	{
	text-align: left;
	}

 #menu .menu
	{
	width: 100%;
	}

 #header-main .house-wrap
	{
    display: none;
    height: 100%;
    width: 55px;
    align-items: center;
	}

 #menu .house
	{
	margin-top: 18px;
	margin-right: 15px;
	float: left;
	}

 #menu .cat-1
	{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-family: "Segoe UI";
	font-size: 16px;
	box-sizing: border-box;
	line-height: 80px;    
	color: #505050;
	border-radius: 2px;
	z-index: 60;
	transition: color 200ms linear;
	}

 #menu .cat-1.active
	{
	color: #B00F0C;    
	background-color: #fff;
	}

 #menu li:hover .cat-1
	{
	color: #000000;
	}
 #menu li:hover .cat-1
	{
	background-color: #e5e5e5;
	}

 #menu .submenu
	{
	left: -10px;
	-webkit-transition: all 0.2s ease 0.1s;
	-moz-transition: all 0.2s ease 0.1s;
	-o-transition: all 0.2s ease 0.1s;
	transition: all 0.2s ease 0.1s;
	}

 #menu .submenu ul
	{
	background-color: #ffffff;
	box-shadow: 2px 2px 8px RGBA(0,0,0, 0.3);
	}

 #menu .cat-2
	{
	display: block;
	padding: 8px 20px 8px 13px;
	font-family: "Segoe UI";
	font-size: 16px;
	line-height: 20px;
	color: #656565;
	}
 #menu .cat-2:hover
	{
	background-color: #f2f2f2;
	}
 #menu .cat-2.active
	{
	color: #B00F0C;
	}
#menu .cat-2:before
	{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAACXBIWXMAAAsSAAALEgHS3X78AAAALUlEQVR42mPYpckwE4oFGdABSBAq+Z+QolVQRR0M2ABQwgWq4C5+nXjtxOdaADbUJcKVSCItAAAAAElFTkSuQmCC');
    background-repeat: no-repeat; 
    background-position: 50% 50%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
	}
  #cat-30:after
	{
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAATlBMVEUAAAAqKikrKikqKigdHR0qKCgrKikrKigqKSgpKCcqKSgpKSYrKikqKSkmJiYpKSgqKikoKCgqKikrKCgrKSkpKSkqKicnJycqKiIrKinEV2LtAAAAGXRSTlMA1O6kCWH63Z49ZSzzqSlZmy66b21aUjYf4c4oCwAAAI5JREFUGNN9kFkOwzAIRCcY73HadJ/7X7Q0suKqkfq+4EmgAQCrE3akVRj3QJk6wnACapg9dsocVjgO82qPwgYRBaAlpaKFFxUBJzNLpBGf1wUTN6WRLmfHqEBXng6Grd3VmRlGZvqnitVGGoPH9SPEgk2JoEf1CsP6xhsGnzw/Z/s5VOB0eA5Qv17oKvAGyVcJwl3nhx4AAAAASUVORK5CYII=');
    background-repeat: no-repeat; 
    background-position: 50% 50%;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 8px;
	}     
    #menu .menu > ul > li:after
	{
	content: '';
    display: inline-block;
    height: 24px;
    width: 0;
    border-left: 1px solid #444;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    margin: auto;
    z-index: 1000;
	}
   #menu .menu > ul > li:last-child:after,
   #menu .menu > ul > li.active:after
	{
	content: '';
    display: none;
	}
    #menu .menu > ul > li { float: left; }
    #menu .menu > ul:after { content: ''; display: block; clear: both; }
    #menu .menu > ul { float: left; }
    #menu .menu:after { content: ''; display: block; clear: both; }
    #menu .menu { float: left; }
    #menu:after { content: ''; display: block; clear: both; }

@media (max-width: 1350px) 
{
         #menu .cat-1 { padding: 0 15px; }
         #mainpage-text {padding: 0 15px;}
}


/*----- SEARCH FORM -----*/

 #search-form
	{
	position: relative;
	display: inline-block;
	float: right;
    margin-top: 19px;
	background-color: #ffffff;
	right: 0;
	width: 250px;
	height: 42px;
	text-align: right;

	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	}

 #search-form .search-field
	{
	margin: 0;
    display: block !important;
	width: 100%;
	box-sizing: border-box;
	padding: 0 28px 0 7px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	font-family: inherit;
	line-height: 40px;
	outline: none;
	box-shadow: none;
	}

 #search-form .search-field:focus
	{
	box-shadow: 1px 1px 4px RGBA(0,0,0, 0.12);
	}

 #search-form .search-btn
	{
	position: absolute;
	top: 8px;
	right: 7px;
	width: 24px;
	height: 24px;
	border: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAMAAAD3n0w0AAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA9/vzeggE79+dYUrmv6SVhnVqNCgR7Nu5taiSREA9MB4YC9LIrW5STwN1jA4AAAC0SURBVBjTXY/XtoIwEAA3hSIdBLtXr33+/wctENDM05zJyW4iL071xeh4Npcv/jJAAdtwaoo8DeRoDYVrQUzVW7sgGWLDSgZS4sFy9uI4MyxbMI0v3X2lZKSi6WXJ/xg3PHqZUbvWRarrbU50FHdeyKjx4fPZEnbj69fodX0rM6ARR2gj3mgw+2lrkNoqaUMLqJ14XIGo9eIGYNn9xoMByMPfetcAW2+ABTDiUYBO/BisslSe1I4QY+kn0NUAAAAASUVORK5CYII=') center center no-repeat;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	cursor: pointer;
	}


/*----- TOP MENU -----*/

 #top-menu
	{
	position: absolute;
	top: 65px;
	right: 0px;
	text-align: right;
	}

 #top-menu .a
	{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;	
	z-index: 100;
	cursor: pointer;
	*border: 1px solid red;
	}

#top-menu .a.compare
{

}


 #top-menu .a:hover
	{
	background-color: #f2f2f2;
	}

 #top-menu .label
	{
	font-family: Segoe UI;
	font-size: 12px;
	line-height: 12px;
	color: #888;
    margin-top: 5px;
    display: block;
	}

 #top-menu .n
	{
	position: absolute;
	top: 4px;
	right: 9px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background-color: #c7c5c5;
	border-radius: 50%;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	}

 #top-menu .cart .n
	{
	right: 11px;
	background-color: #ff3030;
	}

 #top-menu .n.hidden
	{
	display: none;
	}


/*----- CART ITEMS -----*/
 
 .cart-wrapper
	{
	display: inline-block;
	position: relative;
    z-index: 999;
	}

 .cart-items
	{
	position: absolute;
	top: 7px;
	right: -22px;
	width: 270px;
	z-index: 90;
	display: none;
	}

 .cart-wrapper:hover .cart-items
	{
	display: block;
	}

 .cart-items-bg
	{
	position: relative;
	margin-top: 70px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	box-shadow: 1px 1px 6px RGBA(0,0,0, 0.2);
	color: #ffffff;
	}

 .cart-items-bg:after
	{
	content: '';
	position: absolute;
	top: -10px;
	right: 51px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-bottom: 10px solid #e0e0e0;
	border-top: none;
	}

 .cart-items .cart-item
	{
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	border-bottom: 1px solid #e6e6e6;
	}

 .cart-items .cart-item:hover
	{
	background-color: #f4f4f4;
	}

 .cart-items .cart-item:hover .item-photo
	{
	border: 2px solid #000000;
	}

 .cart-items .cart-item > div
	{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	}

 .cart-items .item-photo
	{
	width: 80px;
	margin-right: 20px;
	box-sizing: border-box;
	}

 .cart-items .item-name
	{
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #404040;
	text-decoration: none !important;
	}

 .cart-items .item-subtitle
	{
	font-size: 13px;
	color: #707070;
	}

 .cart-items .item-price
	{
	display: block;
	margin-top: 4px;
	font-weight: 700;
	color: #000000;
	}

 .cart-items .cart-total
	{
	margin: 10px 25px 5px 25px;
	text-align: right;
	}

 .cart-items .cart-amount
	{
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
	color: #000000;
	}

 .cart-items .view-cart
	{
	display: inline-block;
	padding: 8px 16px;
	background-color: #000000;
	border: 2px solid #000000;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;

	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	}
 .cart-items .view-cart:hover
	{
	color: #000000;
	background-color: #ffffff;
	}


/*----- MOBILE MENU -----*/

 #header .mobile-menu
	{
	display: none;
	width: 34px;
	height: 32px;
	line-height: 31px;
	background: url("images/menu.jpg") center center no-repeat;
	cursor: pointer;
	}
 #header .mobile-menu:hover
	{
	background-color: #f0f0f0;
	}

 #mobile-menu
	{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 400;
	background-color: RGBA(0,0,0, 0.5);

	opacity: 0;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	}
 #mobile-menu.open
	{
	opacity: 1;
	}

 #mobile-menu .mob-menu
	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	max-width: 400px;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	background-color: #ffffff;
	box-shadow: -2px 0px 7px RGBA(0,0,0, 0.2);
	overflow-y: auto;
	z-index: 500;
	*opacity: 0;

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;

	-webkit-transform: translate(250px, 0);
	-moz-transform: translate(250px, 0);
	-o-transform: translate(250px, 0);
	transform: translate(250px, 0);
	}
 #mobile-menu.open .mob-menu
	{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	*opacity: 1;
	}

 #mobile-menu .close-btn
	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url('images/close.jpg') center center no-repeat;
	cursor: pointer;
	z-index: 501;
	}

 #mobile-menu hr
	{
	margin: 10px 12px;
	border: none;
	border-top: 1px solid #dddddd;
	}

 #mobile-menu ul,
 #mobile-menu li
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

 #mobile-menu .cat
	{
	position: relative;
	display: block;
	color: #333333;
	cursor: pointer;
	}
 #mobile-menu .cat.active
	{
	color: #2066ff;
	}

 #mobile-menu .cat-1
	{
	padding: 7px 20px;
	padding-right: 35px;
	font-size: 14px;
	text-transform: uppercase;
	}
 #mobile-menu .cat-2
	{
	padding: 5px 5px;
	font-size: 14px;
	}
 #mobile-menu .cat-3
	{
	padding: 3px 6px;
	font-size: 13px;
	}

 #mobile-menu .cat span
	{
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 40px;
	background: url('images/arrow.png') center center no-repeat;
	background-size: 10px auto;
	cursor: pointer;
	}

 #mobile-menu .cat-1.open
	{
	background-color: #f2f2f2;
	}

 #mobile-menu .cat.open span
	{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

 #mobile-menu .submenu
	{
	display: none;
	padding: 4px 0 8px 40px;
	}

 #mobile-menu .submenu li
	{
	list-style-type: disc;
	}

 #mobile-menu .cat.open + .submenu
	{
	display: block;
	}

 #mobile-menu .cat .n
	{
	display: inline-block;
	width: auto;
	top: 5px;
	right: 14px;
	bottom: auto;
	padding: 0px 6px;
	font-size: 13px;
	line-height: 18px;
	background: none;
	background-color: #d9d9d9;
	color: #ffffff;
	border-radius: 2px;
	}
 #mobile-menu .cat .n.hidden
	{
	display: none;
	}



/*----- FIXED HEADER -----*/

@media (min-width: 1250px) 
 {
/* #header
	{
	min-height: 320px;
	}*/

 #menu, #top-menu
	{
	-webkit-transition: top 0.15s ease;
	-moz-transition: top 0.15s ease;
	-o-transition: top 0.15s ease;
	transition: top 0.15s ease;
	}

 #header-main.fixed
	{
	position: fixed;
	top:0; left:0; right:0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 65px;
	box-shadow: 2px 2px 6px RGBA(0,0,0,0.2);
	}

 #header-main.fixed .logo
	{
	top: 0;
    height: 100%;
    padding: 10px 0px;
	}

 #header-main.fixed #search-form
	{
	top: 5px;
	}

 #header-main.fixed #top-menu
	{
	top: 7px;
	}
    
  #header-main.fixed .user-menu
	{
	padding-top: 6px;
	}

 #header-main.fixed #top-menu .label
	{
	display: none;
	}
 }


/*----------------- MAIN ----------------------------------------------------------------------------------------------------------------------------------*/

 #main
	{
	display: block;
	padding: 25px 0 40px 0;
	min-height: 300px;
	}

 #main h1
	{
	margin: 0 0 20px 0;
	font-size: 32px;
	font-weight: 400;
	text-align: left;
	color: #b00f0c;
	}

 #main .btn
	{
	display: inline-block;
	padding: 10px 16px;
	min-width: 100px;
	box-sizing: border-box;
	border: none;
	font-family: inherit;
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #B00F0C;
	text-align: center;
	cursor: pointer;
	outline: none;

	-webkit-transition: background-color 200ms ease, color 200ms ease;
	-moz-transition: background-color 200ms ease, color 200ms ease;
	-o-transition: background-color 200ms ease, color 200ms ease;
	transition: background-color 200ms ease, color 200ms ease;	
	}
 #main .btn:hover
	{
	background-color: #a90f0c;
	color: #ffffff;
	}
 #main .btn:active
	{
	-webkit-transform: translate(1px,1px);
	-moz-transform: translate(1px,1px);
	-o-transform: translate(1px,1px);
	transform: translate(1px,1px);
	}

/*
 #main .btn
	{
	display: inline-block;
	padding: 10px 20px;
	min-width: 100px;
	box-sizing: border-box;
	border: none;
	background-color: #2288ff;
	font-family: inherit;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	outline: none;

	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;	
	}
 #main .btn:hover
	{
	background-color: #61b6da;
	box-shadow: 2px 2px 15px RGBA(0,0,0, 0.2);	
	}
*/

 #main .next-btn
	{
	margin-left: 5px;
	color: #ffffff;
	background-color: #000000;
	}
 #main .next-btn:hover
	{
	background-color: #999999;
	border-color: #999999;
	}

 #main .back-btn:hover
	{
	background: none;
	outline: 1px solid #000000;
	color: #000000;
	}

 #main .field
	{
	padding: 7px 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	font-family: Segoe UI;
	font-size: 18px;
	border: 1px solid #dddddd;
	outline: none;
	box-shadow: none;
	}
 #main .field:focus
	{
	border-color: #66afe9;
	box-shadow: 0 0 8px RGBA(100,175,230, 0.4);
	*outline: 3px solid #dddddd;
	}
 #main .field.not-valid
	{
	border-color: #ff8080;
	}

 #main textarea
	{
	resize: vertical;
	}

 #main .not-found
	{
	margin: 40px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: #505050;
	}

/*----------------- FOOTER --------------------------------------------------------------------------------------------------------------------------------*/

 #footer
	{
	display: block;
	margin: 0px auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: #ECECE7;
	}

 #footer .cols1
	{
	padding-top: 20px;
	padding-bottom: 80px;
	display: table;
	width: 100%;
	min-height: 100px;
	table-layout: fixed;
	}
    #footer .cols1:after {content:'';display:block;clear:both}

 #footer .cols1 > div
	{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 23%;
	padding-right: 40px;
	box-sizing: border-box;
	*border: 1px solid red;
	}

 #footer .cols1 .col-logo
	{
	width: 30%;
	padding-right: 60px;
	}
 #footer .cols1 .col-contacts
	{
	padding: 0px !important;
	}
 #footer .col-menu.no-pad
	{
	padding: 0px !important;
	}
 #footer .cols1 > div.col-logo
	{
	vertical-align: middle !important;
	}

 #footer h3
	{
	margin: 0 0 30px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	}

 #footer .logo
	{
	width: 100%;
	max-width: 400px;
	}

 #footer .text
	{
	margin-top: 25px;
	*max-width: 260px;
	line-height: 20px;
	color: #dddddd;
	}

 #footer .col-menu div
	{
	margin: 12px 0;
	color: #252229;
	}
 #footer .col-menu a
	{
	color: #252229;
	}
 #footer .col-menu a:hover
	{
	color: #B00F0C;
	text-decoration: underline;
	}

 #footer .social
	{
	margin-top: 20px;
	}

 #footer .social > span
	{
	display: inline-block;
	margin-right: 8px;
	color: #dddddd;
	}

 #footer .social > a
	{
	margin: 0 3px;
	}

 #footer .facebook
	{
	margin-top: 25px;
	}

 #footer .facebook a
	{
	display: inline-block;
	line-height: 28px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	}
 #footer .facebook a:hover
	{
	text-decoration: underline;
	}

 #footer .facebook a span
	{
	margin-right: 6px;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url('images/social.png?v3') -28px 0 no-repeat;
	background-size: auto 100%;
	border-radius: 50%;
	line-height: 28px;
	}

 #footer .facebook div
	{
	margin-top: 8px;
	margin-left: 3px;
	font-size: 13px;
	color: #c0c0c0;
	}
    
  .footer-soc,
  .footer-payment
    {
    margin-top: 20px !important;        
    }

 .footer-soc
	{
	position: absolute;
	top: 200px;
	}

 .footer-payment
	{
	display: flex;
	position: absolute;
	top: 200px;
	 margin-top: 20px !important;        
	flex-wrap: wrap;
	}


  .footer-soc > a
      {
    margin-right: 10px; 
    }
  .footer-payment > span
      {
    margin-right: 5px;
    margin-bottom: 	15px;
    }

/*----- FOOTER BOTTOM -----*/

 #footer .bottom
	{
	margin-top: 15px;
	background-color: #252229;
	}

 #footer .cols2
	{
	display: table;
	width: 100%;
	table-layout: fixed;
	}

 #footer .cols2 > div
	{
	display: table-cell;
	width: 33%;
	vertical-align: top;
	text-align: center;
	padding: 6px 0;
	line-height: 28px;
	box-sizing: border-box;
	font-family: Segoe UI;
	font-size: 13px;
	color: #bbbbbb;
	}
 #footer .cols2 > div.poweredby
	{
	text-align: left;
	}
 #footer .cols2 > div.copyright
	{
	width: 42%;
	}

 #multiweb
	{
	display: inline-block;
	color: #bbbbbb;
	}
 #multiweb:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}


/*-------- COOKIE ALERT --------*/

 #cookie-alert
	{
	position: fixed;
	bottom:0; left:0; right:0;
	padding: 30px 50px;
	min-height: 110px;
	background-color: #b7b7b7;
	z-index: 1000;
	transition: transform 0.4s ease;
	}
 #cookie-alert.close
	{
	transform: translate(0, 100%);
	}

 #cookie-alert .text
	{
	width: 60%;
	max-width: 900px;
	font-size: 16px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 600;
	}

 #cookie-alert .text a
	{
	display: inline-block;
	margin-top: 20px;
	color: #f4f4ff;
	font-weight: 400;
	}
 #cookie-alert .text a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}

 #cookie-alert .buttons
	{
	position: absolute;
	top: 20px;
	right: 30px;
	width: 200px;
	}

 #cookie-alert .btn.more
 {
 color: #585a5b;
 }

 #cookie-alert .btn
	{
	display: inline-block;
	margin: 10px 0;
	padding: 14px 15px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	color: #49359e;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 1px;
	cursor: pointer;
	}
 #cookie-alert .btn.agree
	{
	background-color: #585a5b;
	color: #ffffff;
	}
 #cookie-alert .btn:hover
	{
	background-color: #585a5bb0;
	color: #ffffff;
	}
 #cookie-alert .btn:active
	{
	transform: translate(1px,1px);
	}


/*-------- SOCIAL ICONS --------*/

 .social-icons a
	{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	border: none;
	background: url('images/social.png?v3') 0 0 no-repeat;
	background-size: auto 100%;
	text-decoration: none !important;
	}

 .social-icons .vk { background-position: 0 0; }
 .social-icons .facebook { background-position: -36px 0; }
 .social-icons .twitter { background-position: -72px 0; }
 .social-icons .gplus { background-position: -108px 0; }
 .social-icons .ok { background-position: -144px 0; }
 .social-icons .insta { background-position: -180px 0;}
 .social-icons .pin { background-position: -216px 0;}

 .social-icons.small a
	{
	width: 32px;
	height: 32px;
	line-height: 32px;
	}

 .social-icons.small .vk { background-position: 0 0; }
 .social-icons.small .facebook { background-position: -32px 0; }
 .social-icons.small .twitter { background-position: -64px 0; }
 .social-icons.small .gplus { background-position: -96px 0; }
 .social-icons.small .ok { background-position: -128px 0; }
 .social-icons.small .insta { background-position: -160px 0;}
 .social-icons.small .pin { background-position: -192px 0;}

 .social-icons.big a
	{
	width: 40px;
	height: 40px;
	line-height: 40px;
	}

 .social-icons.big .vk { background-position: 0 0; }
 .social-icons.big .facebook { background-position: -40px 0; }
 .social-icons.big .twitter { background-position: -80px 0; }
 .social-icons.big .gplus { background-position: -120px 0; }
 .social-icons.big .ok { background-position: -160px 0; }
 .social-icons.big .insta { background-position: -200px 0;}
 .social-icons.big .pin { background-position: -240px 0;}


/*-------- RADIO --------*/

 input.radio
	{
	display: none;
	}

 input.radio + label
	{
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
	}

 input.radio:checked + label
	{ 
	font-weight: bold;
	}

 input.radio + label span
	{
	position: absolute;
	left: 0px;
	top: 50%;
	margin: 0;
	margin-top: -12px;
  	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 2px solid #dddddd;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	}

 input.radio + label span:before
	{ 
	content: '';
  	display: inline-block;
	margin: 5px;
	width: 10px;
	height: 10px;
	*background-color: #eeeef0;
	border-radius: 50%;
	}

 input.radio:checked + label span
	{ 
	*border-color: #6a6a6a;
	border: 6px solid #444444;
	}

 input.radio:checked + label span:before
	{ 
	*background-color: #505050;
	}

/*-------- SCROLLER --------*/

@media (min-width: 950px) 
 {
 #t-to-top
	{
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 71px;
	height: 71px;
	cursor: pointer;
	z-index: 200;
	background-image: url('images/topArrowWhite.png');
	background-color: #b00f0c;
    transform: rotate(180deg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 50%;

	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	}
 #to-top:hover
	{
	background-color: #b00f0cd6;
	}
 }


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

@media (max-width: 1600px) 
 {
 #header 
	{
	min-height: auto;
	}


 }	

/*-------- HEADER MOBILE --------*/

@media (max-width: 1280px) 
 {
 #menu .menu > ul
	{
	width: 65%;
	}

 #menu .menu .cat-1
	{
	line-height: 50px;
	}
 #search-form
	{
	margin-top: 5px;
	width: 200px;
	}
 }
 

@media (max-width: 950px) 
 {
 #header-main
	{
	height: auto;
	border-bottom: 1px solid #dddddd;
	}

 #header-main .logo
	{
	position: relative;
	top:0; left:0;
	margin: 7px 0;
	width: 190px;
	min-width: 100px;
	z-index: 102;
	}

 #header-main .logo img
	{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	}

 #header-menu
	{
	display: none;
	}

 #menu ul
	{
	display: none;
	}

 #header .mobile-menu
	{
	display: inline-block;
	position: absolute;
	top: 36px;
	right: 0;
	}

 #search-form
	{
	display: inline-block;
	position: absolute;
	margin-top: -20px;
	top: 50%;
	right: 40px;
	left: auto;
	width: 300px;
	height: 36px;
	padding: 0;
	}

 #search-form .search-btn
	{
	top: 7px;
	z-index: 105;
	}

 #search-form .search-field
	{
	display: none;
	position: relative;
	width: 100%;
	z-index: 103;
	}

 #search-form .search-field:focus
	{
	display: block;
	}

 #top-menu
	{
	margin-top: -25px;
	top: 50%;
	right: 50px;
	}

 #top-menu .account,
 #top-menu .compare
	{
	display: none;
	}

 #top-menu .a
	{
	margin-left: 0px;
	padding: 5px;
	width: 45px;
	height: 40px;
	}

 #top-menu .user-menu 
	{
	padding-top:5px;
	}

 #top-menu .user-menu .a
	{
	width: auto;
	height: 40px;
	background-size: auto;
	padding: 5px;
	}

 #top-menu .n
	{
	top: 3px;
	right: 0 !important;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	}

 #top-menu .label
	{
	display: none;
	}    
    
 #slider
	{
	margin-top: 0 !important;
	}

 #header-main .logo
	{
	margin: 0;
	}

 .cart-items-bg
	{
	margin-top: 50px;
	right: -13px;
	}

 .user-menu > span
	{
	margin-right: 5px;
	}
 }

@media (max-width: 690px) 
 {
 #header .logo
	{	
	width: 170px;
	}

 #top-menu
	{
	top: 40px;
	}

/* #header .user-menu
	{
        padding-top: 10px;
        margin-right: 0;
        position: relative;
        right: -50px;
	text-align: right;
	width: 100%;
	}*/

 #header .mobile-menu
	{	
	top: 24px;
	}
 }
 
@media (max-width: 450px) 
{
 #header .logo
	{
	padding: 20px 0;
	width: 150px;
	overflow: hidden;
	}
/* #header .logo img
	{
	width: 220px;
	}*/

 #top-menu
	{
	top: 70px;
	right: 50px;
	}

/* #header .mobile-menu
	{	
	top: 53px;
	}*/

 .user-menu
	{
	display: none;
	}
 }


/*-------- MAIN MOBILE --------*/

@media (max-width: 1279px) 
 {
 #social-media
	{
	display: none;
	}
 }


@media (max-width: 800px) 
 {
 .outer
	{
	padding: 0 20px;
	}
 }


@media (max-width: 670px) 
 {
 #main h1
	{
	margin-bottom: 17px;
	font-size: 22px;
	}
 }


@media (max-width: 480px) 
 {
 #main
	{
	padding: 15px 0;
	min-height: 0px;
	}

 #main h1
	{
	margin-bottom: 14px;
	font-size: 20px;
	}

 #main .field
	{
	padding: 8px 8px;
	font-family: inherit;
	font-size: 15px;
	}

 #main .btn
	{
	padding: 9px 12px;
	min-width: 90px;
	font-size: 11px;
	font-weight: 700;
	}
 }


/*-------- FOOTER MOBILE --------*/

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

 #footer
	{
	position: static;
	}

 #footer .cols1 .col-logo
	{
	width: 40%;
	padding-right: 40px;
	}

 #footer .social
	{
	margin-top: 20px;
	}

 #footer .cols2 .col
	{
	display: none;
	}
 #footer .cols2 .copyright
	{
	display: block !important;
	width: 100% !important;
	}

 #cookie-alert
	{
	padding: 20px 30px;
	}

 #cookie-alert .text
	{
	width: 100%;
	font-size: 14px;
	}

 #cookie-alert .text a
	{
	margin-top: 5px;
	}

 #cookie-alert .buttons
	{
	position: static;
	margin-top: 20px;
	width: 100%;
	}

 #cookie-alert .btn
	{
	margin: 0 16px 0 0;
	padding: 14px 30px;
	width: auto;
	font-size: 12px;
	}
 }


@media (max-width: 550px) 
 {
 #footer .cols1 .col-menu
	{
	width: 50%;
	}

 #footer .cols1 h3
	{
	margin-bottom: 12px;
	}

 #footer .col-menu div
	{
	margin: 8px 0;
	}
 }


@media (max-width: 370px) 
 {
 #footer .cols1
	{
	display: block;
	}

 #footer .cols1 > div
	{
	display: block;
	width: 100% !important;
	padding: 0 0 22px 0;
	}

 #footer .cols1 .col-logo
	{
	display: block;
	}

 #footer .text
	{
	margin-top: 10px;
	line-height: 16px;
	}

 #footer .facebook
	{
	margin-top: 10px;
	}

 #footer .social span
	{
	display: block;
	margin-bottom: 7px;
	}

 #footer .bottom
	{
	margin-top: 18px;
	}

 #cookie-alert .text
	{
	font-weight: 400;
	}

 #cookie-alert .btn.more
	{
	display: none;
	}
 }

 /* -- CUSTOM --------------------- */
 
 .sprite { display: inline-block; background: url('/public/root/images/sprite.png') no-repeat top left; width: 38px; height: 40px;  } 
.sprite.f-soc { background-position: 1px 1px; width: 13px; height: 23px; } 
.sprite.email { background-position: -12px 1px; width: 23px; height: 23px; } 
.sprite.i-soc { background-position: -35px 1px; width: 23px; height: 23px; } 
.sprite.account { background-position: -58px 1px; } 
.sprite.compare { background-position: -96px 1px; } 
.sprite.favorites { background-position: -134px 1px; width: 41px; } 
.sprite.cart { background-position: -175px 1px; } 
.sprite.house { background-position: -213px 1px; width:50px; height: 40px; } 
.sprite.search { background-position: -263px 1px; width: 33px; height: 34px; } 
.sprite.arrow-up { background-position: -296px 1px; width: 26px; height: 27px; } 
.sprite.arrow-down { background-position: -322px 1px; width: 15px; height: 10px; } 
.sprite.email-black { background-position: -337px 1px; } 
.sprite.f-soc-black { background-position: -375px 1px; width: 19px; } 
.sprite.i-soc-black { background-position: -394px 1px; } 
/*.sprite.visa { background-position: -432px 1px; width: 57px; } */
/*.sprite.mastercard { background-position: -489px 1px; width: 57px; } */
/*.sprite.paypal { background-position: -546px 1px; width: 106px; height: 31px; } */
.sprite.cart-small { background-position: -652px 1px; width: 28px; height: 28px; } 
.sprite.cart-small-hover { background-position: -680px 1px; width: 28px; height: 28px; } 
.sprite.compare-small { background-position: -708px 1px; width: 28px; height: 28px; } 
.sprite.compare-small-hover { background-position: -736px 1px; width: 28px; height: 28px; } 

.sprite.f-soc-black{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-image: url('images/fa-soc.jpg');
    background-size: 40px;
}

 .sprite.i-soc-black
	{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-image: url('images/ins-soc.jpg');
	background-size: 40px;
	}

 .sprite.american
	{
	width: 70px;   
	display: inline-block;
	background-image: url('images/payment.png');
	background-position: -243px -0px;
	}

 .sprite.paypal
	{
	width: 70px;    
	display: inline-block;
	background-image: url('images/payment.png');
    background-position: -6px -0px;
	}	

 .sprite.visa
	{
    width: 70px;
    display: inline-block;
    background-image: url(images/payment.png);
	background-position: -164px -0px;
	}

 .sprite.mastercard
	{
	width: 70px;    
	display: inline-block;
	background-image: url('images/payment.png');
    background-position: -86px 0px;
	}	

.razor
{
    display: inline-block;
    cursor: pointer;
    height: 40px;
    text-decoration: none !important;
    line-height: 38px !important;
    width: auto !important;
    padding: 0 30px !important;
    vertical-align: middle !important;
    box-sizing: border-box;
    background-color: #B00F0C;
    color: #fff !important;    
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAALVBMVEX///+wDwz56+rsxMPdlpS5Kif67+735+fsxcTkrazajo3Qb2zDSUfCREO8MjBIsrBvAAAAK0lEQVQI12MAAS0waQgmHcHkQRDBIQgi80Ak00UQOVVQkKFkqyCQNBQEAgB04wVib6uPoQAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAALVBMVEX///+wDwz56+rsxMPdlpS5Kif67+735+fsxcTkrazajo3Qb2zDSUfCREO8MjBIsrBvAAAAKElEQVQI12NYxAACwmBSBEzKgEnBBjD5DEzKKoBIwUgwKRjtDiIFhQF15gRjThEtEQAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAKlBMVEX///+wDwz57OvsxMPdlpTDRkW5Kif78PD35+fsxcTkrazajo3Qb2y8MjCPz8AAAAAAKUlEQVQI12MwFAQChpZjIJKBYRmYZAoEkQy1YJITTDIEgklHMGkIJrUBuN0EtVsbYj4AAAAASUVORK5CYII='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAALVBMVEX///+wDwz56+rsxMPdlpS5Kif67+735+fsxcTkrazajo3Qb2zDSUfCREO8MjBIsrBvAAAALElEQVQI12MQBAJhEBntDiQjGRgYBGUVQOQzBhDZACJlGEBABEwKg8lFIAIAl+IEY0eWx90AAAAASUVORK5CYII=');
}
.razor-search
{   
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAJ1BMVEX19fCwDwzsxcT56+rdlpTDRkW5Kif67+735+fkrazajo3Qb2y8MjC7NNx7AAAAK0lEQVQI12MAASswqQgmHcFkIIhgEgSRNSCSORBEThMUZGjZJggkFQWBAABcTQR9p7DfEAAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAALVBMVEX///+wDwz56+rsxMPdlpS5Kif67+735+fsxcTkrazajo3Qb2zDSUfCREO8MjBIsrBvAAAAKElEQVQI12NYxAACwmBSBEzKgEnBBjD5DEzKKoBIwUgwKRjtDiIFhQF15gRjThEtEQAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAJ1BMVEX19fCwDwz67u3sxMPdlpTDRkW5Kif35+fsxcTkrazajo3Qb2y8MjDHJfedAAAAKUlEQVQI12MwFAQChpJtIJKBYRqYZAoEkQw6YJIDTDIEgklHMGkIJrUApUIEMoOhyZYAAAAASUVORK5CYII='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAALVBMVEX///+wDwz56+rsxMPdlpS5Kif67+735+fsxcTkrazajo3Qb2zDSUfCREO8MjBIsrBvAAAALElEQVQI12MQBAJhEBntDiQjGRgYBGUVQOQzBhDZACJlGEBABEwKg8lFIAIAl+IEY0eWx90AAAAASUVORK5CYII=');
    z-index: 1;
    position: relative;
    height: 44px;
    float: right;
    line-height: 42px !important;
}
@media (max-width: 1100px) 
{
       .razor-search { 
       float: none; 
       margin: 10px 10px 10px 0;
       background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAJ1BMVEX19fCwDwzsxcT56+rdlpTDRkW5Kif67+735+fkrazajo3Qb2y8MjC7NNx7AAAAK0lEQVQI12MAASswqQgmHcFkIIhgEgSRNSCSORBEThMUZGjZJggkFQWBAABcTQR9p7DfEAAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAJ1BMVEX19fCwDwz56unsxMPdlpTDRkW5Kif67+7sxcTkrazajo3Qb2y8MjAe53FNAAAAKElEQVQI12NYxAACwmBSBEyKgknBBjB5HEyKKoBIwUwwKZjtBCIFhQFyAARQw3wmfwAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAJ1BMVEX19fCwDwz67u3sxMPdlpTDRkW5Kif35+fsxcTkrazajo3Qb2y8MjDHJfedAAAAKUlEQVQI12MwFAQChpJtIJKBYRqYZAoEkQw6YJIDTDIEgklHMGkIJrUApUIEMoOhyZYAAAAASUVORK5CYII='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAJ1BMVEX19fCwDwzsxcT56+rdlpTDRkW5Kif67+735+fkrazajo3Qb2y8MjC7NNx7AAAALElEQVQI12MQBAIhEJntASQzGRgYBEUNQORxBhCpACJFGUBABEwKgcnFIAIAj7cEBW62TZEAAAAASUVORK5CYII=');
    }        
}
.razor-white,
#shop-menu .cat-1
{
    position: relative;
    border: 1px solid #D9DADA;
    background-color: #F5F5F0;
    color: #252229 !important;   
    background-image: none;
}
.razor-white:before,
#shop-menu .cat-1:before
{
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    margin: auto;
    width: 9px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAHlBMVEX////19fDl5uXg4eD19fXx8vDp6efZ2tr6+vrs7OqOzL3JAAAAJ0lEQVQI12NAgAIwaQAiWBJAJLMAiIwEkRyKQJJFSVCAgd0sUFAAADegArCQLCPwAAAAAElFTkSuQmCC'), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAHlBMVEX////19fDq6ujl5uXg4eD19fXa29v6+vrx8vLx8u0g6q2NAAAAKklEQVQI12NgcxIUFGBgYHUCkQwchiCSoRhMMk8AkawKDCDgACYTGMAAAFzdAwd/8ZyXAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: left top, left bottom;
}
.razor-white:after,
#shop-menu .cat-1:after
{
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    margin: auto;
    width: 9px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAHlBMVEX////19fDl5uXg4eD19fXx8vDp6efZ2tr6+vrs7OqOzL3JAAAAJElEQVQI12OAgAIwaQAmU8CkMJiUDACRghpgUkgFRAqGmTMAAD3FArDr70y0AAAAAElFTkSuQmCC'), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAHlBMVEX////19fDq6ujl5uXg4eD19fXa29v6+vrx8vLx8u0g6q2NAAAAKElEQVQI12MQFBRyY2AQFHJlAJIWDEAgXAAiJzOAgCqYdACTCQxwAABkOQMHK0/kpgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right top, right bottom;
}
.razor:hover
{    
    background-color: #a90f0c !important;
}
.razor:active
{    
    background-color: #a20e0b !important;
}
.razor-white:hover
{    
    background-color: #f3f3f2 !important;
}
.razor-white:active
{    
    background-color: #f3f3f2 !important;
}
.products-featured
{
    padding-bottom: 60px;
}
.products-featured h3
{
    padding-bottom: 20px;
}
.product-featured
{
    position: relative;
    border: 1px solid #ccc;
    margin-top: 15px;
    /*background-image: url(/public/root/images/featured-bg.png);*/
    background-position: left 0 bottom 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.product-featured:after
{
    content: '';
    clear: both;
    display: block;
}
.product-featured .photo
{
    float: left;
    width: 300px;
}
.product-featured .photo img
{
    max-width: 100%
}
.product-featured .info
{
    padding-left: 320px;
    line-height: 1;
    padding-right: 30px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
}
.product-featured .info h4
{
    color: #B00F0C;
    font-size: 20px;
    padding: 12px 0 10px;
    margin: 0;
}
.product-featured .description
{
    padding-bottom: 70px;   
    box-sizing: border-box;
    margin-top: 10px;
}
.product-featured .description p
{
    margin: 0;
}
.product-featured .razor
{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.footer-dark-line
{
    background-color: #252229;
    height: 35px;
}
@media (max-width: 950px) 
{
         .product-featured .photo {width: 245px}
         .product-featured .info {padding-left: 265px;}
}
@media (max-width: 650px) 
{
         .product-featured .photo {margin: 0 15px 10px 0;}
         .product-featured .info {padding-left: 0;  padding-right: 15px; }
         .product-featured .primary{padding-left: 0;}         
         .product-featured .description{padding-left: 15px; }             
}
@media (max-width: 550px) 
{
         .product-featured .photo {width: 100%;margin-top: 15px;margin-bottom: 15px;}
         .product-featured .photo img {display: block;margin:auto;}       
         .product-featured .info {padding-left: 15px; }
         .product-featured .description{padding-left: 0; padding-bottom: 0; }     
         .product-featured .razor {position: relative; right: auto;left: auto; bottom: auto;}
         .product-featured .link-holder{display:inline-block; padding: 20px 0; }
         
}
@media (max-width: 390px) 
{
         .product-featured .photo {width: 100%;margin-top: 0;margin-bottom: 15px;}
         .product-featured .photo img {width: 100%}       
}
 @media (max-width: 850px) 
{


/*  .footer-soc,
  .footer-payment
  {
  position: relative;
  top: auto;
  }*/

	#footer .cols1 > div {position: relative;display: block; width: 50%;float: left;}
	#footer .col-terms {float: right !important;}
	#footer .col-logo {width: 50% !important;max-width: 300px}
	#footer .cols1 .col-contacts,#footer .col-terms{min-height: 270px; }
	#footer .cols1 .col-contacts{margin-bottom: 65px;}


 #footer .cols1 > div.col-logo
	{
	position: relative;
	clear: both;
	float: none;
	}

 }
 
@media (max-width: 400px) 
{
        #search-form
	{
        left: 0px;
        width: auto;
	}    
      #footer .cols1 .col-menu {width: 100%}
      #footer .col-logo {width: 100% !important;}
      #footer .cols1 .col-contacts,#footer .col-terms{min-height:auto; }
      .col-contacts{margin-bottom: 25px;}
      .footer-soc{top:auto;position: relative;}
      .footer-payment{top:auto;position: relative;}
      #footer .cols1{padding-bottom: 15px;}
      #footer .cols1 .col-contacts{margin-bottom: 0px;}
}
 