/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
.container,
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{padding:0 10px;}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
body {
    direction: ltr;
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	color:#656d74;
}
a{
	color:#333e48;	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:hover{color:#0566d2;}
p{
	font-size:14px;
	color:#656d74;
	margin-bottom:10px;
	line-height: 25px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:500;
	font-size:14px;
	margin-bottom: 10px;
}
main{
	overflow:hidden;
}
.owl-item .item-inner {
    padding: 0 10px;
}
.container{
	width: 100%;
	padding:0 5%;
}
#header{
	background-color:#232f3e;
}
#wrapper{
	background: transparent;
	box-shadow: 0 0 0;
	padding-top: 0;
}
#header a{
	color:#656d74;
}
#header a:hover {
    color: #0566d2;
}
#header .header-nav{
	border-bottom: 1px solid #2e3a48;
	margin:0;
}


#header .header-top{
	position: relative;
	z-index: 99;
	padding: 30px 0;
}

#header .desktop_logo .h1, 
#header .desktop_logo h1 {
    margin: 0;
    padding: 10px 0;
    display: block;
}
#header .header-nav #_desktop_contact_link #contact-link{margin:0;}
#contact-link ul{overflow:hidden;margin:0;padding:15px 0;}
#contact-link ul li{
	float: left;
	display: inline;
	color: #93979c;
	font-size: 13px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #2e3a48;
}
#contact-link ul li:last-child{
	border:none;
}
#contact-link ul li span,
#contact-link ul li a{
	color: #93979c;
	font-size: 13px;
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector{
	margin:0;
	padding:15px 0;
}
#header .header-nav .currency-selector .expand-more, 
#header .header-nav .language-selector .expand-more{
	color: #93979c;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #2e3a48;
	font-size:13px;
}
#header .header-nav .dropdown-menu {
    background: #fff;
    border: medium none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    left: inherit;
    margin: 0;
    padding: 5px 15px;
    left: 0px;
    border-radius: 2px;
}
#header .header-nav .dropdown-menu li .dropdown-item {
	padding: 8px 0;
	font-size: 14px;
}
#header .header-nav .dropdown-menu li a:hover, 
#header .header-nav .dropdown-menu li.current a{
    color: #0566d2;
}

#header .laberwishtlistTop{}
#header .laberwishtlistTop a.wishtlist_top{
	padding: 15px 0;
	color: #93979c;
	display: block;
	font-size: 13px;
}


#header .laberwishtlistTop a.wishtlist_top:hover, 
#header .header-nav .currency-selector .expand-more:hover, 
#header .header-nav .language-selector .expand-more:hover{
	color: #0566d2;
}

#header .laber-cart {
    position: relative;
}
#header .laber-cart a.cart {
    font-size: 14px;
    text-align: left;
    display: block;
    position: relative;
    color: #fff;
    padding-left: 70px;
    line-height: 18px;
}
#header .laber-cart a span.icon {
	display: inline-block;
	font-size: 18px;
	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%;
	width: 50px;
	height: 50px;
	border: 2px solid #3b4650;
	line-height: 50px;
	text-align: center;
}
#header .laber-cart a .cart-products-count {
	background: #fff;
	color: #333e48;
	display: block;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	right: -10px;
	top: -5px;
	width: 21px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#header .laber-cart a.cart {
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	line-height: 25px;
}

.laber-cart a.cart span.amount {
    display: block;
    color: #93979c;
}
#header .laber-cart .cart_block {
	background: #fff none repeat scroll 0 0;
	-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: 40px;
	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,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: 500;
    border-bottom: 1px solid #ebebeb;
    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: 60px;
    border: 1px solid #ebebeb;
}
#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 .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: 500;
    font-size: 16px;
}
#header .laber-cart .cart-prices .amount, #header .laber-cart .cart_block .products .cart-info .laberPrice .price {
    color: #333333;
	font-size: 14px;
	font-weight: 500;
}
#header .laber-cart .cart_block .cart-buttons {
    text-align: center;
}
#header .laber-cart .cart_block .cart-buttons a {
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 30px;
	border: 1px solid #0566d2;
	background: #0566d2;
	color: #fff;
}

#header .laber-cart .cart_block .products .cart-info h2.productName {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}



.laberUserInfo {
    margin-right: 30px;
}
.laberUserInfo .laberUser {
    display: block;
    font-size: 14px;
    position: relative;
    color: #666666;
    padding-left: 60px;
    line-height: 18px;
}
.laberUserInfo .laberUser .icon {
	display: inline-block;
	font-size: 18px;
	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%;
	width: 50px;
	height: 50px;
	border: 2px solid #3b4650;
	line-height: 50px;
	text-align: center;
}
.laberUserInfo .laberUser p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-weight: 500;
	color:#ffffff;
}
.laberUserInfo .laberUser p.nameuser {
    font-weight: 400;
	color:#93979c;
}
.laberUserInfo .laber-user-info {
    width: 230px;
    left: inherit;
    right: 0;
    top: 60px;
    padding: 0 0 20px 0;
    background: #fff;
	border-radius: 3px;
}
.laberUserInfo .laber-user-info .signin {
    padding: 20px;
    background: #eeeeee;
    margin-bottom: 15px;
}
#header .laberUserInfo .laber-user-info .signin a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    padding: 0 30px;
    border: 1px solid #0566d2;
    background: #0566d2;
}
.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;
}

