@-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 .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 .top-bar .top-bar-inner:before {
  display: none;
}
.header-container.header-3 .header .horizontal-menu {
  padding: 0;
}
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul {
  text-align: center;
}
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-ancestor:hover > a.item_link .link_text,
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-item:hover > a.item_link .link_text {
  color: #292825;
}
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-ancestor > a.item_link .link_text,
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link .link_text {
  color: #292825;
}
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li:hover > a.item_link .link_text {
  color: #292825;
}
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:hover .link_text {
  color: #292825;
}
.header-container.header-3 .header .header-block {
  display: flex;
  height: 122px;
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.header-container.header-3 .header .header-block > .wpb_wrapper {
  margin: auto 0;
}
.header-container.header-3 .header .header-block i {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background: #0B692B;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.header-container.header-3 .header .header-search .widget_product_search #searchform #ws {
  width: 250px;
  border: 2px solid #e7e4dd;
  padding: 0 45px 0 15px;
  position: static;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
}
.header-container.header-3 .header .header-search .widget_product_search #searchform #wsearchsubmit {
  position: absolute;
  right: 0;
  top: 0;
}
.header-container.header-3 .header .widget_shopping_cart:before {
  display: none;
}
.header-container.header-3 .header .header-sticky.ontop .header-bottom {
  background: none !important;
}
.header-container.header-3 .header .header-sticky.ontop .box-right {
  position: absolute;
  right: 20px;
  z-index: 1;
}
.header-container.header-3 .header .logo .vc_figure,
.header-container.header-3 .header .logo .logo-inner {
  margin: auto;
}
.owl-carousel {
  width: auto;
}
.owl-carousel .owl-wrapper-outer {
  padding: 5px 0;
}
.owl-carousel .owl-controls .owl-buttons div {
  width: 87px;
  height: 87px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  font-size: 0;
  line-height: 0;
  float: left;
  text-align: center;
  z-index: 9;
  position: absolute;
  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;
}
.owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'simple-line-icons';
  font-size: 60px;
  line-height: 87px;
  display: block;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\e605";
}
.owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\e606";
}
.owl-carousel .owl-controls .owl-buttons div:hover {
  background: #0B692B;
  color: #fff;
}
.owl-carousel .owl-item:hover {
  z-index: 5;
  position: relative;
}
.brand-logo .owl-carousel:hover .owl-controls .owl-buttons div {
  filter: alpha(opacity=100);
  opacity: 1;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons {
  position: static;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  filter: alpha(opacity=0);
  opacity: 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;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.main-container .title1 {
  text-align: center;
  margin-bottom: 30px !important;
}
.main-container .title1 h5 {
  font-size: 7.14em;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #7d6948;
  line-height: 0.4;
  margin-top: 35px;
}
.main-container .title1 h3 {
  color: #0B692B;
  font-size: 3.28em;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
.main-container .title1 p {
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.142em;
  font-style: italic;
}
.main-container .title1.layout2 h3 strong {
  border: 0;
}
.main-container .title1.layout2 h3 strong:before,
.main-container .title1.layout2 h3 strong:after {
  display: none;
}
.main-container .title1.layout3 h3 {
  padding: 0;
}
.main-container .title1.layout3 h3:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #0B692B;
  display: block;
  margin-top: 4px;
}
.main-container .title2 {
  background: #7d6948;
  border-radius: 20px;
}
.main-container .title2 h5 {
  font-size: 1.285em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}
.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 .shop-products.owl-carousel {
  margin: 0 -5px;
}
.main-container .shop-products.owl-carousel .owl-controls .owl-buttons {
  top: 34px;
}
.main-container .shop-products.owl-carousel .owl-item:not(.active) {
  filter: alpha(opacity=0);
  opacity: 0;
}
.main-container .shop-products.owl-carousel .group .item-col {
  width: 100%;
}
.main-container .shop-products.owl-carousel .group .item-col:last-child {
  margin: 0;
}
.main-container .home-static .box-inner {
  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-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;
}
.main-container .home-tabs .title-container .home-tabs-title {
  list-style: none;
  padding: 0;
  text-align: center;
  position: relative;
}
.main-container .home-tabs .title-container .home-tabs-title:before {
  content: "";
  top: 43px;
  border-bottom: 1px solid #e7e4dd;
  left: 0;
  right: 0;
  position: absolute;
}
.main-container .home-tabs .title-container .home-tabs-title li {
  display: inline-block;
  position: relative;
}
.main-container .home-tabs .title-container .home-tabs-title li:hover a:before {
  border: 2px solid #e7e4dd;
}
.main-container .home-tabs .title-container .home-tabs-title li:hover a:after {
  border-color: #e7e4dd;
  top: 0;
  height: 85px;
  width: 85px;
}
.main-container .home-tabs .title-container .home-tabs-title li:not(:last-child) {
  margin: 0 40px 0 0;
}
.main-container .home-tabs .title-container .home-tabs-title li a {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
  display: block;
  line-height: 1;
  padding-top: 90px;
  min-width: 130px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.main-container .home-tabs .title-container .home-tabs-title li a:before {
  content: "";
  display: block;
  height: 71px;
  width: 71px;
  border-radius: 100%;
  border: 2px solid #0B692B;
  background: #fff url(../images/icons1.png) no-repeat 22px 13px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
  z-index: 2;
}
.main-container .home-tabs .title-container .home-tabs-title li a:after {
  background: #fff;
  box-shadow: 0 5px 18px 0 rgba(0,0,0,0.1);
  content: "";
  display: block;
  height: 71px;
  width: 71px;
  border-radius: 100%;
  border: 3px solid #0B692B;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
  -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: 1;
}
.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: #0B692B;
}
.main-container .home-tabs .title-container .home-tabs-title li:nth-child(2) a:before {
  background-position: -131px 13px;
}
.main-container .home-tabs .title-container .home-tabs-title li:nth-child(3) a:before {
  background-position: -282px 13px;
}
.main-container .home-tabs .title-container .home-tabs-title li:nth-child(4) a:before {
  background-position: -432px 13px;
}
.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: #0B692B;
  color: #0B692B;
}
.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 .our-service {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 95px;
}
.main-container .our-service .image {
  text-align: center;
  margin: 0;
}
.main-container .our-service .static-content {
  background: #fff;
  border: 5px solid #e5e5e5;
  box-shadow: 0 5px 18px 0 rgba(0,0,0,0.1);
  margin: -80px 0 0;
  padding: 100px 30px 30px;
}
.main-container .our-service .static-content .col .box {
  position: relative;
  padding: 0 0 0 100px;
}
.main-container .our-service .static-content .col .box i {
  position: absolute;
  left: 14px;
  top: 0;
  font-size: 0;
  width: 70px;
  height: 70px;
  background: #0B692B;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.main-container .our-service .static-content .col .box i:before {
  font-size: 32px;
}
.main-container .our-service .static-content .col .box i:after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-width: 7px;
  border-style: solid;
  border-top-color: #0B692B;
  border-right-color: #0B692B;
}
.main-container .our-service .static-content .col .box .text h5 {
  font-size: 1.43em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #7d6948;
  line-height: 1;
  margin-bottom: 10px;
}
.main-container .our-service .static-content .col.col-left {
  text-align: right;
}
.main-container .our-service .static-content .col.col-left .box {
  padding: 0 100px 0 0;
}
.main-container .our-service .static-content .col.col-left .box i {
  left: inherit;
  right: 14px;
}
.main-container .our-service .static-content .col.col-left .box i:after {
  border-right-color: transparent;
  border-left-color: #0B692B;
  left: inherit;
  right: -14px;
}
.main-container .our-service.layout2 {
  padding: 0;
}
.main-container .our-service.layout2 .title1 p {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.main-container .our-service.layout2 .title1 .icon {
  margin: 35px 0;
}
.main-container .our-service.layout2 .static-content {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.main-container .our-service.layout2 .box-image {
  margin: 0;
}
.main-container .home-static1 {
  background-attachment: fixed;
}
.main-container .home-static1 .static-content {
  padding: 8em 0;
  text-align: center;
  margin: 0;
}
.main-container .home-static1 .static-content h4 {
  font-size: 7.14em;
  color: #fff;
  line-height: 0.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.main-container .home-static1 .static-content h3 {
  color: #0B692B;
  font-size: 4.28em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}
.main-container .home-static1 .static-content h5 {
  color: #fff;
  font-size: 2.57em;
  font-style: italic;
  font-weight: 400;
}
.main-container .home-static1 .static-content p {
  font-size: 1.43em;
  color: #fff;
  margin-top: 2em;
  line-height: 1.5;
}
.main-container .home-static1 .static-content .shop-now {
  background: none;
  border: 2px solid #fff;
  font-size: 0.7em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin-top: 50px;
  padding-top: 10px;
}
.main-container .home-static2 .box-inner {
  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 .text-content {
  margin: 0;
  text-align: center;
  padding-top: 35px;
}
.main-container .home-static3 {
  padding: 15px 0 15px 15px;
}
.main-container .home-static3 .box {
  padding-right: 15px;
}
.main-container .home-static3 .box.box1 .box-inner,
.main-container .home-static3 .box.box3 .box-inner {
  position: relative;
  overflow: hidden;
}
.main-container .home-static3 .box.box1 .box-inner:hover:before,
.main-container .home-static3 .box.box3 .box-inner:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .home-static3 .box.box1 .box-inner:hover img,
.main-container .home-static3 .box.box3 .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-static3 .box.box1 .box-inner:before,
.main-container .home-static3 .box.box3 .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-static3 .box.box1 .box-inner img,
.main-container .home-static3 .box.box3 .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-static3 .box.box2 .box-inner .content {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 100%;
  display: flex;
  text-align: center;
}
.main-container .home-static3 .box.box2 .box-inner .content .content-inner {
  margin: auto;
}
.main-container .home-static3 .box.box2 .box-inner .content .about-us {
  background: #0B692B;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  margin-top: 30px;
  line-height: 1;
  font-size: 1.285em;
  text-transform: uppercase;
  border-radius: 22px;
  background: #7d6948;
}
.main-container .home-static3 .box.box2 .box-inner .content .about-us:hover {
  background: #7d6948;
  color: #fff;
}
.main-container .home-static3 .box.box2 .box-inner .content .about-us i {
  font-size: 0;
  margin-left: 10px;
}
.main-container .home-static3 .box.box2 .box-inner .content .about-us i:before {
  font-size: 22px;
}
.main-container .home-static3 .box.box2 .box-inner .content .about-us:hover {
  background: #0B692B;
}
.main-container .home-static3 .box .box-inner {
  margin: 0;
  position: relative;
}
.main-container .home-static3 .box .box-inner:after {
  content: "";
  display: table;
  clear: left;
}
.main-container .home-static3 .box .box-inner .bg_image img {
  margin: 0;
}
.main-container .home-static4 .box .box-inner {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.main-container .home-static4 .box .box-inner:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .home-static4 .box .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-static4 .box .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-static4 .box .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-static4 .box .box-inner:not(:last-child) {
  margin-bottom: 30px;
}
.main-container .home-static4 .box .box-inner p {
  margin: 0;
}
.main-container .home-static4 .box .box-inner a img {
  margin: 0;
}
.main-container .home-static4 .box .box-inner h5 {
  background: rgba(243,158,27,0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
}
.main-container .home-static4 .box .box-inner.box-inner2 h5 {
  background: rgba(126,43,9,0.7);
}
.main-container .home-static4 .box .box-inner.box-inner3 h5 {
  background: rgba(223,63,122,0.7);
}
.main-container .home-static4 .box .box-inner.box-inner4 h5 {
  background: rgba(1,77,179,0.7);
}
.main-container .home-static4 .box .box-inner.box-inner5 h5 {
  background: rgba(220,53,0,0.7);
}
.main-container .home-static4 .box .box-inner.box-inner6 h5 {
  background: rgba(220,202,0,0.7);
}
.main-container .deal-off-day .title1 {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto !important;
}
.main-container .deal-off-day .title1 > .wpb_wrapper {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 35px;
  width: 50%;
}
.main-container .deal-off-day .title1 .icon {
  margin-top: 10px;
}
.main-container .deal-off-day .shop-products {
  max-width: 1170px;
  margin: auto;
  position: static;
}
.main-container .deal-off-day .shop-products .product-wrapper .list-col4 {
  width: 50%;
  float: left;
  padding: 0;
}
.main-container .deal-off-day .shop-products .product-wrapper .list-col8 {
  width: 50%;
  float: left;
  padding: 13em 7.7em 0 7.7em;
}
.main-container .deal-off-day .shop-products .product-wrapper .deal-ratings,
.main-container .deal-off-day .shop-products .product-wrapper .deal-cart {
  display: block;
}
.main-container .deal-off-day .shop-products .product-wrapper .add_to_cart_inline {
  margin-top: 20px;
}
.main-container .deal-off-day .shop-products .product-wrapper .add_to_cart_inline a.button {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #7d6948;
  color: #fff;
  border: 0;
  line-height: 47px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.main-container .deal-off-day .shop-products .product-wrapper .add_to_cart_inline a.button:before {
  display: none;
}
.main-container .deal-off-day .shop-products .product-wrapper .add_to_cart_inline a.button:hover,
.main-container .deal-off-day .shop-products .product-wrapper .add_to_cart_inline a.button.added {
  background: #0B692B;
}
.main-container .deal-off-day .shop-products .product-wrapper .count-down {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  width: auto;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
  z-index: 11;
}
.main-container .deal-off-day .shop-products .product-wrapper .product-image {
  border: 5px solid #e7e4dd;
}
.main-container .deal-off-day .shop-products.grid-view .product-wrapper:before {
  display: none;
}
.main-container .deal-off-day .shop-products.grid-view .product-wrapper .product-desc {
  display: block;
  margin-top: 15px;
  border-top: 1px solid #e7e4dd;
  padding-top: 25px;
}
.main-container .deal-off-day .shop-products.grid-view .product-wrapper .gridview .cart-ratings {
  display: none;
}
.main-container .deal-off-day.layout2 .title1 > .wpb_wrapper {
  text-align: center;
  width: 100%;
  padding-right: 82px;
  top: 60px;
}
.main-container .deal-off-day.layout2 .title1 h3 {
  position: relative;
}
.main-container .deal-off-day.layout2 .title1 h3:after {
  content: "";
  height: 3px;
  width: 240px;
  background: #0B692B;
  display: block;
  margin: 15px auto 0;
}
.main-container .deal-off-day.layout2 .shop-products .item-col {
  padding-right: 46px;
}
.main-container .deal-off-day.layout2 .shop-products .product-wrapper {
  border: 5px solid #0B692B;
}
.main-container .deal-off-day.layout2 .shop-products .product-wrapper .box-hover {
  display: none;
}
.main-container .deal-off-day.layout2 .shop-products .product-wrapper .list-col4 {
  position: static;
}
.main-container .deal-off-day.layout2 .shop-products .product-wrapper .product-image {
  border: 0;
  position: static;
}
.main-container .deal-off-day.layout2 .shop-products .product-wrapper .count-down .timebox {
  border-color: #0B692B;
}
.main-container .products-style2 .shop-products .item-col:not(:last-child) .product-wrapper {
  border-bottom: 1px solid #e7e4dd;
}
.main-container .products-style2 .shop-products .product-wrapper {
  background: none;
  padding: 15px 0;
}
.main-container .products-style2 .shop-products .product-wrapper .onsale {
  display: none;
}
.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 .box-hover,
.main-container .products-style2 .shop-products .product-wrapper .cart-ratings {
  display: none;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col4 {
  width: 100px;
  float: left;
  padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col8 {
  margin-left: 130px;
}
.main-container .products-style2 .shop-products.grid-view .item-col .product-wrapper:before {
  display: none;
}
.main-container .testimonials-container {
  position: relative;
  padding: 8em 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: 2em;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 45px;
  position: relative;
  padding-left: 50px;
}
.main-container .testimonials-container .testimonials .testimonials-text:before {
  color: "";
  background: url(../images/testimonial_icon.png) no-repeat;
  height: 36px;
  width: 44px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.main-container .testimonials-container .testimonials .testimonials-text p {
  position: relative;
}
.main-container .testimonials-container .testimonials .quote {
  text-align: center;
}
.main-container .testimonials-container .testimonials .quote .avatar-link {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.main-container .testimonials-container .testimonials .author [itemprop='name'] {
  text-transform: uppercase;
  font-size: 1em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.main-container .testimonials-container .testimonials .author .title {
  color: #bababa;
  font-style: italic;
  display: none;
}
.main-container .testimonials-container .testimonials .author [class*='url'] {
  display: none;
}
.main-container .testimonials-container .testimonials .author a {
  color: #0B692B;
}
.main-container .testimonials-container .testimonials .author a:hover {
  text-decoration: underline;
}
.main-container .testimonials-container2 {
  position: relative;
  padding: 8em 0;
}
.main-container .testimonials-container2 .widget_woothemes_testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main-container .testimonials-container2 .testimonials {
  position: relative;
  z-index: 3;
}
.main-container .testimonials-container2 .testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.main-container .testimonials-container2 .testimonials .testimonials-list {
  margin-left: -15px;
  margin-right: -15px;
}
.main-container .testimonials-container2 .testimonials .owl-item {
  position: relative;
  padding: 0 15px;
}
.main-container .testimonials-container2 .testimonials .testimonials-text {
  border: 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
}
.main-container .testimonials-container2 .testimonials .testimonials-text p {
  position: relative;
}
.main-container .testimonials-container2 .testimonials .quote {
  background: #fff;
  text-align: center;
  padding: 170px 20px 30px;
}
.main-container .testimonials-container2 .testimonials .quote .avatar-link {
  display: block;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%,0);
}
.main-container .testimonials-container2 .testimonials .quote .avatar {
  border-radius: 100%;
}
.main-container .testimonials-container2 .testimonials .author [itemprop='name'] {
  text-transform: uppercase;
  font-size: 1em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #222222;
  letter-spacing: 2px;
}
.main-container .testimonials-container2 .testimonials .author .title {
  color: #bababa;
  font-style: italic;
  display: none;
}
.main-container .testimonials-container2 .testimonials .author [class*='url'] {
  display: none;
}
.main-container .testimonials-container2 .testimonials .author a {
  color: #0B692B;
}
.main-container .testimonials-container2 .testimonials .author a:hover {
  text-decoration: underline;
}
.main-container .latest-posts .posts-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.main-container .latest-posts .posts-carousel .item-col {
  padding-left: 15px;
  padding-right: 15px;
}
.main-container .latest-posts .item-col:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.main-container .latest-posts .item-col:not(:last-child):after {
  content: "";
  width: 90%;
  float: right;
  border-bottom: 1px solid #e7e4dd;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-container .latest-posts .post-wrapper:after {
  content: "";
  display: table;
  clear: left;
}
.main-container .latest-posts .post-wrapper .post-thumb {
  margin-bottom: 30px;
}
.main-container .latest-posts .post-wrapper .post-info {
  padding-left: 130px;
  position: relative;
}
.main-container .latest-posts .post-wrapper .post-info .post-title {
  font-weight: 400;
  font-size: 2.14em;
  line-height: 1;
  margin-bottom: 10px;
}
.main-container .latest-posts .post-wrapper .post-info .post-title a {
  color: #222222;
}
.main-container .latest-posts .post-wrapper .post-info .post-title a:hover {
  color: #0B692B;
}
.main-container .latest-posts .post-wrapper .post-info .post-date {
  box-shadow: 0 5px 18px rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #e7e4dd;
  text-align: center;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width: 100px;
}
.main-container .latest-posts .post-wrapper .post-info .post-date span {
  font-size: 0.857em;
  text-transform: uppercase;
  color: #999;
  padding: 5px 0;
  display: inline-block;
}
.main-container .latest-posts .post-wrapper .post-info .post-date .day {
  display: block;
  border-bottom: 1px solid #e7e4dd;
  font-size: 2.85em;
  font-weight: 700;
  color: #0B692B;
  padding: 30px 0;
}
.main-container .latest-posts .post-wrapper .post-info .post-date .month {
  font-weight: 700;
}
.main-container .latest-posts .post-wrapper .post-info .post-meta {
  margin-bottom: 10px;
}
.main-container .latest-posts .post-wrapper .post-info .post-meta span {
  color: #a5a5a5;
  display: inline-block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.78em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.main-container .latest-posts .post-wrapper .post-info .post-meta span.post-author a {
  color: #a5a5a5;
}
.main-container .latest-posts .post-wrapper .post-info .post-meta span.post-author a:before {
  content: "\e001";
  font-family: 'simple-line-icons';
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.main-container .latest-posts .post-wrapper .post-info .post-meta span.post-slash {
  margin: 0 10px;
}
.main-container .latest-posts .post-wrapper .post-info .post-meta span.post-comment:before {
  content: "\e04a";
  font-family: 'simple-line-icons';
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.main-container .latest-posts .post-wrapper .post-info .readmore {
  display: none;
}
.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: 80%;
  float: right;
  border-bottom: 1px solid #e7e4dd;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.main-container .latest-posts-container .post-wrapper:after {
  content: "";
  display: table;
  clear: left;
}
.main-container .latest-posts-container .post-wrapper .post-thumb {
  width: 23%;
  float: left;
  padding-right: 5.38em;
}
.main-container .latest-posts-container .post-wrapper .post-info {
  width: 77%;
  padding-left: 10em;
  float: left;
  position: relative;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title {
  font-weight: 400;
  font-size: 2.14em;
  line-height: 1;
  margin-bottom: 10px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a {
  color: #222222;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a:hover {
  color: #0B692B;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-date {
  box-shadow: 0 5px 18px rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #e7e4dd;
  text-align: center;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width: 7.7em;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-date span {
  font-size: 0.857em;
  text-transform: uppercase;
  color: #999;
  padding: 5px 0;
  display: inline-block;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-date .day {
  display: block;
  border-bottom: 1px solid #e7e4dd;
  font-size: 2.85em;
  font-weight: 700;
  color: #0B692B;
  padding: 30px 0;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-date .month {
  font-weight: 700;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta {
  margin-bottom: 10px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span {
  color: #a5a5a5;
  display: inline-block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.78em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-author a {
  color: #a5a5a5;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-author a:before {
  content: "\e001";
  font-family: 'simple-line-icons';
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  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:before {
  content: "\e04a";
  font-family: 'simple-line-icons';
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore {
  display: none;
}
.main-container .brands-carousel .slick-slider {
  margin: 0;
}
.main-container .brands-carousel .slick-slider button.slick-prev {
  left: -22px;
  right: auto;
}
.main-container .brands-carousel .slick-slider button.slick-next {
  left: auto;
  right: -22px;
}
.main-container .brands-carousel .slick-slide {
  text-align: center;
}
.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 .box-product {
  padding: 5em 0;
  background-position: center !important;
}
.main-container .box-product .special-deal {
  margin-top: 40px;
}
.main-container .box-product .special-deal .shop-products .product-wrapper {
  background: none;
}
.main-container .box-product .special-deal .shop-products .product-wrapper:before {
  display: none;
}
.main-container .box-product .special-deal .shop-products .product-wrapper:hover {
  box-shadow: none;
  border: 0;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .product-image .onsale,
.main-container .box-product .special-deal .shop-products .product-wrapper .product-image a,
.main-container .box-product .special-deal .shop-products .product-wrapper .product-image .box-hover {
  display: none;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .product-image .count-down {
  display: block;
  position: static;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .deal-ratings,
.main-container .box-product .special-deal .shop-products .product-wrapper .deal-cart,
.main-container .box-product .special-deal .shop-products .product-wrapper .product-desc {
  display: block;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .gridview .cart-ratings {
  display: none;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .add_to_cart_inline {
  margin-top: 20px;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .add_to_cart_inline a.button {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #7d6948;
  color: #fff;
  border: 0;
  line-height: 47px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .add_to_cart_inline a.button:before {
  display: none;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .add_to_cart_inline a.button:hover,
.main-container .box-product .special-deal .shop-products .product-wrapper .add_to_cart_inline a.button.added {
  background: #0B692B;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .product-desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .count-down {
  margin: 0;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .count-down .timebox {
  width: 85px;
  height: 85px;
  display: inline-block;
  border: 0;
  background: #0B692B;
  color: #fff;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .count-down .timebox:not(:last-child) {
  margin-right: 10px;
}
.main-container .box-product .special-deal .shop-products .product-wrapper .count-down .timebox strong {
  font-size: 24px;
  line-height: 85px;
}
.main-container .box-product .special-deal .shop-products.grid-view .product-wrapper .list-col4 {
  padding: 0;
}
.main-container .box-product .products-style2 {
  margin-top: 40px;
}
.main-container .shop-now {
  background: #0B692B;
  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 {
  background: #7d6948;
  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 .group-modul .title2 {
  background: #0B692B;
}
.main-container .bestseller-products.products-style2 .shop-products {
  margin: 0 -15px;
}
.main-container .bestseller-products.products-style2 .shop-products .item-col {
  padding: 0 15px;
}
.main-container .bestseller-products.products-style2 .shop-products .item-col .product-wrapper {
  border-bottom: 1px solid #e7e4dd;
}
.main-container .bestseller-products.products-style2 .shop-products .group:last-child .item-col .product-wrapper {
  border-bottom: 0;
}
.main-container .box-top .static-block .box-inner {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.main-container .box-top .static-block .box-inner:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .box-top .static-block .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 .box-top .static-block .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 .box-top .static-block .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 .box-top .static-block .box-inner:not(:last-child) {
  margin-bottom: 30px;
}
.main-container .home-static5 .box .block-title {
  text-align: center;
}
.main-container .home-static5 .box .block-title h4 {
  text-transform: uppercase;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #7d6948;
}
.main-container .home-static5 .box .block-title h5 {
  text-transform: uppercase;
  color: #999999;
  font-weight: 400;
}
.main-container .home-static5 .box .image {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.main-container .home-static5 .box .image:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .home-static5 .box .image: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-static5 .box .image: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-static5 .box .image 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;
}
.footer.footer-2 .f-col.with-border:before,
.footer.footer-3 .f-col.with-border:before {
  border-color: rgba(255,255,255,0.2);
}
.footer.footer-2 .footer-bottom > .row-container:before,
.footer.footer-3 .footer-bottom > .row-container:before {
  border-color: rgba(255,255,255,0.2);
}
.footer.footer-4 .f-col.with-border:before {
  border-color: rgba(255,255,255,0.2);
}
.footer.footer-4 .footer-bottom > .row-container:before {
  border-color: rgba(255,255,255,0.2);
}
.footer.footer-4 .footer-top .title-newsletter h3 {
  color: #fff;
}
.footer.footer-4 .footer-top .newsletter-container .mc4wp-form-fields .from-input button:hover {
  background: #000;
}
.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;
}
