/* Fonts */
@import url('PT-Sans-fontfacekit/stylesheet.css'); 

body, html {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	position: relative;
}

a, a:link, a:visited, a:active, a:hover{
	text-decoration: none;
	color: #666666;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* common */
.clear {
	display: block; 
	clear: both; 
	height: 0; 
	overflow: hidden; 
}
.left{
	float: left;
}
.right{
	float: right;                                                         
}
.center{
	text-align: center;
}

.UltraHack{
	position: absolute;
	bottom: 100px;
	color: #666666;
	width: 100%;
	display: none;
}
.UltraHack b{
	width: 980px;
	margin: 0 auto;
	display: block;
}
/* Header */
#header_wrapper { 
	background: #F5F2EB;
	border-bottom: 1px solid #FAF7F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	margin-bottom: -1px;
}
#header{
    max-width: 1140px;
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
}
#header_wrapper .links{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E3DC), to(#D9D6CF));
	background-image: linear-gradient(180deg, #E6E3DC 0%, #D9D6CF 100%);
	border-bottom: 1px solid #FAF7F0;
	line-height: 35px;
	font-size: 12px;
	color: #666666;
}
#header_wrapper .links a{
	color: #666666;
}

#header_wrapper .links a:hover {
	color: #cc3300;
}

#header_wrapper .links .phone{
	background: url(../images/phone.png) no-repeat scroll left center transparent;
	padding-left: 30px;
}

#header .logo_bar{
	height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}
#header .logo_bar #logo{
	width: 200px;

}
#header .logo_bar #logo img{
	margin: 10px 0 0 6px;
}
#header .logo_bar #search {
	width: 100%;
	position: relative;
	z-index: 10000;
	margin: 0  30px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	border-radius: 5px;
}
#header .logo_bar #search .search{
	height: 40px;
	margin: 0 0 0 20px;
	position: relative;
}

#header .logo_bar #search .search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}


#header .logo_bar #search .search form  .sbHolder {
    float: none;
    height: 40px;
    width: 44%;
}

#header .logo_bar #search .search form .sbSelector {
	height: 40px;
    line-height: 40px;
}

#header .logo_bar #search .search form .sbToggle {
    height: 40px;
    top: 5px;
}


#header .logo_bar #search .search input[type="text"]{
	border: none;
    color: #999999;
    font-size: 13px;
    padding: 0;
    margin: 0;
    width: 46%;
    line-height: 40px;
    background: url(../images/sep.png) no-repeat scroll right center transparent;
}
#header .logo_bar #search .search input[type="image"]{
	position: absolute;
	right: 2px;
	top: 2px;
}

#header .logo_bar #backet{
	margin-left: auto;
}
#header .logo_bar #backet .backet {
	background: #E8E5DF;
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.14);
	        box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.14);
	border-radius: 4px;
	width: 105px;
	height: 41px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	padding: 0 12px 0 22px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header .logo_bar #backet .backet:hover {
	background: #DAD9D5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header .logo_bar #backet .backet .shopping-cart {
	display: block;
	width: 22px;
	height: 20px;
	margin-right: 12px;
	background: url("../images/shopping-cart.svg") no-repeat;
}

#header .logo_bar #backet .backet .num_prod{
	color: #666666;
	font-size: 11px;
	padding: 2px 0 2px 0;
}
#header .logo_bar #backet .backet .sum_prod{
	color: #cc3300;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#header .logo_bar #backet .backet .sum_prod sup{
	font-size: 10px;
}

#header .topmenu{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F65A00), to(#AB1500));
	background-image: linear-gradient(180deg, #F65A00 0%, #AB1500 100%);
	border-radius: 6px 6px 0 0;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

#header .topmenu .cat_title{
	font-family: 'PT Sans';
	font-size: 17px;
	min-width:160px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCD04), to(#E79000));
	background-image: linear-gradient(180deg, #FFCD04 0%, #E79000 100%);
	color: #663300;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 30px;
	display: block;
	line-height: 50px;
	border-radius: 6px 0 0 0;
}

#header .topmenu .topmenu_menu{
	font-size: 13px;
	font-weight: bold;
}
#header .topmenu .topmenu_menu ul{
	margin: 0;
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}
#header .topmenu .topmenu_menu ul li{
	display: block;
	padding: 0 16px;
	height: 32px;
}
#header .topmenu .topmenu_menu ul li:hover{
	background-color: #bb240a;
	border-radius: 4px;
	margin: -1px;
	border-bottom: 1px solid #cf4b34;
	border-left: 1px solid #b12209;
	border-right: 1px solid #b12209;
	border-top: 1px solid #a92009;
}
#header .topmenu .topmenu_menu ul li.promo:hover{
	background-color: #ffed52;
}
#header .topmenu .topmenu_menu ul li a{
	color: #FFF;
}
#header .topmenu .topmenu_menu ul li.promo:hover a{
	color: #000;
}

#header .topmenu .profile {
    padding: 0 20px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	z-index: 10000;
	line-height: 50px;
	border-left: 1px solid rgba(0,0,0,0.10);
}