/* custom html */
.laberStatic{
	margin-bottom:20px;
	overflow: hidden;
	padding:0 10px;
}
#right-column .laberStatic,
#left-column .laberStatic{
	padding:0;
}
.laberStatic .img{margin-bottom:20px;}
.ImageSlider  .laberStatic .img:last-child{margin-bottom:0;}
.laberStatic .img a {
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.laberStatic .img img {
    height: auto;
    width: 100%;
}
.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::before, .laberStatic .img a::after {
    bottom: 0;
    content: "";
    left: 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;
}
.laberStatic .img a:hover::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.laberStatic .img a:hover::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}
.hidden{display:none;}
.laber-freeshipping{
	clear: both;
	border: 1px solid #ebebeb;
	padding: 20px 0;
	text-align: center;
	border-radius: 3px;
	margin: 0 10px;
	margin-bottom: 30px;
}
.laber-freeshipping .item-inner{
	border-right:1px solid #ebebeb;
	text-align: center;
}
.laber-freeshipping .item-inner:last-child{
	border-right:none;
}
.laber-freeshipping .item{
	display: inline-block;
    overflow: hidden;
    padding-left: 55px;
    position: relative;
}
.laber-freeshipping .item span{
    float: left;
    display: inherit;
    font-size: 40px;
    color: #333e48;
    position: absolute;
    top: 0;
    left: 0;
}
.laber-freeshipping .item .box-content{
	display: inherit;
	float: left;
	text-align: left;
}
.laber-freeshipping .item .box-content h3{
	color:#333e48;
	margin-bottom: 5px;
}
.laber-freeshipping .item .box-content p{margin:0;line-height: 20px;}
/* end custom html */

@media only screen and (min-width : 1199px){
	.displayVegamenu,
	#left-column{width: 16.66667%;}
	.displayMegamenu,
	#content-wrapper{width: 83.33333%;}
}




/* blockcategories */
.block-categories{
	box-shadow: 0 0 0;
	background: #fff;
	padding: 0;
	margin-bottom: 30px;
	border-radius: 2px;
}
.block-categories a.h6{
	color: #333e48;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #e4e7f0;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: none !important;
	position:relative;
}
.block-categories a.h6:before{
	content: "";
	background-color: #0566d2;
	height: 2px;
	width: 50px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.block-categories .category-sub-menu{
	margin-top:0 !important;
}
.block-categories .category-sub-menu .category-sub-link,
.block-categories .category-sub-menu li[data-depth="0"] > a{
	font-weight: 400;
	border-bottom: 1px solid #f5f5f6;
	width: 100%;
	display: inline-block;
	color: #333e48;
	margin: 0;
	padding: 0;
	line-height: 45px;
}
.block-categories .category-sub-menu .category-sub-link:hover,
.block-categories .category-sub-menu li[data-depth="0"] > a:hover{
	color:#0566d2;
}

.block-categories .category-sub-menu ul{margin-left:10px;}
.block-categories .category-sub-menu li[data-depth="1"]{margin:0;}
.block-categories .arrows .arrow-down, 
.block-categories .arrows .arrow-right{
	margin-left: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover{
	color:#0566d2;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) a{
	padding-left:10px;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 45px;
}
.block-categories .navbar-toggler{
	width: 45px;
	height: 45px;	
}
.block-categories .material-icons{
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover{
	color:#0566d2;
}
/* and block-categories */

.laberthemes .title_block{}
.laberthemes .title_block .sub_category {
	display: none;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 13px;
    font-weight: 500;
}
.laberthemes .title_block h3{
	color: #333e48;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #ebebeb;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}
.laberthemes .title_block h3:before {
    content: "";
    background-color: #0566d2;
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;

}
.advertising-block{margin-bottom:20px;}
.subpage #wrapper .breadcrumb[data-depth="1"]{
	display:block;
}
#wrapper .breadcrumb{
	padding:0 10px;
	margin-bottom:40px;
}
#wrapper .breadcrumb ol{
	border-bottom:1px solid #f5f5f6;
}
#wrapper .breadcrumb li a{
	color: #989898;
	line-height: 70px;
}
#wrapper .breadcrumb li:last-child a{
	color:#0566d2;
}

#search_filters, #search_filters_brands, #search_filters_suppliers{
	box-shadow: 0 0 0;
	margin-bottom: 20px;
	background: #fff;
	padding: 0;
}
#search_filters_wrapper p.h6{
	color: #333e48;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #ebebeb;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: none !important;
	position: relative;
}
#search_filters_wrapper p.h6:before {
    content: "";
    background-color: #0566d2;
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
#search_filters_wrapper p.facet-title,
#search_filters .facet .facet-title, 
#search_filters_brands .facet .facet-title, 
#search_filters_suppliers .facet .facet-title{
	color: #333e48;
	font-size: 14px;
	border: none;
	padding: 0;
}
#search_filters_wrapper p.facet-title:before{display:none;}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
	color: #333e48;
	font-size: 14px;
}
/* pagination */
.pagination .page-list{
	box-shadow: 0 0 0;
	padding:0;
	float: right;
}
.pagination .page-list li{
	display: inline;
	float: left;
	margin: 0 5px;
}
.pagination a:not(.previous):not(.next) {
    letter-spacing: .125rem;
    background: #f2f5f7;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #333e48;
    font-weight: 500;
    border-radius: 100%;
    border: 1px solid #e9edef;
    line-height: 40px;
    text-align: center;
}
.pagination a:not(.previous):not(.next):hover,
.pagination .current a:not(.previous):not(.next) {
	color:#fff;
	background-color:#0566d2;
	border-color:#0566d2;
}
/* and pagination */
/* laber products Grid */
	#products img, .featured-products img, .product-accessories img, .product-miniature img{margin:0;}
.laberthemes{
	padding:0 10px;
}
.laberProductGrid{position:relative;margin-bottom:20px;}
.laberProductGrid .product_list{overflow:hidden;}
.laberProductGrid .item-inner{
	margin-bottom: 20px;
	position:relative;
}

