@-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;
}
.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 {
  position: absolute;
  border: 0;
}
.header-container.header-2 .header .horizontal-menu {
  margin-top: 30px;
}
.header-container.header-2 .header-search {
  display: inline-block;
  background: none;
  margin: 40px 0;
}
.header-container.header-2 .header-search:before {
  display: none;
}
.header-container.header-2 .header-search:hover .widget_product_search #searchform #ws {
  padding: 0 50px 0 10px;
  width: 200px;
}
.header-container.header-2 .header-search:hover .widget_product_search #searchform #wsearchsubmit {
  color: #363f4d;
}
.header-container.header-2 .header-search:hover .widget_product_search #searchform #wsearchsubmit:hover {
  color: #9ACF6A;
}
.header-container.header-2 .header-search .widget_product_search #searchform .form-input {
  padding: 0;
}
.header-container.header-2 .header-search .widget_product_search #searchform #ws {
  position: absolute;
  width: 0;
  background: #fff;
  padding: 0;
  right: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  z-index: 2;
}
.header-container.header-2 .header-search .widget_product_search #searchform #wsearchsubmit {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  z-index: 5;
}
.header-container.header-2 .widget_shopping_cart {
  margin: 40px 0;
}
.header-container.header-2 .widget_shopping_cart .widget_shopping_cart_content {
  padding: 0;
}
.header-container.header-2 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a {
  padding: 0;
}
.header-container.header-2 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a i {
  border: 0;
  width: 40px;
  height: 40px;
  position: static;
  top: 0;
  line-height: 40px;
  margin: 0;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
}
.header-container.header-2 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a .cart-total,
.header-container.header-2 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a .cart-quantity {
  display: none;
}
.header-container.header-2 .top-menu {
  margin: 40px 0;
  padding: 0;
}
.header-container.header-2 .top-menu:after {
  display: none;
}
.header-container.header-2 .top-menu .widgettitle {
  color: #fff;
  font-size: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  height: 40px;
}
.header-container.header-2 .top-menu .widgettitle:before {
  content: "\f13f";
  display: block;
  font-family: 'Ionicons';
  font-size: 24px;
}
.header-container.header-3 .our-service .box > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.header-container.header-3 .header-search {
  display: inline-block;
  width: auto;
}
.header-container.header-3 .widget_shopping_cart {
  margin: 0;
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
  margin-left: 15px;
  height: 59px;
}
.header-container.header-3 .widget_shopping_cart .widget_shopping_cart_content {
  padding: 0;
}
.header-container.header-3 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a {
  line-height: 59px;
  padding-left: 50px;
}
.header-container.header-3 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a i {
  border: 0;
  line-height: 50px;
}
.header-container.header-3 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a .cart-quantity {
  display: none;
}
.owl-carousel {
  width: auto;
}
.owl-carousel:hover .owl-controls .owl-buttons div {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ebebeb;
  color: #ebebeb;
  font-size: 0;
  line-height: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -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: 999;
}
.owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'Ionicons';
  font-size: 12px;
  line-height: 44px;
  display: block;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -24px;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f124";
}
.owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: -24px;
}
.owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f125";
}
.owl-carousel .owl-controls .owl-buttons div:hover {
  color: #9ACF6A;
}
.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: 1px solid #ebebeb;
  margin: 0;
}
.main-container .title1 h3 {
  font-size: 1em;
  display: inline-block;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.main-container .title2 h3 {
  background: #9ACF6A;
  color: #fff;
  padding: 13px 10px;
  font-size: 1em;
  display: inline-block;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  min-width: 210px;
  margin: -1px 0 0 -1px;
}
.main-container .title2 h3:after {
  content: "";
  position: absolute;
  border-width: 25px 0 25px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #9ACF6A;
  right: -6px;
  top: 0;
}
.main-container .title3 {
  text-align: center;
}
.main-container .title3 h3 {
  text-transform: uppercase;
  font-size: 1.714em;
}
.main-container .title4 h3 {
  text-transform: uppercase;
  font-size: 1em;
}
.main-container .title4 h3:after {
  border-bottom: 2px solid #9ACF6A;
  content: "";
  width: 45px;
  display: block;
  margin-top: 5px;
}
.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 .border-box .shop-products {
  border: 1px solid #ebebeb;
  margin: 0;
}
.main-container .shop-products.owl-carousel .item-col {
  margin: 30px 0;
}
.main-container .shop-products.owl-carousel .item-col .product-wrapper {
  padding: 0;
}
.main-container .shop-products.owl-carousel .owl-item:not(.latst-active) .item-col {
  box-shadow: 1px 0 0 0 #ebebeb;
}
.main-container .shop-products.owl-carousel .group:after {
  content: "";
  display: table;
  clear: left;
}
.main-container .shop-products.owl-carousel .group .item-col {
  border: 0;
  width: 100%;
}
.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 .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-static2 .box-inner {
  border-radius: 4px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.main-container .home-static2 .box-inner:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .home-static2 .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-static2 .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-static2 .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-static2 .box-inner p {
  margin: 0;
}
.main-container .home-static2 .box-inner img {
  margin: 0;
}
.main-container .home-static2 .box-inner .text {
  position: absolute;
  left: 30px;
  top: 40px;
  color: #fff;
}
.main-container .home-static2 .box-inner .text p {
  color: #fff;
}
.main-container .home-static2 .box-inner .text h5 {
  color: #fff;
  font-size: 1.714em;
  font-weight: 400;
  margin-bottom: 1.2em;
  line-height: 1;
}
.main-container .home-static2 .box-inner .text h5:after {
  content: "";
  border-bottom: 2px solid #fff;
  display: block;
  width: 40px;
  margin-top: 1em;
}
.main-container .home-static2 .box.box2 .box-inner .text {
  right: 30px;
  text-align: center;
}
.main-container .home-static2 .box.box2 .box-inner .text h5:after {
  margin: 1em auto 0;
}
.main-container .popular-categories {
  padding: 4em 0;
  background-position: center;
  background-attachment: fixed;
}
.main-container .popular-categories .title1 {
  border: 0;
}
.main-container .popular-categories .categories-carousel {
  border: 1px solid #ebebeb;
  padding: 0;
  background: #f9f9fb;
}
.main-container .popular-categories .categories-carousel .owl-item:not(.latst-active) .item {
  box-shadow: 1px 0 0 0 #ebebeb;
}
.main-container .popular-categories .categories-carousel .item {
  height: 250px;
  display: flex;
}
.main-container .popular-categories .categories-carousel .item:hover {
  background: #fff;
}
.main-container .popular-categories .categories-carousel .item:hover .item-inner .category-list h3 a {
  color: #9ACF6A;
}
.main-container .popular-categories .categories-carousel .item .item-inner {
  margin: auto;
  text-align: center;
}
.main-container .popular-categories .categories-carousel .item .item-inner:after {
  content: "";
  clear: left;
  display: table;
}
.main-container .popular-categories .categories-carousel .item .item-inner .image {
  display: block;
  margin-bottom: 15px;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list h3 {
  font-size: 0.92em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list h3 a {
  color: #363f4d;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul {
  display: none;
  list-style: none;
  padding: 0;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li {
  line-height: 26px;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li a {
  color: #7a7a7a;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li a:hover {
  color: #9ACF6A;
}
.main-container .category-products .title1 {
  margin-top: 25px;
}
.main-container .category-products .title-links {
  background-color: #f9f9fb;
  background-position: 0 100%;
  background-repeat: no-repeat;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
  min-height: 520px;
  margin: 0 -40px 0 0;
  z-index: 111;
  position: relative;
}
.main-container .category-products .tab-links ul {
  padding: 10px 30px;
  list-style: none;
}
.main-container .category-products .tab-links ul li {
  margin: 0;
  line-height: 35px;
}
.main-container .category-products .tab-links ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.main-container .category-products .tab-links ul li a {
  color: #7a7a7a;
  display: block;
}
.main-container .category-products .tab-links ul li a:hover {
  color: #9ACF6A;
}
.main-container .category-products .content {
  padding-left: 10px;
}
.main-container .category-products .content .shop-products {
  border-left: 0;
}
.main-container .category-products .content .static-category {
  margin: 0;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.main-container .category-products.layout2 .title-links {
  border-bottom: 0;
  min-height: auto;
  margin: 0;
}
.main-container .category-products.layout2 .title-links:after {
  content: "";
  display: table;
  clear: both;
}
.main-container .category-products.layout2 .title-links .title2 {
  float: left;
}
.main-container .category-products.layout2 .title-links .tab-links {
  float: right;
  padding: 7px 10px 7px 0;
}
.main-container .category-products.layout2 .title-links .tab-links ul {
  padding: 0;
}
.main-container .category-products.layout2 .title-links .tab-links ul li {
  display: inline-block;
  margin: 0 5px;
}
.main-container .category-products.layout2 .title-links .tab-links ul li:not(:last-child) {
  border: 0;
}
.main-container .category-products.layout2 .title-links .tab-links ul li a {
  color: #363f4d;
}
.main-container .category-products.layout2 .title-links .tab-links ul li a:hover {
  color: #9ACF6A;
}
.main-container .category-products.layout2 .static-category {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 0 1px 1px;
  margin: 0 -40px 0 0;
}
.main-container .category-products.layout2 .content {
  padding-left: 10px;
}
.main-container .category-products.layout2 .content .shop-products {
  border: 1px solid #ebebeb;
}
.main-container .category-products.layout3 .title-links {
  min-height: 656px;
}
.main-container .category-products.layout3 .content {
  margin-bottom: 0;
}
.main-container .category-products.layout3 .content .static-category {
  border-width: 1px 1px 1px 0;
  margin: 0 -20px 0 0;
}
.main-container .category-products.layout3 .content .shop-products {
  margin-left: -10px;
}
.main-container .category-products.layout3 .content .shop-products:after {
  content: "";
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  visibility: visible;
}
.main-container .category-products.layout4 .title4 {
  padding: 30px 30px 0;
}
.main-container .category-products.layout4 .title-links {
  background: #fff;
  margin: 0;
  border-bottom: 0;
  min-height: 278px;
}
.main-container .category-products.layout4 .tab-links ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-container .category-products.layout4 .tab-links ul li {
  float: left;
  width: 46%;
}
.main-container .category-products.layout4 .tab-links ul li:nth-of-type(2n) {
  float: right;
}
.main-container .category-products.layout4 .static-category {
  margin: 0 0 0 -30px;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.main-container .hot-deals .shop-products .item-col .product-wrapper .count-down {
  display: block;
}
.main-container .hot-deals .shop-products .item-col .product-wrapper .product-name {
  font-size: 1.38em;
  font-weight: 500;
  margin-bottom: 15px;
}
.main-container .hot-deals .shop-products .item-col .product-wrapper .price-box {
  font-size: 1.69em;
  margin-bottom: 10px;
}
.main-container .hot-deals .shop-products.grid-view .product-wrapper .gridview .ratings {
  display: block;
  margin-bottom: 20px;
}
.main-container .our-service.layout2 {
  padding: 0;
}
.main-container .our-service.layout2 .our-service-inner {
  border: 1px solid #ebebeb;
  max-width: 1170px;
  margin: auto;
}
.main-container .our-service.layout2 .our-service-inner .box {
  padding: 30px 0;
  text-align: center;
}
.main-container .our-service.layout2 .our-service-inner .box:not(:last-child) {
  box-shadow: 1px 0 0 0 #ebebeb;
}
.main-container .our-service.layout2 .our-service-inner .box .box-inner {
  display: inline-block;
  text-align: left;
}
.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 {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 1px 0;
  max-width: 1170px;
  margin: 0 auto;
}
.main-container .home-tabs .title-container .home-tabs-title {
  list-style: none;
  padding: 0;
  position: relative;
}
.main-container .home-tabs .title-container .home-tabs-title li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  margin: 15px 0;
}
.main-container .home-tabs .title-container .home-tabs-title li:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.main-container .home-tabs .title-container .home-tabs-title li a {
  font-size: 1em;
  font-weight: 700;
  color: #c3c3c3;
  display: block;
  line-height: 20px;
  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 {
  color: #363f4d;
}
.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 {
  border-width: 0 0 1px;
  text-align: center;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li {
  margin: 0;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child) {
  border: 0;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a {
  font-size: 1.285em;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a:after {
  background: #9ACF6A;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  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 .home-tabs.layout2 .title-container .home-tabs-title li a:hover:after,
.main-container .home-tabs.layout2 .title-container .home-tabs-title li a.active:after {
  width: 50px;
}
.main-container .slider-vertical .shop-products {
  margin: 0;
}
.main-container .slider-vertical .shop-products .item-col {
  margin: 0;
}
.main-container .slider-vertical .shop-products .item-col.first {
  clear: none;
}
.main-container .products-style2 .shop-products .group .item-col {
  width: 100%;
}
.main-container .products-style2 .shop-products .item-col {
  margin: 0;
}
.main-container .products-style2 .shop-products .item-col:not(:last-child) {
  border-right: 0;
}
.main-container .products-style2 .shop-products .item-col:not(:last-child) .product-wrapper {
  border-bottom: 1px solid #ebebeb;
}
.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 .furnilifetip {
  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,
.main-container .products-style2 .shop-products .product-wrapper .wishlist-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 {
  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: 37%;
  float: left;
  padding-right: 4%;
  position: static;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col8 {
  width: 63%;
  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: #9ACF6A;
}
.main-container .products-style2 .shop-products.grid-view .item-col .product-wrapper:before {
  display: none;
}
.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: #9ACF6A;
}
.main-container .testimonials-container .testimonials .author a:hover {
  text-decoration: underline;
}
.main-container .latest-posts-container {
  position: relative;
}
.main-container .latest-posts-container .latest-posts {
  border: 1px solid #ebebeb;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  float: none;
}
.main-container .latest-posts-container .latest-posts .title1 {
  margin: 0 -15px;
  padding: 0 15px;
}
.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;
  margin-top: 20px;
}
.main-container .latest-posts-container .posts-carousel .owl-item.active:not(.latst-active) .item-col {
  box-shadow: 1px 0 0 0 #ebebeb;
}
.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 {
  margin-bottom: 20px;
  position: relative;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  text-align: center;
  padding: 5px 10px;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span {
  display: block;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span.day {
  display: block;
  font-size: 1.38em;
  font-weight: 500;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span.month {
  font-size: 0.92em;
  text-transform: uppercase;
  font-weight: 500;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span.year {
  display: none;
}
.main-container .latest-posts-container .post-wrapper .post-info {
  position: relative;
  text-align: center;
  padding: 0 15px 30px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title {
  font-size: 1.14em;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}
.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: #9ACF6A;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-date {
  display: none;
}
.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.92em;
  position: relative;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span {
  color: #abaaaa;
  display: inline-block;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-author:before {
  content: "\f41a";
  color: #9ACF6A;
  display: inline-block;
  font-family: 'Ionicons';
  margin-right: 5px;
  font-size: 1.38em;
  vertical-align: middle;
}
.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 {
  margin-right: 15px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-comment:before {
  content: "\f127";
  color: #9ACF6A;
  display: inline-block;
  font-family: 'Ionicons';
  margin-right: 5px;
  font-size: 1.38em;
  vertical-align: middle;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore {
  background: #f2f2f2;
  line-height: 45px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 3px;
  color: #363f4d;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.857em;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore:hover {
  background: #9ACF6A;
  color: #fff;
}
.main-container .latest-posts-container.layout2 {
  padding-bottom: 30px;
}
.main-container .latest-posts-container.layout2 .latest-posts {
  border: 0;
  max-width: inherit;
}
.main-container .latest-posts-container.layout2:after {
  content: "";
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.main-container .latest-posts-container.layout3 .latest-posts {
  background: #fff;
}
.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 {
  color: #9ACF6A;
  display: inline-block;
  line-height: 1;
  font-size: 0.92em;
  text-transform: uppercase;
}
.main-container .shop-now:hover {
  color: #363f4d;
}
.main-container .shop-now i {
  font-size: 0;
  margin-left: 10px;
}
.main-container .shop-now i:before {
  font-size: 13px;
}
.main-container .banner-left .box-inner {
  margin: 0;
}
.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;
}
#sb_instagram #sbi_load {
  padding: 0 !important;
}
.footer.footer-2 .newsletter-container .mc4wp-form-fields .from-input .button {
  background: #9ACF6A;
}
.footer.footer-2 .newsletter-container .mc4wp-form-fields .from-input .button:hover {
  background: #80c343;
}
.footer.footer-4 .newsletter-container .mc4wp-form-fields .from-input .button {
  background: #d72828;
  color: #363f4d;
}
.footer.footer-4 .newsletter-container .mc4wp-form-fields .from-input .button:hover {
  background: #ac2020;
}
.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;
}
