/************************Start Category List Cms********************/
.wd_category_feature {
  float: left;
  position: relative;
  width: 100%;
  margin: 10px 0 10px 0;
}
#wd_category_feature .box-heading {
  border: 0;
  margin: 0;
  padding: 0 0 30px;
}
.wd_category_feature .categoryimage {
  display: none;
}

.wd_category_feature .list_carousel {
  clear: both;
  position: relative;
}

#wd_category_feature .customNavigation a {
  position: absolute;
  margin: auto;
  top: 33%;
  bottom: auto;
  z-index: 2;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

#wd_category_feature .list_carousel:hover .customNavigation a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#wd_category_feature .list_carousel:hover .customNavigation a.prev {
  left: 0;
}

#wd_category_feature .list_carousel:hover .customNavigation a.next {
  right: 0;
}

#wd_category_feature .list_carousel .customNavigation a.prev {
  left: 20px;
}

#wd_category_feature .list_carousel .customNavigation a.next {
  right: 20px;
}

.wd_category_feature ul.product-list li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 35px;
  position: relative;
  height: auto;
  width: 240px;
  text-align: center;
  position: relative;
}

.wd_category_feature ul.product-list li ul li {
  float: left;
  margin-left: 0;
  margin: 5px 0;
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  clear: both;
}

.wd_category_feature ul.product-list li .cat-img {
  line-height: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.wd_category_feature ul.product-list li .title {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.wd_category_feature ul.product-list li .title a {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-family: "Baloo 2", Helvetica, sans-serif;
  text-transform: uppercase;
}

.wd_category_feature ul.product-list li .title a img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.wd_category_feature .cat-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}

#wd_category_feature .sub-cat ul {
  float: left;
  margin: 0;
  width: 100%;
  z-index: 1;
  padding: 0;
}

#wd_cat_featured .content .sub-cat ul li a {
  color: #fff;
  font: 400 14px/24px "Baloo 2", Helvetica, sans-serif;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  display: inline-block;
  border-radius: 25px;
  text-decoration: underline;
}

#wd_cat_featured .content .sub-cat ul li a span {
  font-size: 0;
  line-height: 13px;
}

#wd_category_feature .wt-block-title h3 {
  font-size: 24px;
  color: #000;
  border-bottom: 3px solid #f12a43;
  padding-bottom: 7px;
  float: left;
  margin-bottom: 15px;
}

#wd_cat_featured .content .title a {
  /* background: #af3f7a; */
  background: none;
  font: 400 16px/20px "Baloo 2", Helvetica, sans-serif;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  float: left;
  width: 100%;
  transition: 400ms ease-in-out all;
  -webkit-transition: 400ms ease-in-out all;
  -moz-transition: 400ms ease-in-out all;
  -o-transition: 400ms ease-in-out all;
  -ms-transition: 400ms ease-in-out all;
}
.btn-pattern::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 20px;
  border-color: #af3f7a #af3f7a #af3f7a transparent;
  border-style: solid;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.btn-pattern::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 20px;
  border-color: #af3f7a transparent #af3f7a #af3f7a;
  border-style: solid;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.btn-pattern:hover::before {
  border-color: #fd8eb0 #fd8eb0 #fd8eb0 transparent;
}
.btn-pattern:hover::after {
  border-color: #fd8eb0 transparent #fd8eb0 #fd8eb0;
}
#wd_cat_featured .content .title a.btn-pattern::after {
  border-color: #af3f7a transparent #af3f7a #af3f7a;
}

/*#wd_cat_featured .content .title a.btn-pattern::before {
  border-color: #af3f7a #af3f7a #af3f7a transparent;
}

#wd_cat_featured .content .title a:hover,
#wd_cat_featured .content:hover .title a {
  background: #fd8eb0;
}*/

/*#wd_cat_featured .content .title a.btn-pattern:hover::after,
#wd_cat_featured .content:hover .title a.btn-pattern::after {
  border-color: #fd8eb0 transparent #fd8eb0 #fd8eb0;
}

#wd_cat_featured .content .title a.btn-pattern:hover::before,
#wd_cat_featured .content:hover .title a.btn-pattern::before {
  border-color: #fd8eb0 #fd8eb0 #fd8eb0 transparent;
}*/

#wd_cat_featured .content .title {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 5px 40px;
  background: url(../../../../images/stroke_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -10px;
}

/*@media (max-width: 600px) {
  #wd_cat_featured .content .title {
    margin-left: 10%;
    width: 80%;
  }
}*/
.wd_category_feature .wd-titletab .wd-title {
  padding: 0 0 30px;
  border: none;
}

#wd_category_feature #wd_cat_featured .item .content .wdcat-content .sub-cat {
  display: none;
}

#wd_cat_featured .content .cat-desc {
  float: left;
  width: 100%;
  color: #777;
  font: 400 14px/22px "Baloo 2", Helvetica, sans-serif;
  margin: 0 0 15px;
}

#wd_cat_featured .wd_cat_content {
  float: left;
  width: 100%;
  text-align: center;
}

#wd_cat_featured .content {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}

#wd_cat_featured .item {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}

#wd_category_feature #wd_cat_featured .item .content .wdcat-content {
  text-align: center;
  float: left;
  width: 100%;
  margin: -20px 0 0;
}

#wd_cat_featured .cat-img {
  background: #fff;
  float: none;
  display: inline-block;
  vertical-align: top;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  overflow: hidden;
}
#wd_cat_featured .cat-img img {
  max-width: 100%;
}
.wd_category_feature #wd_cat_featured .item:hover .cat-img a {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .wd_category_feature {
    margin: 30px 0;
  }

  #wd_cat_featured .content .title {
    padding: 0 23px;
  }
}

@media (max-width: 767px) {
  .wd_category_feature .wd-titletab .wd-title {
    padding: 0 0 20px;
  }

  .wd_category_feature {
    margin: 20px 0;
  }
  #wd_category_feature .box-heading {
    padding: 0 0 20px;
  }
}

@media (max-width: 543px) {
  .wd_category_feature {
    margin: 10px 0 15px 0;
  }

  #wd_cat_featured .content .title {
    padding: 0 50px;
  }

  .wd_category_feature .wd-titletab .wd-title {
    padding: 0 0 10px;
  }
}

/************************End Category List Cms**********************/
