/*
 * 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;}
.margin-i{margin:0 -10px;}
.no-padding{padding:0;}
.laberthemes{padding:0 15px;}
/* header */
body{
	font-family: 'Open Sans', sans-serif;
	color:#71737a;
	font-size:14px;
	font-weight:400;
	line-height:20px;
}
a{
	color:#004586;
	-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: #71737a;
    font-size: 14px;
    font-weight: 400;
	line-height:25px;
}
#header{
}
#header a{color:#71737a;}
a:hover,
#header a:hover{
	color:#f89a20;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
.container {
    max-width:1170px;
}
/* nav */
.laberMedia-body{overflow:hidden;}
#header .header-nav {
    background-color: #fff;
	border:none;
    margin: 0;
    max-height:50px;
	box-shadow: 1px 1px 3px 0px rgba(51, 51, 51, 0.2); 
}
#header .header-nav #contact-link{
	margin:0;
}
.laber-contact-link li{
	color: #53555a;
    font-size: 13px;
    font-weight: normal;
    line-height: 50px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
}
.laber-contact-link li i{
	bottom: 0;
    color: #53555a;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 0;
}
#header .header-nav .user-info{
	margin:0;
}
#header .header-nav .user-info a{
	font-size: 13px;
	border-left: 1px solid #dddddd;
    color: #333;
    line-height: 50px;
    margin-left: 10px;
    padding-left: 10px;
}
#header .header-nav .user-info a:hover {
	color:#FDD91F;
}
#header .header-nav .user-info a:first-child{
	border:none;
}
#header .header-nav .user-info a span{
	color:#626262;
}
#header .header-nav .user-info a i{
	margin-right:5px;
	color:#53555a;
}
.dropdown:hover .expand-more{
	color:#53555a;
}
#_desktop_currency_selector,
#_desktop_language_selector{
	float:right;
	display:inline;
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector{
	margin:0;
	margin-right:0;
	padding-right:15px;
}
.laber-contact-link li.email:before,
#header .header-nav .currency-selector:before, #header .header-nav .language-selector:before{
	background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
}
#header .header-nav .currency-selector i.fa, #header .header-nav .language-selector i.fa{
	font-size: 12px;
}
.dropdown .expand-more{
	font-size: 15px;
	color: #53555a;
    line-height:50px;
    font-weight: 600;
}
.currency-selector-wrapper ._gray-darker {
	border-right: 1px solid #ddd;
    margin-right: 15px;
    padding-right: 15px;
}
.dropdown-menu{
	background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    left: inherit;
    margin: 0;
    padding: 10px 15px;
    left: 0;
}
.dropdown-menu li{}
.dropdown-item{
	color: #666666;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 5px 0;
}
.collapsing, .dropdown, .dropup {
    
}
#header .dropdown-menu li a.dropdown-item:hover,
#header .dropdown-menu li.current  a.dropdown-item {
	color:#1a1a1a;
}
.laberLogo{
	/*padding-bottom: 10px;
    padding-top: 10px;*/
	position: relative;
    /*z-index: 99;*/
}
.laberLogo a{display:inline-block;}
/* displayTop */
#header .header-top{
	padding:30px 0;
}
#header .header-nav .blockcart{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
#header .wishtlist_top{
	border: 2px solid #f1f1f1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 45px;
	color:#2f3034;
	margin-right: 10px;
}
#header .wishtlist_top .cart-wishlist-number{
    background: #fcd708 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
}
#header .laber-cart{
    height: 40px;
    position: relative;
}
#header .laber-cart a.cart {
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 45px;
	color:#2f3034;
}
#header .laber-cart a.cart i{display:inline-block;}
.laber-cart a.cart span{
	color: #343434;
    display: block;
    font-size: 14px;
}
#header .laber-cart .cart_block{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 4px #e1e1e1;
    padding: 30px;
    position: absolute;
    right: 0;
    top: auto;
    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:hover .cart_block{
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	visibility: visible;
}
#header .laber-cart .cart_block .products{overflow:hidden;margin-bottom:15px;padding-right: 15px;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: 60px;
	border:1px solid #e1e1e1;
}
#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: 400;
    text-transform: none;
}
#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: #2f3034;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
#header .laber-cart .cart_block .products .cart-info h2 a {
	color: #f89a20;
}
#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: #333e48;
    font-weight: bold;
    font-size: 16px;
}
#header .laber-cart .cart_block .cart-buttons{text-align:center;}
#header .laber-cart .cart_block .cart-buttons a{
	background-color: #f89a20;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}
#header .laber-cart .cart_block .cart-buttons a:hover{
	background-color:#f89a20;
}
#header .laber-cart .cart_block .no-item{margin-bottom:0;}

#header .header-nav .laber-cart a{
	color: #fff;
	font-size: 14px;
    display: block;
    line-height: 42px;
    position: relative;
}
#header .header-nav .blockcart a:hover{
	color:#626262;
}
#header .laber-cart a .amount{
	padding-left: 35px;
    padding-top: 10px;
}
#header .laber-cart a .cart-products-count{
	background: #f89a20 none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 0px;
    width: 18px;
}
#header .laber-cart a .cart-products-count{
	top: -4px;
}
#header .laber-cart a .icons {
	background: rgba(0, 0, 0, 0) url("../img/cart_top.png") no-repeat scroll center top;
    color: #d60d46;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}
