/* Inheriting bootstrap styles */
img {
  max-width: 100%; }

/***************** Gutter Style **********************/
.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.min-half-gutter {
  margin-left: -5px;
  margin-right: -5px; }
  .min-half-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px; }

.min-gutter {
  margin-left: -10px;
  margin-right: -10px; }
  .min-gutter > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px; }

/********* Headings  ********/
h4 {
  text-transform: uppercase; }

body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, sans-serif; }

.header-top {
  background: #eeeeee;
  padding: 10px; }

.header-top .fa-phone {
  font-size: 18px;
  vertical-align: middle; }
.header-top ul {
  list-style: none;
  margin-bottom: 0; }
  .header-top ul li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    position: relative; }
    .header-top ul li:before {
      content: '|';
      position: absolute;
      left: 0; }
    .header-top ul li a {
      color: #555555;
      font-size: 13px; }
      .header-top ul li a .fa {
        font-size: 16px; }
      .header-top ul li a span {
        background: #88bb19;
        border-radius: 20px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        vertical-align: top;
        width: 25px; }
  .header-top ul li:first-child:before {
    display: none; }

.searchbox {
  background: #eeeeee;
  display: inline-block;
  padding: 10px 14px;
  width: 72%; }
  .searchbox > span {
    border: 2px solid #666666;
    display: block;
    position: relative; }
    .searchbox > span input {
      border: none;
      padding-right: 37px;
      width: 100%; }
    .searchbox > span .fa-search {
      background: #666666;
      color: #fff;
      position: absolute;
      padding: 10px;
      right: 0;
      top: 0; }

