@-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;
}
body {
  color: #898989;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 25px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
.header-container {
  margin-bottom: 0;
}
.header-container.header-3 .categories-menu.show_home #mega_main_menu,
.header-container.header-5 .categories-menu.show_home #mega_main_menu {
  display: none;
}
.header-container.header-3 .categories-menu.show_home .morelesscate,
.header-container.header-5 .categories-menu.show_home .morelesscate {
  display: none;
}
.header-container .header-top .row-container {
  border-bottom: 1px solid rgba(255,255,255,0.27);
  max-width: 1170px;
  padding: 12px 0;
}
.header-container .header-top .row-container .header_text-left p {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #ebebeb;
  line-height: 12px;
  font-size: 12px;
}
.header-container .header-top .row-container .header_text-left p:first-child {
  padding-left: 0;
}
.header-container .header-top .row-container .header_text-left p:last-child {
  border-right: none;
}
.header-container .header-top .row-container .header_icon_right ul {
  text-align: right;
  margin: 0;
}
.header-container .header-top .row-container .header_icon_right ul li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}
.header-container .header-top .row-container .header_icon_right ul li:last-child {
  padding-right: 0;
}
.header-container .header-top .row-container .header_icon_right a:hover {
  color: #a8ca01;
}
.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%;
  padding: 0;
}
.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;
}
.wrapper .full-width .row-container .vc_row h4 {
  font-weight: 500;
}
.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-3 .header-search .widget_product_search #searchform #wsearchsubmit {
  color: #898989;
}
.header-container.header-3 .wishlist-icon {
  border-color: #a8ca01;
}
.header-container.header-3 .wishlist-icon a {
  color: #a8ca01;
}
.header-container.header-3 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before {
  border-color: #a8ca01;
  color: #a8ca01;
}
.header-container.header-3 .categories-menu .catemenu-toggler {
  height: 60px;
  line-height: 60px;
}
.owl-carousel {
  width: auto;
}
.owl-carousel .owl-controls .owl-buttons div {
  text-align: center;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 40%;
  color: #838896;
  width: 18px;
  height: 53px;
  background: url(../images/icon-owl.png) no-repeat 0 0;
}
.owl-carousel .owl-controls .owl-buttons div:hover {
  background-position: 0 100%;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 0;
  background-position: 100% 0%;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 100%;
}
.brand-logo .title1 {
  background: #f4f4f4;
  border-bottom: 2px solid #a8ca01;
  margin: 0 0 10px;
}
.brand-logo .title1 h3 {
  background: #a8ca01;
  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 #7e9701 #7e9701;
  border-style: solid;
  border-width: 4px;
  position: absolute;
  right: -8px;
  top: 0;
}
.brand-logo .brands-carousel {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons {
  right: 15px;
}
.style-brand .brands-carousel {
  border-top: none;
}
.main-container .box-date {
  position: relative;
}
.main-container .box-date .row-container {
  margin-top: -80px;
  margin-bottom: -80px;
  background: #fff;
  padding: 50px 30px 80px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  max-width: 1230px;
}
.main-container .box-date .row-container .vc_column-inner {
  padding-left: 100px;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  background: url(../images/bkg-title.jpg) no-repeat left center;
}
.main-container .box-date .row-container .count-down {
  display: block;
  padding: 0;
}
.main-container .box-date .row-container .count-down .vc_column-inner {
  padding: 0;
}
.main-container .box-date .row-container .count-down .product-wrapper {
  border: none;
}
.main-container .box-date .row-container .count-down .product-wrapper:before {
  display: none;
}
.main-container .box-date .row-container .count-down .list-col4 {
  float: left;
  width: 34%;
  border: 1px solid #ebebeb;
}
.main-container .box-date .row-container .count-down .list-col4 .product-image .actions {
  display: none;
}
.main-container .box-date .row-container .count-down .list-col4 .product-image .wishlist-inner {
  display: none;
}
.main-container .box-date .row-container .count-down .list-col4 .product-image .shadow {
  display: none;
}
.main-container .box-date .row-container .count-down .list-col8 {
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 0;
}
.main-container .box-date .row-container .count-down .list-col8 .gridview .product-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.main-container .box-date .row-container .count-down .list-col8 .gridview .price-box {
  margin: 15px 0;
}
.main-container .box-date .row-container .count-down .list-col8 .product-desc {
  display: block;
}
.main-container .footer .vc_row {
  margin-bottom: 0;
}
.main-container .title1 {
  text-align: center;
  margin: 0 0 30px;
}
.main-container .title1 h3 {
  font-size: 24px;
  display: inline-block;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  margin: 0;
  font-weight: 600;
}
.main-container .shop-products .owl-wrapper-outer {
  overflow: hidden;
}
.main-container .group-modul .row-container {
  background: #fff;
  padding-top: 80px;
  margin-top: -80px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.main-container .group-modul .row-container .title2 {
  margin: 0 0 25px;
}
.main-container .group-modul .row-container .title2 .wpb_wrapper {
  text-align: center;
  padding: 0 15px;
}
.main-container .group-modul .row-container .title2 .wpb_wrapper h2 {
  overflow: hidden;
  position: relative;
  font-size: 24px;
}
.main-container .group-modul .row-container .title2 .wpb_wrapper h2 strong {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  padding: 0 15px;
  background: #fff;
  z-index: 2;
  font-weight: bold;
}
.main-container .group-modul .row-container .title2 .wpb_wrapper h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 1;
}
.main-container .group-modul .wpb_wrapper .shop-products .product-wrapper {
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
}
.main-container .group-modul .wpb_wrapper .shop-products .product-wrapper .list-col4 .product-image .shadow {
  display: none;
}
.main-container .group-modul .wpb_wrapper .shop-products .product-wrapper .gridview .product-name {
  font-size: 14px;
  color: #2e2e2e;
  margin: 10px 0;
  margin-bottom: 13px;
}
.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: #a8ca01;
  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 .layout3 .row-container .box-featured-home4 .wpb_wrapper .woocommerce {
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}
.main-container .layout3 .row-container .box-featured-home4 .wpb_wrapper .woocommerce .owl-controls .owl-pagination {
  margin-top: 0;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer:before {
  display: none;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer .owl-item > div {
  border: none;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer .owl-item > div .product-wrapper {
  padding: 30px;
  border: 3px solid transparent;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer .owl-item > div .product-wrapper:before {
  display: none;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer .owl-item > div .product-wrapper:hover {
  border-color: #edeff3;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer .owl-item .group .item-col {
  border-bottom: none;
}
.main-container .layout3 .row-container .shop-products .owl-wrapper-outer .owl-item .group .item-col .product-wrapper {
  padding: 0;
}
.main-container .shop-products.owl-carousel {
  position: relative;
}
.main-container .shop-products.owl-carousel .owl-wrapper-outer .owl-item {
  display: flex;
  flex-wrap: wrap;
}
.main-container .shop-products.owl-carousel .owl-wrapper-outer .owl-item:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main-container .shop-products.owl-carousel .owl-wrapper-outer .owl-item.first-active .item-col .product-wrapper {
  border-left: 1px solid transparent;
}
.main-container .shop-products.owl-carousel .item-col {
  padding: 0;
}
.main-container .shop-products.owl-carousel .item-col .product-wrapper {
  padding: 0;
  border: 1px solid #ebebeb;
  border-right: 1px solid transparent;
}
.main-container .shop-products.owl-carousel .group .item-col {
  width: 100%;
  max-width: 100%;
}
.main-container .shop-products.owl-carousel .group .item-col:last-child .product-wrapper {
  border-top: 0;
}
.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 .item-col .product-wrapper:after {
  display: none;
}
.main-container .shop-products.owl-carousel .owl-item.active.last-active:after {
  display: none;
}
.main-container .owl-controls .owl-pagination {
  margin-top: 55px;
}
.main-container .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
}
.main-container .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  opacity: 1;
  background: #d7d7d7;
}
.main-container .owl-controls .owl-pagination .active span {
  width: 30px;
  background: #a8ca01;
  border-radius: 10px;
}
.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: #a8ca01;
}
.main-container .category-products .link-cate ul li a {
  color: #292929;
  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: #a8ca01;
}
.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: #292929;
  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: #a8ca01;
  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: #a8ca01;
  color: #a8ca01;
}
.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 .abosstip {
  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;
  max-width: 120px;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col4 .wishlist-inner {
  display: none;
}
.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: #292929;
  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: #a8ca01;
}
.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 {
  background-attachment: fixed !important;
}
.main-container .testimonials-container .row-container .quote {
  padding-top: 100px;
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.main-container .testimonials-container .row-container .quote .avatar-link {
  width: 115px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-container .testimonials-container .row-container .quote .avatar-link img {
  width: 100%;
}
.main-container .testimonials-container .row-container .quote .author span {
  display: none;
}
.main-container .testimonials-container .row-container .quote .author .title {
  display: block;
  position: absolute;
  top: 115px;
  left: -5px;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
}
.main-container .testimonials-container .row-container .testimonials-text {
  font-size: 14px;
  border: none;
  color: rgba(255,255,255,0.76);
  margin-top: 50px;
}
.main-container .testimonials-container .row-container .owl-controls .owl-pagination {
  margin-top: 20px;
}
.main-container .testimonials-container .row-container .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  opacity: 1;
  background: #d7d7d7;
}
.main-container .testimonials-container .row-container .owl-controls .owl-pagination .active span {
  width: 30px;
  background: #a8ca01;
  border-radius: 10px;
}
.main-container .testimonials-container .row-container .box-testimonials .owl-buttons {
  display: none;
}
.main-container .layout2 .row-container .testimonials-text {
  color: #292929 !important;
}
.main-container .layout2 .row-container .author .title {
  color: #292929 !important;
  font-weight: 500;
}
.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: #292929;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a:hover {
  color: #a8ca01;
}
.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: #a8ca01;
}
.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 #a8ca01;
  line-height: 28px;
  display: none;
  padding: 0 20px;
  border-radius: 20px;
  color: #a8ca01;
  text-transform: capitalize;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore:hover {
  background: #a8ca01;
  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: #292929;
}
.main-container .featured-categories .category-wrapper .category-list h3 a:hover {
  color: #a8ca01;
}
.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: #898989;
}
.main-container .featured-categories .category-wrapper .category-list ul li a:hover {
  color: #a8ca01;
}
.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: #a8ca01;
  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: #292929;
}
.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 {
  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 {
  display: none;
}
.main-container .home-menu-container .categories-menu #mega_main_menu > .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: #a8ca01;
}
.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 {
  margin: 0;
  padding: 10px;
}
.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: #292929;
  font-size: 0.92em;
  font-weight: 700;
}
.main-container .category-tabs .link-cate ul li a:hover {
  color: #a8ca01;
}
.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 {
  height: 46px;
  line-height: 45px;
}
.main-container .home-box1 .deal-off-day .shop-products.owl-carousel {
  padding: 14px 0;
}
.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;
}
.box-content1 {
  position: relative;
}
.box-content1 .row-container {
  margin-top: -50px;
  margin-bottom: -80px;
  background: #fff;
  padding: 30px;
  padding-bottom: 80px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  max-width: 1230px;
}
.wpb_single_image figure,
.wpb_single_image a {
  overflow: hidden;
  position: relative;
  display: block;
}
.wpb_single_image:hover a:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.wpb_single_image:hover a:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.wpb_single_image a:before {
  background: rgba(255,255,255,0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}
.wpb_single_image a:after {
  background: rgba(255,255,255,0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
.products-carousel5 .wpb_wrapper > h2,
.products-carousel5 .wpb_wrapper h3,
.category-home2 .wpb_wrapper > h2,
.category-home2 .wpb_wrapper h3,
.products-carousel6 .wpb_wrapper > h2,
.products-carousel6 .wpb_wrapper h3,
.latest-posts .wpb_wrapper > h2,
.latest-posts .wpb_wrapper h3,
.box-category .wpb_wrapper > h2,
.box-category .wpb_wrapper h3,
.products-carousel3 .wpb_wrapper > h2,
.products-carousel3 .wpb_wrapper h3,
.box-date .wpb_wrapper > h2,
.box-date .wpb_wrapper h3 {
  text-transform: uppercase;
  font-size: 24px;
}
.post-password-form input[type=submit] {
  color: #333;
  box-shadow: none;
  display: inline-block;
  font-size: 1.3rem;
  border: 1px solid #a8ca01;
  background: #a8ca01;
  font-weight: 500;
  border-radius: 0;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  text-shadow: none;
  text-transform: capitalize;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-left: 5px;
  vertical-align: middle;
}
.post-password-form input[type="password"] {
  border: 1px solid #dedede;
  background: #fff;
  height: 40px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