/* search */
#header .header-top .position-static{
	position: relative;
    z-index: 99;
}
.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 (min-width: 992px){
	#header .laber-cart a.cart {
    width: 100%}
    #header .laber-cart a .cart-products-count{
    right: 57px;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.search-widget {
		margin-right: 15px;
	}
	#header .wishtlist_top{
		margin-right: 5px;
	}
	#header .laber-cart a.cart {
    width: 100%}
    .currency-selector-wrapper ._gray-darker {
    margin-right: 5px;
    padding-right: 5px;}
}
@media only screen and (max-width : 767px){
	
	#header .header-nav{
		max-height: none;
		padding: 15px 0;
		background-color:#fff;
	}
	#header .header-top{padding:0;}
	#header .header-top,
	#header{background-color:#fff;}
	.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: 35px;
		color: #1a1a1a;
	}
	
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a i{
		color:#1a1a1a;
		margin-right:5px;
	}
	.laber-contact-link li i{color:#2a2a2a;}
	.laber-contact-link li{
		color: #2a2a2a;
		line-height: 35px;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#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;
	}
	
	.header-top .search-widget{padding:0;}
	#header .header-nav .blockcart{margin-right:15px;}
	#header .header-nav .laber-cart a{
		color: #2f3034;
		font-size: 20px;
	}
	#header .laber-cart .cart_block{
		display:none;
	}
	#header .header-nav .blockcart.inactive .amount,
	#header .header-nav .blockcart.inactive .cart-products-count{
		display:block !important;
	}
	#header .header-nav .blockcart a:hover{color:#1a1a1a;}
	#header .header-nav #menu-icon {
		font-size: 24px;
		height: 45px;
		line-height: 45px;
		margin-left: 15px;
		color: #2a2a2a;
	}
	#header .header-nav #menu-icon .material-icons {
		line-height: 42px;
	}
	
	#header .header-nav .top-logo{text-align:center;width:auto;line-height:45px;}
	#header .header-nav .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%;
	}
	
}

@media (max-width : 380px){
	#header .header-nav .top-logo{
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		clear: both;
		float: left;
		margin-top: 10px;
		padding: 15px 0;
		width: 100%;
	}
}
@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;}
}

/* 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: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    bottom: 0;
    color: #333;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 33px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;
}
.mypresta_scrollup:hover{
	background: #1a1a1a;
    border: 1px solid #1a1a1a;
	color:#fff;
}
.mypresta_scrollup.open {
    bottom: 30px;
    opacity: 1;
    z-index: 999;
}

#wrapper{
	background-color:#fff;
    box-shadow: 0 0 0;
    padding: 0;
}
.subpage  #wrapper{
	position: relative;
    z-index: 1;
}
.owl-item .item-inner{
	/*padding:0 15px;*/
}

/* tab */
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {background:none;}
.laberProductGrid .lab_tab{
	/*border-bottom: 1px solid #eee;*/
    height: 45px;
    margin-bottom: 30px;
}
.laberProductGrid .lab_tab .laber-tab{
	display:inline-block;
	border: medium none;
}
.laberProductGrid .lab_tab .laber-tab li{
	margin-right:25px;
}

.laberProductGrid .lab_tab .laber-tab li a{
	border: medium none;
    color: #111111;
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
}
.laberProductGrid .lab_tab .laber-tab li a:hover,
.laberProductGrid .lab_tab .laber-tab li a.active {
	color:#333;
}

