/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Poppins:300,400,500,600,700');
.no-margin {
  margin: 0;
}
.margin-i {
  margin: 0 -1px;
}
.no-padding {
  padding: 0;
}
/* header */
body {
  font-family: 'Lato', sans-serif;
  /*color:#71737a;*/
  /*color:#252525;*/
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
a {
  color: #71737a;
  -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 {
  position: relative;
}
#header a {
  color: #71737a;
}
@media only screen and (max-width : 767px) {
  #header a {
    margin: 0 auto;
    display: block;
  }
}
a:hover, #header a:hover {
  color: #007775;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.container {
  max-width: 1170px;
}
/* nav */
.laberMedia-body {
  overflow: hidden;
}
#header .header-nav {
  background-color: #f4f4f4;
  border: none;
  margin: 0;
  max-height: 50px;
}
body#checkout #header .header-nav {
  padding: 0;
}
#header .header-nav #contact-link {
  margin: 0;
}
.laber-contact-link li {
  color: #53555a;
  font-weight: normal;
  line-height: 50px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 20px;
}
.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 {
  border-left: 1px solid #dddddd;
  color: #53555a;
  line-height: 50px;
  margin-left: 15px;
  padding-left: 15px;
}
#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: left;
  display: inline;
}
#header .header-nav .currency-selector, #header .header-nav .language-selector {
  margin: 0;
  margin-right: 15px;
  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 {
  color: #53555a;
  line-height: 50px;
}
.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;
}
#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, #header .header-nav .blockFavorite, #header .header-nav .blockContact, #header .header-nav .blockAccount {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
#header .ticket_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 .ticket_top .cart-ticket-number {
  background: #007775 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 .account_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 .laber-cart, #header .laber-favorite {
  position: relative;
}
#header .laber-cart a.cart, #header .favorite-cart a.favorite {
  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;
}
#header .laber-cart a.cart i, #header .laber-favorite a.favorite i {
  display: inline-block;
}
.laber-cart a.cart span, .laber-favorite a.favorite span {
  color: #343434;
  display: block;
  font-size: 14px;
}
#header .laber-cart .cart_block, #header .laber-favorite .favorite_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, #header .laber-account:hover .account_block, #header .laber-favorite:hover .favorite_block, #header .laber-contact:hover .contact_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, #header .laber-cart .account_block .products, #header .laber-cart .favorite_block .products, #header .laber-cart .contact_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 .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: #333e48;
  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: #b11e22;
}
#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, #header .header-nav .blockFavorite a:hover, #header .header-nav .blockContact a:hover, #header .header-nav .blockAccount a:hover {
  color: #626262;
}
#header .laber-cart a .amount {
  display: block;
  padding-top: 15px;
}
#header .laber-cart a .cart-products-count {
  background: #007775 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: 20px;
  line-height: 18px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
}
#header .laber-cart a i.icons, #header .laber-account a i.icons, #header .laber-favorite a i.icons, #header .laber-contact a i.icons {
  font-size: 28px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
}
#header .laber-cart, #header .laber-account, #header .laber-favorite, #header .laber-contact {
  position: relative;
  cursor: pointer;
}
#header .laber-cart a.cart, #header .laber-account a.account, #header .laber-favorite a.favorite, #header .laber-contact a.contact {
  cursor: pointer;
  margin-right: 9px;
  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;
}
#header .laber-favorite a.favorite i, #header .laber-account a.account i, #header .laber-cart a.cart i, #header .laber-contact a.contact i {
  display: inline-block
}
.laber-favorite a.favorite span, .laber-account a.account span, .laber-cart a.cart span, .laber-contact a.contact span {
  color: #343434;
  display: block;
  font-size: 14px;
}
#header .laber-favorite .favorite_block, #header .laber-account .account_block, #header .laber-cart .cart_block, #header .laber-contact .contact_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: 999;
  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-favorite .favorite_block {
  right: -100px;
}
#header .laber-account .account_block {
  left: -100px;
}
 #header .laber-cart .cart_block {
  right: -100px;
}
#header .laber-contact .contact_block {
  left: -100px;
}
#header .laber-favorite:hover .favorite_block, #header .laber-account:hover .account_block, #header .laber-cart:hover .cart_block, #header .laber-contact:hover .contact_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-favorite .favorite_block .products {
  overflow: hidden;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
