@-moz-keyframes rotateY1 {
  0% {
    transform: rotate3d(0,1,0,16deg);
    -webkit-transform: rotate3d(0,1,0,16deg);
    -moz-transform: rotate3d(0,1,0,16deg);
  }
  100% {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
  }
}
@keyframes rotateY1 {
  0% {
    transform: rotate3d(0,1,0,16deg);
    -webkit-transform: rotate3d(0,1,0,16deg);
    -moz-transform: rotate3d(0,1,0,16deg);
  }
  100% {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
  }
}
@-webkit-keyframes rotateY1 {
  0% {
    transform: rotate3d(0,1,0,16deg);
    -webkit-transform: rotate3d(0,1,0,16deg);
    -moz-transform: rotate3d(0,1,0,16deg);
  }
  100% {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
  }
}
.rotateY1 {
  -webkit-animation: rotateY1 2s infinite;
  animation: rotateY1 2s infinite;
  -moz-animation: rotateY1 2s infinite;
}
@-moz-keyframes rotateX1 {
  0% {
    transform: rotate3d(1,0,0,16deg);
    -webkit-transform: rotate3d(1,0,0,16deg);
    -moz-transform: rotate3d(1,0,0,16deg);
  }
  100% {
    transform: rotate3d(1,0,0,180deg);
    -webkit-transform: rotate3d(1,0,0,180deg);
    -moz-transform: rotate3d(1,0,0,180deg);
  }
}
@keyframes rotateX1 {
  0% {
    transform: rotate3d(1,0,0,16deg);
    -webkit-transform: rotate3d(1,0,0,16deg);
    -moz-transform: rotate3d(1,0,0,16deg);
  }
  100% {
    transform: rotate3d(1,0,0,180deg);
    -webkit-transform: rotate3d(1,0,0,180deg);
    -moz-transform: rotate3d(1,0,0,180deg);
  }
}
@-webkit-keyframes rotateX1 {
  0% {
    transform: rotate3d(1,0,0,16deg);
    -webkit-transform: rotate3d(1,0,0,16deg);
    -moz-transform: rotate3d(1,0,0,16deg);
  }
  100% {
    transform: rotate3d(1,0,0,180deg);
    -webkit-transform: rotate3d(1,0,0,180deg);
    -moz-transform: rotate3d(1,0,0,180deg);
  }
}
.rotateX1 {
  -webkit-animation: rotateX1 2s infinite;
  animation: rotateX1 2s infinite;
  -moz-animation: rotateX1 2s infinite;
}
@keyframes hoverCircle {
  0% {
    transform: rotate3d(0,0,0,0);
    -webkit-transform: rotate3d(0,0,0,0);
    -moz-transform: rotate3d(0,0,0,0);
    left: -4px;
    top: -3px;
    right: -1px;
    bottom: -3px;
  }
  100% {
    transform: rotate3d(0,0.1,1,180deg);
    -webkit-transform: rotate3d(0,0.1,1,180deg);
    -moz-transform: rotate3d(0,0.1,1,180deg);
    left: -2px;
    top: -5px;
    right: -2px;
    bottom: -5px;
  }
}
@-webkit-keyframes hoverCircle {
  0% {
    transform: rotate3d(0,0,0,0);
    -webkit-transform: rotate3d(0,0,0,0);
    -moz-transform: rotate3d(0,0,0,0);
    left: -4px;
    top: -3px;
    right: -1px;
    bottom: -3px;
  }
  100% {
    transform: rotate3d(0,0.1,1,180deg);
    -webkit-transform: rotate3d(0,0.1,1,180deg);
    -moz-transform: rotate3d(0,0.1,1,180deg);
    left: -2px;
    top: -5px;
    right: -2px;
    bottom: -5px;
  }
}
.hoverCircle {
  -webkit-animation: hoverCircle 2s infinite;
  animation: hoverCircle 2s infinite;
  -moz-animation: hoverCircle 2s infinite;
}
@keyframes countdowntiming {
  0% {
    bottom: -50px;
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    bottom: 0px;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes AutoRun {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(-30px,30px);
    -moz-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(30px,-30px);
    -moz-transform: translate(30px,-30px);
    transform: translate(30px,-30px);
  }
}
@keyframes AutoRun {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(-30px,30px);
    -moz-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(30px,-30px);
    -moz-transform: translate(30px,-30px);
    transform: translate(30px,-30px);
  }
}
.AutoRun {
  -webkit-animation: AutoRun 1500ms ease-in-out infinite;
  -moz-animation: AutoRun 1500ms ease-in-out infinite;
  -ms-animation: AutoRun 1500ms ease-in-out infinite;
  -o-animation: AutoRun 1500ms ease-in-out infinite;
  animation: AutoRun 1500ms ease-in-out infinite;
}
.home.blog .main-container {
  padding-top: 50px;
}
.home .header-container {
  margin-bottom: 0;
}
.home .header-container.header-3 .categories-menu.show_home #mega_main_menu,
.home .header-container.header-3 .categories-menu.show_home #categories,
.home .header-container.header-5 .categories-menu.show_home #mega_main_menu,
.home .header-container.header-5 .categories-menu.show_home #categories {
  display: none;
}
.home .header-container.header-3 .categories-menu.show_home .morelesscate,
.home .header-container.header-5 .categories-menu.show_home .morelesscate {
  display: none;
}
.heightzero {
  height: 0;
  overflow: hidden;
}
.wrapper .full-width {
  margin-left: 0;
  margin-right: 0;
}
.wrapper .full-width .row-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.wrapper .full-width .row-container .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wrapper .full-width .row-container .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.main-container .home-slider.full-width .wpb_content_element {
  margin-bottom: 0;
}
.main-container .home-slider.full-width .row-container {
  padding-right: 0;
  padding-left: 0;
}
.main-container .home-slider.full-width .vc_column_container {
  padding-right: 0;
  padding-left: 0;
}
.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 .full-width.no-gap .row-container {
  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;
}
.main-container .wpb_single_image > .wpb_wrapper {
  max-width: 100%;
}
.header-container.header-2 .header-search,
.header-container.header-4 .header-search {
  margin-bottom: 33px;
  margin-top: 33px;
  border: 2px solid #FFF500;
}
.header-container.header-2 .header-search .widget_product_search #searchform #wsearchsubmit,
.header-container.header-4 .header-search .widget_product_search #searchform #wsearchsubmit {
  background: #FFF500;
  color: #fff;
  top: -2px;
  right: -2px;
  bottom: -2px;
}
.header-container.header-2 .header-search .widget_product_search #searchform #wsearchsubmit:hover,
.header-container.header-4 .header-search .widget_product_search #searchform #wsearchsubmit:hover {
  background: #363f4d;
}
.header-container.header-2 .wishlist-icon,
.header-container.header-4 .wishlist-icon {
  border-color: #FFF500;
}
.header-container.header-2 .wishlist-icon a,
.header-container.header-4 .wishlist-icon a {
  color: #FFF500;
}
.header-container.header-2 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before,
.header-container.header-4 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before {
  border-color: #FFF500;
  color: #FFF500;
}
.header-container.header-3 .header-search {
  margin-bottom: 33px;
  margin-top: 33px;
  border: 2px solid #FFF500;
}
.header-container.header-3 .header-search .widget_product_search #searchform #wsearchsubmit {
  background: #FFF500;
  color: #fff;
  top: -2px;
  right: -2px;
  bottom: -2px;
}
.header-container.header-3 .header-search .widget_product_search #searchform #wsearchsubmit:hover {
  background: #363f4d;
}
.header-container.header-3 .wishlist-icon {
  border-color: #FFF500;
}
.header-container.header-3 .wishlist-icon a {
  color: #FFF500;
}
.header-container.header-3 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before {
  border-color: #FFF500;
  color: #FFF500;
}
.header-container.header-3 .categories-menu .catemenu-toggler {
  height: 60px;
  line-height: 60px;
}
.header-container.header-3 .nav-container {
  padding: 0;
  background: none;
}
.header-container.header-5 .header-search .widget_product_search #searchform #wsearchsubmit {
  background: #FFF500;
  color: #fff;
}
.header-container.header-5 .wishlist-icon {
  border-color: #FFF500;
}
.header-container.header-5 .wishlist-icon a {
  color: #FFF500;
}
.header-container.header-5 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before {
  border-color: #FFF500;
  color: #FFF500;
}
.header-container.header-5 .categories-menu .catemenu-toggler {
  height: 60px;
  line-height: 60px;
}
.header-container.header-5 .nav-container {
  padding: 0;
  background: none;
}
.header-container.header-5 .header-bottom {
  background: url(../images/menu_bg7.png) repeat-x 0 0;
}
.owl-carousel {
  width: auto;
}
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 5px;
  top: -60px;
}
.owl-carousel .owl-controls .owl-buttons div {
  width: 28px;
  height: 14px;
  color: #b2b2b2;
  font-size: 0;
  line-height: 0;
  float: left;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'Ionicons';
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  border-right: 1px solid #ebebeb;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f124";
}
.owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f125";
}
.owl-carousel .owl-controls .owl-buttons div:hover {
  color: #000;
}
.brand-logo .title1 {
  background: #f4f4f4;
  border-bottom: 2px solid #FFF500;
  margin: 0 0 10px;
}
.brand-logo .title1 h3 {
  background: #FFF500;
  color: #fff;
  font-size: 1.285em;
  display: inline-block;
  line-height: 33px;
  text-transform: uppercase;
  padding: 10px 25px 10px 15px;
  margin-top: -7px;
  position: relative;
}
.brand-logo .title1 h3 i {
  font-size: 0;
  margin-right: 10px;
}
.brand-logo .title1 h3 i:before {
  font-size: 20px;
}
.brand-logo .title1 h3:after {
  content: "";
  height: 7px;
  width: 7px;
  border-color: transparent transparent #ccc400 #ccc400;
  border-style: solid;
  border-width: 4px;
  position: absolute;
  right: -8px;
  top: 0;
}
.brand-logo .brands-carousel {
  padding: 30px 0;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons {
  right: 15px;
}
.main-container .footer .vc_row {
  margin-bottom: 0;
}
.main-container .title1 {
  border-bottom: 2px solid #FFF500;
  margin: 0 0 30px;
}
.main-container .title1 h3 {
  background: #FFF500;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1em;
  display: inline-block;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  margin: 0;
}
.main-container .title2 {
  margin: 0 0 30px;
}
.main-container .title2 h3 {
  background: #FFF500;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1em;
  display: block;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
}
.main-container .home-slider.full-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.main-container .home-slider.full-width > .row-container > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.main-container .home-slider.layout2 > .vc_column-inner > .wpb_wrapper {
  margin-left: -30px;
}
.main-container .our-service {
  position: relative;
  padding: 28px 0;
  border-radius: 4px;
  box-shadow: 0 1px 0 #ebebeb;
}
.main-container .our-service .box {
  text-align: center;
}
.main-container .our-service .box:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.main-container .our-service .box .box-inner {
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 55px;
}
.main-container .our-service .box .box-inner p {
  font-size: 0.92em;
  margin: 0;
}
.main-container .our-service .box .box-inner i {
  color: #FFF500;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  font-size: 0;
}
.main-container .our-service .box .box-inner i:before {
  font-size: 48px;
}
.main-container .our-service .box .box-inner i img {
  margin: 0;
}
.main-container .our-service .box .box-inner .content h5 {
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}
.main-container .our-service.layout2 .our-service-inner {
  margin-left: -30px;
}
.main-container .our-service.layout2 .box {
  padding: 8px 0;
}
.main-container .our-service.layout2 .box .box-inner {
  padding-left: 85px;
}
.main-container .our-service.layout2 .box .box-inner .content h5 {
  font-size: 1em;
}
.main-container .our-service.layout2 .box .box-inner .content p {
  font-size: 0.92em;
}
.main-container .our-service.layout2 .box .box-inner i {
  width: 70px;
}
.main-container .shop-products.owl-carousel {
  margin: 0 -15px;
}
.main-container .shop-products.owl-carousel .item-col {
  padding: 0 15px;
}
.main-container .shop-products.owl-carousel .item-col .product-wrapper {
  padding: 0;
}
.main-container .shop-products.owl-carousel .group .item-col {
  width: 100%;
}
.main-container .shop-products.owl-carousel .group .item-col .product-wrapper {
  padding: 20px 0;
}
.main-container .shop-products.owl-carousel .group .item-col:not(:last-child) .product-wrapper {
  border-bottom: 1px solid #ebebeb;
}
.main-container .shop-products.owl-carousel .owl-item:not(.active) {
  filter: alpha(opacity=0);
  opacity: 0;
}
.main-container .shop-products.owl-carousel .owl-item:hover {
  z-index: 5;
  position: relative;
}
.main-container .shop-products.owl-carousel .owl-item.active:after {
  content: "";
  border-right: 1px solid #ebebeb;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  z-index: 1;
}
.main-container .shop-products.owl-carousel .owl-item.active .item-col .product-wrapper:after {
  display: none;
}
.main-container .shop-products.owl-carousel .owl-item.active.last-active:after {
  display: none;
}
.main-container .home-static .box-inner {
  border-radius: 4px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.main-container .home-static .box-inner:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .home-static .box-inner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main-container .home-static .box-inner:before {
  background: rgba(0,0,0,0.1);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}
.main-container .home-static .box-inner img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .home-static1 .box {
  margin-left: -10px;
}
.main-container .category-products .title-container {
  margin-bottom: 0;
}
.main-container .category-products .link-cate {
  position: absolute;
  right: 100px;
  top: 9px;
  margin: 0;
}
.main-container .category-products .link-cate ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-container .category-products .link-cate ul li {
  display: inline-block;
  margin: 0;
}
.main-container .category-products .link-cate ul li:not(:last-child) {
  margin-right: 5px;
}
.main-container .category-products .link-cate ul li:first-child a {
  color: #FFF500;
}
.main-container .category-products .link-cate ul li a {
  color: #363f4d;
  text-transform: capitalize;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 1em;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .category-products .link-cate ul li a:hover {
  color: #FFF500;
}
.main-container .category-products .content {
  background: #fff;
  margin: 0;
}
.main-container .category-products .content .static-left {
  margin: 0 -15px 0 -3px;
  position: relative;
  overflow: hidden;
}
.main-container .category-products .content .static-left:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .category-products .content .static-left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main-container .category-products .content .static-left:before {
  background: rgba(0,0,0,0.1);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}
.main-container .category-products .content .static-left img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .category-products .content .static-bottom {
  margin: 6px -7px 0 -15px;
  position: relative;
  overflow: hidden;
}
.main-container .category-products .content .static-bottom:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .category-products .content .static-bottom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main-container .category-products .content .static-bottom:before {
  background: rgba(0,0,0,0.1);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}
.main-container .category-products .content .static-bottom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .home-tabs-container.full-width {
  padding: 0 15px;
}
.main-container .home-tabs-container.full-width .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  right: -15px;
}
.main-container .home-tabs-container.full-width .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -15px;
}
.main-container .home-tabs {
  position: relative;
}
.main-container .home-tabs .wpb_content_element {
  display: none;
}
.main-container .home-tabs .title-container {
  max-width: 1170px;
  margin: 0 auto 30px;
  text-align: center;
}
.main-container .home-tabs .title-container .home-tabs-title {
  list-style: none;
  padding: 0;
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  text-align: center;
  position: relative;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 30px;
}
.main-container .home-tabs .title-container .home-tabs-title li {
  display: inline-block;
  position: relative;
  margin: 0;
}
.main-container .home-tabs .title-container .home-tabs-title li:first-child a {
  border-radius: 30px 0 0 30px;
}
.main-container .home-tabs .title-container .home-tabs-title li:last-child a {
  border-radius: 0 30px 30px 0;
}
.main-container .home-tabs .title-container .home-tabs-title li a {
  font-size: 1.143em;
  font-weight: 700;
  color: #363f4d;
  display: block;
  line-height: 52px;
  padding: 0 25px;
  min-width: 160px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.main-container .home-tabs .title-container .home-tabs-title li a:hover,
.main-container .home-tabs .title-container .home-tabs-title li a.active {
  background: #FFF500;
  color: #fff;
}
.main-container .home-tabs .shop-products .group .item-col {
  width: 100%;
}
.main-container .home-tabs .shop-products .item-col {
  -webkit-transition: none;
  transition: none;
}
.main-container .home-tabs .shop-products .item-col.first {
  clear: none;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title:before {
  display: none;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li {
  position: relative;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child) {
  margin: 0 20px 0 0;
  padding-right: 15px;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child):before {
  content: "";
  width: 4px;
  height: 4px;
  background: #bab9b9;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translate(0,-5px);
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child):after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #bab9b9;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translate(0,-8px);
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a {
  padding: 5px 10px;
  min-width: auto;
  border-bottom: 3px solid transparent;
  font-size: 1.285em;
  color: #bab9b9;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a:hover,
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a.active {
  border-color: #FFF500;
  color: #FFF500;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a:before,
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a:after {
  display: none;
}
.main-container .slider-vertical .title2 {
  margin: 0;
}
.main-container .slider-vertical .shop-products {
  border: 1px solid #e7e4dd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  margin: 0;
}
.main-container .slider-vertical .shop-products .item-col.first {
  clear: none;
}
.main-container .products-style2 .shop-products .product-wrapper {
  background: none;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-container .products-style2 .shop-products .product-wrapper:hover .gridview {
  margin: 0;
}
.main-container .products-style2 .shop-products .product-wrapper:hover .ratings,
.main-container .products-style2 .shop-products .product-wrapper:hover .price-box {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .products-style2 .shop-products .product-wrapper .javenisttip {
  display: none !important;
}
.main-container .products-style2 .shop-products .product-wrapper .onsale,
.main-container .products-style2 .shop-products .product-wrapper .actions,
.main-container .products-style2 .shop-products .product-wrapper .quickview-inner {
  display: none;
}
.main-container .products-style2 .shop-products .product-wrapper .ratings,
.main-container .products-style2 .shop-products .product-wrapper .price-box {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .products-style2 .shop-products .product-wrapper .product-image {
  padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .gridview {
  text-align: left;
  padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .product-name {
  font-size: 1em;
  text-align: left;
}
.main-container .products-style2 .shop-products .product-wrapper .product-name:after {
  margin: 10px 0;
}
.main-container .products-style2 .shop-products .product-wrapper .ratings {
  text-align: left;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col4 {
  width: 35%;
  float: left;
  padding-right: 4%;
  position: static;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col8 {
  width: 65%;
  float: left;
}
.main-container .products-style2 .shop-products .product-wrapper .box-hover {
  display: none;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links {
  padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links li {
  display: block;
  margin: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .quickviewbtn .quickview {
  height: 26px;
  line-height: 26px;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .yith-wcwl-add-to-wishlist a {
  height: 26px;
  line-height: 26px;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .compare-button a.compare {
  height: 26px;
  line-height: 26px;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .add_to_cart_inline a.button {
  background: none;
  border: 0;
  color: #363f4d;
  display: block;
  font-size: 0;
  font-weight: 400;
  height: 26px;
  letter-spacing: 0;
  line-height: 26px;
  width: 35px;
  text-align: center;
  padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .add_to_cart_inline a.button:before {
  font-size: 21px;
  float: none;
  margin: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .add_to_cart_inline a.button:hover {
  color: #FFF500;
}
.main-container .products-style2 .shop-products.grid-view .item-col .product-wrapper:before {
  display: none;
}
.main-container .products-style2.layout2 .shop-products {
  border: 0;
  margin: 0 -15px;
  padding: 0;
}
.main-container .products-style2.layout2 .shop-products .product-wrapper .list-col4 {
  width: 50%;
}
.main-container .products-style2.layout2 .shop-products .product-wrapper .list-col8 {
  width: 50%;
}
.main-container .testimonials-container {
  position: relative;
  padding: 4.3em 0;
}
.main-container .testimonials-container .widget_woothemes_testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main-container .testimonials-container .testimonials {
  position: relative;
  z-index: 3;
}
.main-container .testimonials-container .testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main-container .testimonials-container .testimonials .testimonials-list {
  max-width: 1170px;
  margin: auto;
  position: static;
}
.main-container .testimonials-container .testimonials .owl-item {
  position: relative;
}
.main-container .testimonials-container .testimonials .testimonials-text {
  border: 0;
  padding: 0;
  font-size: 1.142em;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}
.main-container .testimonials-container .testimonials .testimonials-text p {
  position: relative;
}
.main-container .testimonials-container .testimonials .quote {
  color: #fff;
  text-align: left;
  padding-left: 170px;
  position: relative;
  min-height: 130px;
}
.main-container .testimonials-container .testimonials .quote:before {
  content: "";
  background: url(../images/testimonial_icon.png) no-repeat;
  height: 130px;
  width: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.main-container .testimonials-container .testimonials .quote .avatar-link {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.main-container .testimonials-container .testimonials .author {
  font-weight: 700;
  text-transform: capitalize;
}
.main-container .testimonials-container .testimonials .author [itemprop='name'] {
  font-size: 1.42em;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.main-container .testimonials-container .testimonials .author .title:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
.main-container .testimonials-container .testimonials .author [class*='url'] {
  display: none;
}
.main-container .testimonials-container .testimonials .author a {
  color: #FFF500;
}
.main-container .testimonials-container .testimonials .author a:hover {
  text-decoration: underline;
}
.main-container .latest-posts-container .posts-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.main-container .latest-posts-container .posts-carousel .item-col {
  padding-left: 15px;
  padding-right: 15px;
}
.main-container .latest-posts-container .item-col:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.main-container .latest-posts-container .item-col:not(:last-child):after {
  content: "";
  width: 90%;
  float: right;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-container .latest-posts-container .post-wrapper:after {
  content: "";
  display: table;
  clear: left;
}
.main-container .latest-posts-container .post-wrapper .post-thumb {
  width: 45%;
  float: left;
}
.main-container .latest-posts-container .post-wrapper .post-thumb a img {
  border-radius: 4px;
}
.main-container .latest-posts-container .post-wrapper .post-info {
  position: relative;
  width: 55%;
  float: left;
  padding-left: 30px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title {
  font-size: 1.142em;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a {
  color: #363f4d;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a:hover {
  color: #FFF500;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-author {
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-excerpt {
  margin-bottom: 20px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta {
  font-size: 0.857em;
  position: relative;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span {
  color: #888;
  display: inline-block;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-author a {
  color: #888;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-author a:before {
  content: "\f2c0";
  font-family: 'FontAwesome';
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-author a:hover {
  color: #FFF500;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-slash {
  margin: 0 10px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-comment:before {
  content: "\f127";
  font-family: 'Ionicons';
  font-size: 1.5em;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-date {
  float: right;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore {
  border: 1px solid #FFF500;
  line-height: 28px;
  display: none;
  padding: 0 20px;
  border-radius: 20px;
  color: #FFF500;
  text-transform: capitalize;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore:hover {
  background: #FFF500;
  color: #fff;
}
.main-container .latest-posts-container.layout2 .title2 {
  margin: 0;
}
.main-container .latest-posts-container.layout2 .owl-carousel .owl-controls .owl-buttons {
  top: -30px;
}
.main-container .latest-posts-container.layout2 .owl-carousel .owl-controls .owl-buttons div {
  color: rgba(255,255,255,0.5);
}
.main-container .latest-posts-container.layout2 .owl-carousel .owl-controls .owl-buttons div:hover {
  color: #fff;
}
.main-container .latest-posts-container.layout2 .posts-carousel {
  border: 1px solid #ebebeb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.main-container .latest-posts-container.layout2 .posts-carousel .item-col {
  padding: 10px;
}
.main-container .latest-posts-container.layout2 .post-wrapper .post-thumb {
  width: 100%;
}
.main-container .latest-posts-container.layout2 .post-wrapper .post-info {
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
.main-container .featured-categories .image-cate {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.main-container .featured-categories .image-cate:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .featured-categories .image-cate:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main-container .featured-categories .image-cate:before {
  background: rgba(0,0,0,0.1);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}
.main-container .featured-categories .image-cate img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .featured-categories .category-wrapper {
  max-width: 270px;
}
.main-container .featured-categories .category-wrapper .category-list {
  text-align: left;
}
.main-container .featured-categories .category-wrapper .category-list h3 {
  font-size: 1.142em;
  text-transform: capitalize;
  line-height: 46px;
  font-weight: 500;
}
.main-container .featured-categories .category-wrapper .category-list h3 a {
  color: #363f4d;
}
.main-container .featured-categories .category-wrapper .category-list h3 a:hover {
  color: #FFF500;
}
.main-container .featured-categories .category-wrapper .category-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-container .featured-categories .category-wrapper .category-list ul li {
  margin: 0;
  line-height: 26px;
}
.main-container .featured-categories .category-wrapper .category-list ul li a {
  color: #7a7a7a;
}
.main-container .featured-categories .category-wrapper .category-list ul li a:hover {
  color: #FFF500;
}
.main-container .featured-categories .category-wrapper .category-list ul li.view-all {
  display: none;
}
.main-container .brands-carousel .owl-wrapper-outer {
  padding: 0;
}
.main-container .brands-carousel a {
  margin: 20px 0;
}
.main-container .brands-carousel a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.main-container .brands-carousel a img {
  margin: auto;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .shop-now {
  background: #FFF500;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  margin-top: 30px;
  line-height: 1;
  font-size: 1.285em;
  text-transform: uppercase;
  border-radius: 22px;
}
.main-container .shop-now:hover {
  color: #fff;
}
.main-container .shop-now i {
  font-size: 0;
  margin-left: 10px;
}
.main-container .shop-now i:before {
  font-size: 22px;
}
.main-container .banner-left .box-inner {
  margin: 0;
}
.main-container .home-menu-container .categories-menu {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
}
.main-container .home-menu-container .categories-menu .catemenu-toggler {
  height: 44px;
  line-height: 44px;
  position: relative;
  padding: 0 20px;
  color: #363f4d;
}
.main-container .home-menu-container .categories-menu .catemenu-toggler:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 1;
}
.main-container .home-menu-container .categories-menu #mega_main_menu,
.main-container .home-menu-container .categories-menu #categories {
  display: block !important;
  margin: 0;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.main-container .home-menu-container .categories-menu #mega_main_menu > .menu_holder:before,
.main-container .home-menu-container .categories-menu #categories > .menu_holder:before {
  display: none;
}
.main-container .home-menu-container .categories-menu #mega_main_menu > .menu_holder .menu_inner,
.main-container .home-menu-container .categories-menu #categories > .menu_holder .menu_inner {
  box-shadow: none;
  padding: 0 20px;
}
.main-container .home-menu-container .categories-menu .morelesscate {
  display: block !important;
  bottom: 0;
}
.main-container .popular-categories .categories-inner {
  padding: 5.7em 0;
  margin: 0;
}
.main-container .popular-categories .categories-inner > .vc_column_container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  float: none;
}
.main-container .popular-categories .title2 h3 {
  color: #fff;
}
.main-container .popular-categories .item {
  padding: 0 15px;
}
.main-container .popular-categories .item-inner {
  background: #fff;
  border-radius: 9px;
  padding: 30px 10px;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.main-container .popular-categories .item-inner:hover {
  background: #FFF500;
}
.main-container .popular-categories .item-inner:hover .description h3 {
  color: #fff;
}
.main-container .popular-categories .item-inner .image {
  margin-bottom: 20px;
  display: block;
}
.main-container .popular-categories .item-inner .description h3 {
  font-size: 1.07em;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.main-container .group-modul .title2 {
  margin: 0;
}
.main-container .group-modul .shop-products {
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 10px;
  box-shadow: 0 1px 0 #ebebeb;
}
.main-container .slick-vertical .slick-slide {
  padding: 15px 0;
}
.main-container .slick-vertical .slick-slide.slick-active {
  box-shadow: 0 1px 0 #ebebeb;
}
.main-container .slick-vertical .slick-slide .product-wrapper {
  padding: 0;
}
.main-container .deal-off-day .title2 {
  margin: 0;
}
.main-container .deal-off-day .shop-products {
  border: 1px solid #ebebeb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  margin: 0;
}
.main-container .deal-off-day .shop-products .product-wrapper .count-down {
  display: block;
}
.main-container .deal-off-day .shop-products.owl-carousel {
  padding: 10px 0;
}
.main-container .deal-off-day .owl-carousel .owl-controls .owl-buttons {
  top: -30px;
}
.main-container .deal-off-day .owl-carousel .owl-controls .owl-buttons div {
  color: rgba(255,255,255,0.5);
}
.main-container .deal-off-day .owl-carousel .owl-controls .owl-buttons div:hover {
  color: #fff;
}
.main-container .deal-off-day.layout2 .shop-products.grid-view .product-wrapper .product-desc {
  display: block;
  max-height: 75px;
  overflow: hidden;
}
.main-container .deal-off-day.layout2 .shop-products.grid-view .product-wrapper .gridview {
  padding-bottom: 90px;
}
.main-container .deal-off-day.layout2 .shop-products.grid-view .product-wrapper .count-down {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.main-container .deal-off-day.layout2 .shop-products.grid-view .product-wrapper .price-box {
  margin-bottom: 10px;
}
.main-container .deal-off-day.layout2 .owl-carousel .owl-controls .owl-buttons {
  top: -60px;
}
.main-container .deal-off-day.layout2 .owl-carousel .owl-controls .owl-buttons div {
  color: #b2b2b2;
}
.main-container .deal-off-day.layout2 .owl-carousel .owl-controls .owl-buttons div:hover {
  color: #000;
}
.main-container .category-tabs .cate-static > .vc_column-inner > .wpb_wrapper {
  margin-right: -40px;
}
.main-container .category-tabs .link-cate ul {
  border: 1px solid #ebebeb;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-container .category-tabs .link-cate ul li {
  margin: 0;
  line-height: 46px;
  padding: 0 15px;
}
.main-container .category-tabs .link-cate ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.main-container .category-tabs .link-cate ul li a {
  color: #363f4d;
  font-size: 0.92em;
  font-weight: 700;
}
.main-container .category-tabs .link-cate ul li a:hover {
  color: #FFF500;
}
.main-container .category-tabs .link-cate ul li a:before {
  content: "\f138";
  font-family: FontAwesome;
  font-size: 1.07em;
  display: inline-block;
  margin-right: 10px;
  color: #bbb;
}
.main-container .category-tabs .content-products > .vc_column-inner > .wpb_wrapper {
  padding-left: 40px;
}
.main-container .home4-categories-menu #mega_main_menu > .menu_holder .menu_inner > ul > li > a.item_link,
.main-container .home4-categories-menu #categories > .menu_holder .menu_inner > ul > li > a.item_link {
  height: 46px;
  line-height: 45px;
}
.main-container .home-box1 .deal-off-day .shop-products.owl-carousel {
  padding: 14px 0;
}
.footer.footer-3 {
  background-image: url(../images/footer_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.wrapper .wpb_revslider_element {
  margin-bottom: 0;
}
.wrapper .wpb_revslider_element .tp-caption a {
  color: inherit;
  display: block;
  position: relative;
  -webkit-transition: all inherit ease-out;
  -moz-transition: all inherit ease-out;
  -ms-transition: all inherit ease-out;
  -o-transition: all inherit ease-out;
}
.wrapper .wpb_revslider_element .tp-caption a:hover {
  color: inherit;
}