/* column */
.labcolumn{
	margin-bottom:30px;
	position:relative;
}
.labcolumn  .title_block{
	border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.labcolumn  .title_block h3{
	color: #333e48;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.labcolumn  .labProductFilter .item{
	margin-bottom:30px;
}
.labcolumn  .labProductFilter .item .thumbnail{
	display: block;
    margin-right:10px;
    width: 85px;
}
.labcolumn  .labProductFilter .item .laber-product-description{}
.labcolumn  .labProductFilter .item .variant-links{}

.laberProductGrid .disabled {
    cursor: no-drop;
}
.labcolumn:hover .owl-prev, .labcolumn:hover .owl-next {
    opacity: 1;
}
/* laberProductGrid */
.laberProductGrid{position:relative;margin-bottom:0px;}
.laberProductGrid .owl-carousel .owl-wrapper-outer{padding-bottom: 10px;}
.laberProductGrid .item{
	/*padding:0 2px;*/
	padding=-bottom:30px;
	position:relative;
}
.laberProductGrid .item:hover{
	z-index:10;
}
.laberProduct-container {
	border:1px solid #ddd;
}
.laberProductGrid .laberProduct-image{
	margin: 10px;
}
.laberColumnProducts  .thumbnail,
.laberProductGrid .laberProduct-image .thumbnail{
	display:block;
	position:relative;
}
.laberColumnProducts  .thumbnail .hover_image,
.laberProductGrid .laberProduct-image .thumbnail .hover_image{
	bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 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;
}
.laberColumnProducts .item:hover  .thumbnail .hover_image,
.laberProductGrid .item:hover .laberProduct-image .thumbnail .hover_image{
	opacity: 1;
}
.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: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;


}
.laberProductGrid .lab_tab .laber-tab li a:before{
	background: #f89a20;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
	opacity:0;
	margin-bottom: -12px;
	-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 .lab_tab .laber-tab li a:hover:before,
.laberProductGrid .lab_tab .laber-tab li a.active:before {
	left: 0;
    opacity:1;
    right: 0;
}
.laber-product-description {
	height: 105px;
	padding:0 70px 0 15px;
	position: relative;
}

.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{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 2px 5px 5px 0 #eee;
    left: -1px;
    opacity: 0;
	bottom:-40px;
    position: absolute;
    right: -1px;
    text-align: center;
    z-index: 100;
    -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  .laberActions:before{
	border-top: 1px solid #e6e6e6;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
}
.labAccordion .laberSub-cate {
	position: absolute;
    right: 100px;
    top: 30px;
}
.labAccordion .laberSub-cate ul{
	margin-bottom:0;
}
.labAccordion .laberSub-cate li a {
	font-size: 16px;
	color: #808080;
}
.labAccordion .laberSub-cate li a:hover {
	color: #FEE21F;
}
.laberActions .pull-left .product-item-wishlist .fa {}
.laberProductGrid.pull-left .fa {
	color: #fff;
}

.laberProductGrid .item:hover .laberActions{
	opacity: 1;
	bottom:-30px;
}
.laberProductGrid .item:hover .laberProduct-container:hover  {
	box-shadow: 1px 4px 5px 1px #e2e2e2;
}
.laberProductGrid .item:hover .laber-product-description h2 a {
	text-decoration: underline;
}
.laberProductGrid .laberwishlist,
.laberProductGrid .laberQuick {
	padding: 0 45px;
    width: 100%;
    float: left;
    display: inline;
}
.laberProductGrid .laberwishlist a,
.laberProductGrid .laberQuick a{
	color: #888888;
    line-height: 50px;
}
.laberProductGrid .laberwishlist a i,
.laberProductGrid .laberQuick a i{
	margin-right:5px;
}
.laberProductGrid .laberwishlist a:hover,
.laberProductGrid .laberQuick a:hover{
	color: #f89a20;
}
.laberProductGrid .item {
	margin-bottom: 30px;
	padding: 5px;
	padding-right: 10px;
}
.laberProductList .item-inner .laberSale-label,
.laberProductList .item-inner .laberNew-label,
.laberProductGrid .laberSale-label,
.laberProductGrid .laberNew-label{
	color: #fff;
    display: block;
    font-size: 13px;
	font-weight:600;
    height: 60px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 60px;
	z-index:2
}
.laberProductList .item-inner .laberSale-label span,
.laberProductList .item-inner .laberNew-label span,
.laberProductGrid .laberSale-label span,
.laberProductGrid .laberNew-label span{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display:block;
	position:relative;
	z-index:5;
	position: absolute;
    right: 5px;
    top: 5px;
}
.laberProductList .item-inner .laberSale-label:after,
.laberProductList .item-inner .laberNew-label:after,
.laberProductGrid .laberSale-label:after,
.laberProductGrid .laberNew-label:after{
    border-color: #2d9907 #2d9907 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.laberProductList .item-inner .laberSale-label,
.laberProductGrid .laberSale-label{
	color:#fff;
	z-index:4;
}
.laberProductList .item-inner .laberSale-label:after,
.laberProductGrid .laberSale-label:after{
	 border-color: #feda12 #feda12 transparent transparent;
}
.laberColumnProducts  .reduction_percent_display,
.laberProductGrid  .reduction_percent_display{
	background: #cd1212;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    padding: 2px 5px;
}
.laberColumnProducts .laberStock,
.laberProductGrid .laberStock{
	color: #cd1212;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}
.subpage .laberProductGrid .productName,
.laberColumnProducts .productName,
.laberProductGrid .productName{
	width: 100%;
	float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: none;
}
.laberProductList .old-price ,
.laberColumnProducts .old-price ,
.laberProductGrid .old-price {
    font-size: 19px;
	color: #555555;
    text-decoration: line-through;
}
.laberProductList .price ,
.laberColumnProducts .price ,
.laberProductGrid .price {
	color: #555555;
    font-size: 19px;
}
.laber-product-price-and-shipping{margin-bottom:12px;width: 100%;}
.laberProductList .price.laberSale, 
.laberColumnProducts .price.laber-price, 
.laberProductGrid .price.laberSale,
.price.special-price{
	color:#cd1212;
}
.laberCategoryFeature .owl-buttons,
.laberColumnProducts .owl-buttons,
.laberProductGrid .owl-buttons{
	background: #fff none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0 15px;
}
.laberColumnProducts .owl-buttons{
	top:0;
}
.laberCategoryFeature .owl-next,
.laberCategoryFeature .owl-prev,
.laberColumnProducts .owl-next,
.laberColumnProducts .owl-prev,
.laberProductGrid .owl-next,
.laberProductGrid .owl-prev{
	color: #2f3034;
	background-color:#f4f4f4;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 35px;
	width:35px;
    line-height: 34px;
    margin-bottom: 0;
    margin-left:5px;
    border-radius: 50%;
    text-align: center;
	-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 .disabled{
	cursor: no-drop !important;
}
.laberCategoryFeature .owl-next:hover,
.laberCategoryFeature .owl-prev:hover,
.laberColumnProducts .owl-next:hover,
.laberColumnProducts .owl-prev:hover,
.laberProductGrid .owl-next:hover,
.laberProductGrid .owl-prev:hover{
	color:#fff;
	background-color:#333;
}

.laberProductGrid  .labersub-cat{
	background: #fff none repeat scroll 0 0;
    position: absolute;
    right: 100px;
    top:25px;
}
.laberProductGrid  .labersub-cat .sub-cat-ul{overflow:hidden;margin:0;}
.laberProductGrid  .labersub-cat .sub-cat-ul li{float:left;display:inline;padding: 0 15px;}
.laberProductGrid  .labersub-cat .sub-cat-ul li a{color:#666666;font-size:16px;}
.laberProductGrid  .labersub-cat .sub-cat-ul li a:hover{color:#f89a20;}

.laberProductGrid .laberContainer{
	border-bottom:none;
    overflow: hidden;
}
.product-flags{
	left: 15px;
    top: 15px;
}
.product-flags li{
	background: #f89a20 none repeat scroll 0 0;
    border-radius: 0x;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 0 10px;
    text-transform: uppercase;
}
.product-flags li.new{background-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;}

/* laberStatic */
/* laberColumnProducts */
.laberColumnProducts{
	position:relative;
	margin-bottom:60px;
}
.laberColumnProducts .title-name{
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
}
.laberColumnProducts .title-name a{
	border-bottom: 2px solid #f89a20;
    color: #333333;
    font-size: 20px;
    padding-bottom: 15px;
	display: inline-block;
}
.laberColumnProducts .laberSub-cate{
	position: absolute;
    right: 100px;
    top: 0;
}
.laberColumnProducts .laberSub-cate li{
	margin:0 15px;
}
.laberColumnProducts .laberSub-cate li a{
	color: #2f3034;
    display: block;
    font-size: 16px;
    line-height: 45px;
}
.laberColumnProducts .laberSub-cate li a:hover{
	color:#fdd80b;
}
.laberColumnProducts .laberColumnContent{
	overflow:hidden;
	min-height: 330px;
	border-bottom:none;
}
.laberColumnProducts .laberColumnContent .laberProducts-List{
	margin:0 -1px;
}
.laberColumnProducts .item-inner{}
.laberColumnProducts .item-inner .item{
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
}
.laberColumnProducts .item-inner .item .product-thumbnail{
	border: 1px solid #eeeeee;
	margin-right:15px;
}
.laberColumnProducts .item-inner .item:last-child {
	border-bottom:none;
}
.item-inner .item:hover .productContainer .laber-content h2 a {
	text-decoration: underline;
}


.laberColumnProducts .laber-image{
	border: 1px solid #eee;
}
.laberColumnProducts .laberQuick{
	margin:0 5px;
	opacity:0;
}
/* ############ */
.laberColumnProducts .laberCateTitle {
	border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    width: 99%;
}
.laberProductGrid .laberCateTitle{
	border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.laberColumnProducts .laberCateTitle h3,
.laberProductGrid .laberCateTitle h3{
    display: inline-block;
    line-height: 45px;
    margin: 0;
    padding: 0;
}
.laberColumnProducts .laberCateTitle h3 .icon_cat,
.laberProductGrid .laberCateTitle h3 .icon_cat{margin-right:10px;}
.laberColumnProducts .laberCateTitle h3 a,
.laberProductGrid .laberCateTitle h3 a{
	color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 10px;
}


.laberCateTitle h3 a::before{
	border-bottom: 2px solid red;
    bottom: -47px;
    content: "";
    display: block;
    left: 0;
    position: relative;
    width: 100%;
}




.laberProductGrid .title_block ,
.laberTitle .title_block {
	margin-bottom: 30px;
	
	border-bottom:1px solid #ebebeb;
}
.laberProductGrid .title_block .title-name a,
.laberProductGrid .title_block h3,
.laberTitle .title_block h3{
	color: #222222;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
	position:relative;
	padding-bottom:15px;
	border-bottom:2px solid #f89a20;
}
.laberStatic{margin-bottom:0px;}
.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%;
}

.support-footer-inner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
	padding: 15px 0px;
}
.support-footer-inner .support-info {
    cursor: pointer;
    padding: 15px 0px;
    position: relative;
    text-align: center;
}

.support-footer-inner .support-info:last-child {
    border-right: medium none;
}
.support-footer-inner .info-title {
    color: #8d8f98;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    min-height: 60px;
    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;
}
.support-footer-inner .info-title i {
    color: #8d8f98;
    display: block;
    font-size: 36px;
    margin-bottom: 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;
}
.support-footer-inner .info-title .content_static p {
    margin: 0;
	font-weight: 600;
}
.support-footer-inner .support-info:hover .info-title p, 
.support-footer-inner .support-info:hover .info-title i, 
.support-footer-inner .support-info:hover .info-title {
    color: #333;
}
.info-title .img {
	margin-bottom: 10px;
}
.row-normal {
	border-right: 1px solid #eee;
}
.content_static span {
	color: #aaa;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}
/* countdown */
.laberSpecialPro{
	
}
.laberProductGrid .laberSpecialPro .owl-item .item{
	border:none;
}
.laberProductGrid .laberSpecialPro .item .laberSale-label{
	font-size: 22px;
    font-weight: 600;
    height: 100px;
    right: -15px;
    top: -30px;
    width: 100px;
}
.laberProductGrid .laberSpecialPro .item .laberSale-label span{
	right: 20px;
    top: 12px;
}
.laberProductGrid .laberSpecialPro .item .laberSale-label:after{
	border-width: 50px;
	border-color:#cd1212 #cd1212 transparent transparent;
}
.laberProductGrid .laberSpecialPro .item{
	padding:30px 15px;
	margin:0;
}
.laberSpecialProducts{
	margin-bottom:30px;
	border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 15px;
}
.laberColumnProducts  .product-miniature{
	margin-bottom:15px;
}
.laberColumnProducts .product-miniature:last-child{margin:0;}
.laberColumnProducts .thumbnail{
	width: 90px;
}
.laberSpecialProducts .item .title h3{
	color: #2f3034;
    font-size: 24px;
    margin-bottom: 20px;
}
.laberSpecialProducts .owl-buttons{
	padding: 0;
    right: 15px;
    top: 10px;
}
.laberSpecialProducts .owl-buttons .owl-prev,
.laberSpecialProducts .owl-buttons .owl-next{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: auto;
    margin-left: 10px;
}
.laberSpecialProducts .owl-buttons .owl-prev:hover,
.laberSpecialProducts .owl-buttons .owl-next:hover{
	color:#f89a20 ;
}
/* laber manufacturer */
.laberLogo_manufacturer{}
.content-manufacturer{
	position:relative;
	background-color: #f8f8f8;
}
.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:#333;
}

#blockcart-modal .product-name{
	font-size: 14px;
    font-weight: 600;
    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{
	background: #fff none repeat scroll 0 0;
    box-shadow:0 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 30px;
    padding: 0 20px;
    text-transform: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.btn-primary{
	background-color: #f89a20;
	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-color:#1a1a1a;border-color:#1a1a1a;
	color:#fff;
}
/* quickview */
.quickview .mask{
	height: auto;
}
.quickview .modal-content {
    background: #fff;
}
.images-container .product-images > li.thumb-container > .thumb {
    border: 1px solid #eeeeee;
    box-shadow: 0 0 0;
    margin-right: 0.8125rem;
    width: 70px;
	margin: 0 10px 0 0;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover{
	border: 1px solid #f89a20;	
}
.scroll-box-arrows i {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 100%;
    bottom: 8%;
    color: #696969;
    cursor: pointer;
    height: 22px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    width: 22px;
}
.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:#f89a20;
	background-color:#f89a20;
	color:#fff;
}
#main .images-container .js-qv-mask.scroll {
    margin: 0 auto;
    width: calc(100% - 45px);
}
.quickview .panel-product-line{
	display: inline;
    float: right;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}
.quickview .laberSocial-sharing{
	float:left;
	display:inline
}
/* 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;}
#products.active_list .laberProductList{display:block;}
#js-product-list .laberProducts{margin:0;border-bottom:none;}

#js-product-list .laberProductGrid .item-inner{
	min-height: 355px;
	margin-bottom: 20px;
}
#js-product-list .laberProductGrid .item{
	border:none;
	min-height:0;
	padding: 0 0 15px;
	border: 1px solid #ddd;
}
#js-product-list .laberProductGrid .item:hover {
	box-shadow: 0 2px 5px 1px #eee;
}
#js-product-list .laberProductGrid .item:hover .laber-product-description .laberActions {
	opacity: 1;
}
#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 10px;
}
.products-sort-order .select-title {
	border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    padding: 0 15px;
	max-width:285px;
}
.products-sort-order .select-title  .material-icons{
	line-height: 35px;
}
.products-sort-order .dropdown-menu {
	background-color: #fafafa;
}
.products-sort-order .select-list:hover{
	background-color:#1a1a1a;
}
#category #search_filter_toggler{
border: 1px solid #ddd;
    box-shadow: 0 0 0;
    padding: 0 10px;
    width: 100%;
}
.category-cover{margin: 0;}
.block-category {
	border: medium none;
    box-shadow: 0 0 0;
    margin: 30px 0px;
    min-height: 0;
    padding: 0;
}
.subpage  h2.h2,
.block-category h1.h1{
    color: #1a1a1a;
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-transform: none;
}
#category-description.text-muted{
	line-height: 25px;
}
/* breadcrumb  */
.laberBreadcrumb{
	padding:30px 0
}
.breadcrumb{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block !important;
    margin: 0;
	padding:0;
}
.breadcrumb ol {
    display: inline-block;
	padding: 0;
	margin:0;
}
.breadcrumb ol li{
	color: #333333;
    float: left;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 500;
    list-style: outside none none;
    padding: 0 15px;
    position: relative;
	line-height: 1;
}
.breadcrumb ol li:first-child{padding-left:0;}
.breadcrumb ol li a{
	color: #333333;
}
.breadcrumb ol li:before{
	content:"\f105";
	color: #343434;
    font-family: fontawesome;
    font-size: 13px;
    left: -4px;
    position: absolute;
}
.breadcrumb ol li:first-child:before{display:none}
/* left column */
#search_filters, #search_filters_brands, #search_filters_suppliers,
.block-categories{
	box-shadow: 0 0 0;
    margin-bottom: 20px;
    padding: 0;
}	
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
	border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
}
#left-column .h6{
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    padding: 0;
	margin:0;
    position: relative;
	text-transform: none;
	border-bottom: 1px solid #dfdfdf;
}
#left-column #search_filters .h6{margin-bottom:30px;}
#left-column .facet .h6{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
	text-transform: none !important;
}
#left-column .facet .h6:before{display:none;}

#left-column .category-top-menu .h6 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    text-transform: none;
}
ul.category-top-menu{
	padding:0 15px;
	border:1px solid #dfdfdf;
}
.block-categories .category-sub-menu{
    margin: 0;
    padding:0;
}
.block-categories .category-sub-menu ul{
	border:none;
	padding:0;
}
.block-categories .category-sub-menu li{
	border-bottom: 1px solid #dfdfdf;
}
.block-categories .category-sub-menu li:last-child{border:none;}
.block-categories .category-sub-menu li[data-depth="0"] > a {
	border-bottom: medium none;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.block-categories .category-sub-menu li[data-depth="1"] .arrows{
	
}
.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: inline-block;
    line-height: 35px;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover{
	color: #1a1a1a;
}
/* laberGridList */
#products-header {
	padding: 0px;
	height: 90px;
}
.products-selection{
	background: #f5f5f5 none repeat scroll 0 0;
    height: 70px;
    margin-bottom: 15px;
    padding: 19px;
}
.laberGridList {padding: 18px 0 0 11px;}
.laberGridList .display-title{
	color: #333333;
    font-size: 15px;
    line-height: 35px;
    margin-right: 15px;
    padding: 0;
}
.laberGridList  li {margin-right: 5px;}
.laberGridList  li a{
	border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    background: #ccc;
    border-radius: 5px;
}
.laberGridList  li a:hover,
.active_list .laberGridList  li#list a,
.active_grid .laberGridList  li#grid a{
	background: #f89a20;
	border-color: #f89a20;
    color: #fff;
}
/* laberProductList  */
.laberProductList {}
.laberProductList .item-inner {
	border-bottom: 1px solid #eee;
    margin: 0 15px 20px;}
.laberProductList .item-inner .laberProduct-image{
	position:relative;
}


.laberProductList  .item-inner .reduction_percent_display{
	background: #cd1212 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    padding: 2px 5px;
}
#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{
	border-radius: 100%;
    height: 15px;
    margin: 0 5px 0 0;
    width: 15px;
}
.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;
}
#js-product-list .laberProductList.laberProducts{
	border:none;
}
#js-product-list .laberProductList.laberProducts .laberProduct-container {
	border: none;
}
#js-product-list .laberProductList.laberProducts .laberProduct-container #product-availability {
	border-bottom:none; 
}
.laberProductList .laber-product-description{
	padding:20px 0;
}
.laberProductList .description_short{
	line-height: 25px;
	 margin-bottom: 15px;
}
.laberProductList .description_short p{
	color: #858585;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.subpage .laberProductList .laber-product-title{
	color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
	margin-bottom: 15px;
}