#header .topmenu .profile  .user-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: url(../images/icon-user.svg) no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 15px 8px 0 0;
}
#header .topmenu .profile .profile_actions{
	position: absolute;
	top:2px;
	right:-2px;
	width: 203px;
	height: 156px;
	display: none;
	z-index: 10001;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .topmenu .profile:hover .profile_actions{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
}
#header .topmenu .profile .profile_actions .pr {
	color: #CC3300;
    font-weight: bold;
    text-align: right;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	border-radius: 5px 5px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin: 0 5px 0 0;
	padding: 0px 16px;
	position: relative;
    z-index: 40;
}

#header .topmenu .profile .profile_actions .pr::after {
	background: white;
	content: '';
	display: block;
	bottom: -4px;
	height: 5px;
	left: 0;
	right: 0;
	z-index: 50;
	position: absolute;
}

#header .topmenu .profile .profile_actions .pr .user-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: url(../images/icon-user-orange.svg) no-repeat;
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
}
#header .topmenu .profile .profile_actions ul{
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	border-radius: 5px 0 5px 5px ;
	padding: 10px;
	min-width: 170px;
	position: relative;
    z-index: 10;
    margin-right: 5px;
}
#header .topmenu .profile .profile_actions ul li{
	padding-left: 20px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	list-style: none inside url("../images/arr.png");
    padding-left: 10px;
}
#header .topmenu .profile .profile_actions ul li:hover{
	background-color: #EDEDED;
    border-radius: 5px 5px 5px 5px;
}
#header .topmenu .profile .profile_actions ul li a{
	color:#666666;
	padding: 5px 0;
}
#header .topmenu .profile .profile_actions .bott_sep{
	height: 10px;
    background: url(../images/profile_hover_bot.png) no-repeat top right transparent;
}


.mobile-menu-container {
	position: relative;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	width: 100%;
}

.mobile-menu-container .mobile-menu {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F65A00), to(#AB1500));
	background-image: linear-gradient(180deg, #F65A00 0%, #AB1500 100%);
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.28px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.26);
	line-height: 48px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.mobile-menu-container .mobile-menu i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/menu.svg) no-repeat top right transparent;
	margin-right: 12px;
}

.mobile-menu-container .mobile-menu:hover,
.mobile-menu-container .mobile-menu:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AB1500), to(#F65A00));
	background-image: linear-gradient(180deg, #AB1500 0%, #F65A00 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mobile-menu-container .mobile-menu-cats {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCD04), to(#E79000));
	background-image: linear-gradient(180deg, #FFCD04 0%, #E79000 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.28px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.26);
	line-height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.mobile-menu-container .mobile-menu-cats i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/category-arrow.svg) no-repeat center right transparent;
	margin-right: 12px;
}

.mobile-menu-container .mobile-menu-cats:hover,
.mobile-menu-container .mobile-menu-cats:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E79000),to(#FFCD04));
	background-image: linear-gradient(180deg, #E79000 0%,#FFCD04 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mobile-menu-container .expand {
	display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
	background: white;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.17);
	border-radius: 0 0 4px 4px;
	z-index: 9999;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	padding: 20px;
}


.mobile-menu-container .expand .main-menu li a {
 display: block;
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 padding: 10px 0;
 color: #993333;
}

.mobile-menu-container .expand .main-menu li a:hover {
	text-decoration: underline;
}

.mobile-menu-container .expand .mobile-my-profile {
	background: #f2f2f2;
	padding: 12px;
	margin-top: 12px;
	border-radius: 6px;
}

.mobile-menu-container .expand h3 {
	font-weight: normal;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #999999;
	margin: 8px 0 12px 0;
}

.mobile-menu-container .expand .my-profile li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
}


.mobile-menu-container .expand.expanded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}














/* Content */
#content_wrapper{
	background: url(../images/cnt_bg.jpg) repeat-x scroll top left #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
}

#content {
    max-width: 1140px;
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	overflow: hidden;
    position: relative;
}

#content #left_col{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 220px;
	        flex: 0 0 220px;
}
#content #left_col .left_menu{
	position: relative;
	z-index: 1000;
	margin-bottom: 20px;
}
#content #left_col .left_menu h2{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F25600), to(#C41A00));
	background-image: linear-gradient(180deg, #F25600 0%, #C41A00 100%);
	height: 30px;
	font-size: 14px;
	color: #FFF;
	padding-left: 0.9em;
	line-height: 30px;
}

#left_col .reklama{
	margin-bottom: 20px;
}

#left_col .contacts{
	padding: 15px 0 0 18px;
}
#left_col .contacts li{
	height: 30px;
	padding-left: 30px;
	color: #666666;
	line-height: 30px;
}
#left_col .contacts li a{
	color: #666666;
}
#left_col .contacts li a:hover{
	text-decoration: underline;
}
#left_col .contacts li.phone{
	background: url(../images/c_phone.png) no-repeat scroll left center transparent;
}
#left_col .contacts li.mobile{
	background: url(../images/c_mobile.png) no-repeat scroll left center transparent;
}
#left_col .contacts li.skype{
	background: url(../images/c_skype.png) no-repeat scroll left center transparent;
}
#left_col .contacts li.mail{
	background: url(../images/c_mail.png) no-repeat scroll left center transparent;
}

#left_col .news{
	
}
#left_col .news .tabs{
	background-color: #f7f7f7;
	padding-left: 10px;
	border-bottom: 1px solid #e1e1e1;
	height: 31px;
}
#left_col .news .tabs a{
	color: #333333;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 85px;
    
    border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	border-top: 1px solid #F7F7F7;
}
#left_col .news .tabs a.active{
	background-color: #FFF;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

