/* line 3, ../scss/office_bee.scss */
html, body {
  background-color: #fff;
}

/* line 8, ../scss/office_bee.scss */
.office-bee.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
/* line 13, ../scss/office_bee.scss */
.office-bee .section {
  border: none;
  margin: 0;
}
/* line 18, ../scss/office_bee.scss */
.office-bee .section .product-home .category-title {
  background-color: #006AC9;
  padding: 10px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
/* line 27, ../scss/office_bee.scss */
.office-bee .section .product-lists {
  border-top: 3px solid #006AC9;
  padding-top: 30px;
}
/* line 32, ../scss/office_bee.scss */
.office-bee .section .category-button {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
}
/* line 44, ../scss/office_bee.scss */
.office-bee .section .category-button a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  background-color: #006AC9;
  z-index: 1;
}
/* line 53, ../scss/office_bee.scss */
.office-bee .section .category-image:hover .category-button {
  opacity: 1;
}
/* line 59, ../scss/office_bee.scss */
.office-bee.header .top-bar {
  padding-top: 12px;
  font-size: 14px;
}
/* line 63, ../scss/office_bee.scss */
.office-bee.header .top-bar .fa-phone {
  color: #FEBE10;
  margin-right: 5px;
  font-size: 14px;
}
/* line 69, ../scss/office_bee.scss */
.office-bee.header .top-bar .menu-bar {
  list-style: none;
  padding-left: 0;
}
/* line 73, ../scss/office_bee.scss */
.office-bee.header .top-bar .menu-bar > li {
  display: inline-block;
  margin-left: 20px;
}
/* line 84, ../scss/office_bee.scss */
.office-bee.header .navbar-brand {
  height: 85px;
}
/* line 88, ../scss/office_bee.scss */
.office-bee.header .navbar-category {
  font-size: 16px;
  padding-top: 20px;
}
/* line 92, ../scss/office_bee.scss */
.office-bee.header .navbar-category i {
  margin-top: -3px;
}
/* line 97, ../scss/office_bee.scss */
.office-bee.header .navbar-collapse {
  float: right;
  padding-right: 30px;
}
/* line 102, ../scss/office_bee.scss */
.office-bee.header .navbar .navbar-nav li {
  padding-top: 6px;
}
/* line 106, ../scss/office_bee.scss */
.office-bee.header .navbar .navbar-nav li form.search-form .btn-search {
  background-color: #FEBE10 !important;
  font-size: 14px;
  padding: 11px 18px;
  top: 8px;
}
/* line 113, ../scss/office_bee.scss */
.office-bee.header .navbar .navbar-nav li form.search-form .reset {
  padding: 14px 18px;
  top: 8px;
}
/* line 118, ../scss/office_bee.scss */
.office-bee.header .navbar .navbar-nav li form.search-form i {
  color: #000000;
  font-size: 14px;
}
/* line 123, ../scss/office_bee.scss */
.office-bee.header .navbar .navbar-nav li form.search-form .search {
  border-color: #FEBE10;
  min-width: 500px;
  height: 42px;
}
/* line 131, ../scss/office_bee.scss */
.office-bee.header .navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 136, ../scss/office_bee.scss */
.office-bee.header .dropdown-category {
  margin-top: 43px;
}
/* line 140, ../scss/office_bee.scss */
.office-bee.header .count-circle {
  display: inline-block;
  background-color: #414042;
  width: 21px;
  height: 21px;
  font-size: 10px;
  margin-left: 6px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
/* line 151, ../scss/office_bee.scss */
.office-bee.header .count-circle span {
  margin-top: 3px;
  display: block;
}
/* line 158, ../scss/office_bee.scss */
.office-bee .main-category {
  background-color: #FEBE10;
}
/* line 161, ../scss/office_bee.scss */
.office-bee .main-category li {
  padding-bottom: 0;
  list-style: none;
}
/* line 165, ../scss/office_bee.scss */
.office-bee .main-category li a {
  background-color: transparent;
  padding: 5px 10px;
}
/* line 169, ../scss/office_bee.scss */
.office-bee .main-category li a img {
  margin-right: 15px;
}
/* line 175, ../scss/office_bee.scss */
.office-bee .main-category li:hover {
  background-color: #fed158;
}
/* line 180, ../scss/office_bee.scss */
.office-bee .benefit {
  margin-top: 60px;
  margin-bottom: 130px;
}
/* line 184, ../scss/office_bee.scss */
.office-bee .benefit .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
/* line 189, ../scss/office_bee.scss */
.office-bee .benefit .title img {
  vertical-align: top;
  margin-top: 4px;
  margin-left: 5px;
  height: 25px;
}
/* line 198, ../scss/office_bee.scss */
.office-bee .benefit .benefit-item img {
  width: 15%;
  margin: 0 auto;
  display: block;
  margin: 0 auto 25px auto;
}
/* line 205, ../scss/office_bee.scss */
.office-bee .benefit .benefit-item .item-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 212, ../scss/office_bee.scss */
.office-bee .benefit .benefit-item .item-content {
  font-size: 14px;
  color: #333333;
  line-height: 2em;
  text-align: center;
}
/* line 221, ../scss/office_bee.scss */
.office-bee .product-group {
  margin-top: 80px;
  margin-bottom: 100px;
}
/* line 225, ../scss/office_bee.scss */
.office-bee .product-group .main-bg {
  margin-left: -90px;
  margin-right: -90px;
  background-color: #006AC9;
  text-align: center;
  padding: 30px;
  color: #fff;
  height: 400px;
  margin-bottom: 200px;
}
/* line 226, ../scss/office_bee.scss */
.office-bee .product-group .main-bg h3 {
  margin-top: 30px;
  margin-bottom: 25px;
}
/* line 242, ../scss/office_bee.scss */
.office-bee .product-group .product-group-item {
  padding: 25px 20px;
  width: 18%;
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin: 40px 15px;
  box-shadow: 0px 2px 7px #ccc;
}
/* line 251, ../scss/office_bee.scss */
.office-bee .product-group .product-group-item img {
  margin-bottom: 25px;
  border-radius: 50%;
  width: 100%;
}
/* line 257, ../scss/office_bee.scss */
.office-bee .product-group .product-group-item .title {
  font-size: 18px;
}
/* line 261, ../scss/office_bee.scss */
.office-bee .product-group .product-group-item .line {
  width: 25%;
  margin: 20px auto;
  background-color: #FEBE10;
  height: 1px;
  border: none;
}
/* line 271, ../scss/office_bee.scss */
.office-bee .testimonials {
  margin-top: 60px;
  margin-top: 100px;
}
/* line 275, ../scss/office_bee.scss */
.office-bee .testimonials .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
/* line 280, ../scss/office_bee.scss */
.office-bee .testimonials .title img {
  height: 25px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 5px;
}
/* line 288, ../scss/office_bee.scss */
.office-bee .testimonials .carousel-control {
  display: none;
}
/* line 292, ../scss/office_bee.scss */
.office-bee .testimonials .carousel-indicators {
  bottom: -40px;
}
/* line 295, ../scss/office_bee.scss */
.office-bee .testimonials .carousel-indicators li {
  background-color: #CCCCCC;
  border: none;
}
/* line 300, ../scss/office_bee.scss */
.office-bee .testimonials .carousel-indicators .active {
  background-color: #333333;
  border: none;
}
/* line 305, ../scss/office_bee.scss */
.office-bee .testimonials .carousel-inner {
  padding: 0 60px;
}
/* line 308, ../scss/office_bee.scss */
.office-bee .testimonials .carousel-inner img {
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
}
/* line 316, ../scss/office_bee.scss */
.office-bee .subscribe {
  background-color: #FEBE10;
  margin-right: -90px;
  margin-left: -90px;
  padding: 20px 100px;
}
/* line 322, ../scss/office_bee.scss */
.office-bee .subscribe label {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
}
/* line 328, ../scss/office_bee.scss */
.office-bee .subscribe .subscribe-form {
  background-color: #fff;
  margin: 0;
}
/* line 332, ../scss/office_bee.scss */
.office-bee .subscribe .subscribe-form input {
  height: 30px;
  box-shadow: none;
  display: inline-block;
  width: 95%;
  border: none;
}
/* line 340, ../scss/office_bee.scss */
.office-bee .subscribe .subscribe-form .fa-send {
  color: #CCCCCC;
  font-size: 18px;
}

/* line 348, ../scss/office_bee.scss */
.add-to-cart-business, .btn-shipping {
  background-color: #FEBE10 !important;
  color: #333333;
}

/* line 353, ../scss/office_bee.scss */
footer {
  text-align: left;
  color: #adadad;
  padding: 20px 100px 20px 100px;
}
/* line 358, ../scss/office_bee.scss */
footer a {
  color: #adadad;
}
/* line 362, ../scss/office_bee.scss */
footer .title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 0;
}
/* line 369, ../scss/office_bee.scss */
footer .line {
  width: 14%;
  margin: 5px 0;
  background-color: #fff;
  height: 1px;
  border: none;
}
/* line 377, ../scss/office_bee.scss */
footer .link {
  border-bottom: 1px solid #474747;
  margin-bottom: 20px;
}
/* line 382, ../scss/office_bee.scss */
footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  min-height: 100px;
}
/* line 388, ../scss/office_bee.scss */
footer ul li {
  margin-bottom: 5px;
}
/* line 393, ../scss/office_bee.scss */
footer .see-all {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/* line 399, ../scss/office_bee.scss */
footer .see-all i {
  margin-left: 5px;
}