.laberProductList .laber-product-price-and-shipping{
	padding-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.laberProductList .laberBottom{
	margin-right: 5px;
}
.laberProductList .laberItem a{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 35px;
	-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 .laberBottom.disabled{
	color: #fff;
    cursor: no-drop;
    font-size: 44px;
}
.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,
.laberProductList .laberBottom:hover span{
	margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.laberProductList .laberItem a:hover{
	background-color:#fcd605;
	border-color:#fcd605;
	color:#fff;
}
.laberProductList .Out-stock,
.laberProductList .available_now{
	color:#1a1a1a;
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.laberProductList .Out-stock{
	color:#d60d46;
}
/* product categoty */
.list {
 margin: 25px -15px 0;
}
.laberProducts-column{
	background:#fff;
	padding:15px 0;
}
.labcolumn .laberProduct-container{
	border: 1px solid transparent;
	background-color:#fff;
}
.labcolumn .laberProduct-container:hover {
    border-color: #e1e1e1;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.13);
}
.labcolumn .laberProduct-image{
	margin-right: 15px;
    position: relative;
    width: 170px;
}
.labcolumn .laberProduct-container .laber-product-description{
	padding:15px 0;
}
.labcolumn .laberProduct-container .laber-product-price-and-shipping{
	margin-bottom:15px;
}
.laberProductGrid .laberCart{
	padding: 0 15px;
    position: absolute;
    right: 0;
    top: 5px;
}
.laberCart .laberBottom{
	background:none;
    border: none;
    bottom: 46px;
    color: #222222;
    font-size: 12px;
    font-weight: 600;
	padding:0;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.laberCart .laberBottom i{
	background: #dddddd url("../img/cart1.png") no-repeat scroll center center;
    border-radius: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberCart .laberBottom:hover i,
.laberProductGrid .item:hover .laberBottom i {
	background: #f89a20 url("../img/cart2.png") no-repeat scroll center center;
}
.products-sort-order .select-list {
    color: #414141;
    display: block;
    font-size: 14px;
    padding: 5px 15px;
}
/* pagination */
.pagination {
	padding: 0px 30px 0;
    width: 100%;
}
.laberPagination{text-align:right;margin-top: 20px;}

.pagination .page-list{
	padding:0;
	display:inline-block;
	background:none;
}
.pagination .page-list li{
	float:left;
	margin:0 1px;
}

.pagination .page-list li a{
	border: 1px solid #dfdfdf;
	background-color:#fff;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.pagination .page-list li a:hover ,
.pagination .page-list li a.disabled {
	color:#f89a20;
}
.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{
	/*padding: 0 15px;*/
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;	
    text-align: left;
}
#main .page-content h1, #main .page-header h1{
	color: #333333;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}
.form-control {
    border: 1px solid #eee;
    background: #fff;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
/* product detail */
#product .product-cover {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    position: relative;
}
#product #content{
	max-width: none;
}
#product h1.h1 {
	color: #018599;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: none;
}
#product .product-description-short,
#product .product-description-short p{
	color:#71737a;
	font-size:14px;
}
#product .product-prices{
    text-align: center;
}
.product-prices {
	text-align: center;
}
#product .current-price span{
	color: #018599;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
}
#product  .product-discount .regular-price{
	color: #aaa;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
#product .has-discount .discount{
	color: #2f3034;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.product-information p{
	color: #8e8e8e;
    font-size: 13px;
    line-height: 25px;
}
.product-actions .control-label, .product-prices .tax-shipping-delivery-label {
	color: #2f3034;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.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: 40px;
    /*margin-top: 40px;*/
    padding: 0 0px;
}
.tabs .nav-tabs{
	border:none;
	display: inline-block;
	width:100%;
	/*border:none;*/
	height:50px;
}
.tabs .nav-tabs .nav-item{
	margin: 0 10px 0 0;
    /*padding: 0;*/
}
.tabs .nav-tabs .nav-link {
	border: 0 solid transparent;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 15px;
	line-height: 45px;
}

.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover{
	/*background-color:#018599;*/
	color:#2fb5d2;
	border:none;
	border-bottom: 3px solid orange;
}
.tabs .tab-content{
	/*border: 1px solid #ececec;*/
    padding-top: 30px;
    text-align: left;
}
.tabs .tab-pane{
	padding:0;
}
.tabs .product-description{
	line-height: 23px;
}
.tabs .product-description p{
	color:#8e8e8e;
}
.tab-content.labContent .tab-pane{
	border-bottom:none;
    overflow: hidden;
}
.product-features {
    margin-left: 0;
    margin-top: 10px;
}
.Categoryproducts .title_block,
.product-accessories .title_block{
    padding-bottom: 0;
    width: 90%;
}
.product-accessories .title_block h3{}
.Categoryproducts .laberCate,
.product-accessories .laberAcce{
	
}
.product-actions .add-to-cart {
	background: #f89a20 none repeat scroll 0 0;
    border-color: #f89a20;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
}
.product-actions .add-to-cart:hover{
	background-color:#2f3034;
	border-color:#2f3034;
}
.product-quantity #quantity_wanted {
	background-color: #eee;
    border: medium none;
    color: #414141;
    height: 38px;
    padding: 0 10px;
    text-align: center;
    width: 35px;
}
.product-quantity .qty{width:85px;}
.product-quantity .input-group-btn-vertical .btn {
	display: block;
    height: 20px;
    line-height: 20px;
    padding: 8.2px;
    text-align: center;
}
.product-quantity .input-group-btn-vertical .btn i {
	bottom: 0;
    font-size: 1rem;
    height: auto;
    left: 0;
    line-height: 23px;
    right: 0;
    top: 0;
    width: auto;
    color: #fff;
    background: #aaa;
}
.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-backdrop.in{display:none;}
#product .modal-open .modal{background:rgba(0, 0, 0, 0.5);}
#main .page-footer{margin:0;}
@media (min-width: 992px){
	.laberProductGrid .item-inner.first-in-line{clear:left;}
	#header .laber-cart a.cart {
    width: 100%}
}
@media (min-width: 768px) and (max-width: 991px){
	.laberProductGrid .item-inner.first-item-of-tablet-line{clear:left;}
    .product-quantity .qty {
    width: 64%;}
    .Categoryproducts .title_block,
	.product-accessories .title_block{
    padding-bottom: 0;
    width: 85%;}
}
@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%}
	.laberProductGrid .lab_tab .laber-tab li a{
		font-size: 18px;
	}
	.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%;
	}
	.laber-product-price-and-shipping {}
}