.search-wrap-top {
  border-right: 2px solid #eeeeee;
  margin-top: 30px; }
  .search-wrap-top .livechat {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    vertical-align: top; }
    .search-wrap-top .livechat a {
      color: #666666; }
    .search-wrap-top .livechat .fa {
      font-size: 24px;
      vertical-align: middle; }
    .search-wrap-top .livechat.online-chat > a {
      color: #88bb19; }

.cleaning-supplies {
  margin-top: 30px; }
  .cleaning-supplies h4 {
    color: #88bb19;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .cleaning-supplies p {
    font-size: 15px;
    font-weight: 300; }

.menu-navbar {
  background: #666666; }
  .menu-navbar .navbar-toggle {
    float: none; }
  .menu-navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    .menu-navbar .navbar-collapse .navbar-nav {
      margin-left: 0;
      margin-right: 0; }

.navbar-inverse {
  background: #fff;
  border: none; }

header.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase; }
  header.navbar-inverse .navbar-nav > li > a:hover, header.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #555555; }
header.navbar-inverse .navbar-nav > .active > a, header.navbar-inverse .navbar-nav > .active > a:hover, header.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #555555; }

.featured-product h4 {
  background: #7215ab;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 20px 10px;
  text-transform: uppercase;
  text-align: center; }
.featured-product .list-group-item {
  padding: 17px 15px; }
  .featured-product .list-group-item:first-child, .featured-product .list-group-item:last-child {
    border-radius: 0; }
  .featured-product .list-group-item:hover, .featured-product .list-group-item:focus {
    background: #88bb19;
    color: #fff; }

.banner-main .carousel-inner .item:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.banner-main .carousel-inner .item .carousel-caption {
  bottom: inherit;
  top: 20%;
  text-align: center; }
  .banner-main .carousel-inner .item .carousel-caption p {
    font-size: 20px; }
  .banner-main .carousel-inner .item .carousel-caption h2 {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase; }
    .banner-main .carousel-inner .item .carousel-caption h2 + p {
      text-transform: uppercase; }
.banner-main .banner-bottom-block {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px; }
  .banner-main .banner-bottom-block .ship-block .fa {
    font-size: 35px; }
  .banner-main .banner-bottom-block .column-three span {
    font-size: 13px;
    margin-top: 6px;
    padding-left: 10px;
    text-transform: uppercase; }
  .banner-main .banner-bottom-block .column-three .ship-block {
    border-right: 1px solid #a8a3a3; }
  .banner-main .banner-bottom-block .column-three .column-three .ship-block {
    padding-left: 15px; }
  .banner-main .banner-bottom-block .column-three:last-child .ship-block {
    border-right: none; }
.banner-main .carousel-control {
  background: #000;
  background-image: none;
  height: 50px;
  line-height: 56px;
  margin-top: -25px;
  top: 50%;
  width: 50px; }
  .banner-main .carousel-control .glyphicon {
    position: static; }

.blog-box {
  margin: 20px 0 30px; }
  .blog-box h4 {
    margin-top: 25px; }
  .blog-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px; }
  .blog-box .thumbnail {
    min-height: 245px; }
  .blog-box .readient-box-gray {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e5e3e3 80%);
    background-image: -o-linear-gradient(top, #fff 0%, #e5e3e3 80%);
    background-image: linear-gradient(to bottom, #fff 0%, #e5e3e3 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5E3E3', GradientType=0);
    padding: 0 20px 14px;
    text-align: center; }
    .blog-box .readient-box-gray h3 {
      font-size: 28px;
      font-weight: 500;
      position: relative; }
      .blog-box .readient-box-gray h3.free-ship {
        margin-top: 7px; }
        .blog-box .readient-box-gray h3.free-ship:after {
          content: ' ';
          background-image: -webkit-linear-gradient(left, #F6F6F6, #4A4A4A 50%, #F6F6F6);
          background-image: -o-linear-gradient(left, #F6F6F6, #4A4A4A 50%, #F6F6F6);
          background-image: linear-gradient(to right, #F6F6F6, #4A4A4A 50%, #F6F6F6);
          background-repeat: no-repeat;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFF6F6F6', GradientType=1);
          bottom: -8px;
          content: " ";
          height: 1px;
          left: 0;
          position: absolute;
          right: 0; }
      .blog-box .readient-box-gray h3.spent-money {
        color: #88bb19;
        font-weight: bold; }
    .blog-box .readient-box-gray .condition-text {
      font-size: 22px; }

.btn-success {
  background: #88bb19;
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase; }

.quick-sellers-block .thumbnail {
  border-radius: 0; }
  .quick-sellers-block .thumbnail .well {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .quick-sellers-block .thumbnail .well h4 {
      margin-top: 0;
      text-align: center; }
    .quick-sellers-block .thumbnail .well .list-group {
      margin-bottom: 0; }
      .quick-sellers-block .thumbnail .well .list-group .list-group-item {
        background: none;
        border: 0;
        border-bottom: 2px dotted #bbb;
        padding-left: 0;
        padding-right: 0; }
        .quick-sellers-block .thumbnail .well .list-group .list-group-item:last-child {
          border-bottom: none; }
        .quick-sellers-block .thumbnail .well .list-group .list-group-item .fa {
          margin-right: 10px; }
  .quick-sellers-block .thumbnail .best-seller {
    padding-bottom: 45px; }

.best-seller h5 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center; }
.best-seller .btn-success {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 40px; }

.map-block {
  margin-top: 30px; }

footer {
  background: #262626;
  padding: 36px 0; }
  footer h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    text-transform: none; }
  footer .footer-column {
    border-right: 1px solid #a8a3a3;
    min-height: 210px; }
    footer .footer-column:last-child {
      border: none; }
  footer address {
    color: #fff;
    font-size: 12px;
    line-height: 25px; }
  footer ul {
    padding: 0; }
    footer ul li {
      color: #fff;
      list-style: none;
      padding: 5px 0; }
      footer ul li .fa {
        padding-right: 15px; }
      footer ul li a {
        color: #fff;
        font-size: 12px; }

.social-link-foot a {
  color: #fff;
  font-size: 35px;
  margin-right: 5px;
  position: relative; }
  .social-link-foot a .fa {
    position: relative;
    z-index: 5; }
    .social-link-foot a .fa.fa-facebook-official {
      color: #3b5998; }
    .social-link-foot a .fa.fa-twitter-square {
      color: #00aced; }
    .social-link-foot a .fa.fa-google-plus-square {
      color: #dd4b39; }
    .social-link-foot a .fa.fa-linkedin-square {
      color: #0177b5; }
  .social-link-foot a:after {
    background: #fff;
    content: "";
    height: 26px;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 0; }

.copy-right {
  background: #313131;
  color: #fff;
  padding: 10px; }

.breadcrumb {
  background: none;
  padding-left: 0; }
  .breadcrumb > li a {
    color: #666666; }
  .breadcrumb > li + li:before {
    content: '>';
    color: #666666;
    font-size: 14px; }
  .breadcrumb > li.active {
    color: #7215ab; }

.featured-product nav {
  border-top: 4px solid #7215ab; }
  .featured-product nav li a .fa {
    margin-right: 10px;
    width: 6px; }
  .featured-product nav li #submenu1 .list-group-item {
    font-weight: 300;
    padding-left: 25px; }
  .featured-product nav li.active.sub-list > a .fa:before {
    content: "\f107"; }

.product-list {
  color: #000;
  text-align: center; }
  .product-list .col-md-4 a {
    color: #000; }
    .product-list .col-md-4 a h5 {
      line-height: 20px;
      min-height: 50px; }
      .product-list .col-md-4 a h5 a {
        color: #000; }
  .product-list img {
    border: 1px solid #a8a3a3; }

.block-heading h4, .wholesale-block .wholesale-block-heading h4 {
  font-size: 22px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none; }
.block-heading p, .wholesale-block .wholesale-block-heading p {
  font-size: 16px; }

.wholesale-block hr {
  margin: 10px 0; }
.wholesale-block p {
  line-height: 25px; }
.wholesale-block .list-unstyled li {
  margin-bottom: 6px; }
  .wholesale-block .list-unstyled li .fa {
    margin-right: 10px; }

.go-top {
  bottom: 20px;
  right: 20px; }
  .go-top .fa {
    background: #bab3b3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    padding: 15px; }

.cleaning-listing {
  margin-bottom: 10px; }
  .cleaning-listing .product-list .thumbnail {
    border-radius: 0; }
    .cleaning-listing .product-list .thumbnail:hover .well:after {
      background: rgba(0, 0, 0, 0.7);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .cleaning-listing .product-list .thumbnail h5 a {
      color: #000; }
  .cleaning-listing .product-list .well {
    border-radius: 0;
    margin-bottom: 10px;
    min-height: 200px;
    position: relative; }
  .cleaning-listing .product-list img {
    border: none; }

.product-detail .thumb-product .thumbnail {
  border-radius: 0;
  margin-bottom: 5px; }
.product-detail .thumbnail {
  border-radius: 0; }
  .product-detail .thumbnail figure {
    padding: 40px 0; }
.product-detail .well {
  border-radius: 0;
  border: none;
  margin-bottom: 0; }

.cart-table-view {
  margin-bottom: 40px; }
  .cart-table-view .price-table {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
    .cart-table-view .price-table .row + .row {
      padding-top: 5px;
      padding-bottom: 5px; }
    .cart-table-view .price-table .product-header {
      font-weight: 700; }
      .cart-table-view .price-table .product-header .col-md-3 {
        background: #eeeeee;
        border-right: 1px solid #fff;
        padding: 6px; }
  .cart-table-view .btn {
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%; }
  .cart-table-view .btn-default {
    background: #7215ab;
    color: #fff; }
    .cart-table-view .btn-default:hover {
      background: #9538ce; }

.product-inormation {
  margin-bottom: 80px; }
  .product-inormation .nav-tabs li a {
    color: #000;
    font-size: 16px;
    outline: none; }
  .product-inormation .nav-tabs li.active a {
    color: #7215ab; }
  .product-inormation .tab-content .accordion-link {
    background: #666666;
    color: #fff;
    border: 0; }
    .product-inormation .tab-content .accordion-link.active {
      background: #7215ab;
      color: #fff;
      margin-bottom: 0; }
  .product-inormation .tab-content .tab-pane {
    border: 1px solid #cecece;
    border-top: none;
    padding: 30px; }
    .product-inormation .tab-content .tab-pane .cleaning-applications strong {
      font-size: 16px; }
    .product-inormation .tab-content .tab-pane .list-unstyled {
      margin: 15px 0; }
      .product-inormation .tab-content .tab-pane .list-unstyled li {
        margin-bottom: 5px; }
        .product-inormation .tab-content .tab-pane .list-unstyled li .fa-angle-right {
          margin-right: 10px; }

.info-right-block {
  padding-top: 30px; }
  .info-right-block .well {
    background: #eeeeee;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .info-right-block .well i.pull-left {
      border-right: 1px solid #a8a3a3;
      margin-right: 20px;
      padding: 5px 20px 5px 0; }
    .info-right-block .well .fa-truck {
      font-size: 35px; }
    .info-right-block .well span {
      font-size: 14px;
      text-transform: uppercase; }

.cart-wraper .thumbnail {
  padding: 20px 30px; }
.cart-wraper table.table-bordered {
  border: none; }
.cart-wraper table tbody tr {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  .cart-wraper table tbody tr td {
    padding: 20px;
    text-transform: uppercase; }
.cart-wraper table thead tr th {
  border: none;
  text-transform: uppercase;
  white-space: nowrap; }

.cart-total .list-unstyled li {
  font-size: 14px;
  padding: 5px 0; }
  .cart-total .list-unstyled li strong {
    font-size: 18px; }
.cart-total .btn-default {
  background: #7215ab;
  border-radius: 0;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase; }
  .cart-total .btn-default + .btn-default {
    margin-left: 10px; }

.chat-box {
  display: none;
  margin-top: 10px;
  position: absolute;
  width: 330px;
  z-index: 10; }
  .chat-box .panel-default {
    margin-bottom: 0; }
    .chat-box .panel-default .panel-heading {
      background: #7215ab;
      color: #fff; }
      .chat-box .panel-default .panel-heading h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 4px 0;
        text-align: center; }
      .chat-box .panel-default .panel-heading a {
        color: #fff;
        margin: 0 5px; }
  .chat-box .chat-row {
    border-bottom: 1px solid #cecece; }
    .chat-box .chat-row + .chat-row {
      padding: 15px 0 8px; }
    .chat-box .chat-row h6 {
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 0; }
    .chat-box .chat-row .thumbnail.pull-left {
      margin-right: 15px; }
    .chat-box .chat-row .thumbnail.pull-right {
      margin-left: 15px; }
  .chat-box .msg-textarea {
    margin: 10px 0; }
  .chat-box .powered-by a {
    color: #88bb19; }
  .chat-box .powered-by .btn-success {
    font-size: 12px;
    padding: 4px 15px; }

/* silk slider product page*/
.slick-next {
  right: 36px;
  z-index: 99; }
  .slick-next:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 35px;
    opacity: 0.5;
    color: #7215ab; }
    .slick-next:before.hover {
      opacity: 1; }

.slick-prev {
  left: 36px;
  z-index: 99; }
  .slick-prev:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 35px;
    opacity: 0.5;
    color: #7215ab; }
    .slick-prev:before.hover {
      opacity: 1; }

.slick-list .slick-current h3 {
  padding: 0; }

.slick-slide {
  opacity: 0.5;
  text-align: center; }
  .slick-slide.slick-current {
    background: transparent;
    opacity: 1; }

/* Media queries breakpoints */
@media (max-width: 1200px) {
  .navbar .logo {
    padding-top: 10px;
    text-align: center; }
    .navbar .logo * {
      float: none; }
  .navbar .search-wrap-top {
    border-right: none; } }
@media (max-width: 992px) {
  .best-seller {
    text-align: center; } }
@media (max-width: 768px) {
  .blog-box .thumbnail {
    min-height: inherit; }

  .banner-main .banner-bottom-block .column-three .ship-block {
    border-right: none;
    border-bottom: 1px solid #a8a3a3;
    padding: 10px 0; } }
@media (max-width: 480px) {
  .navbar .search-wrap-top {
    text-align: center; }
    .navbar .search-wrap-top .livechat {
      margin: 0 0 10px; }

  .searchbox {
    width: 100%; }

  footer .footer-column {
    width: 100%; }

  .cart-table-view .btn {
    width: 100%; } }

/*# sourceMappingURL=custom-style.css.map */