#left_col .news .newsentry{
	border-bottom: 1px solid #f0f0f0;
	padding:15px
}
#left_col .news .newsentry a{
	color:#333333;
}
#left_col .news .newsentry a:hover{
	color:#993333;
	text-decoration: underline;
}
#left_col .news .newsentry .date{
	color:#999999;
	padding-top: 10px;
}

#left_col .news .seemore{
	color: #993333;
	background: url("../images/arr3.png") no-repeat scroll 190px 17px transparent;
	display: block;
	line-height: 15px;
	height: 20px;
	padding-top: 15px;
	font-weight: bold;
	text-align: center;
}



.sf-vertical, .sf-vertical li {
    width: 218px!important;
}




#content #main_content{
    max-width: 900px;
    padding: 2% 0 0 2%;
    width: 78.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

#main_content .reklama{
	text-align: center;
	padding-top: 10px;
}



#main_carousel{
	height: 390px;
	-webkit-box-shadow: 0 1px 4px 0 #cccccc;
	        box-shadow: 0 1px 4px 0 #cccccc;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
#main_carousel .productcnt{
	height: 280px;
	overflow: hidden;
}
#main_carousel .productcnt .car_prod{
	position: relative;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}
#main_carousel .productcnt .discount, .topdiscount{
	background: url("../images/price_off.png") no-repeat scroll left top transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	height: 49px;
	left: 10px;
	padding: 26px 0 0;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 74px;
}
#main_carousel .productcnt img{
	max-width: 220px;
	min-width: 220px;
	width: 100%;
	margin: 30px 20px 0 35px;
}
#main_carousel .productcnt .info{
	padding-top:25px;
	width: 70%;
}
#main_carousel .productcnt h2{
	color:#993333;
	font-family: 'PT Sans';
	font-size: 22px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#main_carousel .productcnt .params{
	margin-left: 10px;
	margin-bottom: 20px;
}
#main_carousel .productcnt .params li{
	list-style-image: url(../images/arr.png);
	list-style-position: inside;
	margin-bottom: 10px;
}
#main_carousel .productcnt .price{
	
}
#main_carousel .productcnt .price .label_btn{
	background: url(../images/price_label.png) no-repeat scroll top left transparent;
	padding: 19px 0 0 40px;
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
	width:129px;
	height:52px;
	color: #FFF;
}
#main_carousel .productcnt .price .old_price, .old_price{
	display: block;
	float: left;
	background: url(../images/price_old.png) no-repeat scroll top left transparent;
	font-size: 18px;
	margin: 20px;
	height: 30px;
	line-height: 30px;
}
.details .old_price{
	float: none;
	margin: 0 0 10px 30px;
}

#similar_carousel{
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
#similar_carousel .car_cnt{
	overflow: hidden;
	position: relative;
	padding: 0;
}
#similar_carousel .car_cnt li{
	width: 232px;
}
#similar_carousel .product{
	padding: 0 7px;
	margin-top: 0;
}
#similar_carousel .car_leftbtn{
	background: url("../images/car_left_big.png") no-repeat scroll 0 48px transparent;
    display: block;
    height: 110px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 20px;
}
#similar_carousel .car_rightbtn{
	 background: url("../images/car_right_big.png") no-repeat scroll right 48px transparent;
    display: block;
    height: 110px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 20px;
}

#manufactures{
	height: 105px;
	position: relative;
	overflow: hidden;
}
#manufactures .cont{
	height: 105px;
	margin: 0 39px;
	overflow: hidden;
	position: relative;
}
#manufactures .car_leftbtn{
	width: 38px;
	height: 108px;
	display: block;
	background: url(../images/car_left.png) no-repeat scroll 15px 48px transparent;
	position: absolute;
	left:0;
	top:0;
}
#manufactures .car_rightbtn{
	width: 38px;
	height: 110px;
	display: block;
	background: url(../images/car_right.png) no-repeat scroll 15px 48px transparent;
	position: absolute;
	right:0;
	top:0;
}
#manufactures .cont li{
	line-height: 108px;
	text-align: center;
	/* width: 165px; */
	margin: 0 20px;
}
#manufactures .cont li img{
	vertical-align: middle;
}

#main_carousel .car_leftbtn{
	width: 38px;
	height: 110px;
	display: block;
	border-right: 1px solid #e6e6e6;
	background: url(../images/car_left.png) no-repeat scroll 15px 48px transparent;
	position: absolute;
	left:0;
	bottom: 0;
}
#main_carousel .car_rightbtn{
	width: 38px;
	height: 110px;
	display: block;
	/* border-left: 1px solid #e6e6e6; */
	background: url(../images/car_right.png) no-repeat scroll 15px 48px transparent;
	position: absolute;
	right:0;
	bottom: 0;
}
#main_carousel .main_cnt_wrap{
	background: url(../images/car_bg.jpg) repeat-x scroll top left #f2f2f2;
}
#main_carousel .main_cnt{
	height: 110px;
	overflow: hidden;
	position: relative;
	margin:0 39px 0 39px;
}
#main_carousel .main_cnt li{
	width: 109px;
	height: 109px;
	border-right: 1px solid #e6e6e6;
	float: left;
}
#main_carousel .main_cnt li.active{
	background-color: #FFF;
}
#main_carousel .main_cnt li.active .thumb{
	border: none;
	margin:15px 0 0 15px;
}

