component-category-grid-g .conponent_category_grid_g {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
component-category-grid-g .conponent_category_grid_g .barHeader .head {
  float: left;
}
component-category-grid-g .conponent_category_grid_g .barHeader .head h2 {
  display: inline-block;
}
component-category-grid-g .conponent_category_grid_g .barHeader .more {
  float: right;
}
component-category-grid-g .conponent_category_grid_g .barHeader .more a {
  font-size: 14px;
  line-height: 51px;
  color: #212121;
  display: inline-block;
}
component-category-grid-g .conponent_category_grid_g .barHeader .more a:hover {
  text-decoration: none;
}
component-category-grid-g .conponent_category_grid_g .barHeader .more .fa {
  font-size: 12px;
  color: #212121;
  margin-left: 5px;
}
component-category-grid-g .conponent_category_grid_g .barHeader .line {
  float: left;
  height: 5px;
  width: 100%;
  background-color: black;
}
component-category-grid-g .conponent_category_grid_g .barHeader.small a {
  line-height: 28px;
}
component-category-grid-g .conponent_category_grid_g .barSubCategory {
  float: left;
  width: 100%;
  margin: 10px 0;
  height: auto;
}
component-category-grid-g .conponent_category_grid_g .barSubCategory a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #6f6d6d;
  padding: 0 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
component-category-grid-g .conponent_category_grid_g .barSubCategory a:first-child {
  padding-left: 0px;
  border-left: 0px;
}
component-category-grid-g .conponent_category_grid_g .barSubCategory a:last-child {
  padding-right: 0px;
  border-right: 0px;
}
component-category-grid-g .conponent_category_grid_g .barSubCategory a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  component-category-grid-g .conponent_category_grid_g .barSubCategory a {
    min-width: 130px;
    border: 0px !Important;
    padding: 0px;
    padding-right: 15px;
  }
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] {
  padding: 0px !important;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .imageItem {
  float: left;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .imageItem:hover {
  opacity: 0.7;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .imageItem .cover {
  width: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100% 0 0;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .imageItem img {
  width: 100%;
  height: auto;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .imageItem img.galleryImage {
  height: 327px;
  width: 100%;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .imageItem .clearGal {
  padding-top: 35px;
  width: 100%;
}
component-category-grid-g .conponent_category_grid_g .barGallery div[class*="col-"] .slick-dots {
  bottom: 50px !important;
}
