/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.no-margin{margin:0;}
.no-padding{padding:0;}
.laberthemes{padding:0 15px;}
/* header */
body{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:13px;
	font-weight:400;
	line-height:25px;
}
main{overflow:hidden;}
a{
	font-size:14px;
	color:#666;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
p {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
	line-height:25px;
}
#header{background-color:#445268;}
#index #header{margin-bottom:30px;}
#header a{color:#666;}
a:hover,
#header a:hover{
	color:#f2c557;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
.container {
    max-width:1170px;
}
/* nav */
.laberBannerNav{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity:1;
	position:relative;
}
.laberBannerNav .header-offer-close{
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background: #000;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	right: 15px;
	top: 7px;
	font-size: 12px;
	cursor: pointer;
}
.laberBannerNav.LaberClose{
	height: 0;
	overflow: hidden;
	opacity: 0;
}
#header .laberNavLink ul{
	overflow: hidden;
	margin: 0;
}
#header .laberNavLink ul li{}

#header .laberNavLink ul li a{
	color: #fff;
	line-height: 40px;
	padding: 0 15px;
	border-right: 1px solid #c7c7c7;
}
#header .laberNavLink ul li a:hover{color:#f2c557;}
#header .laberNavLink ul li:last-child a{
	border-right:none;
	padding-right:0;
	padding-left:0;
}
.laberMedia-body{overflow:hidden;}
.laberdisplayNav1 {
	margin: 0;
	margin-top:8px;
}
.laberdisplayNav1 #contact-link ul,
.laberdisplayNav1 #contact-link{
	margin:0;
}
.laber-contact-link li{
	color: #333;
    font-weight: normal;
    line-height: 40px;
    margin-right: 15px;
    padding-right: 15px;
	position:relative;
	padding-left:20px;
}
.laber-contact-link li i{
	bottom: 0;
    color: #333;
    font-size: 13px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
}
.laberUserInfo{
	padding-top: 20px;
	margin-right: 30px;
}
.laberUserInfo .laberUser{
	display: block;
	font-size: 14px;
	position: relative;
	color: #fff;
	padding-left: 40px;
	line-height: 18px;
}
.laberUserInfo .laberUser .icon{
	display: inline-block;
	font-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
.laberUserInfo .laberUser p{
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
}
.laberUserInfo .laberUser p.nameuser{
	font-weight: 400;
	font-size:13px;
}
.laberUserInfo .laber-user-info{
	width: 230px;
	left: inherit;
	right: 0;
	top: 76px;
	padding: 0 0 20px 0;
	background: #fff;
}
.laberUserInfo .laber-user-info:before{
	left: initial;
	right: 30px;
}
.laberUserInfo .laber-user-info .signin{
	padding: 20px;
	background: #eeeeee;
	margin-bottom: 15px;
}
#header .laberUserInfo .laber-user-info .signin a{
	border-radius: 3px;
    color: #222222;
    display:block;
	font-size:14px;
	text-align:center;
    line-height: 35px;
    padding: 0 30px;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */

}
#header .laberUserInfo .laber-user-info .signin a:hover{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
.laberUserInfo .laber-user-info .signin span{
	color: #666666;
	padding-top: 10px;
	display: block;
	font-size: 14px;
}
.laberUserInfo .laber-user-info a.register{
	text-align: center;
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.laberUserInfo .laber-user-info a.register,
.dropdown:hover .expand-more{
	color:#f2c557;
}
#_desktop_nav_link,
#_desktop_contact_link,
#_desktop_currency_selector,
#_desktop_language_selector{
	float:right;
	display:inline;
}
#_desktop_contact_link{
	padding: 0 0 0 15px;
}
.laberdisplayNav1 .currency-selector,
.laberdisplayNav1 .language-selector{
	margin:0;
	margin-right:15px;
	padding-right:15px;
}
.laber-contact-link li.email:before,
.laberdisplayNav1 .language-selector:before,
.laberdisplayNav1 .currency-selector:before{
	background: rgba(255,255,255,0.2);
	content: "";
	display: block;
	height: 17px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 1px;
}
.laberdisplayNav1 .currency-selector i.fa, .laberdisplayNav1 .language-selector i.fa{
	font-size: 12px;
}
.dropdown .expand-more{
	color: #fff;
    line-height: 40px;
}
.dropdown-menu{
	background: #eeeeee;
    border: medium none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); 
    left: inherit;
    margin: 0;
    padding: 5px 15px;
    left: -15px;
	border-top: 5px solid #445268;
	border-radius:2px;
}
.dropdown-menu:before{
	content: "";
	border: 7px solid #fff;
	width: 7px;
	height: 7px;
	display: block;
	border-color: transparent transparent #445268 transparent;
	position: absolute;
	top: -18px;
	left: 25px;
}
.dropdown-menu li{}
.dropdown-item{
	color: #666666;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 5px 0;
}
#header .dropdown-menu li a.dropdown-item:hover,
#header .dropdown-menu li.current  a.dropdown-item {
	color:#f2c557;
}
.laberLogo{
	position: relative;
	z-index: 99;
}
.laberLogo a{display:inline-block;}
/* displayTop */
#header .header-top{
	padding:20px 0 5px 0;
}
.laberdisplayNav1 .blockcart{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
	position:relative;
}
.laberdisplayNav1 .blockcart:before{
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
}
#header .laber-cart{padding-top: 20px;padding-bottom: 20px;position:relative;min-height: 60px;}
#header .laber-cart a.cart {
	font-size: 14px;
	text-align: left;
	display: block;
	position: relative;
	color: #fff;
	padding-left: 55px;
	font-weight: 700;
	line-height: 18px;
}
.laber-cart a.cart span.amount{
	display: block;
	font-weight: 400;
	color: #fff;
	font-size:13px;
}
#header .laber-cart .cart_block{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-top: 5px solid #445268;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 66px;
    width: 290px;
    z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0px,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	-o-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
	transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s,-moz-transform 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s,-webkit-transform 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
	visibility: hidden;
}

#header .laber-cart .cart_block:before {
    content: "";
    border: 7px solid #fff;
    width: 7px;
    height: 7px;
    display: block;
    border-color: transparent transparent #445268 transparent;
    position: absolute;
    top: -18px;
	right: 60px;
}

#header .laber-cart:hover .cart_block{
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0px,10px);
	-webkit-transform: translate(0px,10px);
	-moz-transform: translate(0px,10px);
	-o-transform: translate(0px,10px);
	-ms-transform: translate(0px,10px);
	visibility: visible;
}
#header .laber-cart .cart_block .products_count{
	color: #222222;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#header .laber-cart .cart_block .products{overflow:hidden;margin-bottom:15px;padding-right: 20px;padding-bottom:15px;position:relative;border-bottom:1px solid #e1e1e1;}
#header .laber-cart .cart_block .products .img{
	display: inline;
	float: left;
	margin-right: 15px;
	width: 85px;
	border: 1px solid #e6e6e6;
}
#header .laber-cart .cart_block .products .cart-info{overflow:hidden;}
#header .laber-cart .cart_block .products .cart-info h2.productName{
	font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
#header .laber-cart .cart_block .products .cart-info h2.productName a{
	color:#2557aa;
}
#header .laber-cart .cart_block .products .cart-info h2.productName a:hover{
	color:#f2c557;
}
#header .laber-cart .cart_block .products .cart-info .laberPrice{}

#header .laber-cart .cart-prices .amount,
#header .laber-cart .cart_block .products .cart-info .laberPrice .price{
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}
#header .laber-cart .cart_block .products .remove_link{
	margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#header .laber-cart .cart_block .cart-prices{
	overflow:hidden;
	margin-bottom:30px;
}
#header .laber-cart .cart_block .cart-prices .total{
	color: #333333;
    font-weight: 600;
    font-size: 16px;
}
#header .laber-cart .cart_block .cart-buttons{text-align:center;}
#header .laber-cart .cart_block .cart-buttons a{
    border-radius: 3px;
    color: #222222;
    display: inline-block;
	font-size:14px;
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
}
#header .laber-cart .cart_block .cart-buttons a:hover{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
#header .laber-cart .cart_block .no-item{margin-bottom:0;}

.laberdisplayNav1 .blockcart a:hover{
	color:#626262;
}
#header .laber-cart a .cart-products-count{
	background: #f2c557;
	color: #222222;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: -15px;
	top: -10px;
	width: 28px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#header .laber-cart a span.icon{
	display: inline-block;
	font-size: 28px;
	position: relative;
	color: #fff;
	position: absolute;
	left: 0;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.laberwishtlistTop{
	padding-top: 20px;
	margin-right:30px;
}

#header .laberwishtlistTop .wishtlist_top{
	display: block;
	font-size: 14px;
	position: relative;
	color: #fff;
	padding-left: 40px;
	line-height: 18px;
}
.wishtlist_top span.icon{
	display: inline-block;
	font-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	color:#fff;
}

.wishtlist_top span{
    display: block;
    font-size: 14px;
	font-weight: 700;
}
.wishtlist_top span.cart-wishlist-number{
	font-weight: 400;
	font-size: 13px;
}
/* search */
#header .header-top .position-static{
	position: relative;
    z-index: 99;
	float: right;
}
.laber-search.dropdown-menu{
	left: inherit;
    padding: 0;
    right: 0;
    top: 69px;
    width: 455px;
}