@media only screen and (min-width : 768px) and (max-width : 991px){
	.container{width:100%;}
	.subpage .container{width:100%}
	.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;}
	.laberSpecialProducts .item-inner h2.h2 a{font-size: 35px;}
	.laberSpecialProducts .owl-controls .owl-buttons{
		right: 10px;
	}
	.laberSpecialProducts .item-inner h2.h2 a{
		font-size: 18px;
	}
	.laberSpecialProducts .item .laberCart {
		margin-bottom: 15px;
	}
	.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount{font-size: 20px;}
	.laberColumnProducts .laberSub-cate li{margin: 0 10px;}
	.laberColumnProducts .laberSub-cate li a{font-size: 13px;}
}

@media only screen and (max-width : 767px){
	.laberGridList{display:none;}
	.owl-buttons{display:none;}
	.lab_testimonials .item{margin:0;}
	.content-manufacturer{
		margin-bottom: 0;
		padding: 20px 0;
	}
	#header .laber-cart {
    border-left:none;}
	.lab_boxnp,
	.mypresta_scrollup{display:none;}
	.tabs .nav-tabs .nav-link{
		font-size:14px;
	}
	.laberSpecialProducts .item-inner h2.h2{padding: 20px 0;}
	.laberSpecialProducts .item-inner .price,
	.laberSpecialProducts .item-inner .old-price,
	.laberSpecialProducts .item-inner h2.h2 a{font-size: 20px;}
	.laberSpecialProducts .item-inner .countdown-row .countdown-section {
		margin-right: 5px;
		width: 23.5%;
	}
	.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount{
		font-size: 15px;
		min-width: 45px;
		padding: 0 10px;
	}
	.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-period {
		font-size: 14px;
		padding-top: 5px;
	}
	.laberSpecialProducts .item-inner .laberItem a, .laberSpecialProducts .item-inner .laberBottom{
		margin: 0 10px 0 0;
	}
	
	.displayPosition3::before{
		height: 130px;
	}
	#content-wrapper, #left-column {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#product .tabs{padding:0;}
	.laberTitle h3, .laberTitle .title_block h3{
		font-size: 16px;
	}
	
	
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
		border-bottom: 1px solid #ccc;
		padding: 5px 15px;
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link, #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{
		border-bottom: 1px solid #ccc;
		padding: 5px 15px;
	}
	.displayPosition2 .lab_static::before{
		bottom: 15px;
		left: 15px;
		right: 15px;
		top: 15px;
	}
	.lab_static .text{
		padding: 30px;
	}
	.laberColumnProducts .laberSub-cate{
		display:none;
	}
	.laberColumnProducts .laber-content,
	.laberColumnProducts .laber-image{
		
	}
	.labCategoryFeature .item .content-cate {
		padding-bottom: 15px;
		text-align: center;
	}
	.laberProductGrid .lab_tab {
    	border-bottom: none;}
	.Categoryproducts .title_block,
	.product-accessories .title_block{
    padding-bottom: 0;
    width: 100%;}
    .laberColumnProducts .laberCateTitle,
	.laberProductGrid .laberCateTitle{
	border-bottom: none;
    margin-bottom: 25px;}
	.laberProductGrid .labersub-cat{right:0;}
}
@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 {
		
	}
	.laberProductGrid .lab_tab .laber-tab li a{
		font-size: 14px;
	}
	
}
@media (max-width : 543px){
	.laberProductGrid .lab_tab{
		height:auto;
	}
	.laberProductGrid .lab_tab .laber-tab li{margin:0;margin-bottom:10px;width: 100%;}
    .laberPagination{text-align:center;}
	#search_block_top .btn.button-search{font-size:11px;}
}

