/* Home */
#full-content-home {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-home {
  float: left;
  width: calc(100% - 310px);
  margin-left: auto;
}
#full-slide {
  float: left;
  width: 100%;
}
#featured-product, #all-cat-home {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.heading-title {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #33980a;
  margin: 0px 0px 10px 0px !important;
  line-height: 1 !important;
}
.heading-title span, .heading-title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 !important;
  padding: 7px 10px 5px;
  position: relative;
  font-size: 18px !important;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #33980a;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.heading-title span::before, .heading-title span::after, .heading-title a::before, .heading-title a::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 100%;
}
.heading-title span::before, .heading-title a::before {
  border-width: 42px 0px 0px 40px;
  border-color: transparent transparent transparent #36751d;
}
.heading-title span::after, .heading-title a::after {
  border-width: 42px 0px 0px 30px;
  border-color: transparent transparent transparent #33980a;
}
.heading-title img {
  width: 45px;
  height: 30px !important;
  margin-right: 10px;
}
.main-slide-prd .owl-stage-outer {
  padding-bottom: 10px !important;
}
.home.woocommerce .full-content ul.products li.product {
  width: calc(100% - 1px);
  margin: 0;
  padding: 0;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
.main-home {
  width: 100%;
}
}

@media only screen and (max-width: 640px) {
.heading-title span, .heading-title a {
  width: 100%;
}
.heading-title span::before, .heading-title span::after, .heading-title a::before, .heading-title a::after {
  display: none;
}
.woocommerce #featured-product .products {
  margin: 0;
}
#all-cat-home {
  margin: 0;
}
}