#main_carousel .main_cnt li .thumb{
	border:1px solid #e3e3e3;
	margin: 14px 0 0 14px;
	cursor: pointer;
	width:80px;
	height: 80px;
}

.top-products-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	margin: 0 -2%;
}

.topproducts h2 {
	/* background: url(../images/topproducts.png) no-repeat scroll top left transparent; */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7B300), to(#FCC400));
	background-image: linear-gradient(180deg, #F7B300 0%, #FCC400 100%);
	border: 4px solid #FFCA00;
	border-radius: 6px;
	color:#663300;
	font-family: 'PT Sans';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px;
    line-height: 42px;
	margin-bottom: 20px;
	position: relative;
}

.topproducts h2::before {
	position: absolute;
	left: 30px;
    bottom: -12px;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: '';
	border-top: 12px solid #FFCA00;
}

.topproducts .product { 
	width: 29.3%;
    height: 350px;
    float: none;
    margin: 2%;
    position: relative;
}
.topproducts .product.border{
	border-bottom: 1px solid #e5e5e5;
}

.topproducts .product a {
	display: block;
}

.topproducts .product img{
	max-width: 220px;
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.topproducts .product .name{
	height: 48px;
}
.topproducts .product .links .button{
	display: block;
	background: url(../images/button_product.png) no-repeat top left transparent;
	width: 100px;
	height: 39px;
	color: #663300;
	font-weight: bold;
	font-size: 13px;
	padding: 12px 0 0 15px;
}
.topproducts .product .links .button:hover{
	background: url(../images/button_product_hover.png) no-repeat top left transparent;
}
.topproducts .product .links .price{
	display: block;
	padding: 15px;
	color: #cc3300;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 0 0;
}
.topproducts .product .links .price.register{
	font-size: 12px;
	width: 105px;
}
.topproducts .product .links .price.register a{
	color: #cc3300;
}
.breadcrumb{
	margin-bottom: 20px;
}
.breadcrumb.border{
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.breadcrumb a{
	color: #666666;
	font-style: italic;
}
.breadcrumb span{
	padding: 0 5px;
}
.breadcrumb a.last{
	color: #333333;
}

.filter{
	background-color: #f3f1ed;
	-webkit-box-shadow: 0 1px 4px 0 #cccccc;
	        box-shadow: 0 1px 4px 0 #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
}

.filter h2{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7B300), to(#FCC400));
    background-image: linear-gradient(180deg, #F7B300 0%, #FCC400 100%);
    border: 4px solid #FFCA00;
    border-radius: 6px;
    color: #663300;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
}

.filter h2::before {
    position: absolute;
    left: 30px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    border-top: 12px solid #FFCA00;
}

.filter .butt_row{
	padding: 10px;
}
.filter .manufact{
	padding: 15px 15px 0 15px;
	border-bottom: 1px solid #e5e3df;
}
.filter .manufact h3{
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
.filter .manufact label{
	display: block;
	float: left;
	width: 33.3%;
	height: 30px;
}
.filter .filters{
	padding:10px 10px 10px 10px;
	border-bottom: 1px solid #E5E3DF;
}
.filter .pricerange{
    float: left;
    width: 46%;
    padding: 1% 2% 0 2%;
    margin-right: 0;
}
.filter .colorselect{
	float: left;
	width: 46%;
	/* margin-right: 10px; */
	padding: 0 2%;
}
.filter .sort{
	padding: 10px 0 0 0;
	margin-right: 10px;
	text-align: left;
	color: #333333;
    font-weight: bold;
}
.filter .pricerange .labels{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}
.filter .pricerange span{
	color: #cc3300;
	/* width: 70px; */
}
.filter .pricerange span.left{
	text-align: left;
}
.filter .pricerange span.right{
	text-align: right;
}
.filter .colorselect .title{
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.filter .colorselect .checkbox{
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
	
}
.filter .colorselect .checkbox input{
	margin: 0;
	padding: 0;
}

.filter .sort select{
	margin-left: 5px;
	padding: 2px 0;
	margin-bottom: 5px;
}
.filter .sort a{
	padding: 5px;
}


.paging{
	padding: 20px 0 0 0;
}
.paging li{
	float: left;
	background: #e5e5e5;
	border-radius: 3px;
	margin-right: 5px;
}
.paging li a{
	color: #666666;
	font-weight: bold;
	line-height: 25px;
	padding: 0 10px;
}
.paging li.active, .paging li:hover{
	background-color: #fdc628;
}
.paging li.active a, .paging li:hover a{
	color: #663300;
}


.section{
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0 1px 4px 0 #cccccc;
	        box-shadow: 0 1px 4px 0 #cccccc;
	margin-bottom: 20px;
}
.section .head{
	height: 28px;
	border:1px solid #cccccc;
	border-radius: 7px 7px 0 0;
	background: url(../images/section_bg.png) repeat-x scroll top left #e8e8e8;
	font-family: 'PT Sans';
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	padding: 15px 0 0 20px;
}

.section .head a {
	color: #993333;
}

.section .body{
	border:1px solid #cccccc;
	border-top:none;
	padding-bottom: 10px;
	border-radius: 0 0 7px 7px;
}


.product_details{
	margin-bottom: 40px;
}
.product_details .main_info{
	
}
.product_details .main_info .images{
	float: left;
	width: 300px;
	margin-right: 30px;
	position: relative;
}
.product_details .main_info .images .main_img{
	margin-bottom: 20px;
	position: relative;
}
.product_details .main_info .images .thumbs{
	margin-bottom: 10px;
}
.product_details .main_info .images .thumbs img{
	padding: 5px;
	margin-bottom: 10px;
	width:90px;
	height: 90px;
	display: block;
	float: left;
}

.product_details .main_info .details{
	float: left;
	width: 410px;
}
.product_details .main_info .details h2{
	color: #993333;
	font-size: 24px;
	margin-bottom: 40px;
}
.product_details .main_info .details .params{
	margin-bottom: 20px;
}
.product_details .main_info .details .params li{
	list-style-image: url(../images/arr.png);
	list-style-position: inside;
	margin-bottom: 10px;
}
.product_details .main_info .details .params li span{
	color: #cc3333;
	font-weight: bold;
}
.product_details .main_info .details .availability{
	line-height: 22px;
	margin-bottom: 10px;
}
.product_details .main_info .details .availability img{
	vertical-align: middle;
}
.product_details .main_info .details .manufacture{
	padding: 40px 0;
}
.product_details .main_info .details .order{
	-webkit-box-shadow: 0 1px 4px 0 #cccccc;
	        box-shadow: 0 1px 4px 0 #cccccc;
	border-radius: 5px;
	background-color: #f3f1ed;
}
.product_details .main_info .details .order .color{
	padding: 10px 15px;
	border-bottom: 1px solid #d7d5d2;
}
.product_details .main_info .details .order .color span{
	display: inline-block;
	width: 210px;
	text-align: right;
}
.product_details .main_info .details .order .color>div{
	margin-bottom: 10px;
}
.product_details .main_info .details .order .color select{
	padding: 2px;
}
.product_details .main_info .details .order .buttons{
	padding: 10px 15px;
}
.product_details .main_info .details .order .buttons .price{
	color: #cc3300;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	width: 125px;
	vertical-align: middle;
}
.product_details .main_info .details .order .buttons .price.register{
	font-size: 14px;
	width: 380px;
}
.product_details .main_info .details .order .buttons .price a{
	color: #cc3300;
}

.product_details .main_info .details .order .buttons .price .dds{
	font-size: 14px;
	color: #993333;
	font-weight: normal;
}
.product_details .main_info .details .order .buttons .quantity{
	display: inline-block;
	margin-right: 10px;
	position: relative;
	width: 80px;
}
.product_details .main_info .details .order .buttons .quantity input{
	padding: 10px 20px 10px 5px;
	border:1px solid #999999;
	border-radius: 5px;
	width: 25px;
}
.product_details .main_info .details .order .buttons .quantity #up{
	position: absolute;
	top:5px;
	right: 32px;
}
.product_details .main_info .details .order .buttons .quantity #down{
	position: absolute;
	top:20px;
	right: 32px;
}
.product_details .main_info .details .order .buttons .button input{
	vertical-align: middle;
}

.details .order .color table{
	width: 100%;
}
.details .order .color table th{
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	border-left: 1px solid #CCC;
}

.details .order .color table td{
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 5px 0;
	border-left: 1px solid #CCC;
}
.details .order .color table th:first-child, .details .order .color table td:first-child{
	border-left: none;
}



.product_details .info{
	
}
.product_details .info h3{
	font-family: 'PT Sans';
	font-size: 22px;
	font-weight: bold;
	color: #993333;
	padding: 10px 0 20px;
}
.product_details .info .rte{
	line-height: 20px;
}




/* Standart page*/
.page{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #f3f1ed;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0 1px 4px 0 #cccccc;
	        box-shadow: 0 1px 4px 0 #cccccc;
	font-family: 'PT Sans';
	font-size: 14px;
}
.page.nomargin{
	margin-top: 20px;
}
.page.contacts{
	font-family: 'PT Sans';
	font-size: 14px;
	line-height: 24px;
}
.page.contacts b{
	color: #333333;
}
.page > div{
	padding: 10px;
}
.page .element{
	padding: 10px;
	border-bottom: 1px solid #d7d5d2;
	
}
.page .element.center{
	text-align: center;
}
.page .formCnt .row{
	padding: 5px 0;
}
.page .formCnt label{
	display: inline-block;
	width: 170px;
	vertical-align: top;
}
.page .formCnt label.full{
	width: auto;
	display: inline;
}
.page .formCnt input{
	border-radius: 5px;
	border:1px solid #99999b;
	padding: 5px;
	width: 58%;
}
.page .formCnt select{
	max-width: 425px;
	padding: 3px;
}
.page .formCnt textarea{
	width: 240px;
	height: 80px
}
.page .formCnt input.long{
	width: 240px;
}
.page .formCnt .required{
	color:red;
}
.page .buttons{
	padding: 10px;
}
.page .buttons button{
	width: 144px;
	background: url(../images/button_normal.png) no-repeat top left transparent;
	height: 44px;
	text-align: center;
	padding-right: 20px;
	border:none;
	color: #663300;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 1px;
}
.page .buttons button.back{
	background: url(../images/button_normal_back.png) no-repeat top left transparent;
	padding-right: 0px;
	padding-left: 20px;
}
.page a{
	color: #993333;
}
.page .msg{
	color: #29932d;
	text-align: center;
}
.page .error{
	color: #c22e2e;
	text-align: center;
}
.page b{
	color: #333333;
}
.page h3{
	color: #333333;
	margin: 20px 0;
}
.page .summary{
	line-height: 20px;
}

.page.receipt{
	width: auto;
	margin-top: 40px;
}
.page.receipt table{
	margin: 0 auto;
}
.page.receipt table td{
	padding: 5px;
}
.page.receipt h3{
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
}

.help{
	padding: 15px;
	line-height: 18px;
}
.help ol li{
	line-height: 30px;
}
.help ol li a{
	color: #cc3300;
}
.help h3{
	color: #cc3300;
	margin-bottom: 20px;
	padding-top: 40px;
}
.help ul{
	margin: 10px 0 10px 10px;
}
.help ul li{
	list-style: disc outside;
}
.help strong{
	font-weight: bold;
}
.help .textBlock{
	margin-top: 40px;
	
}

.news_row{
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.news_row img{
	margin-right: 20px;
	width: 90px;
	min-width: 90px;
	display: block;
}
.news_row .news_info{

}
.news_row .news_info .accent {
	color: #993333;
	margin-bottom: 10px;
}
.news_row .news_info .accent a{
	color: #993333;
	font-weight: bold; 
}
.news_row .news_info .link a{
	float: right;
	color: #993333;
}

.news_details {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
}

.news_details img{
	margin-right: 20px;
	min-width: 300px;
	width: 300px;
	display: block;
}
.news_details .info{

}
.news_details .info h2{
	color: #993333;
	font-size: 22px;
	margin-bottom: 40px;
}
.news_details .info .link{
	
}
.news_details .info .link b{
	font-weight: bold;
	padding: 20px 0 10px;
	display: block;
}
.news_details .info .link a{
	display: block;
	margin-bottom: 10px;
}

.orders table th{
	font-weight: bold;
	color: #000;
	padding: 5px 5px 10px;
}
.orders table td{
	font-weight: bold;
	padding: 13px;
}
.orders a{
	color: #993333;
}
.orders table tr.odd{
	background-color: #f3f1ed;
}

.print_type{
	color: #1f1f1f;
}
.print_type .product_name{
	color: #993333;
}
.print_type img{
	float: left;
	margin-right: 20px;
}
.print_type .title{
	padding-bottom: 10px;
}
.print_type .info{
	padding-bottom: 25px;
}


.cart{
	color:#333;
}
.cart a{
	color: #993333;
}
.cart table th{
	padding: 10px;
	font-weight: bold;
	color: #333;
}
.cart table td{
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.cart table td input[type="text"]{
	width: 50px;
	border: 1px solid #666666;
}
.cart .product_name{
	text-align: left;
}
.cart .total{
	border-top:1px solid #e0e0e0;
}
.cart .total td{
	text-align: right;
	padding: 10px 30px 10px 0;
	font-weight: bold;
	color: #333;
}
.cart .continue .leftbtn{
	text-align: left;
}
.cart .continue .rightbtn{
	text-align: right;
}
.cart .back td{
	text-align: left;
}
.cart .odd{
	background-color: #f3f1ed;
}

.cart .odd input[type="text"]{
	border:1px solid #993333;
}


.brands .brand{
	float: left;
	width: 33%;
	height: 100px;
	text-align: center; 
}
.brands .brand .space{
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}
.brands .brand img{
	max-width: 200px;
	max-height: 90px;
	vertical-align: middle;
}





.ui-autocomplete-loading { background: #D6D5D5 url('/js/jquery.ui/css/blitzer/images/ui-anim_basic_16x16.gif') right center no-repeat; }


/* Footer*/

.logos-footer {
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.logos-footer img {
	width: 100%;
	max-width: 680px;
	display: block;
	margin: 0 2%;
}

#footer_wrapper{
	background: #F5F2EB;
    border-top: 1px solid #FAF7F0;
}
#footer{
	max-width: 1140px;
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
	position: relative;
}
#footer #footmenu {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

#footer #footmenu li{
	display: block;
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 32px;
}
#footer #footmenu li a{
	color: #666666;
	font-size: 12px;
	padding: 0 10px;
}

#footer #pixel{
	position: absolute;
	right:0;
	bottom: 22px;
}

.sf-menu li {
	background: #F2F1ED!important;
	border-left: 1px solid #E9E8E4;
	border-right: 1px solid #E9E8E4;
	border-bottom: 1px solid #E9E8E4;
}

.sf-menu li:hover {
	background: #f2f2f2!important;
}

.sf-menu {
    margin-bottom: 0!important;
}


/* #content_wrapper {
	display: none;
} */



.topproducts .similar-products-carousel  .product {
    width: auto;
}

.not-found{ background: #FFF; min-height: 500px; text-align: center; max-width: none;}
.not-found .big-title{ font-size: 100px; margin-top: 20px; margin-bottom: 20px;}
.not-found .normal-title{ font-size: 18px; margin-bottom: 20px;}
.not-found .img{ margin-bottom: 40px;}
.not-found .img img{width: 200px;}

.owl-nav {
	position: absolute;
	top: 50%;
	left: -22px;
	right: -22px;
	-webkit-transform: translateY(-47px);
	transform: translateY(-47px)
}

.owl-nav button {
	width: 22px;
	height: 22px;
	right: 0;
	position: absolute;
	line-height: 22px;
}

.owl-nav .owl-prev {
	top: 0;
	left: 0;
}

.owl-nav .owl-next {
	right: 0;
	top: 0;
}

.owl-nav button span {
	font-size: 42px;
	line-height: 22px;
}

.print_type .info {
    padding-bottom: 35px;
}

.print_type .title h3 {
	font-weight: bold;
    font-size: 16px;
}

.sf-vertical.sf-arrows > li > .sf-with-ul:after {
    margin: 0;
    display: block;
	content: '';
    position: absolute;
    top: 5px;
	right: 10px;
	top: 50%;
    height: 11px;
    width: 10px;
    border: none!important;
    background: url(/images/arr2.png) no-repeat center;
    margin-top: -5px;
}

.sf-arrows .sf-with-ul {
	color: #663333;
    font-weight: bold;
	font-size: 12px;
	padding-right: 2.25em;
    min-width: 1px;
}

.sf-menu a {
	color: #663333;
    font-weight: bold;
	font-size: 12px;
    min-width: 1px;
}

.sf-menu a:focus {
    outline: none!important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.1em;
}

.mobile-help-links {
	display: none;
}

.table-responsive {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.invoice-row input,
.approved-row input {
	width: auto!important;
}

.mobile-search-box form {
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	position: relative;
	width: 100%;
	padding-bottom: 12px;
}

.mobile-search-box form select {
	display: none;
}

.mobile-search-box form input[type=text] {
    padding: 0 12px;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 13px;
    margin-right: 10px;
    width: 100%;
    margin: 0 10px 0 0;
    border: 1px solid #dedede;
}

.suppliers-slider  .owl-nav button.owl-next, .suppliers-slider  .owl-nav button.owl-prev, .suppliers-slider  button.owl-dot {
    height: 42px;
    width: 32px;
	background: rgba(255,255,255,0.5);
	z-index: 6000;

}

.suppliers-slider .owl-nav {
	left: 5px;
	right: 5px;
    top: 85px;
	z-index: 6000;
}

.suppliers-slider li a {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 120px;
    align-content: center;
}

.suppliers-slider li a img {
	width: auto!important;
	max-width: 164px;
}

.carousel-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;  /* added this */
 }
 .owl-item { 
   transform: translateZ(0);
  -webkit-transform: translateZ(0); 
  -ms-transform: translateZ(0); 
 }

 #header_wrapper .links .container .facebook-lenta,
 #header_wrapper .links .container .user-lenta {
	 display: none;
 }

/* desktop */

.product_details .main_info .details .order .buttons .quantity #up-mobile {
	position: absolute;
	top: 3px;
    right: 36px;
	display: none;
}

.product_details .main_info .details .order .buttons .quantity #down-mobile {
	position: absolute;
    top: 22px;
    right: 36px;
	display: none;
}

@media(max-width: 1440px){
  
    

} /* 1440px */

@media(max-width: 1300px){

}
/* 1300px */


@media(max-width: 1280px){


   
} /* 1280px */

@media(max-width: 1140px){
 
	#content #main_content {
		padding: 2% 0 0 2%;
		width: 77.6%;
	}
   
} /* 1140px */