/* end content */
/* ################################################################################################################ */
/* footer */
#footer .collapse{display:block;}
#footer{
	padding-top:20px;
}
/* laberFooter-top */
.laberFooter-top{
}
.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 0 0 10px;
}
.laberSocial ul{margin:0;}
.laberSocial-sharing .labeTitle{
	color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
	font-weight:500;
	margin:0;
	margin-right: 15px;
	font-family: "Montserrat",sans-serif;
}
.laberSocial-sharing  li,
.laberSocial  li{
	margin:0;
	padding: 0 5px;
}
.laberSocial-sharing  li a ,
.laberSocial  li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #484848;
    display: block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.laberSocial-sharing  li a:hover ,
.laberSocial  li a:hover {color:#fff !important;background: #f89a20;border: none;}
.laberProduct  .laberSocial-sharing  li a:hover{color:#f89a20;}
/* .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;
}
.block_newsletter p.h3 {
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
}
.block_newsletter  .laberConditions p{
	color: #969696;
    font-size: 14px;
    padding-top: 20px;
}
.block_newsletter .laberConditions p span{
	color:#f89a20;
	font-size:22px;
}
.laberForm{
    margin-top: 30px;
}
.block_newsletter form {
    background: #cfcfcf;
    position: relative;
    height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 30px;
}
.block_newsletter form .input-wrapper{}
.block_newsletter form input[type="text"]{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 30px 0 0 30px;
    color: #b6b6b6;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 0;
    padding: 0 15px;
}

.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 #fff;
	padding: 0 15px;
}

.block_newsletter form input.btn{
	background: #f89a20 none repeat scroll 0 0;
    border: medium none;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    text-transform: none;
    transition: all 300ms ease 0s;
	-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-color:#e93f00;
	color:#fff;
}

.laberLinda{}
.laberLinda  .logoFooter{
	bottom: 7px;
    margin-bottom: 10px;
    position: relative;
}
.laberLinda  p{
	color: #848484;
    font-size: 16px;
    padding: 0;
    margin: 0 0 15px;
    line-height: 30px;
}
.laberLinda .logoPaypal{
	 padding-top: 30px;
}
/* laberFooter-center */
.laberFooter-center{
	background-color: #262626;
	padding-bottom: 60px;
	padding-top: 60px;
}
.laberFooter-center .h3{
	border-bottom: 1px solid #eee;
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.laberFooter-center ul{}
.laberFooter-center ul li{} 
.laberFooter-center ul li a{
	color: #aaa;
    font-size: 14px;
    line-height: 30px;
}
.laberFooter-center ul li a:hover{color:#2fb5d2;}

#laberContact .item {
	color: #666666;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;}
#laberContact .item i{
	color: #666666;
    font-size: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 3px;
}
/* laberInstagram */
#laberInstagram .laberMedia-body .item {
	padding: 0 5px;
    width: 33.3333%;
	margin-bottom:10px;
}
#laberInstagram .laberMedia-body .item a  img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#laberInstagram .laberMedia-body .item a:hover img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1;
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/* laberFooter-bottom */
.laberFooter-bottom{
	padding:25px 0;
	background-color:#212121;
}
.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 {
    display: inline;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.copyright a{color:#fff;}
.laber-media-body{overflow:hidden;
	padding: 8px 20px;}

.laberFooter-bottom .payment {
    text-align: right;
}
.laberFooter-bottom .payment a {
    color: #71737a;
    display: inline-block;
    font-size: 35px;
}
.imgadvertising{margin-bottom:30px;}
.imgadvertising img{width:100%;}
@media only screen and (min-width : 992px) and (max-width : 1199px){

}

@media only screen and (min-width : 767px) and (max-width : 991px){
	.laberSocial li {
		margin:0 1px 5px;
	}
	.block_newsletter p.h3{font-size: 20px;}
	.laberLinda p {
    	color: #848484;
    	font-size: 16px;
    	margin: 0;}
}

@media only screen and (max-width : 767px){
	.block_newsletter{padding:0 15px;}
	
	.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 15px;
		text-transform: uppercase;
	}
	.laberFooter-center .h3{
		border:none;
	}
	.laberFooter-center .title .collapse-icons{
		color: #fff;
		cursor: pointer;
		line-height: 30px;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.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;
	}
	.block_newsletter{border:none;}
	.block_newsletter p.h3 {
		font-size: 16px;
		line-height: 30px;
	}
	.copyright{
		margin-bottom: 15px;
	}
	.laberFooter-bottom .payment a{
		font-size: 30px;
	}
}
@media only screen and (max-width : 480px){
	.block_newsletter .laberConditions{
		 margin: 0 5% 30px;
	}
	.laberFooter-bottom .payment {
    text-align: center;}
    .laberFooter-top{
	padding:0;}
}
@media only screen and (min-width : 992px){
	.col-offset-laber{margin-left: 25.6%;}
}

/* end footer */

/* product */
.product {
	border: 1px solid #eee;
}
#product #block-reassurance {
    box-shadow: none;
	margin:0;
}
#block-reassurance li {
    border-bottom: none;
}
#block-reassurance li .block-reassurance-item {
    padding: 0;
}
#product #block-reassurance span {
    color: #555;
    font-weight: 300;
}
#product-availability {
    border-bottom: 1px solid #ddd;
    color: #f89a20;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#product-availability {
    margin: 0;
}
#product-availability span {
	color: #666;
    font-weight: 400;color: #333;
}
.product-add-to-cart {
	position: relative;
}
.product .laberItem {
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}
.laberItem .quick-view {
	padding-left: 10%;
}
.laberItem .wishlist {
	padding-left: 6%;
}
.product-quantity .add {
    margin-bottom: 0.5rem;
    float: none;
    text-align: center;
    width: 100%;
}
.product-quantity .qty {
	border: 1px solid #eee;
    float: none;
    padding: 5px;
    width: 47%;
    margin-bottom: 25px;
    margin: 0 auto 25px;
}
.qty .control-label {
	float: left;
	padding: 7px;
}
.input-group {
    width: auto;
}
.actions .laberCart .laberBottom {
	border-radius: none;
}
.laberCart-list {
	text-align: center;
    width: 100%;
    margin: 20px 0;
}

