.g5plus-category-products-box {
  padding: 15px;
}
.g5plus-category-products-box h3.title-category-box {
  padding-bottom: 9px;
  text-transform: inherit !important;
  font-size: 22px;
}
.g5plus-category-products-box h3.title-category-box span {
  display: inline-block;
  position: relative;
}
.g5plus-category-products-box h3.title-category-box span:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.g5plus-category-products-box .description {
  margin-bottom: 15px;
}
.g5plus-category-products-box ul li a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-category-products-box ul li a:hover {
  padding-left: 15px;
}
.g5plus-category-products-box ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.g5plus-category-products-box ul li,
.g5plus-category-products-box ul {
  list-style: none;
  padding: 0;
}
.g5plus-category-products-box ul {
  padding-left: 10px;
}
.g5plus-category-products-box .image-cate-box {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 15px;
}
.g5plus-category-products-box .image-cate-box img {
  width: 100%;
}
.g5plus-category-products-box .image-cate-box + .content-cate-box {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
  float: left;
}
.g5plus-category-products-box.img-top-content .image-cate-box {
  width: inherit;
  display: block;
  float: none;
  padding-right: 0;
}
.g5plus-category-products-box.img-top-content .image-cate-box img {
  width: 100%;
}
.g5plus-category-products-box.img-top-content .image-cate-box + .content-cate-box {
  width: inherit;
  display: block;
  float: none;
  padding-left: 0;
}
.g5plus-category-products-box.img-top-content ul {
  padding-left: 0;
}
.g5plus-category-products-box.img-top-content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 599px) {
  .g5plus-category-products-box .image-cate-box {
    width: 100%;
    padding-right: 0;
  }
  .g5plus-category-products-box .image-cate-box + .content-cate-box {
    width: 100%;
    padding-left: 0;
  }
}
