.g5plus-category-products-widget {
  /*Text Color Style*/
  /*Line Between Category*/
  /*Shape Layout Box*/
}
.g5plus-category-products-widget h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.g5plus-category-products-widget .widget_product_categories {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.g5plus-category-products-widget ul li {
  padding: 3px 0;
  position: relative;
}
.g5plus-category-products-widget ul li li {
  padding-left: 20px;
}
.g5plus-category-products-widget ul li li a {
  padding-left: 0;
}
.g5plus-category-products-widget ul li > span.count {
  position: absolute;
  top: 6px;
  right: 0;
}
.g5plus-category-products-widget ul li a {
  font-weight: 600;
  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-widget 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;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.g5plus-category-products-widget ul li a:hover {
  padding-left: 15px;
}
.g5plus-category-products-widget .widget_product_categories .li-caret {
  top: 4px;
}
.g5plus-category-products-widget .widget_product_categories li > a + ul + span,
.g5plus-category-products-widget .widget_product_categories li > a:hover + ul + span {
  margin: 3px 0;
  text-align: right;
  right: 0;
}
.g5plus-category-products-widget .widget {
  margin-bottom: 0;
}
.g5plus-category-products-widget.cate-color-light h2,
.g5plus-category-products-widget.cate-color-light ul li a {
  color: #fff;
}
.g5plus-category-products-widget.cate-color-light .widget_product_categories li > a + ul + span,
.g5plus-category-products-widget.cate-color-light .widget_product_categories li > a:hover + ul + span {
  color: #fff;
}
.g5plus-category-products-widget.cate-color-light .widget_product_categories ul li span.count {
  color: #fff;
}
.g5plus-category-products-widget.cate-color-dark h2,
.g5plus-category-products-widget.cate-color-dark ul li a {
  color: #111;
}
.g5plus-category-products-widget.cate-color-dark .widget_product_categories li > a + ul + span,
.g5plus-category-products-widget.cate-color-dark .widget_product_categories li > a:hover + ul + span {
  color: #111;
}
.g5plus-category-products-widget.cate-color-dark .widget_product_categories ul li span.count {
  color: #111;
}
.g5plus-category-products-widget.line-bd-solid ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.g5plus-category-products-widget.line-bd-solid ul li ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.g5plus-category-products-widget.line-bd-solid.line-color-light ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.g5plus-category-products-widget.line-bd-solid.line-color-light ul li ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.g5plus-category-products-widget.line-bd-dashed ul li + li {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.g5plus-category-products-widget.line-bd-dashed ul li ul li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.g5plus-category-products-widget.line-bd-dashed.line-color-light ul li + li {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
.g5plus-category-products-widget.line-bd-dashed.line-color-light ul li ul li:first-child {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
.g5plus-category-products-widget.bg-color h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.g5plus-category-products-widget.bg-color ul li a:before {
  color: rgba(0, 0, 0, 0.4);
}
.g5plus-category-products-widget.bg-color ul li a:hover {
  color: #fff;
}
.g5plus-category-products-widget.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.g5plus-category-products-widget.bg-img.cate-color-light:before {
  background: rgba(0, 0, 0, 0.3);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.3));
  /* Standard syntax */
}
.g5plus-category-products-widget.bg-img.cate-color-light h2 {
  background-color: rgba(0, 0, 0, 0.3);
}
.g5plus-category-products-widget.bg-img.cate-color-light ul li a:before {
  color: rgba(255, 255, 255, 0.8);
}
.g5plus-category-products-widget.bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.7));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.7));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.7));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.7));
  /* Standard syntax */
}
.g5plus-category-products-widget.bg-img h2 {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.6);
}
.g5plus-category-products-widget.bg-img .widget_product_categories li > a + ul + span,
.g5plus-category-products-widget.bg-img .widget_product_categories li > a:hover + ul + span {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.g5plus-category-products-widget.bd-solid {
  border: 1px solid;
}
.g5plus-category-products-widget.bd-solid h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.g5plus-category-products-widget.bd-dashed {
  border: 1px dashed;
}
.g5plus-category-products-widget.bd-dashed h2 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.g5plus-category-products-widget.mixed-bd-bg h2 {
  margin-bottom: 0;
}
.g5plus-category-products-widget.mixed-bd-bg .widget_product_categories {
  padding-top: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: none;
}