@media(max-width: 1024px){
  
    #content #main_content {
		padding: 2% 0 0 2%;
		width: 75.6%;
	}


} /* 1024px */


@media(max-width: 1020px){
	#header .topmenu .cat_title {
		display: none;
	}
   
	.topproducts .product {
		width: 45.3%;
	}
	

} /* 1020px */

@media(max-width: 900px){

	#content #main_content {
		padding: 2% 0 0 2%;
		width: 72.6%;
	}

	#header .logo_bar #search .sbHolder {
		width: 33%;
	}

	#header .logo_bar #search .search input[type="image"] {
		right: 2px;
	}

	#header .logo_bar #search .search input[type="text"] {
		width: 44%;
	}


}/* 900 */
 

@media(max-width: 768px){


	.mobile-search-box form {
		display: flex;
	}

	.suppliers-slider li a {
		position: relative;
		z-index: 50;
		max-width: 57%;
		margin: 0 auto;
	}

	.mobile-search-box {
		display: flex;
	}

	#content #left_col .left_menu .sf-vertical ul {
		left: 0;
		right: 0;
		top: 0;
		position: relative;
		box-shadow: none;
	}

	#content #left_col .left_menu .sf-vertical ul li {
		background: #969696!important;
		border-left: none;
		border-right: none;
	}

	#content #left_col .left_menu .sf-vertical ul li a {
		white-space: pre-line!important;
		color: white;
	}

	.invoice-row input,