.laberCart-list .laberBottom-list {
	background: #666666 url("../img/cart1.png") no-repeat scroll 15px center;
    border: medium none;
    border-radius: 3px;
    line-height: 45px;
    padding: 0 30px 0 45px;
	color: #fff;
}
.laberProduct-container:hover .laberCart-list .laberBottom-list {
	background-color: #f89a20;
}
.laberItem-list a {
	font-size: 13px;
	color:#666666;
	
}
.laberItem-list a i{margin-right:5px;}
.laberItem-list a:hover{
	color:#f89a20;
}
@media (min-width: 992px) {
	.laberItem-list.pull-left,
	.laberItem-list.pull-right {
		width: 50%;
	    text-align: center;
	}
    .product {
    position: relative;
    right: 14px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .product-quantity .qty {
    width: 64%;}
    .laberItem-list {
	text-align: center;
	float: none;}
	.laberCart-list .laberBottom-list {
	padding: 5px 16px;}
	.product .laberItem {
    width: 50%;}
}
@media only screen and (max-width: 470px){

}
@media (min-width : 471px) and (max-width : 600px) {
	.product {
    height: 330px;}
	.product-quantity .qty {
    width: 30%;}
    .laberItem-list {
	width: 50%;}
    .laberItem .quick-view {
    	float: right;
    	padding-right: 17%;
    }
    .laberItem .wishlist{
    	float: left;
    	padding-left: 23%;
    }
    .laberItem-list .quick-view {
    	float: right;
    	padding-right: 8px;
    }
    .laberItem-list .wishlist {
    	float: left;
    	padding-left: 26px;
    }
    #product-availability {
    border-bottom: medium none;}
}
@media (min-width : 600px) and (max-width : 760px){
	.product {
    height: 330px;}
	.product-quantity .qty {
    width: 20%;}
    .laberItem-list {
	width: 50%;}
    .laberItem .quick-view {
    	float: right;
    	padding-right: 15%;
    }
    .laberItem .wishlist{
    	float: left;
    	padding-left: 20%;
    }
    .laberItem-list .quick-view {
    	float: right;
    	padding-right: 8px;
    }
    .laberItem-list .wishlist {
    	float: left;
    	padding-left: 26px;
    }
    #product-availability {
    border-bottom: medium none;}

}
/* End product */
/* shopping cart*/
.cart-grid-body .card-block h1 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: none;
}
.product-line-grid-body > .product-line-info > .label-product {
    line-height: inherit;
    padding: 0;
    text-align: left;
    white-space: inherit;
    color: #265890;
    font-weight: 600;
}
/* End shopping cart */

.ColorLabel:after {
    display:inline-block;
    content:attr(data-after);
    margin-left:50px;
    color: #018599;
}