.search-widget{
}
.search-widget .expand-more{
	line-height:70px;
	color: #b4b4b4;
	font-size:15px;
}
.search-widget .dropdown:hover .expand-more{
	color:#1a1a1a;
}
.search-widget .expand-more i.icons{
	color: #3a3838;
    font-size: 34px;
}
.search-widget .expand-more i.icons:hover{
	color:#1a1a1a;
}
.header-top .search-widget form{
	position:relative;
}
.search-widget form input[type="text"]{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    height: 50px;
    min-width: inherit;
    padding: 0 50px 0 15px;
    width: 100%;
}
.search-widget form input[type="text"]:focus{
	outline:medium none;
}
.search-widget form button[type="submit"]{
	font-size: 20px;
    height: 50px;
    line-height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
	color: #bababa;
}
.search-widget form button[type="submit"]:hover{
	color:#1a1a1a;
}
.lab-menu-row.bg-image {
    background: rgba(0, 0, 0, 0) url("../img/img_menu.jpg") no-repeat scroll right bottom;
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.wishtlist_top span,
	.laber-cart a.cart span{
		font-size: 12px;
	}
	.laberwishtlistTop {
		margin-right: 15px;
	}
	.support-footer-inner .info-title i{
		width: 35px;
		font-size: 30px;
	}
	.support-footer-inner .info-title .content_static{
		font-size: 12px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px){
	.search-widget {
		margin-right: 15px;
	}
	.laber-contact-link li {
		margin-right: 10px;
		padding-right: 10px;
	}
	.laberwishtlistTop .wishtlist_top{
		padding-left: 30px;
	}
	.laberwishtlistTop,
	.laberUserInfo{margin-right:5px;}
	.laberUserInfo .laberUser{padding-left: 25px;}
	.laberUserInfo .laberUser .icon,
	#header .laber-cart a span.icon,
	.wishtlist_top span.icon{font-size: 26px;}
	.wishtlist_top span,
	.laberUserInfo .laberUser p{font-size: 12px;}
	#header .laber-cart a.cart{padding-left: 45px;}
	
	.laberdisplayNav1 .currency-selector, .laberdisplayNav1 .language-selector{
		margin-right: 10px;
		padding-right: 10px;
	}
	.laberMegamenu .position-static{
		
	}
}

@media only screen and (max-width : 767px){
	.header-center-mobile{text-align:center;padding-top:0px;}
	.laber-center-mobile{display:inline-block;text-align:left;}
	.laberdisplayNav1{
		max-height: none;
		padding: 15px 0;
		background-color: #fff;
		border: none;
	}
	.laberdisplayNav1 .top-logo a{margin-left:0;}
	#header .header-top{padding:0;}
	#header .header-nav{padding-top: 10px;}
	#mobile_top_menu_wrapper,
	#header .header-nav,
	#header .header-top,
	#header{background-color:#445268;border:none;max-height: none;}
	.container{padding:0 15px;}
	#_mobile_user_info{float: none !important;}
	#mobile_top_menu_wrapper .js-top-menu-bottom  .dropdown{display: inline;padding: 0;}
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a{
		display: inline;
		line-height: 45px;
		color: #333e48;
		padding: 0;
	}
	#header .header-nav .top-logo{
		text-align:center;
	}
	#header .header-nav .top-logo a{
		display:inline-block;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a i{
		color:#1a1a1a;
		margin-right:5px;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link{
		border-top: 1px solid #ebebeb;
	}
	.laber-contact-link li i{color:#2a2a2a;}
	.laber-contact-link li{
		color: #2a2a2a;
		width: 100%;
		border-bottom: 1px solid #ebebeb;
		margin: 0;
		text-transform: none;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper,
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper{
		padding:10px;
	}
	#mobile_top_menu_wrapper .dropdown{
		position:relative;
	}
	#mobile_top_menu_wrapper .dropdown select {
		-moz-appearance: none;
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ccc;
		color: #414141;
		height: 30px;
		line-height: 30px;
		outline: 0 none;
		padding: 0 25px 0 10px;
		position:relative;
	}
	#mobile_top_menu_wrapper  .dropdown:before{
		content: "\f107";
		font-family: fontawesome;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 99;
		display:none;
	}
	
	.header-top .search-widget{padding:0;}
	
	#header .header-nav .blockcart{
		background: inherit;
		height: 50px;
		margin-left: 0;
		margin-right: 0;
		padding: 20px 0 0 0;
	}
	
	.laberdisplayNav1 .laber-cart a{
		padding-left: 40px;
	}
	#header .laber-cart a span.icon{font-size: 26px;}
	#header .laber-cart a .cart-products-count{
		height: 25px;
		line-height: 25px;
		right: -10px;
		width: 25px;
	}
	.laberUserInfo,
	.laberwishtlistTop{margin-right: 15px;}
	.laberwishtlistTop .wishtlist_top{
		padding-left: 35px;
	}
	.wishtlist_top span.icon{
		font-size: 26px;
	}
	.laberSearch{
		padding-bottom: 20px;
	}
	.laberUserInfo .laberUser .icon{font-size: 26px;}
	.laberUserInfo .laberUser{padding-left: 30px;}
	.laberUserInfo .laber-user-info{
		left: 0;right: inherit;
	}
	.laberUserInfo .laber-user-info::before {
		left: 30px;
		right: inherit;
	}
	.laberdisplayNav1 .blockcart.inactive .amount,
	.laberdisplayNav1 .blockcart.inactive .cart-products-count{
		display:block !important;
	}
	.laberdisplayNav1 .blockcart a:hover{color:#1a1a1a;}
	.laberdisplayNav1 .blockcart:before{display:none;}
	#header .header-nav #menu-icon{
		height: 45px;
		line-height: 45px;
		margin-left: 15px;
		color: #fff;
		position: absolute;
		padding-left: 30px;
	}
	#header .header-nav #menu-icon i {
		font-size: 28px;
		position: absolute;
		top: 10px;
		left: 0px;
	}
	
	.laberdisplayNav1 .top-logo{text-align:center;width:auto;line-height:1;}
	.laberdisplayNav1 .top-logo a{display:inline-block;}
	.lab-menu-row.bg-image {background:none;}
	.laber-search{
		width:290px
	}
	#header .header-top .position-static{width:100%;}
	.header-top .search-widget{margin:0 0 15px 0;}
	.search-widget {
		width: 100%;
		padding: 15px 15px;
	}
	.laber-search {
		width: 100%;
	}
	#header .laberNavLink ul{clear:both;}
	#header .laberNavLink ul li {
		width: 100%;
		padding: 0 15px;
	}
	#header .laberNavLink ul li a{
		border-right: none;
		border-bottom: 1px solid #ebebeb;
		display: block;
		padding:0;
	}
}

@media (min-width : 544px) and (max-width : 767px){
	.laberStatic .content-text{
		min-height: 116px;
		padding-top: 15px;
	}
	.laberStatic .content-text h4{
		font-size: 13px;
	}
	.laberStatic .content-text h3{ font-size: 14px;}
}
@media (max-width : 544px){
	.laberdisplayNav1{max-height: none;}
}
/* end Header */
/* ################################################################################### */
/* content */

#page.labbox{
	width:1200px;
	margin:0 auto;
	padding:0 15px;
	background:#fff;
}
#page.labbox .footer-container{
	margin:0 -15px;
}

@media (min-width: 1024px) {
	#page.labbox .nivo-caption .lab_description{
			top:4vw;
	}
}
@media (max-width: 1024px) {
	
	#page.labbox{
		width:100%;
		padding:0;
	}
}