.approved-row input {
	width: auto!important;
	padding: 10px 5px;
}

	.page .formCnt textarea {
		width: 96%;
		border-radius: 5px;
	}

	.page .formCnt input,
	.page .formCnt input.long {
		width: 96%;
		padding: 10px 5px;
    margin-bottom: 5px;
	}
	
	.mobile-help-links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin: 30px 0 -25px 0;
	}

	.mobile-help-links a {
		padding: 0 10px;
		text-decoration: none;
		color: #666666;
		line-height: 26px;
	}

	.brands .brand img {
		max-width: 70%;
		max-height: 70%;
		vertical-align: middle;
	}

	.brands .brand {
		float: left;
		width: 50%;
		height: 100px;
		text-align: center;
	}

	.news_details {
		display: flex;
		flex-direction: column;
	}

	.news_details img {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.news_row {
		border-bottom: 1px solid #e0e0e0;
		padding: 10px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.news_row img {
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100px;
		min-width: 100px;
		display: block;
	}

	.news_row .news_info .link a {
		float: none;
		padding: 12px 0;
		display: block;
	}
	.print_type img {
		float: none;
		margin-right: 20px;
		margin: 20px auto;
		display: block;
	}

	.print_type .title h3 {
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}

	.print_type p {
		display: block;
		text-align: center;
	}

	.print_type .product_name {
		color: #993333;
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.print_type .info img {
		max-width: 100%;
		width: 100%;
		display: block;
	}

	.print_type .info img.main-image {
		max-width: 140px;
		width: 100%;
		display: block;
	}



	.topproducts p img {
		width: 100%;
		max-width: 600px;
		display: block;
	}
	

	.product_details .main_info .details {
		float: left;
		width: 100%;
	}

	.filter .colorselect {
		width: 95%;
		padding: 0 2%;
		margin-top: 27px;
	}

	.filter .pricerange {
		width: 95%;
	}

	#main_carousel .productcnt .car_prod {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
	}

	#main_carousel .productcnt .car_prod {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#main_carousel {
		height: auto;
	}

	#main_carousel .productcnt .info {
		width: 98%;
		padding-top: 10px;
	}
	#main_carousel .productcnt img {
		max-width: 130px;
		min-width: 130px;
		margin: 10px 0 0 0;
	}

	#main_carousel .productcnt {
		height: 450px;
	}

	#content #main_content {
		padding: 20px 0;
		width: 100%;
	}

	.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
		left: 0;
		top: 5px;
		z-index: 999;
		width: 100%!important;
	}

	#content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#content #left_col {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: none;
	}

	#content #left_col.expanded {
		display: block;
	}

	.left_menu .sf-vertical, .sf-vertical li {
		width: 100%!important;
		float: none!important;
		display: block!important;
	}

	.left_menu .sf-vertical li a {
		display: block;
		width: auto;
		position: relative;
	}

	#header .topmenu {
		background: none;
		border-radius: 0;
		height: inherit;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
	}

	#header_wrapper .links .left,
	#header .logo_bar #search,
	#header .topmenu .topmenu_menu,
	#header .topmenu .profile {
		display: none;
	}

	#header_wrapper .links .container {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}

	#header_wrapper .links .container .facebook-lenta,
	#header_wrapper .links .container .user-lenta {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 0 5px;
	}

	#header_wrapper .links .right {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 0;
		background: none;
	}

	#header_wrapper .links .right a {
		padding: 0 10px;
	}
	.mobile-menu-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product_details .main_info .details .order .buttons .quantity {
		width: 94px;
	}

	.product_details .main_info .details .order .buttons .quantity input {
		padding: 14px 20px 14px 5px;
		width: 34px;
	}

	.product_details .main_info .details .order .buttons .quantity #up,
	.product_details .main_info .details .order .buttons .quantity #down {
		display: none;
	}

	.product_details .main_info .details .order .buttons .quantity #up-mobile,
	.product_details .main_info .details .order .buttons .quantity #down-mobile {
		display: block;
	}
	
	
}/* 768px */


