@media(min-width: 768px) {
  .woocommerce .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-col-1 {
    width: 100% !important;
  }

  /*** 2 Cols ***/
  .woocommerce .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-col-2 {
    width: 45.45454% !important;
    margin-right: 9.0909% !important;
  }
  /*** 3 Cols ***/
  .woocommerce .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-col-3 {
    width: 29.41176% !important;
    margin-right: 5.88236% !important;
  }
  /*** 4 Cols ***/
  .woocommerce .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-col-4 {
    width: 21.73913% !important;
    margin-right: 4.34782% !important;
  }
  /*** 5 Cols ***/
  .woocommerce .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-col-5 {
    width: 17.24137% !important;
    margin-right: 3.44827% !important;
  }
  /*** 6 Cols ***/
  .woocommerce .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-col-6 {
    width: 14.28571% !important;
    margin-right: 2.85714% !important;
  }

  .woocommerce .woocommerce-advanced-categories-list-element.last {
    margin-right: 0% !important;
  }
}
/** Default Overrides */
.products .woocommerce-advanced-categories-list-element {
  display: block !important;
}

.products .woocommerce-advanced-categories-list-element a {
  display: inline !important;
  position: static !important;
}

.woocommerce-advanced-categories-list-element.product.product-category img {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.woocommerce-advanced-categories-style {
    display: block;
    position: relative;
}

.woocommerce-advanced-categories-style a {
    position: static;
    display: inline;
}

.woocommerce-advanced-categories-first {
  /*float: none !important;*/
  clear: both !important;
}


.woocommerce-advanced-categories-category-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

/*.woocommerce-advanced-categories-list-element a {
  display: inline-block;
}*/

.woocommerce-advanced-categories-list-element figcaption mark {
  background-color: transparent;
}

.woocommerce .woocommerce-advanced-categories-list-element.product figure figcaption,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure figcaption {
  background-color: transparent !important;
}


/** General Styles */
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure {
  color: #fff;
  position: relative;
  margin: 0;
/*  float: left;*/
  overflow: hidden;
  background: #000000;
  width: 100%;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure a, .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure .woocommerce-advanced-categories-subcategory-title, .woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure mark {
  color: #ffffff;
}

.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure .woocommerce-advanced-categories-subcategory-title {
  font-weight: 800;  
}

.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure img {
  width: 100%;
}

.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element a,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure img,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figcaption {
  cursor: pointer;
}

/** STYLE 1 */
figure.style-1 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: left;
}
figure.style-1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.style-1 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.style-1 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.style-1 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-1 .woocommerce-advanced-categories-subcategory-title,
figure.style-1 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.style-1 .woocommerce-advanced-categories-subcategory-title {
  word-spacing: -0.15em;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.style-1 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-1:hover img {
  opacity: 0.3;
}
figure.style-1:hover figcaption .woocommerce-advanced-categories-subcategory-title {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.style-1:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-1:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/** Style 2 */
figure.style-2 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: center;
}
figure.style-2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.style-2 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.style-2 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.style-2 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-2 .woocommerce-advanced-categories-subcategory-title,
figure.style-2 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.style-2 .woocommerce-advanced-categories-subcategory-title {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.style-2 p {
  font-weight: 200  ;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.style-2:hover img {
  opacity: 0.35;
}
figure.style-2:hover figcaption .woocommerce-advanced-categories-subcategory-title {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.style-2:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-2:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/** Style 3 */
figure.style-3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.style-3 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.style-3 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.style-3 figcaption div, figure.style-3 figcaption div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.style-3 figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-3 .woocommerce-advanced-categories-subcategory-title,
figure.style-3 p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.style-3 .woocommerce-advanced-categories-subcategory-title {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-3 p {
  display: block;
  bottom: 0;
  text-align: left;
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-3:hover img {
  opacity: 0.7;
}
figure.style-3:hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-3:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.style-3:hover figcaption .woocommerce-advanced-categories-subcategory-title {
  opacity: 1;
}
figure.style-3:hover figcaption p {
  opacity: 1;
}
figure.style-3:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/** Style 4 */
figure.style-4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.style-4 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.style-4 figcaption {
  font-size: 1.25em;
}
figure.style-4 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.style-4 figcaption::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-4 .woocommerce-advanced-categories-subcategory-title,
figure.style-4 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.style-4 .woocommerce-advanced-categories-subcategory-title {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.style-4 p {
  font-weight: 200  ;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-4:hover img {
  opacity: 0.35;
}
figure.style-4:hover figcaption .woocommerce-advanced-categories-subcategory-title {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.style-4:hover figcaption p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-4:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/** Style 5 */
figure.style-5 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.style-5 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.style-5 figcaption div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.style-5 figcaption::before {
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  height: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-5 .woocommerce-advanced-categories-subcategory-title,
figure.style-5 p {
  margin: 0;
  padding: 30px 35px;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
figure.style-5 .woocommerce-advanced-categories-subcategory-title {
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-5 p {
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #fff;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-5:hover img {
  opacity: 0.7;
}
figure.style-5:hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-5:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.style-5:hover figcaption .woocommerce-advanced-categories-subcategory-title {
  opacity: 1;
}
figure.style-5:hover figcaption p {
  opacity: 1;
}
figure.style-5:hover figcaption::before {
  background: #ffffff;
  left: 0px;
  right: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/** Style 6 */
figure.style-6 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.style-6 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.style-6 figcaption > div {
  float: left;
  height: 100%;
  width: 50%;
  position: relative;
}
figure.style-6 figcaption::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 100%;
  left: 5px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.style-6 .woocommerce-advanced-categories-subcategory-title,
figure.style-6 p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.3s ease-in;
  transition: opacity 0.45s,-webkit-transform 0.3s ease-in,-moz-transform 0.3s ease-in,-o-transform 0.3s ease-in,transform 0.3s ease-in;
}
figure.style-6 .woocommerce-advanced-categories-subcategory-title {
  font-size: 1.3em;
  top: 0;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-6 .woocommerce-advanced-categories-subcategory-title span {
  font-weight: 800;
}
figure.style-6 p {
  bottom: 0;
  text-align: right;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-6:hover img,
figure.style-6.hover img {
  opacity: 0.7;
}
figure.style-6:hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-6.hover figcaption .woocommerce-advanced-categories-subcategory-title {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
figure.style-6:hover figcaption p,
figure.style-6.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
figure.style-6:hover figcaption::before,
figure.style-6.hover figcaption::before {
  right: 5px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/** Style 7 */
figure.style-7 > img {
  opacity: 1;
  width: 100%;
  filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
figure.style-7 figcaption {
  left: 30px;
  margin-top: -52px;
  position: absolute;
  right: 30px;
  text-align: left;
  top: 100%;
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
}
figure.style-7 figcaption .woocommerce-advanced-categories-subcategory-title {
  width: 100%;
  text-align: left;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  position: relative;
  z-index: 1;
}

figure.style-7 figcaption p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  color: #000;
  margin: 0;
  font-size: 0.9em;
  min-height: 220px;
}
figure.style-7:after {
  position: absolute;
  display: block;
  top: -15px;
  height: 15px;
  right: 30px;
  left: 30px;
  border-radius: 0 0 5px 5px ;
  background-color: #000000;
  z-index: 2;
  content: '';
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
}
figure.style-7:hover > img,
figure.style-7.hover > img {
  opacity: 0.5;
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.style-7:hover figcaption,
figure.style-7.hover figcaption {
  top: 115px;
}
figure.style-7:hover figcaption::before,
figure.style-7.hover figcaption::before {
  opacity: 0.8;
}
figure.style-7:hover:after,
figure.style-7.hover:after {
  top: 0;
}
/** Style 8 */
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-8 {
  background-color: transparent;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-8 img {
  max-width: 100%;
  position: relative;
  top: 0;
  opacity: 1.0;
  left: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-8 .woocommerce-advanced-categories-subcategory-title {
  top: 0;
  position: absolute;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  padding: 6px 10px;
  margin: 0;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-8 figcaption p {
  color: #000000;
}

.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-8 a {
  opacity: 1;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-8 a:hover {
  opacity: 0.8;
}
/** Style 9 */
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 img {
  max-width: 100%;
  opacity: 0.2;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 figcaption {
  position: absolute;
  top: 0;
  text-align: center;
  padding: 20% 15%;
  height: 100%;
  width: 100%;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 figcaption .woocommerce-advanced-categories-subcategory-title {
  font-size: 1.8em;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding: 6px;
  margin: 0;
  border-bottom: 2px solid #fff;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 .woocommerce-advanced-categories-subcategory-description-wrapper {
  bottom: 4px;
  text-align: center;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 .woocommerce-advanced-categories-subcategory-description-wrapper p {
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
  padding: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 a {
  opacity: 0.7;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 a:hover {
  opacity: 1;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9 {
  background: #000000;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9:hover img,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9.hover img {
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9:hover .woocommerce-advanced-categories-subcategory-title,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9.hover .woocommerce-advanced-categories-subcategory-title {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9:hover .woocommerce-advanced-categories-subcategory-description-wrapper p,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9.hover .woocommerce-advanced-categories-subcategory-description-wrapper p {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9:hover .woocommerce-advanced-categories-subcategory-description-wrapper p,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-9.hover .woocommerce-advanced-categories-subcategory-description-wrapper p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/** Style-10 */
figure.style-10 img {
  opacity: 0.3;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
figure.style-10 figcaption {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  background: #000000;
}
figure.style-10 figcaption .woocommerce-advanced-categories-subcategory-title {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
figure.style-10 figcaption:before,
figure.style-10 figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.style-10 figcaption:before {
  left: 0;
  top: 0;
}
figure.style-10 figcaption:after {
  bottom: 0;
  right: 0;
}
figure.style-10 {
  background: #091b27;
}
figure.style-10 figcaption {
  background: #000000;
}
figure.style-10:hover img,
figure.style-10.hover img {
  opacity: 1;
}
figure.style-10:hover figcaption:before,
figure.style-10.hover figcaption:before,
figure.style-10:hover figcaption:after,
figure.style-10.hover figcaption:after {
  width: 100%;
}
/** Style 11 */

figure.style-11 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.style-11 img {
  opacity: 0.3;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
figure.style-11 figcaption {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: #000000;
}
figure.style-11 figcaption .woocommerce-advanced-categories-subcategory-title {
  font-size: 1.4em;
  top: 40%;
  letter-spacing: -1px;
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.style-11 figcaption .woocommerce-advanced-categories-subcategory-description {
  top: 60%;
  letter-spacing: -1px;
  position: absolute;
  color: #ffffff;
  padding: 0 20px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.style-11 {
  background: #091b27;
}
figure.style-11 figcaption {
  background: #000000;
}
figure.style-11:hover img,
figure.style-11.hover img {
  opacity: 1;
}
figure.style-11:hover figcaption,
figure.style-11.hover figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

/** Style 12 */
figure.style-12 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
figure.style-12:before,
figure.style-12:after {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  display: block;
  content: '';
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
figure.style-12:before {
  top: 0;
}
figure.style-12:after {
  bottom: 0;
}
figure.style-12 .image {
  position: relative;
}
figure.style-12 .image img {
  max-width: 100%;
  margin-bottom: -5px;
}
figure.style-12 .icons {
  top: 50%;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.style-12 .icons i {
  opacity: 0;
  display: inline-block;
  font-size: 28px;
  border: solid 3px #ffffff;
  margin: 5px;
  color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
figure.style-12 figcaption {
  position: relative;
  background: #ffffff;
}
figure.style-12 .woocommerce-advanced-categories-subcategory-title,
figure.style-12 p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
figure.style-12 .woocommerce-advanced-categories-subcategory-title {
  font-weight: 400;
  font-size: 1.5em;
  width: 100%;
  padding: 12px 15px;
  background: #333333;
  text-transform: uppercase;
}
figure.style-12 p {
  font-size: 0.9em;
  font-weight: 500;
  background: #ffffff;
  color: #4d4d4d;
  padding: 30px 40px 40px;
}
figure.style-12 a {
  opacity: 0.7;
}
figure.style-12 a:hover {
  opacity: 1;
}
figure.style-12 {
  background: #091b27;
}
figure.style-12 .woocommerce-advanced-categories-subcategory-title,
figure.style-12:before,
figure.style-12:after {
  background: #000000;
}

figure.style-12:hover img,
figure.style-12.hover img {
  opacity: 0.35;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.style-12:hover i,
figure.style-12.hover i {
  opacity: 1;
}
figure.style-12:hover:before,
figure.style-12.hover:before,
figure.style-12:hover:after,
figure.style-12.hover:after {
  height: 10px;
}
figure.style-12:hover a:first-child i,
figure.style-12.hover a:first-child i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-12:hover a:nth-child(2) i,
figure.style-12.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.style-12:hover a:nth-child(3) i,
figure.style-12.hover a:nth-child(3) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/** Style 13 */
figure.style-13 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.style-13 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

figure.style-13 figcaption {
  position: absolute;
  top: 50%;
  left: 30px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.style-13 figcaption > div {
  overflow: hidden;
  height: 45px;
  position: relative;
  float: left;
}

figure.style-13 figcaption > div:nth-of-type(1) {
  width: 100%;
}

figure.style-13 figcaption > div:nth-of-type(2) {
  width: 100%;
}

figure.style-13 .woocommerce-advanced-categories-subcategory-title,
figure.style-13 .woocommerce-advanced-categories-subcategory-description {
  margin: 0;
  line-height: 45px;
}

figure.style-13 .woocommerce-advanced-categories-subcategory-title,
figure.style-13 .woocommerce-advanced-categories-subcategory-description {
  background: #333333;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  -webkit-transform: translate3d(-100%, 0%, 0);
  transform: translate3d(-100%, 0%, 0);
}

figure.style-13 {
  background: #0a212f;
}

figure.style-13 .woocommerce-advanced-categories-subcategory-title, 
figure.style-13 .woocommerce-advanced-categories-subcategory-description {
  background: #000000;
}

figure.style-13:hover img,
figure.style-13.hover img {
  opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.style-13:hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-13.hover figcaption .woocommerce-advanced-categories-subcategory-title, 
figure.style-13:hover figcaption .woocommerce-advanced-categories-subcategory-description,
figure.style-13.hover figcaption .woocommerce-advanced-categories-subcategory-description {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

/** Style 14 */
figure.style-14 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
figure.style-14 figcaption {
  top: 50%;
  left: 50px;
  right: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.style-14 figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-14 figcaption .woocommerce-advanced-categories-subcategory-title .count,
figure.style-14 figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 40px #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.style-14 figcaption .woocommerce-advanced-categories-subcategory-title {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
figure.style-14 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.65;
}
figure.style-14:before,
figure.style-14:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.15);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s;
}
figure.style-14:before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.style-14:after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.style-14 {
  background: #0a212f;
}
figure.style-14:hover img,
figure.style-14.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.style-14:hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-14.hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-14:hover figcaption .woocommerce-advanced-categories-subcategory-title .count,
figure.style-14.hover figcaption .woocommerce-advanced-categories-subcategory-title .count,
figure.style-14:hover figcaption p,
figure.style-14.hover figcaption p {
  color: #ffffff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.style-14:hover:before,
figure.style-14.hover:before,
figure.style-14:hover:after,
figure.style-14.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/** Style 15 */
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 {
  background-color: transparent;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 img {
  opacity: 1;
  max-width: 100%;
  border: 10px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 figcaption {
  bottom: 0;
  width: 60%;
  right: 0;
  position: absolute;
  background: #000000;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 figcaption .woocommerce-advanced-categories-subcategory-title,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 figcaption p {
  margin: 0;
  color: #ffffff;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 figcaption .woocommerce-advanced-categories-subcategory-title {
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.65;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.blue figcaption {
  background: #1b557a;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.blue img {
  border: 10px solid #1b557a;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.red figcaption {
  background: #81261d;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.red img {
  border: 10px solid #81261d;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.yellow figcaption {
  background: #a85913;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.yellow img {
  border: 10px solid #a85913;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15:hover figcaption,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15:hover img,
.woocommerce-advanced-categories-list-element.woocommerce-advanced-categories-list-element figure.style-15.hover img {
  border: 10px solid #000000;
}
/** Style 16 */

figure.style-16 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.style-16 figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.style-16 figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-16 figcaption .woocommerce-advanced-categories-subcategory-title .count,
figure.style-16 figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 40px #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.style-16 figcaption .woocommerce-advanced-categories-subcategory-title {
  font-size: 1.5em;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

figure.style-16 figcaption .woocommerce-advanced-categories-subcategory-title:after {
  left: 50%;
  right: 50%;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  content: '';
  display: block;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.style-16 figcaption p {
  font-size: 0.9em;
}

figure.style-16 {
  background: #0a212f;
}

figure.style-16:hover img,
figure.style-16.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.style-16:hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-16.hover figcaption .woocommerce-advanced-categories-subcategory-title,
figure.style-16:hover figcaption .woocommerce-advanced-categories-subcategory-title .count,
figure.style-16.hover figcaption .woocommerce-advanced-categories-subcategory-title .count,
figure.style-16:hover figcaption p,
figure.style-16.hover figcaption p {
  color: #ffffff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.style-16:hover figcaption .woocommerce-advanced-categories-subcategory-title:after,
figure.style-16.hover figcaption .woocommerce-advanced-categories-subcategory-title:after {
  left: 20px;
  right: 20px;
  opacity: 0.8;
}