.laberProductGrid .item-inner .item{position:relative;}
.laberProductGrid .item-inner .item:before{
	background-color: #f5f5f5;
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	bottom: 0;
	width: 1px;
}
.laberProductGrid .item-inner .item .laberProduct-image{position:relative;margin-bottom: 20px;text-align: center;}
.laberProductGrid .item-inner .item .laberProduct-image .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-inner .item:hover .laberProduct-image .hover_image{
	opacity:1;
}
.laberProductGrid .item-inner .item .laberProduct-flags{
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}
.laberProductGrid .item-inner .item .laberProduct-flags li.laber-discount{display:none;}
.laberProductGrid .item-inner .item .laberProduct-flags li{}
.laberProductGrid .item-inner .item .laberProduct-flags li span{
	background: #d11418;
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 5px;
	display: block;
	border-radius: 2px;
}
.laberProductGrid .item-inner .item .laberProduct-flags li.laber-new span{background-color:#0566d2;}

.ProdCategoryBanner .laberCat-banner{padding-right: 0;}
.ProdCategoryBanner .laberListProducts{
	padding-left: 0;
	border-left: 1px solid #f5f5f5;
	padding-top: 10px;
}
.laberProductGrid.ProdCategoryBanner {margin:0;}
.ProdCategoryBanner .block-content{
	border:1px solid #ebebeb;
	margin-bottom:40px;
}
.laberthemes .ProdCategoryBanner .title_block h3{
	border-bottom:none;
}
.laberthemes .ProdCategoryBanner .title_block h3:before{
	background-color:#fff;
}
.laberthemes .ProdCategoryBanner .title_block h3 a{
	color:#fff;
}
.laberProductGrid.ProdCategoryBanner .item-inner{margin-bottom:0;}
.laberCat-banner .cat-banner{position:relative;}
.laberCat-banner .cat-banner .contentCategory{
	position: absolute;
	top: 0;
	padding: 30px;
	left: 0;
	right: 0;
	bottom: 0;
}
.laberCat-banner  .sub_cates{}
.laberCat-banner  .sub_cates li{}
.laberCat-banner  .sub_cates li a{line-height: 30px;color: #fff;}



.laberTab{border-bottom: 2px solid #ebebeb;
margin-bottom: 20px;}
.laberTab li.nav-item{margin: 0;}
.laberTab li.nav-item a{
	font-size: 18px;
	color: #989898;
	font-weight: 500;
	border: none;
	padding: 0;
	line-height: 1;
	margin-right: 15px;
	padding-right: 15px;
	position:relative;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.laberTab li.nav-item a:before{
	content: '';
	background:transparent;
	height: 2px;
	width: 50px;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 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;
}
.laberTab li.nav-item a.active,
.laberTab li.nav-item a:hover{
	color:#333e48;
}
.laberTab li.nav-item a.active:before,
.laberTab li.nav-item a:hover:before{
	background: #0566d2;
}

.tab_cates{
	overflow: hidden;
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
}
.tab_cates li{
	float: left;
	display: inline;
	margin: 0 15px;
}
.tab_cates li a{
	color: #989898;
	font-size: 14px;
	line-height: 22px;
	display: block;
}
.tab_cates li a:hover{color:#333e48;}


.laberQuick {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	text-align: center;
	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;
}
.laberQuick .quick-view{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #f2f5f7;
	border:1px solid #e9ecef;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	color: #333e48;
	border-radius: 100%;
}
.laberQuick .quick-view:hover{
	background: #0566d2;
	border:1px solid #0566d2;
	color:#fff;
}

.laberProductGrid .item-inner .item:hover .laberQuick{opacity:1;}

.laberProductGrid .laber-product-description{
	text-align: center;
	position: relative;
}
.item .productName{}
.item .productName a{
	color: #333e48;
	font-weight: 400;
	text-transform: none;
	line-height: 20px;
}
.item .productName a:hover{
	color:#0566d2;
}

.price{
	color:#0566d2;
	font-size:16px;
	font-weight:500;
	margin-right:10px;
}
.regular-price{
	color:#b5b5b5;
	font-size:16px;
	font-weight:400;
}
.laber-product-price-and-shipping{
	margin-bottom:10px;
}

.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;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.laberProductGrid .item-inner .item:hover .laberActions{
	opacity: 1;
}
.laberProductGrid .item-inner .item:hover .comments_note,
.laberProductGrid .item-inner .item:hover .laber-product-price-and-shipping{
	opacity:0;
}
.laberActions .laberActions-i{
	overflow: hidden;
	display: inline-block;
}
.laberActions .laberItem{margin-right:5px;}
.laberActions .laberItem:last-child{margin-right:0;}
.laberActions .laberCart {margin-right:5px;}
.laberActions .laberCart .laberBottom {
	height: 40px;
	padding: 0 15px;
	background: #0566d2;
	border: 1px solid #0566d2;
	border-radius: 40px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}
.laberActions .laberItem a{
	height: 40px;
	width: 40px;
	border: 1px solid #e9edf0;
	background: #f2f5f7;
	font-size: 16px;
	color: #333e48;
	display: block;
	line-height: 40px;
	border-radius: 100%;
}
.laberActions .laberItem a.js-compare-remove{
	color: #e73535;
}
.laberActions .laberItem a.js-compare-remove:hover,
.laberActions .laberItem a:hover{
	border: 1px solid #0566d2;
	background: #0566d2;
	color:#fff;
}
.laberActions .laberItem span{display:none;}

.laberthemes .owl-buttons{}
.laberColumn .owl-buttons2 .owl-prev,
.laberthemes .owl-buttons .owl-prev{
	height: 48px;
	width: 48px;
	text-align: center;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	line-height: 48px;
	background: #fff;
	color: #d9d9d9;
	cursor: pointer;
	border-radius: 100%;
	position: absolute;
	top: 45%;
	left: 10px;
	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;
}
.laberColumn .owl-buttons2 .owl-next,
.laberthemes .owl-buttons .owl-next{
	height: 48px;
	width: 48px;
	text-align: center;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	line-height: 48px;
	background: #fff;
	color: #d9d9d9;
	cursor: pointer;
	border-radius: 100%;
	position: absolute;
	top: 45%;
	right:10px;
	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;
}
.laberColumn .owl-buttons2 .owl-prev:hover,
.laberColumn .owl-buttons2 .owl-next:hover,
.laberthemes .owl-buttons .owl-prev:hover,
.laberthemes .owl-buttons .owl-next:hover{
	background-color:#0566d2;
	border-color:#0566d2;
	color:#fff;
}
.laberColumn:hover .owl-buttons2 .owl-prev,
.laberColumn:hover .owl-buttons2 .owl-next,
.laberthemes:hover .owl-buttons .owl-prev,
.laberthemes:hover .owl-buttons .owl-next{
	opacity:1;
}
/* and laber products Grid  */
.block-category{
	min-height: 0;
	margin-bottom: 40px;
	padding: 0;
	box-shadow: 0 0 0;
	border: none;
}
#content-wrapper h2.h2,
.block-category h1.h1{
	color: #333e48;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #ebebeb;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: none !important;
	position: relative;
}
#content-wrapper h2.h2:before,
.block-category h1.h1:before {
    content: "";
    background-color: #0566d2;
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.block-category #category-description p,
.block-category #category-description{
	color:#333e48;
	font-size:14px;
}
.block-category .category-cover{position: static;}
.block-category .category-cover img{
	width:100%;
	height:auto;
}
#main .page-header h1{
	color: #333e48;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #ebebeb;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: none !important;
	position: relative;
}
#main .page-header h1:before {
    content: "";
    background-color: #0566d2;
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.page-content.page-cms{
	padding: 0;
}
#main .page-footer{margin-bottom: 20px !important;}
.page-footer .account-link{line-height: 40px;}
/* laber products List */
.laberProductList{}
.laberProductList .item-inner{padding:0 10px;}
.laberProductList .item-inner .item{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #f5f5f5;
}
.laberProductList .laberProduct-image{
	position: relative;
}
.laberProductList .laberProduct-image a{
	display: block;
}
.laberProductList .laberProduct-image a .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;
}
.laberProductList .item:hover .laberProduct-image a .hover_image{
	opacity:1;
}
.laberProductList .item-inner .item .laberProduct-flags {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}
.laberProductList .item-inner .item .laberProduct-flags li span {
    background: #0566d2;
        background-color: rgb(255, 126, 0);
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 2px;
}
.laberProductList .item-inner .item .laberProduct-flags li.laber-new span {
    background-color: #7ec433;
}
.laberProductList .item-inner .item .laberProduct-flags li.laber-discount {
    display: none;
}

.laberProductList .additional_shipping_cost {
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.laberProductList .additional_shipping_cost span {
    color: #0566d2;
}
.laberProductList .additional_shipping_cost i {

    font-size: 20px;
    color: #7ec433;
    margin-right: 10px;

}

.laberProductList  .actions{}
.laberProductList  .actions .laberCart{float:left;display:inline;}
.laberProductList .laberCart .laberBottom {
	border-radius: 40px;
	color: #333e48;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e9edf0;
	background-color: #f2f5f7;
	padding: 0 30px;
	width: 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;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.laberProductList .laberItem a{
	background: #f2f5f7;
    border: 1px solid #e9edf0;
    color: #333e48;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
	border-radius: 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;
}
.laberProductList .laberCart .laberBottom:hover,
.laberProductList .laberItem a:hover{
	background-color:#0566d2;
	border-color:#0566d2;
	color:#fff;
}
.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  .description_short {margin-bottom:20px;}
.laberProductList  .description_short p{
	color:#353d4a;
	font-size:14px;
	line-height:25px;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links{
text-align: left;
padding: 0;
margin-bottom: 20px;
}
.color, .custom-checkbox input[type="checkbox"] + span.color{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 5px 0 0;
	box-shadow: 0 0 0;
	cursor: pointer;
	background-size: contain;
	border: 1px solid #f1f1f1;
	border-radius: 100%;
	overflow: hidden;
}
.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 #0566d2;
}
/* and laber products List  */

/*  products */
#product #content{
	max-width: none;
}
.product-cover img{
	box-shadow:0 0 0;
}

.scroll-box-arrows i{
	position: absolute;
	line-height: 45px;
	cursor: pointer;
	width: 15px;
	height: 45px;
	bottom: 50px;
}
.scroll-box-arrows i.left:before{
-moz-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-o-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
content: '';
width: 15px;
height: 30px;
position: absolute;
top: -1px;
left: 0;
border: 1px solid #232f3e;
border-color: transparent transparent transparent #232f3e;
}
.scroll-box-arrows i.left:after{
-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
content: '';
width: 15px;
height: 30px;
position: absolute;
bottom: -2px;
left: 0;
border: 1px solid #232f3e;
border-color: transparent transparent transparent #232f3e;
}
.scroll-box-arrows i.right:before{
-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
content: '';
width: 15px;
height: 30px;
position: absolute;
top: -8px;
left: 0;
border: 1px solid #232f3e;
border-color: transparent transparent transparent #232f3e;
}
.scroll-box-arrows i.right:after{
-moz-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-o-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
content: '';
width: 15px;
height: 30px;
position: absolute;
bottom: -8px;
left: 0;
border: 1px solid #232f3e;
border-color: transparent transparent transparent #232f3e;
}
.scroll-box-arrows i:hover:before,
.scroll-box-arrows i:hover:after{
	border-color: transparent transparent transparent #0566d2;
}
.product-cover .layer{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product-cover .layer .zoom-in{
	color: #0566d2;
}
.laberProduct h1.h1{
	color: #333e48;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 15px;
}

.laberProduct .product-prices{
	margin: 0;
	clear: both;
	margin-bottom: 10px;
}
.product-prices div{margin-bottom:0;}
.product-discount .regular-price{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	color: #b5b5b5;
}
.laberProduct .product-price,
.has-discount.product-price, .has-discount p {
	font-size: 24px;
	color: #0566d2;
	font-weight: 500;
}
.product-prices .laberDiscount {
    margin-bottom: 10px;
    margin-top: 10px;
}
.laberProduct .has-discount .discount{
	background-color: #d11418;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	padding: 0 10px;
	line-height: 24px;
	border-radius: 3px;
	margin: 0;
}
#product .current-price .regular-price {
    color: #aaaaaa;
    font-size: 24px;
    line-height: 1;
    text-decoration: line-through;
    font-weight: 300;
    margin-left: 15px;
}
.product-manufacturer{
	margin-bottom: 10px;
	display:none;
}
#product-details .label {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
	margin-bottom: 10px;
}
#product-details span {
    color: #0566d2;
}
#product .comments_note {
    margin-bottom: 10px;
}
.laberProduct .product-description-short{
	padding-top:10px;
}
#product-availability{
	font-size: 14px;
	color: #0566d2;
	font-weight: 400;
	margin: 0 0 10px 0;
	display: block;
}
#product-availability span{
	color:#333e48;
}
.product-images > li.thumb-container > .thumb{
	box-shadow: 0 0 0;
	cursor: pointer;
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}
.images-container .product-images > li.thumb-container > .thumb {
    margin-right: 10px;
	width: 115px;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
   border: 1px solid #0566d2;
}
.product-actions .control-label{
	color: #333e48;
	margin-bottom: 10px;
	font-weight: 500;
}
select.form-control:not([size]):not([multiple]) {
    width: 200px;
    box-shadow: 0 0 0;
    border: 1px solid #ebebeb;
    height: 40px;
}
.form-control:focus, .input-group.focus{outline:1px solid #0566d2;}
.product-variants > .product-variants-item{margin: 20px 0;}
.quickview.in .product-quantity .qty,
.laberProduct .product-quantity .qty{margin-right:10px;}
.quickview.in .bootstrap-touchspin,
.laberProduct .bootstrap-touchspin{box-shadow:0 0 0;position:relative;}
.product-quantity .input-group-btn-vertical {
    width: auto;
    float: none;
    position: static;
}
.product-quantity #quantity_wanted {
    color: #232323;
    background-color: #fff;
    height: 40px;
    padding: 0 40px;
    width: 150px;
    text-align: center;
    border-radius: 40px;
}
.quickview.in .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up,
.laberProduct .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up{
	position: absolute;
	top: -5px;
	right: 4px;
	padding: 0;
	border: none;
	height: 40px;
	line-height: 40px;
	width: 40px;
	z-index: 99;
	background: none;
	text-align: center;
}
.quickview.in .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down,
.laberProduct .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down{
	position: absolute;
	top: -5px;
	left: 4px;
	padding: 0;
	border: none;
	height: 40px;
	line-height: 40px;
	width: 40px;
	z-index: 99;
	background: none;
	text-align: center;
}
.quickview.in .bootstrap-touchspin .input-group-btn-vertical i,
.laberProduct .bootstrap-touchspin .input-group-btn-vertical i{position: static;font-size: 24px !important;}
.quickview.in .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after,
.laberProduct .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+";
}
.quickview.in .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after,
.laberProduct .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "-";
}
.product-actions .add-to-cart{
	box-shadow: 0 0 0;
	height: 40px;
	background-color: #0566d2;
	font-weight: 500;
	font-size: 12px;
	line-height: 40px;
	padding: 0 30px;
	min-width: 220px;
	border-radius: 40px;
	border-color: #0566d2;
	color: #fff;
}
#product #block-reassurance{
	box-shadow: 0 0 0;
	background: #fff;
	margin-top: 0;
	padding-top: 20px;
}
#block-reassurance li{
	border-bottom: 1px solid #ebebeb;
}
#block-reassurance li .block-reassurance-item{
	padding: 10px 0;
}
#product #block-reassurance span{font-weight: 400;}
.laberProduct .social-sharing{}
.laberProduct .social-sharing span{font-weight: 500;color: #333e48;}
.laberProduct .social-sharing li{
	box-shadow: 0 0 0;
	height: 40px;
	width: 40px;
	border-radius: 0;
}
.laberProduct .social-sharing li a{
	border: 1px solid #eaedf0;
	border-radius: 100%;
}
.laberProduct .social-sharing li a:hover{}


.tabs.laberTabs{
	box-shadow: 0 0 0;
	margin-top: 0;
	background: #fff;
	padding: 0 10px;
	padding-top: 80px;
	margin-bottom:80px;
}
.tabs .tab-pane {
    padding-top: 20px;
}
.tabs .nav-tabs{
	border-bottom: 2px solid #ebebeb;
}
.tabs .nav-tabs .nav-item{
	margin-right:20px;
}
.tabs .nav-tabs .nav-item a{
	color: #b6b6b6;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	line-height: 45px;
}
.tabs .nav-tabs .nav-item a:hover,
.tabs .nav-tabs .nav-link.active{
	border-bottom: 2px solid #0566d2;
	color: #0566d2;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
	
}



#product-modal .modal-content .modal-body{
	margin-left:-65px;
}
#product-modal .modal-content .modal-body .image-caption,
#product-modal .modal-content .modal-body figure{width: 100%;}
#product-modal .modal-content .modal-body .mask,
#product-modal .modal-content .modal-body .mask.nomargin{width: 65px;}
#product-modal .modal-content .modal-body .product-images{margin-left: 20px;}
#product-modal .modal-content .modal-body .product-images img:hover{
	border: 1px solid #0566d2;
}