.a0,.a1,.a2,.a3,.a4,.a5,.a6,.a7,.a8,.a9,.a10{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
}
.a1
{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.a2
{
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.a3
{
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.a4
{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.a5
{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.a6
{
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.a7
{
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.a8
{
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.a9
{
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.a10
{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/Preloader_2.gif) center no-repeat #fff;
}

.mypresta_scrollup {
	background: #f2c557;
	border: 1px solid #f2c557;
	bottom: 0;
	color: #333;
	display: block;
	font-size: 28px;
	height: 45px;
	line-height: 45px;
	opacity: 0;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 45px;
	border-radius: 3px;
}
.mypresta_scrollup:hover{
	background: #445268;
    border: 1px solid #445268;
	color:#fff;
}
.mypresta_scrollup.open {
    bottom: 30px;
    opacity: 1;
    z-index: 999;
}

#wrapper{
	background-color:transparent;
    box-shadow: 0 0 0;
    padding: 0;
}
.owl-item .item-inner{padding:0 15px;}

/* tab */
.laberProductGrid .lab_tab{
	margin-bottom: 30px;
	position:relative;
}
.laberProductGrid .lab_tab:before{
	background:#eeeeee;
	height:3px;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	content:'';
}
.laberProductGrid .lab_tab .laber-tab{
	overflow:hidden;
	border: none;
	display:inline-block;
	position: relative;
	background: #fff;
	padding-right:30px;
}

.laberProductGrid .lab_tab .laber-tab li{
	margin:0;
}

.laberProductGrid .lab_tab .laber-tab li a{
	border: none;
	color: #aaaaaa;
	background-color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 15px;
	border-left: 1px solid #e6e6e6;
}
.laberProductGrid .lab_tab .laber-tab li:first-child a{
	border:none;
	padding-left:0;
}
.laberProductGrid .lab_tab .laber-tab li a:hover,
.laberProductGrid .lab_tab .laber-tab li a.active {
	color:#222222;
}
.laberProductGrid .lab_tab .laber-tab li a span.icon_cat{
	display: block;
	margin-bottom: 10px;
}
.laberProductGrid .lab_tab .laber-tab li a span.name{
	display: block;
}
/* column */

.laberColumnProductCategoty{
	position:relative;
}
.laberColumnProductCategoty .column{
	background-color:#Fff;
	padding:15px;
}
.laberColumnProductCategoty  .labProductFilter .item{
	margin-bottom:30px;
}
.laberColumnProductCategoty  .labProductFilter .item .thumbnail{
	display: block;
    margin-right:10px;
    width: 85px;
}
.laberColumnProductCategoty  .labProductFilter .item .laber-product-description{}
.laberColumnProductCategoty  .labProductFilter .item .variant-links{}

.laberProductGrid .disabled {
    cursor: no-drop;
}
.laberColumnProductCategoty:hover .owl-prev, .laberColumnProductCategoty:hover .owl-next {
    opacity: 1;
}
/* laberProductGrid */
.product-accessories.laberProductGrid,
.Categoryproducts.laberProductGrid{margin-bottom:30px;}

.displayPosition2 .laberProductGrid{background: #fff;padding:30px 15px 0;}
.laberProductGrid{position:relative;}
.LaberTab-category{padding-top:30px;margin-bottom:30px;}
.laberProductList .laberProduct-flags,
.laberProductGrid .laberProduct-flags{
	position: absolute;
	top: 0;
	left: 0;
}
.laberProductGrid .item{
	margin-bottom: 30px;
}
#product .laberProductGrid .item,
#index .laberProductGrid .item{
	margin-bottom: 0;
}
.laberProductGrid .laberProduct-image{
    position: relative;
}

.laberProductGrid .laberProduct-image .thumbnail{
	display:block;
	position:relative;

}
.laberProductGrid .laber-product-description{position:relative;}
.laberProductGrid  .variant-links{
	background-color: #fff !important;
    bottom: 20px;
    opacity: 0;
    padding: 10px 5px 5px 10px !important;
    position: absolute !important;
    left: -100%;
    top: inherit !important;
	min-height: 0 !important;
    width: auto !important;
	-webkit-border-radius: 2px 0 0 3px;
	-moz-border-radius: 2px 0 0 3px;
	-ms-border-radius: 2px 0 0 3px;
	-o-border-radius: 2px 0 0 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberProductGrid .item:hover  .variant-links{
	left: 0;
	opacity:1;
}

.laberProductGrid  .variant-links .color{
	margin: 0 5px 0 0;
    width: 25px;
    height: 25px;
}
.laberProductGrid  .variant-links  .color.active, 
.laberProductGrid  .variant-links .color:hover, 
.laberProductGrid  .variant-links .custom-checkbox input[type="checkbox"] + span.color.active, 
.laberProductGrid  .variant-links .custom-checkbox input[type="checkbox"] + span.color:hover, 
.laberProductGrid  .variant-links .facet-label.active .custom-checkbox span.color, 
.laberProductGrid  .variant-links .facet-label:hover .custom-checkbox span.color{
	border: 1px solid #3a3838;
}
.laberProductGrid  .laberActions{
	bottom: 4px;
	left: -5px;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberProductGrid .item:hover .laberActions{
	opacity:1;
}
.laberProductGrid .laberQuick{

}

.laberProductGrid .quick-view{
	background-color: transparent;
    color: #fff;
    border-style: solid;
    border-top-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 30px;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
	border-color: #333333;
	height: 44px;
    line-height: 44px;
	width: 44px;
	position:absolute;
	top:0;
	right:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity:0;
}
.laberProductGrid .item:hover .quick-view{
	opacity:1;
}
.laberProductGrid .quick-view i{
	font-size: 16px;
	height: auto;
	line-height: normal;
	position: absolute;
	right: -20px;
	top: -20px;
	width: auto;
}
.laberColumnProductCategoty .laberActions{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity:0;
}
.laberColumnProductCategoty .item:hover .laberActions{
	opacity:1;
}
.laberColumnProductCategoty .laberActions-i{
	margin:0 -5px;
	display: inline-block;
}

.laberColumnProductCategoty .laberActions .laberItem,
.laberProductGrid  .laberActions .laberItem{
	padding:0 5px;
}
.laberColumnProductCategoty  .laberItem .laberBottom,
.laberColumnProductCategoty  .laberItem a,
.laberProductGrid  .laberItem .laberBottom,
.laberProductGrid  .laberItem a{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color: #222222;
	display: block;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	position: relative;
	text-align: center;
	width: 37px;
	margin: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberColumnProductCategoty  .laberItem .laberBottom span,
.laberColumnProductCategoty .laberItem a span,
.laberProductGrid  .laberItem .laberBottom span,
.laberProductGrid .laberItem a span{
	background: rgba(0, 0, 0, 0.8);
	border: medium none;
	border-radius: 2px;
	bottom: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	left: 50%;
	line-height: 20px;
	margin-bottom: 5px;
	max-width: 200px;
	padding: 5px 12px;
	position: absolute;
	text-transform: capitalize;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	visibility: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.laberColumnProductCategoty  .laberItem .laberBottom span:before,
.laberColumnProductCategoty .laberItem a span:before,
.laberProductGrid  .laberItem .laberBottom span:before,
.laberProductGrid .laberItem a span:before {
    border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.laberColumnProductCategoty  .laberItem .laberBottom:hover span ,
.laberColumnProductCategoty .laberItem a:hover span,
.laberProductGrid  .laberItem .laberBottom:hover span ,
.laberProductGrid .laberItem a:hover span {
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible;
}



.laberColumnProductCategoty  .laberItem .laberBottom:hover,
.laberColumnProductCategoty .laberActions a:hover,
.laberProductGrid  .laberItem .laberBottom:hover,
.laberProductGrid .laberActions a:hover{
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
} 
.laberProduct-flags{margin-bottom:10px;}
.laberProduct-flags .laber-flag{
	margin-bottom: 5px;
}
.laberProduct-flags .laber-flag span{
	background: #2557aa;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	text-transform: uppercase;
}
.laberProduct-flags .laber-flag.laber-pack span,
.laberProduct-flags .laber-flag.laber-discount span{
	background-color: #41ad00;
}
.laberProduct-flags .laber-flag.laber-on-sale span{
	background-color: #e73535;
}

.laberProduct-flags .laber-flag span:before{
	border-style: solid;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0 8px 25px 0;
	right: -8px;
	border-bottom-color: #2557aa;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
}
.laberProduct-flags .laber-flag.laber-pack span:before,
.laberProduct-flags .laber-flag.laber-discount span:before{
	border-color: #41ad00;
}
.laberProduct-flags .laber-flag.laber-on-sale span:before{
	border-color: #e73535;
}


.laberProductList .item-inner .reduction_percent_display, 
.laberColumnProductCategoty  .reduction_percent_display,
.laberProductGrid  .reduction_percent_display{
	background: #e73535;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    margin: 0 5px;
    padding: 2px 6px;
}
.laberColumnProductCategoty .laberStock,
.laberProductGrid .laberStock{
	color: #989898;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
	line-height:1;
}
.subpage .laberProductGrid .productName,
.laberColumnProductCategoty .productName,
.laberProductGrid .productName{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: none;
	margin-bottom: 5px;
}
.laberFiltercolumn .productName,
.subpage .laberProductGrid .productName,
.laberColumnProductCategoty .productName,
.laberProductGrid .productName {
	margin-bottom:15px;
}
.laberFiltercolumn .productName a,
.subpage .laberProductGrid .productName a,
.laberColumnProductCategoty .productName a,
.laberProductGrid .productName a{
	color:#2557aa;
	font-weight:600;
	font-size:15px;
	text-transform: none;
}
.laberFiltercolumn .productName a:hover,
.subpage .laberProductGrid .productName a:hover,
.laberColumnProductCategoty .productName a:hover,
.laberProductGrid .productName a:hover{
	color:#e47911;
}
.laberColumnProductCategoty .old-price ,
.laberProductGrid .old-price {
    font-size: 14px;
	color: #aaaaaa;
    text-decoration: line-through;
	font-weight: 400;
}
.product-price,.has-discount.product-price,
.laberFiltercolumn .price ,
.laberColumnProductCategoty .price ,
.laberProductGrid .price {
	color: #222222;
	font-size: 26px;
	font-weight: 600;
}
.laberProductGrid .reduction_percent_display,
.laberColumnProductCategoty .reduction_percent_display,
.laberFiltercolumn .reduction_percent_display{
	background: #e73535;
	color: #fff;
	padding: 3px 6px;
	border-radius: 2px;
	margin: 0 5px;
}
.laberProductGrid .regular-price,
.laberProductGrid .regular-price,
.laberColumnProductCategoty .regular-price,
.laberFiltercolumn .regular-price{
	color: #888888;
	font-size: 14px;
	font-weight: 500;
}
.laberFiltercolumn .all-product-link{
	background-color: #eeeeee;
	line-height: 50px;
	padding: 0 10px;
	display: block;
	width: 100%;
	text-align: center;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
}
.laberFiltercolumn .all-product-link:hover{
	color:#f2c557;
}
.all-product-link{
    color: #333e48;
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
}

.laberSpecialProducts .owl-buttons,
.laberFiltercolumn .owl-buttons{}
.laberColumnProductCategoty .owl-buttons .owl-next,
.laberColumnProductCategoty .owl-buttons .owl-prev,
.laberProductGrid .owl-buttons .owl-next,
.laberProductGrid .owl-buttons .owl-prev,
.laberSpecialProducts .owl-buttons .owl-next,
.laberSpecialProducts .owl-buttons .owl-prev,
.laberFiltercolumn .owl-buttons .owl-next,
.laberFiltercolumn .owl-buttons .owl-prev {
	background-color:#fff;
	color:#222222;
	width: 38px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	margin: 0;
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index:99;
	opacity:0;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberColumnProductCategoty .owl-buttons .owl-next:hover,
.laberColumnProductCategoty .owl-buttons .owl-prev:hover,
.laberProductGrid .owl-buttons .owl-next:hover,
.laberProductGrid .owl-buttons .owl-prev:hover,
.laberSpecialProducts .owl-buttons .owl-next:hover,
.laberSpecialProducts .owl-buttons .owl-prev:hover,
.laberFiltercolumn .owl-buttons .owl-next:hover,
.laberFiltercolumn .owl-buttons .owl-prev:hover{
	background-color:#f2c557;
	
}
.laberColumnProductCategoty .owl-buttons .owl-next,
.laberProductGrid .owl-buttons .owl-next,
.laberSpecialProducts .owl-buttons .owl-next,
.laberFiltercolumn .owl-buttons .owl-next{
	box-shadow: 3px 0 3px 0 rgba(50,50,50,.2);
	right: 0;
	border-radius: 0 3px 3px 0;
}
.laberColumnProductCategoty .owl-buttons .owl-prev,
.laberProductGrid .owl-buttons .owl-prev,
.laberSpecialProducts .owl-buttons .owl-prev,
.laberFiltercolumn .owl-buttons .owl-prev {
	box-shadow: -3px 0 3px 0 rgba(50,50,50,.2);
	left: 0;
	border-radius:3px 0 0 3px;
}
.laberColumnProductCategoty:hover .owl-next,
.laberProductGrid:hover .owl-next,
.laberSpecialProducts:hover .owl-next,
.laberFiltercolumn .column:hover .owl-next{right: -24px;opacity:1;}
.laberColumnProductCategoty:hover .owl-prev,
.laberProductGrid:hover .owl-prev,
.laberSpecialProducts:hover .owl-prev,
.laberFiltercolumn .column:hover .owl-prev{left: -24px;opacity:1;}


.tab_cates{
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: 26px;
	right: 0px;
	padding: 0 15px;
}
.tab_cates li{
	float:left;
	display:inline;
	
}
.tab_cates li a{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
	display: block;
	border: 2px solid transparent;
	border-radius: 3px;
}
.tab_cates li a:hover{
	border-color: #f2c557;
	color:#222222;
}
/* lab_testimonials */
.lab_testimonials{
	padding:60px 0;
	margin-bottom:80px;
}
.lab_testimonials .item{margin:0 15%;}
.lab_testimonials .item .media-content{margin-right:15px;}
.lab_testimonials .item .fancybox-media{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: block;
    height: 70px;
    overflow: hidden;
    width: 70px;
}
.lab_testimonials .item  .des_testimonial{margin-bottom:15px;}
.lab_testimonials .item  .des_company,
.lab_testimonials .item  .des_testimonial p{
color: #fff;
    line-height: 20px;
    margin-bottom: 0;
}
.lab_testimonials .item  .des_namepost{
	color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding-top: 15px;
    text-transform: uppercase;
	position: relative;
}
.lab_testimonials .item  .des_namepost:before{
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.lab_testimonials .owl-controls{text-align:center;padding-top: 20px;}
.lab_testimonials .owl-controls .owl-pagination{display:inline-block;}
.lab_testimonials .owl-controls .owl-pagination .owl-page{float:left;display:inline;margin:0 2px;} 
.lab_testimonials .owl-controls .owl-pagination .owl-page span{display:block;width:10px;height:10px;background-color:#fff;}
.lab_testimonials .owl-controls .owl-pagination .owl-page:hover span,
.lab_testimonials .owl-controls .owl-pagination .owl-page.active span{background-color:#1a1a1a;}
.displayPosition3{

}
.prod-filter.labContent{
	overflow:hidden;
}
/* laberStatic */

.laberTitle h3,
.laberColumnProductCategoty .title_block h3,
.laberProductGrid .title_block h3,
.laberTitle .title_block h3{
	color: #222222;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.laberTitle h3 span,
.laberColumnProductCategoty .title_block h3 span,
.laberProductGrid .title_block h3 span,
.laberTitle .title_block h3 span{
	background:#fff;
	color: #222222;
	padding-right:30px;
	position:relative;
	z-index:10;
	font-size: 18px;
	font-weight: 700;
}
.laberTitle h3:before,
.laberColumnProductCategoty .title_block h3:before,
.laberProductGrid .title_block h3:before,
.laberTitle .title_block h3:before{
	content: '';
	background: #eee;
	height: 2px;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	height: 2px;
}
.laberStatic{overflow:hidden;}
.laberStatic .content-text {
    min-height: 270px;
    padding-top: 80px;
    text-align: right;
	margin-bottom:20px;
	background:#Fff;
}

.laberStatic  .content-text h4 {
    color: #888888;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}
.laberStatic  .content-text h4 {
    color: #888888;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
	font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}
.laberStatic  .content-text h3 {
    color: #333333;
    font-family: Montserrat,sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 10px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.laberStatic  .content-text h3:before {
    border-bottom: 1px solid #e3e3e3;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 70px;
}
.content-text p {
    color: #888;
    font-size: 15px;
    margin: 0;
}
.laberStatic  .border {
    border: 1px solid #1a1a1a;
    display: block;
    text-align: center;
}
.laberStatic  .border h3:before {
    border-bottom: medium none;
}
.laberStatic .img {
    margin-bottom: 30px;
}
.laberStatic .img img {
    height: auto;
    width: 100%;
}
.laberStatic .img a {
    display: block;
    position: relative;
}
.laberStatic .img a:before ,
.laberStatic .img a:after {
	bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 900ms ease 0s;
}

.laberStatic .img a:hover:before {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.laberStatic .img a:hover:after {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}
.lab_static .text {
    padding: 26% 13% 0 24%;
    position: relative;
    text-align: center;
    z-index: 9;
}
.lab_static .text h4 {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 15px;
}
.lab_static .text h2 {
    color: #1a1a1a;
    font-family: "Playfair Display",serif;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 25px;
}
.lab_static .text p {
    color: #989898;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 45px;
}
.lab_static .text a {
    background: #1a1a1a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: capitalize;
}
.lab_static .text a:hover {
    background: #daa94d none repeat scroll 0 0;
}

/* countdown */
.laberSpecialProducts .laber-product-price-and-shipping,
.laberSpecialProducts .laberCart{
	position: static !important;
	opacity: 1 !important;
}
.laberSpecialProducts{
	position: relative;
	border: 2px solid #f7d37c;
	padding: 15px;
	text-align:center;
	margin-bottom:30px;
}
.laberSpecialProducts .laberProduct-flags{
	position: absolute;
	top: 0;
	left: 0;
	text-align:left;
}
.laberSpecialProducts .laberSpecialP .title_block h3{
	margin-bottom: 30px;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
}
.laberSpecialProducts .laberSpecialP .title_block h3 span{padding:0;}
.laberSpecialProducts .laberSpecialP .title_block h3:before{display:none;}
.laberProductGrid.laberSpecialProducts .item-inner .item{
	padding:0;
	border:none;
}
.laberProductGrid.laberSpecialProducts .item-inner:hover .item{
	border:none;
}
.laberSpecialProducts .item{
	border: medium none;
    margin: 0;
    padding: 0;
}

.laberSpecialProducts .item .laberDescription_short{
	margin-bottom:30px;
}
.laberSpecialProducts .item .laberDescription_short p{
	color: #868686;
    font-size: 14px;
}
.laberSpecialProducts .item .laber-product-price-and-shipping{
	margin-bottom:5px;
	text-align: center;
}
.laberSpecialProducts .item ..old-price,
.laberSpecialProducts .item .price{
	font-size:18px;
}
.laberSpecialProducts .titleCountdown{
	color: #333e48;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.laberSpecialProducts .item-inner .is-countdown{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
.laberSpecialProducts .item-inner .is-countdown{
	text-align: center;
	margin-bottom: 10px;
}
.laberSpecialProducts .item-inner .countdown-row{
	overflow: hidden;
	padding: 0;
	display: inline-block;
	width: auto;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section{
	margin-right: 5px;
	position: relative;
	border: 1px solid #ebebeb;
	width: 50px;
	padding: 7px 0;
	border-radius: 3px;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section:last-child{margin:0;}
.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount{
	color: #333e48;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-period{
	color: #989898;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	padding-top: 5px;
}
.comments_note .star_content{overflow:hidden;}
/* laber manufacturer */
.laberManufacture{
	padding:15px;
	background-color:#fff;
	margin-bottom:30px;
}
.content-manufacturer{
	position:relative;
	margin-bottom:30px;
}
.laberLogo_manufacturer .owl-next, 
.laberLogo_manufacturer .owl-prev {
    background-color: #fff;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    width: 35px;
}
.laberLogo_manufacturer .owl-next:hover, 
.laberLogo_manufacturer .owl-prev:hover {
    background-color: #ff7171;
    border-color: #ff7171;
    color: #fff;
}
.laberLogo_manufacturer .disabled {
    cursor: no-drop !important;
}
.laberLogo_manufacturer .owl-prev {
    left: 0;
}
.laberLogo_manufacturer .owl-next {
    right: 0;
}
.laberLogo_manufacturer .owl-theme:hover .owl-prev {
    left: -40px;
    opacity: 1;
}
.laberLogo_manufacturer .owl-theme:hover .owl-next {
    opacity: 1;
    right: -40px;
}
/* blockcart-modal */
#blockcart-modal .modal-header{
	background-color:#445268;
}
#blockcart-modal .modal-body{background:#fff;}
#blockcart-modal .product-name{
	font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
	color: #333;
}
.modal-header .close {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 13px;
    text-align: center;
    text-shadow: 0 0 0;
    top: 13px;
    width: 30px;
	z-index:99;
}
.modal-header .close:hover{background-color:#1a1a1a;border-color:#1a1a1a;}
.btn-primary, .btn-secondary, .btn-tertiary{
    color: #222 !important;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0 15px 0 10px;
    text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
}
.btn-primary{
	background-color:#333;
	color:#fff ;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-tertiary:focus, .btn-tertiary:hover, .focus.btn-tertiary{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff !important;
}
/* quickview */
.product-cover .layer .zoom-in{color: #222;}
.quickview .mask{
	height: auto;
}
.quickview .modal-content {
    background: #fff;
}
.images-container .product-images > li.thumb-container > .thumb {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 0;
    margin-right: 0.8125rem;
    width: 79.8px;
	margin: 0 10px 0 0;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover{
	border-color: #f2c557;	
}
.scroll-box-arrows i {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	bottom: 8%;
	color: #666666;
	cursor: pointer;
	height: 40px;
	line-height: 36px;
	position: absolute;
	text-align: center;
	width: 24px;
	font-size: 20px;
}
.scroll-box-arrows .left{border-radius: 0 4px 4px 0;}
.scroll-box-arrows .right{border-radius: 4px 0 0 4px;}
.scroll-box-arrows i.left:before{
	content: "\f104";
	font-family: fontawesome;
    font-style: normal;
}
.scroll-box-arrows i.right:before{
	content: "\f105";
	font-family: fontawesome;
    font-style: normal;
}
.scroll-box-arrows i:hover{
	border-color:#f2c557;
	background-color:#f2c557;
	color:#fff;
}
#main .images-container .js-qv-mask.scroll {
    margin: 0 auto;
    width: calc(100% - 0px);
}
.laberOverflow{overflow:hidden;}
/* category */
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature,
#products img, .featured-products img, .product-accessories img, .product-miniature img{margin:0;}
#products .laberProducts{display:none;}
#products.active_grid .laberProductGrid{display:block;overflow:hidden;}
#products.active_list .laberProductList{display:block;}
.laberProductGrid .item-inner {
	
	z-index: 1;
}
.laberProductGrid .item-inner .item-inner-i{
	position: relative;
	margin-bottom:30px;
}
.laberProductGrid .laberProdCategory .item-inner .item-inner-i{margin-bottom:0;}
.laberProductGrid .item-inner .item-inner-i:before{
	content: '';
	background-color: #e6e6e6;
	position: absolute;
	top: 15%;
	right: -15px;
	width: 1px;
	bottom: 15%;
	z-index: 9999;
}
.laberProductGrid .item-inner .item{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;
	padding: 10px;
	border: 2px solid transparent;
	background-color:#fff;
}
.laberProductGrid .item-inner:hover{
	z-index: 10;
}
.laberProductGrid .item-inner .item-inner-i:hover .item{
	border: 2px solid #f8d685;
}
#js-active-search-filters{
	background: #fafafa;
    border: 1px solid #dddddd;
    height: auto;
    margin-bottom: 20px;
    opacity: 1;
    padding: 10px;
	display:none;
}
#js-active-search-filters.active_filters{
	display:block;
}
.active_filters .filter-block {
    color: #333;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 10px;
}
#js-active-search-filters h6.active-filter-title {
    color: #333;
    display: inline;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    margin-right: 10px;
}
.products-selection .sort-by{
	line-height: 35px;
    margin: 0 15px 0 0;
}
.products-sort-order .select-title {
	background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    padding: 0 15px;
    width: 200px;
}
.products-sort-order .select-title  .material-icons{
	line-height: 35px;
}
.products-sort-order .dropdown-menu {
	background-color: #fff;
    padding: 0;
    right: 0;
    top: 45px;
}
.products-sort-order .dropdown-menu:before{
	display: none;
}
.products-sort-order .select-list{
	color: #414141;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
}
.products-sort-order .select-list:hover{
	color:#f2c557;
	background-color:#f1f1f1;
}
#category #search_filter_toggler{
	border-radius: 3px;
    color: #222222;
	font-size:14px;
	text-align:center;
    line-height: 35px;
    padding: 0 30px;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */

}
.category-cover{margin-bottom:20px;}
.block-category {
	border: medium none;
    box-shadow: 0 0 0;
    margin-bottom: 30px;
    min-height: 0;
    padding: 0;
	background-color: transparent;
}
.subpage  h2.h2,
.block-category h1.h1{
	color: #222222;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
#category-description.text-muted{
	line-height: 25px;
}
/* breadcrumb  */
.laberBreadcrumb{
}
.breadcrumb{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block !important;
    margin: 0;
	padding:30px 0;
}
.breadcrumb ol {
    display: inline-block;
	padding: 0;
	margin:0;
}
.breadcrumb ol li{
	color: #9f9f9f;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    padding:0 15px;
    position: relative;
}
.breadcrumb ol li a{
	color: #222222;
	display: block;
	font-size: 13px;
	line-height: 30px;
	background-color: #f4f4f4;
	padding: 0 15px;
	border-radius: 3px;
	text-transform: uppercase;
}
.breadcrumb ol li:before{
	content:"\f105";
	font-family:FontAwesome;
	color: #343434;
    font-size: 13px;
    left: -2px;
    position: absolute;
	line-height:30px;
}
.breadcrumb ol li:last-child a{
	background: none;
	padding: 0;
}
.breadcrumb ol li:first-child{padding-left:0;}
.breadcrumb ol li:first-child:before{display:none;padding-left:0;}
/* left column */
#search_filters, #search_filters_brands, #search_filters_suppliers,
.block-categories{
	box-shadow: 0 0 0;
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
	padding: 20px;
}	
#left-column .h6{
	border-bottom: 1px solid #ebebeb;
	color: #333333;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 20px;
}
#left-column .facet .h6{
	border-bottom: 1px solid #ebebeb;
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
#left-column .facet .h6:before{display:none;}

.block-categories .category-sub-menu{margin:0;}
.block-categories .category-sub-menu li[data-depth="0"] > a {
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	padding: 0;
	color: #444444;
}

.block-categories .collapse-icons{
	top: 15px;
}
.block-categories .category-sub-menu li[data-depth="1"]{
	margin: 0;
    padding: 0 0 0 15px;
}
.block-categories .category-sub-menu .category-sub-link{
    display: block;
    line-height: 45px;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover{
	color: #1a1a1a;
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    margin-bottom: 30px;
}

/* laberGridList */
#laber-products-top{
	border-bottom: 4px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.products-selection{margin-bottom:0;height: 40px;}
.laberGridList {margin: 0;}
.laberGridList .display-title{
	color: #333333;
    font-size: 15px;
    line-height: 35px;
    margin-right: 15px;
    padding: 0;
}
.laberGridList  li {margin-left:15px;}
.laberGridList  li a{
	color: #666666;
	line-height: 40px;
	display: block;
	font-size:14px;
}
.laberGridList  li a i{
	color: #666666;
	font-size: 18px;
	text-align: center;
	margin-left:5px;
	margin-right: 10px;
}
.laberGridList  li a:hover,
.active_list .laberGridList  li#list a i,
.active_grid .laberGridList  li#grid a i{
	color:#ebb020;
}
/* laberProductList  */
.laberProductList {}
.laberProductList .item {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding-bottom:30px;
	border-radius: 5px;
}

.laberProductList .item .laberProduct-image{
	position:relative;
}
.laberProductList .item .laber-product-description{
	padding-top:15px;
	padding-bottom:15px;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 15px;
    min-height: 0;
    padding: 0;
    text-align: left;
}
.color, .custom-checkbox input[type="checkbox"] + span.color{
    height: 25px;
    margin: 0 10px 0 0;
    width: 25px;
	box-shadow: 0 0 0;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color{
	border:1px solid #3a3838;
}
.laberProductList .description_short{
	line-height: 25px;
	 margin-bottom: 15px;
}
.laberProductList .description_short p{
	color: #333e48;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 400;
}

.subpage .laberProductList .laber-product-title{
	line-height: 1;
	text-transform: none;
	margin-bottom: 10px;
}
.subpage .laberProductList .laber-product-title a{
	color: #2557aa;
	font-weight: 600;
	font-size: 15px;
	text-transform: none;
}
.subpage .laberProductList .laber-product-title a:hover{color: #e47911;}
.laberProductList .laber-product-price-and-shipping{
}
.laberProductList .laberProductRight{
	background-color:#f9f9f9;
	border:2px solid #f0f0f0;
	padding:30px 20px;
	border-radius:4px;
}
.laberProductList .additional_shipping_cost{
	color: #222222;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.laberProductList .additional_shipping_cost span{
	color:#e73535;;
}
.laberProductList .additional_shipping_cost i{font-size:20px;color:#41ad00;margin-right:10px;}
.laberProductList .LaberProduct-availability{
	color:#00469c;
	margin-bottom: 30px;
}
.laberProductList .LaberProduct-availability i.product-last-items,
.laberProductList .LaberProduct-availability i.product-last-items{
	color:#e73535;
}
.laberProductList .LaberProduct-availability i.product-available{
	color:#41ad00;
}
.laberProductList .LaberProduct-availability .title{
	color: #666666;
}

.laberProductList .price{
	color: #222222;
	font-size: 26px;
	font-weight: 600;
}
.laberProductList .regular-price {
	color: #888888;
	font-size: 14px;
	margin-right: 5px;
	text-decoration: line-through;
}
.laberProductList .laberProductRight .laber-product-price-and-shipping{
	margin-bottom:20px;
}

.laberProductList .laberProductRight .price{color:#e73535;}
.laberProductList  .actions{text-align:center;}
.laberProductList  .laberItem-center{display:inline-block;}
.laberProductList .laberItem a{
	background: #333e48 none repeat scroll 0 0;
    border: 1px solid #333e48;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberProductList .laberCart {
	margin-bottom:20px;
}




.laberProductList .laberItem a span{
	background: rgba(0, 0, 0, 0.8);
    border: medium none;
    border-radius: 2px;
    bottom: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    left: 50%;
    line-height: 20px;
    margin-bottom: 5px;
    max-width: 200px;
    padding: 5px 12px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    visibility: hidden;
    white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.laberProductList .laberItem a span:before{
	border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    width: 0;
}
.laberProductList .laberItem a:hover span{
	margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.laberProductList .Out-stock,
.laberProductList .available_now{
	color:#1a1a1a;
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.laberProductList .Out-stock{
	color:#d60d46;
}
/* product categoty */
.bg-gray,
.displayPosition:not(.displayPosition1){
	background-color:#eeeeee;
	padding:40px 0;
}
.bg-gray{padding: 40px 0 10px 0;}


.labproductcategory .content-title{
	border-bottom:1px solid #e1e1e1;
	margin-bottom:30px;
}
.labproductcategory .content-title .laberCateTitle h3{}
.labproductcategory .content-title .laberCateTitle h3 a{
	color:#333e48;
	font-size:20px;
	line-height:40px;
	font-weight:900;
}
.labproductcategory .laberSub-cate{}
.labproductcategory .laberSub-cate ul{padding:15px 0;margin:0 50px 0 0;}
.labproductcategory .laberSub-cate ul li{}

.labproductcategory .laberSub-cate ul li a{
	border-left: 1px solid #e1e1e1;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
}
.labproductcategory .laberSub-cate ul li a:hover{
	color:#333e48;
}
.labproductcategory .laberSub-cate ul li:first-child a{
	border:none;
}
.labproductcategory.laberColumnProductCategoty .owl-buttons{
	top:-68px;
}
.labproductcategory .quick-view{
	background: #333e48 url("../img/icon_search.png") no-repeat scroll center center;
    border-radius: 3px;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.labproductcategory .quick-view i{display:none;}
.labproductcategory .laberProduct-container:hover .quick-view{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} 
.labproductcategory .quick-view:hover{
	background-color:#f2c557;
}
.laberProducts-column{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding:0;
}
.laberProducts-column .no-margin{
	margin-right:-2px;
}
.laberProducts-column .laber_banner{
	padding:15px;
	border-right:1px solid #ebebeb;
}
.laberProducts-column .owl-item .item-inner{padding:0;}
.laberProducts-column .owl-item .item-inner .item{
    border-right: 1px solid #ebebeb;
    padding:15px;
	min-height:204px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberProducts-column .owl-item .item-inner .item:first-child{
	border-bottom: 1px solid #ebebeb;
}
.laberProduct-image .product-thumbnail{position:relative;margin-bottom:15px;}
.laberProduct-image .product-thumbnail span{display:block;}
.laberProduct-image .product-thumbnail .hover_image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberProductGrid .item:hover .product-thumbnail .hover_image,
.laberFiltercolumn .item:hover .product-thumbnail .hover_image{
	opacity: 1;
}

.laberFiltercolumn {margin-bottom:30px;}
.laberFiltercolumn .title_block{}
.laberFiltercolumn .title_block h3{
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 30px;
}





.laberColumnProductCategoty .item{
	clear: both;
	margin-bottom: 30px;
	position:relative;
}
.laberColumnProductCategoty .item:before{
	content: '';
	background: #e6e6e6;
	height: 1px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	z-index: 99;
}
.laberColumnProductCategoty .item:last-child{
	margin:0;
}
.laberColumnProductCategoty .item:last-child:before{
	display:none;
}
.laberColumnProductCategoty .item:after{
	content: '';
	background: #e6e6e6;
	width: 1px;
	position: absolute;
	right: -15px;
	top: 0;
	z-index: 99;
	bottom: 0;
}
.laberColumnProductCategoty .item .productName{
	height: 38px;
	overflow: auto;
}
.laberColumnProductCategoty .item .product-miniature{
	border:2px solid transparent;
	padding:15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberColumnProductCategoty .item:hover .product-miniature{
	border-color:#f8d685;
}
.laberColumnProductCategoty .laberProduct-container{
	position:relative;
	z-index:1;
}
.laberColumnProductCategoty .laberProduct-image{
    position: relative;
}
.laberColumnProductCategoty .laber-product-description{position:relative;}

.laberCart .laberBottom{
	border-radius: 3px;
    color: #222222;
    display:block;
	font-size:14px;
	text-align:center;
    line-height: 35px;
    padding: 0 30px;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
	width: 100%;
}
.laberCart .laberBottom:hover{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
/* pagination */
.laberPagination{text-align:right;}
.pagination .page-list{
	padding:0;
	display:inline-block;
	background-color: transparent;
}
.pagination .page-list li{
	float:left;
	margin:0 2px;
}

.pagination .page-list li a{
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */

    border-radius: 3px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
	color:#222222;
}
.pagination .page-list li a:hover ,
.pagination .page-list li a.disabled {
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
.pagination .page-list li a.next.disabled,
.pagination .page-list li a.previous.disabled{
	display:none;
}
.pagination .page-list li a.previous,
.pagination .page-list li a.next {
	width: auto;
	padding: 0 10px;
}
.pagination .page-list li a.previous i{
	margin-right:5px;
}
.pagination .page-list li a.next i{
	margin-left:5px;
}

#main .page-content, #main .page-header{
	text-align: left;
	margin: 0 0 30px 0;
	max-width: 100%;
	border-color: #e7e7e7;
}
.cart-grid{margin:0;}
#main .page-content h1, #main .page-header h1{
	color: #333333;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
}
/* product detail */
#product #content{
	max-width: none;
}
#product h1.h1 {
	color: #2557aa;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: none;
}
#product .laberProduct .discount-percentage{
	background: #e73535;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	text-transform: uppercase;
	margin-bottom:30px;
}
#product .laberProduct .discount-percentage:before {
    border-style: solid;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 8px 25px 0;
    right: -8px;
    border-bottom-color: #e73535;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}
#product .laberProduct .product-description-short{
	color:#666666;
	font-size:14px;
}
#product #block-reassurance span {
    font-weight: 600;
    color: #222;
}
#product .has-discount .discount{
	background: #f2c557 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
#product .laberProductsRight-detail{
	background-color: #f9f9f9;
	border: 2px solid #f0f0f0;
	padding: 30px 20px;
	border-radius: 4px;
}
#product .laberProductsRight-detail .product-prices{margin: 0;}
#product .laberProductsRight-detail .product-prices .product-price{
	float: left;
	display: inherit;
	margin-right: 10px;
	line-height: 1;
}
#product .laberProductsRight-detail .product-prices .current-price span{
	font-size: 26px;
	color: #222222;
	font-weight: 600;
}
#product .laberProductsRight-detail .product-prices .product-discount{
	float: left;
	margin: 0;
	display:inline;
}
#product .laberProductsRight-detail .product-prices .product-discount .regular-price{
	font-size: 14px;
	color: #888888;
	line-height: 35px;
}
#product .laberProductsRight-detail .sr-only{
	position: static;
}
.quickview  .product-variants>.product-variants-item .color .sr-only,
#product .laberProductsRight-detail span.color .sr-only{
	position: static;
	text-align: -999em;
	display: block;
}
.product-variants > .product-variants-item{
	margin:15px 0;
}
#product .laberProductsRight-detail .input-color{
	width: 30px;
	height: 30px;
}
.quickview .input-color + span, 
.quickview  .input-color + span, 
.quickview .input-radio + span, 
.quickview .input-radio + span,
#product .laberProductsRight-detail .input-color + span{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	margin: 0;
}
.quickview .sr-only{position: static;}

.quickview .input-color:checked+span, 
.quickview  .input-color:hover+span, 
.quickview .input-radio:checked+span, 
.quickview .input-radio:hover+span,
#product .laberProductsRight-detail .input-color:checked + span, 
#product .laberProductsRight-detail .input-color:hover + span, 
#product .laberProductsRight-detail .input-radio:checked + span, 
#product .laberProductsRight-detail .input-radio:hover + span{
	border: 1px solid #f2c557;
}

#product .laberProductsRight-detail #product-availability{
	margin: 0;
    margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product-information p{
	color: #8e8e8e;
    font-size: 13px;
    line-height: 25px;
}
.product-actions .control-label, .product-prices .tax-shipping-delivery-label {
    color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	clear:both;
}

.product-cover img{
	box-shadow:0 0 0;
}
.product-variants > .product-variants-item select {
    border: 1px solid #ddd;
    height: 35px;
    padding: 0 10px;
    width: 200px;
}







.tabs{
	box-shadow: 0 0 0;
    margin-bottom:30px;
    margin-top: 60px;
	padding:0 15px;
}
.tabs .nav-tabs{
	height: 40px;
	border-bottom: none;
}
.tabs .nav-tabs ul{
	border:none;
	display: inline-block;
	margin:0;
}
.tabs .nav-tabs .nav-item{
	margin:0 5px;
    padding: 0;
}
.tabs .nav-tabs .nav-item:first-child{
	margin-left:0;
}
.tabs .nav-tabs .nav-link {
	border: 0 solid transparent;
	color: #666666;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	background: #eee;
	text-transform: uppercase;
	padding: 0 30px;
	border-radius: 3px 3px 0 0;
	border: none;
}

.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover{
	color: #222222;
	border: none;
	background: #f5cd6c;
}
.tabs .tab-content{
	padding: 30px;
	text-align: left;
	border: 1px solid #e6e6e6;
}
.tabs .tab-pane{
	padding:0;
}
.tabs .product-description{
	line-height: 23px;
}
.tabs .product-description p{
	color:#8e8e8e;
}
.product-features {
    margin-left: 0;
    margin-top: 10px;
}
.product-accessories{
	margin-bottom:60px;
}

.product-quantity .add{
	float: inherit;
}
.product-actions .add-to-cart {
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 30px;
	text-transform: none;
	text-transform: uppercase;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
	width: 100%;
}
.product-actions .add-to-cart:hover{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
.product-quantity #quantity_wanted {
background-color: #fff;
color: #414141;
height: 40px;
padding: 0 10px;
text-align: center;
width: 60px;
border: none;
}
.product-quantity .qty{
	width: 140px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}
.product-quantity .input-group-btn-vertical {
	float: inherit;
	overflow: hidden;
	width: auto;
}
.product-quantity .input-group-btn-vertical .btn {
	display: inline;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 18px;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-radius: 100%;
	color: #666666;
	margin: 0 2px;
}

.product-quantity .input-group-btn-vertical .btn i {
	height: auto;
	width: auto;
	position: static;
}
.product-quantity .input-group-btn-vertical .bootstrap-touchspin-up i:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:"\f067";
}
.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down i:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:"\f068";
}
.radio-label{border: 1px solid transparent;}
#product .product-information .color, #product .product-information .custom-checkbox input[type="checkbox"] + span.color{
	height: 20px;
    width: 20px;
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span{
	border: 1px solid #1a1a1a;
}
#product-modal .modal-content .modal-body {
    margin-left: 0;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 600px;
}
#product-modal .modal-content .modal-body .thumbnails{
	display:none;
}


/* laberTestimonial */
.laberTestimonial {margin-bottom:60px}
.laberTestimonial .item{
	padding: 0 15%;
    text-align: center;
}
.laberTestimonial .item .laberComment{
	color: #333e48;
    font-size: 15px;
	margin-bottom:30px;
}
.laberTestimonial .item .laberAuthor{
	border-top: 1px solid #eff1f1;
    color: #f2c557;
    display: inline-block;
    font-weight: bold;
    padding-top: 30px;
    text-transform: uppercase;
	margin-bottom:30px;
}
.laberTestimonial .item span.laberOffice{
	color: #333e48;
    font-weight: 400;
    text-transform: none;
}
.laberTestimonial .item .image span{
	border: 4px solid #f2c557;
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    width: 80px;
}
.laberTestimonial .owl-controls{text-align:center;padding-top:30px;}
.laberTestimonial .owl-pagination{display:inline-block;}
.laberTestimonial .owl-pagination .owl-page{
	 display: inline;
    float: left;
    margin: 0 3px;
}
.laberTestimonial .owl-pagination .owl-page span{
	border: 2px solid transparent;
    border-radius: 100%;
    display: block;
    height: 20px;
    width: 20px;
	position:relative;
}
.laberTestimonial .owl-pagination .owl-page span:before{
	background: #c2c2c2;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 4px;
    width: 8px;
}
.laberTestimonial .owl-pagination .owl-page.active span:before{background:none;}
.laberTestimonial .owl-pagination .owl-page.active span{border: 2px solid #f2c557;}
.policy.home-policy .policy-box{margin-bottom:30px;}
.policy.home-policy .policy-box .box-content {
    border: 1px solid #e2e2e2;
    background-color: #f6f6f6;
	padding: 10px;
}
.policy.home-policy .policy-box .box-content .icon-service, 
.policy.home-policy .policy-box .box-content .service-content, 
.policy.home-policy .policy-box .box-content .service-content .info-title h3 {
    display: block;
    text-align: center;
    margin: 0;
}

.policy .policy-box .box-content .icons:before, 
.policy .policy-box .box-content .icons:after,
.policy .policy-box .box-content .icons.flaticon-transport:before, 
.policy .policy-box .box-content .icons.flaticon-transport:after {
	font-size: 45px;
	line-height: 1;
	margin: 0;
}
.policy .policy-box .box-content .icons {
    color: #666666;
}

.policy .policy-box .box-content .service-content .info-title h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

.policy .policy-box .box-content .service-content .sub-title span {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    text-transform: none;
    display: block;
}

.hidden{display:none;}
#laberSocialBlock{
	position: fixed;
    right: 0;
    top: 25%;
    width: 45px;
    z-index: 999;
}
#laberSocialBlock ul{margin:0;}
#laberSocialBlock ul li{display: block;}
#laberSocialBlock ul li a{
	border-radius: 5px 0 0 5px;
    float: right;
    margin-bottom: 2px;
	color:#fff;
}
#laberSocialBlock ul li.laber-facebook a {background-color: #3b5998;}
#laberSocialBlock ul li.laber-twitter a {background-color: #62bdb2;}
#laberSocialBlock ul li.laber-rss a {background-color: #ff6600;}
#laberSocialBlock ul li.laber-youtube a {background-color: #c4302b;}
#laberSocialBlock ul li.laber-googleplus a {background-color: #db4a39;}
#laberSocialBlock ul li.laber-vimeo a {background-color: #00adef;}
#laberSocialBlock ul li.laber-pinterest a {background-color: #bd081b;}
#laberSocialBlock ul li.laber-instagram a {background-color: #000;}

#laberSocialBlock ul li a i {
    float: left;
    font-size: 20px;
    height: 43px;
    line-height: 43px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 43px;
}
#laberSocialBlock ul li a i:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 19px;
    position: absolute;
    right: -1px;
    top: 12px;
    width: 1px;
}
#laberSocialBlock ul li a > span{
	color: #fff;
    float: left;
    font-size: 11px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 43px;
}
#laberSocialBlock ul li a:hover > span {
    width: 160px;
}
#laberSocialBlock ul li a > span span.social-text {
    float: left;
    height: 43px;
    line-height: 43px;
    width: 0;
}

.quickview .laberSocialBlock,
.quickview .panel-product-line{
	display:none;
}
#main .page-footer{margin:0;}

@media (min-width: 992px){
	.laberProductGrid .item-inner.first-in-line{clear:left;}
}
@media (min-width: 768px) and (max-width: 991px){
	.laberProductGrid .item-inner.first-item-of-tablet-line{clear:left;}
}
@media (min-width: 480px) and (max-width: 767px){
	.laberProductGrid .item-inner.first-item-of-mobile-line{clear:left;}
}
@media (max-width: 479px){
	.laberProductGrid .item-inner{clear:left; width:100%;}
}
@media only screen and (min-width : 1199px){
	.laberMenu-top .search-widget .expand-more{line-height: 50px;}
	.laberMenu-top .laber-search.dropdown-menu{top: 50px;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.container{width:992px}
	.subpage .container{width:100%}
	.laberStatic .content-text {
		min-height: 225px;
		padding-top: 70px;
	}
	.laberStatic .content-text h3{
		font-size: 20px;
	}
	.laberStatic .content-text h4{
		font-size: 14px;
	}
	.laberLogo_manufacturer .owl-theme:hover .owl-prev,
	.laberProductGrid .owl-theme:hover .owl-prev{left: 10px;}
	.laberLogo_manufacturer .owl-theme:hover .owl-next,
	.laberProductGrid .owl-theme:hover .owl-next{right: 10px;}
	.lab_static .text {
		padding: 20% 10% 0 15%;
	}
	.laberColumnProductCategoty .laberProduct-container .laber-product-price-and-shipping{
		margin-bottom: 10px;
	}

}

@media only screen and (min-width : 768px) and (max-width : 991px){
	.container{width:100%;}
	.subpage .container{width:100%}
	.laberStatic .content-text {
		min-height: 170px;
		padding-top: 40px;
	}
	.laberStatic .content-text h3{
		font-size: 20px;
	}
	.laberStatic .content-text h4{
		font-size: 14px;
	}
	.laberProductGrid .lab_tab .laber-tab li a{
		font-size: 14px;
	}
	.laberLogo_manufacturer .owl-theme:hover .owl-prev,
	.laberProductGrid .owl-theme:hover .owl-prev{left: 10px;}
	.laberLogo_manufacturer .owl-theme:hover .owl-next,
	.laberProductGrid .owl-theme:hover .owl-next{right: 10px;}
	
	.lab_testimonials .item{margin:0;}
	.lab_static .text{padding:20% 0 0 15%;}
	.lab_static .text h4{font-size: 16px;}
	.lab_static .text h2{
		font-size: 20px;
		margin: 0 0 15px;
	}
	.lab_static .text p{margin:0 0 15px;}
}

@media only screen and (max-width : 767px){
	.laberGridList{display:none;}
	.owl-buttons{display:none;}
	.lab_testimonials .item{margin:0;}
	.support-footer-inner .support-info{
		margin-bottom:20px;
	}

	.lab_boxnp,
	.mypresta_scrollup{display:none;}
	.tabs .nav-tabs .nav-link{
		font-size:14px;
		padding: 0 15px;
	}
	
	.support-footer-inner .img{margin-bottom:15px;}
	.displayPosition3::before{
		height: 130px;
	}
	#content-wrapper, #left-column {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#product .tabs{padding:0;}
	.laberTitle h3, .laberProductGrid .laberCateTitle h3, .laberTitle .title_block h3{
		font-size: 16px;
	}
	
	
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
		padding: 0 15px;
		border-bottom: 1px solid #ebebeb;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper, 
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper{
		margin: 15px 15px 0;
		background: #fff;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper span, 
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper span{
		border-bottom: 1px solid #ebebeb;
		display: block;
		line-height: 45px;
		color: #333e48;
		text-transform: uppercase;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .link,
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper .link{
		padding:0 15px;
		margin-bottom:0;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .link li,
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper .link li{

	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .link li a,
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper .link li a{
		padding: 0;
		line-height: 40px;
		color: #656d74;
		font-weight: 500;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .link li.current a,
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector-wrapper .link li.current a{
		color:#febf00;
	}

	.labproductcategory .laberCateTitle,
	.labproductcategory .laberSub-cate {
		width: 100%;
		text-align: center;
	}
	.labproductcategory .laberCateTitle h3,
	.labproductcategory .laberSub-cate .laberSub-accordion{display:inline-block;margin:0;}
	.subpage .laberProductGrid .productName, .laberColumnProductCategoty .productName, .laberProductGrid .productName,
	.laberColumnProductCategoty .laberProduct-container .laber-product-price-and-shipping{margin-bottom:10px;}
}

@media (min-width : 544px) and (max-width : 767px){
	.laberStatic .content-text h4{font-size: 13px;}
	.laberStatic .content-text h3{font-size: 14px;}
	.laberStatic .content-text {min-height: 140px; padding-top: 20px;}
	.laberProductGrid .lab_tab .laber-tab li {
		padding: 0 10px;
	}
	.laberProductGrid .lab_tab .laber-tab li a{
		font-size: 14px;
	}
	
}
@media (max-width : 543px){
	.laberProductGrid .lab_tab .laber-tab li a{
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.laberCart .laberBottom{padding: 0 12px;}
	.laberImg-banner{margin-bottom:15px;}
	.laberImg-banner img{width:100%;}
}

/* end content */
/* ################################################################################################################ */
/* footer */

#footer  .collapse{display:block;}
#footer{
	padding:0;
	background-color:#222222;
}
/* laberFooter-top */
.laberFooter-top{

}
.laberFooter-top .container{
}
.logo-footer h3{
	color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
	font-weight:500;
	margin:0;
	font-family: "Montserrat",sans-serif;
}
.laberSocial{
	display: inline;
    float: right;
	padding:0 15px;
}
.laberSocial ul{margin:0;}
.laberSocial-sharing .labeTitle{
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
	margin-right: 12px;
	display:none;
}
.laberSocial-sharing  ul{
	margin-bottom:0;
}

.laberSocial-sharing  li a{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	color: #222;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.laberSocial-sharing  li a:hover {color:#f2c557;}
/* .laberSocial-sharing li.labertwitter a:hover ,
.laberSocial li.laber-twitter a:hover {
    color: #11c2ea;
}
.laberSocial-sharing li.laber-rss a:hover ,
.laberSocial li.laber-rss a:hover {
    color: #f8f634;
}
.laberSocial-sharing li.laberyoutube a:hover ,
.laberSocial li.laber-youtube a:hover {
    color: #ef5a4a;
}
.laberSocial-sharing li.labergoogleplus a:hover ,
.laberSocial li.laber-googleplus a:hover {
    color: #ed321e;
}
.laberSocial-sharing li.laberpinterest a:hover ,
.laberSocial li.laber-pinterest a:hover {
    color: #ed001c;
}
.laberSocial-sharing li.labervimeo a:hover ,
.laberSocial li.laber-vimeo a:hover {
    color: #11ddea;
}
.laberSocial-sharing li.laberinstagram a:hover ,
.laberSocial li.laber-instagram a:hover {
    color: #000;
} */
/* .laberSocial li.laber-twitter a:hover {
    color: #11c2ea;
}
.laberSocial li.laber-rss a:hover {
    color: #f8f634;
}
.laberSocial li.laber-googleplus a:hover {
    color: #ed321e;
}
.laberSocial li.laber-googleplus a:hover {
    color: #ed321e;
}
.laberSocial li.laber-pinterest a:hover {
    color: #ed001c;
}
.laberSocial li.laber-vimeo a:hover {
    color: #11ddea;
}
.laberSocial li.laber-instagram a:hover {
    color: #000;
} */
.block_newsletter{
	margin-bottom: 0;
	position: relative;
	border: none;
	background: #eeeeee;
	padding: 30px 15px;
}
#labernewsletter{float:left;display:inline;margin-right:30px;}
#labernewsletter h3.h3{
	color: #222222;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}
.laberForm{
    overflow: hidden;
}
.block_newsletter form {
    background: #cfcfcf;
    position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.laberConditions p{
	color: #333333;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.laberConditions p.alert-danger{
	background: transparent;
	border-color: #e73535;
	color: #e73535;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
}
.block_newsletter form .input-wrapper{}
.block_newsletter form input[type="text"]{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #aaaaaa;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	min-width: 0;
	padding: 0 15px;
	border-radius: 4px 0 0 4px;
}

.block_newsletter form input[type="text"]:-moz-placeholder, .block_newsletter form input[type="text"]::-moz-placeholder{
	color:#b6b6b6;
}
.block_newsletter form input[type="text"]:focus{
	border: 1px solid #1a1a1a;
	padding: 0 15px;
}

.block_newsletter form input.btn{
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0;
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	margin: 0;
	padding:0 20px;
	text-transform: uppercase;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.block_newsletter form input.btn:hover{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
.labercustomlinkHtml{padding:0 15px;color: #999;}
.labercustomlinkHtml a{
	color: #999999;
	padding: 0 5px;
}
.labercustomlinkHtml a:hover{
    color:#f2c557;
	text-decoration: underline;
}
/* laberFooter-center */
.laberFooter-center{
	padding:60px 0;
}
.laberFooter-center2{
	padding:30px 0;
	border-bottom:1px solid #393939;
	border-top:1px solid #393939;
}
.laberFooter-center .h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 35px;
	text-transform: uppercase;
}
.laberFooter-center ul{}
.laberFooter-center ul li{margin-bottom: 10px;} 
.laberFooter-center ul li a{
	color: #999;
    font-size: 14px;
    line-height: 25px;
}
.laberFooter-center ul li a:hover{color:#f2c557;text-decoration: underline;}

.laberFooter-center #laber-hotline ul li span{
	font-size: 14px;
    margin: 0;
	color:#999999;
}
.laberFooter-center #laber-hotline ul li h3{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
.laberFooter-center #laber-hotline ul li.btn{
	padding:0;
}
.laberFooter-center #laber-hotline ul li.btn a{
	border-radius: 3px;
    color: #222222;
    display: inline-block !important;
	font-size:14px;
	text-align:center;
    line-height: 35px;
    padding: 0 30px;
	border:1px solid #be952c;
	background: rgb(251,220,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,220,150,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,220,150,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdc96', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */
}
.laberFooter-center #laber-hotline ul li.btn a:hover{
	background: rgb(119,143,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,143,181,1) 0%, rgba(68,82,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,143,181,1) 0%,rgba(68,82,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778fb5', endColorstr='#445268',GradientType=0 ); /* IE6-9 */
	border-color:#445268;
	color:#fff;
}
#laberContact{}
#laberContact .item {
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
#laberContact .item i{
	color: #999999;
	font-size: 18px;
	left: 0;
	line-height: 25px;
	position: absolute;
	top: 3px;
}
.logo-footer a{display:block;margin-bottom:15px;}
.logo-footer p{
	color: #333e48;
    font-weight: 400;
    margin-bottom: 5px;
}
.laberFooter-center .laberContac p{
	color: #333e48;
    font-weight: 500;
    margin-bottom: 5px;
}
.laberFooter-center .laberContac p i{
	font-size: 18px;
    margin-right: 10px;
}
.laberFooter-center .laberContac p span{font-weight: 400;}
/* laberFooter-bottom */
.laberFooter-bottom{
}
.laberFooter-bottom .container{
	padding:25px 15px;
}
.custom-link{text-align:center;}
.custom-link ul{display:inline-block;padding:0;}
.custom-link ul li{float:left;display:inline;margin:0 10px;}
.custom-link ul li a{color:#666666;line-height:35px;}
.custom-link ul li a:hover{color:#1a1a1a;}

.copyright {
	color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}
.copyright a{
	color: #f2c557;
    font-weight: 700;
}
.laberFooter-bottom .logo-paypal {
    text-align: right;
}
.laberFooter-bottom .payment a {
    color: #333e48;
    display: inline-block;
    font-size: 35px;
}
.laber-media-body{overflow:hidden;}
.quickview .modal-header{
	padding: 0;
	background: transparent;
	margin: 0;
	height: 30px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px){

}

@media only screen and (min-width : 768px) and (max-width : 991px){
	.laberSocial li {
		margin: 0 5px 10px;
	}
	.laberFooter-center .h3{font-size: 14px;}
	.block_newsletter form input.btn{padding: 0 10px;}
}

@media only screen and (max-width : 767px){
	.logo-footer h3{margin-bottom:10px;}
	.laberFooter-center{padding-bottom: 20px;}
	.laberFooter-center .title{
		position:relative;
		color: #3a3838;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 10px;
		text-transform: uppercase;
	}
	.laberFooter-center .title .collapse-icons{
		color: #fff;
		cursor: pointer;
		line-height: 30px;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.laberFooter-center .h3{line-height: 30px;}
	.laberFooter-center .title  .collapse-icons .fa-plus-square-o{
		display:none;
	}
	.laberFooter-center .title.collapsed  .collapse-icons .fa-plus-square-o{
		display:inline-block;
	}
	.laberFooter-center .title.collapsed  .collapse-icons .fa-minus-square-o{
		display:none;
	}
	.laberLinda {
		margin-bottom: 15px;
	}
	.laberLinda .logoPaypal {
		padding-top: 15px;
	}
	
	#footer .laberFooter-center .collapse{
		display:none;
	}
	#footer .laberFooter-center .collapse.in{
		display:block;
	}
	.laberForm{width:100%;}
	.laberSocial{
		display: block;
		float: none;
		text-align: center;
		margin-bottom:15px;
	}
	.laberFooter-bottom{
		text-align:center;
	}
	.laberSocial ul{
		display:inline-block;
	}
	.copyright{
		display:inline-block;
		float: none;
	}
	#laberSocialBlock{display:none;}
	.laberFooter-bottom .payment a{font-size: 24px;}
	.products-selection{height: auto;}
	.products-sort-order{width:100%;margin-bottom: 15px;}
	.products-sort-order .select-title{width:100%}
	
	#category #left-column #search_filters{border:none;}
	#category #left-column #search_filters_wrapper{
		margin-left:0;
		margin-right:0;
	}
	#category #left-column #search_filters .facet{
		margin: 0;
	}
	#category #left-column #search_filters .facet .h6 {
		margin-bottom: 0;
		padding: 0 20px;
		display: inline-block;
		border: none;
		line-height: 40px;
	}
	.laberProduct .no-margin{
		margin:0 -15px;
	}
}
@media only screen and (max-width : 480px){
	.block_newsletter .laberConditions{
		 margin: 0 5% 30px;
	}
	
}
/* end footer */
