<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes countdowntiming {
  0% {
    bottom: -50px;
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    bottom: 0;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.small-body .page-wrapper {
  min-height: 100vh;
  position: relative;
}
.small-body .page-wrapper .footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.heightzero {
  height: 0;
  overflow: hidden;
}
body {
  color: #666666;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper .row-container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.wrapper .row-container:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.wrapper.box-layout {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.wrapper.box-layout:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.wrapper .page-wrapper {
  float: left;
  width: 100%;
}
.wrapper .vc_row.full-width .row-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.wrapper .no-gap {
  margin-left: 0;
  margin-right: 0;
}
.wrapper .no-gap .row-container {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper .no-gap .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wrapper .vc_col-has-fill &gt; .vc_column-inner,
.wrapper .vc_row-has-fill &gt; .vc_column_container &gt; .vc_column-inner {
  padding-top: 0;
}
.wrapper .vc_column_container &gt; .vc_column-inner {
  width: auto;
}
.main-container .vc_row {
  margin-bottom: 0;
}
.wrapper .large-content .row-container,
.wrapper .large-content .container {
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
}
.large-container .row-container,
.large-container .container {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}
.main-container .wpb_single_image &gt; .wpb_wrapper {
  max-width: 100%;
  overflow: hidden;
}
.main-container .wpb_single_image a,
.main-container .image-hover-effect {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.main-container .wpb_single_image a:before,
.main-container .image-hover-effect:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.main-container .wpb_single_image a img,
.main-container .image-hover-effect img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.main-container .wpb_single_image a:hover:before,
.main-container .image-hover-effect:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .wpb_single_image a:hover img,
.main-container .image-hover-effect:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.wrapper i.icon {
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0;
  vertical-align: middle;
  width: auto;
}
.wrapper .wpb_revslider_element .tp-caption a {
  color: inherit;
  display: block;
  position: relative;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wrapper .wpb_revslider_element .tp-caption a:hover {
  color: inherit;
}
.wrapper .wpb_revslider_element .tp-caption i {
  font-size: 16px;
  line-height: inherit !important;
  margin-left: 5px;
  vertical-align: top;
}
.shop-products.slick-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.shop-products.slick-slider .slick-track .slick-slide {
  height: auto;
}
.shop-products.slick-slider .slick-track .product-wrapper {
  min-height: 100%;
}
[class*='products-carousel'] .columns-1 .shop-products .item-col {
  margin-bottom: 0;
}
[class*='products-carousel'] .shop-products .item-col {
  max-width: 100%;
  width: 300px;
}
[class*='products-carousel'] .shop-products .item-col.first {
  clear: none;
}
[class*='products-carousel'] .shop-products .item-col.last {
  margin-bottom: 0;
}
[class*='products-carousel'] .shop-products .group {
  max-width: 100%;
  width: 300px;
}
[class*='products-carousel'] .shop-products .group .item-col {
  width: 100%;
}
[class*='home-tabs'] .wpb_content_element {
  display: none;
}
[class*='home-tabs'] .shop-products .group .item-col {
  width: 100%;
}
[class*='home-tabs'] .shop-products .group .item-col:last-child {
  margin: 0;
}
[class*='home-tabs'] .shop-products .item-col {
  width: 350px;
}
[class*='home-tabs'] .shop-products .item-col.first {
  clear: none;
}
.posts-carousel {
  margin-bottom: 35px;
}
.posts-carousel .group .item-col {
  margin-bottom: 30px;
}
.posts-carousel .group .item-col:last-child {
  margin-bottom: 0;
}
.posts-carousel .post-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.posts-carousel .post-thumb {
  margin-bottom: 25px;
  position: relative;
}
.posts-carousel .post-thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.posts-carousel .post-thumb a:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.posts-carousel .post-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.posts-carousel .post-thumb a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.posts-carousel .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.posts-carousel .post-thumb a,
.posts-carousel .post-thumb img {
  width: 100%;
}
.posts-carousel .post-info {
  position: relative;
}
.posts-carousel .post-date {
  background: #0066b3;
  bottom: 5px;
  color: #fff;
  font-size: 1em;
  height: 32px;
  left: 5px;
  line-height: 32px;
  padding: 0 12px;
  position: absolute;
  top: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.posts-carousel .post-date .year {
  display: none;
}
.posts-carousel .post-title {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 7px;
}
.posts-carousel .post-title a {
  color: #666666;
}
.posts-carousel .post-title a:hover {
  color: #ff0000;
}
.posts-carousel .post-meta {
  display: none;
}
.posts-carousel .post-author {
  float: left;
  margin: 0;
}
.posts-carousel .post-comment {
  float: left;
  margin: 0 0 0 5px;
}
.posts-carousel .readmore {
  color: #0066b3;
  display: inline-block;
  font-size: 1em;
}
.posts-carousel .readmore:hover {
  color: #ff0000;
}
.brands-carousel {
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.brands-carousel.slick-slider {
  margin: 0;
}
.brands-carousel.slick-slider .slick-slide {
  padding: 0;
  text-align: center;
}
.brands-carousel.slick-slider .slick-prev {
  left: 10px;
}
.brands-carousel.slick-slider .slick-next {
  right: 10px;
}
.brands-carousel a {
  display: block;
  text-align: center;
}
.brands-carousel a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.brands-carousel a img {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.testimonials-container.layout1 .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.testimonials-container.layout1 .slick-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-container.layout1 .widget_woothemes_testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials-container.layout1 .testimonials {
  padding: 0 50px;
  width: 100%;
}
.testimonials-container.layout1 .testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials-container.layout1 .testimonials .slick-list {
  padding: 0;
}
.testimonials-container.layout1 .testimonials .slick-dots {
  margin-top: 20px;
  padding: 0;
}
.testimonials-container.layout1 .testimonials .quote {
  position: relative;
  text-align: center;
}
.testimonials-container.layout1 .testimonials .quote &gt; .avatar,
.testimonials-container.layout1 .testimonials .quote &gt; a.avatar-link {
  display: inline-block;
  height: 90px;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-container.layout1 .testimonials .testimonials-text {
  background: none;
  border: none;
  color: #999;
  font-size: 28px;
  font-style: italic;
  line-height: 1.7;
  margin: 0 auto 30px auto;
  max-width: 900px;
  padding: 0 0 0 60px;
  position: relative;
  text-align: center;
}
.testimonials-container.layout1 .testimonials .testimonials-text p:before {
  background: url(../images/testimonial-icon.png) no-repeat center center;
  content: '';
  display: block;
  height: 31px;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px;
}
.testimonials-container.layout1 .testimonials .author {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  text-align: left;
  top: 15px;
}
.testimonials-container.layout1 .testimonials .author [itemprop='name'] {
  color: #ff0000;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.testimonials-container.layout1 .testimonials .author .title {
  display: block;
  font-size: 14px;
  margin: 0;
}
.testimonials-container.layout1 .testimonials .author [class*='url'] {
  display: none;
}
.testimonials-container.layout1 .testimonials .author a {
  color: #ff0000;
}
.testimonials-container.layout1 .testimonials .author a:hover {
  text-decoration: underline;
}
.wpb_content_element.tab-title {
  margin: 0 0 15px 0;
  text-align: left;
}
.wpb_content_element.tab-title h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
[class*='home-tabs'].style1 {
  margin-bottom: 0;
}
[class*='home-tabs'].style1.carousel-topright .slick-arrow {
  top: -98px;
}
[class*='home-tabs'].style1 .home-tabs-title {
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
  margin: 0 15px;
  padding: 12px 0;
  text-align: left;
}
[class*='home-tabs'].style1 .home-tabs-title li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
[class*='home-tabs'].style1 .home-tabs-title li:before {
  background: #e5e5e5;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*='home-tabs'].style1 .home-tabs-title li:first-child a {
  padding-left: 0;
}
[class*='home-tabs'].style1 .home-tabs-title li:last-child a {
  padding-right: 0;
}
[class*='home-tabs'].style1 .home-tabs-title li:last-child:before {
  display: none;
}
[class*='home-tabs'].style1 .home-tabs-title li a {
  color: #666666;
  display: block;
  font-weight: normal;
  padding: 0 15px;
}
[class*='home-tabs'].style1 .home-tabs-title li a i {
  color: #999;
  font-size: 0;
  margin-right: 8px;
  vertical-align: middle;
}
[class*='home-tabs'].style1 .home-tabs-title li a i:before {
  font-size: 18px;
}
[class*='home-tabs'].style1 .home-tabs-title li a:hover,
[class*='home-tabs'].style1 .home-tabs-title li a.active {
  color: #ff0000;
}
[class*='home-tabs'].style1 .home-tabs-title li a:hover i,
[class*='home-tabs'].style1 .home-tabs-title li a.active i {
  color: #ff0000;
}
[class*='home-tabs'].style2 {
  margin-bottom: 0;
}
[class*='home-tabs'].style2.carousel-topright .slick-arrow {
  top: -60px;
}
[class*='home-tabs'].style2 .home-tabs-title {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
[class*='home-tabs'].style2 .home-tabs-title li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
}
[class*='home-tabs'].style2 .home-tabs-title li:before {
  background: #e5e5e5;
  content: '';
  display: block;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*='home-tabs'].style2 .home-tabs-title li:first-child {
  padding-left: 0;
}
[class*='home-tabs'].style2 .home-tabs-title li:last-child {
  padding-right: 0;
}
[class*='home-tabs'].style2 .home-tabs-title li:last-child:before {
  display: none;
}
[class*='home-tabs'].style2 .home-tabs-title li a {
  color: #666666;
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
[class*='home-tabs'].style2 .home-tabs-title li a:before {
  background: #ff0000;
  bottom: -10px;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
[class*='home-tabs'].style2 .home-tabs-title li a:hover,
[class*='home-tabs'].style2 .home-tabs-title li a.active {
  color: #ff0000;
}
[class*='home-tabs'].style2 .home-tabs-title li a:hover:before,
[class*='home-tabs'].style2 .home-tabs-title li a.active:before {
  left: 0;
  right: 0;
}
[class*='home-tabs'].style3 {
  margin-bottom: 0;
}
[class*='home-tabs'].style3.carousel-topright .slick-arrow {
  top: -168px;
}
[class*='home-tabs'].style3 .home-tabs-title {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0 15px;
  text-align: left;
}
[class*='home-tabs'].style3 .home-tabs-title li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  width: 20%;
}
[class*='home-tabs'].style3 .home-tabs-title li:first-child a {
  border-left: 1px solid #e5e5e5;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
[class*='home-tabs'].style3 .home-tabs-title li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
[class*='home-tabs'].style3 .home-tabs-title li a {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-left: none;
  color: #23232c;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
[class*='home-tabs'].style3 .home-tabs-title li a i {
  display: block;
  font-size: 0;
  margin-bottom: 8px;
  vertical-align: middle;
}
[class*='home-tabs'].style3 .home-tabs-title li a i:before {
  font-size: 20px;
}
[class*='home-tabs'].style3 .home-tabs-title li a:after {
  background: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: -10px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  right: auto;
  width: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
[class*='home-tabs'].style3 .home-tabs-title li a:hover,
[class*='home-tabs'].style3 .home-tabs-title li a.active {
  background: #ff0000;
  color: #fff;
}
[class*='home-tabs'].style3 .home-tabs-title li a:hover:after,
[class*='home-tabs'].style3 .home-tabs-title li a.active:after {
  border-top-color: #ff0000;
}
.categories-menu-wrapper {
  position: relative;
}
.categories-menu-wrapper .categories-menu {
  margin-bottom: 35px;
  min-height: auto;
  width: 100%;
  z-index: 99;
}
.categories-menu-wrapper .categories-menu.visible-large {
  height: auto !important;
}
.categories-menu-wrapper .categories-menu .catemenu-toggler {
  background: #ff0000;
  color: #fff;
  cursor: pointer;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.categories-menu-wrapper .categories-menu .catemenu-toggler span:before {
  content: '\f03b';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  margin-right: 12px;
  vertical-align: middle;
}
.categories-menu-wrapper .categories-menu .catemenu-inner {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.categories-menu-wrapper .categories-menu .categories {
  display: none;
}
.categories-menu-wrapper .categories-menu &gt; ul {
  display: none;
}
.categories-menu-wrapper .categories-menu &gt; ul &gt; li {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories-menu-container {
  display: none;
  position: relative;
  z-index: 100;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul {
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li {
  list-style: none;
  height: 48px;
  line-height: 47px;
  position: relative;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li:hover &gt; a {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li:hover &gt; .sub-menu {
  display: block;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li.menu-item-has-children &gt; a:after {
  border: none !important;
  color: inherit;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  height: auto;
  left: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: auto;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
  min-width: 200px;
  background: #ffffff;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li .sub-menu a {
  color: #333333;
  font-size: 15px;
  white-space: nowrap;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li &gt; a {
  background-image: none;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  word-wrap: break-word;
}
.categories-menu-wrapper .categories-menu .categories-menu-container ul &gt; li &gt; a:hover {
  color: #ff0000;
  background-image: none;
}
.categories-menu-wrapper .categories-menu .categories {
  height: auto;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder {
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner {
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner .nav_logo {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li {
  background: none;
  padding: 0;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.nav_search_box {
  display: none !important;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-ancestor &gt; a.item_link,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-item &gt; a.item_link,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-product-ancestor &gt; a.item_link,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li:hover &gt; a.item_link {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-ancestor &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-ancestor &gt; a.item_link:after,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-ancestor &gt; a.item_link .link_content:before,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-item &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-item &gt; a.item_link:after,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-menu-item &gt; a.item_link .link_content:before,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-product-ancestor &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-product-ancestor &gt; a.item_link:after,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.current-product-ancestor &gt; a.item_link .link_content:before,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li:hover &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li:hover &gt; a.item_link:after,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li:hover &gt; a.item_link .link_content:before {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.menu-item-has-children &gt; a.item_link {
  background-image: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.menu-item-has-children &gt; a.item_link:before {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.menu-item-has-children &gt; a.item_link:after {
  border: none !important;
  color: inherit;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  height: auto;
  left: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: auto;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  height: 58px !important;
  line-height: 57px;
  min-height: 0;
  overflow: hidden;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  word-wrap: break-word;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link i {
  color: #666666;
  height: 100%;
  line-height: inherit;
  text-transform: capitalize;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link i {
  font-size: 20px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link i:before {
  position: relative;
  top: -3px;
  vertical-align: top;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link .link_text {
  font-size: 17px;
  font-weight: 400;
  height: 100%;
  line-height: inherit;
  margin: 0 !important;
  min-height: 0;
  padding-right: 15px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link.with_icon &gt; .link_content {
  margin: 0;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link:before,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li &gt; a.item_link:after {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 0 15px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li:last-child {
  border-bottom: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link {
  background: none;
  border: none;
  font-size: ;
  padding: 0;
  text-transform: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link .link_text {
  color: #333333;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 47px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link i {
  color: #666666;
  float: left;
  height: 47px;
  line-height: 47px;
  padding-right: 9px;
  position: static;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link:focus {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link:before {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link:hover {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link:hover .link_text {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li a.item_link:hover i {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li:hover &gt; a.item_link,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-ancestor &gt; a.item_link,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-item &gt; a.item_link,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-product-ancestor &gt; a.item_link {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li:hover &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-ancestor &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-item &gt; a.item_link .link_text,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-product-ancestor &gt; a.item_link .link_text {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li:hover &gt; a.item_link i,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-ancestor &gt; a.item_link i,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-item &gt; a.item_link i,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-product-ancestor &gt; a.item_link i {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li:hover &gt; .item_link *,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-ancestor &gt; .item_link *,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-menu-item &gt; .item_link *,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.default_dropdown ul.mega_dropdown li.current-product-ancestor &gt; .item_link * {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown.columns3 &gt; ul.mega_dropdown {
  width: 670px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown.columns2 &gt; ul.mega_dropdown {
  width: 460px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown.columns1 &gt; ul.mega_dropdown {
  width: 255px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 4px 0 10px 0;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li {
  padding: 15px 20px 10px 30px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a {
  background: none;
  padding: 0;
  text-transform: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a .link_text {
  color: #333333;
  display: block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a i {
  color: #333333;
  float: left;
  height: 36px;
  line-height: 36px;
  padding-right: 9px;
  position: static;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a:focus {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a:before {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a:hover {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a:hover .link_text {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li a:hover i {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a {
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a[href='#'] {
  pointer-events: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a .link_text {
  color: #333333;
  display: block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.8;
  white-space: nowrap;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a i {
  height: 47px;
  line-height: 47px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:before {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:hover .link_text {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:hover i {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:after {
  background: #e5e5e5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown li.current-menu-item &gt; .item_link *,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.multicolumn_dropdown &gt; ul.mega_dropdown li.current-product-parent &gt; .item_link * {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown {
  background: #ffffff;
  border-color: #e5e5e5 #e5e5e5 #ff0000 #e5e5e5;
  border-style: solid;
  border-width: 1px 1px 3px 1px;
  box-shadow: none;
  padding: 0 15px !important;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li {
  margin: 0;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 32px;
  width: 170px !important;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget .widgettitle {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 8px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget p {
  float: left;
  margin: 0;
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget p:first-child {
  margin-left: 0;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget a {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget a img {
  margin: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget a:before {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  z-index: 1;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget a:hover:before {
  opacity: .2;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li.widget_menu .widget img {
  float: left;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a {
  background: none;
  padding: 0;
  text-transform: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a .link_text {
  color: ;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 36px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a i {
  color: ;
  float: left;
  height: 36px;
  line-height: 36px;
  padding-right: 9px;
  position: static;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a:focus {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a:before {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a:hover {
  background: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a:hover .link_text {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li a:hover i {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; a {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; a .link_text {
  color: ;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 47px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; a i {
  height: 47px;
  line-height: 47px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:before {
  display: none;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:hover .link_text {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; a:hover i {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown &gt; li &gt; ul.mega_dropdown {
  padding-bottom: 10px;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown li.current-menu-item &gt; .item_link *,
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.widgets_dropdown &gt; ul.mega_dropdown li.current-product-parent &gt; .item_link * {
  color: #ff0000;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .menu_inner &gt; ul &gt; li.submenu_full_width &gt; ul.mega_dropdown {
  width: 100%;
}
.categories-menu-wrapper .categories-menu .categories &gt; .menu_holder .mmm_fullwidth_container {
  display: none;
}
.categories-menu-wrapper .categories-menu .menu-primary-menu-container ul#menu-primary-menu {
  margin: 0;
  padding: 0;
}
.categories-menu-wrapper .categories-menu .menu-primary-menu-container ul#menu-primary-menu &gt; li {
  list-style: none;
}
.categories-menu-wrapper .categories-menu div.mega_main_menu_ul {
  display: none;
}
.categories-menu-wrapper .categories-menu .morelesscate {
  display: none;
  width: 100%;
  z-index: 9999999;
}
.categories-menu-wrapper .categories-menu .morelesscate span {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: normal;
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  word-wrap: break-word;
}
.categories-menu-wrapper .categories-menu .morelesscate span i {
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding-right: 15px;
}
.categories-menu-wrapper .categories-menu .morelesscate span.lesscate {
  display: none;
}
.categories-menu-wrapper .categories-menu .morelesscate span:hover {
  color: #ff0000;
}
.home-tabs-text.layout1,
.home-tabs-text.layout2,
.home-tabs-text.layout3,
.home-tabs-text.layout4,
.home-tabs-text.layout5,
.home-tabs-text.layout6 {
  text-align: center;
}
.home-tabs-text.layout1 h3,
.home-tabs-text.layout2 h3,
.home-tabs-text.layout3 h3,
.home-tabs-text.layout4 h3,
.home-tabs-text.layout5 h3,
.home-tabs-text.layout6 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.category.layout1 .category-box,
.category.layout5 .category-box {
  margin-bottom: 20px;
  text-align: center;
}
.category.layout1 .category-box &gt; .vc_column-inner &gt; .wpb_wrapper,
.category.layout5 .category-box &gt; .vc_column-inner &gt; .wpb_wrapper {
  display: inline-block;
  position: relative;
}
.category.layout1 .category-box &gt; .vc_column-inner &gt; .wpb_wrapper:hover h3,
.category.layout5 .category-box &gt; .vc_column-inner &gt; .wpb_wrapper:hover h3 {
  color: #fff;
}
.category.layout1 .category-box &gt; .vc_column-inner &gt; .wpb_wrapper:hover p,
.category.layout5 .category-box &gt; .vc_column-inner &gt; .wpb_wrapper:hover p {
  color: #b2b2b2;
  max-height: 100px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.category.layout1 .category-box .wpb_single_image,
.category.layout5 .category-box .wpb_single_image {
  margin: 0;
}
.category.layout1 .category-box .wpb_text_column,
.category.layout5 .category-box .wpb_text_column {
  bottom: 20px;
  left: 20px;
  margin: 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  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;
}
.category.layout1 .category-box h3,
.category.layout5 .category-box h3 {
  color: #23232c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.category.layout1 .category-box p,
.category.layout5 .category-box p {
  color: #23232c;
  font-size: 12px;
  max-height: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.category.layout1 .row-container,
.category.layout5 .row-container {
  padding: 0 5px;
}
.category.layout1 .row-container .vc_row,
.category.layout5 .row-container .vc_row {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.category.layout1 .row-container .vc_column-inner,
.category.layout5 .row-container .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.products-list .shop-products .gridview {
  display: none;
}
.products-list .shop-products .listview {
  display: block;
}
.products-list .product-wrapper {
  background: none;
}
.products-list .product-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list .product-wrapper .list-col4 {
  float: left;
  padding: 0;
  width: 35%;
}
.products-list .product-wrapper .list-col8 {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
  width: 65%;
}
.products-list .product-wrapper .onsale,
.products-list .product-wrapper .actions,
.products-list .product-wrapper .product-desc,
.products-list .product-wrapper .add-to-cart {
  display: none;
}
.products-list .product-wrapper .product-name {
  margin: 0;
}
.products-list .product-wrapper .product-name a {
  color: #666666;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.35;
}
.products-list .product-wrapper .product-name a:hover {
  color: #ff0000;
}
.products-list-button .shop-products .gridview {
  display: none;
}
.products-list-button .shop-products .listview {
  display: block;
}
.products-list-button .product-wrapper {
  background: none;
  border: 1px solid #e5e5e5;
  padding: 15px 0;
}
.products-list-button .product-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list-button .product-wrapper .list-col4 {
  float: left;
  width: 35%;
}
.products-list-button .product-wrapper .list-col8 {
  float: left;
  margin: 0;
  padding: 5px 0 5px 15px;
  width: 65%;
}
.products-list-button .product-wrapper .product-image {
  border: none;
}
.products-list-button .product-wrapper .onsale,
.products-list-button .product-wrapper .actions,
.products-list-button .product-wrapper .product-desc {
  display: none;
}
.products-list-button .product-wrapper .product-name {
  margin: 0;
}
.products-list-button .product-wrapper .product-name a {
  color: #666666;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.35;
}
.products-list-button .product-wrapper .product-name a:hover {
  color: #ff0000;
}
.products-list-button .product-wrapper .add-to-cart {
  border: none;
  padding: 0;
}
.products-list-button .product-wrapper .add_to_cart_inline {
  border: none !important;
  font-size: 0;
  margin: 0;
  max-width: 100%;
  padding: 0 !important;
  position: relative;
}
.products-list-button .product-wrapper .add_to_cart_inline:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list-button .product-wrapper .add_to_cart_inline del,
.products-list-button .product-wrapper .add_to_cart_inline ins,
.products-list-button .product-wrapper .add_to_cart_inline .amount {
  display: none;
}
.products-list-button .product-wrapper .add_to_cart_inline a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #23232c;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  margin: 0;
  min-width: 155px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.products-list-button .product-wrapper .add_to_cart_inline a.added {
  display: none !important;
}
.products-list-button .product-wrapper .add_to_cart_inline a.added_to_cart {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.products-list-button .product-wrapper .add_to_cart_inline a.added_to_cart:hover {
  background: #cc0000;
  border-color: #cc0000;
}
.products-list-button .product-wrapper .add_to_cart_inline a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.fullbanner.layout3 .row-container {
  padding-left: 25px;
  padding-right: 25px;
}
.fullbanner.layout3 .vc_row {
  margin-bottom: 0;
}
.fullbanner.layout3 .wpb_text_column {
  color: #23232c;
  font-size: 14px;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
}
.fullbanner.layout3 .wpb_text_column h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.fullbanner.layout3 .wpb_text_column h3 {
  font-size: 60px;
}
.fullbanner.layout3 .wpb_text_column .link {
  margin-top: 50px;
}
.fullbanner.layout3 .wpb_text_column .link a {
  border: 2px solid #23232c;
  color: #23232c;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 55px;
  letter-spacing: .02em;
  line-height: 51px;
  margin: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 171px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fullbanner.layout3 .wpb_text_column .link a:hover {
  background: #23232c;
  color: #fff;
}
.fullbanner.layout4 .wpb_text_column {
  color: #23232c;
  font-size: 14px;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
}
.fullbanner.layout4 .wpb_text_column h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.fullbanner.layout4 .wpb_text_column h3 {
  font-size: 60px;
}
.fullbanner.layout4 .wpb_text_column .link {
  margin-top: 50px;
}
.fullbanner.layout4 .wpb_text_column .link a {
  border: 2px solid #23232c;
  color: #23232c;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 55px;
  letter-spacing: .02em;
  line-height: 51px;
  margin: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 171px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fullbanner.layout4 .wpb_text_column .link a:hover {
  background: #23232c;
  color: #fff;
}
.policy .wpb_text_column &gt; .wpb_wrapper {
  padding-left: 65px;
  position: relative;
}
.policy .icon {
  left: 0;
  position: absolute;
  top: 3px;
}
.policy .icon i {
  display: block;
  font-size: 0;
  text-align: center;
  width: 50px;
}
.policy .icon i:before {
  color: #999;
  font-size: 46px;
}
.policy .text h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.products-countdown.style1 .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.products-countdown.style1 .slick-slider .slick-list {
  border: 2px solid #ff0000;
  border-top: none;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.products-countdown.style1 .slick-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.products-countdown.style1 .slick-slider .slick-arrow {
  background: none;
  border: none;
  color: #fff;
  top: -50px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.products-countdown.style1 .slick-slider .slick-arrow:before {
  font-size: 18px;
}
.products-countdown.style1 .slick-slider .slick-arrow:hover {
  color: #ff0000;
}
.products-countdown.style1 .slick-slider .slick-prev {
  left: auto;
  right: 55px;
}
.products-countdown.style1 .slick-slider .slick-next {
  left: auto;
  right: 20px;
}
.products-countdown.style1 .wpb_text_column.title {
  margin: 0;
}
.products-countdown.style1 .wpb_text_column.title h3 {
  background: #595e6f;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 30px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.products-countdown.style1 .shop-products .gridview {
  display: none;
}
.products-countdown.style1 .shop-products .listview {
  display: block;
}
.products-countdown.style1 .product-wrapper {
  padding: 25px 0;
}
.products-countdown.style1 .product-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-countdown.style1 .product-wrapper .list-col4 {
  float: left;
  width: 45%;
}
.products-countdown.style1 .product-wrapper .list-col8 {
  float: left;
  padding: 0 30px 0 15px;
  width: 55%;
}
.products-countdown.style1 .product-wrapper .product-image {
  border: none;
}
.products-countdown.style1 .product-wrapper .onsale {
  display: none;
}
.products-countdown.style1 .product-wrapper .product-name a {
  font-size: 25px;
}
.products-countdown.style1 .product-wrapper .product-desc {
  margin-bottom: 10px;
}
.products-countdown.style1 .product-wrapper .count-down {
  display: block;
}
.products-countdown.style1 .product-wrapper .price-box {
  font-size: 25px;
}
.products-countdown.style1 .product-wrapper .add-to-cart {
  border: none;
  padding: 0;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline {
  border: none !important;
  font-size: 0;
  margin: 20px 0 0 0;
  max-width: 200px;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline del,
.products-countdown.style1 .product-wrapper .add_to_cart_inline ins,
.products-countdown.style1 .product-wrapper .add_to_cart_inline .amount {
  display: none;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline a {
  background: #fff;
  border: 2px solid #e5e5e5;
  color: #23232c;
  float: left;
  font-size: 17px;
  font-weight: bold;
  height: 48px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline a.added {
  display: none !important;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline a.added_to_cart {
  border-color: #ff0000;
  color: #ff0000;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline a.added_to_cart:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.products-countdown.style1 .product-wrapper .add_to_cart_inline a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.products-countdown.layout2 .shop-products .gridview {
  display: none;
}
.products-countdown.layout2 .shop-products .listview {
  display: block;
}
.products-countdown.layout2 .product-wrapper {
  border: 1px solid #e5e5e5;
}
.products-countdown.layout2 .product-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-countdown.layout2 .product-wrapper .list-col4 {
  float: left;
  width: 45%;
}
.products-countdown.layout2 .product-wrapper .list-col8 {
  float: left;
  padding: 25px 0 25px 15px;
  width: 55%;
}
.products-countdown.layout2 .product-wrapper .product-image {
  border: none;
  padding: 15px 0;
}
.products-countdown.layout2 .product-wrapper .onsale,
.products-countdown.layout2 .product-wrapper .product-desc {
  display: none;
}
.products-countdown.layout2 .product-wrapper .product-name {
  margin-bottom: 0;
}
.products-countdown.layout2 .product-wrapper .product-name a {
  font-size: 15px;
  font-weight: 600;
}
.products-countdown.layout2 .product-wrapper .count-down {
  border: none;
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
}
.products-countdown.layout2 .product-wrapper .count-down .count-down-text {
  display: none;
}
.products-countdown.layout2 .product-wrapper .price-box {
  font-size: 25px;
}
.products-countdown.layout2 .product-wrapper .add-to-cart {
  border: none;
  padding: 0;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline {
  border: none !important;
  font-size: 0;
  margin: 10px 0 0 0;
  max-width: 200px;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline del,
.products-countdown.layout2 .product-wrapper .add_to_cart_inline ins,
.products-countdown.layout2 .product-wrapper .add_to_cart_inline .amount {
  display: none;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline a {
  background: #fff;
  border: 2px solid #e5e5e5;
  color: #23232c;
  float: left;
  font-size: 17px;
  font-weight: bold;
  height: 48px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline a.added {
  display: none !important;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline a.added_to_cart {
  border-color: #ff0000;
  color: #ff0000;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline a.added_to_cart:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.products-countdown.layout2 .product-wrapper .add_to_cart_inline a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.slider.layout2 {
  margin-bottom: 30px;
}
.slider.layout3 .row-container {
  padding-left: 10px;
  padding-right: 10px;
}
.slider.layout3 .row-container .vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}
.slider.layout3 .wpb_single_image {
  margin-bottom: 10px;
}
.inner-brands {
  margin-bottom: 40px;
}
.shop-banner {
  margin-bottom: 30px;
}
.shop-banner img {
  width: 100%;
}
#archive-product.fullwidth .shop-banner {
  display: none;
}
</pre></body></html>