.bootstrap-touchspin{box-shadow: 0 0 0;}



.btn-primary, .btn-secondary, .btn-tertiary{
	background-color: #f2f5f7;
	box-shadow: 0 0 0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	color: #333e48;
	border: 1px solid #eaedf0;
	padding: 0 10px;
	display: inline-block;
	line-height: 40px;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
	background-color: #0566d2;
	border-color: #0566d2;
	color:#fff;
}
/*  and products */
#laberSocialBlock{
	position: fixed;
    right: 0;
    top: 50%;
    width: 45px;
    z-index: 999;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#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;
}
/*  quick-view */
.modal-header .close{
	color: #222;
	opacity: 1;
}
.quickview .modal-content{
	background-color:#fff;
}
.quickview .modal-header{
	padding:0;
}
.quickview .panel-product-line{display:none;}
.quickview .arrows{position: static;}
.quickview .arrows .arrow-up{
	position: absolute;
	top: 25px;
	right: 62px;
}
.quickview .arrows .arrow-down{
	position: absolute;
	bottom: 10px;
	right: 62px;
}
.quickview .product-price{
	color:#0566d2;
	font-size:24px;
	font-weight:500;
}
.has-discount .discount{
	background-color: #0566d2;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	padding: 0 10px;
	line-height: 24px;
	border-radius: 3px;
}
.product-discount .regular-price{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	color: #b5b5b5;
}
/*  and quick-view */

