@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700');
@-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);
  }
}
.header-container.header-landing-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-container.header-landing-page .logo {
  padding: 0;
}
.header-container.header-landing-page .main-menu-wrapper,
.header-container.header-landing-page .vc_wp_search,
.header-container.header-landing-page .vc_wp_custommenu {
  float: left;
}
.header-container.header-landing-page .content-header {
  padding: 0;
}
.header-container.header-landing-page .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:hover .link_text {
  color: #4fc1f0;
}
.header-container.header-landing-page .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
  color: #fff;
}
.header-container.header-landing-page .header-sticky.ontop {
  background: rgba(0,0,0,0.95);
}
.header-container.header-landing-page .vc_wp_search,
.header-container.header-landing-page .vc_wp_custommenu {
  margin: 43px 0;
}
.header-container.header-landing-page .widget_search:before,
.header-container.header-landing-page .vc_wp_custommenu:before {
  color: #fff;
}
.header-container.header-landing-page .widget_search:hover:before,
.header-container.header-landing-page .vc_wp_custommenu:hover:before {
  color: #fb9935;
}
.main-container .landing-title {
  text-align: center;
}
.main-container .landing-title h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: Lato;
}
.main-container .landing-title h1:after {
  background: #4fc1f0;
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 10px auto;
}
.main-container .landing-title p {
  color: #666;
  font-size: 16px;
  font-style: italic;
}
.main-container .landing-home-page .content .pages > .wpb_wrapper {
  margin: 0 -15px;
}
.main-container .landing-home-page .content .pages .col {
  float: left;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
}
.main-container .landing-home-page .content .pages .col a {
  display: block;
}
.main-container .landing-home-page .content .pages .col a:hover img {
  box-shadow: 0 0 10px 1px #4fc1f0;
}
.main-container .landing-home-page .content .pages .col img {
  display: block;
  box-shadow: 0 0 10px 1px #efefef;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.main-container .landing-home-page .content .pages .col .shop-name {
  color: #333333;
  display: block;
  font-style: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 15px;
}
.main-container .landing-home-page .content .pages .col .shop-name:hover {
  color: #4fc1f0;
}
.main-container .landing-home-page .content .pages:after {
  content: "";
  display: table;
  clear: both;
}
.main-container .landing-link {
  background: #3f3f3f;
  padding-left: 70px;
  position: relative;
}
.main-container .landing-link:before {
  content: "\f039";
  font-family: FontAwesome;
  color: #fff;
  line-height: 70px;
  display: block;
  text-align: center;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-container .landing-link ul:after {
  content: "";
  clear: left;
  display: table;
}
.main-container .landing-link ul li {
  list-style: none;
  float: left;
  border-left: 1px solid #656565;
}
.main-container .landing-link ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
  padding: 15px 40px;
  position: relative;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.main-container .landing-link ul li a:hover {
  background: #262626;
}
.main-container .landing-link ul li a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .landing-link ul li a:before {
  content: "";
  background: #4fc1f0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.main-container .landing-static1 .wpb_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.main-container .landing-static1 .wpb_wrapper .wpb_content_element {
  margin: 0;
}
.main-container .landing-static1 .text {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
.main-container .landing-static1 p {
  float: right;
}
.main-container .landing-static1 p button {
  color: #fff;
  font-size: 15px;
  background: none;
  border: 2px solid #fff;
  border-radius: 2px;
  font-style: 15px;
  padding: 20px 30px;
  text-transform: uppercase;
}
.main-container .landing-feature-list .landing-content > .wpb_wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.main-container .landing-feature-list .landing-content .col {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main-container .landing-feature-list .landing-content .col .col-inner {
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
}
.main-container .landing-feature-list .landing-content .col .col-inner .image {
  overflow: hidden;
}
.main-container .landing-feature-list .landing-content .col .col-inner img {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.main-container .landing-feature-list .landing-content .col .col-inner:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.main-container .landing-feature-list .landing-content .col .col-inner .text {
  min-height: 100px;
  margin-top: 10px;
}
.main-container .landing-feature-list .landing-content .col .col-inner .text h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.main-container .landing-static2 {
  background-attachment: fixed;
}
.main-container .landing-static2 .content {
  text-align: center;
}
.main-container .landing-static2 .content .text {
  margin-bottom: 60px;
}
.main-container .landing-static2 .content .text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-container .landing-static2 .content .text h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: Lato;
  text-transform: uppercase;
}
.main-container .landing-static2 .content button {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 27px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.main-container .landing-static2 .content button:hover {
  background: #4fc1f0;
  border-color: #4fc1f0;
}
.main-container .landing-static3 {
  text-align: center;
}
.main-container .landing-static3 .text h4 {
  color: #9c5d90;
  font-size: 20px;
  margin: 16px 0;
}
.main-container .landing-static3 .text p {
  color: #666;
  font-size: 16px;
  font-style: italic;
}
.main-container .landing-static4 .text h4 {
  color: #fff;
  font-size: 30px;
  float: left;
  font-weight: 300;
  line-height: 76px;
  margin: 0;
}
.main-container .landing-static4 .text p {
  float: right;
}
.main-container .landing-static4 .text button {
  background: none;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 24px 75px;
}
.main-container .landing-header .landing-title h1 {
  color: #fff;
}
.main-container .landing-header .landing-title p {
  color: #fff;
}
.main-container .landing-header .style img {
  margin-bottom: 22px;
  display: block;
}
.main-container .landing-layout .content > .wpb_wrapper {
  margin: 0 -30px;
}
.main-container .landing-layout .content:after {
  content: "";
  clear: both;
  display: table;
}
.main-container .landing-layout .content .col {
  float: left;
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: center;
}
.main-container .landing-layout .content .col a {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.main-container .landing-layout .content .col a:hover {
  color: #4fc1f0;
}
.main-container .landing-layout .content .col a img {
  margin-bottom: 20px;
}
.main-container .landing-static5 .landing-title h1 {
  color: #fff;
}
.main-container .landing-static6 {
  text-align: center;
}
.main-container .landing-static6 .text {
  font-size: 18px;
  font-weight: 700;
}
.main-container .landing-static6 .text:before {
  background: #4fc1f0;
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 0 auto 18px;
}
.main-container .landing-static7 {
  text-align: center;
}
.main-container .landing-static7 .text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
}
.main-container .landing-static7 .text h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.main-container .landing-static7 .text button {
  background: none;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  margin: 10px 10px 0;
}
.main-container .landing-static7 .text button:hover {
  background: #3a3f53;
  border-color: #3a3f53;
}
.main-container .landing-rating {
  text-align: center;
}
.main-container .landing-rating .text {
  color: #9194a6;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.main-container .landing-rating .text:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #21c2f8;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  letter-spacing: 4px;
}
.footer.footer-landing-page {
  background: #1a1c27;
}
.footer.footer-landing-page .widget-copyright {
  line-height: 65px;
}
.footer.footer-landing-page .widget-copyright a {
  color: #21c2f8;
}
.footer.footer-landing-page .social-icons {
  text-align: right;
}
.footer.footer-landing-page .social-icons li {
  display: inline-block;
  position: relative;
}
.footer.footer-landing-page .social-icons li:last-child {
  margin-right: 0;
}
.footer.footer-landing-page .social-icons li a {
  color: #fff;
  font-size: 14px;
  line-height: 65px;
  padding: 0 15px;
}
.footer.footer-landing-page .social-icons li a:hover {
  color: #21c2f8;
}
@media screen and (min-width: 1200px) {
  .main-container .landing-home-page .content .pages .col {
    width: 25%;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(4n+1) {
    clear: left;
  }
  .main-container .landing-feature-list .landing-content .col {
    width: 33.333%;
  }
  .main-container .landing-feature-list .landing-content .col:nth-of-type(3n+1) {
    clear: left;
  }
  .main-container .landing-layout .content .col {
    width: 33.333%;
  }
  .main-container .landing-layout .content .col:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .main-container .landing-home-page .content .pages .col {
    width: 33.333%;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(3n+1) {
    clear: left;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(4n+1) {
    clear: none;
  }
  .main-container .landing-feature-list .landing-content .col {
    width: 50%;
  }
  .main-container .landing-feature-list .landing-content .col:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .main-container .landing-home-page .content .pages .col {
    width: 50%;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(2n+1) {
    clear: left;
  }
  .main-container .landing-feature-list .landing-content .col {
    width: 50%;
  }
  .main-container .landing-feature-list .landing-content .col:nth-of-type(2n+1) {
    clear: left;
  }
  .main-container .landing-layout .content .col {
    width: 50%;
  }
  .main-container .landing-layout .content .col:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1200px) {
  .main-container .landing-static1 .text {
    font-size: 25px;
    line-height: 29px;
  }
  .main-container .landing-static2 .content .text h1 {
    font-size: 55px;
  }
  .main-container .landing-static2 .content .text h4 {
    font-size: 20px;
  }
  .main-container .landing-static7 .text h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .header-container.header-landing-page {
    position: static;
    background: #1a1c27;
  }
  .header-container.header-landing-page .logo {
    text-align: center;
  }
  .header-container.header-landing-page .main-menu-wrapper,
  .header-container.header-landing-page .vc_wp_search,
  .header-container.header-landing-page .vc_wp_custommenu {
    float: none;
  }
  .header-container.header-landing-page .content-header {
    position: static;
    text-align: center;
  }
  .header-container.header-landing-page .content-header > .vc_column-inner > .wpb_wrapper {
    float: none;
  }
  .header-container.header-landing-page .vc_wp_search,
  .header-container.header-landing-page .vc_wp_custommenu {
    display: inline-block;
    vertical-align: middle;
  }
  .main-container .landing-static4 .text h4 {
    font-size: 18px;
    line-height: 54px;
  }
  .main-container .landing-static4 .text button {
    padding: 13px 50px;
  }
  .footer.footer-landing-page .social-icons {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-container.header-landing-page .header .header-inner .col-xs-12 {
    position: relative;
  }
  .footer.footer-landing-page .widget-copyright {
    line-height: 40px;
  }
  .footer.footer-landing-page .social-icons {
    text-align: center;
  }
  .footer.footer-landing-page .social-icons li a {
    line-height: 40px;
  }
}
.heightzero {
  height: 0;
  overflow: hidden;
}
.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;
}
.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 > .vc_column-inner,
.wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.wrapper .vc_column_container > .vc_column-inner {
  width: auto;
}
.main-container .wpb_single_image > .wpb_wrapper {
  max-width: 100%;
  overflow: hidden;
}
.main-container .wpb_single_image a,
.main-container .image-hover-effect {
  display: block;
  overflow: hidden;
  position: relative;
}
.main-container .wpb_single_image a:before,
.main-container .image-hover-effect:before {
  background-color: rgba(0,0,0,0.2);
  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 .icon {
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  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;
}
[class*='products-carousel'] .columns-1 .shop-products .item-col {
  margin-bottom: 0;
}
[class*='products-carousel'] .shop-products .item-col.first {
  clear: none;
}
[class*='products-carousel'] .shop-products .group .item-col {
  max-width: 600px;
  padding: 0;
  width: 100%;
}
.products-list.layout1 .vc_row {
  margin-bottom: 10px;
}
.products-list.layout1 .wpb_text_column {
  margin: 0;
}
.products-list.layout1 .wpb_text_column .wpb_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list.layout1 .wpb_text_column h3 {
  color: #40576c;
  font-size: 24px;
  line-height: 40px;
}
.products-list.layout1 .wpb_text_column ul {
  float: right;
}
.products-list.layout1 .wpb_text_column ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.products-list.layout1 .wpb_text_column ul li:last-child {
  margin: 0;
}
.products-list.layout1 .wpb_text_column ul a {
  color: #40576c;
  line-height: 40px;
}
.products-list.layout1 .wpb_text_column ul a:hover {
  color: #fb9935;
}
.products-list.layout1 .slick-slider {
  border-right: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
}
.products-list.layout1 .slick-slider .slick-slide {
  padding: 0;
}
.products-list.layout1 .slick-slider .item-col {
  border: none;
  padding: 12px;
  position: relative;
}
.products-list.layout1 .slick-slider .item-col:before,
.products-list.layout1 .slick-slider .item-col:after {
  background: #e5e5e5;
  content: '';
  display: block;
  position: absolute;
}
.products-list.layout1 .slick-slider .item-col:before {
  bottom: 0;
  height: 1px;
  left: 6%;
  right: 6%;
  top: auto;
}
.products-list.layout1 .slick-slider .item-col:after {
  bottom: 6%;
  left: auto;
  right: 0;
  top: 6%;
  width: 1px;
}
.products-list.layout1 .slick-slider .group .item-col:last-child:before {
  display: none;
}
.products-list.layout1 .product-wrapper {
  padding: 10px;
}
.products-list.layout1 .product-wrapper .gridview:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list.layout1 .product-wrapper:hover {
  margin: 0;
}
.products-list.layout1 .product-wrapper:hover .actions {
  right: 20px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.products-list.layout1 .product-wrapper .list-col4 {
  float: left;
  padding: 0 !important;
  width: 40%;
}
.products-list.layout1 .product-wrapper .list-col8 {
  float: left;
  padding: 18px 0 18px 20px !important;
  position: static;
  text-align: left;
  width: 60%;
}
.products-list.layout1 .product-wrapper .quickviewbtn,
.products-list.layout1 .product-wrapper .add-to-wishlist,
.products-list.layout1 .product-wrapper .add-to-compare {
  display: none;
}
.products-list.layout1 .product-wrapper .product-price {
  margin-bottom: 5px;
}
.products-list.layout1 .product-wrapper .actions {
  bottom: 20px;
  display: block;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.products-list.layout1 .product-wrapper .actions .add-to-links {
  margin: 0;
  padding: 0;
}
.products-list.layout1 .product-wrapper .actions .add_to_cart_inline a {
  background: #fb9935;
  color: #fff;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.products-list.layout1 .product-wrapper .actions .add_to_cart_inline a:before {
  content: '\f110';
  margin: 0;
}
.products-list.layout4 .vc_row {
  margin-bottom: 10px;
}
.products-list.layout4 .wpb_text_column {
  margin: 0;
}
.products-list.layout4 .wpb_text_column .wpb_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list.layout4 .wpb_text_column h3 {
  color: #40576c;
  font-size: 24px;
  line-height: 40px;
}
.products-list.layout4 .wpb_text_column ul {
  float: right;
}
.products-list.layout4 .wpb_text_column ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.products-list.layout4 .wpb_text_column ul li:last-child {
  margin: 0;
}
.products-list.layout4 .wpb_text_column ul a {
  color: #40576c;
  line-height: 40px;
}
.products-list.layout4 .wpb_text_column ul a:hover {
  color: #fb9935;
}
.products-list.layout4 .slick-slider {
  border-right: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
}
.products-list.layout4 .slick-slider .slick-slide {
  padding: 0;
}
.products-list.layout4 .slick-slider .item-col {
  border: none;
  padding: 12px;
  position: relative;
}
.products-list.layout4 .slick-slider .item-col:before,
.products-list.layout4 .slick-slider .item-col:after {
  background: #e5e5e5;
  content: '';
  display: block;
  position: absolute;
}
.products-list.layout4 .slick-slider .item-col:before {
  bottom: 0;
  height: 1px;
  left: 6%;
  right: 6%;
  top: auto;
}
.products-list.layout4 .slick-slider .item-col:after {
  bottom: 6%;
  left: auto;
  right: 0;
  top: 6%;
  width: 1px;
}
.products-list.layout4 .slick-slider .group .item-col:last-child:before {
  display: none;
}
.products-list.layout4 .product-wrapper {
  padding: 10px;
}
.products-list.layout4 .product-wrapper .gridview:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list.layout4 .product-wrapper:hover {
  margin: 0;
}
.products-list.layout4 .product-wrapper:hover .actions {
  right: 20px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.products-list.layout4 .product-wrapper .list-col4 {
  float: left;
  padding: 0 !important;
  width: 40%;
}
.products-list.layout4 .product-wrapper .list-col8 {
  float: left;
  padding: 18px 0 18px 20px !important;
  position: static;
  text-align: left;
  width: 60%;
}
.products-list.layout4 .product-wrapper .quickviewbtn,
.products-list.layout4 .product-wrapper .add-to-wishlist,
.products-list.layout4 .product-wrapper .add-to-compare {
  display: none;
}
.products-list.layout4 .product-wrapper .product-price {
  margin-bottom: 5px;
}
.products-list.layout4 .product-wrapper .actions {
  bottom: 20px;
  display: block;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.products-list.layout4 .product-wrapper .actions .add-to-links {
  margin: 0;
  padding: 0;
}
.products-list.layout4 .product-wrapper .actions .add_to_cart_inline a {
  background: #fb9935;
  color: #fff;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.products-list.layout4 .product-wrapper .actions .add_to_cart_inline a:before {
  content: '\f110';
  margin: 0;
}
.products-list.layout7 .vc_row {
  margin-bottom: 10px;
}
.products-list.layout7 .wpb_text_column {
  margin: 0;
}
.products-list.layout7 .wpb_text_column .wpb_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list.layout7 .wpb_text_column h3 {
  color: #40576c;
  font-size: 24px;
  line-height: 40px;
}
.products-list.layout7 .wpb_text_column ul {
  float: right;
}
.products-list.layout7 .wpb_text_column ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.products-list.layout7 .wpb_text_column ul li:last-child {
  margin: 0;
}
.products-list.layout7 .wpb_text_column ul a {
  color: #40576c;
  line-height: 40px;
}
.products-list.layout7 .wpb_text_column ul a:hover {
  color: #fb9935;
}
.products-list.layout7 .slick-slider {
  border-right: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
}
.products-list.layout7 .slick-slider .slick-slide {
  padding: 0;
}
.products-list.layout7 .slick-slider .item-col {
  border: none;
  padding: 12px;
  position: relative;
}
.products-list.layout7 .slick-slider .item-col:before,
.products-list.layout7 .slick-slider .item-col:after {
  background: #e5e5e5;
  content: '';
  display: block;
  position: absolute;
}
.products-list.layout7 .slick-slider .item-col:before {
  bottom: 0;
  height: 1px;
  left: 6%;
  right: 6%;
  top: auto;
}
.products-list.layout7 .slick-slider .item-col:after {
  bottom: 6%;
  left: auto;
  right: 0;
  top: 6%;
  width: 1px;
}
.products-list.layout7 .slick-slider .group .item-col:last-child:before {
  display: none;
}
.products-list.layout7 .product-wrapper {
  padding: 10px;
}
.products-list.layout7 .product-wrapper .gridview:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list.layout7 .product-wrapper:hover {
  margin: 0;
}
.products-list.layout7 .product-wrapper:hover .actions {
  right: 20px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
.products-list.layout7 .product-wrapper .list-col4 {
  float: left;
  padding: 0 !important;
  width: 40%;
}
.products-list.layout7 .product-wrapper .list-col8 {
  float: left;
  padding: 18px 0 18px 20px !important;
  position: static;
  text-align: left;
  width: 60%;
}
.products-list.layout7 .product-wrapper .quickviewbtn,
.products-list.layout7 .product-wrapper .add-to-wishlist,
.products-list.layout7 .product-wrapper .add-to-compare {
  display: none;
}
.products-list.layout7 .product-wrapper .product-price {
  margin-bottom: 5px;
}
.products-list.layout7 .product-wrapper .actions {
  bottom: 20px;
  display: block;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.products-list.layout7 .product-wrapper .actions .add-to-links {
  margin: 0;
  padding: 0;
}
.products-list.layout7 .product-wrapper .actions .add_to_cart_inline a {
  background: #fb9935;
  color: #fff;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.products-list.layout7 .product-wrapper .actions .add_to_cart_inline a:before {
  content: '\f110';
  margin: 0;
}
.category-products.layout1.yellow .category-title {
  background: #e0b70e;
}
.category-products.layout1.cyan .category-title {
  background: #1f4244;
}
.category-products.layout1.blue .category-title {
  background: #1b3c59;
}
.category-products.layout1 .vc_row {
  margin: 0;
}
.category-products.layout1 .vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.category-products.layout1 .wpb_text_column {
  margin: 0;
}
.category-products.layout1 .category-title-container {
  background: #40576c;
  height: 57px;
  line-height: 57px;
}
.category-products.layout1 .category-title-container .wpb_text_column {
  line-height: 57px;
  margin: 0;
}
.category-products.layout1 .category-title-container .wpb_text_column .wpb_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-products.layout1 .category-title-container h3 {
  color: #fff;
  font-size: 18px;
  line-height: 57px;
  text-transform: uppercase;
}
.category-products.layout1 .category-title {
  background: #1f4244;
  padding: 0 30px;
  width: 26%;
}
.category-products.layout1 .category-links {
  padding: 0 30px;
  width: 74%;
}
.category-products.layout1 .category-links ul {
  float: right;
}
.category-products.layout1 .category-links ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.category-products.layout1 .category-links ul li:last-child {
  margin: 0;
}
.category-products.layout1 .category-links ul a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.category-products.layout1 .category-links ul a:hover {
  color: #fb9935;
}
.category-products.layout1 .category-img {
  width: 26%;
}
.category-products.layout1 .category-img .wpb_single_image * {
  width: 100%;
}
.category-products.layout1 .category-single-product {
  width: 34%;
}
.category-products.layout1 .category-single-product .shop-products {
  margin: 0;
}
.category-products.layout1 .category-single-product .product-wrapper .count-down .hastime .timebox {
  padding: 0 24px;
}
.category-products.layout1 .category-carousel {
  width: 40%;
}
.category-products.layout1 .category-carousel .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.category-products.layout1 .category-carousel .slick-slider .slick-slide {
  padding: 0;
}
.category-products.layout1 .category-carousel .slick-slider .item-col {
  min-height: 372px;
}
.category-products.layout1 .category-single-product .item-col {
  width: 100%;
}
.category-products.layout1 .category-single-product .product-wrapper:hover {
  margin: 0;
  padding: 0;
}
.category-products.layout1 .category-single-product .product-wrapper .ratings {
  display: none;
}
.category-products.layout1 .category-single-product .product-wrapper .count-down {
  display: block;
}
.category-products.layout1 .category-single-product .product-wrapper .product-category {
  display: block;
}
.category-products.layout1 .category-single-product .product-wrapper .product-category a {
  color: #999;
  font-size: 15px;
}
.category-products.layout1 .category-single-product .product-wrapper .product-category a:hover {
  color: #fb9935;
}
.category-products.layout1 .category-single-product .product-wrapper .product-name {
  font-size: 18px;
  font-weight: 700;
}
.category-products.layout1 .category-single-product .product-wrapper .product-price {
  color: #b90b0b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.category-products.layout1 .category-single-product .product-wrapper .actions {
  display: block;
  height: auto;
  margin: 0 0 25px 0;
  position: static;
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-links .add-to-wishlist,
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-links .add-to-compare {
  display: none;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-cart:before {
  display: none;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a {
  background: #b90b0b;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a:before {
  content: '\f110';
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin-right: 10px;
  vertical-align: top;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a:hover {
  background: #fb9935;
  color: #fff;
}
.category-products.layout1 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a.added_to_cart {
  background: #fb9935;
  color: #fff;
}
.category-products.layout4.green .category-title {
  background: #8db637;
}
.category-products.layout4.orange .category-title {
  background: #dc8f35;
}
.category-products.layout4.blue .category-title {
  background: #3282ba;
}
.category-products.layout4 .vc_row {
  margin: 0;
}
.category-products.layout4 .vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.category-products.layout4 .wpb_text_column {
  margin: 0;
}
.category-products.layout4 .category-title-container {
  background: #40576c;
  height: 57px;
  line-height: 57px;
}
.category-products.layout4 .category-title-container .wpb_text_column {
  line-height: 57px;
  margin: 0;
}
.category-products.layout4 .category-title-container .wpb_text_column .wpb_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-products.layout4 .category-title-container h3 {
  color: #fff;
  font-size: 18px;
  line-height: 57px;
  text-transform: uppercase;
}
.category-products.layout4 .category-title {
  background: #1f4244;
  padding: 0 30px;
  width: 26%;
}
.category-products.layout4 .category-links {
  padding: 0 30px;
  width: 74%;
}
.category-products.layout4 .category-links ul {
  float: right;
}
.category-products.layout4 .category-links ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.category-products.layout4 .category-links ul li:last-child {
  margin: 0;
}
.category-products.layout4 .category-links ul a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.category-products.layout4 .category-links ul a:hover {
  color: #fb9935;
}
.category-products.layout4 .category-img {
  width: 26%;
}
.category-products.layout4 .category-img .wpb_single_image * {
  width: 100%;
}
.category-products.layout4 .category-single-product {
  width: 34%;
}
.category-products.layout4 .category-single-product .shop-products {
  margin: 0;
}
.category-products.layout4 .category-single-product .product-wrapper .count-down .hastime .timebox {
  padding: 0 24px;
}
.category-products.layout4 .category-carousel {
  width: 40%;
}
.category-products.layout4 .category-carousel .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.category-products.layout4 .category-carousel .slick-slider .slick-slide {
  padding: 0;
}
.category-products.layout4 .category-carousel .slick-slider .item-col {
  min-height: 372px;
}
.category-products.layout4 .category-single-product .item-col {
  width: 100%;
}
.category-products.layout4 .category-single-product .product-wrapper:hover {
  margin: 0;
  padding: 0;
}
.category-products.layout4 .category-single-product .product-wrapper .ratings {
  display: none;
}
.category-products.layout4 .category-single-product .product-wrapper .count-down {
  display: block;
}
.category-products.layout4 .category-single-product .product-wrapper .product-category {
  display: block;
}
.category-products.layout4 .category-single-product .product-wrapper .product-category a {
  color: #999;
  font-size: 15px;
}
.category-products.layout4 .category-single-product .product-wrapper .product-category a:hover {
  color: #fb9935;
}
.category-products.layout4 .category-single-product .product-wrapper .product-name {
  font-size: 18px;
  font-weight: 700;
}
.category-products.layout4 .category-single-product .product-wrapper .product-price {
  color: #b90b0b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.category-products.layout4 .category-single-product .product-wrapper .actions {
  display: block;
  height: auto;
  margin: 0 0 25px 0;
  position: static;
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-links .add-to-wishlist,
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-links .add-to-compare {
  display: none;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-cart:before {
  display: none;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a {
  background: #b90b0b;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a:before {
  content: '\f110';
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin-right: 10px;
  vertical-align: top;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a:hover {
  background: #fb9935;
  color: #fff;
}
.category-products.layout4 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a.added_to_cart {
  background: #fb9935;
  color: #fff;
}
.category-products.layout7.light-blue .category-title {
  background: #91a6ae;
}
.category-products.layout7.light-brown .category-title {
  background: #c39749;
}
.category-products.layout7.blue .category-title {
  background: #5183b8;
}
.category-products.layout7 .vc_row {
  margin: 0;
}
.category-products.layout7 .vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.category-products.layout7 .wpb_text_column {
  margin: 0;
}
.category-products.layout7 .category-title-container {
  background: #40576c;
  height: 57px;
  line-height: 57px;
}
.category-products.layout7 .category-title-container .wpb_text_column {
  line-height: 57px;
  margin: 0;
}
.category-products.layout7 .category-title-container .wpb_text_column .wpb_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-products.layout7 .category-title-container h3 {
  color: #fff;
  font-size: 18px;
  line-height: 57px;
  text-transform: uppercase;
}
.category-products.layout7 .category-title {
  background: #1f4244;
  padding: 0 30px;
  width: 26%;
}
.category-products.layout7 .category-links {
  padding: 0 30px;
  width: 74%;
}
.category-products.layout7 .category-links ul {
  float: right;
}
.category-products.layout7 .category-links ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.category-products.layout7 .category-links ul li:last-child {
  margin: 0;
}
.category-products.layout7 .category-links ul a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.category-products.layout7 .category-links ul a:hover {
  color: #fb9935;
}
.category-products.layout7 .category-img {
  width: 26%;
}
.category-products.layout7 .category-img .wpb_single_image * {
  width: 100%;
}
.category-products.layout7 .category-single-product {
  width: 34%;
}
.category-products.layout7 .category-single-product .shop-products {
  margin: 0;
}
.category-products.layout7 .category-single-product .product-wrapper .count-down .hastime .timebox {
  padding: 0 24px;
}
.category-products.layout7 .category-carousel {
  width: 40%;
}
.category-products.layout7 .category-carousel .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.category-products.layout7 .category-carousel .slick-slider .slick-slide {
  padding: 0;
}
.category-products.layout7 .category-carousel .slick-slider .item-col {
  min-height: 372px;
}
.category-products.layout7 .category-single-product .item-col {
  width: 100%;
}
.category-products.layout7 .category-single-product .product-wrapper:hover {
  margin: 0;
  padding: 0;
}
.category-products.layout7 .category-single-product .product-wrapper .ratings {
  display: none;
}
.category-products.layout7 .category-single-product .product-wrapper .count-down {
  display: block;
}
.category-products.layout7 .category-single-product .product-wrapper .product-category {
  display: block;
}
.category-products.layout7 .category-single-product .product-wrapper .product-category a {
  color: #999;
  font-size: 15px;
}
.category-products.layout7 .category-single-product .product-wrapper .product-category a:hover {
  color: #fb9935;
}
.category-products.layout7 .category-single-product .product-wrapper .product-name {
  font-size: 18px;
  font-weight: 700;
}
.category-products.layout7 .category-single-product .product-wrapper .product-price {
  color: #b90b0b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.category-products.layout7 .category-single-product .product-wrapper .actions {
  display: block;
  height: auto;
  margin: 0 0 25px 0;
  position: static;
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-links .add-to-wishlist,
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-links .add-to-compare {
  display: none;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-cart:before {
  display: none;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a {
  background: #b90b0b;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a:before {
  content: '\f110';
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin-right: 10px;
  vertical-align: top;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a:hover {
  background: #fb9935;
  color: #fff;
}
.category-products.layout7 .category-single-product .product-wrapper .actions .add-to-cart .add_to_cart_inline a.added_to_cart {
  background: #fb9935;
  color: #fff;
}
[class*='home-tabs'] .wpb_content_element {
  display: none;
}
.products-tab .vc_tta-tabs-container {
  width: 17.2%;
}
.products-tab .vc_tta-panels-container {
  width: 82.8%;
}
.products-tab .vc_tta-panels-container .vc_tta-panels {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.products-tab .vc_tta-tabs-list li {
  background: #fff;
  margin: 0 !important;
  padding: 0 20px !important;
  width: 100%;
}
.products-tab .vc_tta-tabs-list li a {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  font-size: 0;
  margin: 0 !important;
  padding: 20px 0 !important;
  width: 100%;
}
.products-tab .vc_tta-tabs-list li a .vc_tta-title-text {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  height: 82px;
  width: 100%;
}
.products-tab .vc_tta-tabs-list li:last-child a {
  border-bottom: none !important;
}
.products-tab .vc_tta-tabs-list li:first-child a .vc_tta-title-text {
  background-image: url(../images/brand1.jpg);
}
.products-tab .vc_tta-tabs-list li:nth-child(2) a .vc_tta-title-text {
  background-image: url(../images/brand2.jpg);
}
.products-tab .vc_tta-tabs-list li:nth-child(3) a .vc_tta-title-text {
  background-image: url(../images/brand3.jpg);
}
.products-tab .vc_tta-tabs-list li:nth-child(4) a .vc_tta-title-text {
  background-image: url(../images/brand4.jpg);
}
.products-tab .vc_tta-tabs-list li:nth-child(5) a .vc_tta-title-text {
  background-image: url(../images/brand5.jpg);
}
.products-tab .vc_tta-panel-body {
  overflow: visible !important;
  padding: 0 !important;
}
.products-tab .vc_tta-panel-body img {
  margin: 0;
}
.products-tab .vc_tta-panel-body .wpb_single_image,
.products-tab .vc_tta-panel-body > .woocommerce {
  float: left;
}
.products-tab .vc_tta-panel-body .wpb_single_image {
  margin: 0;
  width: 51.5%;
}
.products-tab .vc_tta-panel-body > .woocommerce {
  width: 48.5%;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:not(:first-child) {
  clear: none;
  float: left;
  min-height: 360px;
  width: 50%;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-wrapper:hover {
  margin: 0;
  padding: 0;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .gridview:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .list-col4 {
  float: right;
  padding: 20px;
  width: 48%;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .list-col8 {
  float: left;
  padding: 40px 20px;
  text-align: left;
  width: 52%;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .quickviewbtn,
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .ratings,
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .actions {
  display: none;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-category {
  display: block;
  margin-bottom: 5px;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-category a {
  color: #999;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-category a:hover {
  color: #fb9935;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-name {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-name:hover {
  color: #fb9935;
}
.products-tab .vc_tta-panel-body .shop-products .item-col:first-child .product-price {
  color: #b90b0b;
  font-size: 22px;
}
[class*='products-carousel'].layout2 .item-col {
  border: none;
  min-height: 150px;
}
[class*='products-carousel'].layout2 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[class*='products-carousel'].layout2 .product-wrapper .list-col4 {
  float: left;
  padding: 5px;
  width: 40%;
}
[class*='products-carousel'].layout2 .product-wrapper .list-col8 {
  float: left;
  padding: 25px 15px;
  text-align: left;
  width: 60%;
}
[class*='products-carousel'].layout2 .product-wrapper .quickviewbtn,
[class*='products-carousel'].layout2 .product-wrapper .actions {
  display: none;
}
[class*='products-carousel'].layout5 .item-col {
  border: none;
  min-height: 150px;
}
[class*='products-carousel'].layout5 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[class*='products-carousel'].layout5 .product-wrapper .list-col4 {
  float: left;
  padding: 5px;
  width: 40%;
}
[class*='products-carousel'].layout5 .product-wrapper .list-col8 {
  float: left;
  padding: 25px 15px;
  text-align: left;
  width: 60%;
}
[class*='products-carousel'].layout5 .product-wrapper .quickviewbtn,
[class*='products-carousel'].layout5 .product-wrapper .actions {
  display: none;
}
.list-category .category-box {
  margin-bottom: 30px;
}
.list-category .category-box > .vc_column-inner > .wpb_wrapper {
  border: 1px solid #e5e5e5;
  padding: 25px 20px 0 20px;
  position: relative;
  z-index: 2;
}
.list-category .category-box .wpb_single_image {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.list-category .category-box .wpb_single_image * {
  height: 100%;
  width: 100%;
}
.list-category .category-box .wpb_text_column {
  margin-bottom: 15px;
}
.list-category .category-box h3 {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}
.list-category .category-box .vc_wp_custommenu ul li {
  list-style-type: none;
  margin-bottom: 6px;
}
.list-category .category-box .vc_wp_custommenu a {
  color: #666666;
  padding-left: 12px;
  position: relative;
}
.list-category .category-box .vc_wp_custommenu a:hover {
  color: #fb9935;
}
.list-category .category-box .vc_wp_custommenu a:hover:before {
  background: #fb9935;
}
.list-category .category-box .vc_wp_custommenu a:before {
  background: #999;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.policy.layout3 .vc_column-inner > .wpb_wrapper {
  background: #fff;
  overflow: auto;
  padding: 50px 25px 0 25px;
}
.policy.layout3 .wpb_text_column {
  margin-bottom: 50px;
}
.policy.layout3 .wpb_text_column > .wpb_wrapper {
  padding-left: 45px;
  position: relative;
}
.policy.layout3 .icon {
  left: 0;
  position: absolute;
  top: 5px;
}
.policy.layout3 .icon i {
  display: block;
  font-size: 0;
}
.policy.layout3 .icon i:before {
  color: #40576c;
  font-size: 36px;
}
.policy.layout3 .text h3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
.policy.layout6 .vc_column-inner > .wpb_wrapper {
  background: #fff;
  overflow: auto;
  padding: 50px 25px 0 25px;
}
.policy.layout6 .wpb_text_column {
  margin-bottom: 50px;
}
.policy.layout6 .wpb_text_column > .wpb_wrapper {
  padding-left: 45px;
  position: relative;
}
.policy.layout6 .icon {
  left: 0;
  position: absolute;
  top: 5px;
}
.policy.layout6 .icon i {
  display: block;
  font-size: 0;
}
.policy.layout6 .icon i:before {
  color: #40576c;
  font-size: 36px;
}
.policy.layout6 .text h3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
.policy.layout8 .vc_column-inner > .wpb_wrapper {
  background: #fff;
  overflow: auto;
  padding: 50px 25px 0 25px;
}
.policy.layout8 .wpb_text_column {
  margin-bottom: 50px;
}
.policy.layout8 .wpb_text_column > .wpb_wrapper {
  padding-left: 45px;
  position: relative;
}
.policy.layout8 .icon {
  left: 0;
  position: absolute;
  top: 5px;
}
.policy.layout8 .icon i {
  display: block;
  font-size: 0;
}
.policy.layout8 .icon i:before {
  color: #40576c;
  font-size: 36px;
}
.policy.layout8 .text h3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
.products-carousel-1.layout3 .slick-slider {
  margin: 0;
}
.products-carousel-1.layout3 .slick-slider .slick-slide {
  padding: 0;
}
.products-carousel-1.layout3 .item-col.product {
  border: none;
}
.products-carousel-1.layout3 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.products-carousel-1.layout3 .product-wrapper .quickviewbtn,
.products-carousel-1.layout3 .product-wrapper .actions {
  display: none;
}
.products-carousel-1.layout3 .product-wrapper .list-col4 {
  float: left;
  padding: 10px 0 0 10px;
  width: 35%;
}
.products-carousel-1.layout3 .product-wrapper .list-col8 {
  float: left;
  text-align: left;
  width: 65%;
}
.products-carousel-1.layout6 .slick-slider {
  margin: 0;
}
.products-carousel-1.layout6 .slick-slider .slick-slide {
  padding: 0;
}
.products-carousel-1.layout6 .item-col.product {
  border: none;
}
.products-carousel-1.layout6 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.products-carousel-1.layout6 .product-wrapper .quickviewbtn,
.products-carousel-1.layout6 .product-wrapper .actions {
  display: none;
}
.products-carousel-1.layout6 .product-wrapper .list-col4 {
  float: left;
  padding: 10px 0 0 10px;
  width: 35%;
}
.products-carousel-1.layout6 .product-wrapper .list-col8 {
  float: left;
  text-align: left;
  width: 65%;
}
.products-carousel-1.layout8 .slick-slider {
  margin: 0;
}
.products-carousel-1.layout8 .slick-slider .slick-slide {
  padding: 0;
}
.products-carousel-1.layout8 .item-col.product {
  border: none;
}
.products-carousel-1.layout8 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.products-carousel-1.layout8 .product-wrapper .quickviewbtn,
.products-carousel-1.layout8 .product-wrapper .actions {
  display: none;
}
.products-carousel-1.layout8 .product-wrapper .list-col4 {
  float: left;
  padding: 10px 0 0 10px;
  width: 35%;
}
.products-carousel-1.layout8 .product-wrapper .list-col8 {
  float: left;
  text-align: left;
  width: 65%;
}
.products-carousel-2.layout3 .slick-slider {
  background: #fff;
  margin: 0;
  padding: 10px;
}
.products-carousel-2.layout3 .slick-slider .slick-slide {
  padding: 0;
}
.products-carousel-2.layout3 .item-col.product {
  border: none;
  padding: 10px;
}
.products-carousel-2.layout3 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
}
.products-carousel-2.layout3 .product-wrapper .quickviewbtn {
  display: none;
}
.products-carousel-2.layout3 .product-wrapper .list-col4 {
  float: left;
  width: 45%;
}
.products-carousel-2.layout3 .product-wrapper .list-col8 {
  float: left;
  position: static;
  text-align: left;
  width: 55%;
}
.products-carousel-2.layout3 .product-wrapper .actions {
  bottom: 20px;
  height: auto;
  left: auto;
  margin: 0;
  position: absolute;
  right: 20px;
  top: auto;
}
.products-carousel-2.layout3 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.products-carousel-2.layout3 .product-wrapper .actions li {
  display: none;
  list-style-type: none;
  margin: 0;
  position: relative;
}
.products-carousel-2.layout3 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.products-carousel-2.layout3 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}
.products-carousel-2.layout3 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.products-carousel-2.layout3 .product-wrapper .actions li.add-to-cart {
  display: block;
}
.products-carousel-2.layout6 .slick-slider {
  background: #fff;
  margin: 0;
  padding: 10px;
}
.products-carousel-2.layout6 .slick-slider .slick-slide {
  padding: 0;
}
.products-carousel-2.layout6 .item-col.product {
  border: none;
  padding: 10px;
}
.products-carousel-2.layout6 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
}
.products-carousel-2.layout6 .product-wrapper .quickviewbtn {
  display: none;
}
.products-carousel-2.layout6 .product-wrapper .list-col4 {
  float: left;
  width: 45%;
}
.products-carousel-2.layout6 .product-wrapper .list-col8 {
  float: left;
  position: static;
  text-align: left;
  width: 55%;
}
.products-carousel-2.layout6 .product-wrapper .actions {
  bottom: 20px;
  height: auto;
  left: auto;
  margin: 0;
  position: absolute;
  right: 20px;
  top: auto;
}
.products-carousel-2.layout6 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.products-carousel-2.layout6 .product-wrapper .actions li {
  display: none;
  list-style-type: none;
  margin: 0;
  position: relative;
}
.products-carousel-2.layout6 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.products-carousel-2.layout6 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}
.products-carousel-2.layout6 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.products-carousel-2.layout6 .product-wrapper .actions li.add-to-cart {
  display: block;
}
.products-carousel-2.layout8 .slick-slider {
  background: #fff;
  margin: 0;
  padding: 10px;
}
.products-carousel-2.layout8 .slick-slider .slick-slide {
  padding: 0;
}
.products-carousel-2.layout8 .item-col.product {
  border: none;
  padding: 10px;
}
.products-carousel-2.layout8 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
}
.products-carousel-2.layout8 .product-wrapper .quickviewbtn {
  display: none;
}
.products-carousel-2.layout8 .product-wrapper .list-col4 {
  float: left;
  width: 45%;
}
.products-carousel-2.layout8 .product-wrapper .list-col8 {
  float: left;
  position: static;
  text-align: left;
  width: 55%;
}
.products-carousel-2.layout8 .product-wrapper .actions {
  bottom: 20px;
  height: auto;
  left: auto;
  margin: 0;
  position: absolute;
  right: 20px;
  top: auto;
}
.products-carousel-2.layout8 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.products-carousel-2.layout8 .product-wrapper .actions li {
  display: none;
  list-style-type: none;
  margin: 0;
  position: relative;
}
.products-carousel-2.layout8 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.products-carousel-2.layout8 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}
.products-carousel-2.layout8 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.products-carousel-2.layout8 .product-wrapper .actions li.add-to-cart {
  display: block;
}
.category-title.layout3 .wpb_text_column {
  margin: 0;
}
.category-title.layout3 .wpb_text_column h3 {
  color: #40576c;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.category-title.layout3 .vc_wp_custommenu {
  margin: 0;
}
.category-title.layout3 .vc_wp_custommenu:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-title.layout3 .vc_wp_custommenu ul {
  float: right;
}
.category-title.layout3 .vc_wp_custommenu ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-title.layout3 .vc_wp_custommenu ul li {
  float: left;
  list-style-type: none;
  margin: 0 10px;
}
.category-title.layout3 .vc_wp_custommenu ul li:first-child {
  margin-left: 0;
}
.category-title.layout3 .vc_wp_custommenu ul li:last-child {
  margin-right: 0;
}
.category-title.layout3 .vc_wp_custommenu a {
  color: #40576c;
  line-height: 32px;
}
.category-title.layout3 .vc_wp_custommenu a:hover {
  color: #fb9935;
}
.category-title.layout6 .wpb_text_column {
  margin: 0;
}
.category-title.layout6 .wpb_text_column h3 {
  color: #40576c;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.category-title.layout6 .vc_wp_custommenu {
  margin: 0;
}
.category-title.layout6 .vc_wp_custommenu:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-title.layout6 .vc_wp_custommenu ul {
  float: right;
}
.category-title.layout6 .vc_wp_custommenu ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-title.layout6 .vc_wp_custommenu ul li {
  float: left;
  list-style-type: none;
  margin: 0 10px;
}
.category-title.layout6 .vc_wp_custommenu ul li:first-child {
  margin-left: 0;
}
.category-title.layout6 .vc_wp_custommenu ul li:last-child {
  margin-right: 0;
}
.category-title.layout6 .vc_wp_custommenu a {
  color: #40576c;
  line-height: 32px;
}
.category-title.layout6 .vc_wp_custommenu a:hover {
  color: #fb9935;
}
.category-title.layout8 .wpb_text_column {
  margin: 0;
}
.category-title.layout8 .wpb_text_column h3 {
  color: #40576c;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.category-title.layout8 .vc_wp_custommenu {
  margin: 0;
}
.category-title.layout8 .vc_wp_custommenu:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-title.layout8 .vc_wp_custommenu ul {
  float: right;
}
.category-title.layout8 .vc_wp_custommenu ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.category-title.layout8 .vc_wp_custommenu ul li {
  float: left;
  list-style-type: none;
  margin: 0 10px;
}
.category-title.layout8 .vc_wp_custommenu ul li:first-child {
  margin-left: 0;
}
.category-title.layout8 .vc_wp_custommenu ul li:last-child {
  margin-right: 0;
}
.category-title.layout8 .vc_wp_custommenu a {
  color: #40576c;
  line-height: 32px;
}
.category-title.layout8 .vc_wp_custommenu a:hover {
  color: #fb9935;
}
.category-carousel.layout3 .item-col.product {
  border: none;
}
.category-carousel.layout3 .product-wrapper {
  min-height: 350px;
  padding: 0;
}
.category-carousel.layout3 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category-carousel.layout3 .product-wrapper:hover .ratings {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-carousel.layout3 .product-wrapper:hover .product-price {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-carousel.layout3 .product-wrapper:hover .actions {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-carousel.layout3 .product-wrapper .ratings,
.category-carousel.layout3 .product-wrapper .product-price {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-carousel.layout3 .product-wrapper .actions {
  display: block;
  height: auto;
  position: static;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-carousel.layout3 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-carousel.layout3 .product-wrapper .actions li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  position: relative;
}
.category-carousel.layout3 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.category-carousel.layout3 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  vertical-align: top;
}
.category-carousel.layout3 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.category-carousel.layout3 .product-wrapper .actions li:before {
  display: none;
}
.category-carousel.layout3 .product-wrapper .actions li:first-child a {
  padding: 0;
}
.category-carousel.layout3 .product-wrapper .actions li:last-child {
  margin: 0;
}
.category-carousel.layout3 .product-wrapper .actions li:last-child:before {
  display: none;
}
.category-carousel.layout3 .product-wrapper .actions li:last-child a {
  padding: 0;
}
.category-carousel.layout3 .product-wrapper .list-col8 {
  padding: 0 15px;
  text-align: center;
}
.category-carousel.layout6 .item-col.product {
  border: none;
}
.category-carousel.layout6 .product-wrapper {
  min-height: 350px;
  padding: 0;
}
.category-carousel.layout6 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category-carousel.layout6 .product-wrapper:hover .ratings {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-carousel.layout6 .product-wrapper:hover .product-price {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-carousel.layout6 .product-wrapper:hover .actions {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-carousel.layout6 .product-wrapper .ratings,
.category-carousel.layout6 .product-wrapper .product-price {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-carousel.layout6 .product-wrapper .actions {
  display: block;
  height: auto;
  position: static;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-carousel.layout6 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-carousel.layout6 .product-wrapper .actions li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  position: relative;
}
.category-carousel.layout6 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.category-carousel.layout6 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  vertical-align: top;
}
.category-carousel.layout6 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.category-carousel.layout6 .product-wrapper .actions li:before {
  display: none;
}
.category-carousel.layout6 .product-wrapper .actions li:first-child a {
  padding: 0;
}
.category-carousel.layout6 .product-wrapper .actions li:last-child {
  margin: 0;
}
.category-carousel.layout6 .product-wrapper .actions li:last-child:before {
  display: none;
}
.category-carousel.layout6 .product-wrapper .actions li:last-child a {
  padding: 0;
}
.category-carousel.layout6 .product-wrapper .list-col8 {
  padding: 0 15px;
  text-align: center;
}
.category-carousel.layout8 .item-col.product {
  border: none;
}
.category-carousel.layout8 .product-wrapper {
  min-height: 350px;
  padding: 0;
}
.category-carousel.layout8 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category-carousel.layout8 .product-wrapper:hover .ratings {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-carousel.layout8 .product-wrapper:hover .product-price {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-carousel.layout8 .product-wrapper:hover .actions {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-carousel.layout8 .product-wrapper .ratings,
.category-carousel.layout8 .product-wrapper .product-price {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-carousel.layout8 .product-wrapper .actions {
  display: block;
  height: auto;
  position: static;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-carousel.layout8 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-carousel.layout8 .product-wrapper .actions li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  position: relative;
}
.category-carousel.layout8 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.category-carousel.layout8 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  vertical-align: top;
}
.category-carousel.layout8 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.category-carousel.layout8 .product-wrapper .actions li:before {
  display: none;
}
.category-carousel.layout8 .product-wrapper .actions li:first-child a {
  padding: 0;
}
.category-carousel.layout8 .product-wrapper .actions li:last-child {
  margin: 0;
}
.category-carousel.layout8 .product-wrapper .actions li:last-child:before {
  display: none;
}
.category-carousel.layout8 .product-wrapper .actions li:last-child a {
  padding: 0;
}
.category-carousel.layout8 .product-wrapper .list-col8 {
  padding: 0 15px;
  text-align: center;
}
.slider.layout2 .categories-menu {
  margin: 0;
}
.slider.layout2 .categories-menu .catemenu-toggler {
  display: none;
  height: 0;
}
.slider.layout5 .categories-menu {
  margin: 0;
}
.slider.layout5 .categories-menu .catemenu-toggler {
  display: none;
  height: 0;
}
.category-no-carousel.layout2 .item-col:last-child {
  border-right: none;
}
.category-no-carousel.layout2 .product-wrapper {
  min-height: 430px;
  padding: 0;
}
.category-no-carousel.layout2 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category-no-carousel.layout2 .product-wrapper:hover .ratings {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-no-carousel.layout2 .product-wrapper:hover .product-price {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-no-carousel.layout2 .product-wrapper:hover .actions {
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-no-carousel.layout2 .product-wrapper .ratings,
.category-no-carousel.layout2 .product-wrapper .product-price {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-no-carousel.layout2 .product-wrapper .actions {
  display: block;
  height: 0;
  position: static;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-no-carousel.layout2 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-no-carousel.layout2 .product-wrapper .actions li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  position: relative;
}
.category-no-carousel.layout2 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.category-no-carousel.layout2 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}
.category-no-carousel.layout2 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.category-no-carousel.layout2 .product-wrapper .actions li:before {
  display: none;
}
.category-no-carousel.layout2 .product-wrapper .actions li:first-child a {
  padding: 0;
}
.category-no-carousel.layout2 .product-wrapper .actions li:last-child {
  margin: 0;
}
.category-no-carousel.layout2 .product-wrapper .actions li:last-child:before {
  display: none;
}
.category-no-carousel.layout2 .product-wrapper .actions li:last-child a {
  padding: 0;
}
.category-no-carousel.layout2 .product-wrapper .list-col8 {
  padding: 0 15px;
  text-align: center;
}
.category-products.layout2 .vc_row {
  margin-bottom: 0;
}
.category-products.layout2 .wpb_text_column {
  margin-bottom: 0;
}
.category-products.layout2 .wpb_single_image * {
  width: 100%;
}
.category-products.layout5 .vc_row {
  margin-bottom: 0;
}
.category-products.layout5 .wpb_text_column {
  margin-bottom: 0;
}
.category-products.layout5 .wpb_single_image * {
  width: 100%;
}
.category-no-carousel.layout5 .item-col:last-child {
  border-right: none;
}
.category-no-carousel.layout5 .product-wrapper {
  min-height: 430px;
  padding: 0;
}
.category-no-carousel.layout5 .product-wrapper:hover {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category-no-carousel.layout5 .product-wrapper:hover .ratings {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-no-carousel.layout5 .product-wrapper:hover .product-price {
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.category-no-carousel.layout5 .product-wrapper:hover .actions {
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.category-no-carousel.layout5 .product-wrapper .ratings,
.category-no-carousel.layout5 .product-wrapper .product-price {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-no-carousel.layout5 .product-wrapper .actions {
  display: block;
  height: 0;
  position: static;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.category-no-carousel.layout5 .product-wrapper .actions .add-to-links {
  border: none;
  margin: 0;
  padding: 0;
}
.category-no-carousel.layout5 .product-wrapper .actions li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  position: relative;
}
.category-no-carousel.layout5 .product-wrapper .actions li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666666;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.category-no-carousel.layout5 .product-wrapper .actions li a:before {
  display: inline-block;
  font-family: 'Ionicons';
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}
.category-no-carousel.layout5 .product-wrapper .actions li a:hover {
  background: #fb9935;
  border-color: #fb9935;
  color: #fff;
}
.category-no-carousel.layout5 .product-wrapper .actions li:before {
  display: none;
}
.category-no-carousel.layout5 .product-wrapper .actions li:first-child a {
  padding: 0;
}
.category-no-carousel.layout5 .product-wrapper .actions li:last-child {
  margin: 0;
}
.category-no-carousel.layout5 .product-wrapper .actions li:last-child:before {
  display: none;
}
.category-no-carousel.layout5 .product-wrapper .actions li:last-child a {
  padding: 0;
}
.category-no-carousel.layout5 .product-wrapper .list-col8 {
  padding: 0 15px;
  text-align: center;
}
.category-products.layout5 .vc_row {
  margin-bottom: 0;
}
.category-products.layout5 .wpb_text_column {
  margin-bottom: 0;
}
