.cf:before,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* IE < 8 */
.hero-section.first-block {
  background-image: url(../img/home-background-header.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
#big.owl-carousel {
  max-width: 475px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 63px 85px;
}
#big.owl-carousel img {
  width: auto;
}
.small-images {
  max-width: 475px;
  margin-top: 25px;
}
.small-images #thumbs.owl-carousel {
  max-width: 388px;
  width: 100%;
  margin: auto;
}
.small-images #thumbs.owl-carousel .owl-item {
  width: 80px;
  height: 80px;
}
.small-images #thumbs.owl-carousel .owl-item.current .item {
  border: 1px solid #DEDEDE;
}
.small-images #thumbs.owl-carousel .owl-item .item {
  text-align: center;
  width: 80px;
  height: 80px;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid transparent;
  line-height: 80px;
  padding: 13px 0;
}
.small-images #thumbs.owl-carousel .owl-item .item img {
  width: auto;
  height: 54px;
  margin: auto;
}
.small-images #thumbs.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 20px;
  background: none;
}
.small-images #thumbs.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 20px;
  background: none;
}
.product-section {
  margin-top: 66px;
  padding-top: 80px;
  margin-bottom: 120px;
}
.product-section .left-section-product {
  float: left;
  width: 50%;
}
.product-section .right-section-product {
  float: left;
  width: 50%;
}
.product-section .right-section-product h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  align-items: center;
  color: #404040;
  margin-bottom: 25px;
}
.product-section .right-section-product .price {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #404040;
}
.product-section .right-section-product .price span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #898989;
  margin-right: 20px;
  margin-top: 10px;
  float: left;
}
.product-section .right-section-product .product-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #404040;
  margin-bottom: 50px;
}
.product-section .right-section-product .buy-product {
  display: block;
  width: 285px;
  line-height: 73px;
  text-align: center;
  background: #FFD260;
  box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #404040;
  text-decoration: none;
}
.product-section-two {
  padding-bottom: 120px;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #DEDEDE;
  display: inline-block;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #898989;
  position: relative;
}
ul.tabs li.active {
  color: #404040;
}
ul.tabs li.active:after {
  content: '';
  display: block;
  background: #FFD260;
  border-radius: 55px;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
}
.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.tab_content {
  padding: 40px 0 0 0;
  display: none;
  color: #404040;
  font-size: 16px;
}
.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
/*# sourceMappingURL=main.css.map */