#header .laber-favorite .favorite_block .products .img {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 60px;
  border: 1px solid #e1e1e1;
}
#header .laber-favorite .favorite_block .products .cart-info {
  overflow: hidden;
}
#header .laber-favorite .favorite_block .products .cart-info h2.productName {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
#header .laber-favorite .favorite_block .products .cart-info .laberPrice {}
#header .laber-favorite .cart-prices .amount, #header .laber-favorite .favorite_block .products .cart-info .laberPrice .price {
  color: #2f3034;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
#header .laber-favorite .favorite_block .products .remove_link {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#header .laber-favorite .favorite_block .cart-prices {
  overflow: hidden;
  margin-bottom: 30px;
}
#header .laber-favorite .favorite_block .cart-prices .total {
  color: #333e48;
  font-weight: bold;
  font-size: 16px;
}
#header .laber-favorite .favorite_block .cart-buttons {
  text-align: center;
}
#header .laber-favorite .favorite_block .cart-buttons a {
  background-color: #333e48;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
}
#header .laber-favorite .favorite_block .cart-buttons a:hover {
  background-color: #b11e22;
}
#header .laber-favorite .favorite_block .no-item {
  margin-bottom: 0;
}
#header .header-nav .laber-favorite a, #header .header-nav .laber-account a, #header .header-nav .laber-cart a, #header .header-nav .laber-contact a, {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 42px;
  position: relative;
}
#header .header-nav .blockFavoriteProducts a:hover {
  color: #626262;
}
#header .laber-favorite a .amount {
  display: block;
  padding-top: 15px;
}
#header .laber-favorite a .cart-products-count, #header .laber-contact a .contact-count {
  background: #007775 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: 20px;
  line-height: 18px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
}
#header .laber-favorite a i.icons, #header .laber-account a i.icons, #header .laber-cart a i.icons, #header .laber-contact a i.icons {
  font-size: 28px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
}
/* search */
#header .header-top .position-static {
  position: relative;
  z-index: 999;
}
.laber-search.dropdown-menu {
  left: inherit;
  padding: 0;
  right: 0;
  top: 69px;
  width: 455px;
}
.search-widget {}
.search-widget .expand-more {
  line-height: 70px;
  color: #b4b4b4;
  font-size: 15px;
}
.search-widget .dropdown:hover .expand-more {
  color: #1a1a1a;
}
.search-widget .expand-more i.icons {
  color: #3a3838;
  font-size: 34px;
}
.search-widget .expand-more i.icons:hover {
  color: #1a1a1a;
}
.header-top .search-widget form {
  position: relative;
}
.search-widget form input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #efefef;
  height: 50px;
  min-width: inherit;
  padding: 0 50px 0 15px;
  width: 100%;
}
.search-widget form input[type="text"]:focus {
  outline: medium none;
}
.search-widget form button[type="submit"] {
  font-size: 20px;
  height: 50px;
  line-height: 44px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  color: #bababa;
}
.search-widget form button[type="submit"]:hover {
  color: #1a1a1a;
}
.lab-menu-row.bg-image {
  background: rgba(0, 0, 0, 0) url("../img/img_menu.jpg") no-repeat scroll right bottom;
}
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .search-widget {
    margin-right: 15px;
  }
  #header .wishtlist_top {
    margin-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;
    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, #header .laber-contact .contact_block, #header .laber-favorite .favorite_block, #header .laber-acount .account_block {
    display: none;
  }
  #header .header-nav .blockCart.inactive .amount, #header .header-nav .blockCart.inactive .cart-products-count, #header .header-nav .blockAccount.inactive .amount, #header .header-nav .blockAccount.inactive .account-count, #header .header-nav .blockContact.inactive .amount, #header .header-nav .blockContact.inactive .contact-count, #header .header-nav .blockFavorite.inactive .amount, #header .header-nav .blockFavorite.inactive .favorite-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 {
  box-shadow: 0 0 0;
  padding: 0;
  padding-bottom: 50px;
}
.subpage #wrapper {}
.owl-item .item-inner {
  padding: 0 15px;
}
.laberProductFilter {
  padding: 0 15px;
}
/* tab */
.laberProductGrid .lab_tab {
  height: 45px;
}
.laberProductGrid .lab_tab .laber-tab {
  display: inline-block;
  border: medium none;
}
.laberProductGrid .lab_tab .laber-tab li {
  margin-right: 5px;
}
.laberProductGrid .lab_tab .laber-tab li a {
  background-color: #f4f4f4;
  border: medium none;
  border-radius: 3px 3px 0 0;
  color: #2f3034;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}
.laberProductGrid .lab_tab .laber-tab li a:hover, .laberProductGrid .lab_tab .laber-tab li a.active {
  color: #fff;
  background-color: #fed910;
}
/* 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: 60px;
}
.laberProductGrid .item {
  border-left: 1px solid #eee;
  padding: 0 15px;
  padding-bottom: 15px;
  min-height: 355px;
  border-bottom: 1px solid #eee;
}
.laberProductGrid .laberProduct-image {
  margin-bottom: 15px;
}
.laberProductGrid .laberProduct-image .thumbnail {
  display: block;
  position: relative;
}
.laberProductGrid .variant-links {
  background-color: #fff !important;
  bottom: 20px;
  opacity: 0;
  padding: 10px 5px 5px 10px !important;
  position: absolute !important;
  left: -100%;
  top: inherit !important;
  min-height: 0 !important;
  width: auto !important;
  -webkit-border-radius: 2px 0 0 3px;
  -moz-border-radius: 2px 0 0 3px;
  -ms-border-radius: 2px 0 0 3px;
  -o-border-radius: 2px 0 0 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.laberProductGrid .item:hover .variant-links {
  left: 0;
  opacity: 1;
}
.laberProductGrid .variant-links .color {
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.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 {
  overflow: hidden;
}
.laberProductGrid .laberQuick {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25%;
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.laberProductGrid .item :hover .laberQuick {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.laberProductGrid .laberQuick a {
  background: #cd1212 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.laberProductGrid .laberQuick a:hover {
  background: #fdd80c;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.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: #007775 #007775 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 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  margin-bottom: 5px;
}
.laberProductList .old-price, .laberColumnProducts .old-price, .laberProductGrid .old-price {
  font-size: 14px;
  color: #2f3034;
  text-decoration: line-through;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.laberProductList .price, .laberColumnProducts .price, .laberProductGrid .price {
  color: #2f3034;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.laber-product-price-and-shipping {
  margin-bottom: 15px;
}
.laberProductList .price.laberSale, .laberColumnProducts .price.special-price, .laberProductGrid .price.laberSale {
  color: #cd1212;
}
.laberCategoryFeature .owl-buttons, .laberColumnProducts .owl-buttons, .laberProductGrid .owl-buttons {
  position: absolute;
  right: 0;
  top: 5px;
}
.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: 24px;
  height: 35px;
  width: 35px;
  line-height: 34px;
  margin-bottom: 0;
  margin-left: 5px;
  text-align: center;
  border-radius: 2px;
  -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: #fbd604;
}
.all-product-link {
  color: #333e48;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
}
.laberProductGrid .laberContainer {
  border: 1px solid #eeeeee;
  border-bottom: none;
  overflow: hidden;
}
/* 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 .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 {
  border: 1px solid #eeeeee;
  overflow: hidden;
  min-height: 330px;
  border-bottom: none;
}
.laberColumnProducts .laberColumnContent .laberProducts-List {
  margin: 0 -1px;
}
.laberColumnProducts .item-inner {
  padding: 0;
}
.laberColumnProducts .item-inner .item {
  padding: 20px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.laberColumnProducts .laber-image {
  margin-right: 20px;
}
.laberColumnProducts .laberQuick {
  margin: 0 5px;
  opacity: 0;
}
/* ############ */
.laberColumnProducts .laberCateTitle, .laberProductGrid .laberCateTitle {}
.laberColumnProducts .laberCateTitle h3, .laberProductGrid .laberCateTitle h3 {
  background-color: #fdd80b;
  display: inline-block;
  line-height: 45px;
  margin: 0;
  padding: 0 20px;
  border-radius: 3px 3px 0 0;
}
.laberColumnProducts .laberCateTitle h3 .icon_cat, .laberProductGrid .laberCateTitle h3 .icon_cat {
  margin-right: 10px;
}
.laberColumnProducts .laberCateTitle h3 a, .laberProductGrid .laberCateTitle h3 a {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}
.laberProductGrid .title_block, .laberTitle .title_block {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.laberProductGrid .title_block h3, .laberTitle .title_block h3 {
  color: #333e48;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.laberStatic {
  margin-bottom: 30px;
}
.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: #2f3034 none repeat scroll 0 0;
  overflow: hidden;
}
.support-footer-inner .support-info {
  border-right: 1px solid #3f4146;
  cursor: pointer;
  padding: 40px 15px;
  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: #fff;
}
/* countdown */
.laberSpecialPro {
  border: 2px solid #fbd502;
  overflow: hidden;
}
.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;
}
.laberProductGrid.laberSpecialProducts .owl-buttons {
  position: static;
}
.laberProductGrid.laberSpecialProducts .owl-buttons p {
  margin: 0;
  position: absolute;
  top: 45%;
}
.laberProductGrid.laberSpecialProducts .owl-buttons .owl-prev {
  left: 15px;
}
.laberProductGrid.laberSpecialProducts .owl-buttons .owl-next {
  right: 15px;
}
.laberSpecialProducts {
  margin-bottom: 60px;
}
.laberSpecialProducts .item .title h3 {
  color: #2f3034;
  font-size: 24px;
  margin-bottom: 20px;
}
.laberSpecialProducts .item .productName {}
.laberSpecialProducts .item .laberDescription_short {
  margin-bottom: 30px;
}
.laberSpecialProducts .price {
  font-size: 18px;
}
.laberSpecialProducts .item .laber-product-price-and-shipping {
  margin-bottom: 15px;
}
.laberSpecialProducts .item .old-price, .laberSpecialProducts .item .price {
  font-size: 18px;
}
.laberSpecialProducts .item .laberCart {
  margin-bottom: 30px;
}
.laberSpecialProducts .titleCountdown {
  color: #333e48;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.laberSpecialProducts .item-inner .is-countdown {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}
.laberSpecialProducts .item-inner .is-countdown {
  display: inline-block;
}
.laberSpecialProducts .item-inner .countdown-row {
  overflow: hidden;
  padding: 0;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section {
  background: #2f3034 none repeat scroll 0 0;
  margin-right: 5px;
  padding: 10px;
  position: relative;
  width: auto;
  margin-right: 5px;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section:last-child {
  margin: 0;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section:last-child:before {
  display: none;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.laberSpecialProducts .item-inner .countdown-row .countdown-section .countdown-period {
  color: #71737a;
  font-size: 14px;
  line-height: 1;
}
/* laber manufacturer */
.laberLogo_manufacturer {
  margin-bottom: 60px;
}
.content-manufacturer {
  position: relative;
  padding: 15px;
  background-color: #eeeeee;
}
.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 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin-bottom: 10px;
  -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: #333;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-tertiary:focus, .btn-tertiary:hover, .focus.btn-tertiary {
  background-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: 82px;
  margin: 0 10px 0 0;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: 1px solid #daa94d;
}
.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: #daa94d;
  background-color: #daa94d;
  color: #fff;
}
#main .images-container .js-qv-mask.scroll {
  margin: 0 auto;
  width: calc(100% - 90px);
}
.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;
}
.laberProductGrid .owl-item .item-inner {
  padding: 0;
}
#js-product-list .laberProducts {
  border: 1px solid #eee;
  margin: 0;
  border-bottom: none;
}
#js-product-list .laberProducts .row {
  margin: 0 -1px;
}
#js-product-list .laberProductGrid .item-inner {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  min-height: 355px;
}
#js-product-list .laberProductGrid .item {
  border: none;
  min-height: 0;
  padding: 0 0 15px;
}
#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-bottom: 20px;
}
.block-category {
  border: medium none;
  box-shadow: 0 0 0;
  margin-bottom: 30px;
  min-height: 0;
  padding: 0;
}
.subpage h2.h2, .block-category h1.h1 {
  color: #1a1a1a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  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 {
  background: #2f3034 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  padding: 0 30px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
#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;
}
.block-categories .category-sub-menu {
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 20px;
}
.block-categories .category-sub-menu ul {
  border: none;
  padding: 0;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  border-bottom: medium none;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.block-categories .collapse-icons {
  top: 15px;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin: 0;
  padding: 0 0 0 15px;
}
.block-categories .category-sub-menu .category-sub-link {
  display: block;
  line-height: 45px;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
  color: #1a1a1a;
}
/* laberGridList */
.products-selection {
  margin-bottom: 15px;
  height: 35px;
}
.laberGridList {}
.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: #c7c7c7;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.laberGridList li a:hover, .active_list .laberGridList li#list a, .active_grid .laberGridList li#grid a {
  color: #3a3838;
}
/* laberProductList  */
.laberProductList {}
.laberProductList .item-inner {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.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;
}
.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 {
  margin-bottom: 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 */
.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;
}
.laberCart .laberBottom {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 35px;
  height: 35px;
  padding: 0 25px;
  margin-right: 5px;
  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;
}
.laberCart .laberBottom:hover {
  border-color: #fcd605;
  background-color: #fcd605;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.laberActions .wishlist a {
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.laberProductGrid .wishlist a span {
  display: none;
}
.laberActions .wishlist a:hover {
  border-color: #fdd90e;
  background-color: #fdd90e;
  color: #fff;
}
/* pagination */
.pagination {
  border: 1px solid #eee;
  padding: 15px;
  width: 100%;
}
.laberPagination {
  text-align: right;
}
.pagination .page-list {
  padding: 0;
  display: inline-block;
}
.pagination .page-list li {
  float: left;
  margin: 0 1px;
}
.pagination .page-list li a {
  border: 1px solid #dddddd;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.pagination .page-list li a:hover, .pagination .page-list li a.disabled {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.pagination .page-list li a.next.disabled, .pagination .page-list li a.previous.disabled {
  display: none;
}
.pagination .page-list li a.previous, .pagination .page-list li a.next {
  width: auto;
  padding: 0 10px;
}
.pagination .page-list li a.previous i {
  margin-right: 5px;
}
.pagination .page-list li a.next i {
  margin-left: 5px;
}
#main .page-content, #main .page-header {
  text-align: left;
}
#main .page-content h1, #main .page-header h1 {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
}
/* product detail */
#product .product-cover {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  position: relative;
}
#product #content {
  max-width: none;
}
#product h1.h1 {
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  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 {
  margin: 0 0 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
#product .current-price span {
  color: #2f3034;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#product .product-discount .regular-price {
  color: #c3c3c3;
  font-size: 20px;
  font-weight: 600;
  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;
  font-weight: 600;
  margin-bottom: 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 15px;
}
.tabs .nav-tabs {
  border: none;
  display: inline-block;
  width: 100%;
  border: none;
  height: 36px;
}
.tabs .nav-tabs .nav-item {
  margin: 0 15px 0 0;
  padding: 0;
}
.tabs .nav-tabs .nav-link {
  border: 0 solid transparent;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  background-color: #5e5e5e;
  color: #fff;
  border: none;
}
.tabs .tab-content {
  border: 1px solid #ececec;
  padding: 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: 1px solid #eeeeee;
  border-bottom: none;
  overflow: hidden;
}
.product-features {
  margin-left: 0;
  margin-top: 10px;
}
.product-accessories {
  margin-bottom: 60px;
}
.Categoryproducts .title_block, .product-accessories .title_block {
  margin: 0;
  padding: 0;
}
.product-accessories .title_block h3 {}
.Categoryproducts .title_block span, .product-accessories .title_block h3 span {
  background-color: #fdd80b;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
  padding: 0 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}
