body {
  padding-top: 162px;
}
.site-green {
  color: #008d6f;
}
.text-bigger {
  font-size: 1.3rem;
}
a,
a.page-link,
a:hover,
a.page-link:hover {
  color: #008d6f;
  text-decoration: none;
}
.m-webBasic_home .parallax-mirror:after {
  background: rgba(0, 0, 0, 0.1);
}
.mainNavWrap .logo {
  max-height: 65px;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .mainNavWrap .logo {
    max-height: 80px;
  }
}
.mainNavWrap .navbar-nav .nav-item .nav-link {
  padding: 5px 15px;
}
.mainNavWrap .navbar-nav .nav-item.active .nav-link {
  color: #008d6f;
}
.mainNavWrap .navbar-nav .nav-item::after {
  background: #008d6f;
}
.category-widget .imgAsBg {
  background-size: contain !important;
  background-repeat: no-repeat;
}
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/sites/rickydadlani/www/images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-size: 14px;
}
footer a {
  color: #fff;
}
footer.footerTop {
  margin-top: 30px;
  padding: 20px 0;
  line-height: 1.8em;
}
footer.footerBtm {
  border-top: 1px solid #545454;
  line-height: 60px;
}
footer.footerBtm .social {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 15px;
}
footer.footerBtm .social i {
  color: #c6c6c6;
}
footer.footerBtm .copyText {
  text-align: right !important;
  line-height: 75px;
}
footer.footerBtm .blocks div {
  border-left: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.pt-home #brandDisplay .imgAsBg {
  background-size: contain !important;
  background-repeat: no-repeat;
}
.pt-home #brandDisplay h3 {
  font-size: 20px;
}
.pt-home .topBanner {
  padding-top: 120px;
}
.pt-home .topBanner .singleBanner,
.pt-home .topBanner .carousel-inner {
  height: 50vh;
}
.pt-home .topBanner .singleBanner .carousel-item,
.pt-home .topBanner .carousel-inner .carousel-item {
  background-size: cover;
}
.pt-home .topBanner .container-fluid {
  padding: 0;
}
.m-ecommerce_product .brandImg {
  background-size: contain !important;
  background-repeat: no-repeat;
}
.m-ecommerce_product #searchTop input {
  max-width: 120px;
}
.m-ecommerce_product #searchTop .bootstrap-select {
  max-width: 130px;
}
.m-ecommerce_product #brandsList h4 {
  font-size: 18px;
}
.m-ecommerce_product.v-detail .properties span {
  display: inline-block;
  width: 120px;
  font-weight: bold;
}
.m-ecommerce_product.v-detail .status {
  font-size: 18px;
  color: #0000e6;
}
.m-ecommerce_product.v-detail .status span {
  display: inline-block;
  width: 120px;
  font-weight: bold;
}
.m-ecommerce_product.v-list .product .imgAsBg {
  position: relative;
}
.m-ecommerce_product.v-list .product .imgAsBg .status-out-of-stock {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: red;
  font-size: 12px;
  font-style: italic;
  background-color: #fff;
  opacity: 0.7;
  padding: 2px 5px;
  border-radius: 2px;
}
.m-ecommerce_product input::placeholder {
  font-size: 0.8em;
}