@media(max-width: 760px){

	.cart .thumbnail {
		width: 42px;
	}

	.cart table th {
		padding: 10px 0px;
		font-size: 12px;
	}

	.cart table td input[type="text"] {
		width: 24px;
		height: 41px;
		text-align: center;
	}

	.cart table td {
		padding: 10px 4px;
	}

	.cart .thumb-row {
		padding: 10px 0px;
	}

	.product_details .main_info .details .order .buttons .button {
		margin: 0 auto;
    display: block;
	}

	.product_details .main_info .details .order .buttons .button input {
		margin: 13px auto;
		display: block;
	}

	.order #addToCart select {
		width: 100%!important;
		margin-bottom: 20px;
		height: 42px;
		line-height: 42px;
	}

	.product_details .main_info .details .order .color span {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-bottom: 7px;
		font-weight: bold;
	}

	.paging li {
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.filter .manufact label {
		width: 48%;
		height: 44px;
	}

	#header .logo_bar #logo img {
		margin: 0;
		display: block;
		max-width: 144px;
		width: 100%;
	}


} /* 760px */

@media(max-width: 600px){

	.topproducts .product .links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
	}

	.topproducts .product .links .price {
		padding: 0 0 10px 0;
	}

}/* 600px */

@media(max-width: 560px){


    
} /* 560 */

.multyprice{position: relative;}
.multyprice span:nth-child(4){ margin-left: 5px;}
.multyprice sup{ font-size: 13px; top: -0.8em; line-height: 0; position: relative; vertical-align: baseline;}
.multyprice sub{ font-size: 9px; position: relative; left: -13px; top: 0; width: 80px; text-align: left; margin-right: -10px; position: relative; vertical-align: baseline;}