.Categoryproducts .title_block span i, .product-accessories .title_block h3 span i {
  font-size: 20px;
  margin-right: 10px;
}
.Categoryproducts .laberCate, .product-accessories .laberAcce {
  border-right: 1px solid #eee
}
.product-actions .add-to-cart {
  background: #fdd80b none repeat scroll 0 0;
  border-color: #fdd80b;
  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: #fff;
  color: #414141;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  width: 50px;
}
.product-quantity .qty {
  width: 85px;
}
.product-quantity .input-group-btn-vertical .btn {
  display: block;
  height: 26px;
  line-height: 20px;
  padding: 11.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;
}
.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;
}
#main .page-footer {
  margin: 0;
}
@media (min-width: 992px) {
  .laberProductGrid .item-inner.first-in-line {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .laberProductGrid .item-inner.first-item-of-tablet-line {
    clear: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .laberProductGrid .item-inner.first-item-of-mobile-line {
    clear: left;
  }
}
@media (max-width: 479px) {
  .laberProductGrid .item-inner {
    clear: left;
    width: 100%;
  }
}
@media only screen and (min-width : 1199px) {
  .laberMenu-top .search-widget .expand-more {
    line-height: 50px;
  }
  .laberMenu-top .laber-search.dropdown-menu {
    top: 50px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .container {
    width: 992px
  }
  .subpage .container {
    width: 100%
  }
  .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%;
  }
}
@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: 40px;
    padding-bottom: 20px;
  }
  .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 {
    padding: 0 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 {
    padding: 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 {
    width: 100%;
  }
  .labCategoryFeature .item .content-cate {
    padding-bottom: 15px;
    text-align: center;
  }
}
@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;
    padding: 0 15px;
  }
}
@media (max-width : 543px) {
  .laberProductGrid .lab_tab {
    height: auto;
  }
  .laberProductGrid .lab_tab .laber-tab li {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
/* end content */
/* ################################################################################################################ */
/* footer */
#footer .collapse {
  display: block;
}
#footer {
  padding: 0;
}
/* laberFooter-top */
.laberFooter-top {
  background-color: #2f3034;
  padding: 25px 0;
}
.logo-footer h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.laberSocial {
  display: inline;
  float: right;
  padding: 0 15px;
}
.laberSocial ul {
  margin: 0;
}
.laberSocial-sharing .labeTitle {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.laberSocial-sharing li, .laberSocial li {
  margin: 0;
}
.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;
}
.laberProduct .laberSocial-sharing li a:hover {
  color: #daa94d;
}
/* .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: 24px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  text-align: left;
}
.block_newsletter .laberConditions p {
  margin: 0;
  padding: 0;
  color: #969696;
  font-size: 14px;
}
.block_newsletter .laberConditions p span {
  color: #daa94d;
  font-size: 22px;
}
.laberForm {
  margin: 0 auto;
}
.block_newsletter form {
  background: #cfcfcf;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.block_newsletter form .input-wrapper {}
.block_newsletter form input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #b6b6b6;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  min-width: 0;
  padding: 0 15px;
  border-radius: 5px 0 0 5px;
}
.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: #007775 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  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: #d60d46;
  color: #fff;
}
.laberLinda {}
.laberLinda .logoFooter {
  margin-bottom: 35px;
}
.laberLinda p {
  color: #848484;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.laberLinda .logoPaypal {
  padding-top: 30px;
}
/* laberFooter-center */
.laberFooter-center {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 60px 0;
}
.laberFooter-center .h3 {
  border-bottom: 1px solid #eee;
  color: #2f3034;
  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: #71737a;
  font-size: 14px;
  line-height: 30px;
}
.laberFooter-center ul li a:hover {
  color: #007775;
}
#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 {
  margin: 0 -5px;
}
#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: #fff;
}
.custom-link {
  text-align: center;
}
.custom-link ul {
  display: inline-block;
  padding: 0;
}
.custom-link ul li {
  float: left;
  display: inline;
  margin: 0 10px;
}
.custom-link ul li a {
  color: #666666;
  line-height: 35px;
}
.custom-link ul li a:hover {
  color: #1a1a1a;
}
.copyright {
  color: #71737a;
  display: inline;
  float: left;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.copyright a {
  color: #2f3034;
}
.laber-media-body {
  overflow: hidden;
}
.laberFooter-bottom .payment {
  text-align: right;
}
.laberFooter-bottom .payment a {
  color: #71737a;
  display: inline-block;
  font-size: 35px;
}
@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 5px 10px;
  }
  .block_newsletter p.h3 {
    font-size: 20px;
  }
}
@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 10px;
    text-transform: uppercase;
  }
  .laberFooter-center .h3 {
    border: none;
  }
  .laberFooter-center .title .collapse-icons {
    color: #2f3034;
    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;
  }
}
@media only screen and (min-width : 992px) {
  .col-offset-laber {
    margin-left: 24%;
  }
  .laber-margin {
    margin: 0 -5px;
  }
  .laber-padding {
    padding: 0 5px;
  }
}
/* end footer */