.owl-pagination {
  top: 0;
  margin-top: -25px;
}
.owl-controls .owl-page span {
  width: 30px;
  height: 4px;
  border-radius: unset;
  box-shadow: unset;
}
.slideshow .owl-controls .owl-page.active span,
.owl-controls .owl-page.active span {
  background-color: #e8b34f;
}
.product-by-combo-categories { margin-top: 20px; }

/* md list categories */
.md-categories-pro ul.lv1 {
  width: 100%;
  float: left;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}
.md-categories-pro ul.lv1 > li {
  float: left;
  position: relative;
  min-height: 30px;
  width: 100%;
}
.md-categories-pro ul.lv1 > li > a {
  font-size: 15px;
  min-height: 30px;
  display: block;
  padding: 8px 0 8px 35px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
}
.md-categories-pro ul a { color: #333; }
.md-categories-pro ul.lv1 > li:hover > a { 
  padding: 8px 0 8px 45px;
}
.md-categories-pro li:hover > a {
  color: #000;
}
.md-categories-pro ul.lv1 > li.box-sub > a:after {
  content: "\f105";
  font-family: FontAwesome;
  height: 35px;
  line-height: 35px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 3px;
  top: 0;
}
.md-categories-pro ul.lv1 > li.box-sub:hover > a:after { background: #eeeeee }
.md-categories-pro ul.lv1 ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border: 2px solid #eee;
  width: 200px;
  padding: 10px;
  display: none;
  z-index: 2;
}
.md-categories-pro ul.lv1 li:hover > ul {
  display: block;
}
.md-categories-pro ul.lv1 ul a {
  line-height: 1.5;
  display: block;
  padding: 5px;
}
/* end md list cat */
.product-by-type .box-cate-left {
  border-right: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.product-by-type .box-cate-left .cate-heading h2 {
  width: calc(100% + 15px);
  background: #006300;
  position: relative;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  padding-left: 20px;
  line-height: 50px;
}
.product-by-type .box-cate-left .cate-heading h2:before {
  border-top: 15px solid #dedede;
  border-left: 0px solid #dedede;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  margin: 0;
  right: 0%;
  top: 100%;
  z-index: 100;
}
.product-by-type .box-cate-left .cate-heading h2 a {
  color: #fff;
  text-transform: uppercase;
}
.product-by-type .box-cate-left .cate-list {
  margin-top: 15px;
}
.product-by-type .box-cate-left .cate-list ul li {
  padding: 5px;
}
.product-by-type .box-cate-left .cate-list ul li a {
  font-size: 13px;
  padding-right: 20px;
}
.product-combo {
  margin: 15px 0 20px;
}
.product-combo ul.tab-list {
  display: inline-block;
  vertical-align: middle;
}
.product-combo ul.tab-list li {
  display: inline-block;
}
.product-combo ul.tab-list li a {
  display: inline-block;
  border: 0;
  line-height: 24px;
  padding: 0 20px 15px 20px;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.product-combo ul.tab-list li.active a,
.product-combo ul.tab-list li a:hover {
  color: #000;
}
.product-combo ul.tab-list li a:before{
  background: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  top: auto;
  width: auto;
  z-index: 9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.product-combo ul.tab-list li.active a:before,
.product-combo ul.tab-list li a:hover:before {
  background: #000;
  left: 0;
  right: 0;
}
.product-combo ul.tab-list li.active a {
  cursor: default;
}
.product-combo .tab-info {
  display: none;
}
.product-combo .tab-info.active {
  display: block;
}
.product-slide-module .item {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.row-mar5 .product-slide-module .item {
  padding: 0 5px;
}
