@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.header-container.header-landing-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-container.header-landing-page .logo {
  padding: 0;
}
.header-container.header-landing-page .main-menu-wrapper,
.header-container.header-landing-page .vc_wp_search,
.header-container.header-landing-page .vc_wp_custommenu {
  float: left;
}
.header-container.header-landing-page .content-header {
  padding: 0;
}
.header-container.header-landing-page .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:hover .link_text {
  color: #4fc1f0;
}
.header-container.header-landing-page .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
  color: #fff;
}
.header-container.header-landing-page .header-sticky.ontop {
  background: rgba(0,0,0,0.95);
}
.header-container.header-landing-page .vc_wp_search,
.header-container.header-landing-page .vc_wp_custommenu {
  margin: 43px 0;
}
.header-container.header-landing-page .widget_search:before,
.header-container.header-landing-page .vc_wp_custommenu:before {
  color: #fff;
}
.header-container.header-landing-page .widget_search:hover:before,
.header-container.header-landing-page .vc_wp_custommenu:hover:before {
  color: #C2A773;
}
.main-container .landing-title {
  text-align: center;
}
.main-container .landing-title h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: Lato;
}
.main-container .landing-title h1:after {
  background: #4fc1f0;
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 10px auto;
}
.main-container .landing-title p {
  color: #666;
  font-size: 16px;
  font-style: italic;
}
.main-container .landing-home-page .content .pages > .wpb_wrapper {
  margin: 0 -15px;
}
.main-container .landing-home-page .content .pages .col {
  float: left;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
}
.main-container .landing-home-page .content .pages .col a {
  display: block;
}
.main-container .landing-home-page .content .pages .col a:hover img {
  box-shadow: 0 0 10px 1px #4fc1f0;
}
.main-container .landing-home-page .content .pages .col img {
  display: block;
  box-shadow: 0 0 10px 1px #efefef;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main-container .landing-home-page .content .pages .col .shop-name {
  color: #333333;
  display: block;
  font-style: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 15px;
}
.main-container .landing-home-page .content .pages .col .shop-name:hover {
  color: #4fc1f0;
}
.main-container .landing-home-page .content .pages:after {
  content: "";
  display: table;
  clear: both;
}
.main-container .landing-link {
  background: #3f3f3f;
  padding-left: 70px;
  position: relative;
}
.main-container .landing-link:before {
  content: "\f039";
  font-family: FontAwesome;
  color: #fff;
  line-height: 70px;
  display: block;
  text-align: center;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-container .landing-link ul:after {
  content: "";
  clear: left;
  display: table;
}
.main-container .landing-link ul li {
  list-style: none;
  float: left;
  border-left: 1px solid #656565;
}
.main-container .landing-link ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
  padding: 15px 40px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main-container .landing-link ul li a:hover {
  background: #262626;
}
.main-container .landing-link ul li a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .landing-link ul li a:before {
  content: "";
  background: #4fc1f0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main-container .landing-static1 .wpb_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.main-container .landing-static1 .wpb_wrapper .wpb_content_element {
  margin: 0;
}
.main-container .landing-static1 .text {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
.main-container .landing-static1 p {
  float: right;
}
.main-container .landing-static1 p button {
  color: #fff;
  font-size: 15px;
  background: none;
  border: 2px solid #fff;
  border-radius: 2px;
  font-style: 15px;
  padding: 20px 30px;
  text-transform: uppercase;
}
.main-container .landing-feature-list .landing-content > .wpb_wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.main-container .landing-feature-list .landing-content .col {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main-container .landing-feature-list .landing-content .col .col-inner {
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
}
.main-container .landing-feature-list .landing-content .col .col-inner .image {
  overflow: hidden;
}
.main-container .landing-feature-list .landing-content .col .col-inner img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main-container .landing-feature-list .landing-content .col .col-inner:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.main-container .landing-feature-list .landing-content .col .col-inner .text {
  min-height: 100px;
  margin-top: 10px;
}
.main-container .landing-feature-list .landing-content .col .col-inner .text h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.main-container .landing-static2 {
  background-attachment: fixed;
}
.main-container .landing-static2 .content {
  text-align: center;
}
.main-container .landing-static2 .content .text {
  margin-bottom: 60px;
}
.main-container .landing-static2 .content .text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-container .landing-static2 .content .text h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: Lato;
  text-transform: uppercase;
}
.main-container .landing-static2 .content button {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 27px;
  margin: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main-container .landing-static2 .content button:hover {
  background: #4fc1f0;
  border-color: #4fc1f0;
}
.main-container .landing-static3 {
  text-align: center;
}
.main-container .landing-static3 .text h4 {
  color: #9c5d90;
  font-size: 20px;
  margin: 16px 0;
}
.main-container .landing-static3 .text p {
  color: #666;
  font-size: 16px;
  font-style: italic;
}
.main-container .landing-static4 .text h4 {
  color: #fff;
  font-size: 30px;
  float: left;
  font-weight: 300;
  line-height: 76px;
  margin: 0;
}
.main-container .landing-static4 .text p {
  float: right;
}
.main-container .landing-static4 .text button {
  background: none;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 24px 75px;
}
.main-container .landing-header .landing-title h1 {
  color: #fff;
}
.main-container .landing-header .landing-title p {
  color: #fff;
}
.main-container .landing-header .style img {
  margin-bottom: 22px;
  display: block;
}
.main-container .landing-layout .content > .wpb_wrapper {
  margin: 0 -30px;
}
.main-container .landing-layout .content:after {
  content: "";
  clear: both;
  display: table;
}
.main-container .landing-layout .content .col {
  float: left;
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: center;
}
.main-container .landing-layout .content .col a {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.main-container .landing-layout .content .col a:hover {
  color: #4fc1f0;
}
.main-container .landing-layout .content .col a img {
  margin-bottom: 20px;
}
.main-container .landing-static5 .landing-title h1 {
  color: #fff;
}
.main-container .landing-static6 {
  text-align: center;
}
.main-container .landing-static6 .text {
  font-size: 18px;
  font-weight: 700;
}
.main-container .landing-static6 .text:before {
  background: #4fc1f0;
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 0 auto 18px;
}
.main-container .landing-static7 {
  text-align: center;
}
.main-container .landing-static7 .text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  text-transform: uppercase;
}
.main-container .landing-static7 .text h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.main-container .landing-static7 .text button {
  background: none;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 10px 10px 0;
}
.main-container .landing-static7 .text button:hover {
  background: #3a3f53;
  border-color: #3a3f53;
}
.main-container .landing-rating {
  text-align: center;
}
.main-container .landing-rating .text {
  color: #9194a6;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.main-container .landing-rating .text:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #21c2f8;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  letter-spacing: 4px;
}
.footer.footer-landing-page {
  background: #1a1c27;
}
.footer.footer-landing-page .widget-copyright {
  line-height: 65px;
}
.footer.footer-landing-page .widget-copyright a {
  color: #21c2f8;
}
.footer.footer-landing-page .social-icons {
  text-align: right;
}
.footer.footer-landing-page .social-icons li {
  display: inline-block;
  position: relative;
}
.footer.footer-landing-page .social-icons li:last-child {
  margin-right: 0;
}
.footer.footer-landing-page .social-icons li a {
  color: #fff;
  font-size: 14px;
  line-height: 65px;
  padding: 0 15px;
}
.footer.footer-landing-page .social-icons li a:hover {
  color: #21c2f8;
}
@media screen and (min-width: 1200px) {
  .main-container .landing-home-page .content .pages .col {
    width: 25%;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(4n+1) {
    clear: left;
  }
  .main-container .landing-feature-list .landing-content .col {
    width: 33.333%;
  }
  .main-container .landing-feature-list .landing-content .col:nth-of-type(3n+1) {
    clear: left;
  }
  .main-container .landing-layout .content .col {
    width: 33.333%;
  }
  .main-container .landing-layout .content .col:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .main-container .landing-home-page .content .pages .col {
    width: 33.333%;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(3n+1) {
    clear: left;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(4n+1) {
    clear: none;
  }
  .main-container .landing-feature-list .landing-content .col {
    width: 50%;
  }
  .main-container .landing-feature-list .landing-content .col:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .main-container .landing-home-page .content .pages .col {
    width: 50%;
  }
  .main-container .landing-home-page .content .pages .col:nth-of-type(2n+1) {
    clear: left;
  }
  .main-container .landing-feature-list .landing-content .col {
    width: 50%;
  }
  .main-container .landing-feature-list .landing-content .col:nth-of-type(2n+1) {
    clear: left;
  }
  .main-container .landing-layout .content .col {
    width: 50%;
  }
  .main-container .landing-layout .content .col:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1200px) {
  .main-container .landing-static1 .text {
    font-size: 25px;
    line-height: 29px;
  }
  .main-container .landing-static2 .content .text h1 {
    font-size: 55px;
  }
  .main-container .landing-static2 .content .text h4 {
    font-size: 20px;
  }
  .main-container .landing-static7 .text h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .header-container.header-landing-page {
    position: static;
    background: #1a1c27;
  }
  .header-container.header-landing-page .logo {
    text-align: center;
  }
  .header-container.header-landing-page .main-menu-wrapper,
  .header-container.header-landing-page .vc_wp_search,
  .header-container.header-landing-page .vc_wp_custommenu {
    float: none;
  }
  .header-container.header-landing-page .content-header {
    position: static;
    text-align: center;
  }
  .header-container.header-landing-page .content-header > .vc_column-inner > .wpb_wrapper {
    float: none;
  }
  .header-container.header-landing-page .vc_wp_search,
  .header-container.header-landing-page .vc_wp_custommenu {
    display: inline-block;
    vertical-align: middle;
  }
  .main-container .landing-static4 .text h4 {
    font-size: 18px;
    line-height: 54px;
  }
  .main-container .landing-static4 .text button {
    padding: 13px 50px;
  }
  .footer.footer-landing-page .social-icons {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-container.header-landing-page .header .header-inner .col-xs-12 {
    position: relative;
  }
  .footer.footer-landing-page .widget-copyright {
    line-height: 40px;
  }
  .footer.footer-landing-page .social-icons {
    text-align: center;
  }
  .footer.footer-landing-page .social-icons li a {
    line-height: 40px;
  }
}
.heightzero {
  height: 0;
  overflow: hidden;
}
.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper .row-container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.wrapper .row-container:after {
  clear: both;
  content: '';
  display: table;
}
.wrapper.box-layout .row-container,
.wrapper.box-layout .container {
  width: 100%;
}
.wrapper.box-layout:after {
  clear: both;
  content: '';
  display: table;
}
.wrapper .page-wrapper {
  float: left;
  width: 100%;
}
.wrapper .vc_row.full-width .row-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.wrapper .no-gap {
  margin-left: 0;
  margin-right: 0;
}
.wrapper .no-gap .row-container {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper .no-gap .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wrapper .vc_col-has-fill > .vc_column-inner,
.wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.wrapper .vc_column_container > .vc_column-inner {
  width: auto;
}
.main-container .wpb_single_image > .wpb_wrapper {
  max-width: 100%;
  overflow: hidden;
}
.main-container .wpb_single_image a,
.main-container .image-hover-effect {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.main-container .wpb_single_image a:before,
.main-container .image-hover-effect:before {
  background-color: rgba(0,0,0,0.2);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.main-container .wpb_single_image a img,
.main-container .image-hover-effect img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.main-container .wpb_single_image a:hover:before,
.main-container .image-hover-effect:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .wpb_single_image a:hover img,
.main-container .image-hover-effect:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.wrapper i.icon {
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0;
  vertical-align: middle;
  width: auto;
}
.wrapper .wpb_revslider_element .tp-caption a {
  color: inherit;
  display: block;
  position: relative;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wrapper .wpb_revslider_element .tp-caption a:hover {
  color: inherit;
}
.wrapper .wpb_revslider_element .tp-caption i {
  font-size: 16px;
  line-height: inherit !important;
  margin-left: 5px;
  vertical-align: top;
}
[class*='products-carousel'] .slick-list {
  margin-bottom: -15px;
  margin-top: -15px;
}
[class*='products-carousel'] .slick-list .slick-track {
  padding-bottom: 15px;
  padding-top: 15px;
}
[class*='products-carousel'] .columns-1 .shop-products .item-col {
  margin-bottom: 0;
}
[class*='products-carousel'] .slick-track {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
[class*='products-carousel'] .slick-track .slick-slide {
  height: auto;
}
[class*='products-carousel'] .shop-products .item-col {
  margin-bottom: 35px;
}
[class*='products-carousel'] .shop-products .item-col.first {
  clear: none;
}
[class*='products-carousel'] .shop-products .item-col.last {
  margin-bottom: 0;
}
[class*='products-carousel'] .shop-products .group .item-col {
  max-width: 600px;
  padding: 0;
  width: 100%;
}
[class*='home-tabs'] .wpb_content_element {
  display: none;
}
[class*='home-tabs'] .shop-products .group .item-col {
  float: none;
  margin: 0 0 45px;
  width: 100%;
}
[class*='home-tabs'] .shop-products .group .item-col:last-child {
  margin: 0;
}
[class*='home-tabs'] .shop-products .item-col {
  margin: 0;
}
[class*='home-tabs'] .shop-products .item-col.first {
  clear: none;
}
.category-link a {
  border: 1px solid #eaeaea;
  color: #333;
  display: block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 25px 0;
  text-align: center;
}
.category-link a br {
  display: none;
}
.category-link a img {
  margin: 0 auto 15px auto;
  min-height: 75px;
}
.category-link a img:first-of-type {
  display: block;
}
.category-link a img:last-of-type {
  display: none;
}
.category-link a:hover {
  border-color: #c2a773;
  color: #c2a773;
}
.category-link a:hover img:first-of-type {
  display: none;
}
.category-link a:hover img:last-of-type {
  display: block;
}
.advertisement.layout1 {
  text-align: center;
}
.advertisement.layout1 .vc_row {
  margin-bottom: 0;
}
.advertisement.layout1 .wpb_text_column {
  padding: 0 30px;
}
.advertisement.layout1 h3 {
  font-size: 28px;
  font-weight: normal;
}
.advertisement.layout1 .wpb_single_image {
  margin-bottom: 20px;
  text-align: center;
}
.advertisement.layout1 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.newsletter.layout1 {
  text-align: center;
}
.newsletter.layout1 .wpb_text_column {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 50px;
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}
.newsletter.layout1 .wpb_text_column:last-child {
  margin-right: 0;
}
.newsletter.layout1 .wpb_text_column h3 {
  font-size: 16px;
}
.newsletter.layout1 .wpb_text_column p {
  color: #333333;
}
.newsletter.layout1 .mc4wp-form .mc4wp-form-fields {
  background: #fff;
  border: 1px solid #eaeaea;
  height: 46px;
  line-height: 44px;
  max-width: 100%;
  padding-right: 60px;
  position: relative;
  width: 570px;
}
.newsletter.layout1 .mc4wp-form .mc4wp-form-fields:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.newsletter.layout1 .mc4wp-form input {
  outline: none;
}
.newsletter.layout1 .mc4wp-form input[type='email'] {
  background: none;
  border: none;
  color: #909090;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.newsletter.layout1 .mc4wp-form input[type='email']::-webkit-input-placeholder {
  color: #909090;
}
.newsletter.layout1 .mc4wp-form input[type='email']:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter.layout1 .mc4wp-form input[type='email']:-moz-placeholder {
  color: #909090;
}
.newsletter.layout1 .mc4wp-form input[type='email']:focus:-moz-placeholder {
  color: transparent;
}
.newsletter.layout1 .mc4wp-form input[type='email']::-moz-placeholder {
  color: #909090;
}
.newsletter.layout1 .mc4wp-form input[type='email']:focus::-moz-placeholder {
  color: transparent;
}
.newsletter.layout1 .mc4wp-form input[type='email']:-ms-input-placeholder {
  color: #909090;
}
.newsletter.layout1 .mc4wp-form input[type='email']:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter.layout1 .mc4wp-form button[type='submit'] {
  background: none;
  border: none;
  color: #666666;
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.newsletter.layout1 .mc4wp-form button[type='submit'] span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.newsletter.layout1 .mc4wp-form button[type='submit']:hover {
  color: #c2a773;
}
.newsletter.layout1 .mc4wp-form button[type='submit']:before {
  background: #eaeaea;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsletter.layout1 .mc4wp-form .mc4wp-alert {
  margin-top: 10px;
}
.latest-posts .group .item-col {
  margin-bottom: 30px;
}
.latest-posts .group .item-col:last-child {
  margin-bottom: 0;
}
.latest-posts .post-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.latest-posts .post-thumb {
  margin-bottom: 0;
}
.latest-posts .post-thumb a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.latest-posts .post-thumb a:before {
  background-color: rgba(0,0,0,0.2);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts .post-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts .post-thumb a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.latest-posts .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-posts .post-thumb img {
  width: 100%;
}
.latest-posts .post-info {
  background: #fff;
  padding: 20px 0;
}
.latest-posts .post-title {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.latest-posts .post-title a {
  color: #333;
}
.latest-posts .post-title a:hover {
  color: #c2a773;
}
.latest-posts .post-meta {
  color: #999;
  display: none;
  font-size: 14px;
  font-style: italic;
  line-height: normal;
  margin-bottom: 14px;
}
.latest-posts .post-meta:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.latest-posts .post-meta a {
  color: inherit;
  display: block;
}
.latest-posts .post-meta a:hover {
  color: #c2a773;
}
.latest-posts .post-author,
.latest-posts .post-date,
.latest-posts .separator,
.latest-posts .post-comment {
  float: left;
}
.latest-posts .separator {
  margin: 0 5px;
}
.latest-posts .post-date > span {
  margin-right: 2px;
}
.latest-posts .post-date .day:after {
  content: ',';
  display: inline;
  margin: 0 2px 0 -2px;
}
.latest-posts .post-comment a {
  color: #999;
}
.latest-posts .post-comment a:hover {
  color: #c2a773;
}
.latest-posts .post-excerpt {
  font-size: 15px;
  line-height: 1.6;
}
.latest-posts .readmore {
  color: #333;
  font-size: 15px;
  letter-spacing: .02em;
  margin-top: 7px;
}
.latest-posts .readmore:after {
  content: '\e87a';
  display: inline-block;
  font-family: 'Linearicons-Free';
  font-size: 11px;
  margin-left: 5px;
  vertical-align: middle;
}
.latest-posts .readmore:hover {
  color: #c2a773;
}
.fullbanner-carousel.layout1 .slick-slider {
  margin: 0;
}
.fullbanner-carousel.layout1 .wpb_single_image {
  margin: 0;
}
.fullbanner-carousel.layout1 .wpb_text_column {
  margin: 0;
  text-align: center;
}
.fullbanner-carousel.layout1 .wpb_text_column h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.fullbanner-carousel.layout1 .wpb_text_column h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 24px;
}
.fullbanner-carousel.layout1 .wpb_text_column a {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 35px;
  padding: 8px 22px;
  text-transform: uppercase;
}
.fullbanner-carousel.layout1 .wpb_text_column a:hover {
  background: #C2A773;
}
.advertisement.layout2 .wpb_text_column {
  margin-bottom: 30px;
}
.advertisement.layout2 .wpb_text_column > .wpb_wrapper {
  padding-left: 65px;
  position: relative;
}
.advertisement.layout2 .wpb_text_column .icon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.advertisement.layout2 .wpb_text_column .icon img {
  margin: 0;
}
.advertisement.layout2 .wpb_text_column h4 {
  font-size: 14px;
}
.advertisement.layout2 .wpb_text_column p {
  font-size: 13px;
}
.banner.layout2 .vc_row {
  margin-bottom: 0;
}
.newsletter.layout2 {
  text-align: center;
}
.newsletter.layout2 .wpb_text_column {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 80px;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
.newsletter.layout2 .wpb_text_column:last-child {
  margin-right: 0;
}
.newsletter.layout2 .wpb_text_column strong {
  font-size: 18px;
  font-weight: 900;
  margin-right: 40px;
}
.newsletter.layout2 .mc4wp-form .mc4wp-form-fields {
  background: #fff;
  border: 1px solid #eaeaea;
  height: 46px;
  line-height: 44px;
  max-width: 100%;
  padding-right: 60px;
  position: relative;
  width: 570px;
}
.newsletter.layout2 .mc4wp-form .mc4wp-form-fields:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.newsletter.layout2 .mc4wp-form input {
  outline: none;
}
.newsletter.layout2 .mc4wp-form input[type='email'] {
  background: none;
  border: none;
  color: #909090;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.newsletter.layout2 .mc4wp-form input[type='email']::-webkit-input-placeholder {
  color: #909090;
}
.newsletter.layout2 .mc4wp-form input[type='email']:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter.layout2 .mc4wp-form input[type='email']:-moz-placeholder {
  color: #909090;
}
.newsletter.layout2 .mc4wp-form input[type='email']:focus:-moz-placeholder {
  color: transparent;
}
.newsletter.layout2 .mc4wp-form input[type='email']::-moz-placeholder {
  color: #909090;
}
.newsletter.layout2 .mc4wp-form input[type='email']:focus::-moz-placeholder {
  color: transparent;
}
.newsletter.layout2 .mc4wp-form input[type='email']:-ms-input-placeholder {
  color: #909090;
}
.newsletter.layout2 .mc4wp-form input[type='email']:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter.layout2 .mc4wp-form button[type='submit'] {
  background: none;
  border: none;
  color: #666666;
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.newsletter.layout2 .mc4wp-form button[type='submit'] span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.newsletter.layout2 .mc4wp-form button[type='submit']:hover {
  color: #c2a773;
}
.newsletter.layout2 .mc4wp-form button[type='submit']:before {
  background: #eaeaea;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsletter.layout2 .mc4wp-form .mc4wp-alert {
  margin-top: 10px;
}
.products-list .shop-products .item-col {
  margin-bottom: 30px;
}
.products-list .shop-products .product-wrapper .gridview {
  display: none;
}
.products-list .shop-products .product-wrapper .listview {
  display: block;
}
.products-list .shop-products .product-wrapper .listview:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.products-list .shop-products .product-wrapper .list-col4 {
  float: left;
  padding-right: 15px;
  width: 40%;
}
.products-list .shop-products .product-wrapper .list-col8 {
  float: left;
  padding: 5px 0;
  width: 60%;
}
.products-list .shop-products .product-wrapper .quickviewbtn,
.products-list .shop-products .product-wrapper .actions,
.products-list .shop-products .product-wrapper .product-desc {
  display: none;
}
.products-list .shop-products .product-wrapper .product-name {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
.products-list .shop-products .product-wrapper .ratings {
  margin-bottom: 5px;
}
.products-list .shop-products .product-wrapper .product-price {
  margin-bottom: 0;
}
.newsletter.layout3 {
  text-align: left;
}
.newsletter.layout3 .wpb_text_column h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.newsletter.layout3 .wpb_text_column p {
  color: #fff;
  font-size: 18px;
}
.newsletter.layout3 .mc4wp-form .mc4wp-form-fields {
  max-width: 100%;
  position: relative;
}
.newsletter.layout3 .mc4wp-form input {
  outline: none;
}
.newsletter.layout3 .mc4wp-form input[type='email'] {
  background: rgba(255,255,255,0.7);
  border: none;
  color: #909090;
  height: 46px;
  line-height: 46px;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.newsletter.layout3 .mc4wp-form input[type='email']::-webkit-input-placeholder {
  color: #7b7b7b;
}
.newsletter.layout3 .mc4wp-form input[type='email']:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter.layout3 .mc4wp-form input[type='email']:-moz-placeholder {
  color: #7b7b7b;
}
.newsletter.layout3 .mc4wp-form input[type='email']:focus:-moz-placeholder {
  color: transparent;
}
.newsletter.layout3 .mc4wp-form input[type='email']::-moz-placeholder {
  color: #7b7b7b;
}
.newsletter.layout3 .mc4wp-form input[type='email']:focus::-moz-placeholder {
  color: transparent;
}
.newsletter.layout3 .mc4wp-form input[type='email']:-ms-input-placeholder {
  color: #7b7b7b;
}
.newsletter.layout3 .mc4wp-form input[type='email']:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter.layout3 .mc4wp-form button[type='submit'] {
  background: #fff;
  border: none;
  color: #333;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.newsletter.layout3 .mc4wp-form button[type='submit']:hover {
  color: #c2a773;
}
.newsletter.layout3 .mc4wp-form button[type='submit'] span {
  display: none;
}
.newsletter.layout3 .mc4wp-form .mc4wp-alert {
  margin-top: 10px;
}
.products-carousel-1.layout3 .category-title {
  margin-bottom: 0;
}
.products-carousel-1.layout3 .category-title > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.products-carousel-1.layout3 .vc_wp_custommenu {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 80px;
  top: 0;
}
.products-carousel-1.layout3 .vc_wp_custommenu ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: left;
  vertical-align: middle;
}
.products-carousel-1.layout3 .vc_wp_custommenu ul li:last-child {
  margin-right: 0;
}
.products-carousel-1.layout3 .vc_wp_custommenu ul a {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
}
.products-carousel-1.layout3 .vc_wp_custommenu ul a:hover {
  color: #c2a773;
}
.products-carousel-1.layout4 .shop-products .product-wrapper {
  border: 1px solid #C2A773;
}
.products-carousel-1.layout4 .shop-products .product-wrapper .count-down {
  display: block;
}
.products-carousel-1.layout4 .shop-products .product-wrapper .list-col8 {
  padding-bottom: 40px;
}
.products-carousel-2.layout4 .slick-slider {
  margin-left: -8px;
  margin-right: -8px;
}
.products-carousel-2.layout4 .slick-slider .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}
.products-carousel-2.layout4 .slick-slider .slick-prev {
  right: 43px;
}
.products-carousel-2.layout4 .slick-slider .slick-next {
  right: 8px;
}
.newsletter.layout4 {
  text-align: center;
}
.newsletter.layout4 .wpb_text_column {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 80px;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
.newsletter.layout4 .wpb_text_column:last-child {
  margin-right: 0;
}
.newsletter.layout4 .wpb_text_column strong {
  font-size: 18px;
  font-weight: 900;
  margin-right: 40px;
}
.newsletter.layout4 .mc4wp-form .mc4wp-form-fields {
  background: #fff;
  border: 1px solid #eaeaea;
  height: 46px;
  line-height: 44px;
  max-width: 100%;
  padding-right: 60px;
  position: relative;
  width: 570px;
}
.newsletter.layout4 .mc4wp-form .mc4wp-form-fields:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.newsletter.layout4 .mc4wp-form input {
  outline: none;
}
.newsletter.layout4 .mc4wp-form input[type='email'] {
  background: none;
  border: none;
  color: #909090;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.newsletter.layout4 .mc4wp-form input[type='email']::-webkit-input-placeholder {
  color: #909090;
}
.newsletter.layout4 .mc4wp-form input[type='email']:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter.layout4 .mc4wp-form input[type='email']:-moz-placeholder {
  color: #909090;
}
.newsletter.layout4 .mc4wp-form input[type='email']:focus:-moz-placeholder {
  color: transparent;
}
.newsletter.layout4 .mc4wp-form input[type='email']::-moz-placeholder {
  color: #909090;
}
.newsletter.layout4 .mc4wp-form input[type='email']:focus::-moz-placeholder {
  color: transparent;
}
.newsletter.layout4 .mc4wp-form input[type='email']:-ms-input-placeholder {
  color: #909090;
}
.newsletter.layout4 .mc4wp-form input[type='email']:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter.layout4 .mc4wp-form button[type='submit'] {
  background: none;
  border: none;
  color: #666666;
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.newsletter.layout4 .mc4wp-form button[type='submit'] span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.newsletter.layout4 .mc4wp-form button[type='submit']:hover {
  color: #c2a773;
}
.newsletter.layout4 .mc4wp-form button[type='submit']:before {
  background: #eaeaea;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsletter.layout4 .mc4wp-form .mc4wp-alert {
  margin-top: 10px;
}
.fullbanner-carousel.layout4 .vc_row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 500px;
}
.fullbanner-carousel.layout4 .vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.fullbanner-carousel.layout4 .slick-slider {
  margin: 0;
}
.fullbanner-carousel.layout4 .slick-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  margin: 0;
  width: 100%;
}
.fullbanner-carousel.layout4 .wpb_single_image {
  margin: 0;
}
.fullbanner-carousel.layout4 .wpb_single_image {
  text-align: center;
}
.fullbanner-carousel.layout4 .wpb_text_column {
  margin: 0;
  text-align: center;
}
.fullbanner-carousel.layout4 .wpb_text_column h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.fullbanner-carousel.layout4 .wpb_text_column h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 24px;
}
.fullbanner-carousel.layout4 .wpb_text_column a {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 35px;
  padding: 8px 22px;
  text-transform: uppercase;
}
.fullbanner-carousel.layout4 .wpb_text_column a:hover {
  background: #C2A773;
}