/*  add to cart */
#blockcart-modal .modal-header{
	background: #fff;
}
#blockcart-modal .modal-title{
	font-weight: 500;
	font-size: 14px;
	color: #222;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
}
#blockcart-modal .modal-body{
	background: #fff;
	padding: 20px;
}
#blockcart-modal .product-name{
	color:#333e48;
	font-size:24px;
	font-weight:500;
}
/*  and add to cart*/


/* laber products column */
.laberColumn{position:relative;margin-bottom:20px;}
.laberColumn h3{
	color: #333e48;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #ebebeb;
	display: block;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: none !important;
	position: relative;
}
.laberColumn h3:before {
    content: "";
    background-color: #0566d2;
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.laberColumn .item-inner .item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #f5f5f5;
}
.laberColumnProductCategoty .laberColumn .item-inner .item:last-child{
	border:none;
}
.laberColumn .owl-buttons{
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.laberColumn .owl-buttons .owl-next,
.laberColumn .owl-buttons .owl-prev{
	color: #c2c2c2;
	font-size: 16px;
	float: left;
	display: inline;
	width: 20px;
	text-align: right;
	cursor: pointer;
	line-height: 22px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.laberColumn .owl-buttons .owl-next:hover,
.laberColumn .owl-buttons .owl-prev:hover{color:#333e48;}

.laberColumn .allProducts{
	color: #333e48;
	font-weight: 400;
	text-transform: none;
	line-height: 20px;
}



.laberSpecialProducts{position:relative;margin-bottom:30px}
.laberSpecialProducts .title_block h3{margin-bottom:30px;}
.laberSpecialProducts .productName{margin-bottom:20px;}
.laberSpecialProducts .item {margin-bottom:30px;}
.laberSpecialProducts .item .productName a{font:16px;color:#333e48;font-weight:500;}
.laberSpecialProducts .item .productName a:hover{color:#0566d2;}
.laberSpecialProducts .item  .laber-product-price-and-shipping{margin-bottom:20px;}
.laberSpecialProducts .description_short{margin-bottom: 20px;}
.laberSpecialProducts .description_short p{
	color:#656d74;
	font-size:14px;
	line-height:25px;
}

.laber-titleCountdown{
	color:#333e48;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

.laberSpecialProducts .laberCart{}
.laberSpecialProducts .laberCart .laberBottom{
	border-color: #f2f5f7;
	background-color: #f2f5f7;
	border: none;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0 20px;
	border-radius: 40px;
	color: #333e48;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}
.laberSpecialProducts .laberCart .laberBottom:hover{
	border-color: #0566d2;
	background-color: #0566d2;
	color:#fff;
}

.laberSpecialProducts .item-inner .item .laberProduct-image{
	position:relative;
	margin-bottom:20px;
	background: #fafafa;
}
.laberSpecialProducts .item-inner .item .laberProduct-flags {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}
.laberSpecialProducts .item-inner .item .laberProduct-flags li.laber-discount {
    display: none;
}
.laberSpecialProducts .item-inner .item .laberProduct-flags li span {
    background: #0566d2;
        background-color: rgb(255, 126, 0);
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 2px;
}
.laberSpecialProducts .item-inner .item .laberProduct-flags li.laber-new span {
    background-color: #7ec433;
}

.laberSpecialProducts  .product_thumbnail{
	position: relative;
	padding: 0 15px;
} 
.laberSpecialProducts  .product_thumbnail ul{margin: 0 -5px;}
.laberSpecialProducts  .product_thumbnail ul li{padding:0 5px;}
.laberSpecialProducts  .product_thumbnail ul li img{
	width: 65px;
	border: 1px solid #ededed;
	border-radius: 2px;
	overflow: hidden;
	opacity:0.3;
	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;
}
.laberSpecialProducts  .product_thumbnail ul li:hover img,
.laberSpecialProducts  .product_thumbnail ul li.active img{
	opacity:1;
}

.laberSpecialProducts  .product_thumbnail .slick-prev,
.laberSpecialProducts  .product_thumbnail .slick-next{
	color: #c2c2c2;
	height: 65px;
	line-height: 65px;
	width: 15px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: -15px;
}

.laberSpecialProducts  .product_thumbnail .slick-next{
	right: -15px;
	left: inherit;
}

.laberSpecialProducts  .product_thumbnail .slick-prev:hover,
.laberSpecialProducts  .product_thumbnail .slick-next:hover{color:#333e48;}
/* and laber products column  */



/* laberTestimonial */
.laberTestimonial{
	border: 1px solid #ebebeb;
	text-align: center;
	border-radius:3px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.laberTestimonial .laberComment{
	background: url(../img/icon_11.png) no-repeat center 50px;
	background-color: #f2f6f8;
	padding: 80px 20px 20px;
	color: #333e48;
	line-height: 25px;
}
.laberTestimonial  .image{
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.laberTestimonial  .image:before{
	content: "";
	background: #f2f6f8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
}
.laberTestimonial  .image span{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.laberTestimonial .laberAuthor{}
.laberTestimonial .laberAuthor p.author{
	font-size: 12px;
	color: #0566d2;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.laberTestimonial .laberAuthor p.laberOffice{
	font-size: 13px;
	color: #333e48;
	margin-bottom: 10px;
}
.laberTestimonial .owl-controls{text-align:center;}
.laberTestimonial .owl-pagination{
	display: inline-block;
	overflow: hidden;
	padding-top: 15px;
}
.laberTestimonial .owl-pagination .owl-page{
	float:left;
	display:inline;
	margin: 0 2px;
}
.laberTestimonial .owl-pagination .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	background: #ededed;
	border-radius: 100%;
	border: 2px solid transparent;
}
.laberTestimonial .owl-pagination .owl-page.active span{
	border-color:#0566d2;
	background-color:#fff;
}
/* end laberTestimonial */


/* manufacturer */
.laberLogo_manufacturer{
	border-top:1px solid #ebebeb;
	padding:20px 0;
}
.laberLogo_manufacturer .item a{
	opacity:0.5;
}
.laberLogo_manufacturer .item a:hover{
	opacity:1;
}
/* and manufacturer */





/* footer */
#footer{
	padding-top: 60px;
	background-color: #222e3c;
}
.laberFooter-top{}
.laberFooter-center{padding-bottom: 60px;}
.laberFooter-center .links{width: 26%;}
.laberFooter-center .laberLinks{width: 12%;}
.laberFooter-center .block-contact{
	border:none;
}
.laberFooter-center .footer_amera{margin-bottom:30px;} 
.laberFooter-center .logo_footer{margin-bottom: 44px;} 
.laberFooter-center .logo_footer a{display: block;}
.laberFooter-center .hotlineFree{
	position: relative;
	padding-left: 78px;
}
.laberFooter-center .hotlineFree .icon{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.laberFooter-center .hotlineFree p{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 8px;
}
.laberFooter-center .hotlineFree h3{
	font-size: 18px;
	color: #0566d2;
	font-weight: 500;
	margin: 0;
}
#block_myaccount_infos .myaccount-title a{
	color: #fff;
	text-transform: none !important;
	font-weight: 500;
}
.laberFooter-center .h3{
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	text-transform: none;
	padding-top: 18px;
	margin-bottom: 44px;
}
#footer ul li{}
#footer ul li a{
	color: #93979c;
	line-height: 30px;
}
#footer ul li a:hover{
	color: #0566d2;
	padding-left:10px;
}
.block-contact .block-contact-title{display:none;}
.block-contact .collapse p{color:#93979c;font-size:14px;}
.block-contact .address{}
.block_newsletter {}
.block_newsletter p{
	line-height: 25px;
	color: #93979c;
	margin-bottom: 20px;
}
.block_newsletter form input[type="email"] {
	padding: 0;
	width: 100%;
	border: none;
	background: no-repeat;
	border-bottom:1px solid #324052;
	margin-bottom:15px;
}
.block_newsletter form input.btn {
    height: 40px;
    box-shadow: none;
    background: #303c4b;
    border-color: #303c4b;
	color:#fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 40px;
    padding: 0 30px;
	-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:#0566d2;
}

.laberFooter-bottom{
	border-top:1px solid #2d3946;
	padding:40px 0;
}
.laberFooter-bottom .copyright {
	color:#93979c;
	font-size:14px;
}
.laberFooter-bottom .copyright a{color:#0566d2;}
.laberFooter-bottom .payment {
	text-align:right;
}
.laberFooter-bottom .payment a{
	font-size: 28px;
	color: #fff;
	opacity: 0.5;
}
.laberFooter-bottom .payment a:hover{
	opacity:1;
}

.mypresta_scrollup{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f2f5f7;
	border-radius: 100%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #333e48;
	font-size: 24px;
	opacity:0;
}
.mypresta_scrollup.open{
	opacity:1;
}
.mypresta_scrollup:hover{
	background-color:#0566d2;
	color:#fff;
}
.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;
}
/* And Footer */


/* page categoty */
#products .laberProducts {
    display: none;
}
.laberGridList {
    margin: 0;
}
.laberGridList li {
    margin-right: 10px;
}
.laberGridList li:last-child{
	margin-right:0;
}
.laberGridList li a {
	color: #333e48;
	line-height: 40px;
	display: block;
	font-size: 14px;
	width: 40px;
	height: 40px;
	background: #f2f5f7;
	border: 1px solid #ebeef1;
	border-radius: 100%;
	text-align: center;
}
.laberGridList li a span{
	display:none;
}
.laberGridList li a:hover, 
.active_list .laberGridList li#list a, 
.active_grid .laberGridList li#grid a{
    background-color: #0566d2;
    border-color: #0566d2;
	color:#fff;
}
#products.active_list .laberProductList,
#products.active_grid .laberProductGrid {
    display: block;
    overflow: hidden;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature,
#main .page-footer{margin:0 !important;}
#js-product-list .laberProductGrid .item-inner{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom:20px;
}
#laber-products-top{height:40px;margin-bottom:40px;}
.products-selection{margin:0;}
.products-selection .sort-by{
	margin: 0;
	margin-right: 20px;
	line-height: 40px;
}
.products-sort-order .select-title{
	width: 271px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-color: #e8ecef;
	box-shadow: 0 0 0;
	border-radius: 40px;
}
.products-sort-order .select-title i{
	line-height: 40px;
	height: 40px;
}
.products-sort-order .dropdown-menu{
	left: 15px;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0 0;
	margin: 0;
	border: 1px solid #ebebeb;
	right: 15px;
	top: 45px;
	width: auto;
}
.products-sort-order .select-list:hover{
	background-color:#0566d2;
}

#laber-products-top .total-products p{
	margin: 0;
	line-height: 40px;
	margin-left: 20px;
	color: #333e48;
}
#laber-products-top .showing,
#laber-products-top .filter-button{
	clear: both;
    padding: 0 10px;
    padding-top: 10px;
	margin-bottom:10px;
}
#laber-products-top .filter-button #search_filter_toggler{
    background-color: #232f3e;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 0 0;
}

@media (min-width: 1199px){
	#js-product-list .laberProductGrid .item-inner5{width: 20%;}
	.laberProductGrid .item-inner.first-in-line{clear:left;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	#js-product-list .laberProductGrid .item-inner{width: 33.33333%;}
	.laberProductGrid .item-inner.first-item-of-IpadPro-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;}
}
/* and page categoty */
body#checkout #header .header-nav{padding:0;}
body#checkout #footer{
	box-shadow: 0 0 0;
	background: #222e3c;
}
#prices-drop #content-wrapper,
#new-products #content-wrapper,
#best-sales #content-wrapper,
#search #content-wrapper,
#cart #content-wrapper,
#authentication #content-wrapper{
	width:100%;
}
.page-authentication #content{
	max-width: 100%;
	box-shadow: 0 0 0;
}
@media only screen and  (max-width : 1600px){
	.container {
		padding: 0 10px;
	}
	
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.ProdCategoryBanner .laberCat-banner{width: 40%;}
	.ProdCategoryBanner .laberListProducts{width: 60%;}
	.header-top .laberDisplaySearch{width: 50%;}
	.header-top .position-static{width: 33.33333%;}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	#header .logo {
		padding-top: 10px;
	}	
	#header .header-top .position-static{
		padding-top: 20px;
		text-align: center;
	}
	#header .header-nav #_desktop_contact_link{display:block;}
	
	#header .header-nav .right-nav,
	#header .header-nav #_desktop_contact_link #contact-link{
		text-align: center;
		display: block;
	}
	#contact-link ul,
	#header .header-nav .right-nav .laberIpad,
	#header .header-top .position-static .laberIpad{
		display:inline-block;
	}
	.laberFooter-center .links {
		width: 50%;
	}
	.laberFooter-center .laberLinks {
		width: 25%;
	}
	.laberFooter-center .laberLinks:nth-last-child(3) {
		clear: both;
	}
	.product-quantity #quantity_wanted{width: 100px;}
	.product-actions .add-to-cart{min-width: 155px;padding: 0 15px;}
	.block-contact .collapse p{
		line-height:15px;
	}
	.ProdCategoryBanner .laberCat-banner{width: 40%;}
	.ProdCategoryBanner .laberListProducts{width: 60%;}
}
@media only screen and (max-width : 767px){

	#product #header{margin-bottom:20px;}
	#header .header-nav #menu-icon{
		width: 40px;
		height: 40px;
		border: 2px solid #3b4650;
		color: #fff;
		font-size: 14px;
		border-radius: 100%;
		text-align: center;
		line-height: 40px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#header .header-nav #menu-icon .material-icons{font-size: 18px;line-height: 1;}
	#header .header-top,
	#header .header-nav{background:none;}
	#header .header-nav .top-logo{
		clear: both;
		text-align: center;
		width: 100%;
		line-height: 1;
		padding: 10px 0;
		border-top: 1px solid #2e3a48;
	}
	#header .header-nav .top-logo a,
	#header .header-nav .top-logo h1{
		margin:0;
		display:inline-block;
	}
	.laberUserInfo{margin-right: 0;padding: 10px;}
	#header .header-nav .blockcart{padding: 10px;}
	#header .laber-cart a.cart{padding-left:50px;}
	.laberUserInfo .laberUser{padding-left: 45px;}
	#header .laber-cart a span.icon,
	.laberUserInfo .laberUser .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	#header .laber-cart a.cart,
	.laberUserInfo .laberUser p{line-height: 20px;font-size: 12px;}
	.laber-freeshipping{padding:20px;margin-bottom:20px;}
	.laber-freeshipping .item-inner{
		    text-align: left;
			border: none;
			border-bottom: 1px solid #ebebeb;
			padding-bottom: 10px;
			margin-bottom: 10px;
	}
	.laber-freeshipping .item-inner:last-child{
		border:none;
		padding-bottom:0;
		margin-bottom:0;
	}
	.laberTab li.nav-item{
		margin-bottom:10px;
	}
	.laberTab li.nav-item a{
		font-size: 14px;
		margin-right: 5px;
		padding-right: 5px;
	}
	.laberFooter-center .laberLinks,
	.laberFooter-center .links{width:100%;border: none;}
	.links .title{
		padding: 10px 0;
		border-bottom: 1px solid #2d3946;
	}
	.laberFooter-bottom{
		padding:0;
		border:none;
	}
	.laberFooter-bottom .copyright{
		margin-bottom: 10px;
		text-align: left;
		padding: 10px 0;
		border-bottom: 1px solid #2d3946;
	}
	.laberFooter-bottom .payment{
		text-align: left;
		padding: 10px 0;
	}
	.ProdCategoryBanner .laberListProducts{padding:0;}
	.ProdCategoryBanner .laberCat-banner{padding:0 10px;}
	#mobile_top_menu_wrapper{
		background:none;
	}
	.language-selector-wrapper,
	.currency-selector-wrapper{
		background: #fff;
		margin-bottom: 20px;
	}
	.language-selector-wrapper > span,
	.currency-selector-wrapper > span{
		display: block;
		background: #f5f5f5;
		padding: 0 10px;
		line-height: 40px;
		font-size: 16px;
		color: #333;
		font-weight: 500;
		text-transform: uppercase;
	}
	.language-selector-wrapper ul.link,
	.currency-selector-wrapper ul.link{padding:10px;}
	.language-selector-wrapper ul.link li,
	.currency-selector-wrapper ul.link li{}
	.language-selector-wrapper ul.link li a,
	.currency-selector-wrapper ul.link li a{}
	.language-selector-wrapper ul.link li.current a,
	.currency-selector-wrapper ul.link li a:hover{
		color:##0566d2;
	}
	#contact-link{
		background-color:#fff;
	}
	#contact-link ul{}
	#contact-link ul li{
		width: 100%;
		margin: 0;
		padding: 0 10px;
		border: none;
		line-height: 30px;
		font-size: 14px;
	}
	#contact-link ul li a{}
	
	#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{padding:0;}
	#laber-products-top{height:auto;}
	.products-sort-order .select-title{
		width: 250px;
	}
	.laberActions{
		position: static;
		opacity: 1;
	}
	#category #left-column #search_filter_controls{
	padding-top:20px;
	margin-bottom:20px;
	}
	#products .up .btn-secondary, #products .up .btn-tertiary,
	#category #left-column #search_filter_controls button{
		background: #232f3e;
		line-height: 35px;
		padding: 0 20px;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		border-radius: 3px;
		box-shadow: 0 0 0;
	}
	#category #left-column #search_filters{padding:0 10px;}
	#category #left-column #search_filters .facet .h6{padding: 10px;}
	.product-actions .add-to-cart{min-width: 185px;}
	.images-container .product-images > li.thumb-container > .thumb{width: 88px;}
	.laberProductGrid.ProdCategoryBanner .item-inner{margin-bottom:20px;}
	
	.ProdCategoryBanner .laberListProducts{border-left:none;}
	.laberProductGrid .item-inner .item:before,
	.mypresta_scrollup{display:none;}
}