component-category-grid-i .component_h_container {
  float: left;
  width: 100%;
  height: auto;
  display: block;
}
component-category-grid-i .component_h_container * {
  outline: none !important;
}
component-category-grid-i .component_h_container .section-head {
  float: left;
  width: 100%;
  height: auto;
}
component-category-grid-i .component_h_container .section-head .category-name {
  float: left;
}
component-category-grid-i .component_h_container .section-head .category-name * {
  text-transform: uppercase;
  line-height: 50px;
}
component-category-grid-i .component_h_container .section-head .category-sub {
  float: right;
  width: auto;
}
component-category-grid-i .component_h_container .section-head .category-sub a {
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  color: #444343;
  padding: 0px 10px;
  font-weight: lighter;
  text-transform: uppercase;
  transition: all 0.3s;
}
component-category-grid-i .component_h_container .section-head .category-sub a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 991px) {
  component-category-grid-i .component_h_container .section-head .category-sub a:first-child {
    padding: 0px 10px;
  }
}
component-category-grid-i .component_h_container .section-head .category-icon {
  float: right;
  width: 125px;
  text-align: right;
  height: 50px;
  overflow: hidden;
}
component-category-grid-i .component_h_container .section-head .category-icon .icon-cat {
  width: 125px;
  height: 50px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
component-category-grid-i .component_h_container .section-line {
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
  width: 100%;
  float: left;
}
component-category-grid-i .component_h_container .section-product {
  width: 100%;
  display: block;
  float: left;
  height: auto;
  margin-top: 10px;
}
component-category-grid-i .component_h_container .section-product .section-product-gallery {
  float: left;
  width: 20%;
  overflow: hidden;
  padding-right: 5px;
}
component-category-grid-i .component_h_container .section-product .section-product-gallery ._cover {
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
component-category-grid-i .component_h_container .section-product .section-product-gallery ._cover img {
  width: 0;
  height: 0;
  visibility: hidden;
}
component-category-grid-i .component_h_container .section-product .section-product-gallery .slick-dots {
  bottom: 25px;
}
component-category-grid-i .component_h_container .section-product .section-product-card {
  float: left;
  width: 80%;
  overflow: hidden;
}
component-category-grid-i .component_h_container .section-product .section-product-card .slick-dots {
  display: none !important;
}
component-category-grid-i .component_h_container .section-product .col-ref {
  padding: 0px 5px;
}
@media (max-width: 991px) {
  component-category-grid-i .component_h_container .section-product .section-referral-sub .row {
    padding: 0px 7.55px;
  }
}
component-category-grid-i .component_h_container .section-product .section-referral-sub .referral-container {
  float: left;
  width: 100%;
  padding: 100% 0 0;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #eee;
}
component-category-grid-i .component_h_container .section-product .section-referral-sub .referral-container .text_1 {
  position: absolute;
  top: 10px;
  height: 25px;
  padding-left: 10px;
  color: black;
  text-transform: uppercase;
  line-height: 25px;
}
component-category-grid-i .component_h_container .section-product .section-referral-sub .referral-container .text_2 {
  position: absolute;
  top: 35px;
  height: 25px;
  padding-left: 10px;
  color: black;
  text-transform: uppercase;
  color: red;
  font-weight: bold;
  line-height: 25px;
  font-size: 20px;
}
@media (max-width: 991px) {
  component-category-grid-i .component_h_container .section-product .section-product-gallery,
  component-category-grid-i .component_h_container .section-product .section-product-card {
    width: 100%;
  }
  component-category-grid-i .component_h_container .section-product .section-product-gallery {
    padding-right: 0px;
  }
  component-category-grid-i .component_h_container .section-product .section-product-gallery ._cover {
    height: 50vh;
  }
}
@media (max-width: 991px) {
  component-category-grid-i .component_h_container .section-head .category-sub {
    margin-top: 10px;
  }
  component-category-grid-i .component_h_container .section-head .category-sub a {
    line-height: 40px;
  }
}
