@font-face {
  font-family: 'MyriadPro';
  src: url("fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Willona';
  src: url("../fonts/Willona.otf") format("opentype"), url("../fonts/Willona.ttf") format("truetype"), url("../fonts/Willona Brush.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GreatVibes';
  src: url("../fonts/GreatVibes-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 14px;
  font-family: 'Lato', Arial;
  color: #696969;
  font-weight: normal; }

a {
  color: #afafaf;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.blog_post_desc img.alignright {
  display: inline;
  float: right;
  margin-right: 10px; }

.blog_post_desc img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.entry-content > p + h3,
.entry-content > ol + h3 {
  margin-bottom: 20px;
  margin-top: 40px; }

.entry-content > h3 {
  margin-bottom: 20px; }

a:focus,
a:hover {
  color: #94c347; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important; }

ul, ol {
  margin: 0;
  padding-left: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }
    ul li:focus, ol li:focus {
      outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #696969;
  margin: 0;
  line-height: 100%;
  font-weight: 700; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

p {
  line-height: 24px; }

img {
  max-width: 100%; }

button:focus, button:active, button:active:focus, button:focus:active {
  outline: none !important; }

.btn-primary:active {
  background: #9777be !important;
  border-color: #9777be !important; }
.btn-primary.active {
  background: #9777be !important;
  border-color: #9777be !important; }

input, textarea {
  background: #ebebeb none repeat scroll 0 0;
  padding: 12px 12px 11px;
  border: medium none;
  color: #111;
  box-shadow: none; }

input:focus,
textarea:focus {
  outline: none !important; }

input {
  line-height: normal;
  border-radius: 0; }

figure {
  position: relative; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: medium none;
  height: 40px;
  background: #fafafa url("../images/icon/bg-arrow.png") no-repeat scroll 96% center;
  text-transform: capitalize;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.input-text::-ms-input-placeholder {
  opacity: 1; }

.input-text::-moz-placeholder {
  opacity: 1; }

.input-text::-o-placeholder {
  opacity: 1; }

.input-text::-webkit-input-placeholder {
  opacity: 1; }

.textarea::-ms-input-placeholder {
  opacity: 1; }

.textarea::-moz-placeholder {
  opacity: 1; }

.textarea::-o-placeholder {
  opacity: 1; }

.textarea::-webkit-input-placeholder {
  opacity: 1; }

.comment-respond .comment-form textarea,
.comment-respond .comment-form input {
  color: #696969; }
.comment-respond .comment-form button {
  margin-top: 15px; }

/*.gmap {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}*/
.f-float {
  float: right; }

.float-left {
  float: left; }

.no-padding {
  padding: 0; }

.full-page .container-fluid, .footer-v3 .container-fluid, .header-v3 .container-fluid {
  padding: 0 100px; }

.bg-fix {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.has-overlay {
  position: relative; }
  .has-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5; }

.entry-title {
  margin-bottom: 34px; }
  .entry-title h2 {
    font-weight: 300;
    text-transform: none;
    color: #3a3a3b;
    display: inline-block;
    margin-bottom: 12px; }
    .entry-title h2 span {
      font-weight: 700; }
  .entry-title.text-white h2 {
    color: #fff; }
  .entry-title.text-white .icon-8 {
    color: #fff; }
  .entry-title p {
    font-family: Lato;
    font-size: 18px;
    font-style: italic;
    margin-bottom: -5px;
    padding-top: 10px;
    line-height: 30px; }

.icon-title {
  position: relative;
  width: auto; }
  .icon-title .icon-8 {
    font-size: 25px;
    color: #94c347; }
  .icon-title:before {
    position: absolute;
    content: "";
    left: 35px;
    top: 11px;
    background: #94c347;
    width: 45px;
    height: 1px; }

.text-center .icon-title:before {
  margin-left: 24px;
  left: 50%;
  background: #94c347;
  top: 12px;
  width: 33px; }
.text-center .icon-title:after {
  position: absolute;
  content: "";
  margin-right: 24px;
  right: 50%;
  left: auto;
  top: 12px;
  background: #94c347;
  width: 33px;
  height: 1px; }
.text-center.text-white .icon-title:before {
  background: #fff; }
.text-center.text-white .icon-title:after {
  background: #fff; }

.product-content,
.quick-view,
.blog-list .blog-img > a::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.add-to {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.quick-view {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.bg-hover::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 96%;
  left: 2%;
  opacity: 0;
  position: absolute;
  top: 2%;
  width: 96%;
  padding: 2%;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.bg-hover2::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 1; }

.promo-2 .promo-banner::after,
.promo-2 .text-left,
.bg-hover2::before,
.widget_categories_list li,
.instagram-container li a::before,
.instagram-container li a::after,
.vertical-menu,
.gallery-desc a,
.gallery-desc p,
.open-vertical {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.promo-2 h2::before,
.promo-2 h2::after {
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out; }

.icon-left, .widget_categories_list li:after {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.link-network {
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }

.scroll-to-top {
  background: #fff none repeat scroll 0 0;
  border-style: solid;
  border-width: 1px;
  bottom: -100px;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  padding: 3px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 35px;
  z-index: 9999; }

.line {
  background: #e1e1e1 none repeat scroll 0 0;
  margin-right: 75px;
  height: 1px;
  position: relative;
  top: 16px;
  overflow: hidden; }

.main-sidebar .title-search {
  display: inline-block;
  font-size: 25px;
  text-transform: none;
  margin-bottom: 4px;
  padding-top: 6px; }
.main-sidebar .searchform {
  display: inline-block;
  float: right;
  width: 58.3333%; }
  .main-sidebar .searchform .button {
    background: #94c347 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 0 11px;
    text-transform: uppercase;
    width: auto;
    border-radius: 0 4px 4px 0; }
    .main-sidebar .searchform .button i {
      margin-left: 10px; }

.header-top {
  height: 40px;
  background: #222; }

.hide-headertop .header-top {
  display: none !important; }

.header-v7.is-sticky .header-bottom {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 50px;
  overflow: hidden;
  margin-top: -50px; }

.link-contact {
  margin-top: 7px; }
  .link-contact p {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 35px; }
    .link-contact p a {
      font-size: 13px;
      color: #afafaf;
      letter-spacing: 0.2px; }
      .link-contact p a:hover {
        color: #fff; }
    .link-contact p i {
      padding-right: 7px; }
    .link-contact p:before {
      position: absolute;
      right: 15px;
      top: 7px;
      height: 13px;
      width: 1px;
      background: #afafaf;
      content: ""; }
    .link-contact p:last-child:before {
      display: none; }

.top-link {
  margin-top: 7px;
  text-align: right; }
  .top-link .customlinks {
    padding: 0 8px;
    display: inline-block;
    position: relative; }
    .top-link .customlinks > a {
      color: #fff; }
      .top-link .customlinks > a:hover {
        color: #94c347; }
    .top-link .customlinks:last-child {
      padding-right: 0; }
      .top-link .customlinks:last-child:before {
        display: none; }
    .top-link .customlinks:before {
      background: #fff;
      height: 13px;
      width: 1px;
      content: "";
      right: -2px;
      top: 6px;
      position: absolute; }
    .top-link .customlinks li a {
      padding: 7px 13px;
      display: block; }
    .top-link .customlinks li:last-child a {
      padding-bottom: 10px; }

.header-bottom {
  background: #3a3a3b;
  text-align: center;
  padding: 16px 0; }

.right-header {
  float: right; }

.currency_custom {
  float: left; }

.languges-flags {
  float: left; }

.header-v9 .mega-menu > li > a, .header-v9 .right-header, .header-v9 a.cart_label, .header-v9 .search-block-top > .btn-search,
.header-v9 .open-menu-mobile {
  color: #fff; }
.header-v9 .mega-menu > li > a {
  border: none !important;
  font-weight: bold;
  letter-spacing: 1px; }
.header-v9 .main-navigation {
  background: #f8af00;
  border: none;
  position: relative; }
.header-v9 .header-logo {
  position: absolute;
  top: 16px;
  left: 25px; }
.header-v9 .header_menu {
  text-align: center;
  padding: 0 50px;
  position: relative; }
.header-v9 .header-right {
  position: absolute;
  right: 25px;
  top: 0; }
  .header-v9 .header-right .h_icon {
    font-size: 24px;
    color: #fff;
    padding-bottom: 25px;
    display: block; }
  .header-v9 .header-right .cart-block {
    top: 100%; }
  .header-v9 .header-right .customlinks .dropdown-menu {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.05); }
    .header-v9 .header-right .customlinks .dropdown-menu li a {
      display: block;
      padding: 10px 20px;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      transition: all 0.8s ease;
      color: #828282; }
.header-v9 .top-search {
  top: 100%; }
.header-v9 .header-account {
  display: inline-block; }
  .header-v9 .header-account .dropdown-menu {
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
    left: auto; }
    .header-v9 .header-account .dropdown-menu.active {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      visibility: visible; }
.header-v9 .search-block-top .btn-search, .header-v9 .cart_label {
  border: none; }
.header-v9 .number-product {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  right: 16px;
  padding: 1.2px;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 100%; }

.header-mobile {
  opacity: 0;
  visibility: hidden; }

#advanced-menu-hide {
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.fixed-header .header-v2 {
  position: absolute; }

.header-v2 {
  width: 100%;
  z-index: 999; }
  .header-v2 .header-top {
    background: none;
    height: 53px; }
  .header-v2 .link-contact {
    margin-top: 13px; }
  .header-v2 .header-logo {
    margin-top: 10px; }
  .header-v2 .customlinks .dropdown-menu {
    top: 39px;
    right: 0;
    left: auto; }
  .header-v2 .main-navigation {
    background: none;
    border-top: 1px dashed #b0b8bf;
    border-bottom: 1px dashed #b0b8bf; }
  .header-v2 .mega-menu {
    float: right; }
    .header-v2 .mega-menu > li > a {
      border: none;
      color: #fff;
      padding: 22px 20px 25px; }
      .header-v2 .mega-menu > li > a:before {
        background: #fff;
        content: "";
        bottom: -2px;
        height: 3px; }
      .header-v2 .mega-menu > li > a:hover:before {
        width: 60%;
        margin-left: 20px; }
    .header-v2 .mega-menu > li:first-child > a {
      border-left: none; }
    .header-v2 .mega-menu .dropdown-menu {
      top: 69px;
      width: 100%;
      left: -60px; }
      .header-v2 .mega-menu .dropdown-menu li a {
        padding: 6px 18px; }
  .header-v2 .right-header {
    color: #fff; }
    .header-v2 .right-header > li {
      border-right: 0; }
  .header-v2 .link-contact p a {
    color: #fff; }
    .header-v2 .link-contact p a:hover {
      color: #94c347; }
  .header-v2 .top-link {
    margin-top: 14px; }
    .header-v2 .top-link .customlinks {
      float: right;
      padding: 0 16px; }
      .header-v2 .top-link .customlinks.link-checkout {
        position: relative; }
        .header-v2 .top-link .customlinks.link-checkout:before {
          display: none; }
        .header-v2 .top-link .customlinks.link-checkout .number-product {
          position: absolute;
          height: 20px;
          width: 20px;
          color: #fff;
          font-size: 10px;
          background: #94c347;
          border-radius: 50%;
          top: -10px;
          right: 0;
          line-height: 20px;
          text-align: center; }
      .header-v2 .top-link .customlinks:before {
        top: 5px;
        right: 0; }
      .header-v2 .top-link .customlinks:last-child:before {
        display: block; }
      .header-v2 .top-link .customlinks:hover > a {
        color: #94c347; }
  .header-v2 .top-link .customlinks .mini-cart li a {
    padding: 0; }
  .header-v2 .search-block-top .btn-search {
    padding: 22px 20px;
    border: none; }
  .header-v2 .top-search {
    top: 68px; }
  .header-v2 form .btn-search {
    color: #828282; }
  .header-v2 .cart-block {
    top: 40px; }
  .header-v2 .cart_label {
    color: #fff;
    padding: 0;
    border: none; }

.header-v3 .header-logo {
  margin-top: 18px; }
.header-v3 .dropdown-menu {
  top: 80px; }
.header-v3 .main-navigation {
  border: none; }
  .header-v3 .main-navigation .mega-menu > li > a {
    color: #fff;
    padding: 30px 15px;
    border: none; }
    .header-v3 .main-navigation .mega-menu > li > a:hover {
      background: #464647; }
    .header-v3 .main-navigation .mega-menu > li > a::before {
      content: none; }
  .header-v3 .main-navigation .mega-menu .dropdown-menu {
    top: 80px;
    width: 100%; }
.header-v3 .right-header {
  float: right; }
  .header-v3 .right-header .search-block-top, .header-v3 .right-header .mini-cart, .header-v3 .right-header .top-link {
    border-left: 1px solid #464646; }
  .header-v3 .right-header .top-link {
    border-right: 1px solid #464646; }
  .header-v3 .right-header .search-block-top .btn-search {
    border: none; }
  .header-v3 .right-header .top-search {
    right: 0;
    top: 82px;
    z-index: 99999; }
    .header-v3 .right-header .top-search form span {
      color: #828282; }
  .header-v3 .right-header .btn-search {
    color: #fff;
    display: block;
    padding: 30px 13px; }
    .header-v3 .right-header .btn-search:hover {
      color: #94c347; }
  .header-v3 .right-header .cart-block {
    right: 0;
    top: 81px; }
  .header-v3 .right-header .cart_label {
    color: #fff;
    border: none;
    display: block;
    padding: 30px 13px; }
    .header-v3 .right-header .cart_label:hover {
      color: #94c347; }
  .header-v3 .right-header .top-link {
    display: inline-block;
    margin-top: 0; }
    .header-v3 .right-header .top-link .dropdown-menu {
      right: 0;
      left: auto; }
    .header-v3 .right-header .top-link > ul > li {
      position: relative;
      padding-left: 0; }
      .header-v3 .right-header .top-link > ul > li > a {
        display: block;
        padding: 30px 13px; }

.header-v4 .btn-open {
  color: #000000; }
.header-v4 .link-contact {
  margin-top: 10px; }
.header-v4 .top-link {
  margin-top: 11px; }
.header-v4 .header-top {
  height: 45px; }
.header-v4 .top-link .customlinks {
  padding: 0 16px; }
  .header-v4 .top-link .customlinks i {
    margin-right: 3px; }
.header-v4.is-sticky .main-navigation {
  background: #f2f2f2; }
.header-v4 .right-header {
  color: #000; }
.header-v4 .header-logo {
  margin-top: 18px; }
.header-v4 .mega-menu li a {
  padding: 35px 16px;
  border: 0;
  color: #000; }
  .header-v4 .mega-menu li a:hover, .header-v4 .mega-menu li a:focus {
    color: #94c347; }
.header-v4 .mega-menu > li:first-child > a {
  border: 0; }
.header-v4 .main-navigation {
  border-bottom: 0;
  border-top: 0;
  background-color: #fff; }
.header-v4 .search-block-top .btn-search {
  border: 0;
  padding: 35px 20px; }
.header-v4 .header-top {
  background-color: #f2f2f2; }
.header-v4 .link-contact p:before {
  height: 0; }
.header-v4 .link-contact p i {
  color: #94c347; }
.header-v4 .link-contact p a:hover {
  color: #94c347; }
.header-v4 .top-link .customlinks:before {
  height: 0; }
.header-v4 .top-link .customlinks i {
  color: #94c347; }
.header-v4 .top-link .customlinks > a {
  color: #afafaf; }
.header-v4 .mega-menu .dropdown-menu {
  left: -60px;
  top: 69px;
  width: 100%; }
.header-v4 .mega-menu .dropdown-menu li a {
  padding: 6px 20px; }
.header-v4.is-sticky .search-block-top > .btn-search {
  padding: 25px 20px; }
.header-v4.is-sticky ul.mega-menu > li > a {
  padding: 25px 16px; }
.header-v4.is-sticky .header-logo {
  margin-top: 8px; }

.header-v5 .megamenu .dropdown-menu {
  left: 15px; }
.header-v5 .contact_v5 i {
  font-size: 24px;
  color: #94c347;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 2px; }
.header-v5 .cart-block {
  top: 54px; }
.header-v5.is-sticky .sticky-logo {
  top: 6px;
  left: 15px; }
.header-v5.is-sticky .menu-primary-menu-container {
  background: transparent; }
.header-v5.is-sticky .main-navigation {
  background: #3a3a3b;
  padding: 1px 0 4px; }
  .header-v5.is-sticky .main-navigation .mega-menu > li > a {
    color: #afafaf; }
.header-v5.is-sticky .right-header {
  color: #afafaf; }
.header-v5.is-sticky .mini-cart.hidden-lg {
  display: inline-block !important;
  margin-left: 13px; }
  .header-v5.is-sticky .mini-cart.hidden-lg:before {
    height: 0; }
  .header-v5.is-sticky .mini-cart.hidden-lg .cart_label i {
    color: #fff; }
.header-v5 .right-header {
  float: none; }
.header-v5 .search-block-top > .btn-search {
  color: #fff;
  border: 0;
  padding: 15px 10px 18px; }
  .header-v5 .search-block-top > .btn-search:hover {
    color: #fff; }
.header-v5 .header-bottom {
  padding: 27px 0; }
.header-v5 .padding_10 {
  padding-top: 10px; }
.header-v5 .menu-primary-menu-container {
  background-color: #94c347;
  text-align: center; }
.header-v5 .main-navigation {
  border: 0;
  margin-bottom: 30px; }
  .header-v5 .main-navigation .mega-menu > li > a {
    border: 0;
    color: #fff;
    padding: 20px; }
.header-v5 .header-bottom, .header-v5 .main-navigation {
  background-color: transparent; }
.header-v5 .header-top {
  background: #f2f2f2; }
.header-v5 .header-slogan .link-contact p {
  color: #afafaf; }
.header-v5 .top-link .customlinks::before {
  height: 0; }
.header-v5 .top-link .customlinks > a {
  color: #afafaf; }
  .header-v5 .top-link .customlinks > a i {
    color: #94c347;
    margin-right: 3px; }
.header-v5 .cart_label {
  border-right: 0;
  padding: 0; }
  .header-v5 .cart_label i {
    font-size: 24px;
    color: #94c347; }
.header-v5 .mini-cart .number-product {
  right: -7px;
  top: -7px;
  background: #94c347 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 20px; }
.header-v5 .mini-cart {
  position: relative; }
  .header-v5 .mini-cart:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: -11px;
    top: 9px;
    width: 1px; }
  .header-v5 .mini-cart span {
    margin-left: 10px;
    color: #1d1d1d; }
.header-v5 .cart_5 > span.amount {
  margin-left: 20px;
  color: #afafaf; }

.fixed-header .header-v6 {
  position: absolute; }
  .fixed-header .header-v6.is-sticky {
    position: fixed; }
    .fixed-header .header-v6.is-sticky .header-logo {
      bottom: -42px;
      padding: 0 20px;
      background: transparent; }
      .fixed-header .header-v6.is-sticky .header-logo img {
        height: 60px;
        max-width: 100%; }
    .fixed-header .header-v6.is-sticky .main-navigation {
      background: #3a3a3b; }

header.header-v6 .languges-flags::before, header.header-v6 .currency_custom::before {
  background: #afafaf;
  top: 5px; }

header.header-v6 .languges-flags, header.header-v6 .currency_custom {
  padding: 0 14px; }

a.lang_sel_sel {
  position: relative; }
  a.lang_sel_sel:before {
    content: '\f0ac';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: -18px;
    color: #94c347; }

#lang_sel ul li ul {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  visibility: hidden;
  background: #fff none repeat scroll 0 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 39px;
  width: 150px;
  z-index: 99; }
  #lang_sel ul li ul.open {
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible; }

.header-v6 {
  width: 100%;
  z-index: 999; }
  .header-v6 .top-link .customlinks::before {
    background: #afafaf; }
  .header-v6 .logo_center > div {
    position: relative;
    z-index: 2; }
  .header-v6 .header-top {
    background: none;
    height: 65px; }
  .header-v6 .link-contact {
    margin-top: 20px; }
    .header-v6 .link-contact span {
      color: #afafaf; }
    .header-v6 .link-contact i {
      color: #94c347; }
  .header-v6 .header-logo {
    border-radius: 50%;
    bottom: -43px;
    display: block;
    height: 165px;
    left: 50%;
    line-height: 149px;
    margin: 0 0 0 -82px;
    position: absolute;
    text-align: center;
    width: 165px;
    background: url(../images/bg_logo.png) center; }
    .header-v6 .header-logo img {
      position: relative;
      z-index: 999; }
  .header-v6 .customlinks .dropdown-menu {
    top: 39px;
    right: 0;
    left: auto; }
  .header-v6 .main-navigation {
    background: rgba(0, 0, 0, 0.3);
    border: 0;
    position: relative; }
  .header-v6 .mega-menu {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 80px; }
    .header-v6 .mega-menu > li {
      position: relative; }
      .header-v6 .mega-menu > li.current-menu-parent:before, .header-v6 .mega-menu > li.current_page_parent:before, .header-v6 .mega-menu > li.current_page_item:before {
        background: #94c347 none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 6px;
        position: absolute;
        top: 38px;
        width: 5px; }
      .header-v6 .mega-menu > li.current-menu-parent > a, .header-v6 .mega-menu > li.current_page_parent > a, .header-v6 .mega-menu > li.current_page_item > a {
        color: #94c347; }
      .header-v6 .mega-menu > li:nth-of-type(4) {
        margin-left: 283px; }
      .header-v6 .mega-menu > li > a {
        border: none;
        color: #fff;
        padding: 30px 20px 31px; }
        .header-v6 .mega-menu > li > a:before {
          content: "";
          bottom: -2px;
          height: 3px; }
      .header-v6 .mega-menu > li:first-child > a {
        border-left: none; }
    .header-v6 .mega-menu .dropdown-menu {
      top: 103%;
      width: 100%;
      left: 0; }
      .header-v6 .mega-menu .dropdown-menu li a {
        padding: 6px 18px; }
  .header-v6 .right-header {
    position: absolute;
    float: none;
    color: #fff;
    right: 11%; }
    .header-v6 .right-header > li {
      border-right: 0; }
  .header-v6 .link-contact p a {
    color: #fff; }
    .header-v6 .link-contact p a:hover {
      color: #94c347; }
  .header-v6 .top-link {
    margin-top: 21px; }
    .header-v6 .top-link .customlinks {
      float: right;
      padding: 0 16px; }
      .header-v6 .top-link .customlinks > a {
        color: #afafaf; }
      .header-v6 .top-link .customlinks i {
        color: #94c347;
        margin-right: 3px; }
      .header-v6 .top-link .customlinks.link-checkout {
        position: relative; }
        .header-v6 .top-link .customlinks.link-checkout:before {
          display: none; }
        .header-v6 .top-link .customlinks.link-checkout .number-product {
          position: absolute;
          height: 17px;
          width: 17px;
          color: #fff;
          font-size: 8px;
          border: 1px solid #fff;
          border-radius: 50%;
          top: -10px;
          right: -18px;
          line-height: 15px;
          text-align: center; }
        .header-v6 .top-link .customlinks.link-checkout .mini-cart:hover .number-product {
          background: #94c347;
          border: 1px solid #94c347; }
      .header-v6 .top-link .customlinks:before {
        top: 5px;
        right: 0; }
      .header-v6 .top-link .customlinks:last-child:before {
        display: block; }
      .header-v6 .top-link .customlinks:hover > a {
        color: #94c347; }
  .header-v6 .top-link .customlinks .mini-cart li a {
    padding: 0; }
  .header-v6 .search-block-top .btn-search {
    padding: 30px 0;
    border: none; }
  .header-v6 .top-search {
    top: 80px; }
  .header-v6 form .btn-search {
    color: #828282; }
  .header-v6 .cart-block {
    top: 40px; }
  .header-v6 .cart_label {
    color: #fff;
    padding: 0;
    border: none; }

@-moz-document url-prefix() {
  .header-v6 .mega-menu > li > a {
    padding: 30px 20px; }

  .header-v6 .header-logo {
    bottom: -42px; } }
.header-v7 .text-slogan {
  text-transform: uppercase;
  padding-top: 9px;
  font-family: "Open Sans", Arial; }
.header-v7 .top-link .customlinks {
  padding: 2px 13px;
  display: inline-block;
  position: relative; }
  .header-v7 .top-link .customlinks:last-child {
    padding-right: 0; }
  .header-v7 .top-link .customlinks a:hover {
    color: #fff;
    text-decoration: underline; }
.header-v7 .top-link .languges-flags #lang_sel > ul > li > a {
  color: #fff; }
  .header-v7 .top-link .languges-flags #lang_sel > ul > li > a:hover {
    text-decoration: underline; }
.header-v7 .languges-flags:before, .header-v7 .currency_custom:before {
  top: 4px; }
.header-v7 .header-bottom {
  text-align: left; }
  .header-v7 .header-bottom .header-logo {
    padding-top: 40px;
    margin-left: -15px; }
  .header-v7 .header-bottom .header-banner {
    text-align: center;
    padding: 15px;
    border: 1px solid #cccccc;
    max-width: 294px;
    /* margin: 0 auto; */
    margin: 15px 23px 10px 45px;
    position: relative; }
    .header-v7 .header-bottom .header-banner h5 {
      font-family: "Open Sans", Arial;
      text-transform: uppercase;
      color: #333333;
      font-weight: bold; }
    .header-v7 .header-bottom .header-banner h6 {
      font-size: 14px;
      text-transform: uppercase;
      color: #777777;
      line-height: 24px;
      padding-top: 10px;
      font-weight: normal; }
    .header-v7 .header-bottom .header-banner h6.main_color {
      line-height: 16px;
      padding-top: 0px; }
    .header-v7 .header-bottom .header-banner:before {
      content: "";
      position: absolute;
      border: 1px solid #ccc;
      top: 3px;
      left: 3px;
      bottom: 3px;
      right: 3px; }
  .header-v7 .header-bottom .header_contact_info {
    padding-top: 35px;
    text-align: right;
    padding-left: 0;
    padding-right: 0; }
    .header-v7 .header-bottom .header_contact_info a {
      font-family: "Open Sans", Arial;
      font-size: 14px;
      color: inherit; }
      .header-v7 .header-bottom .header_contact_info a > i {
        font-size: 20px;
        padding-right: 5px; }
      .header-v7 .header-bottom .header_contact_info a:hover {
        color: #94c347; }
      .header-v7 .header-bottom .header_contact_info a:nth-child(2) i.fa-envelope {
        font-size: 20px;
        padding-right: 10px;
        padding-top: 1px;
        padding-left: 18px; }
  .header-v7 .header-bottom .search-block-top {
    display: block;
    width: 100%;
    text-align: right; }
    .header-v7 .header-bottom .search-block-top .btn-search {
      display: none; }
    .header-v7 .header-bottom .search-block-top .top-search {
      position: relative;
      opacity: 1;
      top: 20px;
      visibility: visible;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
.header-v7 .search-block-top {
  display: block;
  text-align: right; }
  .header-v7 .search-block-top .top-search {
    padding-left: 0;
    right: 0;
    width: 100%;
    max-width: 360px;
    float: right; }
    .header-v7 .search-block-top .top-search .search-field {
      float: right;
      height: auto;
      padding: 6px 35px 9px 10px;
      width: 100%;
      color: #999;
      background: #f2f2f2;
      font-family: "Open Sans", Arial;
      height: 34px; }
      .header-v7 .search-block-top .top-search .search-field:not(.placeholder) {
        padding: 6px 35px 9px 10px !important; }
    .header-v7 .search-block-top .top-search .btn-search {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      display: block;
      background: #94c347;
      width: 45px;
      height: 34px;
      top: 0;
      margin-top: 0;
      right: 0;
      font-size: 16px;
      color: #fff; }
.header-v7 .main-navigation {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 3px; }
  .header-v7 .main-navigation .mega-menu > li {
    padding: 0 30px 0 29px; }
  .header-v7 .main-navigation .header-logo, .header-v7 .main-navigation .search-block-top {
    display: none; }
  .header-v7 .main-navigation .mega-menu > li > a {
    border: none;
    padding: 15px 5px 16px;
    color: inherit;
    font-family: "Open Sans", Arial;
    font-weight: bold;
    font-size: 14px;
    position: relative; }
    .header-v7 .main-navigation .mega-menu > li > a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 3px;
      left: 0;
      background: #94c347;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      top: 0; }
    .header-v7 .main-navigation .mega-menu > li > a:hover {
      color: #94c347; }
      .header-v7 .main-navigation .mega-menu > li > a:hover:before {
        width: 100%; }
    .header-v7 .main-navigation .mega-menu > li > a:after {
      font-family: FontAwesome;
      font-size: 7px;
      color: #ccc;
      content: "\f111";
      position: absolute;
      top: 22px;
      right: -36px; }
    .header-v7 .main-navigation .mega-menu > li > a > .icon-next {
      display: none; }
  .header-v7 .main-navigation .mega-menu > li:first-child {
    padding-left: 0; }
    .header-v7 .main-navigation .mega-menu > li:first-child > a {
      padding-left: 5px; }
    .header-v7 .main-navigation .mega-menu > li:first-child .dropdown-menu {
      left: 0; }
  .header-v7 .main-navigation .mega-menu > li:last-child > a:after {
    display: none; }
  .header-v7 .main-navigation .mini-cart .number-product {
    display: inline-block; }
  .header-v7 .main-navigation .mini-cart .cart_label {
    border-right: none;
    padding: 14px 0 1px;
    font-size: 14px;
    color: #555;
    font-family: "Open Sans", Arial; }
    .header-v7 .main-navigation .mini-cart .cart_label i {
      font-size: 20px;
      padding-right: 9px;
      padding-top: 1px;
      color: #94c347; }
.header-v7 .cart-block {
  top: 100%; }
.header-v7 .mega-menu li.megamenu .dropdown-menu {
  top: 100%;
  background: #fff; }
  .header-v7 .mega-menu li.megamenu .dropdown-menu li a {
    text-transform: capitalize;
    color: #555;
    position: relative;
    font-family: "Open Sans", Arial; }
    .header-v7 .mega-menu li.megamenu .dropdown-menu li a:hover {
      color: #94c347; }
.header-v7 .mega-menu li:not(.megamenu) .dropdown-menu {
  background: #fff;
  top: 100%;
  width: auto;
  box-shadow: none;
  left: 15px;
  padding-top: 5px; }
  .header-v7 .mega-menu li:not(.megamenu) .dropdown-menu li a {
    text-transform: capitalize;
    color: #555;
    padding: 6px 19px;
    position: relative;
    font-family: "Open Sans", Arial; }
.header-v7.is-sticky {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  .header-v7.is-sticky .main-navigation {
    margin-top: 0;
    text-align: center; }

.main_color {
  color: #94c347; }

.header-v8 {
  font-family: "Lora"; }
  .header-v8 .header-bottom, .header-v8 .main-navigation {
    background: transparent !important; }
  .header-v8 .widget_shopping_cart_content .cart-info {
    padding-top: 15px; }
  .header-v8 .main-navigation {
    text-align: center;
    border-bottom: none;
    border-top: 1px solid #eee; }
    .header-v8 .main-navigation .mega-menu > li > a {
      border: medium none;
      font-family: Lora;
      font-size: 20px;
      font-weight: normal;
      padding: 14px 13px 18px;
      text-transform: capitalize; }
  .header-v8 .menu-left .header-logo {
    display: none; }
  .header-v8 .header-top {
    color: #555555;
    background: #faf8f5; }
    .header-v8 .header-top .link-contact, .header-v8 .header-top .top-link {
      margin-top: 10px; }
    .header-v8 .header-top .search-block-top > .btn-search, .header-v8 .header-top .cart_label {
      border: none;
      padding: 0;
      color: inherit; }
      .header-v8 .header-top .search-block-top > .btn-search:hover, .header-v8 .header-top .cart_label:hover {
        color: #94c347; }
    .header-v8 .header-top .search-block-top .btn-search {
      margin-right: -6px; }
    .header-v8 .header-top .top-search {
      top: calc(100% + 13px);
      right: -4px; }
    .header-v8 .header-top .mini-cart .cart_label {
      padding: 0;
      margin-right: -4px; }
    .header-v8 .header-top .mini-cart .number-product {
      position: absolute;
      top: -5px;
      right: -8px;
      line-height: 100%;
      margin-bottom: 0; }
    .header-v8 .header-top .top-link .customlinks {
      border-left: 1px solid #ccc;
      display: inline-block;
      height: 14px;
      line-height: 8px !important;
      margin-top: 2px;
      padding: 0 20px;
      position: relative;
      vertical-align: top; }
      .header-v8 .header-top .top-link .customlinks > a {
        color: inherit; }
        .header-v8 .header-top .top-link .customlinks > a:hover {
          color: #94c347; }
      .header-v8 .header-top .top-link .customlinks .update-wishlist {
        margin-right: -4px;
        margin-left: -7px; }
        .header-v8 .header-top .top-link .customlinks .update-wishlist > span {
          display: none; }
      .header-v8 .header-top .top-link .customlinks:last-child {
        padding-right: 0; }
      .header-v8 .header-top .top-link .customlinks:before {
        display: none; }
    .header-v8 .header-top .top-link > ul > li:first-child {
      border-left: none; }
    .header-v8 .header-top .header-contact span {
      color: #999; }
  .header-v8 .cart-block {
    top: 29px; }
  .header-v8 .header-bottom {
    padding: 30px 0 28px; }
  .header-v8 .mega-menu .dropdown-menu {
    top: 100%; }
  .header-v8.is-sticky {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }

/* Megamenu */
.main-navigation {
  background: #3a3a3b;
  border-top: 1px dashed  #464646;
  border-bottom: 5px solid #222; }
  .main-navigation .menu-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    text-transform: uppercase;
    display: none; }
    .main-navigation .menu-toggle .fa {
      margin-right: 10px;
      font-size: 12px; }

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0; }

.mega-menu .menu-item-has-children:not(.megamenu) > .children li,
.mega-menu .page_item_has_children:not(.megamenu) > .children li {
  position: relative; }

.mega-menu {
  display: inline-block;
  text-align: left;
  z-index: 900; }
  .mega-menu li {
    display: inline-block; }
    .mega-menu li:hover > .children {
      opacity: 1;
      visibility: visible;
      z-index: 99999; }
    .mega-menu li a {
      padding: 22px 20px 18px;
      display: block;
      text-transform: uppercase;
      white-space: normal; }
      .mega-menu li a:hover, .mega-menu li a:focus {
        color: #fff; }
    .mega-menu li .caret {
      position: absolute;
      right: 0;
      top: 3px;
      z-index: 9999;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 26px;
      font-size: 25px;
      border: none;
      margin: 0;
      cursor: pointer; }
    .mega-menu li .open span.caret {
      text-indent: -999em;
      font-size: 24px; }
      .mega-menu li .open span.caret::before {
        content: "-";
        position: absolute;
        top: -3px;
        left: 6px;
        display: block;
        text-indent: 1px;
        font-size: 40px; }
  .mega-menu > li:last-child > a {
    border-right: none; }
  .mega-menu > li > a {
    position: relative;
    border-right: 1px dashed  #464646; }
    .mega-menu > li > a:before {
      background: #b7dc36 none repeat scroll 0 0;
      content: "";
      height: 5px;
      left: 0;
      overflow: hidden;
      position: absolute;
      bottom: -5px;
      width: 0;
      transition: width 0.3s ease-in-out 0s;
      -moz-transition: width 0.3s ease-in-out 0s;
      -webkit-transition: width 0.3s ease-in-out 0s;
      -ms-transition: width 0.3s ease-in-out 0s;
      -o-transition: width 0.3s ease-in-out 0s; }
    .mega-menu > li > a:hover:before {
      width: 100%; }
  .mega-menu > li:first-child > a {
    border-left: 1px dashed #464646; }
  .mega-menu .dropdown-menu {
    background: #f5f5f5;
    text-align: left;
    border: none;
    display: block;
    padding: 10px 0;
    opacity: 0;
    top: 65px;
    width: 181px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    margin: 0;
    border-radius: 0;
    visibility: hidden; }
    .mega-menu .dropdown-menu li a {
      text-transform: capitalize;
      color: #828282;
      padding: 6px 25px;
      position: relative; }
      .mega-menu .dropdown-menu li a:hover {
        color: #94c347; }
  .mega-menu .cart-block {
    right: 15px; }
    .mega-menu .cart-block.dropdown-menu li a {
      padding: 0;
      color: #303030; }
      .mega-menu .cart-block.dropdown-menu li a.remove {
        color: #111; }
      .mega-menu .cart-block.dropdown-menu li a:hover {
        color: #000; }
    .mega-menu .cart-block .remove.remove-product {
      top: -5px; }
  .mega-menu .megamenu .dropdown-menu > li > a:hover {
    color: #001111; }

.image-1 {
  padding-right: 15px; }

.mega-menu li.menu-bottom {
  display: none; }

.megamenu .menu-bottom {
  display: block; }
.megamenu .dropdown-menu {
  padding: 15px 8px;
  min-width: 80%;
  width: 100%;
  left: 0; }
  .megamenu .dropdown-menu > li {
    padding: 0;
    display: inline-block; }
    .megamenu .dropdown-menu > li > a {
      text-transform: uppercase;
      font-size: 15px;
      color: #001111;
      font-weight: bold; }
      .megamenu .dropdown-menu > li > a:hover {
        margin-left: 0; }
        .megamenu .dropdown-menu > li > a:hover:before {
          display: none; }
    .megamenu .dropdown-menu > li .children li {
      display: inline; }

.btn-open {
  display: none;
  background: none;
  border: none;
  font-size: 20px; }

.icon-next {
  font-size: 12px;
  margin-left: 3px; }

.right-header {
  display: inline-block;
  color: #afafaf;
  vertical-align: middle; }
  .right-header > li {
    display: inline-block;
    padding: 20px;
    border-right: 1px dashed #464646;
    position: relative; }
    .right-header > li:first-child {
      border-left: 1px dashed #464646; }
    .right-header > li:before {
      background: #b7dc36 none repeat scroll 0 0;
      content: "";
      height: 5px;
      left: 0;
      overflow: hidden;
      position: absolute;
      bottom: -5px;
      width: 0;
      transition: width 0.3s ease-in-out 0s;
      -moz-transition: width 0.3s ease-in-out 0s;
      -webkit-transition: width 0.3s ease-in-out 0s;
      -ms-transition: width 0.3s ease-in-out 0s;
      -o-transition: width 0.3s ease-in-out 0s; }
    .right-header > li:hover:before {
      width: 100%; }

.customlinks {
  position: relative; }
  .customlinks .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .customlinks.open .dropdown-menu {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible; }

.searchform {
  position: relative; }

.search-block-top {
  display: inline-block; }
  .search-block-top .btn-search {
    position: relative;
    padding: 20px;
    display: block;
    border-right: 1px dashed #464646;
    border-left: 1px dashed #464646; }
    .search-block-top .btn-search:hover {
      color: #94c347; }
  .search-block-top .top-search .btn-search {
    position: absolute;
    top: 0;
    border: none;
    right: 12px;
    padding: 0; }

.btn-search, .btn-close {
  cursor: pointer; }

.top-search {
  top: 63px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 15px;
  background: none;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  width: 88%; }
  .top-search .search-field {
    float: left;
    height: auto;
    padding: 10px 35px 10px 15px;
    width: 100%;
    color: #828282;
    background: #f5f5f5; }
  .top-search .product-search {
    position: relative; }
    .top-search .product-search .btn-search {
      position: absolute;
      right: 10px;
      padding: 0;
      margin-top: 7px; }

.search-block-top .active.top-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.top-search {
  width: 250px; }

.caret {
  display: none; }

.mini-cart {
  display: inline-block; }

.cart_label {
  display: block;
  position: relative;
  border-right: 1px dashed #464646;
  display: inline-block;
  padding: 20px;
  position: relative; }
  .cart_label:focus {
    color: #afafaf; }

.cart-block {
  background: #f5f5f5 none repeat scroll 0 0;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  float: none;
  left: auto;
  position: absolute;
  right: 15px;
  top: 63px;
  width: 337px;
  z-index: 999;
  padding: 0;
  margin: 0;
  opacity: 0;
  border-radius: 0;
  display: block;
  visibility: hidden;
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.mini-cart {
  position: static; }
  .mini-cart .cart-block {
    background: #fff; }
  .mini-cart .active {
    border-radius: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible; }

header .widget_shopping_cart_content {
  padding: 30px 22px 10px 22px;
  max-height: 350px;
  overflow-y: scroll; }

.widget_shopping_cart_content ul {
  width: 100%;
  float: left; }
  .widget_shopping_cart_content ul li {
    display: block;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
    float: left;
    width: 100%; }
    .widget_shopping_cart_content ul li.empty {
      padding-bottom: 0; }
.widget_shopping_cart_content .remove.remove-product {
  top: -5px; }
.widget_shopping_cart_content .remove-product {
  color: #bbb;
  height: 25px;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -5px;
  width: 25px; }
  .widget_shopping_cart_content .remove-product:hover {
    color: #94c347; }
.widget_shopping_cart_content .cart-images {
  float: left; }
.widget_shopping_cart_content .cart-info {
  padding-left: 18px;
  overflow: hidden; }
  .widget_shopping_cart_content .cart-info .product-name {
    margin-top: -4px; }
    .widget_shopping_cart_content .cart-info .product-name a {
      text-transform: none;
      color: #303030;
      font-size: 14px;
      font-weight: 400;
      padding: 0;
      margin-bottom: 5px;
      display: block;
      letter-spacing: 1px;
      margin-right: 30px; }
      .widget_shopping_cart_content .cart-info .product-name a:hover {
        color: #94c347; }
  .widget_shopping_cart_content .cart-info .qty-cart span {
    color: #111111;
    font-size: 13px; }
  .widget_shopping_cart_content .cart-info .qty-cart .amount {
    font-size: 16px; }
.widget_shopping_cart_content .cart-actions {
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ebebeb; }
  .widget_shopping_cart_content .cart-actions .total {
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0; }
    .widget_shopping_cart_content .cart-actions .total .price {
      color: #111; }
.widget_shopping_cart_content .cart-btn {
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px; }
  .widget_shopping_cart_content .cart-btn .btn-default {
    letter-spacing: 1px;
    padding: 11px 41px 13px 43px; }

.home_cate {
  background-color: #000;
  color: #fff;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-top: 16px;
  text-transform: uppercase; }
  .home_cate span {
    font-size: 14px; }
  .home_cate > h2 {
    margin: 0;
    color: #fff;
    margin-top: -4px;
    font-size: 25px;
    letter-spacing: -0.2px; }

.vertical-menu {
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 10px;
  padding-top: 9px;
  position: absolute;
  z-index: 9999;
  width: 260px;
  padding: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  border-left: 10px solid rgba(0, 0, 0, 0.8); }
  .vertical-menu:before {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    height: 100%;
    width: 100%;
    border-right: 10px solid rgba(148, 195, 71, 0.2);
    z-index: -1; }
  .vertical-menu:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    height: 100%;
    width: 104%;
    border-bottom: 10px solid rgba(148, 195, 71, 0.2);
    z-index: -1; }
  .vertical-menu .mega-menu > li.open > a {
    color: #94c347; }
  .vertical-menu .mega-menu li {
    width: 100%; }
    .vertical-menu .mega-menu li:last-child a {
      padding-bottom: 25px !important; }
    .vertical-menu .mega-menu li.open .dropdown-menu {
      display: block; }
    .vertical-menu .mega-menu li.open .caret i:before {
      content: "\f107"; }
    .vertical-menu .mega-menu li a {
      padding: 13px 20px 12px !important;
      background: none !important;
      text-transform: none;
      font-weight: 400;
      font-size: 16px; }
      .vertical-menu .mega-menu li a:hover {
        color: #94c347; }
      .vertical-menu .mega-menu li a .icon-next {
        display: none; }
    .vertical-menu .mega-menu li.open .caret {
      right: 10px;
      color: #94c347; }
    .vertical-menu .mega-menu li .caret {
      display: block;
      font-size: 14px;
      right: 25px;
      top: 8px;
      color: #696969; }
    .vertical-menu .mega-menu li:hover .dropdown-menu {
      display: block; }
    .vertical-menu .mega-menu li .dropdown-menu {
      padding: 0;
      top: 0 !important;
      width: auto !important;
      left: 100%;
      opacity: 1;
      display: none;
      background: rgba(0, 0, 0, 0.8);
      -webkit-animation: 0.3s ease-out 0s normal none 1 running menuFadeInLeft;
      -moz-animation: 0.3s ease-out 0s normal none 1 running menuFadeInLeft;
      -ms-animation: 0.3s ease-out 0s normal none 1 running menuFadeInLeft;
      -o-animation: 0.3s ease-out 0s normal none 1 running menuFadeInLeft;
      animation: 0.3s ease-out 0s normal none 1 running menuFadeInLeft; }
      .vertical-menu .mega-menu li .dropdown-menu li a {
        padding: 13px 30px 12px !important;
        color: #fff; }
        .vertical-menu .mega-menu li .dropdown-menu li a:hover {
          color: #94c347; }
  .vertical-menu .title-menu h2 {
    color: #fff;
    font-size: 24px;
    text-transform: none;
    margin: 22px 20px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 18px; }
    .vertical-menu .title-menu h2 span {
      font-weight: 300; }

.open-vertical {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  z-index: 99;
  text-align: center;
  line-height: 30px;
  top: 110px;
  left: 0;
  background: #94c347;
  display: none;
  cursor: pointer;
  z-index: 9999; }

@-webkit-keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-30px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-30px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.breadcrumb {
  float: right;
  background: none;
  padding: 10px 0 10px 15px;
  margin-bottom: 0; }
  .breadcrumb li {
    color: #fff;
    font-size: 14px; }
    .breadcrumb li a {
      color: #fff; }
      .breadcrumb li a:hover {
        color: #94c347; }

.breadcrumb > li + li::before {
  color: #ffffff; }

.side-breadcrumb {
  padding: 35px 0;
  margin-bottom: 100px;
  position: relative; }
  .side-breadcrumb::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .side-breadcrumb .page-title {
    float: left; }
  .side-breadcrumb .page-title h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase; }
    .side-breadcrumb .page-title h2 span {
      font-weight: 400; }

.main-slider {
  position: relative;
  width: 100%; }

.tp-banner-container .tp-bannertimer {
  display: none; }
.tp-banner-container .tp-bullets.hidebullets {
  opacity: 1 !important; }
.tp-banner-container .tp-bullets.preview4 .bullet {
  background: #ffffff !important;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  box-shadow: none;
  height: 2px !important;
  margin-bottom: 0 !important;
  margin-right: 5px !important;
  width: 40px !important; }
  .tp-banner-container .tp-bullets.preview4 .bullet:hover, .tp-banner-container .tp-bullets.preview4 .bullet.selected {
    background: #94c347 !important;
    border: none !important;
    box-shadow: none;
    height: 4px !important;
    width: 42px !important; }
.tp-banner-container .tp-bullets {
  z-index: 50; }
.tp-banner-container .btn, .tp-banner-container .btn .fa {
  height: auto !important; }

.slotholder {
  position: relative; }
  .slotholder::before {
    background: none;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.tp-banner-container .tp-bullets.hidebullets {
  bottom: 40px !important; }

.home7_btn_slider {
  color: #fff; }
  .home7_btn_slider:hover {
    color: #94c347;
    border-bottom-color: #94c347 !important; }

.home8_btn_slider {
  color: #fff;
  font-size: 14px;
  padding: 10px 23px 11px;
  border: 1px solid #fff; }
  .home8_btn_slider:hover {
    background: #94c347;
    border: 1px solid #94c347;
    color: #fff; }

.bottom_slick_btn .slick-slide {
  margin-left: 0 !important;
  margin-right: 0 !important; }
.bottom_slick_btn .slick-next, .bottom_slick_btn .slick-prev {
  height: 40px !important;
  width: 40px !important;
  border: 1px solid #ddd !important;
  top: auto;
  bottom: -40px; }
  .bottom_slick_btn .slick-next:hover, .bottom_slick_btn .slick-prev:hover {
    background: #94c347 !important;
    border-color: #94c347 !important;
    color: #fff !important; }
.bottom_slick_btn .slick-next {
  right: 45.2% !important; }
.bottom_slick_btn .slick-prev {
  left: 46.2% !important; }
.bottom_slick_btn .ultsl-arrow-right4:before, .bottom_slick_btn .ultsl-arrow-left4:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }
.bottom_slick_btn .ultsl-arrow-left4:before {
  content: "\f104"; }
.bottom_slick_btn .slick-next::before, .bottom_slick_btn .slick-prev::before {
  font-family: FontAwesome; }

.shortcodes .entry-title {
  margin-top: 70px;
  margin-bottom: 50px; }
  .shortcodes .entry-title h3 {
    font-size: 24px;
    color: #3a3a3b; }
.shortcodes .side-breadcrumb {
  margin-bottom: 0; }
.shortcodes .product-desc {
  padding-bottom: 0; }
  .shortcodes .product-desc .add-to {
    opacity: 1;
    position: static; }
.shortcodes .product-action::before {
  display: none; }
.shortcodes .static-block {
  margin-top: 40px; }
.shortcodes .static-content {
  padding-left: 30px; }
  .shortcodes .static-content .desc {
    text-align: left;
    margin-top: 4px; }

.title-shortcodes {
  padding-top: 70px; }
  .title-shortcodes h2 {
    font-size: 35px;
    color: #94c347; }

.title-short h3 {
  color: #3a3a3b; }

.heading h1, .heading h2 {
  text-transform: uppercase;
  padding-bottom: 20px; }
.heading h2 {
  font-size: 20px; }
.heading .small-text,
.heading .title-small {
  font-size: 13px;
  color: #302f2f;
  font-weight: normal; }
.heading .big-text,
.heading .title-big {
  font-size: 14px;
  font-weight: normal;
  color: #302f2f; }

.heading h3, .heading h4, .heading h5, .heading h6 {
  display: inline-block;
  margin-right: 67px; }

.heading h3 {
  font-size: 16px; }
.heading h4 {
  font-size: 14px; }
.heading h5 {
  font-size: 13px; }
.heading h6 {
  font-size: 12px; }

.btn-tag {
  margin-right: 20px;
  float: left; }

.btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 22px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-weight: 700;
  position: relative;
  line-height: 24px; }
  .btn .fa {
    padding: 8px 13px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.18);
    line-height: 24px; }
  .btn.btn-sm {
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 4px 17px; }
    .btn.btn-sm.btn-icon {
      padding: 4px 41px 4px 12px; }
    .btn.btn-sm .fa {
      padding: 4px 10px; }
  .btn.btn-xs {
    font-size: 9px;
    padding: 1px 14px; }
    .btn.btn-xs.btn-icon {
      padding: 1px 33px 1px 9px; }
    .btn.btn-xs .fa {
      padding: 1px 8px; }

.btn-icon {
  border-radius: 4px;
  padding-right: 50px; }
  .btn-icon .fa {
    border-radius: 0 4px 4px 0; }

.btn.btn-default-1 {
  color: #89b240;
  border: 1px solid #89b240;
  border-radius: 0; }
  .btn.btn-default-1:hover, .btn.btn-default-1:focus, .btn.btn-default-1:active, .btn.btn-default-1:active:focus, .btn.btn-default-1:focus:active {
    background-color: #89b240;
    color: #fff; }

.btn.btn-default-2 {
  border-radius: 0; }

.btn-default {
  background: #94c347;
  border: none; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:focus:active {
    background-color: #85b635;
    border: none;
    color: #fff; }

.btn-primary {
  background: #7da204; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:hover, .btn-primary:active:focus, .btn-primary:focus:active {
    background-color: #94c347; }

.btn-top-sm .product-desc .add-to-cart a {
  line-height: 31px;
  width: 36px;
  height: 36px;
  font-size: 20px; }
.btn-top-sm .product-desc .add-to-cart span {
  font-size: 20px;
  height: 36px;
  line-height: 31px;
  width: 36px; }
.btn-top-sm .product-desc .add-to a {
  line-height: 28px;
  width: 28px;
  height: 28px;
  font-size: 14px; }

.btn-top-xs .product-desc .add-to-cart a {
  line-height: 26px;
  width: 29px;
  height: 29px;
  font-size: 14px; }
.btn-top-xs .product-desc .add-to-cart span {
  line-height: 26px;
  width: 29px;
  height: 29px;
  font-size: 14px; }
.btn-top-xs .product-desc .add-to a {
  line-height: 23px;
  width: 24px;
  height: 24px;
  font-size: 12px; }

.color-short span {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  padding: 13px 25px;
  text-transform: uppercase; }

.page-numbers > li {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 36px;
  line-height: 35px;
  text-align: center;
  width: 36px;
  margin-right: 9px; }
  .page-numbers > li:hover {
    border: 1px solid #94c347; }
    .page-numbers > li:hover a, .page-numbers > li:hover span {
      color: #94c347; }
    .page-numbers > li:hover .current {
      border: none; }
      .page-numbers > li:hover .current::before {
        border: none; }
  .page-numbers > li a, .page-numbers > li span {
    display: block;
    font-size: 15px;
    color: #2d2d2d; }
.page-numbers .current {
  color: #94c347;
  position: relative; }
  .page-numbers .current::before {
    border: 1px solid #94c347;
    content: "";
    height: 36px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 36px; }
.page-numbers.page-secondary > li:hover {
  border: 1px solid #94c347; }
  .page-numbers.page-secondary > li:hover a, .page-numbers.page-secondary > li:hover span {
    color: #fff !important;
    background: #94c347; }
.page-numbers.page-secondary .current {
  background: #94c347 none repeat scroll 0 0;
  color: #ffffff !important; }
.page-numbers.page-third > li:hover {
  border: none;
  border-bottom: 1px solid #94c347; }
  .page-numbers.page-third > li:hover a, .page-numbers.page-third > li:hover span {
    color: #94c347 !important; }
.page-numbers.page-third > li.current {
  border: none; }
.page-numbers.page-third .current {
  color: #94c347 !important; }
  .page-numbers.page-third .current::before {
    border: none;
    border-bottom: 1px solid #94c347; }

.woocommerce-notice {
  background: #94c347; }

.woocommerce-info {
  background: #ffc232; }

.woocommerce-error {
  background: #ff7f7f; }

.woocommerce-message {
  background: #7fdcff; }

.woocommerce-item {
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 30px; }
  .woocommerce-item .fa {
    display: block;
    float: left;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 15px;
    text-align: center;
    width: 25px; }

.nav-tabs {
  border-bottom: 1px solid #ebebeb; }
  .nav-tabs > li {
    margin-bottom: 0;
    border: none; }
    .nav-tabs > li:hover, .nav-tabs > li:focus {
      border: none !important; }
    .nav-tabs > li > a {
      font-weight: bold;
      border: none;
      padding-left: 0;
      margin-right: 20px;
      text-transform: uppercase;
      color: #868686; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border: none;
        color: #94c347;
        background: none; }
    .nav-tabs > li.active > a {
      color: #94c347;
      border: none;
      position: relative; }
      .nav-tabs > li.active > a:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 87%;
        background: #94c347;
        left: 0;
        bottom: 0px; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
        color: #94c347;
        background: none; }

.desc-tab {
  padding-top: 30px; }
  .desc-tab .small-text {
    color: #868686;
    padding-top: 10px; }

.small-text {
  font-size: 13px; }

.viewmode-toggle a {
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 12px;
  padding: 10px 12px;
  margin-right: 10px;
  color: #868686;
  border: 1px solid #e7e7e7;
  display: block;
  float: left; }
  .viewmode-toggle a:hover, .viewmode-toggle a:focus, .viewmode-toggle a.active {
    border: 1px solid #94c347;
    color: #94c347; }

.tooltbars {
  padding-bottom: 22px;
  border-bottom: 1px solid #e6e5e5;
  overflow: hidden; }

.select-tooltbars label {
  color: #333436;
  font-size: 12px;
  margin-right: 12px; }
.select-tooltbars .result-count select {
  background: #fff url("../images/icon/caret-down.png") no-repeat scroll 85% center; }
.select-tooltbars select {
  height: 36px;
  background: #fff url("../images/icon/caret-down.png") no-repeat scroll 92% center;
  border: 1px solid #e7e7e7;
  color: #868686;
  font-size: 12px;
  padding: 0 0 0 3px;
  text-transform: none; }
  .select-tooltbars select.orderby {
    padding: 0 0px 0 14px; }
.select-tooltbars .result-count select {
  width: 50px; }
.select-tooltbars option {
  padding: 7px; }

.select-tooltbars {
  text-align: right; }

.ordering, .result-count {
  display: inline-block; }

.ordering {
  margin-right: 18px; }

.tooltip-content a {
  color: #94c347;
  cursor: pointer;
  font-family: Montserrat;
  position: relative; }
  .tooltip-content a:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; }
.tooltip-content .tooltip {
  background: #94c347 none repeat scroll 0 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  padding: 6px 0;
  text-align: center;
  top: -45px;
  width: 300px;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }
  .tooltip-content .tooltip:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #94c347;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

.controls-custom .owl-controls {
  margin: 0; }
  .controls-custom .owl-controls .owl-nav div {
    background: none;
    border-radius: 3px;
    margin: 0;
    opacity: 1;
    border: 1px solid #ebebeb;
    color: #a4a3a3;
    font-size: 16px;
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 27px; }
    .controls-custom .owl-controls .owl-nav div:hover {
      border-color: #94c347;
      color: #94c347; }
  .controls-custom .owl-controls .owl-nav .owl-prev {
    right: 50px; }

.controls-custom-style.owl-theme .owl-controls .owl-nav div {
  background: none;
  color: #d0d0d0;
  font-size: 40px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px; }
  .controls-custom-style.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -35px; }
  .controls-custom-style.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -35px; }
  .controls-custom-style.owl-theme .owl-controls .owl-nav div:hover {
    color: #94c347; }

.tabs-fillter .controls-custom .owl-controls {
  margin: 0; }
  .tabs-fillter .controls-custom .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -15px; }
  .tabs-fillter .controls-custom .owl-controls .owl-nav .owl-prev {
    left: -50px; }
  .tabs-fillter .controls-custom .owl-controls .owl-nav .owl-next {
    right: -50px; }

.side-breadcrumb-2 {
  padding: 30px 0; }
  .side-breadcrumb-2 h2 {
    color: #94c347;
    text-transform: uppercase;
    padding: 20px 0; }
  .side-breadcrumb-2 .breadcrumb {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .side-breadcrumb-2 .breadcrumb li {
      color: #302f2f; }
      .side-breadcrumb-2 .breadcrumb li a {
        color: #302f2f; }

.header-shortcode {
  position: relative;
  margin-bottom: 138px; }
  .header-shortcode .side-breadcrumb {
    padding-top: 160px; }

.side-breadcrumb-3 {
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0 0;
  overflow: hidden; }
  .side-breadcrumb-3 h2 {
    color: #94c347;
    text-transform: uppercase;
    padding: 5px 0; }
  .side-breadcrumb-3 .breadcrumb {
    padding: 15px 0; }
    .side-breadcrumb-3 .breadcrumb li {
      color: #302f2f; }
      .side-breadcrumb-3 .breadcrumb li a {
        color: #302f2f; }

.ff_icon_style2 {
  font-family: Lora;
  color: #222; }
  .ff_icon_style2.about-icon .desc {
    margin-top: 15px; }
    .ff_icon_style2.about-icon .desc h3 {
      font-size: 20px;
      text-transform: none;
      font-weight: normal;
      font-family: inherit;
      color: inherit; }
    .ff_icon_style2.about-icon .desc p {
      font-family: "Open Sans", Arial;
      margin-top: 4px; }
  .ff_icon_style2.vc_icon_element.about-icon .icon {
    margin-right: 27px;
    margin-left: -5px; }
  .ff_icon_style2.vc_icon_element {
    margin-bottom: 4px; }

.page-widget {
  padding-bottom: 80px; }
  .page-widget .title-shortcodes {
    padding-top: 66px;
    padding-bottom: 89px; }
    .page-widget .title-shortcodes h2 {
      text-transform: uppercase; }
  .page-widget .entry-title {
    margin-bottom: 48px; }
  .page-widget .widget_shopby {
    padding-bottom: 65px; }
    .page-widget .widget_shopby .widget-title {
      padding-bottom: 52px; }

.widget {
  padding-bottom: 30px;
  overflow: hidden; }
  .widget .product-desc h3 {
    font-size: 13px;
    font-weight: 400; }

.widget-title {
  font-size: 20px;
  color: #3a3a3a;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: Lato; }
  .widget-title.widget-title-border-2 {
    border-bottom: 1px solid #e6e5e5; }
  .widget-title.widget-title-bg {
    font-size: 24px;
    position: relative;
    padding-bottom: 38px; }
    .widget-title.widget-title-bg:before {
      content: "";
      height: 3px;
      width: 100%;
      background: linear-gradient(to right, #94C347 38%, #f5f5f5 18%);
      background: -moz-linear-gradient(to right, #94C347 38%, #f5f5f5 18%);
      background: -o-linear-gradient(to right, #94C347 38%, #f5f5f5 18%);
      background: -ms-linear-gradient(to right, #94C347 38%, #f5f5f5 18%);
      background: -webkit-linear-gradient(left, #94C347 38%, #f5f5f5 18%);
      position: absolute;
      left: 0;
      top: 40px; }
  .widget-title span {
    font-weight: 300; }

.name_label {
  font-size: 13px;
  margin-bottom: 10px;
  color: #333436; }
  .name_label span {
    color: #7da204; }

.info-shopby {
  position: relative; }

.remove.remove-product {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9; }

.clear {
  text-align: right;
  margin-right: 20px; }

.widget_shopby .widget-content {
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e5e5; }

.widget_categories_list li {
  position: relative; }
  .widget_categories_list li::after {
    color: #7ea901;
    font-family: FontAwesome;
    content: "\f178";
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .widget_categories_list li:hover::after {
    opacity: 1;
    visibility: visible; }
  .widget_categories_list li ul li:hover a {
    padding-left: 27px; }
.widget_categories_list > li {
  padding-bottom: 17px;
  position: relative; }
  .widget_categories_list > li:last-child {
    padding-bottom: 0; }
  .widget_categories_list > li:hover > a {
    padding-left: 20px; }
  .widget_categories_list > li > a {
    color: #3a3a3a; }
  .widget_categories_list > li.active .children {
    display: block; }
  .widget_categories_list > li .children {
    padding-top: 14px;
    display: none; }
    .widget_categories_list > li .children li {
      padding-bottom: 17px; }
      .widget_categories_list > li .children li a {
        color: #868686; }

.entry-title-widget-2 {
  margin-top: 64px; }

.widget_search input {
  height: 40px;
  width: 100%;
  background: none;
  border: 1px solid #e1e1e1;
  color: #828282;
  position: relative;
  border-radius: 4px;
  padding-right: 40px; }
.widget_search button {
  position: absolute;
  top: 0px;
  right: 0;
  background: none;
  height: 40px;
  border: none;
  width: 40px;
  color: #c5c5c5;
  font-size: 16px; }

.blog .widget .blog-content {
  padding-bottom: 0; }

.widget .blog-post-title {
  margin-top: -5px; }
.widget .blog-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden; }
  .widget .blog-item .blog-img {
    margin-right: 13px; }
  .widget .blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.widget_post_blog .blog-content .post-name a {
  color: #303030;
  font-size: 14px; }
  .widget_post_blog .blog-content .post-name a:hover {
    color: #94c347; }
.widget_post_blog .blog-info {
  float: left; }
  .widget_post_blog .blog-info .info {
    color: #c5c5c5;
    font-size: 13px; }
    .widget_post_blog .blog-info .info p {
      margin-bottom: 2px; }
    .widget_post_blog .blog-info .info a {
      color: #c5c5c5;
      font-size: 13px; }
      .widget_post_blog .blog-info .info a:hover {
        color: #94c347; }
    .widget_post_blog .blog-info .info.info-comment {
      margin-top: -2px; }

.widget_tag h3 {
  padding-bottom: 22px;
  margin-bottom: 12px; }
.widget_tag a {
  border: 1px solid #E1E1E1;
  color: #8d9095;
  display: inline-block;
  margin: 8px 4px 0;
  padding: 6px 7px 8px 10px; }
  .widget_tag a:hover {
    border: 1px solid #94C347;
    color: #94C347; }
.widget_tag > div {
  margin: 0 -4px; }

.left-sidebar .widget-title,
.right-sidebar .widget-title {
  text-transform: none; }

.widget_recent_comments .widget-title {
  padding-bottom: 18px;
  margin-bottom: 17px; }

.recentcomments {
  font-size: 13px;
  color: #c5c5c5;
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e1e1e1;
  font-family: MyriadPro; }
  .recentcomments a {
    font-family: Lato;
    color: #303030; }
    .recentcomments a:hover {
      color: #94c347; }
  .recentcomments:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.widget-content > p {
  color: #333436; }

.widget_banner {
  margin-top: 19px; }
  .widget_banner .promo-banner .text-container {
    padding: 0; }

.widget_price_filter {
  overflow: hidden;
  padding-bottom: 44px; }
  .widget_price_filter .widget-title {
    margin-bottom: 20px; }
  .widget_price_filter .ui-slider {
    background: #e6e5e5 none repeat scroll 0 0;
    height: 5px;
    position: relative; }
    .widget_price_filter .ui-slider .ui-slider-range {
      background: #94C347;
      height: 5px;
      position: absolute; }
    .widget_price_filter .ui-slider .ui-slider-handle {
      background: #94C347;
      cursor: pointer;
      height: 10px;
      position: absolute;
      top: -2px;
      width: 10px;
      border-radius: 50%;
      z-index: 2; }
      .widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -10px; }
  .widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 17px; }
    .widget_price_filter .price_slider_amount .price_label {
      display: inline-block;
      font-weight: normal;
      letter-spacing: 1px;
      float: right; }
      .widget_price_filter .price_slider_amount .price_label span {
        color: #333436;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif; }
    .widget_price_filter .price_slider_amount .btn-filter {
      float: right;
      font-size: 13px;
      font-weight: normal;
      padding: 9px 13px;
      text-transform: none; }
    .widget_price_filter .price_slider_amount .btn-primary {
      letter-spacing: 0.6px; }

.widget_compare {
  padding-bottom: 25px; }
  .widget_compare p {
    margin-bottom: 0; }

.widget_products .item-product-grid {
  padding-bottom: 29px; }
.widget_products .widget-title {
  margin-bottom: 28px;
  padding-bottom: 18px; }
.widget_products .product-img {
  float: left;
  width: 100px; }
.widget_products .product-desc {
  overflow: hidden;
  padding-left: 30px;
  padding-bottom: 0; }
.widget_products .price .amount {
  font-size: 14px; }
.widget_products .star-rating {
  margin-top: 8px;
  margin-bottom: -3px; }
.widget_products .star-rating span:before,
.widget_products .star-rating:before {
  font-size: 11px; }

.twitter-tweet {
  font-size: 13px;
  margin-top: 23px; }
  .twitter-tweet i {
    font-size: 16px;
    color: #00baff;
    float: left;
    padding-top: 6px; }
  .twitter-tweet .tweet-text {
    margin-top: -7px;
    overflow: hidden;
    padding-left: 26px;
    color: #303030;
    line-height: 22px; }
  .twitter-tweet a {
    color: #00baff; }
  .twitter-tweet .my-date {
    color: #c5c5c5; }

.widget_fb .social-fb {
  padding-top: 5px; }

.widget_foodfarm_instagram_feed .widget-title {
  padding-bottom: 22px;
  margin-bottom: 13px; }

.instagram-container {
  margin: 0 -10px; }
  .instagram-container li {
    padding: 7px;
    float: left; }
    .instagram-container li a {
      display: block;
      position: relative; }
      .instagram-container li a:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(148, 195, 71, 0.8); }
      .instagram-container li a:after {
        position: absolute;
        content: "\f16d";
        width: 100%;
        height: 100%;
        font-family: FontAwesome;
        text-align: center;
        top: 50%;
        width: 100%;
        left: 0;
        font-size: 24px;
        opacity: 0;
        color: #fff;
        margin-top: -15px; }
      .instagram-container li a:hover:before, .instagram-container li a:hover:after {
        opacity: 1; }

.widget_fb .widget-title {
  padding-bottom: 16px; }

.woosearch-results .product_list_widget li .product-img {
  max-width: 70px; }

.about {
  padding-top: 92px; }

.border-box {
  position: relative; }
  .border-box:before {
    position: absolute;
    content: "";
    left: 40px;
    top: 38px;
    width: 95.5%;
    height: 82%;
    border: 10px solid rgba(27, 43, 97, 0.1);
    z-index: 2; }

.img-about {
  position: relative;
  padding-left: 43px;
  padding-top: 37px; }
  .img-about:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 8px;
    width: 82%;
    height: 88%;
    background: #6d95d6;
    z-index: 1; }
  .img-about:after {
    position: absolute;
    content: "";
    left: 34px;
    top: 80px;
    width: 82%;
    height: 73%;
    background: #cad25c; }
  .img-about .bg-about {
    margin-top: -80px;
    position: relative;
    z-index: 5; }

.about-content {
  position: relative;
  z-index: 10;
  margin-top: 49px; }
  .about-content:first-child {
    margin-top: 92px; }
  .about-content > .desc {
    padding-right: 22px; }
  .about-content .desc p {
    line-height: 20px; }

.about-bottom {
  overflow: hidden;
  padding-top: 8px; }

.about-icon {
  width: 50%;
  float: left;
  margin-bottom: 30px; }
  .about-icon:nth-child(2n) {
    padding-left: 17px; }
  .about-icon .icon-left {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed #94c347;
    text-align: center;
    line-height: 72px;
    cursor: pointer;
    font-size: 48px;
    position: relative; }
    .about-icon .icon-left span {
      color: #94c347; }
    .about-icon .icon-left [class^="icon-"] .path2:before, .about-icon .icon-left [class^="icon-"] .path3:before,
    .about-icon .icon-left [class^="icon-"] .path4:before, .about-icon .icon-left [class^="icon-"] .path5:before, .about-icon .icon-left [class*=" icon-"] .path2:before, .about-icon .icon-left [class*=" icon-"] .path3:before,
    .about-icon .icon-left [class*=" icon-"] .path4:before, .about-icon .icon-left [class*=" icon-"] .path5:before {
      color: #94c347; }
    .about-icon .icon-left:before {
      position: absolute;
      content: "";
      border: 1px dashed #fff;
      width: 90%;
      height: 90%;
      opacity: 0;
      left: 5%;
      top: 5%;
      border-radius: 50%; }
    .about-icon .icon-left:hover {
      background: #94c347;
      border: 2px solid #94c347; }
      .about-icon .icon-left:hover:before {
        opacity: 1; }
      .about-icon .icon-left:hover span {
        color: #fff; }
      .about-icon .icon-left:hover [class^="icon-"] .path2:before, .about-icon .icon-left:hover [class^="icon-"] .path3:before,
      .about-icon .icon-left:hover [class^="icon-"] .path4:before, .about-icon .icon-left:hover [class^="icon-"] .path5:before, .about-icon .icon-left:hover [class*=" icon-"] .path2:before, .about-icon .icon-left:hover [class*=" icon-"] .path3:before,
      .about-icon .icon-left:hover [class*=" icon-"] .path4:before, .about-icon .icon-left:hover [class*=" icon-"] .path5:before {
        color: #fff; }
  .about-icon .desc {
    overflow: hidden;
    margin-top: 20px; }
    .about-icon .desc h5 {
      font-weight: 300;
      color: #94c347;
      margin-bottom: 4px;
      text-transform: uppercase; }
    .about-icon .desc h3 {
      font-weight: 700;
      color: #94c347;
      font-size: 20px;
      text-transform: uppercase; }

.about-number {
  padding: 100px 0 94px; }

.counter-container .icon {
  width: 111px;
  height: 111px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 70px;
  line-height: 112px; }
  .counter-container .icon span {
    color: #fff; }
  .counter-container .icon [class^="icon-"] .path2:before, .counter-container .icon [class^="icon-"] .path3:before,
  .counter-container .icon [class^="icon-"] .path4:before, .counter-container .icon [class^="icon-"] .path5:before, .counter-container .icon [class*=" icon-"] .path2:before, .counter-container .icon [class*=" icon-"] .path3:before,
  .counter-container .icon [class*=" icon-"] .path4:before, .counter-container .icon [class*=" icon-"] .path5:before {
    color: #fff; }

.amount-about {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: -2px; }

.name-about {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }

.about-2 {
  padding-top: 32px; }
  .about-2 .border-box::before {
    border: 1px solid #94c347;
    left: 15px;
    background: url("../images/background/bg-wedoing.png"); }
  .about-2 .about-icon .desc {
    margin-top: 22px; }
  .about-2 .about-content {
    margin-top: 38px; }
    .about-2 .about-content:first-child {
      margin-top: 62px; }
  .about-2 .img-about::before {
    display: none; }
  .about-2 .img-about:after {
    left: 32px;
    top: 68px;
    height: 71%;
    background: #94c347; }
  .about-2 .img-about .bg-about {
    margin-top: -28px;
    margin-left: -45px; }

.about-content .read-more .btn {
  padding: 8px 19px;
  padding-right: 47px; }

.block-number {
  padding: 0px 0 70px; }
  .block-number .about-icon {
    width: 100%; }

.text-style-bg {
  background: #f5f5f5;
  position: relative; }
  .text-style-bg:first-child {
    margin-top: 30px; }
  .text-style-bg:before {
    background: #f5f5f5;
    height: 100%;
    width: 60px;
    content: "";
    left: -60px;
    position: absolute;
    top: 0; }

.about-us .text-style-bg {
  padding: 65px 0; }
.about-us .read-more {
  padding-top: 17px; }

.about-style-2 .vc_separator .vc_sep_holder {
  min-width: 51px !important;
  margin-left: -9px; }
.about-style-2 .entry-title {
  margin-bottom: 13px; }
  .about-style-2 .entry-title h2 {
    margin-bottom: 8px; }
.about-style-2 .btn.btn-default-1 {
  padding: 7px 28px 7px 29px; }
.about-style-2 .border-box::before {
  border: 5px solid rgba(27, 43, 97, 0.1);
  left: 7%;
  width: 92%;
  z-index: 2;
  height: 73%; }
.about-style-2 .img-about::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgba(137, 178, 64, 0.3);
  content: "";
  left: 35px;
  top: 60px;
  width: 82%;
  height: 73%;
  z-index: 0; }
.about-style-2 .img-about::after {
  background: #89b240 none repeat scroll 0 0;
  left: 15px; }
.about-style-2 .about-content {
  padding-right: 30px; }
  .about-style-2 .about-content .view-all {
    padding-top: 12px; }
  .about-style-2 .about-content p {
    font-size: 18px;
    font-style: italic;
    line-height: 30px; }

.content-box-abs {
  padding: 0 96px; }

.countdown-style2.ult_countdown .ult_countdown-amount {
  font-weight: 300 !important; }
.countdown-style2.ult_countdown .ult_countdown-period {
  margin-top: 2px !important;
  text-transform: uppercase; }
.countdown-style2 .ult_countdown-section {
  padding: 0 55px !important;
  position: relative; }
  .countdown-style2 .ult_countdown-section:before {
    content: "";
    height: 70px;
    width: 1px;
    background: #c6ee3b;
    position: absolute;
    right: 0;
    top: 0; }
  .countdown-style2 .ult_countdown-section:last-child:before {
    content: none; }

.img-abs-left {
  left: 28px;
  position: absolute;
  top: -18px;
  z-index: 9; }

.img-abs-right {
  position: absolute;
  right: 32px;
  top: -89px;
  z-index: 9; }

.img-abs-left1 {
  left: 17px;
  position: absolute;
  top: 0;
  z-index: -1; }

.testimonial-profile {
  border-radius: 50%;
  height: 116px;
  width: 116px;
  margin: 0 auto;
  position: relative; }

.testimonial-img {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 8px; }

.testimonial-style3.testimonial_content p {
  font-style: normal;
  font-size: 24px;
  font-family: Courgette;
  margin-top: 26px;
  line-height: 32px !important;
  position: relative; }

.testimonial-img.testimonial-img-3 {
  height: 116px !important;
  width: 116px !important; }

.testimonials-client .testimonial-style3 p.name {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Open Sans",Arial;
  display: inline-block;
  position: relative;
  margin-top: 4px; }
  .testimonials-client .testimonial-style3 p.name:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #fff;
    width: 40px;
    top: 15px;
    left: -50px; }
  .testimonials-client .testimonial-style3 p.name:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #fff;
    width: 40px;
    top: 15px;
    right: -50px; }

.dotsCont.style3 > div {
  margin: 5px; }
.dotsCont.style3 .owl-dot {
  height: 10px;
  width: 10px;
  background: #5b5553;
  border-radius: 50%; }
  .dotsCont.style3 .owl-dot.active {
    background: #fff; }

.testimonials-client .testimonial_content.testimonial-style3 {
  padding-bottom: 56px; }
.testimonials-client .dotsCont.style3 {
  bottom: 20px; }

.wedoing h2 {
  font-size: 25px; }
.wedoing .entry-title {
  margin-bottom: 19px;
  margin-top: -4px; }

.wedoing_desc p {
  line-height: 22px;
  margin-bottom: 22px; }

.wedoing-3columns .widget_categories span {
  font-weight: 400; }
.wedoing-3columns .entry-title h2 {
  font-size: 25px; }

.wedoing-img-fresh {
  padding-bottom: 35px; }

.wedoing_desc {
  margin-top: -20px; }

.member-service {
  position: relative; }
  .member-service:hover .member-slider_item .img-member {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0); }
  .member-service .member-slider_item .img-member {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.member-service:nth-of-type(1) {
  transform: translateX(230px); }
  .member-service:nth-of-type(1) .box-members {
    left: 40%;
    top: 38%; }

.member-service:nth-of-type(2) {
  transform: translateX(90px);
  z-index: 4; }

.member-service:nth-of-type(3) {
  transform: translateX(-50px);
  z-index: 3; }
  .member-service:nth-of-type(3) .box-members {
    left: 60%;
    top: 45%; }

.member-service:nth-of-type(4) {
  transform: translateX(-140px);
  z-index: 2; }
  .member-service:nth-of-type(4) .box-members {
    left: 64%;
    top: 40%; }

.member-service {
  float: left;
  width: 25%; }

.top_services {
  background-position: center bottom; }

.img-top {
  position: absolute;
  top: -79px;
  width: 100%;
  left: 0; }

.button_member {
  background: #94c347 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: -45px;
  width: 17px;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .button_member:hover {
    width: 20px;
    height: 20px; }
    .button_member:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .button_member::before {
    border: 1px solid #94c347;
    border-radius: 50%;
    content: "";
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 28px; }

.box-members {
  display: table;
  height: 85px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 193px; }
  .box-members:hover .box-member {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .box-members .box-member {
    display: table-cell;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out 0s !important;
    -moz-transition: all 0.5s ease-in-out 0s !important;
    -ms-transition: all 0.5s ease-in-out 0s !important;
    -o-transition: all 0.5s ease-in-out 0s !important;
    transition: all 0.5s ease-in-out 0s !important; }
    .box-members .box-member::before {
      border-bottom: 7px solid #ffffff;
      border-left: 7px solid rgba(0, 0, 0, 0);
      border-right: 7px solid rgba(0, 0, 0, 0);
      bottom: 99%;
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0; }
  .box-members h4 {
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    padding-top: 15px;
    color: #000;
    margin-bottom: 5px; }
  .box-members p {
    font-size: 12px;
    color: #8f8f8f;
    text-transform: none; }

.bg-todaymenu .has-overlay:before {
  opacity: 0.7; }

.text-white {
  color: #ffffff; }

.today-menu-item .img-item {
  float: left;
  margin-right: 20px; }
  .today-menu-item .img-item img {
    border: 1px solid #ebebeb;
    border-radius: 50%; }
.today-menu-item:hover .hover-link:before {
  opacity: 1; }
.today-menu-item:hover .today-menu-info h4 {
  color: #94c347; }
.today-menu-item:hover .bg-hover::before {
  opacity: 1; }
.today-menu-item .bg-hover::before {
  background: rgba(148, 195, 71, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding: 0;
  top: 0;
  width: 100%;
  border-radius: 50%; }

.today-menu {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-todaymenu.png") no-repeat scroll center center;
  height: 100%;
  overflow: hidden;
  padding: 70px 38px 48px;
  position: relative;
  width: 100%; }
  .today-menu .item-grid {
    margin-bottom: 30px; }
    .today-menu .item-grid:nth-child(n) {
      padding-right: 61px; }
    .today-menu .item-grid:nth-child(2n) {
      padding-left: 58px;
      padding-right: 35px; }

.today-item-info {
  display: table-cell;
  vertical-align: middle; }

.today-menu-info {
  display: table;
  height: 100px;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  .today-menu-info h4 {
    position: relative;
    color: #535353;
    overflow: hidden;
    float: left;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase; }
    .today-menu-info h4:hover {
      color: #94c347; }
  .today-menu-info .price_info {
    color: #94c347;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px; }

.today-menu-container .entry-title p {
  margin-bottom: -8px; }
.today-menu-container .entry-title h2 {
  color: #fff; }

.hover-link {
  position: relative; }
  .hover-link:before {
    cursor: pointer;
    z-index: 999;
    content: "\f00e";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    opacity: 0; }

.menu-desc {
  color: #696969;
  font-size: 13px;
  margin-top: 13px;
  float: left; }
  .menu-desc p {
    line-height: 22px;
    margin-bottom: -3px; }

.title-item-line {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-dot.png") repeat scroll 0 0;
  height: 2px;
  margin-right: 52px;
  margin-top: 11px;
  overflow: hidden; }

.reduce-cost {
  background: url("../images/background/bg-today-menu-2.png") no-repeat scroll center center;
  height: 90px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 13px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold; }
  .reduce-cost .text-reduce {
    font-size: 26px;
    font-weight: normal;
    font-family: Great Vibes;
    text-transform: none;
    margin-bottom: -14px;
    margin-top: 10px; }
  .reduce-cost .text-unit {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    margin-left: -3px;
    text-align: left;
    text-transform: uppercase; }

.we_doing_icon {
  font-size: 115px;
  line-height: 100%;
  height: 100px; }

.we-doing-content p {
  font-size: 13px;
  line-height: 22px; }
.we-doing-content h4 {
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 10px; }

.we-doing {
  padding: 11px 30px 37px; }
  .we-doing:hover .we_doing_icon,
  .we-doing:hover .we-doing-content h4 {
    color: #94c347; }

.what-we-doing .wpb_column {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  margin-left: -1px; }
  .what-we-doing .wpb_column:hover {
    border: 1px solid #94c347;
    margin-left: -1px; }
  .what-we-doing .wpb_column:first-child {
    margin-left: 0; }
  .what-we-doing .wpb_column:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0); }
    .what-we-doing .wpb_column:last-child:hover {
      border-right: 1px solid #94c347; }
.what-we-doing .vc_column_container > .vc_column-inner {
  padding: 0; }

.what-we-doing:last-child .wpb_column {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: none; }

.what-we-doing:last-child .wpb_column:hover {
  border: 1px solid #94c347;
  margin-top: -1px; }

.variation-Weight {
  display: inline-block;
  color: #000; }

.info .uni-cpo-total {
  margin-bottom: 18px;
  font-weight: 700; }
  .info .uni-cpo-total .uni-cpo-total-sum {
    color: #ed8407;
    font-size: 20px; }
.info hr {
  margin-top: 10px; }
.info .summary .uni_cpo_fields_header {
  margin-bottom: 10px; }
.info .uni_cpo_field_type_text_input input.js-uni-cpo-field-text_input {
  height: 43px;
  border: 1px solid #e6e6e6;
  color: #333436;
  box-shadow: none;
  width: 110px; }

#tab-description h5 {
  margin-bottom: 7px; }

.woocommerce-tabs #review_form_wrapper {
  margin-top: 20px; }

#yith-quick-view-content div.images {
  width: 100%; }

#yith-quick-view-modal.open .yith-wcqv-main {
  padding: 20px; }

.woocommerce.columns-4 ul li {
  width: 25%; }

.woocommerce.columns-3 ul li {
  width: 33.3333%; }

.our-products {
  padding: 95px 0 60px; }

.cart-collaterals .prd-cross {
  display: none; }

.add-to-cart > a.added_to_cart {
  display: none; }

#tab-reviews ol li {
  list-style-type: none; }

.mini-cart.active_minicart .cart-block {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  visibility: visible; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  vertical-align: top;
  margin-right: 30px;
  clear: left;
  height: 100%;
  width: 15%; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul > li > a {
    color: #696969; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul > li.is-active > a {
    color: #000; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul > li {
    padding: 5px 0; }
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: 80%; }
  .woocommerce-account .woocommerce-MyAccount-content > h2:first-child {
    padding-top: 0; }
  .woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 22px;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-weight: 700;
    position: relative;
    line-height: 24px;
    background: #94c347; }
  .woocommerce-account .woocommerce-MyAccount-content nav.woocommerce-MyAccount-navigation {
    display: none; }

.products-tab {
  padding: 93px 0 44px; }
  .products-tab .nav-tabs.btn-filter li.active a {
    background: #94C347;
    color: #fff;
    border-top: 1px solid #94C347;
    border-bottom: 1px solid #94C347; }

.tabs-fillter {
  text-align: center;
  margin-top: -21px; }

.nav-tabs.btn-filter {
  display: inline-block;
  border-bottom: none;
  border-radius: 4px;
  margin-bottom: 33px; }
  .nav-tabs.btn-filter li {
    cursor: pointer;
    float: left;
    display: inline-block;
    margin: 0;
    border-radius: 0; }
    .nav-tabs.btn-filter li:first-child a {
      border-radius: 4px 0 0 4px; }
    .nav-tabs.btn-filter li:last-child a {
      border-right: 1px solid #e1e1e1;
      border-radius: 0 4px 4px 0; }
    .nav-tabs.btn-filter li a {
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      border-left: 1px solid #e1e1e1;
      padding: 10px 17px;
      display: block;
      color: #a4a4a4;
      font-weight: 400;
      text-transform: none;
      margin: 0;
      border-radius: 0; }
      .nav-tabs.btn-filter li a.active, .nav-tabs.btn-filter li a:hover, .nav-tabs.btn-filter li a:focus {
        background: #94c347;
        border-top: 1px solid #94c347;
        border-bottom: 1px solid #94c347;
        border-left: 1px solid #94c347;
        color: #fff;
        margin: 0; }
      .nav-tabs.btn-filter li a:before, .nav-tabs.btn-filter li a:active {
        content: none; }

.tab_filter_4 .nav-tabs.btn-filter {
  margin-bottom: 15px; }
  .tab_filter_4 .nav-tabs.btn-filter li a {
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    position: relative;
    font-family: "Open Sans", Arial; }
    .tab_filter_4 .nav-tabs.btn-filter li a.active, .tab_filter_4 .nav-tabs.btn-filter li a:hover {
      background: none;
      border: none;
      color: #222; }
    .tab_filter_4 .nav-tabs.btn-filter li a:before {
      content: "/";
      color: #999;
      position: absolute;
      right: 0;
      top: 10px; }
  .tab_filter_4 .nav-tabs.btn-filter li:last-child a:before {
    content: none; }

.tabs-slide .nav-tabs.btn-filter {
  margin-bottom: 28px; }

.products .owl-item .item {
  padding: 0 15px; }

.product-grid .product-content {
  border: 3px solid transparent;
  border-radius: 6px;
  margin-bottom: 15px; }
  .product-grid .product-content:hover {
    border-color: #f5f5f5; }

.product-content {
  overflow: hidden; }
  .product-content:hover .product-image img {
    opacity: 0.5; }
  .product-content:hover .quick-view {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .product-content:hover .add-to {
    opacity: 1;
    left: 50%;
    margin-left: -75px; }
    .product-content:hover .add-to:last-child {
      left: auto;
      right: 50%;
      margin-right: -75px; }

.product-img {
  position: relative;
  overflow: hidden; }
  .product-img .product-image {
    position: relative;
    display: block;
    text-align: center; }
  .product-img .quick-view {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    line-height: 37px;
    z-index: 2; }
    .product-img .quick-view .add_to_wishlist {
      color: #fff;
      font-size: 16px; }

.product-grid .product-desc {
  text-align: center; }
.product-grid .product-action {
  margin-top: -8px; }

.product-desc {
  padding-bottom: 32px; }
  .product-desc h3 {
    font-size: 14px;
    text-transform: none;
    font-weight: 400; }
    .product-desc h3 a {
      color: #444; }
      .product-desc h3 a:hover {
        color: #94c347; }
  .product-desc .add-to-cart, .product-desc .add-to {
    display: inline-block;
    vertical-align: middle; }
  .product-desc .add-to-cart span {
    color: #94c347;
    border: 1px solid #94c347;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 40px;
    display: block;
    font-size: 25px;
    background: #fff none repeat scroll 0 0; }
    .product-desc .add-to-cart span:hover {
      color: #fff;
      background: #94c347; }
  .product-desc .add-to-cart a {
    text-transform: uppercase;
    color: #94c347;
    font-size: 16px;
    font-weight: bold;
    float: left; }
  .product-desc .add-to {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0; }
    .product-desc .add-to:last-child {
      left: auto;
      right: 0; }
    .product-desc .add-to a {
      color: #94c347;
      border: 1px solid #94c347;
      border-radius: 100%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: block;
      background: #fff none repeat scroll 0 0; }
      .product-desc .add-to a:hover {
        color: #fff;
        background: #94C347; }

.product-action {
  text-align: center;
  position: relative;
  margin: 0 15px;
  padding-bottom: 30px; }
  .product-action:before {
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 23px;
    z-index: -1;
    background: #e1e1e1; }

.price .amount {
  color: #ed8407;
  font-size: 16px;
  font-weight: bold;
  line-height: normal; }
.price ins, .price del {
  text-decoration: none; }
.price del {
  margin-right: 5px; }
  .price del .amount {
    text-decoration: line-through;
    font-size: 14px;
    color: #8d8d8d; }

.star-rating {
  display: inline-block;
  height: 16px;
  position: relative;
  text-indent: -999em;
  width: 67px;
  margin-top: 5px; }
  .star-rating:before {
    position: absolute;
    text-indent: 1px;
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #94c347; }
  .star-rating span {
    float: left;
    height: 16px;
    overflow: hidden;
    display: block;
    position: relative; }
    .star-rating span:before {
      position: absolute;
      text-indent: 1px;
      content: "\f005\f005\f005\f005\f005";
      font-family: FontAwesome;
      left: 0;
      top: 0;
      color: #94c347; }

.stars .fa {
  border-right: 1px solid #b8b8b8;
  color: #94C347;
  margin-right: 8px;
  padding-right: 8px; }
  .stars .fa:last-child {
    border-right: none; }
.stars .star-1:hover:before {
  content: "\f005"; }
.stars .star-2:hover:before {
  content: "\f005\f005"; }
.stars .star-2:before {
  content: "\f006\f006"; }
.stars .star-3:hover:before {
  content: "\f005\f005\f005"; }
.stars .star-3:before {
  content: "\f006\f006\f006"; }
.stars .star-4:hover:before {
  content: "\f005\f005\f005\f005"; }
.stars .star-4:before {
  content: "\f006\f006\f006\f006"; }
.stars .star-5:hover:before {
  content: "\f005\f005\f005\f005\f005"; }
.stars .star-5:before {
  content: "\f006\f006\f006\f006\f006"; }

.product-label {
  right: 20px;
  position: absolute;
  top: 20px;
  z-index: 3;
  background: #94c347;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .product-label.hot-label {
    background: #ff8f3c;
    left: 20px;
    right: auto; }
  .product-label.sale-label {
    background: #ffc232; }
  .product-label span {
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative; }
    .product-label span:before {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      width: 4px;
      height: 4px;
      background: #fff;
      margin-left: -2px;
      border-radius: 50%; }

.categories-product {
  padding-bottom: 60px; }
  .categories-product .entry-title {
    margin-bottom: 0;
    margin-top: -7px; }
    .categories-product .entry-title h2 {
      float: left;
      margin-right: 20px;
      margin-left: -5px;
      margin-bottom: 40px; }
  .categories-product .product-content {
    border: none; }
    .categories-product .product-content:hover {
      border: none; }
    .categories-product .product-content .product-desc {
      padding-bottom: 0; }

.bakery_products .categories-product .product-content {
  padding-bottom: 29px;
  border: 3px solid transparent;
  margin-bottom: 21px; }
  .bakery_products .categories-product .product-content:hover {
    border-color: #f5f5f5; }
  .bakery_products .categories-product .product-content .product-desc {
    padding-bottom: 32px; }

.main-sidebar {
  margin-bottom: 100px; }
  .main-sidebar .also-like .product-grid {
    margin: 35px -15px; }
  .main-sidebar .product-grid {
    margin-top: 50px;
    margin-bottom: -14px; }
  .main-sidebar .pagination {
    border-top: 1px solid #e6e5e5;
    display: block;
    margin: 40px 0 0;
    padding-top: 40px;
    padding-left: 0;
    text-align: center; }

.product-action-grid > a.button {
  text-indent: -999em;
  display: block;
  height: 45px;
  width: 45px;
  font-size: 0; }
  .product-action-grid > a.button:before {
    content: "\e915";
    border: 1px solid #94c347;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 40px;
    display: block;
    font-size: 25px;
    background: #fff none repeat scroll 0 0;
    font-family: 'icomoon' !important;
    color: #94c347;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }

.widget_shopping_cart_content .variation dt,
.widget_shopping_cart_content .variation dd {
  display: inline-block;
  color: #000; }
  .widget_shopping_cart_content .variation dt p,
  .widget_shopping_cart_content .variation dd p {
    margin: 0; }

.uni_cpo_options_box .period_picker_input {
  height: 40px;
  line-height: 40px; }
  .uni_cpo_options_box .period_picker_input::before {
    border-radius: 0; }

.shop_table .product-thumbnail dl.variation > * {
  padding-right: 7px; }

.product-list {
  margin-top: 30px; }
  .product-list .item:last-child .product-content {
    margin-bottom: 0; }
  .product-list .product-img {
    width: 33.3333%;
    float: left; }
  .product-list .product-desc {
    overflow: hidden;
    border-left: 1px solid #ebebeb;
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 27px;
    padding-right: 30px; }
  .product-list .product-content {
    border: 1px solid #ebebeb;
    margin-bottom: 30px; }
    .product-list .product-content:hover .add-to {
      margin-left: 0; }
  .product-list .price {
    margin-top: 0; }
  .product-list .star-rating {
    margin-top: 0; }
  .product-list .desc {
    padding-top: 23px;
    padding-bottom: 15px; }
    .product-list .desc p {
      line-height: 22px;
      color: #8e8e8e;
      font-size: 13px; }
      .product-list .desc p a {
        color: #7da204;
        font-size: 13px; }
  .product-list .product-action {
    margin: 0;
    text-align: left;
    padding-bottom: 45px; }
    .product-list .product-action:before {
      left: -30px;
      width: 120%; }
  .product-list .product-desc .add-to-cart, .product-list .product-desc .add-to {
    text-align: center;
    background: none; }
  .product-list .product-desc .add-to {
    opacity: 1;
    position: static; }
    .product-list .product-desc .add-to > div {
      float: left;
      padding-left: 13px; }
  .product-list .product-desc h3 {
    font-weight: 400; }

.product-type-variable {
  padding-top: 21px; }
  .product-type-variable .main-sidebar {
    margin-bottom: 48px; }
  .product-type-variable .widget_categories {
    margin-top: -3px; }

.media .images {
  overflow: hidden;
  position: relative; }

.images .main-images img {
  border: 2px solid #f6f6f6; }
.images .views-block {
  padding: 20px 20px 0; }
  .images .views-block li {
    padding: 7px; }
    .images .views-block li img {
      border: 1px solid #ebebeb; }
      .images .views-block li img:hover {
        border: 1px solid #94c347; }
    .images .views-block li .active img {
      border-color: #94c347; }
  .images .views-block .controls-custom .owl-controls .owl-nav div {
    color: #959595;
    border: none;
    font-size: 18px;
    margin: 0;
    opacity: 1;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .images .views-block .controls-custom .owl-controls .owl-nav div:hover {
      color: #94c347; }
  .images .views-block .controls-custom .owl-controls .owl-nav .owl-prev {
    left: -27px;
    right: auto; }
  .images .views-block .controls-custom .owl-controls .owl-nav .owl-next {
    right: -27px; }

.add-to .compare.added {
  text-align: center;
  font-size: 0 !important; }
  .add-to .compare.added:before {
    content: "\f00c";
    font-family: FontAwesome;
    /* text-indent: initial; */
    font-size: 14px;
    color: inherit; }

.info .summary .star-rating {
  margin-top: 10px;
  margin-bottom: 2px; }
  .info .summary .star-rating span {
    font-size: 12px; }
  .info .summary .star-rating:before {
    font-size: 12px; }
.info .summary .share-links {
  margin-top: 0;
  clear: left;
  overflow: hidden; }
.info .summary .product-desc {
  padding-bottom: 27px;
  position: relative; }
  .info .summary .product-desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: bold;
    margin-top: -2px; }
  .info .summary .product-desc .description {
    padding-top: 17px;
    margin-top: 15px;
    border-top: 1px dashed #e6e6e6; }
  .info .summary .product-desc .add-to-cart {
    float: left;
    margin-top: 5px; }
    .info .summary .product-desc .add-to-cart span {
      float: left;
      margin-top: -10px;
      margin-right: 10px;
      background: #94c347;
      color: #fff; }
  .info .summary .product-desc .product-action {
    overflow: hidden;
    margin: 0;
    border-bottom: 1px dashed #e6e6e6;
    padding-top: 30px;
    padding-bottom: 28px; }
    .info .summary .product-desc .product-action:before {
      display: none; }
  .info .summary .product-desc .add-to {
    opacity: 1;
    float: right;
    margin-top: 0;
    position: absolute;
    bottom: -40px;
    top: auto; }
    .info .summary .product-desc .add-to .add-to-wishlist,
    .info .summary .product-desc .add-to .add-to-compare {
      display: inline-block;
      margin-left: 5px; }
.info .summary .price .amount {
  font-size: 20px; }
.info .summary h4 {
  color: #333436;
  font-size: 14px;
  margin-bottom: 4px; }
.info .summary p {
  color: #868686;
  margin-bottom: 21px;
  line-height: 22px; }
.info .summary input {
  height: 43px;
  text-align: center;
  vertical-align: middle;
  width: 63px;
  background: none;
  color: #333436;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
.info .summary .share-email {
  float: left;
  margin-top: 7px; }
  .info .summary .share-email a {
    color: #333436;
    font-size: 13px;
    text-decoration: underline; }
    .info .summary .share-email a:hover {
      color: #94c347; }
.info .summary .addthis_sharing_toolbox {
  text-align: right;
  margin-right: 0px;
  float: right; }
  .info .summary .addthis_sharing_toolbox .f-social {
    float: left; }

.quantity {
  margin-top: -3px; }
  .quantity label {
    text-transform: uppercase;
    color: #333436;
    width: 100%;
    margin-bottom: 19px; }

.qty-number {
  margin-right: -3px;
  border: 1px solid #e6e6e6;
  color: #919191;
  display: inline-block;
  height: 43px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  cursor: pointer; }
  .qty-number:last-child {
    margin-left: -3px; }
  .qty-number span {
    display: block; }

.tab-product-detail {
  padding-top: 15px; }
  .tab-product-detail .nav-tabs > li > a {
    text-transform: capitalize;
    font-size: 16px; }

.desc-tab .big-text {
  margin-top: 4px;
  line-height: 22px;
  margin-bottom: 22px; }

#reviews-tab,
#addTagForm {
  padding-top: 20px; }
  #reviews-tab label,
  #addTagForm label {
    margin-bottom: 13px; }
  #reviews-tab input,
  #addTagForm input {
    border: 1px solid #ebebeb;
    box-shadow: none; }
    #reviews-tab input:focus,
    #addTagForm input:focus {
      border: 1px solid #94C347;
      box-shadow: none; }

.also-like .widget-title.widget-title-bg {
  text-transform: capitalize;
  margin-bottom: 36px; }
  .also-like .widget-title.widget-title-bg:before {
    top: 55px;
    background: linear-gradient(to right, #94C347 17%, #f5f5f5 17%);
    background: -moz-linear-gradient(to right, #94C347 17%, #f5f5f5 17%);
    background: -o-linear-gradient(to right, #94C347 17%, #f5f5f5 17%);
    background: -ms-linear-gradient(to right, #94C347 17%, #f5f5f5 17%);
    background: -webkit-linear-gradient(left, #94C347 17%, #f5f5f5 17%); }

.img-banner {
  padding-top: 83px;
  padding-bottom: 100px; }

.nav-tabs.tab_filter_3 li a {
  text-transform: uppercase;
  border: none !important;
  font-size: 14px;
  color: #999999; }

.product_type_2.our-products {
  padding-top: 56px;
  padding-bottom: 20px; }
.product_type_2 .product-label {
  display: none; }
.product_type_2 .product-grid .product-img {
  padding-bottom: 0; }
.product_type_2 .product-grid .product-action {
  opacity: 0;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  padding-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  pointer-events: none; }
  .product_type_2 .product-grid .product-action:before {
    content: none; }
  .product_type_2 .product-grid .product-action .add-to, .product_type_2 .product-grid .product-action .quick-view {
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: visible; }
  .product_type_2 .product-grid .product-action .add-to + .add-to {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .product_type_2 .product-grid .product-action .add-to + .quick-view {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .product_type_2 .product-grid .product-action .add-to-cart {
    -ms-transform: scale(0.5, 0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5, 0.5);
    /* Safari */
    -o-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: visible; }
  .product_type_2 .product-grid .product-action > .price {
    display: none; }
  .product_type_2 .product-grid .product-action > .star-rating {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
    pointer-events: visible; }
.product_type_2 .product-grid .product-content {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
  background: #fff; }
  .product_type_2 .product-grid .product-content:hover .add-to {
    margin-left: 0; }
  .product_type_2 .product-grid .product-content .quick-view {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block; }
    .product_type_2 .product-grid .product-content .quick-view .fa-plus:before {
      content: "\f002"; }
    .product_type_2 .product-grid .product-content .quick-view a {
      color: #fff; }
      .product_type_2 .product-grid .product-content .quick-view a.add_to_wishlist {
        margin-top: -1px !important;
        display: block; }
  .product_type_2 .product-grid .product-content .add-to {
    margin-top: -1px;
    opacity: 1;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    background: none;
    border-radius: 0;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: static;
    margin: 0 12px 0 0;
    vertical-align: top; }
    .product_type_2 .product-grid .product-content .add-to .add-to-wishlist {
      position: relative; }
      .product_type_2 .product-grid .product-content .add-to .add-to-wishlist .ajax-loading {
        position: absolute;
        top: 17px;
        left: 15px; }
      .product_type_2 .product-grid .product-content .add-to .add-to-wishlist a.add_to_wishlist {
        margin-top: 0 !important;
        display: block; }
    .product_type_2 .product-grid .product-content .add-to .fa-random:before {
      content: "\f066"; }
    .product_type_2 .product-grid .product-content .add-to a {
      height: 38px;
      border-radius: 0;
      width: 100%;
      background: none;
      border: none;
      font-size: 14px;
      color: #fff;
      padding-top: 1px; }
    .product_type_2 .product-grid .product-content .add-to .yith-wcwl-wishlistexistsbrowse a, .product_type_2 .product-grid .product-content .add-to .yith-wcwl-wishlistaddedbrowse a {
      color: red; }
  .product_type_2 .product-grid .product-content .product-img > a {
    display: block; }
  .product_type_2 .product-grid .product-content .product-desc > .star-rating {
    display: none; }
  .product_type_2 .product-grid .product-content .add-to-cart {
    height: 40px;
    border-radius: 0;
    border: none;
    background: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin: 10px auto; }
    .product_type_2 .product-grid .product-content .add-to-cart a {
      color: #fff;
      background: none;
      border: none;
      width: 100%;
      max-width: 150px;
      margin: 0 auto;
      float: none;
      display: block;
      border: 1px solid #fff; }
      .product_type_2 .product-grid .product-content .add-to-cart a span {
        background: none;
        border: none;
        border-radius: 0;
        color: #fff;
        height: 40px; }
        .product_type_2 .product-grid .product-content .add-to-cart a span.icon-6:before {
          font-size: 14px;
          left: 15px;
          position: absolute;
          content: "\f291";
          font: normal normal normal 14px/1 FontAwesome;
          top: 12px; }
      .product_type_2 .product-grid .product-content .add-to-cart a:after {
        left: 43px;
        content: attr(title);
        position: absolute;
        top: 10px;
        font-family: "Open Sans", Arial;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal; }
      .product_type_2 .product-grid .product-content .add-to-cart a.product_type_variable:after {
        left: 40px;
        content: attr(title);
        position: absolute;
        top: 12px;
        font-family: "Open Sans", Arial;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal; }
    .product_type_2 .product-grid .product-content .add-to-cart:hover {
      border: none !important;
      background: none !important; }
      .product_type_2 .product-grid .product-content .add-to-cart:hover a {
        border: 1px solid #94c347;
        background: #94c347; }
  .product_type_2 .product-grid .product-content > a.hover_overlay {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .product_type_2 .product-grid .product-content:hover > a.hover_overlay {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0); }
  .product_type_2 .product-grid .product-content:hover .product-action {
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    .product_type_2 .product-grid .product-content:hover .product-action .add-to, .product_type_2 .product-grid .product-content:hover .product-action .quick-view {
      transform: translateY(0%);
      -ms-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -o-transform: translateY(0%); }
    .product_type_2 .product-grid .product-content:hover .product-action .add-to-cart {
      -ms-transform: scale(1, 1);
      /* IE 9 */
      -webkit-transform: scale(1, 1);
      /* Safari */
      -o-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
      transition-timing-function: cubic-bezier(0.47, 1.02, 0.31, -0.36); }
.product_type_2 .product-grid .product-desc {
  background: #fff;
  height: auto;
  padding-top: 18px;
  padding-bottom: 14px; }
  .product_type_2 .product-grid .product-desc h3 a {
    text-transform: capitalize;
    font-size: 14px;
    color: #999;
    font-family: "Open Sans", Arial; }
.product_type_2 .price {
  font-size: 20px;
  font-family: Courgette; }
  .product_type_2 .price del .amount {
    color: #999;
    font-size: 17px; }
  .product_type_2 .price .amount {
    font-size: 20px;
    font-weight: normal;
    color: #222; }
.product_type_2 .tooltip {
  display: none !important; }
.product_type_2 .star-rating {
  margin-top: 2px;
  margin-bottom: -4px; }

.product-loadmore a#product-loadmore:focus, .product-loadmore a#product-loadmore:active, .product-loadmore a#product-loadmore:active:focus {
  background: none !important;
  box-shadow: none !important;
  border-color: #94c347 !important; }
.product-loadmore > a.btn {
  font-size: 18px;
  text-transform: none;
  padding: 13px 68px;
  border-radius: 0;
  max-width: 225px;
  font-family: "Open Sans", Arial;
  font-weight: normal;
  margin-top: 20px !important;
  background: #94c347;
  border: 1px solid #94c347; }
  .product-loadmore > a.btn > i {
    display: none; }
  .product-loadmore > a.btn:hover {
    color: #94c347;
    background: transparent; }
  .product-loadmore > a.btn:focus, .product-loadmore > a.btn:active {
    background: transparent; }
.product-loadmore .fa-spin {
  margin-top: 20px !important; }

.product_type_3.our-products {
  padding-top: 50px; }
.product_type_3 .product-grid .product-desc h3 a {
  text-transform: capitalize;
  font-size: 16px;
  color: #555;
  font-family: Lora; }
.product_type_3 .price {
  font-family: Dancing Script;
  margin-top: 11px; }
  .product_type_3 .price .amount {
    font-size: 24px;
    font-weight: normal;
    color: #222; }
.product_type_3 .product-img img {
  margin: 0 auto; }
.product_type_3 .product-grid .product-desc {
  padding-top: 34px;
  padding-bottom: 15px; }
.product_type_3 .product-grid .product-content {
  box-shadow: 1.5px 3px 0px 0px rgba(192, 188, 184, 0.3);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .product_type_3 .product-grid .product-content > a.hover_overlay {
    display: none; }
  .product_type_3 .product-grid .product-content .product-desc > .star-rating, .product_type_3 .product-grid .product-content .product-desc > h3, .product_type_3 .product-grid .product-content .product-desc > .price {
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .product_type_3 .product-grid .product-content .product-action {
    top: auto;
    bottom: 15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-box-pack: center;
    /* justify-content */
    -webkit-box-align: center;
    /* align-items */ }
    .product_type_3 .product-grid .product-content .product-action .star-rating {
      display: none; }
  .product_type_3 .product-grid .product-content .quick-view, .product_type_3 .product-grid .product-content .add-to {
    height: 40px;
    width: 40px;
    border: none;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transform: translateY(40%);
    -ms-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -webkit-transform: translateY(40%);
    -o-transform: translateY(40%); }
    .product_type_3 .product-grid .product-content .quick-view a, .product_type_3 .product-grid .product-content .add-to a {
      font-size: 16px; }
      .product_type_3 .product-grid .product-content .quick-view a:hover, .product_type_3 .product-grid .product-content .add-to a:hover {
        color: #94c347;
        background: none;
        border: none; }
    .product_type_3 .product-grid .product-content .quick-view:hover, .product_type_3 .product-grid .product-content .add-to:hover {
      background: none !important;
      border: none !important; }
      .product_type_3 .product-grid .product-content .quick-view:hover a, .product_type_3 .product-grid .product-content .add-to:hover a {
        color: #94c347;
        background: none !important;
        border: none !important; }
  .product_type_3 .product-grid .product-content .quick-view a.add_to_wishlist {
    margin-right: -18px; }
    .product_type_3 .product-grid .product-content .quick-view a.add_to_wishlist > i:before {
      content: "\f00e"; }
  .product_type_3 .product-grid .product-content .add-to {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* TWEENER - IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    margin-left: 10px; }
    .product_type_3 .product-grid .product-content .add-to + .add-to {
      display: none; }
  .product_type_3 .product-grid .product-content .add-to-cart {
    width: 64px;
    text-align: center;
    margin: 0;
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    float: left;
    margin-left: 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 34px;
    transform: translateY(40%);
    -ms-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -webkit-transform: translateY(40%);
    -o-transform: translateY(40%); }
    .product_type_3 .product-grid .product-content .add-to-cart a:after {
      display: none; }
    .product_type_3 .product-grid .product-content .add-to-cart a {
      border: none; }
      .product_type_3 .product-grid .product-content .add-to-cart a > span:before {
        left: 19px !important;
        top: 6px !important;
        font-size: 20px !important; }
    .product_type_3 .product-grid .product-content .add-to-cart:hover {
      border-left: 1px solid #ccc !important;
      border-right: 1px solid #ccc !important; }
      .product_type_3 .product-grid .product-content .add-to-cart:hover a {
        background: none !important;
        border: none; }
  .product_type_3 .product-grid .product-content .add_to_cart_button.loading::before {
    margin-bottom: 10px;
    right: 0;
    bottom: 4px;
    width: 100%;
    text-align: center; }
  .product_type_3 .product-grid .product-content .add_to_cart_button.loading > span {
    opacity: 0.5; }
  .product_type_3 .product-grid .product-content .quick-view {
    float: left;
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1; }
  .product_type_3 .product-grid .product-content .add-to a, .product_type_3 .product-grid .product-content .quick-view a, .product_type_3 .product-grid .product-content .add-to-cart a span {
    color: #555; }
    .product_type_3 .product-grid .product-content .add-to a.compare, .product_type_3 .product-grid .product-content .quick-view a.compare, .product_type_3 .product-grid .product-content .add-to-cart a span.compare {
      display: none; }
    .product_type_3 .product-grid .product-content .add-to a:hover, .product_type_3 .product-grid .product-content .quick-view a:hover, .product_type_3 .product-grid .product-content .add-to-cart a span:hover {
      color: #94c347; }
  .product_type_3 .product-grid .product-content .product-desc > .star-rating {
    margin: 0 auto; }
  .product_type_3 .product-grid .product-content:hover {
    box-shadow: 1.5px 5px 0px 0px rgba(192, 188, 184, 0.3); }
    .product_type_3 .product-grid .product-content:hover .product-action, .product_type_3 .product-grid .product-content:hover .product-content .add-to-cart {
      opacity: 1;
      transform: translateY(0%);
      -ms-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -o-transform: translateY(0%); }
    .product_type_3 .product-grid .product-content:hover .product-desc > .star-rating, .product_type_3 .product-grid .product-content:hover .product-desc > h3, .product_type_3 .product-grid .product-content:hover .product-desc > .price {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease; }

.cs_tabitemname .ult_tabcontent {
  height: auto !important; }
.cs_tabitemname .ult_tabitemname {
  padding-left: 0;
  padding-right: 0; }

.ult_tabcontent.style1 .ult_tabitemname {
  padding-top: 3px; }

.ult_colorlink:hover {
  color: #94c347; }

.safari .product_type_3 .product-grid .product-content .product-action {
  transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -webkit-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  -webkit-box-pack: center;
  /* justify-content */
  -webkit-box-align: center;
  /* align-items */
  -webkit-box-direction: row;
  box-direction: row;
  left: 53.5%;
  max-width: 200px; }
.safari .product_type_3 .product-grid .product-content:hover .product-action {
  transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%); }
.safari .product_type_3 .product-grid .product-content:hover .product-desc > .star-rating, .safari .product_type_3 .product-grid .product-content:hover .product-desc > h3, .safari .product_type_3 .product-grid .product-content:hover .product-desc > .price {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.woocommerce.columns-6 > .product_types ul.products > li.product-category {
  width: calc( 100% / 6 ); }
.woocommerce.columns-5 > .product_types ul.products > li.product-category {
  width: calc( 100% / 5 ); }
.woocommerce.columns-4 > .product_types ul.products > li.product-category {
  width: calc( 100% / 4 ); }
.woocommerce.columns-3 > .product_types ul.products > li.product-category {
  width: calc( 100% / 3 ); }
.woocommerce.columns-2 > .product_types ul.products > li.product-category {
  width: calc( 100% / 2 ); }
.woocommerce.columns-1 > .product_types ul.products > li.product-category {
  width: calc( 100% / 1 ); }
.woocommerce.columns-7 > .product_types ul.products > li.product-category {
  width: calc( 100% / 7 ); }
.woocommerce > .product_types ul.products > li.product-category {
  background: #94c347;
  padding: 0; }
  .woocommerce > .product_types ul.products > li.product-category img {
    height: auto; }
  .woocommerce > .product_types ul.products > li.product-category h3, .woocommerce > .product_types ul.products > li.product-category h3 > a {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #fff; }

ul.products > li.product-category {
  float: left;
  width: calc( 100% / 3 );
  padding: 0 15px;
  padding-bottom: 25px; }
  ul.products > li.product-category h3 {
    padding-top: 15px; }
  ul.products > li.product-category:last-child .prd_cat_count {
    border-right: none; }

.prd_cat_count {
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  display: block;
  text-align: center;
  margin: 0px;
  max-width: 100%;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .prd_cat_count .prd_count_inner {
    overflow: hidden;
    position: relative; }
  .prd_cat_count img + h3 {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .prd_cat_count img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-bottom: 30px;
    padding-top: 25px; }
  .prd_cat_count:before, .prd_cat_count:after {
    position: absolute;
    content: '';
    width: 0;
    height: 23px;
    opacity: 0;
    background: #f8b600;
    left: 0;
    z-index: 9;
    webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .prd_cat_count:before {
    bottom: 100%; }
  .prd_cat_count:after {
    top: 100%;
    right: 0;
    left: auto; }
  .prd_cat_count .figcaption {
    position: absolute;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center; }
    .prd_cat_count .figcaption .number_prds {
      font-size: 45px; }
    .prd_cat_count .figcaption .name_prd {
      font-size: 20px; }
  .prd_cat_count .cat_link {
    background: none;
    border: 3px solid #fff;
    margin-top: 41px;
    font-size: 14px !important;
    padding: 8px 25px !important; }
    .prd_cat_count .cat_link:hover {
      background: #94c347;
      border-color: #94c347; }

.product-category img {
  height: auto; }

.woosearch-results {
  border: 1px solid #ebebeb; }
  .woosearch-results ul {
    padding-top: 73px;
    padding-bottom: 6px; }
  .woosearch-results li {
    padding-bottom: 10px;
    padding-top: 5px;
    background: #fff; }
    .woosearch-results li:last-child {
      border-bottom: 0px solid #94c347; }

.woosearch-results ul {
  padding: 20px 19px 13px;
  list-style: none;
  box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.05);
  max-height: 300px;
  overflow-y: scroll;
  background: #fff; }
  .woosearch-results ul > li {
    margin-bottom: 13px; }
    .woosearch-results ul > li > a {
      text-transform: capitalize; }
    .woosearch-results ul > li .product-img > a {
      position: relative;
      display: block;
      text-align: center; }
    .woosearch-results ul > li .price del span, .woosearch-results ul > li .price .amount {
      font-size: 14px; }
  .woosearch-results ul .widget_add_to_cart {
    padding-top: 7px; }
    .woosearch-results ul .widget_add_to_cart a .add_cart_list {
      display: block; }
    .woosearch-results ul .widget_add_to_cart a .add_to_cart_button.loading:after,
    .woosearch-results ul .widget_add_to_cart a .single_add_to_cart_button.loading:after {
      content: "";
      left: auto;
      right: -20px; }
    .woosearch-results ul .widget_add_to_cart a:after {
      display: inline-block;
      padding-left: 6px;
      content: attr(title); }
  .woosearch-results ul .search_img {
    padding-right: 20px;
    height: auto;
    max-width: 100px;
    display: inline-block; }
.woosearch-results .product_list_widget li .product-content {
  overflow: hidden;
  text-align: left; }
.woosearch-results .product_list_widget li .product_title {
  font-size: 13px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 0; }
.woosearch-results .product_list_widget li .product-img {
  max-width: 100px;
  margin-right: 10px;
  float: left; }

.woosearch-submit {
  position: absolute;
  right: 10px;
  padding: 0;
  margin-top: 7px;
  background: none; }

li.search_result_info {
  padding: 0; }

.woocommerce .woocommerce-checkout .wc-terms-and-conditions input[type=checkbox] {
  display: inline-block;
  margin-left: 0;
  position: static; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  padding: 4px 13px;
  color: #2a2a2a;
  border: 1px solid #ddd;
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important; }

select.state_select {
  padding-top: 6px; }

@media (max-width: 767px) {
  .single-product.disable_zoom_image .zoomContainer {
    display: none !important; }
  .single-product.disable_zoom_image .main-images .zoomWrapper {
    pointer-events: none; } }
.shop_table td.product-thumbnail img {
  width: 100px;
  height: auto; }

body #ct-ultimate-gdpr-cookie-open.ct-ultimate-gdpr-trigger-modal-round {
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center; }

#ct-ultimate-gdpr-cookie-change-settings {
  margin-top: 5px; }

.add-to + a.button {
  color: #94c347;
  border: 1px solid #94c347;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  display: block;
  font-size: 0;
  background: #fff none repeat scroll 0 0;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .add-to + a.button:hover {
    background-color: #94c347;
    color: #fff; }
  .add-to + a.button:before {
    position: absolute;
    content: "\e915";
    line-height: 40px;
    font-size: 25px;
    font-family: 'icomoon';
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.tooltbars {
  margin-bottom: 20px; }

.hide-title-form.btn.button {
  font-size: 0;
  padding: 8px 18px;
  line-height: 28px; }

.hide-title-form.btn.button i {
  font-size: 14px; }

.hidden-title-form {
  margin-bottom: 30px; }

.page-wishlist .hidden-title-form {
  display: none; }

.page-wishlist .wishlist_table.wishlist_view .product-name a img {
  max-width: 100px;
  height: auto; }

.yith-wcwl-share .share-button {
  display: inline-block;
  padding: 0 10px; }

.yith-wcwl-share ul,
.yith-wcwl-share-title {
  display: inline-block; }

.yith-wcwl-share {
  padding: 30px 0; }

.feedback {
  display: none; }

.product-desc .add-to .yith-wcwl-wishlistaddedbrowse a::before,
.product-desc .add-to .yith-wcwl-wishlistexistsbrowse a::before {
  position: absolute;
  content: "\f004";
  font: normal normal normal 14px/1 FontAwesome;
  top: 11px;
  left: 9px; }

.product-desc .add-to .yith-wcwl-wishlistaddedbrowse a,
.product-desc .add-to .yith-wcwl-wishlistexistsbrowse a {
  position: relative; }

.woocommerce .woocommerce-checkout .wc-terms-and-conditions input[type="checkbox"] {
  top: -15px;
  appearance: auto;
  -webkit-appearance: auto; }

@media (max-width: 991px) {
  .woocommerce .woocommerce-checkout .wc-terms-and-conditions input[type="checkbox"] {
    top: 3px;
    height: auto; }

  .woocommerce .woocommerce-checkout .wc-terms-and-conditions span {
    padding-left: 20px;
    vertical-align: middle; } }
.promo {
  padding-bottom: 73px; }
  .promo .entry-title {
    margin-bottom: 42px; }

.promo-banner {
  position: relative;
  overflow: hidden; }
  .promo-banner h2 {
    color: #fff;
    font-size: 30px; }
    .promo-banner h2 a {
      color: #fff; }
      .promo-banner h2 a:hover {
        color: #94c347; }
    .promo-banner h2 span {
      font-weight: 300; }
  .promo-banner .text-container {
    color: #fff;
    padding: 15px;
    position: absolute;
    z-index: 9; }
  .promo-banner .text-left {
    left: 5px;
    bottom: 0; }

.promo-banner .text-left {
  left: 25px;
  bottom: 17px; }
.promo-banner .text-center {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.promo-1 .promo-banner p {
  margin: 16px 0 26px;
  line-height: 21px; }
.promo-1 .text-left {
  left: 30px;
  bottom: 17px; }

.promo-2 .promo-banner {
  margin-bottom: 28px; }
  .promo-2 .promo-banner .text-left {
    left: 6px;
    bottom: 4px; }
  .promo-2 .promo-banner:before {
    opacity: 0; }
  .promo-2 .promo-banner:hover:before {
    opacity: 0.2; }
  .promo-2 .promo-banner:hover:after {
    left: 5%;
    top: 5%;
    opacity: 1; }
  .promo-2 .promo-banner:hover h2:before {
    width: 0; }
  .promo-2 .promo-banner:hover h2:after {
    width: 35px; }
.promo-2 h2 {
  position: relative; }
  .promo-2 h2:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    left: 0;
    top: -7px; }
  .promo-2 h2:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -7px; }

.promo-v2 .promo-banner {
  margin-bottom: 0; }

.promo-relative .text-container {
  position: relative; }

.promo-ads img {
  width: 100%; }
.promo-ads h2 {
  font-family: Pacifico;
  font-size: 66px; }
  .promo-ads h2 span {
    font-size: 34px; }
.promo-ads h3 {
  font-family: Pacifico;
  font-size: 33px;
  color: #fff;
  margin-top: -7px; }

.promo-ads-2 h2 {
  margin-top: 17px; }

.promo-ads-3 h3 {
  margin-top: 15px; }

.promo-ads-4 h2 {
  font-size: 64px;
  margin-top: 15px; }

.promo-col2 {
  padding-bottom: 96px; }

.promo-relative {
  background-color: #94c347;
  background-position: left center;
  background-size: 40%;
  background-repeat: no-repeat;
  padding: 35px  0px; }
  .promo-relative h2 {
    font-size: 50px; }
  .promo-relative h3 {
    font-size: 30px;
    margin-top: 20px; }
  .promo-relative .text-container {
    padding: 40px 28px 40px 190px; }

.main-sidebar .promo-fresh {
  padding-bottom: 0;
  margin-bottom: -30px; }

.promo-fresh {
  overflow: hidden;
  padding-top: 73px; }
  .promo-fresh h2 {
    text-transform: uppercase; }
  .promo-fresh .promo-banner h2 {
    font-size: 25px; }
  .promo-fresh .promo-ful .promo-banner .text-container {
    padding: 13px 9px; }
  .promo-fresh .promo-2 h2:before {
    top: -10px;
    left: 2px; }
  .promo-fresh .promo-2.promo-ful .promo-banner:after {
    width: 96%;
    left: 2%; }

.recipes {
  padding: 91px 0 90px; }
  .recipes .entry-title {
    margin-bottom: 42px; }
  .recipes .item {
    padding: 20px 44px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px; }
  .recipes .post-info {
    font-size: 12px;
    margin-top: 4px; }
  .recipes .owl-theme .owl-controls .owl-nav div {
    border-radius: 50%;
    font-size: 14px;
    opacity: 1;
    padding: 0;
    width: 43px;
    height: 43px;
    line-height: 36px;
    color: #000;
    background: #fff;
    border: 3px solid #94c347;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: 0; }
    .recipes .owl-theme .owl-controls .owl-nav div.owl-prev {
      left: -25px; }
    .recipes .owl-theme .owl-controls .owl-nav div.owl-next {
      right: -25px; }
    .recipes .owl-theme .owl-controls .owl-nav div:hover, .recipes .owl-theme .owl-controls .owl-nav div:active, .recipes .owl-theme .owl-controls .owl-nav div:focus {
      background: #94c347;
      color: #fff; }
  .recipes .style-img-recipes {
    position: relative; }
    .recipes .style-img-recipes:before {
      background: #e9e9e9;
      height: 90%;
      left: -5px;
      position: absolute;
      top: 5%;
      width: 20px;
      content: "";
      border-radius: 4px 0 0 4px; }
  .recipes .img-recipes {
    position: relative; }
    .recipes .img-recipes img {
      width: 100%; }
    .recipes .img-recipes:before {
      background: #d2d2d2;
      height: 94%;
      left: -10px;
      position: absolute;
      top: 3%;
      width: 10px;
      content: "";
      border-radius: 4px 0 0 4px; }
  .recipes .blog_post_desc p {
    line-height: 22px; }

.main-sidebar .recipes-list .pagination {
  margin-top: 24px;
  padding-top: 30px;
  margin-bottom: -10px; }

.recipes-content {
  padding-top: 17px; }
  .recipes-content .blog-item .post-name {
    line-height: 23px; }
    .recipes-content .blog-item .post-name a {
      font-size: 20px;
      color: #94c347; }
  .recipes-content .blog-post-title {
    margin-bottom: 22px; }

.recipes-prep .icon, .recipes-servings .icon {
  color: #94c347;
  float: left;
  font-size: 40px;
  margin-right: 36px;
  margin-top: 5px;
  line-height: 100%; }

.recipes-servings .icon {
  margin-right: 6px; }

.img-recipes {
  text-align: right; }

.best-recipes {
  padding-bottom: 102px;
  margin-top: -8px; }
  .best-recipes .entry-title {
    margin-bottom: 38px; }
  .best-recipes .blog-ful .blog-item .post-name a {
    font-size: 14px;
    color: #3a3a3b; }
    .best-recipes .blog-ful .blog-item .post-name a:hover {
      color: #94c347; }
  .best-recipes .blog-ful .blog-item .blog-img img {
    border-radius: 5px; }
  .best-recipes .blog-ful .blog-post-info {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 15px 18px 35px;
    margin: -22px 11px 0; }
  .best-recipes .blog-ful .blog_post_desc {
    margin-top: 12px; }
    .best-recipes .blog-ful .blog_post_desc p {
      line-height: 20px; }
  .best-recipes .blog-item {
    float: none; }
  .best-recipes .blog-info {
    float: left; }
  .best-recipes .load-more {
    padding-top: 41px; }

.recipes-list .main-sidebar .pagination {
  padding-top: 29px;
  margin-bottom: -9px; }

.main-sidebar .text-left .pagination {
  text-align: left; }

.recipes-list-container {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }
  .recipes-list-container:last-child {
    border-bottom: none;
    padding-bottom: 6px;
    margin-bottom: 0; }
  .recipes-list-container .info {
    float: left;
    margin-right: 15px;
    font-size: 12px; }
  .recipes-list-container .img-recipes img {
    width: 100%;
    border-radius: 4px; }
  .recipes-list-container .bg-hover::before {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 90%;
    left: 6%;
    padding: 0;
    top: 5%;
    width: 88%; }
  .recipes-list-container .blog-post-info {
    margin-left: -98px;
    overflow: hidden;
    padding: 20px;
    z-index: 9;
    border-radius: 4px; }
  .recipes-list-container .blog-post-title {
    margin-top: 4px; }
  .recipes-list-container .text-style-bg {
    margin-top: 16px; }
    .recipes-list-container .text-style-bg::before {
      margin-top: 0; }
  .recipes-list-container .blog-date {
    margin-right: 10px; }
  .recipes-list-container .blog-info {
    margin-top: 8px; }
    .recipes-list-container .blog-info i {
      margin-right: 6px; }
  .recipes-list-container .blog_post_desc {
    float: left;
    margin-top: 15px; }
    .recipes-list-container .blog_post_desc p {
      margin-bottom: 8px;
      line-height: 22px; }
  .recipes-list-container .read-more {
    margin-bottom: 7px; }
    .recipes-list-container .read-more a {
      font-style: italic;
      color: #94c347; }
    .recipes-list-container .read-more i {
      margin-right: 7px; }
  .recipes-list-container .blog-info a {
    color: #919090; }
    .recipes-list-container .blog-info a:hover {
      color: #94c347; }

.recipes-single .blog-ful .blog-item .post-name a {
  color: #3a3a3a; }
.recipes-single .post-name {
  margin-top: 12px;
  margin-bottom: 8px; }
.recipes-single .blog-ful .blog-info .info {
  font-size: 12px;
  margin-right: 26px; }
.recipes-single .blog-ful .blog-post-info {
  padding: 25px 30px 0px;
  margin: -102px 30px 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
.recipes-single .recipes-directions .title-desc h4 {
  margin-top: 0; }
.recipes-single .title-desc h4 {
  font-size: 20px;
  margin-top: 10px; }
.recipes-single .share-links {
  margin-top: 5px;
  margin-left: 13px; }

.recipes-details-desc {
  overflow: hidden;
  padding: 9px 0 7px;
  border-top: 1px solid #ebebeb;
  color: #777676; }
  .recipes-details-desc.recipes-directions {
    padding: 25px 0 19px; }
  .recipes-details-desc.recipes-pragraph {
    padding-top: 28px; }
  .recipes-details-desc.recipes-footnote {
    padding-top: 23px;
    padding-bottom: 15px; }

.blog_post_desc .ingredients-container li:before,
.blog_post_desc .footnote-content li:before,
.blog_post_desc .list-text-recipes li:before {
  display: none; }
.blog_post_desc .recipes-details-desc ul {
  padding-left: 0; }
.blog_post_desc .recipes-details-desc.recipes-directions ul {
  padding-left: 18px; }
.blog_post_desc .recipes-pragraph ul li {
  padding-bottom: 13px; }
  .blog_post_desc .recipes-pragraph ul li:last-child {
    padding-bottom: 0; }

.recipes-directions .title-desc {
  padding-top: 9px;
  padding-bottom: 3px; }

.list-text-recipes .list-number {
  height: 25px;
  text-align: center;
  float: left;
  width: 25px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 50%;
  color: #b4b4b4; }
.list-text-recipes .desc {
  overflow: hidden;
  padding-left: 20px; }

.ingredients-container li.recipes-servings {
  padding-left: 18px; }

.ingredients-container {
  float: right; }
  .ingredients-container li {
    display: inline-block;
    float: left;
    padding: 0 27px;
    border-right: 1px solid #ebebeb; }
    .ingredients-container li.recipes-prep {
      padding-right: 37px; }
    .ingredients-container li.recipes-servings img {
      margin-right: 10px; }
    .ingredients-container li.recipes-servings .name-time-recipes {
      margin-top: 13px; }
    .ingredients-container li img {
      float: left;
      margin-right: 38px;
      margin-top: 7px; }
    .ingredients-container li:last-child {
      padding-right: 0;
      border-right: none; }

.blog_post_desc .ingredients-container ul li {
  padding-bottom: 0; }

.name-time-recipes {
  float: left; }

.name-recipes {
  color: #696969;
  margin-bottom: -2px; }

.time-recipes {
  color: #afafaf;
  margin-bottom: 3px; }

.footnote-title {
  color: #777676;
  font-size: 16px;
  margin-bottom: 0; }

.footnote-title-small {
  font-style: italic; }

.footnote-content .desc {
  margin-top: -9px;
  margin-bottom: 13px; }
.footnote-content li:last-child {
  padding-bottom: 0; }

.comments-area .widget-title {
  font-size: 24px;
  padding-bottom: 16px;
  text-transform: capitalize; }

.comment-form label {
  font-weight: 400; }

.recipes-single .blog_post_desc ul {
  padding-bottom: 7px; }

.popular-recipes .entry-title {
  margin-bottom: 41px; }
.popular-recipes .blog-ful-2 .blog-post-info {
  padding: 38px 40px 20px 0; }
.popular-recipes .blog-ful-2.blog-content .post-name a {
  font-size: 20px; }
.popular-recipes .blog-ful-2 .blog-item .blog-img {
  float: none;
  margin-right: 0; }
  .popular-recipes .blog-ful-2 .blog-item .blog-img img {
    border-radius: 0; }
.popular-recipes .blog-ful-2 .blog-post-title {
  margin-bottom: 10px; }
.popular-recipes .item-grid:nth-child(even) .blog-ful-2 .blog-post-info {
  padding: 48px 40px 20px 0; }
.popular-recipes .item-grid:nth-child(even) .blog-item {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
.popular-recipes .item-grid:nth-child(even) .blog-post-info {
  order: 1; }
.popular-recipes .item-grid:nth-child(even) .blog-img {
  order: 2;
  width: 100%; }
.popular-recipes .item-grid {
  margin-bottom: 50px; }

.number-blog {
  color: #89b240;
  font-size: 24px;
  font-weight: bold;
  float: left;
  position: relative;
  margin-right: 34px;
  margin-top: -8px; }
  .number-blog::before {
    background: rgba(0, 0, 0, 0) url("../images/background/bg-number.png") no-repeat scroll 0 0;
    content: "";
    font-size: 45px;
    font-weight: 300;
    height: 30px;
    left: -5px;
    position: absolute;
    top: 31px;
    width: 35px; }

.post-info-content {
  overflow: hidden; }

.knowledge {
  padding: 95px 0 65px;
  background-color: #f5f5f5; }

.panel-group {
  margin-top: 5px; }
  .panel-group .panel {
    box-shadow: none;
    margin-bottom: 15px;
    background: none; }

.panel-title {
  position: relative;
  font-size: 14px;
  font-weight: 400; }
  .panel-title > a {
    color: #696969;
    text-transform: uppercase; }

.panel-body {
  font-size: 13px;
  border-radius: 5px;
  background: #fff; }
  .panel-body p {
    line-height: 22px;
    margin-bottom: 6px; }

.panel-default {
  border: none;
  box-shadow: none; }
  .panel-default .panel-heading {
    padding: 16px 15px;
    border: 1px solid #e1e1e1;
    background: #F5F5F5;
    border-radius: 5px;
    margin-bottom: 15px; }
    .panel-default .panel-heading.active {
      background: #fff; }

.panel-collapse {
  border: 1px dashed #e1e1e1;
  margin-bottom: 15px;
  border-radius: 5px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.indicator {
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 10px;
  height: 16px;
  width: 17px;
  border-radius: 50%;
  background: #94c347;
  color: #fff;
  text-align: center;
  line-height: 20px; }
  .indicator:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    text-indent: 1px;
    display: block;
    left: 4px;
    top: -1px; }
  .indicator.indicator-mimus {
    text-indent: -9999em;
    display: block; }
    .indicator.indicator-mimus:before {
      content: "\f068";
      font-family: FontAwesome;
      position: absolute;
      text-indent: 1px;
      display: block;
      left: 4px;
      top: -1px; }

.knowledge-list .blog-content {
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .knowledge-list .blog-content:last-child {
    margin-bottom: 2px; }
.knowledge-list .widget_search {
  padding-bottom: 22px; }
.knowledge-list .pagination {
  margin: 0 !important;
  padding-top: 30px;
  padding-bottom: 19px; }

.knowledge-list-content ul {
  float: left;
  padding: 40px 30px 0; }
  .knowledge-list-content ul li {
    padding-bottom: 16px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 56px; }
    .knowledge-list-content ul li:last-child {
      padding-bottom: 0; }
    .knowledge-list-content ul li:before {
      position: absolute;
      content: "\e69d";
      font-family: Pe-icon-7-stroke;
      left: -29px;
      top: 0;
      font-size: 16px;
      color: #94c347; }
    .knowledge-list-content ul li a {
      color: #696969;
      padding-right: 36px;
      display: block; }
      .knowledge-list-content ul li a:hover {
        color: #94c347; }

.our-blog {
  padding-top: 93px;
  padding-bottom: 70px;
  background: #f5f5f5; }
  .our-blog .entry-title {
    margin-bottom: 40px; }
  .our-blog .blog_post_desc > p {
    line-height: 20px;
    margin-bottom: 0; }

.bg-none {
  background: none;
  padding-top: 0px;
  margin-top: -4px; }
  .bg-none .blog-item {
    position: relative; }

.blog-content {
  overflow: hidden; }
  .blog-content .post-name a {
    color: #3a3a3b;
    font-size: 16px;
    line-height: 18px; }
    .blog-content .post-name a:hover {
      color: #94c347; }

.blog-list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .blog-list .post-name {
    margin-top: -4px;
    margin-bottom: 3px; }
  .blog-list:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .blog-list .blog-img:hover a:before {
    left: 4%;
    top: 4%;
    opacity: 1; }
  .blog-list .blog-img > a {
    display: block;
    position: relative; }
    .blog-list .blog-img > a:before {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      content: "";
      height: 92%;
      left: 0;
      top: 0;
      width: 92%;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.8);
      opacity: 0; }

.blog-item .blog-img {
  margin-right: 35px;
  float: left; }
  .blog-item .blog-img img {
    border-radius: 6px; }

.blog-date {
  height: 66px;
  width: 66px;
  background: #94c347;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 17px; }
  .blog-date .date {
    margin-top: 15px;
    margin-bottom: -7px;
    font-weight: bold;
    font-size: 17px; }
  .blog-date .month {
    font-size: 12px;
    margin-bottom: 0; }

.blog-post-title {
  overflow: hidden;
  margin-bottom: 15px; }

.blog-post-desc p {
  line-height: 22px; }

.post-name a {
  font-weight: 700; }

.post-info {
  font-size: 12px;
  color: #bbb;
  text-transform: uppercase; }

.blog-post-info {
  overflow: hidden; }

.blog-info {
  float: right; }
  .blog-info .blog-comment, .blog-info .read-more {
    display: inline-block;
    vertical-align: middle; }
  .blog-info .blog-comment a {
    color: #a7a7a7;
    border-right: 1px solid #a7a7a7;
    margin-right: 10px;
    padding-right: 10px; }
    .blog-info .blog-comment a:hover {
      color: #94c347; }
  .blog-info .read-more a {
    color: #94c347;
    font-style: italic;
    font-size: 12px; }
    .blog-info .read-more a i {
      font-size: 13px;
      font-style: normal; }

.our-blog .blog-ful .blog-post-title {
  margin-top: 18px; }

.blog-ful .blog-item .blog-img {
  margin-right: 0;
  float: none; }
  .blog-ful .blog-item .blog-img img {
    border-radius: 10px; }
.blog-ful .blog-item .post-name a {
  color: #94c347;
  font-size: 25px; }
.blog-ful .blog-item .blog-post-title {
  margin-bottom: 0; }
.blog-ful .blog-post-info {
  background: #fff;
  border-radius: 10px;
  padding: 33px 24px 21px;
  position: relative;
  margin: -105px 20px 0;
  overflow: hidden; }
  .blog-ful .blog-post-info.blog-post-bg {
    background: #f5f5f5;
    margin-bottom: 37px !important; }
.blog-ful .blog_post_desc {
  width: 100%;
  float: left;
  margin-top: 22px; }
  .blog-ful .blog_post_desc p {
    line-height: 22px; }

.our-blog-2 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 68px; }

.our-blog-left {
  margin-top: -6px; }
  .our-blog-left .entry-title {
    margin-bottom: 42px; }
  .our-blog-left .blog-post-title {
    margin-bottom: 16px; }
  .our-blog-left .blog-content .post-name a {
    line-height: 19px; }
  .our-blog-left .blog-list {
    padding-bottom: 25px;
    margin-bottom: 30px; }

.blog-style-2 {
  position: relative; }
  .blog-style-2:after {
    border: 1px solid #e1e1e1;
    bottom: 15px;
    content: "";
    left: 30px;
    position: absolute;
    right: 0px;
    top: -15px; }
  .blog-style-2:before {
    border: 1px solid #94c347;
    bottom: 30px;
    content: "";
    left: 45px;
    position: absolute;
    right: -15px;
    top: -30px; }
  .blog-style-2 .blog-item .blog-img {
    margin-right: 0; }
    .blog-style-2 .blog-item .blog-img img {
      border-radius: 0; }
  .blog-style-2 .blog-post-title {
    margin-bottom: 20px; }
  .blog-style-2 .blog-post-info {
    position: absolute;
    width: 100%;
    padding: 0 42px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    .blog-style-2 .blog-post-info .post-name {
      margin-bottom: 3px; }
  .blog-style-2 .blog-info {
    float: left; }
    .blog-style-2 .blog-info .read-more {
      padding-top: 15px; }
      .blog-style-2 .blog-info .read-more a {
        color: #fff;
        font-size: 14px;
        font-style: normal; }
  .blog-style-2 .post-info {
    color: #fff; }
  .blog-style-2 .blog_post_desc {
    color: #fff; }
    .blog-style-2 .blog_post_desc p {
      line-height: 22px; }
  .blog-style-2 .blog-content {
    z-index: 2;
    position: relative; }
    .blog-style-2 .blog-content .post-name a {
      color: #fff;
      font-size: 25px;
      font-weight: bold; }

.bg-none {
  padding-bottom: 99px; }
  .bg-none .blog-post-info {
    opacity: 0;
    padding: 20px 24px 21px; }
    .bg-none .blog-post-info .blog-post-title {
      margin-top: 9px; }
  .bg-none .blog-info {
    float: left;
    margin-top: 8px; }
  .bg-none .blog-item:hover .blog-post-info {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s; }
  .bg-none .blog-item:hover .blog-img {
    position: relative; }
    .bg-none .blog-item:hover .blog-img:before {
      background: #000000 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.5;
      position: absolute;
      top: 0;
      width: 100%; }
  .bg-none .blog-ful .blog-item .blog-img img {
    border-radius: 0; }
  .bg-none .blog-ful .blog-post-info {
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 9%;
    width: 82%; }

.blog-info.float-left {
  float: left; }

.blog-ful .blog-info .info {
  float: left;
  margin-right: 24px; }
  .blog-ful .blog-info .info i {
    margin-right: 5px; }

.blog_post_desc ul {
  padding-left: 18px;
  padding-bottom: 14px; }
  .blog_post_desc ul li {
    position: relative;
    padding-bottom: 9px; }
    .blog_post_desc ul li:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      background: #94c347;
      left: -18px;
      top: 9px; }
.blog_post_desc p a {
  color: #94c347;
  font-style: italic; }

.main-sidebar .blog .pagination {
  border-top: none;
  padding-top: 0;
  margin-top: 3px; }

.blog .blog_post_desc br {
  display: none; }
.blog .main-sidebar .pagination {
  padding-top: 0;
  border: none; }
.blog .blog-info {
  color: #919090;
  margin-top: 10px;
  font-size: 12px; }
  .blog .blog-info a {
    color: #919090; }
    .blog .blog-info a:hover {
      color: #94c347; }
.blog .blog-ful .blog-post-info {
  padding: 31px 31px 13px;
  margin: -99px 30px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #e2e2e2; }
  .blog .blog-ful .blog-post-info .post-name {
    margin-top: 11px; }
  .blog .blog-ful .blog-post-info .info {
    font-family: 'Open Sans', sans-serif; }
    .blog .blog-ful .blog-post-info .info a {
      font-size: 12px; }
    .blog .blog-ful .blog-post-info .info:hover i {
      color: #94c347; }
.blog .blog-ful .blog-item .post-name a {
  color: #3a3a3a; }
  .blog .blog-ful .blog-item .post-name a:hover {
    color: #94c347; }
.blog .blog_post_desc p {
  margin-bottom: 20px; }

.single-post .share-links {
  margin-top: 6px;
  margin-left: 15px; }
.single-post .blog_post_desc p {
  margin-bottom: 22px; }
.single-post .blog-info {
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px; }
.single-post .blog-ful .blog-info .info {
  margin-right: 25px; }
.single-post .blog-ful .blog-post-info {
  border-bottom: none;
  padding: 25px 31px 14px;
  margin: -42px 30px 0; }
.single-post .blog-ful .blog-item .post-name a {
  color: #3a3a3a; }
  .single-post .blog-ful .blog-item .post-name a:hover {
    color: #94c347; }
.single-post .main-sidebar .comment-form .widget-title {
  margin-bottom: 2px; }
.single-post .main-sidebar .widget-title {
  margin-bottom: 9px;
  font-size: 24px;
  text-transform: capitalize; }
.single-post .post-name {
  margin-top: 12px; }

.text-quote {
  position: relative;
  padding-left: 35px;
  font-style: italic; }
  .text-quote::before {
    background: #80af32;
    content: "";
    height: 87%;
    left: 0;
    top: 8px;
    position: absolute;
    width: 4px; }

.addthis_sharing_toolbox p {
  float: left;
  margin-top: 8px;
  margin-right: 14px; }
.addthis_sharing_toolbox .f-social li {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 34px;
  border: 2px solid #c5c5c5;
  display: inline-block;
  margin-right: 2px; }
  .addthis_sharing_toolbox .f-social li a {
    font-size: 16px; }
  .addthis_sharing_toolbox .f-social li:hover {
    border: 2px solid #94c347; }
    .addthis_sharing_toolbox .f-social li:hover a {
      color: #94c347; }

.comment-form {
  margin-top: 20px;
  padding-top: 37px;
  border-top: 1px solid #ebebeb; }
  .comment-form input,
  .comment-form textarea {
    width: 100%;
    background: none;
    border: 1px solid #ebebeb; }
    .comment-form input:focus,
    .comment-form textarea:focus {
      border: 1px solid #94c347; }
  .comment-form textarea {
    height: 140px;
    border-radius: 4px; }
  .comment-form input {
    margin-bottom: 13px;
    height: 40px;
    border-radius: 4px; }
  .comment-form label {
    margin-bottom: 13px;
    color: #a7a7a7;
    text-transform: capitalize; }

.share-links {
  margin-top: 40px; }

.addthis_sharing_toolbox {
  margin-top: -3px;
  margin-right: -8px; }
  .addthis_sharing_toolbox .f-social li:last-child {
    margin-right: 0; }

.comment-submit {
  margin-top: 7px;
  margin-bottom: -48px; }

.commentlist {
  overflow: hidden; }
  .commentlist .profile-content {
    padding-bottom: 15px; }
    .commentlist .profile-content ul.children > li {
      padding-top: 20px;
      padding-left: 100px; }
  .commentlist .profile-top {
    overflow: hidden;
    margin-top: 34px;
    float: left; }
    .commentlist .profile-top img {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      border: 1px solid #94c347; }
  .commentlist .profile-bottom {
    margin-left: 120px;
    padding-top: 0;
    text-align: left;
    border: 1px solid #ebebeb;
    padding: 10px 20px 30px 20px;
    border-radius: 4px;
    position: relative; }
    .commentlist .profile-bottom:before {
      content: "";
      position: absolute;
      left: -11px;
      top: 50%;
      border-bottom: 10px solid transparent;
      border-top: 10px solid transparent;
      border-right: 10px solid #ebebeb;
      margin-top: -10px; }
    .commentlist .profile-bottom:after {
      content: "";
      position: absolute;
      left: -9px;
      top: 50%;
      border-bottom: 9px solid transparent;
      border-top: 9px solid transparent;
      border-right: 9px solid #fff;
      margin-top: -9px; }
  .commentlist .profile-name {
    color: #595959;
    font-size: 13px; }
  .commentlist .date-cmt {
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    margin-top: -3px;
    margin-bottom: 7px; }
  .commentlist .profile-desc {
    color: #595959; }
    .commentlist .profile-desc p {
      line-height: 22px; }

.links-info {
  text-align: right;
  float: right; }
  .links-info .info {
    font-family: MyriadPro;
    font-size: 13px;
    float: left;
    display: inline-block;
    padding-left: 12px;
    position: relative; }
    .links-info .info:before {
      position: absolute;
      top: 4px;
      left: 5px;
      content: "";
      height: 12px;
      width: 1px;
      background: #a7a7a7; }
    .links-info .info:first-child:before {
      display: none; }
    .links-info .info i {
      margin-right: 9px; }
    .links-info .info a {
      color: #a7a7a7; }
    .links-info .info:hover a {
      color: #94c347; }

.comments-area {
  border-top: 1px solid #e6e5e5;
  margin-top: 37px;
  padding: 38px 0; }

.right-sidebar .widget.widget_categories {
  padding-bottom: 25px; }
.right-sidebar .widget .widget_search {
  padding-bottom: 28px; }

.widget_post_blog .widget-title {
  padding-bottom: 18px;
  margin-bottom: 20px; }

.blog-ful-3.blog-content .post-name a {
  font-size: 20px;
  color: #535353; }
.blog-ful-3 .has-overlay::before {
  background: rgba(137, 178, 64, 0.7);
  opacity: 0; }
.blog-ful-3 .blog-item .blog-img {
  margin-right: 0;
  margin-bottom: 13px; }
  .blog-ful-3 .blog-item .blog-img img {
    border-radius: 0; }
.blog-ful-3 .blog-post-title {
  margin-bottom: 0px; }
.blog-ful-3 .blog-post-info {
  width: 100%;
  padding: 28px 0 20px; }
.blog-ful-3 .blog_post_desc {
  line-height: 24px; }
.blog-ful-3 .post-info {
  margin-top: 5px;
  margin-bottom: 9px; }
.blog-ful-3 .blog-img {
  position: relative; }
.blog-ful-3 .blog-date {
  left: 20px;
  position: absolute;
  top: 20px; }
.blog-ful-3 .blog-info {
  float: left;
  margin-top: 7px;
  margin-bottom: 6px; }
.blog-ful-3.blog-content .blog-item:hover .post-name a {
  color: #94c347; }
.blog-ful-3.blog-content .blog-item:hover .has-overlay::before {
  background: rgba(137, 178, 64, 0.7);
  opacity: 1; }
.blog-ful-3 .blog-comment i {
  padding-right: 2px; }

.blog-grid-style3 .blog-item .blog-img {
  margin-right: 0;
  float: none;
  margin-bottom: 13px; }
  .blog-grid-style3 .blog-item .blog-img img {
    border-radius: 0; }
.blog-grid-style3 .blog-post-info {
  margin-top: 0; }
.blog-grid-style3 .blog-post-title {
  margin-bottom: 6px;
  margin-top: 13px; }
.blog-grid-style3 .blog-time p {
  margin-bottom: 0; }
.blog-grid-style3 .blog-info {
  float: none;
  overflow: hidden; }
  .blog-grid-style3 .blog-info .info {
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    color: #999;
    text-transform: none !important;
    font-size: 12px;
    font-family: "Open Sans" , Arial; }
    .blog-grid-style3 .blog-info .info span {
      text-transform: capitalize; }
    .blog-grid-style3 .blog-info .info a {
      color: #999; }
      .blog-grid-style3 .blog-info .info a:hover {
        color: #94c347; }
.blog-grid-style3.blog-content {
  overflow: inherit;
  margin-top: -57px;
  margin-bottom: -20px; }
  .blog-grid-style3.blog-content .post-name a {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans" , Arial; }
.blog-grid-style3 .blog_post_desc {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans" , Arial;
  line-height: 20px;
  margin-bottom: 28px; }
.blog-grid-style3 .read-more a {
  font-size: 14px;
  font-family: "Open Sans" , Arial;
  border: 1px solid #94c347;
  padding: 10px 30px 9px 31px;
  text-transform: capitalize;
  color: #94c347;
  display: inline-block; }
  .blog-grid-style3 .read-more a:hover {
    background: #94c347;
    color: #fff; }

.blog-grid-style4 {
  font-family: Lora; }
  .blog-grid-style4 .blog-item .blog-img {
    margin-bottom: 16px; }
  .blog-grid-style4.blog-content {
    margin-top: 0;
    margin-bottom: 30px; }
  .blog-grid-style4.blog-content .post-name a {
    color: #222;
    font-size: 20px;
    font-weight: normal;
    font-family: inherit; }
  .blog-grid-style4 .blog-info {
    margin-top: 9px; }
    .blog-grid-style4 .blog-info p {
      margin-bottom: 0;
      font-family: "Open Sans", Arial;
      font-size: 14px; }
      .blog-grid-style4 .blog-info p i {
        padding-right: 14px;
        padding-left: 1px; }
    .blog-grid-style4 .blog-info a > i {
      padding-right: 14px; }
  .blog-grid-style4 .blog-info .info {
    font-family: "Open Sans", Arial;
    font-size: 14px; }
  .blog-grid-style4 .blog-info .blog-time {
    margin-right: 10.3%; }
  .blog-grid-style4 .blog_post_desc {
    line-height: 24px;
    margin-bottom: 21px;
    padding-top: 19px; }
  .blog-grid-style4 .read-more a {
    font-size: 14px;
    font-family: Lora;
    border: none;
    padding: 0;
    text-transform: capitalize;
    color: #222222;
    display: inline-block; }
    .blog-grid-style4 .read-more a:hover {
      background: none !important;
      color: #94c347; }
    .blog-grid-style4 .read-more a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      padding-left: 5px; }

.our-blog-4 {
  padding-top: 49px;
  padding-bottom: 19px; }

.our-gallery {
  padding: 90px 0 100px; }
  .our-gallery .load-more {
    margin-top: 40px; }
  .our-gallery .entry-title {
    margin-bottom: 42px; }

.gallery-lager:before {
  height: 98%;
  top: 1.1%; }

.gallery-content {
  position: relative; }
  .gallery-content:hover .gallery-desc {
    opacity: 1; }
    .gallery-content:hover .gallery-desc p, .gallery-content:hover .gallery-desc a {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
  .gallery-content:hover.bg-hover::before {
    opacity: 1; }

.bg-hover:hover:before {
  opacity: 1; }

.gallery-desc {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  opacity: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .gallery-desc p {
    font-family: MyriadPro;
    color: #fffefe;
    margin-top: 2px;
    opacity: 0.5;
    transform: translate(0, 8px);
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px); }
  .gallery-desc a {
    display: block;
    text-transform: uppercase;
    color: #fffefe;
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px); }
    .gallery-desc a:hover {
      color: #94c347; }

.our-gallery-bg {
  background: #f5f5f5;
  padding-top: 97px; }
  .our-gallery-bg .entry-title {
    margin-bottom: 42px; }

.gallery-masonry {
  padding-bottom: 100px; }
  .gallery-masonry .gallery-content {
    margin-bottom: 30px; }

.gallery-light {
  padding: 90px 0; }
  .gallery-light .gallery-content {
    border: 3px solid #fff; }
  .gallery-light .gallery-img {
    text-align: center; }
    .gallery-light .gallery-img img {
      width: 100%; }
  .gallery-light .gallery-desc {
    padding: 20px;
    opacity: 1;
    top: auto;
    bottom: -79px;
    background: rgba(0, 0, 0, 0.5); }
    .gallery-light .gallery-desc a, .gallery-light .gallery-desc p {
      transform: none; }
    .gallery-light .gallery-desc a {
      font-weight: bold;
      font-size: 20px; }

.lightbox-content {
  position: relative; }
  .lightbox-content .gallery-text {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5); }
    .lightbox-content .gallery-text a {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .lightbox-content .gallery-text .gallery-info {
      font-size: 12px; }
    .lightbox-content .gallery-text p {
      color: #fff;
      margin: 0 !important; }

.gallery-img > img {
  width: 100%; }

.gallery-lightbox {
  display: none; }

.pp_nav {
  display: block !important; }

.pp_social {
  display: none; }

.pp_close {
  display: none; }

.light_square .pp_top, .light_square .pp_bottom {
  height: 5px; }
.light_square .pp_content_container .pp_left {
  padding-left: 5px; }
.light_square .pp_content_container .pp_right {
  padding-right: 5px; }
.light_square .pp_play, .light_square .currentTextHolder {
  display: none; }
.light_square .pp_top .pp_middle, .light_square .pp_bottom .pp_middle,
.light_square .pp_top .pp_right, .light_square .pp_bottom .pp_right,
.light_square .pp_top .pp_left, .light_square .pp_bottom .pp_left {
  height: 5px; }
.light_square .pp_arrow_previous::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  left: 2px;
  position: absolute;
  text-indent: 1px;
  top: -19px;
  color: #fff; }
.light_square .pp_arrow_previous {
  background: none !important;
  position: absolute;
  top: -200px;
  height: 22px;
  width: 22px;
  left: -35px; }
.light_square .pp_arrow_next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  left: 2px;
  position: absolute;
  text-indent: 1px;
  top: -19px;
  color: #fff; }
.light_square .pp_arrow_next {
  background: none !important;
  position: absolute;
  top: -200px;
  height: 22px;
  width: 22px;
  right: -70px; }
.light_square .pp_close {
  background: none !important;
  position: absolute;
  width: auto !important; }
  .light_square .pp_close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 22px;
    left: 2px;
    position: absolute;
    text-indent: 1px;
    top: -40px;
    color: #fff; }
.light_square .pp_content {
  width: 100% !important;
  height: 100% !important; }

.gallery-grid {
  padding-bottom: 100px; }
  .gallery-grid .load-gallery {
    margin-top: 40px; }
  .gallery-grid .btn {
    padding: 8px 50px 8px 14px; }

.brands {
  padding: 56px 0; }

.brands-container {
  padding: 0 35px; }

.brands-img {
  text-align: center; }

.brands-3 {
  padding: 74px 0; }

.brand-about {
  padding: 95px 0 91px; }

.brands-img a {
  position: relative;
  display: block; }
.brands-img img {
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%); }
.brands-img:hover img {
  filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%); }

.brand-about .controls-custom-style.owl-theme .owl-controls .owl-nav div,
.brand-bg-2 .controls-custom-style.owl-theme .owl-controls .owl-nav div {
  color: #fff; }
.brand-about .brands-img img,
.brand-bg-2 .brands-img img {
  opacity: 1; }
.brand-about .brands-img:hover,
.brand-bg-2 .brands-img:hover {
  opacity: 0.8; }

.testimonials-style {
  height: 420px; }

.testimonial-3 .img-testimonial {
  float: left;
  height: 420px;
  position: relative; }
  .testimonial-3 .img-testimonial img {
    width: 332px !important;
    height: 332px !important;
    border-radius: 50%;
    margin-left: 33px;
    margin-top: 39px; }
  .testimonial-3 .img-testimonial:before {
    border: 1px solid #94c347;
    border-radius: 50%;
    content: "";
    height: 398px;
    left: 0;
    padding: 33px;
    position: absolute;
    top: 8px;
    width: 398px; }
.testimonial-3 .testimonial_content {
  overflow: hidden;
  padding-left: 123px; }
  .testimonial-3 .testimonial_content p {
    position: relative;
    font-style: italic;
    font-size: 13px;
    color: #fff;
    font-family: Lato; }
    .testimonial-3 .testimonial_content p:before {
      content: "\f10d ";
      font-size: 62px;
      color: #fff;
      font-family: FontAwesome;
      position: absolute;
      top: 0px;
      left: -30px;
      opacity: 0.3;
      font-style: normal; }
  .testimonial-3 .testimonial_content .name {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px; }
.testimonial-3 .testimonial-container {
  height: 420px;
  position: relative;
  overflow: hidden;
  display: table; }
  .testimonial-3 .testimonial-container .testimonial_content {
    display: table-cell;
    vertical-align: middle; }
.testimonial-3 .dotsCont > div:nth-child(1) {
  position: absolute;
  top: 5px;
  left: 185px; }
.testimonial-3 .dotsCont > div:nth-child(2) {
  position: absolute;
  top: -390px;
  left: 185px; }
.testimonial-3 .dotsCont > div:last-child {
  position: absolute;
  top: -207px;
  left: 380px; }
.testimonial-3 .dotsCont > div:before {
  background: #89b240;
  height: 15px;
  width: 15px;
  border: 1px solid #89b240; }
.testimonial-3 .dotsCont > div:hover:before {
  background: #fff; }
.testimonial-3 .dotsCont > div.active:before {
  background: #fff; }

.testimonials-client .testimonial-3 .dotsCont {
  position: relative; }
  .testimonials-client .testimonial-3 .dotsCont p.name {
    color: #696969;
    font-weight: bold;
    margin-left: 120px;
    margin-top: -4px;
    display: none; }
.testimonials-client .testimonial-3 .testimonial_content {
  padding-bottom: 0;
  margin: 0; }

.time-coundown .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -10px; }
.time-coundown .time_circles > div {
  position: absolute;
  text-align: center;
  width: 105px !important;
  top: 27px !important; }
  .time-coundown .time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    color: #bebebe; }
  .time-coundown .time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.4em;
    font-weight: bold;
    color: #393939;
    font-family: Montserrat; }
.time-coundown .time_circles canvas {
  height: 100px;
  width: 405px; }
.time-coundown .time_circles .textDiv_Hours {
  left: 100px !important; }
.time-coundown .time_circles .textDiv_Minutes {
  left: 200px !important; }
.time-coundown .time_circles .textDiv_Seconds {
  left: 300px !important; }

.top_services .slotholder::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }

.services-part {
  margin-top: 22px; }
  .services-part .services-icon {
    margin-top: 3px;
    float: left; }
    .services-part .services-icon i {
      font-size: 48px;
      color: #94c347; }
  .services-part .list-primary {
    overflow: hidden;
    padding-left: 32px; }

.right-services h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 23px; }
.right-services p {
  color: #fff;
  font-size: 14px; }
.right-services .padding-sv {
  padding-top: 20px; }
.right-services .services-button {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  color: #94c347;
  padding: 11px 23px 12px;
  text-transform: uppercase; }
.right-services .vc_separator.vc_sep_width_10 {
  width: 42px !important; }
.right-services .pad-bot-21 {
  margin-bottom: 21px; }
.right-services > .vc_column-inner {
  height: 100%; }

.services-overlay::before {
  background: #94c347 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%; }

.testimonials-client i {
  font-size: 24px; }

.testimonial_content p {
  font-style: italic;
  font-size: 16px; }

.our-services.services-content {
  margin-bottom: 33px; }

.service_style_2 {
  font-family: Lora;
  color: #222; }
  .service_style_2 .services-part .services-icon {
    margin-top: 3px;
    float: none; }
  .service_style_2 .services-title {
    font-family: inherit;
    font-size: 20px;
    color: inherit;
    font-weight: normal; }
    .service_style_2 .services-title a {
      color: inherit; }
    .service_style_2 .services-title:after {
      content: "";
      height: 1px;
      width: 100px;
      background: #000;
      z-index: 1;
      text-align: left;
      color: inherit;
      display: block;
      margin-top: 27px; }
    .service_style_2 .services-title.text-center:after {
      margin: 27px auto 0;
      text-align: center; }
    .service_style_2 .services-title.text-right > a {
      clear: both;
      float: right; }
    .service_style_2 .services-title.text-right:after {
      float: right;
      clear: both; }
    .service_style_2 .services-title.text-right + .services-part {
      clear: both; }
  .service_style_2 .services-part {
    clear: both;
    margin-top: 20px; }
    .service_style_2 .services-part .list-primary {
      overflow: hidden;
      padding-left: 0;
      font-family: "Open Sans", Arial;
      color: #555; }
    .service_style_2 .services-part .ser_content {
      font-family: inherit;
      color: inherit;
      padding-top: 32px; }
      .service_style_2 .services-part .ser_content a {
        color: inherit; }
        .service_style_2 .services-part .ser_content a:hover {
          color: #94c347; }
      .service_style_2 .services-part .ser_content i {
        padding-left: 4px; }
  .service_style_2 .services-list {
    border: 1px solid #ccc;
    padding: 0 18px 38px; }
  .service_style_2 .services-icon > i {
    color: #555555;
    width: 102px;
    height: 102px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 27px 26px;
    font-size: 45px;
    background: #fff;
    display: block;
    margin: -53px auto 29px; }

.service_style_3 {
  font-family: Lora;
  color: #222; }
  .service_style_3:hover .services-icon {
    transform: translateY(-50%) rotateY(360deg);
    -ms-transform: translateY(-50%) rotateY(360deg);
    -webkit-transform: translateY(-50%) rotateY(360deg);
    -moz-transform: translateY(-50%) rotateY(360deg);
    -o-transform: translateY(-50%) rotateY(360deg);
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out; }
  .service_style_3:hover .services-title a {
    color: #94c347; }
  .service_style_3 .services-icon {
    float: left;
    width: 80px;
    border: 1px solid #bbbbbb;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    /* justify-content */
    -webkit-box-align: center;
    /* align-items */
    font-size: 46px;
    background: #fff;
    position: absolute;
    top: 41%;
    /* bottom: 0; */
    transform: translateY(-50%) rotateY(0deg);
    -ms-transform: translateY(-50%) rotateY(0deg);
    -webkit-transform: translateY(-50%) rotateY(0deg);
    -moz-transform: translateY(-50%) rotateY(0deg);
    -o-transform: translateY(-50%) rotateY(0deg); }
  .service_style_3 .services-icon + .service_body {
    margin-left: 38px;
    padding: 18px 15px 13px 60px;
    padding-left: 60px; }
  .service_style_3 .service_body {
    border: 1px solid #eeeeee; }
    .service_style_3 .service_body .services-title {
      font-family: inherit;
      font-size: 20px;
      color: inherit;
      font-weight: normal; }
      .service_style_3 .service_body .services-title a {
        color: inherit; }
  .service_style_3 .services-part {
    margin-top: 15px; }
    .service_style_3 .services-part .list-primary {
      padding-left: 0 !important;
      font-family: "Open Sans", Arial;
      color: #555; }

.featured-package {
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  padding-top: 93px;
  overflow: hidden; }
  .featured-package .entry-title {
    margin-bottom: 37px; }
  .featured-package .product-desc {
    padding-bottom: 26px; }
    .featured-package .product-desc h3 {
      font-size: 20px;
      margin-bottom: 20px;
      letter-spacing: 0.3px; }
      .featured-package .product-desc h3 a {
        color: #94c347;
        font-weight: bold; }
    .featured-package .product-desc .price ins .amount {
      color: #fe7e29;
      font-size: 20px; }
    .featured-package .product-desc .desc {
      margin-top: 10px;
      letter-spacing: -0.5px; }
      .featured-package .product-desc .desc p {
        margin-bottom: 0;
        font-size: 13px; }
  .featured-package .view-all {
    margin-top: 22px; }

.package-3 {
  margin-bottom: 98px; }
  .package-3 .product-content {
    margin-top: 0; }

.img-package {
  position: relative;
  z-index: 2; }

.border-package {
  padding-right: 42px;
  text-align: right;
  position: relative; }
  .border-package:after {
    content: "";
    border: 1px solid #94c347;
    position: absolute;
    height: 104%;
    width: 62%;
    top: 2px;
    right: 19%; }

.our-farmers {
  padding: 93px 0 95px; }
  .our-farmers .entry-title {
    margin-bottom: 42px; }

.profile-top {
  position: relative; }

.link-network {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 9;
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px); }
  .link-network li {
    display: inline-block;
    margin: 0 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    line-height: 30px;
    text-align: center; }
    .link-network li a {
      color: #a4a4a4; }
    .link-network li:hover {
      background: #94c347; }
      .link-network li:hover a {
        color: #fff; }

.profile-bottom {
  padding-top: 24px;
  text-align: center; }

.profile-name {
  font-weight: bold;
  font-size: 16px;
  color: #3a3a3b; }

.profile-content:hover .bg-hover2:before {
  opacity: 1; }
.profile-content:hover .link-network {
  opacity: 1;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0); }

.testimonials-client .testimonial_style_4 {
  font-family: Lora;
  color: #555; }
  .testimonials-client .testimonial_style_4 .tes_image img {
    width: auto;
    max-width: 120px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    max-height: 120px; }
  .testimonials-client .testimonial_style_4 p.name {
    font-size: 24px;
    font-weight: normal;
    color: #222;
    font-family: inherit;
    padding-top: 24px;
    margin-bottom: 4px; }
  .testimonials-client .testimonial_style_4 .tes_role {
    font-family: inherit; }
  .testimonials-client .testimonial_style_4 .testimonial_content {
    font-family: "Open Sans",Arial;
    margin: 0 auto !important;
    max-width: 800px;
    padding: 7px 15px 28px !important; }
    .testimonials-client .testimonial_style_4 .testimonial_content p {
      font-style: normal;
      font-size: 14px;
      line-height: 24px; }
  .testimonials-client .testimonial_style_4 .owl-theme .owl-controls .owl-nav {
    margin: 0 auto;
    text-align: center;
    margin-top: -2px; }
    .testimonials-client .testimonial_style_4 .owl-theme .owl-controls .owl-nav div {
      text-align: center;
      background: url(../images/next_prev.png) no-repeat center center;
      display: inline-block;
      width: 73px;
      margin: 0 16px;
      text-indent: -9999px;
      color: transparent; }
      .testimonials-client .testimonial_style_4 .owl-theme .owl-controls .owl-nav div.owl-prev {
        background-position-x: -93px; }
      .testimonials-client .testimonial_style_4 .owl-theme .owl-controls .owl-nav div.owl-next {
        background-position: -7px; }
      .testimonials-client .testimonial_style_4 .owl-theme .owl-controls .owl-nav div:hover {
        opacity: 0.5; }

.set_max_width.uvc-heading .uvc-sub-heading {
  max-width: 700px; }

ul.ult_tabmenu.style1.Style_6 {
  background: none; }
  ul.ult_tabmenu.style1.Style_6 > li.ult_tab_li.current span.ult-span-text,
  ul.ult_tabmenu.style1.Style_6 li.current a.ult_a, ul.ult_tabmenu.style1.Style_6 li:hover .ult-span-text {
    color: #222 !important; }
  ul.ult_tabmenu.style1.Style_6 li a.ult_a {
    font-weight: normal;
    font-size: 14px;
    border: none !important;
    text-transform: uppercase;
    padding: 10px 26px 10px 21px; }
    ul.ult_tabmenu.style1.Style_6 li a.ult_a:after {
      content: "";
      position: absolute;
      top: -1px;
      right: 0;
      left: auto !important;
      padding-top: 0;
      width: 1px;
      height: 78%;
      transform: none;
      display: none;
      border: none;
      font-size: 21px;
      background: #999999;
      transform-style: preserve-3d;
      transform: skewX(-31deg);
      -webkit-transform: skewX(-31deg);
      -ms-transform: skewX(-31deg);
      display: block; }
  ul.ult_tabmenu.style1.Style_6 li.ult_tab_li.ult_tab_style_6:last-child {
    border-right: none !important; }
    ul.ult_tabmenu.style1.Style_6 li.ult_tab_li.ult_tab_style_6:last-child a.ult_a:after {
      display: none; }
  ul.ult_tabmenu.style1.Style_6 .ult_tabitemname {
    padding-top: 0; }

.mail_form_type2 {
  text-align: center;
  margin-top: 36px; }
  .mail_form_type2 form .mc4wp-form-fields {
    max-width: 360px;
    margin: 0 auto;
    border-bottom: 1px solid #555555;
    position: relative;
    padding-bottom: 2px; }
  .mail_form_type2 form input[type="email"], .mail_form_type2 form input[type="text"] {
    background: none;
    padding: 9px 10px 6px;
    height: 38px;
    width: 100%;
    color: #999;
    font-family: Lora;
    margin-top: 2px; }
  .mail_form_type2 form button[type="submit"] {
    position: absolute;
    right: -6px;
    bottom: -3px;
    color: #555;
    background: none !important;
    box-shadow: none !important; }
    .mail_form_type2 form button[type="submit"] > span {
      display: none; }
    .mail_form_type2 form button[type="submit"]:before {
      content: "\f1d8";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      color: inherit;
      font-size: 20px; }
    .mail_form_type2 form button[type="submit"]:hover {
      color: #94c347; }

.cs_content_box .wpb_single_image img {
  box-shadow: 4px 7px 0px 0px rgba(192, 188, 184, 0.3); }

.our-location {
  padding: 94px 0 72px; }
  .our-location .entry-title {
    margin-bottom: 43px; }

.footer-location-container {
  padding-left: 30px; }
  .footer-location-container .location-info {
    overflow: hidden;
    padding-bottom: 44px; }
    .footer-location-container .location-info p {
      font-size: 16px;
      font-family: Roboto;
      color: #44484b;
      line-height: 18px; }
      .footer-location-container .location-info p.phone-number {
        font-size: 31px;
        color: #94c347;
        padding-top: 4px; }
      .footer-location-container .location-info p a {
        color: #44484b; }
        .footer-location-container .location-info p a:hover {
          color: #94c347; }
    .footer-location-container .location-info.location-info-mail {
      margin-top: -4px; }
      .footer-location-container .location-info.location-info-mail p {
        padding-top: 3px; }
      .footer-location-container .location-info.location-info-mail i {
        margin-top: -11px; }
    .footer-location-container .location-info i {
      font-size: 50px;
      color: #94c347;
      float: left;
      margin-right: 24px;
      width: 45px; }

.contact {
  padding: 89px 0 91px; }
  .contact.has-overlay:before {
    opacity: 0.4; }
  .contact .btn {
    margin-top: 12px; }
  .contact .text-center.text-white .icon-title::after,
  .contact .text-center.text-white .icon-title::before {
    background-color: #94c347; }
  .contact .entry-title.text-white .icon-8 {
    color: #94c347; }
  .contact .entry-title {
    margin-bottom: 22px; }

.f-right {
  float: right; }

.col-1 .inner-input {
  text-align: right; }

.page-contact .side-breadcrumb {
  margin-bottom: 0; }
.page-contact .contact-us .contact-form .btn-icon {
  padding-left: 10px;
  padding-right: 45px; }
.page-contact .contact-us .contact-form .inner-input {
  margin-bottom: 31px; }
  .page-contact .contact-us .contact-form .inner-input input {
    font-size: 13px !important;
    color: #6c6c6c; }
    .page-contact .contact-us .contact-form .inner-input input:focus {
      color: #111; }
.page-contact .contact-us .contact-form textarea {
  color: #6c6c6c; }
  .page-contact .contact-us .contact-form textarea:focus {
    color: #111; }

.contact-form .inner-input {
  margin-bottom: 27px; }
  .contact-form .inner-input input {
    width: 443px;
    font-style: italic;
    font-size: 16px !important;
    color: #fff;
    background: none;
    padding: 17px 20px;
    height: auto;
    border-bottom: 1px solid #fff; }

.contact-content {
  padding: 100px 0 0; }

.contact-icon, .contact-desc {
  display: inline-block;
  vertical-align: middle; }

.contact-icon .icon-pe {
  border: 1px solid;
  border-radius: 50%;
  color: #94c347;
  font-size: 50px;
  height: 87px;
  line-height: 85px;
  text-align: center;
  width: 87px; }

.contact-desc {
  margin-top: -12px;
  margin-left: 10px;
  font-family: 'Roboto Condensed', sans-serif; }
  .contact-desc p, .contact-desc a {
    font-size: 17px;
    margin: 0;
    color: #44484b;
    line-height: 19px; }
  .contact-desc a:hover {
    color: #94c347; }
  .contact-desc .number {
    font-size: 30px;
    color: #94c347;
    padding-top: 15px;
    display: block; }

.contact-text {
  text-align: center;
  padding-top: 70px; }
  .contact-text p {
    color: #696969;
    margin: 0; }

.contact-us .entry-title {
  margin-bottom: 36px; }
.contact-us .contact-form {
  padding-bottom: 85px; }
  .contact-us .contact-form .inner-input input {
    border: 1px solid #ebebeb;
    width: 360px;
    padding: 15px 18px;
    color: #302f2f;
    font-size: 16px;
    font-style: normal;
    border-radius: 4px; }
    .contact-us .contact-form .inner-input input:focus, .contact-us .contact-form .inner-input input:active {
      border: 1px solid #94c347; }
.contact-us .col-1 .inner-input {
  text-align: right; }
.contact-us .inner-textarea {
  text-align: center; }
.contact-us textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  width: 750px;
  height: 152px;
  padding: 15px 18px;
  font-size: 13px; }
  .contact-us textarea:focus, .contact-us textarea:active {
    border: 1px solid #94c347; }
.contact-us .btn-icon {
  margin-top: 23px;
  font-size: 16px; }

.contact-us {
  margin-top: 80px; }

.map-info {
  overflow: hidden;
  width: 100%; }

.gmap {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }
  .gmap img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0); }

.static-block {
  background: #94c347; }

.icon-pe {
  color: #fff;
  float: left;
  font-size: 40px;
  margin-right: 12px; }

.static-content {
  padding: 42px 0 45px; }
  .static-content h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase; }
    .static-content h2 span {
      font-weight: 300; }
  .static-content h4 {
    font-weight: 300;
    color: #fff; }

.press-list .main-sidebar .pagination {
  margin: 30px 0 0;
  padding-top: 30px; }

.press-media {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .press-media:last-child {
    border: medium none;
    margin-bottom: -11px;
    padding: 0; }
  .press-media .post-name a:hover {
    color: #94c347; }
  .press-media .blog-info {
    float: left; }
    .press-media .blog-info p {
      color: #757575;
      font-size: 13px;
      font-style: italic;
      margin-bottom: 0; }
      .press-media .blog-info p span {
        font-size: 12px;
        font-weight: 800; }
  .press-media .blog_post_desc p {
    margin-bottom: 12px;
    line-height: 21px; }
  .press-media .read-more a {
    font-style: italic;
    color: #94c347;
    font-size: 13px; }
  .press-media .read-more i {
    margin-right: 7px; }
  .press-media .bg-hover {
    position: relative; }
    .press-media .bg-hover::before {
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
      height: 100%;
      left: 0;
      padding: 0;
      top: 0;
      width: 100%;
      border-radius: 10px; }
    .press-media .bg-hover img {
      border-radius: 10px;
      width: 100%; }

.content-desc {
  padding: 59px 0;
  color: #717171;
  font-size: 13px; }
  .content-desc h1 {
    color: #717171;
    font-size: 150px;
    letter-spacing: 2px;
    margin-bottom: -4px; }
  .content-desc h3 {
    font-size: 36px;
    color: #717171; }
  .content-desc p {
    margin: 15px 0 20px; }
  .content-desc .button-404 {
    margin-top: 64px; }
    .content-desc .button-404 .btn {
      font-weight: 400;
      font-family: Montserrat;
      margin-right: 13px;
      padding: 8px 24px; }
    .content-desc .button-404 .btn-default {
      border: 1px solid #94c347; }
    .content-desc .button-404 .btn-default-2 {
      background: none;
      border: 1px solid #94c347;
      color: #94c347; }
      .content-desc .button-404 .btn-default-2:hover {
        background: #94c347;
        color: #fff; }

.page-404 {
  width: 100%; }
  .page-404 .container, .page-404 .row, .page-404 .page-404-container {
    height: 100%; }

.page-404-container {
  position: relative; }
  .page-404-container .logo {
    padding: 41px 0;
    border-bottom: 1px solid #ebebeb; }

.page-coming-soon {
  background-image: url("../images/background/coming-soon.jpg");
  background-size: cover;
  padding: 0;
  background-position: center center;
  position: relative; }
  .page-coming-soon.has-overlay::before {
    opacity: 0.8;
    z-index: 0;
    background: #3f3f3f; }
  .page-coming-soon .time-coundown .time_circles > div {
    left: 50% !important;
    top: 20px !important; }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Hours {
    margin-left: -100px !important; }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Days {
    margin-left: -200px !important; }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Minutes {
    margin-left: 0px !important; }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Seconds {
    margin-left: 100px !important; }
  .page-coming-soon .time-coundown .time_circles > div > h4 {
    color: #fff;
    font-size: 10px !important; }
  .page-coming-soon .time-coundown .time_circles > div > span {
    color: #fff;
    font-size: 36px !important;
    margin-top: 0.1em !important; }
  .page-coming-soon .container, .page-coming-soon .row, .page-coming-soon .coming-soon-container {
    height: 100%; }
  .page-coming-soon .logo {
    margin-top: 54px; }
  .page-coming-soon form {
    position: relative;
    width: 476px;
    margin: 48px auto 0; }
  .page-coming-soon button {
    position: absolute;
    right: 0;
    top: -1px; }
    .page-coming-soon button.btn {
      padding: 14px 16px 13px;
      border-radius: 0 4px 4px 0; }
  .page-coming-soon input {
    width: 100%;
    padding-bottom: 14px;
    padding-right: 125px;
    border-radius: 4px;
    height: 50px;
    background: #fff; }

.coming-soon {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
  top: 50%;
  z-index: 1; }

.coming-sub {
  color: #fff; }
  .coming-sub h1 {
    font-weight: bold;
    font-size: 80px;
    text-transform: uppercase;
    color: #fff; }
  .coming-sub h2 {
    font-size: 36px;
    color: #fff; }
    .coming-sub h2 span {
      color: #94c347; }
  .coming-sub p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: none; }

.footer .widget {
  padding-bottom: 0; }
.footer .widget-title {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 34px;
  font-size: 16px;
  margin-bottom: 0; }
.footer .widget-title-border {
  position: relative; }
  .footer .widget-title-border:before {
    content: "";
    top: 34px;
    left: 0;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #94c347; }
.footer .info-mail:hover a {
  color: #94c347; }

.footer-menu-list .list-style {
  border-left: 1px dashed #636363;
  min-height: 220px;
  padding-left: 30px;
  border-bottom: 1px dashed #636363; }
  .footer-menu-list .list-style:last-child {
    border-right: 1px dashed #636363; }

.footer-menu li {
  padding-bottom: 6px; }
  .footer-menu li i {
    margin-right: 11px;
    font-size: 18px; }

.widget_nav_menu_findus .footer-menu li {
  padding-bottom: 13px; }

.footer-top {
  padding: 58px 0 32px;
  background: #3a3a3b; }

.footer-bottom {
  padding: 12px 0 9px;
  background: #2d2d2e; }
  .footer-bottom .f-float {
    text-align: right; }
  .footer-bottom br {
    display: none; }

.payment {
  text-align: right;
  float: right; }
  .payment li {
    display: inline-block;
    float: left;
    padding-right: 7px; }
    .payment li:last-child {
      padding-right: 0; }
    .payment li a {
      font-size: 20px; }

address {
  margin-bottom: 0;
  color: #646464;
  padding-top: 4px; }
  address a {
    font-weight: bold;
    color: #fff; }
    address a span {
      font-style: italic;
      font-weight: 300; }

.footer-home img {
  margin-bottom: 7px; }
.footer-home p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 24px;
  padding-right: 15px; }
.footer-home .info {
  margin-top: 11px; }

.list-info li {
  color: #fff;
  padding-bottom: 11px; }
  .list-info li a {
    color: #fff; }
  .list-info li i {
    color: #94c347;
    margin-right: 16px;
    margin-left: 3px;
    width: 15px; }

.footer-menu-list {
  overflow: hidden; }

.newsletter-footer {
  border-left: 1px dashed #636363;
  border-right: 1px dashed #636363;
  padding: 36px 23px 21px 30px;
  overflow: hidden; }
  .newsletter-footer .newsletter-title {
    float: left; }
  .newsletter-footer h4 {
    color: #fff;
    margin-right: 30px;
    text-transform: uppercase; }
  .newsletter-footer form {
    overflow: hidden;
    position: relative; }
  .newsletter-footer input {
    width: 67%;
    background: rgba(175, 175, 175, 0.1);
    color: #afafaf; }
  .newsletter-footer button {
    float: right; }
    .newsletter-footer button.btn {
      padding: 8px 20px;
      border-radius: 3px; }
    .newsletter-footer button.btn-default {
      background: #7da204; }

.bg-footer {
  position: absolute;
  left: 0;
  width: 35%;
  height: 407px;
  opacity: 0.1;
  background: url("../images/background/bg-footer.jpg") no-repeat; }

.footer-v1 {
  overflow: hidden;
  position: relative; }
  .footer-v1 .list-info li span {
    opacity: 0.5; }
  .footer-v1 address a {
    color: #a4a4a4; }
    .footer-v1 address a:hover {
      color: #94c347; }

.footer-v2 .footer-top {
  background: #f5f5f5; }
.footer-v2 .bg-footer {
  opacity: 0.3;
  height: 409px; }
.footer-v2 .newsletter-footer {
  border-top: 1px dashed #e1e1e1;
  border-left: none;
  border-right: none;
  padding: 36px 0 21px 0;
  margin: 0 0px 0 30px;
  padding-left: 0;
  padding-right: 0; }
  .footer-v2 .newsletter-footer h4 {
    color: #3a3a3b;
    text-transform: uppercase;
    margin-right: 0; }
  .footer-v2 .newsletter-footer input {
    background: #fff;
    border: 1px solid #e1e1e1; }
  .footer-v2 .newsletter-footer .btn {
    background: #94c347 none repeat scroll 0 0; }
.footer-v2 .footer-home p {
  color: #3a3a3b; }
.footer-v2 .list-info li {
  color: #3a3a3b; }
  .footer-v2 .list-info li span {
    opacity: 0.7; }
  .footer-v2 .list-info li a {
    color: #3a3a3b; }
.footer-v2 .footer-menu-list .list-style {
  border-bottom: none;
  border-left: 1px dashed #e1e1e1; }
  .footer-v2 .footer-menu-list .list-style:first-child {
    border-left: none; }
  .footer-v2 .footer-menu-list .list-style:last-child {
    border-right: none; }
.footer-v2 address {
  color: #fff; }

.footer .footer-v2 .widget-title {
  color: #3a3a3b; }

.footer-v3 .newsletter-footer {
  padding: 30px 0 28px;
  border: none;
  width: 100%; }
  .footer-v3 .newsletter-footer input {
    padding-right: 20px;
    width: 54%; }
  .footer-v3 .newsletter-footer .btn {
    right: 0;
    top: 0; }
  .footer-v3 .newsletter-footer .newsletter-title {
    margin-bottom: 18px; }
.footer-v3 .footer-menu-list .list-style {
  border-bottom: none; }
  .footer-v3 .footer-menu-list .list-style:last-child {
    border-right: none; }
.footer-v3 form {
  width: 100%;
  position: relative;
  float: left; }
.footer-v3 .footer-home p {
  color: #868686;
  margin-bottom: 0;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 22px;
  border-bottom: 1px solid #555556; }

.footer .footer-v4 .widget_nav_menu li {
  padding-bottom: 9px; }

.footer-v4 .footer-home img {
  margin-bottom: 12px; }
.footer-v4 address {
  color: #fff; }
.footer-v4 .footer-bottom {
  background: #373737; }
.footer-v4 .footer-top {
  background: #f5f5f5;
  padding: 48px 0 25px; }
.footer-v4 .footer-home p {
  color: #838383;
  margin-bottom: 31px; }
.footer-v4 .widget-title {
  color: #3a3a3b; }
.footer-v4 .widget li {
  color: #838383; }
  .footer-v4 .widget li a {
    color: #838383; }
    .footer-v4 .widget li a:hover {
      color: #94c347; }
.footer-v4 .newsletter-footer {
  background: #e1e1e1;
  padding: 23px 0px 17px 0px;
  border: none; }
  .footer-v4 .newsletter-footer h4 {
    color: #3a3a3b;
    padding-top: 4px; }
  .footer-v4 .newsletter-footer input {
    width: calc(100% - 180px);
    background: #fff;
    height: 38px;
    padding: 12px; }
  .footer-v4 .newsletter-footer button.btn-default {
    background: #94c347;
    float: right;
    height: 100%; }
  .footer-v4 .newsletter-footer .widget-title-border:before {
    top: 32px; }

.footer .footer-v5 .widget_nav_menu li {
  padding-bottom: 9px; }

.footer-v5 .footer-home img {
  margin-bottom: 12px; }
.footer-v5 address {
  color: #fff; }
.footer-v5 .footer-bottom {
  background: #373737; }
.footer-v5 .footer-top {
  background: #f5f5f5;
  padding: 48px 0 25px; }
.footer-v5 .footer-home p {
  color: #838383;
  margin-bottom: 31px; }
.footer-v5 .widget-title {
  color: #3a3a3b; }
.footer-v5 .widget li {
  color: #838383; }
  .footer-v5 .widget li a {
    color: #838383; }
    .footer-v5 .widget li a:hover {
      color: #94c347; }
.footer-v5 .newsletter-footer {
  background: #e1e1e1;
  padding: 23px 0px 17px 0px;
  border: none; }
  .footer-v5 .newsletter-footer h4 {
    color: #3a3a3b;
    padding-top: 4px; }
  .footer-v5 .newsletter-footer input {
    width: calc(100% - 180px);
    background: #fff;
    height: 38px;
    padding: 12px; }
  .footer-v5 .newsletter-footer button.btn-default {
    background: #94c347;
    float: right;
    height: 100%; }
  .footer-v5 .newsletter-footer .widget-title-border:before {
    top: 32px; }

.footer .widget_nav_menu .menu-our-products-container li {
  padding-bottom: 10px; }

.footer .footer-v6 .widget-title-border::before {
  top: 29px; }

.footer-v6 .newsletter-footer .widget_mc4wp_form_widget {
  margin-top: -5px;
  overflow: auto; }

.footer-v6 {
  position: relative; }
  .footer-v6 .newsletter-footer button.btn-default {
    background: #94c347; }
    .footer-v6 .newsletter-footer button.btn-default:hover {
      background: #85b635; }
  .footer-v6 .footer-menu-list > div {
    min-height: 215px;
    border-left: 1px dashed #636363;
    padding-left: 30px; }
    .footer-v6 .footer-menu-list > div:first-child {
      border: 0;
      padding-left: 0; }
  .footer-v6:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .footer-v6 .footer-center {
    position: relative;
    z-index: 2;
    padding: 48px 0 35px 0; }
    .footer-v6 .footer-center .list-info li {
      color: #afafaf; }
      .footer-v6 .footer-center .list-info li a {
        color: #afafaf; }
        .footer-v6 .footer-center .list-info li a:hover {
          color: #94c347; }
  .footer-v6 .footer-bottom {
    position: relative;
    background: transparent; }
    .footer-v6 .footer-bottom address {
      color: #fff; }
    .footer-v6 .footer-bottom:before {
      background: #000 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.7;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    .footer-v6 .footer-bottom .payment_footer, .footer-v6 .footer-bottom .copy-right {
      position: relative;
      z-index: 4; }
  .footer-v6 .footer-top {
    position: relative;
    z-index: 2;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #443936; }
    .footer-v6 .footer-top .left_logo_footer {
      float: left;
      padding: 18px 20px 18px 0; }
    .footer-v6 .footer-top .newsletter-footer {
      float: left;
      border-left: 1px solid #443936;
      padding: 37px 23px 32px 30px;
      width: 72%;
      border-right: 0; }
      .footer-v6 .footer-top .newsletter-footer input {
        background: transparent;
        border: 1px solid #ffffff;
        padding: 10px 12px 11px;
        width: 100%; }
      .footer-v6 .footer-top .newsletter-footer button.btn-default {
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 0; }
    .footer-v6 .footer-top .footer-social {
      float: right;
      padding-top: 32px; }
      .footer-v6 .footer-top .footer-social ul li {
        display: inline-block;
        padding: 0 2px; }
        .footer-v6 .footer-top .footer-social ul li a {
          color: #ffffff;
          border: 1px solid #fff;
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          text-align: center;
          line-height: 40px; }
          .footer-v6 .footer-top .footer-social ul li a:hover {
            background: #94c347;
            border: 1px solid #94c347; }

.ie .footer-v6 .footer-top .newsletter-footer input {
  float: right; }

.footer-v7 {
  color: #555;
  font-family: "Open Sans", Arial; }
  .footer-v7 .newsletter-footer {
    padding: 36px 0px 23px 0;
    border: none; }
    .footer-v7 .newsletter-footer h4 {
      margin-right: 30px;
      text-transform: none;
      font-size: 50px;
      font-family: Courgette;
      color: inherit;
      font-weight: normal;
      margin-bottom: 17px; }
    .footer-v7 .newsletter-footer .widget_mc4wp_form_widget {
      text-align: right; }
      .footer-v7 .newsletter-footer .widget_mc4wp_form_widget .mc4wp-response {
        text-align: left; }
    .footer-v7 .newsletter-footer .newsletter-title {
      color: #555;
      width: 50%; }
      .footer-v7 .newsletter-footer .newsletter-title p {
        font-size: 14px;
        font-family: inherit;
        color: inherit; }
      .footer-v7 .newsletter-footer .newsletter-title:before {
        display: none; }
    .footer-v7 .newsletter-footer input {
      width: calc(100% - 144px);
      background: #fff;
      padding: 17px 23px 14px;
      font-family: inherit;
      color: #999999; }
    .footer-v7 .newsletter-footer button.btn {
      padding: 13px 23px;
      border-radius: 0;
      /* margin-right: -2px; */
      width: 144px;
      background: #94c347;
      font-family: inherit;
      font-weight: normal;
      overflow: hidden; }
      .footer-v7 .newsletter-footer button.btn::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -moz-transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
        -o-transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        width: 50px;
        z-index: -10; }
      .footer-v7 .newsletter-footer button.btn:hover::after {
        left: 120%;
        -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .footer-v7 .footer-top {
    padding: 21px 0 19px; }
  .footer-v7 .footer-menu-list {
    padding: 53px 0 26px; }
  .footer-v7 .widget-title {
    color: #222;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 35px; }
  .footer-v7 .widget-title-border:before {
    content: "";
    top: 22px;
    left: 0;
    position: absolute;
    height: 1px;
    width: 20px;
    color: #94c347; }
  .footer-v7 .textwidget {
    font-family: inherit;
    line-height: 17px; }
  .footer-v7 .menu-footer-social ul > li {
    display: inline-block;
    margin-right: 7px;
    padding-top: 27px; }
    .footer-v7 .menu-footer-social ul > li a {
      width: 37px;
      height: 37px;
      display: block;
      text-align: center;
      vertical-align: middle;
      padding: 8px 10px;
      border: 1px solid #ccc;
      border-radius: 50%;
      color: inherit;
      font-size: 14px; }
      .footer-v7 .menu-footer-social ul > li a i {
        font-size: inherit;
        margin-right: 0; }
      .footer-v7 .menu-footer-social ul > li a:hover {
        background: #94c347;
        color: #fff;
        border-color: #94c347; }
  .footer-v7 .footer-contact-info {
    margin-top: 3px; }
    .footer-v7 .footer-contact-info h5 {
      padding-bottom: 5px; }
    .footer-v7 .footer-contact-info p {
      margin-bottom: 11px; }
      .footer-v7 .footer-contact-info p + p {
        margin-top: -17px; }
    .footer-v7 .footer-contact-info a {
      color: inherit; }
      .footer-v7 .footer-contact-info a:hover {
        color: #94c347; }
  .footer-v7 .footer-bottom {
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    color: #999999;
    padding-bottom: 16px; }
    .footer-v7 .footer-bottom address {
      color: inherit; }
  .footer-v7 .instagram-container {
    margin: 0 -3px;
    padding-top: 2px; }
    .footer-v7 .instagram-container li {
      padding: 2px; }
  .footer-v7 .footer-contact-time {
    text-align: center;
    padding: 22px 15px 33px;
    border: 1px solid #ccc;
    position: relative; }
    .footer-v7 .footer-contact-time:before {
      content: "";
      border: 1px solid #ccc;
      position: absolute;
      top: 5px;
      bottom: 5px;
      right: 5px;
      left: 5px; }
    .footer-v7 .footer-contact-time .icon-title .icon-8 {
      font-size: 32px;
      color: #94c347; }
    .footer-v7 .footer-contact-time .text-center .icon-title:before {
      margin-left: 24px;
      left: 52%;
      background: #ccc !important;
      top: 16px;
      width: 57px; }
    .footer-v7 .footer-contact-time .text-center .icon-title:after {
      right: 52%;
      left: auto;
      top: 16px;
      background: #ccc !important;
      width: 57px; }
    .footer-v7 .footer-contact-time .entry-title {
      margin-bottom: 30px; }
    .footer-v7 .footer-contact-time h5 {
      padding-bottom: 6px; }
    .footer-v7 .footer-contact-time h5, .footer-v7 .footer-contact-time h4, .footer-v7 .footer-contact-time h3, .footer-v7 .footer-contact-time h2 {
      font-weight: normal; }
    .footer-v7 .footer-contact-time h4 {
      font-size: 18px;
      color: inherit;
      padding-bottom: 16px; }

.footer-v8 {
  color: #555;
  background: #faf8f5;
  font-family: Lora; }
  .footer-v8 .footer-menu-list {
    padding-top: 48px;
    padding-bottom: 42px; }
  .footer-v8 a, .footer-v8 .list-info li, .footer-v8 .list-info li a {
    color: #555;
    font-family: "Open Sans", Arial; }
  .footer-v8 .list-info li a:hover, .footer-v8 a:hover {
    color: #94c347; }
  .footer-v8 .widget_nav_menu li {
    padding-bottom: 8px !important; }
  .footer-v8 .footer-menu li i {
    margin-right: 9px;
    font-size: 14px;
    margin-left: 0.5px;
    width: 12px; }
  .footer-v8 .widget_nav_menu_findus .footer-menu li {
    padding-bottom: 9px; }
  .footer-v8 .list-info li .space-5 {
    margin-left: 22px; }
  .footer-v8 .widget-title-border:before {
    display: none; }
  .footer-v8 .footer-bottom {
    padding: 12px 0 17px;
    background: transparent;
    border-top: 1px solid #ccc;
    font-family: "Open Sans", Arial; }
    .footer-v8 .footer-bottom address {
      color: #555; }
  .footer-v8 .list-info {
    padding-top: 7px; }
    .footer-v8 .list-info li {
      padding-bottom: 4px; }
      .footer-v8 .list-info li i {
        margin-right: 6px;
        margin-left: 0;
        width: 15px;
        color: #555; }
        .footer-v8 .list-info li i.space-5 {
          margin-left: 20px; }
  .footer-v8 .widget-title {
    color: #222;
    font-family: Lora;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    padding-bottom: 33px; }
  .footer-v8 .textwidget {
    font-family: "Open Sans", Arial;
    margin-top: -2px; }
  .footer-v8 .instagram-container {
    margin: 0 -4px; }
    .footer-v8 .instagram-container li {
      padding: 2px;
      float: left;
      border: 1px solid #ccc;
      margin: 4px; }
      .footer-v8 .instagram-container li a {
        display: block;
        position: relative;
        max-width: 74px; }

.footer-v9 .newsletter-wrap {
  position: relative; }
  .footer-v9 .newsletter-wrap + .footer-container {
    padding-top: 124px; }
.footer-v9 .footer-menu-list > div:last-child .widget_nav_menu li {
  padding-bottom: 11px; }
.footer-v9 .newsletter-footer {
  padding: 52px 59px 51px 58px;
  overflow: hidden;
  position: absolute;
  top: -76px;
  width: 100%;
  background: #fff;
  border: none;
  z-index: 2;
  left: 0; }
  .footer-v9 .newsletter-footer .newsletter-title:before {
    top: 45px;
    left: 0;
    position: absolute;
    height: 5px;
    width: 50px; }
  .footer-v9 .newsletter-footer .newsletter-title h4 {
    color: #000000;
    margin-right: 89px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px; }
  .footer-v9 .newsletter-footer form input[type="email"], .footer-v9 .newsletter-footer form input[type="text"] {
    width: 100%;
    background: transparent;
    color: #afafaf;
    border: 1px solid #ebebeb;
    height: 50px;
    padding-top: 7px; }
  .footer-v9 .newsletter-footer form button[type="submit"] {
    padding: 8px 21.5px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border-radius: 0 !important;
    font-weight: bold; }
.footer-v9 .footer-container {
  padding-top: 70px;
  padding-bottom: 44px; }
.footer-v9 .widget-title-border:before {
  content: "";
  top: 33px;
  left: 0;
  height: 2px;
  width: 20px; }
.footer-v9 .list-info li, .footer-v9 .list-info li a {
  color: #afafaf;
  font-size: 14px; }
.footer-v9 .list-info a:hover {
  color: #94c347; }
.footer-v9 .menu-footer-social {
  margin-top: 19px; }
  .footer-v9 .menu-footer-social li {
    display: inline-block;
    margin-right: 7px;
    padding-bottom: 7px; }
    .footer-v9 .menu-footer-social li a {
      width: 39px;
      height: 40px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: block;
      text-align: center;
      padding-top: 9px;
      color: #fff; }
      .footer-v9 .menu-footer-social li a i {
        margin-right: 0;
        font-size: 17.14px; }
      .footer-v9 .menu-footer-social li a:hover {
        background: #94c347;
        border-color: #94c347; }
.footer-v9 .footer-bottom {
  padding: 12px 0 15px;
  background: #1e1e1e; }
  .footer-v9 .footer-bottom address {
    color: #fff; }
.footer-v9 .payment li a {
  color: #8f8f8f; }

.footer-v9 .menu-footer-social li a:hover {
  color: #fff; }

@media (max-width: 1920px) {
  .border-package::after {
    right: 7%; } }
@media (min-width: 1920px) {
  .icon-pe {
    font-size: 78px;
    margin-right: 30px;
    margin-top: -12px; }

  .slider_wrap.dot_style2 .owl-controls {
    left: 48px; }

  .content-desc .button-404 {
    margin-top: 65px; }

  .static-content h2 {
    font-size: 30px; }

  .promo-banner img {
    width: 100%; }

  footer .footer-v1 .bg-footer, footer .footer-v2 .bg-footer {
    width: 39%; }

  .time-coundown .time_circles {
    overflow: hidden; }
    .time-coundown .time_circles canvas {
      height: 115px;
      width: 460px; }
    .time-coundown .time_circles > div > span {
      font-size: 38px !important;
      margin-top: 4px !important;
      overflow: hidden;
      line-height: 38px !important; }
    .time-coundown .time_circles > div > h4 {
      font-size: 14px !important; }
    .time-coundown .time_circles .textDiv_Hours {
      left: 115px !important; }
    .time-coundown .time_circles .textDiv_Minutes {
      left: 230px !important; }
    .time-coundown .time_circles .textDiv_Seconds {
      left: 345px !important; }

  .time-coundown .time_circles > div {
    top: 34px !important;
    width: 115px !important;
    overflow: hidden; }

  .package-3 .time-coundown .time_circles > div {
    top: 31px !important; }
    .package-3 .time-coundown .time_circles > div > span {
      margin-top: 1px !important; }

  .coming-soon {
    margin-top: 0; }
    .coming-soon .time-coundown {
      padding-top: 20px; }
    .coming-soon .coming-sub h1 {
      padding-top: 40px; }

  .page-coming-soon .time-coundown .time_circles > div.textDiv_Days {
    margin-left: -230px !important; }

  .page-coming-soon .time-coundown .time_circles > div.textDiv_Hours {
    margin-left: -115px !important; }

  .page-coming-soon .time-coundown .time_circles > div.textDiv_Seconds {
    margin-left: 115px !important; }

  .footer-v3 .newsletter-footer input {
    width: 69%; }

  .coming-sub {
    padding-bottom: 23px; }

  .coming-soon {
    margin-top: 20px; }

  .promo-ads {
    height: 426px; } }
@media (min-width: 1686px) {
  .footer-v1 .bg-footer, .footer-v2 .bg-footer {
    width: 38%; }

  .header-v9 .header-logo {
    left: 85px; }

  #h9_our_farm {
    position: static;
    padding-bottom: 100px; }
    #h9_our_farm > .wpb_column.vc_col-lg-6:nth-child(2) {
      position: static; }
      #h9_our_farm > .wpb_column.vc_col-lg-6:nth-child(2) .wpb_single_image.h9_pos_abs {
        position: absolute;
        right: 180px; } }
@media (min-width: 1506px) {
  .bg-footer {
    width: 36%; }

  .prd_cat_count img {
    margin-bottom: 36px; }

  .wide-container {
    width: 1500px; }

  #pre_order_prd .half_main_bg > .vc_column-inner .wpb_single_image {
    bottom: -30px;
    margin-right: 15px; }
  #pre_order_prd .main-bg > .vc_column-inner {
    padding-left: 60px;
    padding-right: 115px; }
  #pre_order_prd .wpb_heading.wpb_singleimage_heading {
    margin-bottom: -32px; } }
@media (max-width: 1507px) {
  .img-abs-left {
    top: 10px; } }
@media (max-width: 1440px) {
  .img-abs-left {
    top: 20px; }

  .img-abs-right {
    top: -65px; } }
@media (max-width: 1440px) {
  .img-abs-left {
    top: 35px; }

  .img-abs-right {
    top: -50px; } }
@media (min-width: 1366px) and (max-width: 1505px) {
  .wide-container {
    width: 1300px; } }
@media (min-width: 1366px) {
  .promo-ads.promo-relative {
    height: 100%; }

  .tab_filter_4 .nav-tabs.btn-filter li a {
    padding: 10px 15px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  #farm_fresh .upb_row_bg {
    background-position: -168px 0; } }
@media (min-width: 1200px) {
  .footer-v7 .newsletter-footer .newsletter-title {
    color: #555;
    width: 42.5%; }

  .ff-product-categories-shortcode li.product-category.product {
    position: relative; }
    .ff-product-categories-shortcode li.product-category.product:before {
      content: "";
      position: absolute;
      height: 225px;
      width: 0;
      left: 0;
      border-left: 1px dotted rgba(255, 255, 255, 0.2);
      z-index: 1;
      top: 50%;
      transform: translateY(-50%); }
    .ff-product-categories-shortcode li.product-category.product:first-child:before {
      opacity: 0;
      visibility: hidden; }
    .ff-product-categories-shortcode li.product-category.product .prd_cat_count {
      border: none; }

  .testimonials-client.slide5 .testimonial_content {
    padding-right: 162px; }

  .footer-v7 .newsletter-footer .widget_mc4wp_form_widget {
    padding-top: 19px; }

  .ff_icon_style2.vc_icon_element.middle-icon.about-icon .icon {
    margin-left: 49px;
    margin-right: 14px;
    margin-top: -5px; }

  .ff_icon_style2.vc_icon_element.third-icon.about-icon .icon {
    margin-left: 71px;
    margin-right: 20px;
    margin-top: -3px; } }
@media (min-width: 1200px) and (max-width: 1341px) {
  .header-v3 .main-navigation .mega-menu > li > a {
    padding: 30px 7px; }

  .is-sticky.header-v3 .main-navigation .mega-menu > li > a {
    padding: 30px 19px; }

  .promo-col2 .promo-relative h2 {
    font-size: 39px; }
  .promo-col2 .promo-relative h3 {
    font-size: 28px; } }
@media (max-width: 1199px) {
  .countdown-style2 .ult_countdown-section {
    padding: 0 35px !important; }

  .bottom_slick_btn .slick-next, .bottom_slick_btn .slick-prev {
    margin: 0 15px; }

  .today-menu-info {
    height: auto; }

  .footer-v7 .newsletter-footer .mc4wp-alert {
    margin-top: 16px; }

  .header-v7 .header-bottom .header_contact_info {
    padding-top: 14px; }
    .header-v7 .header-bottom .header_contact_info a {
      display: block; }
  .header-v7 .main-navigation .mega-menu > li > a:after {
    right: -30px; }

  .today-menu {
    background: #ffffff none repeat scroll 0 0; }
    .today-menu .reduce-cost {
      top: 0; }

  .footer-v4 .footer-menu-list {
    margin: 0 -15px; }
  .footer-v4 .footer-home {
    margin-bottom: 35px; }
  .footer-v4 .newsletter-footer .widget_mc4wp_form_widget {
    width: auto; }
  .footer-v4 .newsletter-footer form {
    margin-top: 0; }

  .footer-v5 .footer-menu-list {
    margin: 0 -15px; }
  .footer-v5 .footer-home {
    margin-bottom: 35px; }
  .footer-v5 .newsletter-footer .widget_mc4wp_form_widget {
    width: auto; }
  .footer-v5 .newsletter-footer form {
    margin-top: 0; }

  .right-services .ult-content-box {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .header-v4 .top-link .customlinks {
    padding: 0 5px; }
    .header-v4 .top-link .customlinks i {
      margin-right: 2px; }

  .widget_post_blog .blog-info {
    float: left; }

  .footer-v3 .newsletter-footer {
    margin-bottom: 33px;
    overflow: hidden;
    padding-bottom: 0; }
    .footer-v3 .newsletter-footer input {
      width: 50%;
      float: left; }
    .footer-v3 .newsletter-footer .btn {
      float: left;
      margin-left: 30px; }

  .footer-bottom br {
    display: block; }

  .knowledge-list .pagination {
    margin-bottom: -50px !important;
    padding-bottom: 0; }

  .img-top {
    display: none; }

  .top_services {
    padding-top: 80px; }

  .member-service:nth-of-type(1) {
    -webkit-transform: translateX(117px);
    -moz-transform: translateX(117px);
    -ms-transform: translateX(117px);
    -o-transform: translateX(117px);
    transform: translateX(117px); }
  .member-service:nth-of-type(2) {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px); }
  .member-service:nth-of-type(3) {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); }
  .member-service:nth-of-type(4) {
    -webkit-transform: translateX(-125px);
    -moz-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    -o-transform: translateX(-125px);
    transform: translateX(-125px); } }
@media (min-width: 992px) and (max-width: 1199px) {
  .today-menu {
    padding-left: 0;
    padding-right: 0; }

  .tes_offset.vc_col-md-offset-3 {
    margin-left: 0;
    padding-left: 293px; }

  .header-v4 .header-logo {
    text-align: center; }

  .footer-v7 .newsletter-footer .widget_mc4wp_form_widget {
    padding-top: 19px; }

  .header-v7 .main-navigation .mega-menu > li {
    padding: 0 20px 0 20px; }
    .header-v7 .main-navigation .mega-menu > li > a:after {
      right: -24px; }

  .is-sticky .sticky-logo {
    left: -40px; }
  .is-sticky.header-v2 .mega-menu, .is-sticky.header-v3 .mega-menu {
    display: block;
    text-align: right; }
  .is-sticky.header-v2 .header-logo, .is-sticky.header-v3 .header-logo {
    position: absolute;
    left: -15px;
    width: 133px;
    z-index: 9999;
    top: 0; }
  .is-sticky.header-v3 .header-logo {
    left: 0; }
  .is-sticky.header-v3 .vertical-menu .mega-menu {
    text-align: left; }

  .promo-col2 .promo-relative h2 {
    font-size: 39px; }
  .promo-col2 .promo-relative h3 {
    font-size: 28px; }

  .about-us .text-style-bg {
    padding: 30px 0; }

  .text-style-bg:first-child {
    margin-top: 15px; }

  .promo-relative .text-container {
    padding: 40px 19px 40px 165px; }

  .border-box::before {
    height: 98%;
    width: 94.5%; }

  .mega-menu li a {
    display: block;
    font-weight: bold;
    padding: 22px 12px 18px;
    text-transform: uppercase;
    white-space: normal; }

  .cart_label,
  .search-block-top .btn-search {
    padding: 20px 15px; }

  .header-v3 .header-logo {
    text-align: center; }
  .header-v3 .main-navigation .mega-menu > li > a {
    padding: 30px 19px; }
  .header-v3 .right-header .search-block-top, .header-v3 .right-header .mini-cart, .header-v3 .right-header .top-link {
    border: none; }

  .full-page .container-fluid,
  .footer-v3 .container-fluid,
  .header-v3 .container-fluid {
    padding: 0 30px; }

  .promo-banner img {
    width: 100%; }

  .header-v2 .header-logo {
    text-align: center; }

  .best-recipes .blog-ful .blog-item .blog-img img {
    width: 100%; }

  .newsletter-footer form {
    float: left;
    margin-top: 40px;
    width: 100%; }

  .footer-v9 .newsletter-footer form {
    margin-top: 0; }
  .footer-v9 .newsletter-footer .widget_mc4wp_form_widget {
    width: auto; }

  .footer-v3 .newsletter-footer form {
    margin-top: 0; }

  .footer-menu-list .list-style {
    padding-left: 20px; }

  .blog-ful {
    margin-bottom: 30px; }
    .blog-ful .blog-list {
      padding-bottom: 30px; }
    .blog-ful .blog-item .blog-img {
      text-align: center; }

  .main-sidebar .blog-ful {
    margin-bottom: 0; }

  .newsletter-footer input {
    width: 70%; }

  .about {
    padding-bottom: 100px; }

  .header-v2 .mega-menu {
    float: none; }

  .contact-icon .icon-pe {
    font-size: 35px;
    height: 65px;
    line-height: 65px;
    margin-right: 0;
    width: 65px; }

  .about {
    padding-bottom: 0; }
    .about .border-box::before {
      height: 83%;
      width: 97%; }
    .about .about-content:first-child {
      margin-top: 65px; }
    .about .entry-title {
      margin-bottom: 15px; }
    .about .about-content {
      margin-top: 25px; }

  .blog-ful .blog-item .blog-img img {
    width: 100%; }

  .footer-v2 .newsletter-footer .btn {
    top: 0;
    position: absolute;
    right: 0; }

  .static-content h2 {
    font-size: 20px; }
  .static-content h4 {
    font-size: 15px; }

  .promo-col2 .promo-relative h3 {
    font-size: 24px; }

  .promo-ads h3 {
    font-size: 26px; }
  .promo-ads h2 {
    font-size: 56px;
    margin-top: 8px; }

  .tabs-fillter .controls-custom .owl-controls .owl-nav > div {
    display: none; }

  .footer-v7 .newsletter-footer form {
    margin-top: 0; }
  .footer-v7 .newsletter-footer input {
    width: calc(100% - 144px); }
  .footer-v7 .newsletter-footer .widget_mc4wp_form_widget {
    width: auto;
    padding-left: 15px; }
  .footer-v7 .newsletter-footer .newsletter-title {
    width: 50%; } }
@media (max-width: 1024px) {
  .blog-grid-style3.blog-content {
    margin-bottom: 0;
    margin-top: -35px; }

  .woocommerce.columns-6 > .product_types ul.products > li.product-category {
    width: calc( 100% / 3 );
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .side-breadcrumb {
    margin-bottom: 50px; }

  .footer-v2 .bg-footer {
    height: 466px; }

  .footer-v1 .bg-footer {
    height: 463px; }

  .promo-fresh {
    padding-top: 40px; }

  .main-sidebar {
    margin-bottom: 50px; }

  .our-products {
    padding: 70px 0 40px; }

  .promo {
    padding-bottom: 50px;
    padding-top: 70px !important; }

  .recipes {
    padding: 70px 0 70px; }

  .knowledge {
    padding: 70px 0 55px; }
    .knowledge .entry-title {
      margin-bottom: 0; }

  .our-gallery {
    padding: 70px 0; }

  .our-blog {
    padding-bottom: 45px;
    padding-top: 70px; }

  .about-number {
    padding: 70px 0; }

  .block-number {
    padding-bottom: 30px; }

  .tabs-fillter .controls-custom .owl-controls .owl-nav > div {
    display: none; }

  .knowledge-list .pagination {
    margin-bottom: -10px !important; } }
@media (min-width: 992px) {
  .mega-menu {
    display: inline-block !important; }

  .footer-v9 .footer_pad_left {
    padding-left: 30px; }
    .footer-v9 .footer_pad_left:before {
      content: "";
      position: absolute;
      height: 217px;
      width: 0;
      top: 14px;
      left: 16px;
      border-left: 1px dotted rgba(255, 255, 255, 0.15);
      z-index: 1; }

  #pre_order_prd .half_main_bg > .vc_column-inner {
    padding-left: 70px;
    position: relative; }
    #pre_order_prd .half_main_bg > .vc_column-inner .wpb_single_image {
      position: absolute;
      bottom: -5px;
      z-index: 2;
      margin-right: 15px; }
  #pre_order_prd .main-bg > .vc_column-inner {
    padding-right: 50px; }

  .header-mobile {
    display: none; }

  .header-v9 .mega-menu .dropdown-menu {
    top: 100%;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    z-index: 999;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #fff;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.05);
    min-width: 210px;
    padding-top: 0;
    padding-bottom: 0; }
    .header-v9 .mega-menu .dropdown-menu li a {
      padding: 10px 20px;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      transition: all 0.8s ease; }
      .header-v9 .mega-menu .dropdown-menu li a:hover {
        background: rgba(0, 0, 0, 0.03); }
    .header-v9 .mega-menu .dropdown-menu li:last-child a {
      border-bottom: none; }
  .header-v9 .mega-menu > li > a {
    padding-top: 30px;
    padding-bottom: 31px; }
  .header-v9 .mega-menu li:hover > .children {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
  .header-v9 .megamenu > .dropdown-menu {
    table-layout: fixed;
    width: 100%;
    display: table;
    padding-top: 0; }
    .header-v9 .megamenu > .dropdown-menu > li {
      padding-top: 15px;
      border-right: 1px solid rgba(0, 0, 0, 0.06);
      padding: 15px 10px;
      display: table-cell;
      vertical-align: top;
      float: none;
      position: relative; }
      .header-v9 .megamenu > .dropdown-menu > li:last-child {
        border-right: none; }
      .header-v9 .megamenu > .dropdown-menu > li .children li a {
        font-weight: 400; }
      .header-v9 .megamenu > .dropdown-menu > li a {
        border: none; }

  .col-md-5-1 {
    width: 20%; }

  .header-v8 .mega-menu > li > .children {
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .header-v8 .mega-menu > li:hover > .children {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0); }
  .header-v8 .mega-menu .dropdown-menu {
    background: #fff;
    border-top: 2px solid #94c347; }
  .header-v8 .mega-menu .dropdown-menu li a {
    color: #555;
    font-family: Lora; }
  .header-v8 .dropdown-menu > li > a:hover, .header-v8 .dropdown-menu > li > a:focus {
    background-color: transparent; } }
@media (min-width: 992px) and (max-width: 1999px) {
  .footer-v6 .footer-top .newsletter-footer {
    width: 70%; }
    .footer-v6 .footer-top .newsletter-footer form {
      margin-top: 0; }

  .footer-v6 .newsletter-footer .widget_mc4wp_form_widget {
    width: 66%; }

  #pre_order_prd .wpb_heading.wpb_singleimage_heading {
    margin-left: 21px; } }
@media (max-width: 991px) {
  .img-abs-left1 {
    position: static;
    padding-bottom: 20px; }

  .half_main_bg.wpb_column {
    margin-bottom: 30px; }
    .half_main_bg.wpb_column:before {
      display: none; }

  .woocommerce > .product_types ul.products > li.product-category h3 > span.hidden-ms {
    display: none; }

  .footer-v9 .footer-menu-list > .col-xs-12 {
    margin-bottom: 30px; }
    .footer-v9 .footer-menu-list > .col-xs-12:last-child {
      margin-bottom: 0; }

  .testimonials-client.slide5 .slider-for {
    padding-left: calc(25% + 50px) !important; }
  .testimonials-client.slide5 .slider-nav {
    top: 4px !important;
    width: 25%; }

  .tes_offset.vc_col-md-offset-3 {
    margin-left: 0;
    padding-left: calc(25% + 43px); }

  .wide-container {
    width: 750px; }

  .footer-v9 .newsletter-footer .newsletter-title h4 {
    margin-right: 30px; }

  .menu-bottom {
    display: none !important; }

  .logged-in.admin-bar .header-mobile {
    padding-top: 50px; }

  .header-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 99991;
    background: rgba(0, 0, 0, 0.96);
    padding-top: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header-mobile .mega-menu {
      display: block;
      position: static;
      background: none; }
    .header-mobile .header-account {
      display: none; }
    .header-mobile .search-block-top {
      display: block;
      padding: 25px 15px 10px; }
      .header-mobile .search-block-top > .btn-search {
        display: none; }
      .header-mobile .search-block-top .top-search {
        background: none;
        opacity: 1;
        overflow: hidden;
        position: relative;
        right: 0;
        top: 0;
        transform: scale(1);
        transition: all 0.5s ease-in-out 0s;
        visibility: visible;
        width: 100%;
        z-index: 99; }
        .header-mobile .search-block-top .top-search .search-field {
          background: rgba(255, 255, 255, 0.25);
          color: rgba(255, 255, 255, 0.5); }
    .header-mobile #advanced-menu-hide {
      font-size: 28px;
      color: #94c347;
      position: absolute;
      right: 0;
      opacity: 0; }

  .mobile-advanced {
    padding-top: 40px; }

  .overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
    left: 260px; }

  #page {
    position: relative; }

  .openmenu {
    overflow: hidden; }
    .openmenu #advanced-menu-hide {
      visibility: visible;
      pointer-events: auto;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      right: 25px; }
    .openmenu .header-mobile {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      visibility: visible;
      display: block;
      height: auto; }
    .openmenu .overlay {
      opacity: 1;
      pointer-events: auto; }

  .header-v9 .header-logo {
    top: 0;
    position: static;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 10px 0 14px; }
  .header-v9 .mega-menu .dropdown-menu li a {
    color: #afafaf; }
  .header-v9 .mega-menu .dropdown-menu {
    padding-left: 10px;
    margin-top: -6px; }
  .header-v9 .header-right .customlinks .dropdown-menu {
    top: 100%;
    right: -1px;
    left: auto; }
  .header-v9 .header-right .h_icon {
    font-size: 20px;
    padding-bottom: 24px;
    padding-top: 14px; }
  .header-v9 .header-right > div {
    vertical-align: middle; }
  .header-v9 .header-right .top-link .customlinks.dib a .fa-user {
    float: none; }
  .header-v9 .top-link .customlinks a .fa-user {
    display: block; }
  .header-v9 .header_menu {
    padding: 0;
    position: static; }
    .header-v9 .header_menu .search-block-top {
      display: none; }
  .header-v9 .open-menu-mobile {
    position: absolute;
    left: 15px;
    top: 15px;
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 2; }

  .header-v8 .customlinks .dropdown-menu {
    padding: 10px 0;
    z-index: 99999; }
  .header-v8 .mega-menu {
    z-index: 99998; }

  .header-v8 .header-top .top-link .customlinks .update-wishlist {
    margin-left: 0; }

  .ff_height1 > .vc_column-inner {
    height: auto !important; }

  .cs_tabitemname .wpb_single_image .wpb_wrapper, .cs_tabitemname .wpb_single_image .vc_single_image-wrapper, .cs_tabitemname .wpb_single_image img {
    width: 100%;
    height: auto; }

  .header-v8 .header-bottom {
    padding: 0; }
  .header-v8 .main-navigation {
    border-bottom: medium none;
    border-top: medium none; }
  .header-v8 .btn-open {
    color: #555; }
  .header-v8:not(.is-sticky) .btn-open {
    padding: 25px 0 25px 16px; }
  .header-v8.is-sticky .menu-left .header-logo {
    display: block;
    height: 100%;
    max-width: none;
    padding: 5px 0;
    top: 0;
    z-index: 99; }
    .header-v8.is-sticky .menu-left .header-logo img {
      height: 100%;
      width: auto; }
  .header-v8.is-sticky .btn-open {
    padding: 20px 0 20px 16px; }
  .header-v8 .header-logo {
    left: 0;
    max-width: 167px;
    position: absolute;
    top: 7px;
    z-index: 99; }
  .header-v8 .mega-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    max-height: 390px;
    overflow: scroll; }
    .header-v8 .mega-menu .dropdown-menu li a {
      color: #555; }
    .header-v8 .mega-menu li a {
      font-size: 15px;
      padding: 6px 0 !important; }

  .img-abs-left {
    top: -10px; }

  .img-abs-right {
    top: -55px;
    width: 77%; }

  .header-v7 .main-navigation .mega-menu > li > a:after {
    display: none; }
  .header-v7 .main-navigation .mega-menu > li {
    padding: 0; }
  .header-v7 .mega-menu {
    top: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    max-height: 350px;
    overflow-y: scroll; }
  .header-v7 .header-logo {
    padding-top: 0 !important;
    top: 9px;
    margin-left: 0 !important; }
    .header-v7 .header-logo img {
      max-height: 40px; }
  .header-v7 .main-navigation .mini-cart .cart_label i {
    font-size: 16px;
    padding-top: 7px; }
  .header-v7.is-sticky .main-navigation .search-block-top {
    display: inline-block; }
    .header-v7.is-sticky .main-navigation .search-block-top .btn-search {
      border: none; }
    .header-v7.is-sticky .main-navigation .search-block-top .top-search {
      top: 60px; }
    .header-v7.is-sticky .main-navigation .search-block-top .top-search {
      padding-left: 0;
      right: 15px;
      width: 93%;
      max-width: 360px;
      float: right; }
  .header-v7.is-sticky .main-navigation .header-logo {
    display: inline-block;
    left: 15px; }
  .header-v7 .header-bottom {
    height: 0;
    margin-top: -4px; }
    .header-v7 .header-bottom .header_contact_info {
      padding-top: 0; }
      .header-v7 .header-bottom .header_contact_info .search-block-top > .btn-search {
        display: block;
        position: absolute;
        right: 75px;
        border: none;
        z-index: 5;
        top: 1px; }
      .header-v7 .header-bottom .header_contact_info .search-block-top .top-search {
        position: absolute;
        top: 50px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .header-v7 .header-bottom .header_contact_info .search-block-top .top-search.active {
          opacity: 1;
          visibility: visible;
          top: 62px; }
      .header-v7 .header-bottom .header_contact_info a {
        display: none; }
  .header-v7 .header-banner {
    display: none; }
  .header-v7 .cart_label > .number-product {
    position: absolute;
    top: 10px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    right: -2px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px; }
  .header-v7 .cart_label .woocommerce-Price-amount, .header-v7 .cart_label span {
    display: none; }
  .header-v7:not(.is-sticky) #site-navigation .menu-left {
    margin-top: 0; }
  .header-v7 .header-top {
    height: auto; }

  .footer-v7 .newsletter-footer .newsletter-title {
    margin-bottom: 15px;
    width: 50%; }
    .footer-v7 .newsletter-footer .newsletter-title p {
      font-size: 13px; }
  .footer-v7 .newsletter-footer h4 {
    font-size: 30px;
    margin-bottom: 5px; }
  .footer-v7 aside.widget {
    padding-bottom: 30px; }

  .today-menu-info {
    padding-top: 10px; }

  .today-menu-info .price_info {
    top: 5px; }

  .reduce-cost {
    top: 0; }

  .about-style-2 .border-box::before {
    content: none; }

  .about-style-2 .about-content {
    margin-top: 0; }

  .today-menu {
    padding-top: 100px;
    padding-bottom: 30px; }

  .today-menu .item-grid:nth-child(n) {
    padding: 0; }

  .today-menu .item-grid:nth-child(2n) {
    padding: 0; }

  .fixed-header .header-v6.is-sticky .header-logo img {
    height: 50px; }

  .fixed-header .header-v6.is-sticky .header-logo {
    top: 5px;
    left: 0; }

  .header-v6.is-sticky .search-block-top > .btn-search {
    padding: 20px; }

  .header-v6 .top-search {
    top: 61px; }

  .header-v6 .header-logo {
    left: 0;
    top: -15px; }
    .header-v6 .header-logo img {
      height: 50px;
      max-width: 100%; }

  .footer-v6 .newsletter-footer .newsletter-title {
    margin-bottom: 0; }

  .footer-v6 .footer-top .newsletter-footer {
    width: 84%; }

  .header-v6 .header-logo::before {
    background: transparent; }

  .header-v6 .mega-menu {
    text-align: left; }

  .header-v6 .top-link .customlinks a .fa-user {
    display: inherit; }

  .header-v6 .top-link .customlinks {
    padding: 0 7px; }

  .header-v6 .top-link .customlinks::before {
    background: transparent;
    height: 0; }

  .header-v6 .mega-menu > li:nth-of-type(4) {
    margin-left: 0; }

  .header-v1.is-sticky .header-logo, .header-v5.is-sticky .header-logo {
    position: relative; }

  .header-v5 .search-block-top > .btn-search {
    padding: 20px 10px 18px;
    color: #afafaf; }

  .header-v5 .search-block-top .btn-search:hover {
    color: #afafaf; }

  .header-v5 .header-bottom {
    padding: 0; }

  .header-v5 .main-navigation {
    margin-bottom: 7px; }

  .header-v5 .menu-primary-menu-container {
    background: transparent; }

  .header-v5 .right-header {
    color: #afafaf;
    float: right; }

  .header-v5 .cart_label i {
    color: #afafaf; }

  .header-v5 .mini-cart::before {
    height: 0; }

  .header-v4.is-sticky .header-logo {
    margin-top: 0; }

  .header-v4 .search-block-top .btn-search {
    padding: 35px; }

  .mega-menu li .caret-verticle {
    display: none !important; }

  .woocommerce.columns-4 ul li {
    width: 50%; }

  .woocommerce.columns-3 ul li {
    width: 50%; }

  .header-v4 .btn-open {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 32px;
    z-index: 99; }

  .header-v4.is-sticky .btn-open {
    right: 0;
    top: 22px; }

  .header-v4 .mega-menu li a {
    color: #fff; }

  .header-v4 .header-logo {
    margin-top: 13px; }

  .full-page .container-fluid,
  .footer-v3 .container-fluid,
  .header-v3 .container-fluid {
    padding: 0 15px; }

  .border-box::before {
    content: none; }

  .btn-open {
    display: block;
    float: right;
    padding: 16px;
    padding-right: 0;
    color: #afafaf; }
    .btn-open:hover {
      color: #94c347; }

  .footer-v3 .footer-home {
    margin-bottom: 30px; }
  .footer-v3 .newsletter-footer {
    padding-top: 0; }

  .slider-1 .tp-banner-container .tp-bullets.hidebullets {
    bottom: -45px !important; }

  .ingredients-container {
    float: none; }
    .ingredients-container .recipes-prep {
      padding-left: 0; }

  .recipes-content-desc {
    overflow: hidden; }

  .open-vertical {
    display: block;
    top: 81px; }

  .header-v3 .vertical-menu {
    top: 111px; }
    .header-v3 .vertical-menu .mega-menu {
      top: 0px; }

  .vertical-menu {
    height: 568px;
    overflow: hidden; }
    .vertical-menu .vertical-menu-content {
      height: 505px;
      margin-right: -17px;
      overflow-y: auto; }
    .vertical-menu .mega-menu li:hover .dropdown-menu {
      display: none;
      visibility: hidden;
      opacity: 1; }
    .vertical-menu .mega-menu li.open .dropdown-menu {
      display: block; }
    .vertical-menu .mega-menu li.open .caret {
      right: 7px;
      text-indent: 1px; }
      .vertical-menu .mega-menu li.open .caret:before {
        content: none; }
    .vertical-menu .mega-menu li.open:hover .dropdown-menu {
      visibility: visible; }
    .vertical-menu .mega-menu li .dropdown-menu {
      position: relative;
      left: 0;
      opacity: 1;
      background: none;
      animation: none; }
    .vertical-menu .mega-menu li a {
      padding: 9px 20px 9px !important; }
    .vertical-menu .mega-menu li .caret {
      right: 7px; }

  .mega-menu {
    background: #3a3a3b none repeat scroll 0 0;
    display: none;
    padding: 10px 20px;
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    z-index: 99999; }
    .mega-menu li {
      width: 100%;
      position: relative; }
      .mega-menu li .caret {
        display: block; }
      .mega-menu li a {
        padding: 12px 0 !important; }
        .mega-menu li a .icon-next {
          display: none; }
        .mega-menu li a:before {
          content: none !important; }
      .mega-menu li ul li ul {
        display: none; }
    .mega-menu > li:first-child a {
      border: none; }
    .mega-menu > li > a {
      border: none; }
      .mega-menu > li > a:before {
        content: none; }
      .mega-menu > li > a:hover {
        background: none !important; }
    .mega-menu .open .dropdown-menu {
      display: block; }
    .mega-menu .open .caret {
      text-indent: -9999em; }
      .mega-menu .open .caret:before {
        position: absolute;
        content: "-";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 33px;
        text-indent: 1px; }
    .mega-menu .open ul li .caret {
      text-indent: 1px; }
      .mega-menu .open ul li .caret:before {
        content: none; }
      .mega-menu .open ul li .caret.active {
        text-indent: -9999em; }
        .mega-menu .open ul li .caret.active:before {
          content: "-"; }
    .mega-menu .dropdown-menu {
      background: none;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      width: 100%;
      position: relative;
      left: 0 !important;
      top: 0 !important;
      display: none; }
      .mega-menu .dropdown-menu li a {
        color: #fff; }
        .mega-menu .dropdown-menu li a:hover {
          background: none !important;
          color: #fff; }

  .top-link .customlinks a .fa-user {
    display: none; }

  .megamenu .dropdown-menu {
    padding: 0 8px; }

  .header-v1 .top-search {
    top: 66px; }

  .header-v2 .top-link .customlinks a .fa-user {
    display: block;
    margin-top: 4px;
    margin-right: 5px; }
  .header-v2 .customlinks .dropdown-menu {
    top: 35px; }
  .header-v2 .search-block-top {
    margin-bottom: 0; }
  .header-v2 .cart-block {
    top: 36px;
    right: 0; }

  .vertical-menu {
    top: 111px !important;
    left: 0;
    margin-left: -270px;
    position: fixed;
    height: 448px; }
    .vertical-menu .mega-menu {
      display: block;
      background: none;
      position: relative;
      left: 0;
      top: 0; }
    .vertical-menu .vertical-menu-content {
      height: 350px; }

  .header-bottom {
    padding: 0; }

  .header-logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 99; }

  .header-v2 .header-logo {
    margin-top: 0; }
  .header-v2 .btn-open {
    position: absolute;
    right: 15px;
    padding: 0;
    top: 20px;
    color: #fff;
    z-index: 99; }
  .header-v2 .top-search {
    top: 65px; }
  .header-v2 .search-block-top {
    margin-right: 15px; }
  .header-v2 .top-link .customlinks {
    padding-right: 0; }
    .header-v2 .top-link .customlinks::before {
      content: none; }
    .header-v2 .top-link .customlinks.link-checkout .number-product {
      right: -10px;
      top: -8px; }
    .header-v2 .top-link .customlinks:last-child {
      padding-left: 0; }
  .header-v2 .header-top {
    height: auto; }
    .header-v2 .header-top .top-link, .header-v2 .header-top .link-contact {
      margin-top: 11px; }
    .header-v2 .header-top .dib.customlinks {
      padding-top: 3px; }

  .header-v3 .header-logo {
    margin-top: 7px; }
  .header-v3 .mega-menu {
    top: 80px; }
  .header-v3 .btn-open {
    padding: 28px 0 28px 13px;
    color: #fff;
    font-size: 16px; }
  .header-v3 .right-header .top-link .dropdown-menu {
    left: auto;
    right: 0;
    top: 80px; }

  .about-content > .desc {
    padding-right: 0; }

  .blog-style-2::before {
    right: 15px; }
  .blog-style-2 .blog-img {
    float: none; }
    .blog-style-2 .blog-img img {
      width: 100%; }

  .blog .blog-ful .blog-post-info {
    border-radius: 10px;
    border: medium none; }

  .border-box::before {
    border: none; }

  .counter-container {
    margin-bottom: 50px; }

  .promo-1 {
    margin-bottom: 30px; }

  .promo-v2 .promo-1 {
    margin-bottom: 0; }

  .promo-banner img {
    width: 100%; }

  .promo-ads {
    margin-bottom: 50px; }

  .blog-ful {
    margin-bottom: 30px; }
    .blog-ful img {
      width: 100%; }
    .blog-ful .blog-list {
      padding-bottom: 30px; }
    .blog-ful .blog-item .blog-img {
      text-align: center; }

  .blog-list {
    padding-bottom: 30px; }

  .footer-home {
    margin-bottom: 50px;
    overflow: hidden; }

  .footer-menu-list .list-style {
    border: none !important;
    padding: 0; }

  .newsletter-footer {
    border: none;
    overflow: visible;
    padding: 30px 0; }
    .newsletter-footer .newsletter-title {
      margin-bottom: 50px; }

  .contact-form .inner-input input {
    width: 100%; }

  .contact-content {
    padding: 50px 0 0; }
    .contact-content .contact-icon {
      margin-bottom: 30px; }

  .contact-text {
    padding-top: 40px; }

  .contact-us .contact-form {
    padding-bottom: 50px; }

  .about-2 .border-box::before {
    height: 100%; }
  .about-2 .about-content {
    margin-left: 30px; }

  .border-package {
    text-align: left; }

  .img-package img {
    width: 100%; }

  .time_circles > div > span {
    font-size: 35px !important; }

  .blog-style-2 {
    margin-top: 60px; }

  .bg-footer {
    display: none; }

  .recipes-list-container .blog-post-info {
    margin-left: 0; }

  .main-sidebar .searchform {
    width: 50%; }

  .img-recipes > img {
    width: 100%; }

  .recipes-content {
    padding-left: 0;
    padding-top: 30px; }

  .recipes .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0; }
  .recipes .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0; }

  .main-sidebar .blog-ful {
    margin-bottom: 0; }

  .press-media .bg-hover {
    margin-bottom: 30px; }
    .press-media .bg-hover:before {
      content: none; }
    .press-media .bg-hover img {
      width: auto; }

  .about-content:first-child {
    margin-top: 60px; }
  .about-content:last-child {
    margin-bottom: 30px; }

  .customlinks .dropdown-menu {
    top: 32px;
    right: -1px;
    left: auto; }
  .customlinks i {
    margin-left: 4px; }

  .promo-relative .text-container {
    padding: 0;
    width: 100%;
    text-align: center; }

  .info .summary .product-desc .add-to {
    float: left;
    margin-left: 15px; }

  .img-about-us img {
    width: 100%; }

  .about-us .text-style-bg {
    padding: 30px 0 35px;
    padding-left: 30px; }
    .about-us .text-style-bg::before {
      display: none; }
    .about-us .text-style-bg.about-content:first-child {
      margin-top: 30px; }

  .our-farmers {
    padding: 30px 0 35px; }
    .our-farmers .profile-image img {
      width: 100%; }
    .our-farmers .profile-content {
      padding-bottom: 30px; }

  .brand-about {
    padding: 60px 0 55px; }

  .our-location {
    padding: 50px 0 10px; }

  .footer-location-container {
    padding-left: 0;
    padding-top: 40px; }

  .footer-v2 .newsletter-footer {
    margin: 0; }

  .tabs-fillter .controls-custom .owl-controls .owl-nav .owl-prev {
    left: 0; }
  .tabs-fillter .controls-custom .owl-controls .owl-nav .owl-next {
    right: 0; }

  .blog-style-2 {
    margin-top: 30px; }
    .blog-style-2 .blog-img img {
      width: 100%; }
    .blog-style-2 .blog-item .blog-img {
      margin-right: 15px; }

  .mega-menu .megamenu .dropdown-menu > li > a {
    color: #afafaf; }
    .mega-menu .megamenu .dropdown-menu > li > a:hover {
      color: #afafaf; }

  .static-block {
    padding: 20px 0; }

  .static-content {
    padding: 15px 0; }

  .images .zoomWrapper {
    margin: 0 auto; }

  .media .images {
    margin-bottom: 30px; }

  .featured-package .product-desc {
    margin-top: 50px; }

  .about-2 .about-content {
    margin-left: 0; }
  .about-2 .img-about::after {
    left: 0;
    height: 88%;
    width: 93%; }
  .about-2 .img-about {
    padding-left: 0; } }
@media (min-width: 768px) and (max-width: 990px) {
  .bg_gallery_2 {
    background-size: 90% !important; }

  .cs_tabitemname .ult-content-box {
    margin: 0 100px; }

  .cs_content_box .ult-content-box {
    margin-top: -70px !important; }

  .footer-v4 .newsletter-footer .newsletter-title {
    margin-bottom: 30px; }

  .footer-v5 .newsletter-footer .newsletter-title {
    margin-bottom: 30px; }

  .contact-desc {
    margin-top: 0; }

  .contact-us .contact-form .inner-input input {
    width: 100%; }

  .contact-us textarea {
    width: 100%; }

  .time-coundown .time_circles > div {
    top: 26px !important;
    width: 90px !important; }
    .time-coundown .time_circles > div > h4 {
      font-size: 10px !important; }
    .time-coundown .time_circles > div > span {
      font-size: 26px !important;
      margin-top: 3px; }
  .time-coundown .time_circles .textDiv_Hours {
    left: 90px !important; }
  .time-coundown .time_circles .textDiv_Minutes {
    left: 180px !important; }
  .time-coundown .time_circles .textDiv_Seconds {
    left: 270px !important; }
  .time-coundown .time_circles canvas {
    height: 90px;
    width: 360px; }

  .footer-v2 .newsletter-footer input {
    width: 76%; }

  .page-coming-soon .time-coundown .time_circles > div.textDiv_Days {
    margin-left: -180px !important; }

  .page-coming-soon .time-coundown .time_circles > div.textDiv_Hours {
    margin-left: -90px !important; }

  .page-coming-soon .time-coundown .time_circles > div.textDiv_Seconds {
    margin-left: 92px !important; }

  .page-coming-soon .time-coundown .time_circles > div {
    top: 23px !important; } }
@media (min-width: 768px) {
  .prd_cat_count:hover {
    background: #f8b600; }
    .prd_cat_count:hover:before, .prd_cat_count:hover:after {
      opacity: 1;
      width: 100%; }
    .prd_cat_count:hover .figcaption {
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 55%; }
    .prd_cat_count:hover img {
      -moz-transform: scale(1.08);
      -o-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
      opacity: 0.2; }
    .prd_cat_count:hover .prd_count_inner > h3 {
      opacity: 0; }

  .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner:hover {
    background-color: #94c347 !important;
    border-color: #94c347 !important; }
    .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner:hover:before {
      opacity: 1; }
    .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner:hover .vc_icon_element-icon {
      color: #fff; }
      .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner:hover .vc_icon_element-icon span:before {
        color: #fff; }

  ul.info_list_style2 li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    ul.info_list_style2 li:hover {
      margin-left: 10px;
      color: #94c347; } }
@media (max-width: 767px) {
  .hidden_bg_xs {
    background: none !important; }
    .hidden_bg_xs .upb_row_bg {
      background: none !important; }

  .woocommerce > .product_types ul.products > li.product-category .prd_cat_count:hover {
    background: none !important; }

  .testimonials-client.slide5 .slider-nav {
    max-width: 100% !important;
    position: relative !important;
    top: 0 !important;
    width: 100%;
    z-index: 2;
    margin: 0 -10px 20px; }
    .testimonials-client.slide5 .slider-nav.slick-initialized .slick-slide {
      margin: 0 10px; }

  .slider_wrap.dot_style2 .owl-controls {
    background: #fff;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    left: 0 !important;
    padding: 7px 4px;
    top: 36% !important;
    transform: translateY(-50%); }

  .wide-container {
    width: 100%; }

  .testimonials-client.slide5 .slider-for,
  .tes_offset.vc_col-md-offset-3 {
    padding-left: 0 !important; }

  .footer-v9 .newsletter-footer {
    padding: 40px 50px 36px 50px;
    position: relative;
    top: -1px;
    margin: 0; }
  .footer-v9 .newsletter-wrap + .footer-container {
    padding-top: 50px; }

  .header-v9 .header-right .header-account {
    display: none; }

  #wrapper.active .mobile-advanced {
    pointer-events: auto;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }

  .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner.vc_icon_element-background-color-custom:hover {
    background: none !important; }
    .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner.vc_icon_element-background-color-custom:hover .vc_icon_element-icon {
      color: #94c347 !important; }

  .recipes .row > .recipe-body {
    padding: 0 15px; }

  .profile-content:hover .bg-hover2:before {
    opacity: 0 !important; }

  .profile-content .link-network {
    opacity: 1 !important;
    transform: translate(0px, 0) !important;
    -webkit-transform: translate(0px, 0) !important;
    -moz-transform: translate(0px, 0) !important;
    -ms-transform: translate(0px, 0) !important;
    -o-transform: translate(0px, 0) !important; }

  .bg-none .blog-ful .blog-post-info {
    position: relative;
    bottom: 0;
    margin: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    margin-top: 0 !important;
    opacity: 1; }

  .service_style_3:hover .services-icon {
    transform: translateY(-50%) rotateY(0deg);
    -ms-transform: translateY(-50%) rotateY(0deg);
    -webkit-transform: translateY(-50%) rotateY(0deg);
    -moz-transform: translateY(-50%) rotateY(0deg);
    -o-transform: translateY(-50%) rotateY(0deg); }

  .bg-none .blog-item:hover .blog-img:before {
    opacity: 0 !important; }

  .today-menu-item .bg-hover:before, .promo-2 .promo-banner:hover::before {
    opacity: 0 !important; }

  .today-menu-item:hover .hover-link:before {
    opacity: 0 !important; }

  .promo-2 .promo-banner:hover *::before {
    opacity: 1 !important;
    width: 35px !important; }

  .promo-2 .promo-banner:hover h2::after {
    width: 0; }

  .what-we-doing .wpb_column {
    border: 1px solid #94c347 !important;
    margin-bottom: 15px; }

  .we-doing .we_doing_icon, .we-doing .we-doing-content h4 {
    color: #94c347; }

  .gallery-desc {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    opacity: 1;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #3a3a3b;
    transform: translateY(0%);
    padding-top: 26px;
    padding-bottom: 1px; }

  .promo-2 .promo-banner h2:before {
    width: 35px; }
  .promo-2 .promo-banner:hover :before {
    opacity: 0; }
  .promo-2 .promo-banner:hover h2:after {
    width: 0; }

  .product-grid .product-content {
    border-color: #f5f5f5; }
    .product-grid .product-content .quick-view {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .product-grid .product-content .add-to {
      opacity: 1;
      left: 50%;
      margin-left: -75px; }
    .product-grid .product-content .add-to:last-child {
      left: auto;
      right: 50%;
      margin-right: -75px; }

  .img-abs-left {
    position: static;
    text-align: center !important;
    padding-bottom: 40px; }

  .footer-v8 .footer-menu-list > .col-xs-12 {
    margin-top: 30px; }
    .footer-v8 .footer-menu-list > .col-xs-12:first-child {
      margin-top: 0; }

  .header-v8.is-sticky .header-logo {
    left: 15px; }

  .footer-v7 .newsletter-footer {
    padding-bottom: 0; }
    .footer-v7 .newsletter-footer .widget_mc4wp_form_widget {
      text-align: left; }

  .img-abs-right {
    width: 100%;
    position: static;
    text-align: center !important;
    padding-bottom: 70px; }

  .blog-grid-style3.blog-content {
    margin-bottom: 35px;
    margin-top: 0;
    overflow: hidden; }

  .bg_gallery_2 {
    display: none; }

  .footer-v7 .newsletter-footer .newsletter-title {
    width: 100%; }

  .footer-v7 .newsletter-footer button {
    top: 0px; }

  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px; }

  .has_border .brands-img a {
    display: inline-block;
    text-align: center; }

  .what-we-doing {
    padding: 0 15px; }

  .what-we-doing:last-child .wpb_column,
  .what-we-doing .wpb_column {
    border: 1px solid transparent; }

  .testimonial-3 .testimonial_content {
    padding-left: 60px; }

  .popular-recipes .recipe-body .item-grid {
    margin-bottom: 0; }
  .popular-recipes .item-grid:nth-child(2n) .blog-post-info {
    order: 2;
    padding-top: 38px; }

  .footer-v6 .footer-top .newsletter-footer {
    width: 78%; }

  .footer-v6 .footer-top .left_logo_footer {
    padding: 50px 15px; }

  .footer-v6 .newsletter-footer .newsletter-title {
    margin-bottom: 50px; }

  .header-v5 .header-logo {
    margin-left: 15px; }

  .header-v4.is-sticky .search-block-top .btn-search {
    padding: 25px 40px; }

  .header-v4.is-sticky .btn-open {
    right: 15px; }

  .footer-v4 .newsletter-footer button.btn-default {
    margin-top: 10px;
    float: left; }

  .footer-v4 .newsletter-footer .newsletter-title {
    margin-bottom: 30px; }

  .footer-v4 .footer-menu-list > div {
    margin-bottom: 35px; }

  .footer-v4 .newsletter-footer input {
    width: 95%; }

  .footer-v5 .newsletter-footer button.btn-default {
    margin-top: 10px;
    float: left; }

  .footer-v5 .newsletter-footer .newsletter-title {
    margin-bottom: 30px; }

  .footer-v5 .footer-menu-list > div {
    margin-bottom: 35px; }

  .footer-v5 .newsletter-footer input {
    width: 95%; }

  .recipes .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
    left: auto !important; }
  .recipes .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0;
    right: auto !important; }

  .header-v1 .cart-block {
    top: 66px; }

  .header-v2 .customlinks .dropdown-menu {
    top: 34px; }

  .header-v2 .mega-menu,
  .header-v2 .top-search {
    top: 64px; }

  .header-v3 .right-header .top-search {
    top: 80px; }

  .recipes-content {
    margin-top: 30px; }

  .gallery-grid {
    padding-bottom: 50px; }

  .gallery-masonry,
  .gallery-grid {
    padding-bottom: 40px; }

  .gallery-img img {
    width: 100%; }

  .contact-us {
    margin-top: 50px; }
    .contact-us .entry-title {
      margin-bottom: 20px; }

  .contact-desc {
    margin-top: -25px; }

  address {
    text-align: center; }

  .footer-bottom .f-float {
    text-align: center; }

  .payment {
    float: none;
    text-align: center;
    margin-top: 20px; }
    .payment li {
      float: none; }

  .product-list .product-img {
    width: 100%; }

  .contact-us .col-1 .inner-input {
    text-align: left; }
  .contact-us .contact-form .inner-input input, .contact-us textarea {
    width: 100%; }

  .contact-content {
    padding: 15px 0 0; }

  .contact-info {
    padding-top: 35px; }

  .main-sidebar {
    margin-bottom: 50px; }
    .main-sidebar .searchform {
      width: 100%;
      margin-bottom: 30px; }

  .side-breadcrumb {
    margin-bottom: 50px; }

  .blog-ful:last-child {
    margin-bottom: 0; }

  .main-sidebar .pagination {
    margin: 0; }

  .widget {
    padding-bottom: 40px; }

  .right-sidebar .widget.widget_categories {
    padding-bottom: 25px; }

  .share-links {
    margin-top: 10px; }

  .newsletter-footer {
    padding: 10px 0; }

  .footer-top {
    padding: 50px 0 15px; }

  .footer-home {
    margin-bottom: 35px; }

  .side-breadcrumb {
    margin-bottom: 30px; }

  .promo-fresh {
    padding-top: 30px; }

  .main-sidebar {
    margin-bottom: 50px; }

  .newsletter-footer {
    padding: 0; }

  .footer-v2 .newsletter-footer {
    padding: 20px 0 10px;
    overflow: hidden; }

  .about-content:first-child {
    margin-top: 50px; }

  .entry-title {
    margin-bottom: 25px !important; }

  .about-number {
    padding: 50px 0 0; }

  .our-products {
    padding: 50px 0 30px; }

  .recipes {
    padding: 50px 0 40px; }

  .featured-package {
    padding-top: 50px; }

  .promo {
    padding-bottom: 30px;
    padding-top: 50px !important; }

  .knowledge {
    padding: 50px 0 30px; }

  .our-gallery {
    padding: 50px 0; }

  .our-blog {
    padding-bottom: 30px;
    padding-top: 50px; }

  .brands {
    padding: 40px 0 20px; }

  .blog-ful:last-child {
    margin-bottom: 30px; }

  .our-location {
    padding: 50px 0 0; }

  .recipes .item {
    padding: 0; }
  .recipes .img-recipes {
    text-align: center;
    margin-top: 30px; }

  .recipes .owl-theme .owl-controls .owl-nav div {
    top: 0; }

  .border-package {
    padding: 0 15px; }

  .featured-package {
    padding-bottom: 50px; }

  .best-recipes {
    margin-top: 0;
    padding-bottom: 50px; }
    .best-recipes .load-more {
      padding-top: 10px; }

  .our-blog.our-blog-2 {
    padding-bottom: 50px; }

  .package-3 {
    margin-bottom: 0;
    padding-top: 50px; }

  .categories-product {
    padding-bottom: 50px;
    margin-top: 50px; }

  .promo-col2 {
    padding-bottom: 0; }
    .promo-col2 .col-xs-12:last-child .promo-ads {
      margin-bottom: 0; }

  .bg-none {
    padding-top: 0; }

  .contact {
    padding: 50px 0; }

  .coming-soon {
    margin-top: 50px;
    margin-bottom: 50px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .page-coming-soon .time-coundown .time_circles > div {
    top: 27px !important; }

  .press-media:last-child {
    margin-bottom: 30px; }

  .header-v2 .link-contact span {
    display: none; }

  .blog-style-2:after, .blog-style-2:before {
    display: none; }

  .entry-title-widget-2 {
    margin-top: 15px; }

  .widget_banner {
    margin-top: 0; }

  .page-widget .title-shortcodes {
    padding-bottom: 50px;
    padding-top: 50px; }

  .img-banner {
    padding-bottom: 50px;
    padding-top: 20px; }

  .info .summary .share-email {
    margin-top: 0; }

  .product-type-variable .main-sidebar {
    margin-bottom: 30px; }

  .widget {
    padding-bottom: 30px; }

  .page-widget {
    padding-bottom: 0; }

  .controls-custom .owl-controls .owl-nav div {
    top: -25px; }

  .categories-product .controls-custom .owl-controls .owl-nav div {
    top: -25px; }

  .static-content {
    padding: 20px 0 20px;
    min-height: 90px; }

  .knowledge-list-content ul {
    padding: 15px 30px 0; }

  .text-quote::before {
    height: 90%; }

  .instagram-container {
    margin: 0 -7px; }

  .our-farmers {
    padding: 20px 0; }

  .recipes .img-recipes::before,
  .recipes .style-img-recipes::before {
    content: none; }

  .blog-style-2 {
    margin-top: 0; }
    .blog-style-2 .blog-item .blog-img {
      margin-right: 0; }

  .comments-area {
    padding: 30px 0; }

  .shortcodes .entry-title {
    margin-bottom: 30px;
    margin-top: 50px; }

  .tp-banner-container .tp-bullets {
    display: none; } }
@media (min-width: 500px) and (max-width: 767px) {
  .product-grid > .col-xs-12 {
    width: 50%; }

  .footer-menu-list .list-style {
    width: 50%; }

  .promo-fresh .promo-2 .promo-banner:hover .text-left {
    bottom: 35px;
    left: 50px; }

  .col-2 {
    width: 50%; }

  .contact-form .col-2 {
    width: 100%; } }
@media (min-width: 480px) and (max-width: 766px) {
  .header-v7 .mega-menu, .header-v8 .mega-menu {
    max-height: 200px; } }
@media (min-width: 480px) and (max-width: 640px) {
  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-height: 250px !important; }

  .bottom_slick_btn .slick-next, .bottom_slick_btn .slick-prev {
    margin: 0 -30px; } }
@media (max-width: 640px) {
  .content-box-abs {
    padding: 0 45px; }

  .woocommerce > .product_types ul.products > li.product-category {
    width: calc( 100% / 2 ) !important; }

  ul.ult_tabmenu.style1.Style_6 li a.ult_a {
    padding: 0px 8px 0px 13px; }

  .our-products-tab .product-grid .product-action a.add_to_wishlist {
    margin-top: -18px !important; }

  .header-v8 .header-logo {
    max-width: 150px; }
    .header-v8 .header-logo img {
      height: auto; }

  .widget_shopping_cart_content {
    max-height: 300px; }

  .tab_filter_4 .nav-tabs.btn-filter li {
    width: auto;
    border: none; }

  .blog-ful-3 .blog-post-info {
    margin-top: 0; }

  .header-v7 .header-contact {
    display: none; }

  .footer-v7 .newsletter-footer input {
    width: 100%; }

  .testimonial-3 .testimonial_content p::before {
    font-size: 36px;
    left: 0;
    top: 0; }
  .testimonial-3 .img-testimonial img {
    height: 200px !important;
    margin-left: 20px;
    margin-top: 29px;
    width: 200px !important; }
  .testimonial-3 .img-testimonial::before {
    height: 240px;
    left: 0;
    padding: 33px;
    position: absolute;
    top: 8px;
    width: 240px; }
  .testimonial-3 .img-testimonial {
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .testimonial-3 .testimonial-container {
    display: inline-block;
    height: auto;
    width: 100%;
    padding-top: 40px; }
  .testimonial-3 .testimonial_content {
    padding-left: 0; }

  .testimonial-3 .dotsCont > div {
    position: relative !important; }

  .testimonial-3 .dotsCont > div:last-child,
  .testimonial-3 .dotsCont > div:nth-child(1),
  .testimonial-3 .dotsCont > div:nth-child(2) {
    top: auto;
    left: auto; }

  .testimonials-client .testimonial_content p {
    padding-top: 5px; }

  .testimonials-style {
    height: 500px; }

  .testimonial-3 .testimonial_content p::before {
    top: 4px; }

  .newsletter-footer form {
    padding-right: 103px; }
  .newsletter-footer button {
    position: absolute;
    right: 0;
    top: 1px; }
  .newsletter-footer input {
    width: 100%; }

  .footer-v7 .newsletter-footer form {
    padding-right: 0; }

  .newsletter-footer form {
    float: left;
    width: 100%;
    padding-right: 117px; }

  .footer-v4 .newsletter-footer .widget_mc4wp_form_widget {
    width: 100%; }

  .footer-v4 .newsletter-footer input {
    width: 90%; }

  .footer-v4 .newsletter-footer button.btn-default {
    margin-top: -1px;
    padding: 8px 10px; }

  .footer-v5 .newsletter-footer .widget_mc4wp_form_widget {
    width: 100%; }

  .footer-v5 .newsletter-footer input {
    width: 90%; }

  .footer-v5 .newsletter-footer button.btn-default {
    margin-top: -1px;
    padding: 8px 10px; }

  .footer-v1 .newsletter-footer {
    padding-bottom: 15px;
    overflow: hidden; }

  .top-link .customlinks.dib span {
    display: none; }
  .top-link .customlinks.dib a {
    display: block;
    line-height: 100%; }
    .top-link .customlinks.dib a .fa-user {
      display: block;
      margin-right: 5px;
      float: left; }

  .link-contact span {
    display: none; }
  .link-contact p i {
    padding-right: 0; }
  .link-contact p a {
    color: #fff; }

  .nav-tabs.btn-filter li a {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ebebeb; }
    .nav-tabs.btn-filter li a:hover, .nav-tabs.btn-filter li a:active, .nav-tabs.btn-filter li a:focus {
      border: none;
      border-bottom: 1px solid #94c347; }

  .knowledge-list-content ul {
    width: 100%;
    padding: 20px 30px 15px 30px; }

  .page-coming-soon form {
    width: 100%; }
  .page-coming-soon .time-coundown .time_circles > div > span {
    margin-top: 12px !important; }
  .page-coming-soon .time-coundown .time_circles > div h4 {
    font-size: 10px !important; }

  .coming-sub h1 {
    font-size: 50px; }
  .coming-sub h2 {
    font-size: 26px; }

  .recipes-single .blog-ful .blog-post-info {
    margin: 30px 0 0;
    padding: 8px 15px 0; }

  .recipes-prep .icon,
  .recipes-servings .icon {
    margin-right: 15px; }

  .ingredients-container li {
    padding: 0 20px; }
    .ingredients-container li.recipes-prep {
      padding-right: 20px; }

  .header-v3 .dropdown-menu {
    top: 77px; }

  .promo-relative .text-container {
    padding: 40px 28px 40px 175px; }

  .package-3 {
    margin-bottom: 40px; }

  .categories-product {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 0; }
    .categories-product .promo-ads {
      margin-top: -30px; }

  .nav-tabs > li {
    width: 100%; }

  .nav-tabs > li.active > a::before {
    content: none; }

  .nav-tabs.btn-filter li:last-child a {
    border-radius: 0;
    border-right: none; }

  .promo-col2 .promo-relative {
    margin-bottom: 40px !important; }

  .knowledge-list-content ul li {
    min-height: 100%;
    width: 100%; }

  .footer-v3 .newsletter-footer input {
    padding-right: 20px;
    width: 89%; }

  .commentlist .profile-top {
    margin-top: 50px; }

  .pp_pic_holder, .pp_details, .pp_content, .ppt {
    width: 96% !important;
    left: 15px !important; }

  .light_square .pp_arrow_previous {
    left: 0; }
  .light_square .pp_arrow_next {
    right: 0; }

  div.light_square .pp_close {
    right: 20px; }

  .header-v3 .right-header .top-link .dropdown-menu {
    top: 77px; }

  .btn-tag,
  .color-short span {
    margin-top: 10px; }

  .blog .blog_post_desc br {
    display: block; }

  .member-service {
    width: 50%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }
    .member-service .box-members {
      left: 50% !important;
      top: 50% !important; } }
@media (max-width: 499px) {
  .header-v6 .link-contact span {
    display: inherit; }

  .woocommerce > .product_types ul.products > li.product-category {
    width: 100% !important; }
    .woocommerce > .product_types ul.products > li.product-category .prd_cat_count {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .woocommerce > .product_types ul.products > li.product-category:last-child .prd_cat_count {
      border-bottom: none; }

  .footer-v6 .footer-top .newsletter-footer {
    border: 0 none;
    padding: 30px 0 15px 15px;
    width: 72%; }

  .footer-menu-list .list-style {
    padding: 0 0 30px;
    min-height: 100%;
    margin-bottom: 0; }

  .footer-bottom br {
    display: block; }

  .static-content {
    padding: 25px 0; }
    .static-content h2 {
      font-size: 24px; }

  .promo-relative h2 {
    font-size: 40px; }
  .promo-relative h3 {
    font-size: 25px; }
  .promo-relative .text-container {
    padding: 20px 0 20px 85px; }

  .tooltbars .col-xs-3, .tooltbars .col-xs-9 {
    width: 100%; }
  .tooltbars .select-tooltbars {
    text-align: left; }
  .tooltbars .viewmode-toggle {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 9; }

  .commentlist .profile-top {
    margin-top: 63px; } }
@media (max-width: 479px) {
  .countdown-style2 .ult_countdown-section {
    padding: 0 15px !important; }

  .load-gallery .btn-no-radius {
    font-size: 14px !important;
    padding: 8px 14px !important; }

  .bottom_slick_btn .slick-next, .bottom_slick_btn .slick-prev {
    margin: 0 -35px; }

  .content-box-abs {
    padding: 0 30px; }

  .testimonial-style3.testimonial_content p {
    font-size: 20px;
    line-height: 26px !important;
    margin-top: 15px; }

  .popular-recipes .blog-ful-2 .blog-post-info {
    margin-top: 0; }

  .popular-recipes .blog-ful-2 .blog-post-info {
    padding-top: 30px;
    padding-bottom: 30px; }

  .popular-recipes .item-grid:nth-child(2n) .blog-ful-2 .blog-post-info {
    padding-top: 30px; }

  .today-menu-item .img-item {
    float: none;
    height: 100px;
    margin-bottom: 20px;
    width: 100px; }

  .woocommerce.columns-4 ul li {
    width: 100%; }

  .woocommerce.columns-3 ul li {
    width: 100%; }

  .header-v3 .dropdown-menu {
    top: 80px; }

  .footer-v4 .newsletter-footer input {
    width: calc(100% - 122px); }

  .footer-v5 .newsletter-footer input {
    width: calc(100% - 122px); }

  .blog-post-info {
    float: left;
    margin-top: 30px; }

  .header-logo img {
    height: 32px; }

  .about-icon {
    width: 100%; }
    .about-icon:nth-child(2n) {
      padding-left: 0; }

  .nav-tabs.btn-filter {
    width: 100%; }
    .nav-tabs.btn-filter li {
      width: 100%;
      border-bottom: 1px solid #e1e1e1; }
      .nav-tabs.btn-filter li:last-child {
        border-bottom: none;
        border-right: 1px solid #e1e1e1; }
      .nav-tabs.btn-filter li a {
        border: none; }

  .tab_filter_4 .nav-tabs.btn-filter, .tab_filter_5 .nav-tabs.btn-filter {
    width: 100%; }
    .tab_filter_4 .nav-tabs.btn-filter li, .tab_filter_5 .nav-tabs.btn-filter li {
      width: auto;
      border: none; }
      .tab_filter_4 .nav-tabs.btn-filter li:last-child, .tab_filter_5 .nav-tabs.btn-filter li:last-child {
        border: none; }
        .tab_filter_4 .nav-tabs.btn-filter li:last-child a, .tab_filter_5 .nav-tabs.btn-filter li:last-child a {
          border: none; }
      .tab_filter_4 .nav-tabs.btn-filter li a, .tab_filter_5 .nav-tabs.btn-filter li a {
        border: none !important; }

  .commentlist .profile-top {
    margin-top: 0; }

  .commentlist .profile-content.answer-profile {
    padding-left: 0; }

  .comment-form {
    margin-top: 10px;
    padding-top: 25px; }

  .comments-area .comment-form .widget-title {
    padding-bottom: 0; }

  .commentlist .profile-bottom {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 20px; }
    .commentlist .profile-bottom:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #c5c5c5;
      border-top: none;
      content: "";
      left: 18px;
      margin-top: -10px;
      position: absolute;
      top: 0; }
    .commentlist .profile-bottom:after {
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 9px solid #fff;
      border-top: none;
      content: "";
      left: 19px;
      margin-top: -8px;
      position: absolute;
      top: 0; }

  .commentlist .profile-content ul.children > li {
    padding-left: 15px; }

  .widget .blog-item {
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%; }
  .widget .blog-post-info {
    margin-top: 0; }

  .blog .blog-ful .blog-post-info {
    margin: 30px 0 0;
    padding: 15px; }

  .recipes-content {
    margin-top: 0; }

  .entry-title h2 {
    font-size: 33px; }

  .time-coundown .time_circles > div,
  .page-coming-soon .coming-soon .time-coundown .time_circles > div {
    width: 72px !important;
    top: 23px !important; }
    .time-coundown .time_circles > div > h4,
    .page-coming-soon .coming-soon .time-coundown .time_circles > div > h4 {
      font-size: 10px !important; }
    .time-coundown .time_circles > div > span,
    .page-coming-soon .coming-soon .time-coundown .time_circles > div > span {
      font-size: 18px !important; }
  .time-coundown .time_circles canvas,
  .page-coming-soon .coming-soon .time-coundown .time_circles canvas {
    height: 72px;
    width: 290px; }
  .time-coundown .time_circles .textDiv_Hours,
  .page-coming-soon .coming-soon .time-coundown .time_circles .textDiv_Hours {
    left: 72px !important; }
  .time-coundown .time_circles .textDiv_Minutes,
  .page-coming-soon .coming-soon .time-coundown .time_circles .textDiv_Minutes {
    left: 144px !important; }
  .time-coundown .time_circles .textDiv_Seconds,
  .page-coming-soon .coming-soon .time-coundown .time_circles .textDiv_Seconds {
    left: 216px !important; }

  .page-coming-soon .coming-soon .time-coundown .time_circles {
    text-align: left;
    margin-left: 75px; }
    .page-coming-soon .coming-soon .time-coundown .time_circles > div {
      margin-left: 0 !important;
      left: 0 !important; }

  .about-2 .border-box::before {
    content: none; }

  .content-desc {
    padding: 30px 0; }
    .content-desc h1 {
      font-size: 100px; }
    .content-desc h3 {
      font-size: 24px; }
    .content-desc .button-404 .btn {
      width: 100%; }
    .content-desc .button-404 .btn-default-2 {
      margin-top: 20px; }

  .page-404-container .logo {
    padding: 20px 0; }

  .coming-sub h1 {
    font-size: 40px; }

  .blog_post_desc .ingredients-container ul li {
    float: left;
    margin-bottom: 15px;
    min-height: 70px;
    width: 50%; }

  .press-media .bg-hover {
    margin-bottom: 0; }

  .slider-3 .tp-banner-container,
  .slider-1 .tp-banner-container {
    height: 300px !important;
    overflow: hidden; }
  .slider-3 .tp-simpleresponsive > ul > li,
  .slider-1 .tp-simpleresponsive > ul > li {
    height: 300px !important; }

  .slider-2 .tp-banner-container {
    height: 400px !important;
    overflow: hidden; }
    .slider-2 .tp-banner-container .tp-bullets.preview4 {
      height: 210px; }
      .slider-2 .tp-banner-container .tp-bullets.preview4 .bullet {
        width: 30px !important; }
        .slider-2 .tp-banner-container .tp-bullets.preview4 .bullet:hover, .slider-2 .tp-banner-container .tp-bullets.preview4 .bullet.selected {
          width: 30px !important; }
  .slider-2 .tp-simpleresponsive > ul > li {
    height: 400px !important; }

  .nav-tabs.btn-filter li {
    border-bottom: none; }
    .nav-tabs.btn-filter li:first-child a {
      border-radius: 0; }
    .nav-tabs.btn-filter li:last-child a {
      border-bottom: 1px solid #e1e1e1;
      border-radius: 0; }
    .nav-tabs.btn-filter li a {
      border-top: 1px solid #e1e1e1;
      border-bottom: none;
      border-left: 1px solid #e1e1e1;
      border-right: 1px solid #e1e1e1; }
      .nav-tabs.btn-filter li a.active, .nav-tabs.btn-filter li a:hover, .nav-tabs.btn-filter li a:focus {
        border: 1px solid #94C347; }

  .promo-relative .text-container {
    padding: 0;
    width: 100%;
    text-align: center; }

  .ordering {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%; }

  .tooltbars .viewmode-toggle {
    top: 58px; }

  .blog-list {
    padding-bottom: 25px; }

  .blog-style-2 .blog-post-info {
    margin-top: 0;
    padding: 0 30px; }
  .blog-style-2 .blog-content .post-name a {
    font-size: 23px; }

  #pp_full_res .pp_inline p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .recipes-details-desc {
    border-top: medium none; }

  .blog_post_desc ul li:nth-child(2) {
    border: none; }

  .ingredients-container .recipes-prep {
    padding-left: 15px; }

  .pp_pic_holder, .pp_details, .pp_content, .ppt {
    width: 92% !important; }

  .our-blog .blog-item .blog-img img {
    width: 100%;
    height: 100%; }

  .panel-title {
    font-size: 13px;
    padding-right: 20px; }

  .indicator {
    right: 0; }

  .time-coundown .time_circles {
    margin-left: -5px; }

  .images .zoomWrapper {
    margin: 0 auto 0 -1px; }

  .images .main-images img {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6; }

  .content-desc .button-404 {
    margin: 45px auto 0;
    width: 80%; }

  .footer-location-container .location-info i {
    margin-right: 15px; }

  .light_square .pp_arrow_next,
  .light_square .pp_arrow_previous {
    top: -125px; }

  .tabs-fillter .controls-custom .owl-controls .owl-nav > div {
    display: none; } }
@media (max-width: 400px) {
  .footer-v6 .footer-top .newsletter-footer {
    width: 100%;
    padding: 8px 0 15px 0; }

  .footer-v6 .footer-top .left_logo_footer {
    padding: 15px 0;
    border: 0; }

  .footer-v6 .newsletter-footer .newsletter-title {
    margin-bottom: 43px; } }
@media (max-width: 375px) {
  .testimonials-style {
    height: 570px; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important; }

  #yith-quick-view-modal.open .yith-wcqv-main {
    padding: 20px 6px; }

  .footer-v9 .newsletter-footer {
    padding: 25px 15px 25px 15px; }
    .footer-v9 .newsletter-footer form button[type="submit"] {
      padding: 8px 14.5px;
      font-size: 13px; }

  .header-v9 .header-logo img {
    height: auto; }
  .header-v9 .header-right {
    right: -2px; }
    .header-v9 .header-right .h_icon {
      font-size: 20px;
      padding: 16px 20px 22px;
      vertical-align: top; }

  .contact-desc p, .contact-desc a {
    font-size: 15px; }

  .header-v7 .text-slogan p {
    font-size: 0; }

  .page-coming-soon .coming-soon .time-coundown .time_circles {
    margin-left: 30px; }

  .header-logo img {
    height: 25px; }

  .time_circles > div {
    top: 27px !important; }

  .contact-content {
    margin-bottom: 15px; }
    .contact-content .contact-icon {
      margin-bottom: 0; }
      .contact-content .contact-icon .icon-pe {
        font-size: 30px;
        height: 60px;
        line-height: 58px;
        margin-right: 0;
        width: 60px; }

  .contact-desc {
    margin-top: 0; }

  .instagram-container li {
    width: 25%; }
    .instagram-container li img {
      width: 100%; }

  .promo-relative h2 {
    font-size: 40px; }
  .promo-relative h3 {
    font-size: 24px; }

  .info .summary .addthis_sharing_toolbox {
    float: left;
    margin-top: 30px;
    width: 100%; }

  .text-quote::before {
    height: 94%; }

  .page-coming-soon input {
    text-overflow: ellipsis;
    white-space: nowrap; }

  .blog-ful .blog-info .info {
    margin-right: 19px; }

  .ingredients-container li.recipes-servings .name-time-recipes {
    margin-top: 0; }

  .lightbox-content .gallery-text {
    padding-bottom: 0; }
    .lightbox-content .gallery-text a {
      font-size: 16px; }

  .img-about::after {
    top: 50px; }

  .about-2 .img-about::after {
    width: 100%;
    height: 86%; }
  .about-2 .img-about {
    padding-top: 43px; }

  .member-service .member-slider_item {
    margin: 0 -25px; }
  .member-service .box-members {
    width: 150px; }

  .today-menu-info .price_info {
    position: static;
    width: 100%;
    float: left; }

  .title-item-line {
    display: none; } }
@media (max-width: 320px) {
  .countdown-style2 .ult_countdown-section {
    padding: 0 25px !important; }
  .countdown-style2 .ult_countdown-section:before,
  .countdown-style2 .ult_countdown-section:after {
    content: none; }

  .header-v9 .cart-block {
    width: 292px; }

  .images .zoomWrapper {
    pointer-events: none; }

  .zoomContainer {
    display: none !important;
    pointer-events: none; }

  .button_member {
    left: 30%; }

  .instagram-container li {
    width: 33.3333%; }

  .footer-v8 .instagram-container li {
    width: auto; }

  .cart-block {
    width: 325px; }

  .panel-default .panel-heading {
    padding: 12px; }

  .indicator {
    right: 0; }

  .panel-title {
    font-size: 13px;
    line-height: 18px; }

  .cart-block {
    width: 270px; }

  .header-v2 .top-search,
  .header-v3 .top-search {
    left: 6px; }

  .recipes .owl-theme .owl-controls .owl-nav div {
    top: 6px; }

  .slider-3 .tp-banner-container,
  .slider-1 .tp-banner-container {
    height: 280px !important;
    overflow: hidden; }
  .slider-3 .tp-simpleresponsive > ul > li,
  .slider-1 .tp-simpleresponsive > ul > li {
    height: 280px !important; }

  .promo-1 .promo-banner h2 {
    font-size: 26px; }
  .promo-1 .promo-banner p {
    margin: 3px 0 7px; }

  .categories-product .entry-title h2 {
    font-size: 28px; }

  .blog-style-2 .blog-post-info {
    margin-top: 0;
    padding: 0 20px; }
  .blog-style-2 .blog-content .post-name a {
    font-size: 20px; }

  .coming-soon .time-coundown {
    margin-left: -30px; }

  .pp_pic_holder, .pp_details, .pp_content, .ppt {
    width: 90% !important; } }
body, html {
  overflow-x: hidden; }

body.home:not(.wpb-js-composer) #main {
  padding-top: 70px;
  min-height: 500px; }

#main {
  padding-bottom: 70px; }

body.wpb-js-composer #main, body.blog #main, body.single #main, body.archive #main {
  padding-bottom: 0px; }

.hermes .tp-bullet {
  box-shadow: 0 0 0 1px white inset !important; }

.has_border .brands-content {
  padding: 0 10px; }

.has_border .brands-content .brands-img {
  border: 1px solid #ebebeb;
  padding: 10px; }
  .has_border .brands-content .brands-img:hover {
    border: 1px solid #94C347; }

.footer-home img {
  width: auto; }

.line_main_color .uvc-heading-spacer.line_only {
  height: 5px;
  color: #94c347; }

.our-products.product_filter_5 {
  padding-top: 44px; }

.tab_filter_5 .nav-tabs.btn-filter {
  margin-bottom: 27px; }
.tab_filter_5 .nav-tabs.btn-filter li a {
  background: transparent !important;
  border: medium none !important;
  border-radius: 0;
  color: #282828;
  display: block;
  font-size: 16px;
  font-weight: normal; }
  .tab_filter_5 .nav-tabs.btn-filter li a.active, .tab_filter_5 .nav-tabs.btn-filter li a:hover, .tab_filter_5 .nav-tabs.btn-filter li a:focus {
    color: #94c347;
    font-weight: bold; }
    .tab_filter_5 .nav-tabs.btn-filter li a.active > i, .tab_filter_5 .nav-tabs.btn-filter li a:hover > i, .tab_filter_5 .nav-tabs.btn-filter li a:focus > i {
      color: #94c347; }
  .tab_filter_5 .nav-tabs.btn-filter li a > i {
    color: #aeaeae;
    font-size: 30px; }
  .tab_filter_5 .nav-tabs.btn-filter li a > p {
    margin-top: 14px; }
.tab_filter_5 .nav-tabs.btn-filter li:first-child {
  padding-top: 10px; }
  .tab_filter_5 .nav-tabs.btn-filter li:first-child a i {
    font-size: 30px; }
  .tab_filter_5 .nav-tabs.btn-filter li:first-child a > p {
    margin-top: 13px; }

.product_filter_5 .product-desc h3 a {
  font-size: 14px; }
.product_filter_5 .product-action {
  padding-bottom: 29px; }
.product_filter_5 .product-grid .product-img {
  padding-bottom: 16px;
  padding-top: 14px; }

#pre_order_prd .ubtn-ctn-left.main-bg, #pre_order_prd .ubtn-ctn-left.h-bg {
  bottom: -23px;
  margin-bottom: 0;
  position: absolute;
  z-index: 1; }
#pre_order_prd .owl-item > .vc_row {
  margin-left: 0;
  margin-right: 0; }
#pre_order_prd .wpb_heading.wpb_singleimage_heading {
  background: #94c347;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 300;
  height: 130px;
  line-height: 29px;
  padding: 30px 15px 38px;
  text-align: center;
  vertical-align: middle;
  width: 182px;
  position: relative; }
  #pre_order_prd .wpb_heading.wpb_singleimage_heading:after {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 17px 34px;
    bottom: -26px;
    content: "";
    height: 55px;
    left: 55%;
    position: absolute;
    transform: translate(30px, -2px);
    width: 41px;
    z-index: -1; }
  #pre_order_prd .wpb_heading.wpb_singleimage_heading:before {
    background: #94c347 none repeat scroll 0 0;
    border-bottom-left-radius: 49px 42px;
    border-left: 48px solid #94c347;
    bottom: -26px;
    content: "";
    height: 45px;
    left: 55%;
    position: absolute;
    transform: translate(0px, -2px);
    z-index: -1; }
#pre_order_prd .pre_order_price {
  display: block;
  color: #ffd800;
  font-size: 28px;
  font-weight: normal; }

.text_space_38 .uvc-sub-heading > p:last-child {
  margin-top: 22px; }

.blog_grid6 .blog-post-info {
  padding-top: 16px; }
.blog_grid6 .blog-img {
  margin-right: 0 !important;
  margin-left: 0 !important; }
.blog_grid6 .blog-dateinfo {
  float: left;
  width: 50px;
  background: #94c347;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 16px; }
  .blog_grid6 .blog-dateinfo .date {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: -7px; }
  .blog_grid6 .blog-dateinfo .month {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0; }
  .blog_grid6 .blog-dateinfo .blog-comment {
    font-size: 13px;
    color: #fff;
    margin-top: 6px; }
    .blog_grid6 .blog-dateinfo .blog-comment a {
      color: inherit !important; }
.blog_grid6 .blog-post-title {
  padding-left: 17px; }
  .blog_grid6 .blog-post-title .post-name {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: -6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 7px; }
    .blog_grid6 .blog-post-title .post-name a {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      color: #000; }
      .blog_grid6 .blog-post-title .post-name a:hover {
        color: #94c347; }
  .blog_grid6 .blog-post-title .blog_post_desc {
    line-height: 20px;
    font-size: 13px;
    padding-top: 2px;
    color: #444444; }
  .blog_grid6 .blog-post-title .post-bottom {
    margin-top: 12px;
    padding-top: 2px;
    border-top: 1px solid #ebebeb; }
    .blog_grid6 .blog-post-title .post-bottom > div {
      display: inline-block;
      font-size: 12px;
      color: #696969;
      margin-right: 8px; }
      .blog_grid6 .blog-post-title .post-bottom > div:hover i {
        color: #94c347; }
      .blog_grid6 .blog-post-title .post-bottom > div i {
        margin-right: 6px; }
    .blog_grid6 .blog-post-title .post-bottom a {
      color: inherit;
      text-transform: capitalize; }
      .blog_grid6 .blog-post-title .post-bottom a:hover {
        color: #94c347; }

.half_main_bg.wpb_column {
  position: static; }
  .half_main_bg.wpb_column:before {
    background: #94c347;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 143px; }

.custom_letterspace .uvc-sub-heading {
  letter-spacing: -1.8px; }

.our-blog-6 {
  padding-top: 53px; }

.hwide_letterspace .uvc-main-heading h2 {
  letter-spacing: 4.9px; }

.heading_letterspace .uvc-main-heading h2 {
  letter-spacing: -1px; }

.testimonials-client.slide5 {
  position: static; }
  .testimonials-client.slide5 .slider-nav {
    max-width: 234px;
    position: absolute;
    top: -20px;
    z-index: 2; }
    .testimonials-client.slide5 .slider-nav .slick-list {
      padding: 0 !important; }
    .testimonials-client.slide5 .slider-nav.slick-vertical .slick-slide {
      border: none;
      margin-bottom: 10px; }
      .testimonials-client.slide5 .slider-nav.slick-vertical .slick-slide:last-child {
        margin-bottom: 0; }
    .testimonials-client.slide5 .slider-nav .slick-slide {
      background: #fff; }
      .testimonials-client.slide5 .slider-nav .slick-slide img {
        width: 100%;
        height: auto;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .testimonials-client.slide5 .slider-nav .slick-slide.slick-current img {
        -webkit-filter: none;
        /* Safari 6.0 - 9.0 */
        filter: none;
        opacity: 1; }
  .testimonials-client.slide5 .slider-for {
    padding-left: 293px; }
    .testimonials-client.slide5 .slider-for .slick-slide {
      height: auto; }
  .testimonials-client.slide5 .testimonial_content {
    margin: 0 !important;
    padding-bottom: 0 !important; }
    .testimonials-client.slide5 .testimonial_content p {
      font-style: italic;
      font-size: 16px;
      line-height: 26px;
      font-family: "Open Sans"; }
  .testimonials-client.slide5 p.name {
    font-size: 12px;
    font-weight: normal;
    color: #94c347;
    font-family: Oswald;
    text-transform: uppercase;
    padding-top: 5px; }

.product-small-list {
  list-style: none; }
  .product-small-list .product-img {
    float: left;
    overflow: hidden;
    margin-right: 24px;
    position: relative;
    max-width: 68px; }
  .product-small-list > li {
    border-bottom: 1px solid #ebebeb;
    list-style: outside none none;
    margin-bottom: 15px;
    padding-bottom: 16px; }
    .product-small-list > li .product-desc {
      padding-bottom: 0; }
      .product-small-list > li .product-desc h3 {
        margin-bottom: 4px;
        margin-top: -1px; }
        .product-small-list > li .product-desc h3 a {
          color: #000000;
          font-size: 13px; }
      .product-small-list > li .product-desc .price del .amount {
        font-size: 13.01px;
        color: #696969; }
    .product-small-list > li:last-child {
      border-bottom: none; }
  .product-small-list .star-rating {
    display: none; }

.info_list_style2 {
  counter-reset: li;
  padding-top: 57px; }

.wide-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

ul.info_list_style2 li {
  font-size: 24px;
  color: #000;
  padding-left: 17px;
  position: relative;
  padding-bottom: 16px; }
  ul.info_list_style2 li:last-child {
    padding-bottom: 0; }

ul.info_list_style2 li:before {
  content: counters(li,"/") "/";
  content: counters(li,".",decimal-leading-zero);
  content: "/";
  padding-left: 15px;
  padding-right: 37px;
  color: #94c347; }

ul.info_list_style2 li:after {
  content: "/";
  position: absolute;
  left: 2px;
  counter-increment: li;
  content: counters(li,"/") "/";
  content: counters(li,".",decimal-leading-zero);
  font-weight: bold;
  color: #828282;
  /* font-family: Lato; */ }

.slider_wrap.dot_style2 .owl-stage-outer {
  overflow: visible; }
.slider_wrap.dot_style2 .owl-controls {
  left: 30px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slider_wrap.dot_style2 .owl-controls .owl-dot {
    display: block !important; }
    .slider_wrap.dot_style2 .owl-controls .owl-dot > span {
      background: #e1e1e1 none repeat scroll 0 0 !important;
      border-radius: 0 !important;
      height: 5px;
      width: 28px !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .slider_wrap.dot_style2 .owl-controls .owl-dot.active > span, .slider_wrap.dot_style2 .owl-controls .owl-dot:hover > span {
      width: 40px !important;
      background: #94c347 !important; }
  .slider_wrap.dot_style2 .owl-controls .owl-nav div {
    text-transform: uppercase; }
    .slider_wrap.dot_style2 .owl-controls .owl-nav div:hover {
      color: #94c347; }

.bottom_banner_bakery {
  left: 38%;
  position: absolute;
  top: -152px; }

.entry-title .icon-7 {
  color: #94c347;
  font-size: 56px !important; }

.text-center.title-icon2 .icon-title::before {
  top: 26px;
  width: 51px !important;
  margin-left: 30px; }

.entry-title.title-icon2 h2 {
  margin-bottom: 9px; }

.text-center.title-icon2 .icon-title::after {
  top: 26px;
  width: 51px !important;
  margin-right: 30px; }

.promo-banner .bakery_banner.text-right {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
.promo-banner .bakery_banner.text-left {
  bottom: auto;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
.promo-banner .bakery_banner h3 {
  color: #fff;
  font-size: 42px;
  font-family: Montserrat;
  text-transform: uppercase;
  padding-bottom: 46px;
  font-weight: 400; }
.promo-banner .bakery_banner span {
  color: #fff;
  font-size: 80px;
  font-family: GreatVibes;
  text-transform: capitalize;
  display: block;
  margin-bottom: 42px; }
.promo-banner .bakery_banner a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 30px; }
  .promo-banner .bakery_banner a:hover {
    background: #94c347;
    border: 1px solid #94c347; }

.promo-banner-3::before {
  opacity: 0;
  transition: width 0.3s ease-in-out 0s; }

.promo-banner-3:hover::before {
  opacity: 0.1; }

.promo-banner .text-container.bakery_banner {
  z-index: 99; }

.bakery_products {
  z-index: 9; }

.button_bakery {
  display: inline-block; }

.our_gallery2 .our-gallery {
  padding: 0; }

.instagram-gallery.instagram-container li {
  width: 33.3333%;
  padding: 0; }
  .instagram-gallery.instagram-container li img {
    height: auto;
    width: 100%; }

.our-gallery .bg_gallery_2 .entry-title {
  margin-bottom: 10px;
  padding-top: 100px; }

.our-gallery .bg_gallery_2 .load-more {
  margin-top: 26px;
  padding-bottom: 100px; }

.bg_gallery_2 {
  background-image: url(../images/bg_gallery.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  background-attachment: inherit;
  position: absolute;
  text-align: center;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .bg_gallery_2 .gallery_description {
    width: 70%;
    font-size: 18px;
    font-style: italic;
    padding: 0 100px;
    margin: 0 auto; }
    .bg_gallery_2 .gallery_description p {
      line-height: 30px; }

.testimonial_2 > .vc_column-inner {
  position: absolute;
  left: 78px;
  z-index: 99;
  margin-top: 42px; }
  .testimonial_2 > .vc_column-inner:before {
    border: 2px solid #ebebeb;
    height: 481px;
    left: -11%;
    position: absolute;
    width: 111%;
    z-index: 999; }

.testimonial_2 .testimonials-client .testimonial_content {
  margin: 0; }
  .testimonial_2 .testimonials-client .testimonial_content p {
    font-size: 14px; }
.testimonial_2 .testimonials-client .entry-title {
  margin-bottom: 15px; }
.testimonial_2 .testimonials-client .entry-title h2 {
  font-size: 24px;
  text-transform: uppercase; }
  .testimonial_2 .testimonials-client .entry-title h2 span {
    display: block;
    margin-top: 10px;
    font-size: 33px; }
.testimonial_2 .testimonials-client i {
  border-top: 1px solid #94c347;
  padding-right: 20px;
  padding-top: 30px; }
.testimonial_2 .testimonials-client .dotsCont {
  position: inherit;
  margin-top: -85px; }
  .testimonial_2 .testimonials-client .dotsCont div:first-child {
    margin-left: 0; }
  .testimonial_2 .testimonials-client .dotsCont div:before {
    z-index: 1000; }

.banner_text_overlay {
  padding: 15px;
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 23px;
  text-align: right;
  color: #fff;
  font-size: 30px;
  font-weight: lighter;
  text-transform: uppercase; }
  .banner_text_overlay a {
    font-weight: bold;
    color: #fff; }
  .banner_text_overlay span {
    font-weight: bold;
    color: #fff; }

.banner_meat h2 {
  font-weight: lighter;
  color: #fff; }
.banner_meat h3 {
  font-size: 24px;
  color: #fff;
  padding: 12px 0 18px; }
.banner_meat .btn {
  border-radius: 0;
  padding: 8px 36px; }

.blog-list-default .blog-list {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px; }

.blog-list-default:last-child .blog-list {
  border-bottom: 0;
  margin-bottom: 0; }

.blog-list-default:nth-last-child(2) .blog-list {
  border-bottom: 0;
  margin-bottom: 0; }

.style_middle .line {
  margin-right: 0;
  background: #94c347;
  top: 30px; }

.style_middle .controls-custom .owl-controls .owl-nav div {
  top: 50%; }
.style_middle .controls-custom .owl-controls .owl-nav .owl-prev {
  left: -30px;
  right: auto; }
.style_middle .controls-custom .owl-controls .owl-nav .owl-next {
  right: -30px; }

.f-left {
  float: left; }

.ads_border_2 {
  border: 1px solid #dddddd;
  bottom: 6px;
  height: 85%;
  left: 15px;
  position: absolute;
  width: 92.5%;
  z-index: 99; }

.ads_border_1 {
  margin: 0 7px;
  position: relative;
  border: 1px solid #ddd;
  padding: 20px 11px; }
  .ads_border_1 span {
    font-size: 36px;
    color: #94c347; }
  .ads_border_1 h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 12px; }

.promo-banner:hover .text_block_over h3:before {
  width: 0; }
.promo-banner:hover .text_block_over h3:after {
  width: 40px; }
.promo-banner .text_block_over {
  bottom: 0;
  right: 5px;
  color: #000000; }
  .promo-banner .text_block_over h4 {
    font-weight: normal;
    font-size: 18px; }
  .promo-banner .text_block_over span {
    padding-bottom: 15px;
    color: #ff8400;
    font-size: 18px;
    font-weight: bold; }
  .promo-banner .text_block_over h3 {
    padding-top: 12px; }
    .promo-banner .text_block_over h3 a {
      color: #000;
      text-transform: uppercase;
      font-size: 14px; }
      .promo-banner .text_block_over h3 a:hover {
        color: #94c347; }
    .promo-banner .text_block_over h3:before {
      transition: width 0.5s ease-in-out 0s;
      background: #94c347;
      content: "";
      height: 1px;
      right: 15px;
      position: absolute;
      bottom: 76px;
      width: 40px; }
    .promo-banner .text_block_over h3:after {
      transition: width 0.5s ease-in-out 0s;
      background: #94c347;
      bottom: 10px;
      content: "";
      height: 1px;
      right: 15px;
      position: absolute;
      width: 0; }
  .promo-banner .text_block_over p.category_block {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: lighter; }
.promo-banner .text_block_over_2 h3:before {
  right: auto;
  left: 15px; }
.promo-banner .text_block_over_2 h3:after {
  right: auto;
  left: 15px; }

.ares .tp-bullet {
  background: #596053; }

.promo-banner .text_block_over_2 {
  left: 5px;
  right: auto; }

.ares .tp-bullet:hover, .ares .tp-bullet.selected {
  background: #94c347; }

.btn.btn-organic {
  font-size: 14px !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  padding: 7px 30px 7px 0 !important;
  border-radius: 0 !important; }
  .btn.btn-organic:hover {
    color: #94c347 !important; }
  .btn.btn-organic .fa {
    background: transparent;
    font-size: 14px !important;
    margin-top: 2px !important; }

.btn-no-radius {
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 8px 30px !important; }

.ult_tabmenu.style1 li a.ult_a {
  color: #989897;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

.ult_tabmenu.style1 > li.ult_tab_li.current span.ult-span-text, .ult_tabmenu.style1 li.current a.ult_a {
  color: #94C347 !important; }

.ult_tabmenu.style1 {
  background: #f4f4f4;
  text-align: center !important;
  display: block !important;
  margin-bottom: 25px !important; }

.page-home-4 .ult_tabs .ult_tabcontent .woocommerce .product-grid .price {
  margin-top: 3px; }
.page-home-4 .ult_tabs .ult_tabcontent .woocommerce .product-grid .product-img {
  padding: 35px; }

.ult_tabmenu.style1 a.ult_a, .ult_tabmenu.style1 > li.ult_tab_li.current, .ult_tabmenu.style1 > li.ult_tab_li {
  background: transparent !important; }

.ult_tabmenu.style1 li.ult_tab_li {
  float: none !important; }

.ult_tabmenu.style1 li:hover .ult-span-text {
  color: #94C347 !important; }

.our-blog-h4 .our-blog {
  padding-bottom: 36px; }

.page-home-4 .ult_tabmenu.style1 li.ult_tab_li {
  padding: 0 15px; }

.owl-controls .owl-dots,
.owl-controls .owl-pagination {
  margin-bottom: 0;
  text-align: center;
  padding-top: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.owl-controls .owl-dots .owl-dot,
.owl-controls .owl-pagination .owl-dot,
.owl-controls .owl-dots .owl-page,
.owl-controls .owl-pagination .owl-page {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.owl-controls .owl-dots .owl-dot span,
.owl-controls .owl-pagination .owl-dot span,
.owl-controls .owl-dots .owl-page span,
.owl-controls .owl-pagination .owl-page span {
  width: 35px;
  height: 5px;
  display: block;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #ebebeb;
  border-radius: 3px; }

.owl-controls .owl-dots .owl-dot.active,
.owl-controls .owl-pagination .owl-dot.active,
.owl-controls .owl-dots .owl-page.active,
.owl-controls .owl-pagination .owl-page.active {
  cursor: default; }

.owl-controls .owl-dots .owl-dot.active span,
.owl-controls .owl-pagination .owl-dot.active span,
.owl-controls .owl-dots .owl-page.active span,
.owl-controls .owl-pagination .owl-page.active span {
  background-color: #94c347; }

.our-services.services-content .services-title.text-left {
  background-position: -5px 0 !important; }

.line-height-21 p {
  line-height: 21px; }

.testimonials-client {
  position: relative; }
  .testimonials-client .entry-title {
    margin-bottom: 43px; }
  .testimonials-client .dotsCont {
    width: 100%;
    bottom: 34px;
    position: absolute;
    z-index: 8;
    left: 0; }
  .testimonials-client .dotsCont > div img {
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%); }
  .testimonials-client .dotsCont > div.active img, .testimonials-client .dotsCont > div:hover img {
    -webkit-filter: none;
    /* Chrome, Safari, Opera */
    filter: none; }
  .testimonials-client .testimonial_content {
    padding-bottom: 96px; }
    .testimonials-client .testimonial_content p {
      line-height: 22px; }
  .testimonials-client .testimonials-client p.name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

.need-help .wpb_text_column p, .need-help .wpb_text_column h2 {
  color: #fff; }
.need-help .wpb_text_column p {
  font-size: 20px;
  color: #fff;
  font-weight: bold; }
.need-help .wpb_text_column h2 {
  color: #fff;
  font-weight: 300; }
.need-help .vc_icon_element.vc_icon_element-align-inline {
  float: left;
  margin-bottom: 0;
  padding-right: 28px;
  line-height: 1.425; }

.featured-machines .aio-icon-header + .aio-icon-description {
  margin-top: 5px; }
.featured-machines .aio-icon-header h3.aio-icon-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #303030;
  font-weight: bold; }
.featured-machines.detail2 .aio-icon-header + .aio-icon-description {
  word-spacing: 7px; }

.relative .ult-content-box {
  position: relative; }

.foodfarm_sub_heading {
  position: relative; }
  .foodfarm_sub_heading .behind_sub_head {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 60px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    z-index: -1; }

.other-services .vc_icon_element.vc_icon_element-align-inline {
  float: left;
  padding-right: 13px; }
.other-services .our-services.services-content {
  margin-bottom: 31px; }
  .other-services .our-services.services-content .services-title.text-left {
    background-position: -5px 0 !important; }
  .other-services .our-services.services-content .services-part {
    margin-top: 24px; }
    .other-services .our-services.services-content .services-part .services-icon {
      margin-top: 3px; }
    .other-services .our-services.services-content .services-part .list-primary {
      padding-left: 22px; }
.other-services .entry-title .wpb_content_element.vc_separator {
  width: 40px !important;
  margin-top: 11px; }
.other-services .vc_separator .vc_sep_holder {
  min-width: auto !important; }

.our-services.services-content .services-title a:hover {
  color: #94c347 !important; }

.dif-margin p {
  margin-bottom: 20px;
  line-height: 22px;
  text-align: justify; }
.dif-margin p:last-child {
  margin-bottom: 0; }

.service-detail-2 .dif-margin p {
  margin-bottom: 22px;
  line-height: 22px; }
.service-detail-2 .need-help-container {
  margin-left: 97px;
  margin-right: 97px; }
.service-detail-2 .featured-machines .wpb_wrapper .aio-icon-header h3.aio-icon-title {
  margin-top: 3px; }
.service-detail-2 .featured-machines .wpb_wrapper .aio-icon-component:nth-child(3) h3.aio-icon-title,
.service-detail-2 .featured-machines .wpb_wrapper .aio-icon-component:nth-child(5) h3.aio-icon-title {
  margin-top: -2px; }

.custom-width-img.wpb_single_image {
  margin-right: -2.5px; }

.product-categories > li.cat-parent > p {
  position: absolute;
  right: 0;
  top: -2px;
  cursor: pointer; }
  .product-categories > li.cat-parent > p i {
    font-size: 10px; }

.product-categories > li.current-cat:after {
  color: #7ea901;
  content: "\f178";
  font-family: FontAwesome;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible; }
.product-categories > li.current-cat > a {
  padding-left: 20px; }
.product-categories > li.current-cat-parent:after {
  color: #7ea901;
  content: "\f178";
  font-family: FontAwesome;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible; }
.product-categories > li.current-cat-parent > a {
  padding-left: 20px; }
.product-categories > li.current-cat-parent ul li.current-cat:after {
  color: #7ea901;
  content: "\f178";
  font-family: FontAwesome;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 1px;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible; }
.product-categories > li.current-cat-parent ul li.current-cat > a {
  padding-left: 20px; }

.menu-features-menu-container ul li {
  padding: 9px 0; }
  .menu-features-menu-container ul li:first-child {
    padding-top: 0; }
  .menu-features-menu-container ul li.current-menu-item a {
    color: #94c347; }
  .menu-features-menu-container ul li a {
    text-transform: uppercase; }

.vc_wp_custommenu.wpb_content_element .widget_nav_menu .widgettitle {
  font-size: 20px;
  color: #3a3a3a;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  font-weight: bold;
  font-family: Lato;
  border-bottom: 1px solid #e6e5e5; }
.vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li {
  padding-bottom: 8px; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li > a {
    color: #3a3a3a; }
    .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li > a:hover {
      color: #94c347; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li > a:before {
    font-family: Pe-icon-7-stroke;
    content: '\e659';
    color: #94c347;
    padding-right: 18px;
    font-size: 20px;
    vertical-align: middle; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li:nth-child(2) > a:before {
    content: '\e646'; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li:nth-child(3) > a:before {
    content: '\e666'; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li:nth-child(4) > a:before {
    content: '\e65c'; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li:nth-child(5) > a:before {
    content: '\e60a'; }
  .vc_wp_custommenu.wpb_content_element .widget_nav_menu .menu-service-detail-container ul > li:nth-child(6) > a:before {
    content: '\e65a'; }

.single_add_to_cart_button:hover {
  color: #85b635; }
  .single_add_to_cart_button:hover span {
    background: #fff;
    color: #85b635; }

.member-image {
  display: inline-block; }

.hot-label span.new, .sale-label span.new {
  display: none; }

.tab_filter_2 .nav-tabs.btn-filter li a {
  border: 0;
  color: #989897;
  text-transform: uppercase;
  font-weight: bold; }
.tab_filter_2 .nav-tabs.btn-filter li a.active, .tab_filter_2 .nav-tabs.btn-filter li a:hover, .tab_filter_2 .nav-tabs.btn-filter li a:focus {
  background: transparent;
  color: #94C347;
  border: 0; }
.tab_filter_2 .nav-tabs.btn-filter {
  background: #f4f4f4;
  border-radius: 0;
  padding: 0 30px; }

.testimonial-thumbnail img {
  border-radius: 50%;
  width: auto !important; }

.dotsCont > div {
  margin: 5px 9px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out 0s; }
  .dotsCont > div img {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    transition: all 0.4s ease-in-out 0s; }
  .dotsCont > div.active img {
    height: 75px;
    width: 75px; }
  .dotsCont > div:before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%; }
  .dotsCont > div.active:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
  .dotsCont > div:hover:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.testimonials-client p.name {
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

.testimonials-client i {
  margin-bottom: 20px; }

.widget select {
  display: block;
  width: 100%; }
.widget img {
  height: auto; }
.widget table thead {
  height: auto;
  line-height: 20px; }
.widget table th, .widget table td {
  padding: 4px 10px !important; }

.our-blog {
  background: transparent; }

.counter-4 .stats-block .stats-text {
  text-transform: capitalize;
  padding-top: 10px; }
.counter-4 .stats-block .stats-number {
  font-family: Roboto;
  font-weight: lighter; }

.logged-in.admin-bar .is-sticky {
  margin-top: 32px; }
.logged-in.admin-bar .is-sticky.header-v3 .menu-left {
  margin-top: 32px; }

.header-v1.is-sticky .menu-left > div {
  text-align: right; }

.is-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  animation: 0.8s ease-out 0s normal none 1 running reveal-header; }
  .is-sticky .header-top {
    display: none; }
  .is-sticky .header-bottom {
    display: none; }
  .is-sticky .sticky-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 9999; }

.sticky-logo {
  display: none; }

.fixed-header .header-v2 {
  position: absolute; }
  .fixed-header .header-v2.is-sticky {
    position: fixed; }
    .fixed-header .header-v2.is-sticky .main-navigation {
      background: #3a3a3b none repeat scroll 0 0;
      border-color: #3a3a3b; }

.is-sticky.header-v3 {
  position: relative;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
  .is-sticky.header-v3 .menu-left {
    background: #3a3a3b none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    animation: 0.8s ease-out 0s normal none 1 running reveal-header; }

@keyframes reveal-header {
  0% {
    opacity: 0;
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
select {
  background: #ffffff url("../images/caret-down.png") no-repeat scroll 92% center; }

.header-v2 .top-link .customlinks.link-checkout .number-product {
  right: -10px; }

.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a, .woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
  background: transparent; }

.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover, .woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
  box-shadow: none; }

.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  border: 1px solid #e6e5e5; }

.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background: #94c347;
  border: 1px solid #94c347;
  color: #fff; }

.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  background: transparent;
  border: 1px solid #e6e5e5;
  color: #868686;
  padding: 2px 5px; }

.yith-wcan-select-wrapper {
  max-width: 263px;
  padding: 0; }

.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a, .widget .yit-wcan-select-open {
  text-transform: capitalize; }

.widget.widget_pages li a, .widget_categories_list > li > a, .recentcomments a, .widget.widget_categories ul > li > a, .widget.widget_archive ul > li > a, .widget.widget_foodfarm_recipe_categories ul > li > a, .widget.widget_meta ul > li > a,
.widget_post_blog .blog-content .post-name a, .widget_price_filter .price_slider_amount .price_label, .yith-woocompare-widget ul.products-list li a.title, .widget_shopping_cart_content .cart-info .product-name a, .product-categories > li, .product-desc h3 a, .widget_nav_menu_findus .footer-menu li, .footer .widget_nav_menu li, .list-info li {
  font-size: 15px; }

.widget_nav_menu_findus .footer-menu li {
  padding-bottom: 12px; }

#yith-quick-view-modal.open .yith-wcqv-wrapper .summary-content, .star-rating {
  text-align: left; }

.ult_tabmenu > li.ult_tab_li.current {
  background-color: #94c347 !important; }

.yith-woo-ajax-navigation .yith-wcan li {
  font-size: 15px;
  text-transform: capitalize; }

.header-v3 .top-link .customlinks .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px); }

.our-team .tooltip.top {
  margin-top: -8px; }

.cart_label:focus {
  color: #fff; }

header .languges-flags, header .currency_custom {
  display: inline-block;
  float: none;
  padding: 0 8px;
  position: relative; }
  header .languges-flags.open .dropdown-menu, header .currency_custom.open .dropdown-menu {
    margin-top: 6px; }
  header .languges-flags:before, header .currency_custom:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: -2px;
    top: 6px;
    width: 1px; }
  header .languges-flags .dropdown-menu ul li, header .currency_custom .dropdown-menu ul li {
    padding: 6px 13px 8px; }
    header .languges-flags .dropdown-menu ul li a, header .currency_custom .dropdown-menu ul li a {
      font-size: 13px; }
      header .languges-flags .dropdown-menu ul li a img, header .currency_custom .dropdown-menu ul li a img {
        padding-right: 3px;
        vertical-align: middle; }

.header-v1 .top-link .customlinks > a {
  color: #afafaf;
  font-size: 13px; }
  .header-v1 .top-link .customlinks > a:hover {
    color: #fff; }
.header-v1 .top-link .customlinks:before,
.header-v1 .languges-flags:before {
  background: #afafaf; }

.our-team .profile-content {
  padding-bottom: 25px; }
.our-team .profile-image img {
  width: 100%;
  height: auto; }

.widget_post_blog .blog-content .post-name a {
  line-height: 22px; }

ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 5px 0 0; }
ol ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px; }
ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

.mega-menu .page_item_has_children:not(.megamenu) > .children li,
.mega-menu .menu-item-has-children:not(.megamenu) > .children li {
  width: 100%; }
  .mega-menu .page_item_has_children:not(.megamenu) > .children li ul.children,
  .mega-menu .menu-item-has-children:not(.megamenu) > .children li ul.children {
    left: 180px;
    position: absolute;
    top: 0;
    width: 188px;
    border: none; }

.blog_post_desc ul ul li, .blog_post_desc ul li ul {
  padding-bottom: 0; }
.blog_post_desc ul > li > ol > li:before {
  content: none; }
.blog_post_desc ol ul {
  padding-bottom: 0; }
.blog_post_desc ol ul li {
  padding-top: 0;
  list-style: none; }
.blog_post_desc ol > li > ul {
  margin-bottom: -13px; }
  .blog_post_desc ol > li > ul > li {
    padding-top: 0; }

.woocommerce-wishlist #main.boxed .foodfarm-container {
  padding: 0 15px; }

.profile-desc.comment-content ul {
  display: block;
  list-style-type: disc;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px; }

.blog-date {
  position: relative; }
  .blog-date > a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0; }

table:not(.shop_table):not(.compare-list) {
  border-collapse: collapse; }
  table:not(.shop_table):not(.compare-list) tr {
    border-bottom: 1px solid #ccc; }
  table:not(.shop_table):not(.compare-list) th, table:not(.shop_table):not(.compare-list) td {
    padding: 4px; }

.main-page {
  margin-bottom: 100px; }

.blog-item .post-name {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.blog-ful .blog-post-info {
  margin-top: 0; }
.blog-ful .blog-img + .blog-post-info {
  margin-top: -105px; }

.header-v1 .mini-cart .number-product, .header-v3 .mini-cart .number-product {
  background: #94c347 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 20px; }

.header-v1 .mini-cart .number-product {
  top: 7px;
  right: 13px; }

.header-v3 .mini-cart .number-product {
  top: 20px;
  right: 5px; }

.product-grid .product-img {
  padding-bottom: 35px;
  text-align: center; }

.select-tooltbars select {
  background: #ffffff url("../images/caret-down.png") no-repeat scroll 92% center; }

.select-tooltbars .result-count select {
  background: #ffffff url("../images/caret-down.png") no-repeat scroll 85% center; }

.only-product .select-tooltbars {
  text-align: right; }

/*This will work for firefox*/
@-moz-document url-prefix() {
  .our-blog-2 .btn .fa {
    top: -1px; }

  .product-img .quick-view {
    top: 54%; }

  .search-block-top input:not(.placeholder) {
    padding: 10px 35px 10px 15px !important; }

  .vc_icon_element.about-icon:not(.hover-off) .icon .icon-4 .path5::before {
    margin-left: -51px !important; } }
.knowledge-home {
  background-attachment: fixed; }

.press-media .blog-info .info {
  cursor: default; }

.coming-soon-container .vc_column-inner, .coming-soon-container .wpb_wrapper, .coming-soon-container .wpb_column {
  height: 100%;
  position: relative; }

.blog .blog-ful .blog-post-info {
  margin-top: 0; }
.blog .blog-ful .blog-img + .blog-post-info {
  margin-top: -99px; }

.single-post .blog-ful .blog-post-info {
  margin-top: 30px; }
.single-post .blog-ful .blog-img + .blog-post-info {
  margin-top: -42px; }

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.destop-hide {
  display: none; }

.mc4wp-alert {
  padding: 10px 20px;
  margin-top: 10px;
  color: #fff; }
  .mc4wp-alert.mc4wp-error {
    background: #ffc232; }
  .mc4wp-alert.mc4wp-success {
    background: #94c347; }
  .mc4wp-alert.mc4wp-notice {
    background: #7fdcff; }
  .mc4wp-alert p {
    margin-bottom: 0; }

.woocommerce abbr[title] {
  text-decoration: none; }

.woocommerce .woocommerce-error li a {
  color: #fff; }

.side-breadcrumb .page-title h2 {
  font-weight: 400; }
  .side-breadcrumb .page-title h2 span {
    font-weight: 300; }

.no-pad {
  margin-top: -100px; }

.category .blog-info, .category .blog-info a, .search.search-results .blog-info, .search.search-results .blog-info a, .date .blog-info, .date .blog-info a {
  color: #919090; }

.search-results .recipes-list-container {
  border-bottom: none;
  margin-bottom: 6px; }
  .search-results .recipes-list-container.blog-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
.search-results .search-content .blog-content:last-child .blog-post-info.blog-post-bg {
  margin-bottom: 0 !important; }
.search-results .content-primary {
  padding-bottom: 100px; }

/*
.add_to_compare.added:before{
	content:"\f079";
	font-family: FontAwesome;
}
*/
.border-package::after {
  right: 19%; }

.load-more .fa-spin {
  top: 100px;
  margin-top: 50px; }

.promo-banner h2 a:hover {
  color: #94c347; }

.header-v2 .mega-menu > li > a {
  padding: 22px 18px 25px; }

footer#colophon {
  clear: both; }

.recipes-content .blog-post-title {
  margin-bottom: 32px;
  margin-top: 13px; }

.ult_tabitemname {
  overflow: inherit !important; }

.our-products-tab .product-grid .product-content {
  margin-bottom: 19px; }

.footer-v3 address a {
  color: #a4a4a4; }

.footer-v3 address a:hover {
  color: #94c347; }

.about .border-box:before {
  left: 25px;
  width: 96.5%; }

.categories-product .product-content .product-desc .product-action {
  margin: -8px 30px 0 30px; }

.product-list li:last-child .product-content {
  margin-bottom: 0; }

.footer-v2 address {
  color: #fff; }

.footer-v1 address a {
  color: #a4a4a4; }

.gallery-content.bg-hover:hover::before {
  opacity: 0.8; }

.about-2 .img-about::after {
  background: #95c347; }

.footer-v1 .footer-bottom, .footer-v3 .footer-bottom {
  background: #2d2d2e; }

.main-navigation {
  border-bottom: 5px solid #222222; }

.panel-default.vc_active .panel-heading {
  background: #fff; }

.recipes .img-recipes img {
  border-radius: 4px; }

.ult_tabmenu.style3 > li.ult_tab_li.current {
  border-color: #94c347 !important; }

.ult_tabmenu.style3 > li.ult_tab_li:hover {
  border-color: #94c347 !important; }

ul.breadcrumb li:last-child a {
  margin-right: 3px; }

.promo-banner h2 a {
  color: #fff; }
  .promo-banner h2 a:hover {
    color: #94c347; }

/*end*/
.entry-title .wpb_content_element.vc_separator {
  margin-bottom: 0; }

#main.boxed .foodfarm-container, .main-sidebar.col-lg-9 .foodfarm-container {
  width: 100%; }

.hide-loadmore {
  display: none; }

.side-breadcrumb .page-title h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase; }

.contact-home div.wpcf7 img.ajax-loader {
  position: absolute;
  right: -25px;
  top: 10px;
  z-index: 99999; }

.contact-home .wpcf7-form input.wpcf7-text {
  color: #fff;
  font-weight: normal; }

.contact-home input.wpcf7-text:focus {
  color: #fff;
  border-color: #fff; }

div.wpcf7-mail-sent-ok {
  background: #94c347;
  color: #fff;
  border: none;
  padding: 10px 0px 12px; }
  div.wpcf7-mail-sent-ok:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0 15px 0 10px;
    font-size: 20px; }

.home-counter .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
  border-width: 2px; }

.contact-form .inner-input input {
  color: #fff !important; }

.display-inline {
  display: inline-block; }

.info .add-to .add_to_compare.added {
  line-height: 35px; }

.single_add_to_cart_button {
  padding: 0; }

.product-type-variable {
  padding-top: 0; }

.product-btn .vc_icon_element.vc_icon_element-outer {
  margin-bottom: 0; }
  .product-btn .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    width: 45px;
    height: 45px; }
  .product-btn .vc_icon_element.vc_icon_element-outer.add-to-1 .vc_icon_element-icon {
    margin-top: 2px; }
.product-btn.btn-smaller .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  height: 36px;
  line-height: 31px;
  width: 36px; }
.product-btn.btn-smaller .vc_icon_element.vc_icon_element-outer.add-to-1.vc_icon_element-outer {
  margin-top: 3px; }
  .product-btn.btn-smaller .vc_icon_element.vc_icon_element-outer.add-to-1.vc_icon_element-outer .vc_icon_element-inner {
    width: 28px;
    height: 28px; }
    .product-btn.btn-smaller .vc_icon_element.vc_icon_element-outer.add-to-1.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
      margin-top: 1px; }
.product-btn.btn-smaller-1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  height: 29px;
  line-height: 31px;
  width: 29px; }
  .product-btn.btn-smaller-1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    margin-top: -1px; }
.product-btn.btn-smaller-1 .vc_icon_element.vc_icon_element-outer.add-to-1.vc_icon_element-outer {
  margin-top: 2px; }
  .product-btn.btn-smaller-1 .vc_icon_element.vc_icon_element-outer.add-to-1.vc_icon_element-outer .vc_icon_element-inner {
    width: 24px;
    height: 24px; }
    .product-btn.btn-smaller-1 .vc_icon_element.vc_icon_element-outer.add-to-1.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
      margin-left: 0;
      margin-top: 0; }

.single-kbe_knowledgebase .main-sidebar {
  margin-bottom: -15px; }
.single-kbe_knowledgebase .blog-top-content {
  padding-bottom: 30px; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

.vc_btn3.vc_btn3-color-grey.vc_general.btn,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.vc_general.btn,
.vc_btn3-style-btn-history.vc_general.vc_btn3, .vc_btn3-style-btn-history.vc_general.vc_btn3:hover {
  color: #fff; }

.vc_btn3-container .vc_btn3-style-btn-history.vc_btn3-size-sm {
  padding: 7px 13px 8px; }
  .vc_btn3-container .vc_btn3-style-btn-history.vc_btn3-size-sm.bg-icon {
    padding-left: 12px; }
.vc_btn3-container .vc_btn3-style-btn-history.vc_btn3-size-xs {
  padding: 6px 13px 7px;
  font-size: 9px; }
  .vc_btn3-container .vc_btn3-style-btn-history.vc_btn3-size-xs.bg-icon {
    padding-left: 8px; }

.vc_btn3-size-md.vc_general.btn.vc_btn3 {
  padding: 11px 19px 12px;
  font-size: 14px; }

.vc_btn3.vc_btn3-shape-rounded.btn {
  border-radius: 4px; }

body {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important; }

.page-404 {
  overflow-x: hidden; }

.vc_icon_element.vc_icon_element-align-inline {
  display: inline-block; }
.vc_icon_element.icon-pe {
  font-size: 40px;
  margin-bottom: 0; }
  .vc_icon_element.icon-pe.vc_icon_element-outer .vc_icon_element-inner {
    width: 40px;
    height: 42px;
    border: none; }
.vc_icon_element.about-icon {
  width: 100%; }
  .vc_icon_element.about-icon.vc_icon_element-align-left .icon {
    float: left; }
  .vc_icon_element.about-icon .icon {
    float: left;
    margin-right: 24px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .vc_icon_element.about-icon .icon .vc_icon_element-inner {
      width: 100%;
      height: 100%;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      cursor: pointer; }
      .vc_icon_element.about-icon .icon .vc_icon_element-inner:before {
        position: absolute;
        content: "";
        border: 1px dashed #fff;
        width: 90%;
        height: 90%;
        opacity: 0;
        left: 5%;
        top: 5%;
        border-radius: 50%; }
  .vc_icon_element.about-icon .icon-2 .path1:before {
    color: transparent !important; }
  .vc_icon_element.about-icon .icon-2 span.path3 {
    margin-left: -23px; }
  .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner .vc_icon_element-icon {
    color: #94c347; }
    .vc_icon_element.about-icon:not(.hover-off) .icon .vc_icon_element-inner .vc_icon_element-icon span:before {
      color: #94c347; }
  .vc_icon_element.about-icon:not(.hover-off) .icon .icon-4 .path1:before, .vc_icon_element.about-icon:not(.hover-off) .icon .icon-4 .path2:before, .vc_icon_element.about-icon:not(.hover-off) .icon .icon-4 .path3:before {
    color: transparent !important; }
  .vc_icon_element.about-icon:not(.hover-off) .icon .icon-4 .path5:before {
    position: absolute;
    top: 50%;
    margin-left: -25px; }
  .vc_icon_element.about-icon.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner {
    border-width: 2px; }
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
  border-color: #94C347; }
.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner {
  color: #94c347;
  border: 1px solid #94c347;
  border-radius: 100%; }
  .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner:hover {
    color: #fff;
    background: #94c347; }
.vc_icon_element .contact-desc {
  margin-top: 0; }
.vc_icon_element.contact-content.about-icon .desc {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; }
.vc_icon_element.contact-content .icon {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  color: #94c347;
  height: 87px;
  line-height: 85px;
  text-align: center;
  width: 87px; }
  .vc_icon_element.contact-content .icon .vc_icon_element-inner {
    border: 1px solid; }
.vc_icon_element.contact-content.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner:hover {
  background: transparent;
  color: #94c347; }
.vc_icon_element.contact-content.about-icon.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style
.vc_icon_element-inner {
  border-width: 1px; }
.vc_icon_element.add-to-1.vc_icon_element-outer {
  margin-top: 5px;
  vertical-align: top; }
  .vc_icon_element.add-to-1.vc_icon_element-outer .vc_icon_element-inner {
    width: 35px;
    height: 35px; }

.contact-content.vc_icon_element.about-icon .icon .vc_icon_element-inner {
  cursor: default; }

.blog-info .blog-comment {
  transition: all 0.2s ease-in-out 0s; }
  .blog-info .blog-comment:hover {
    color: #94c347; }

.banner-session-left .wpb_text_column {
  z-index: 9; }

.images .main-images img {
  height: auto; }

.footer-location-container .about-icon .icon {
  margin-right: 14px; }
.footer-location-container .about-icon .desc {
  margin-top: 15px; }
.footer-location-container .about-icon.location-info-mail .desc {
  margin-top: 30px; }
.footer-location-container .vc_icon_element.about-icon .icon .vc_icon_element-inner {
  cursor: default; }
.footer-location-container .location-info .phone-number {
  font-size: 31px;
  color: #94c347;
  padding-top: 4px; }

.vc_btn3.bg-icon.vc_btn3-size-md {
  font-size: 14px;
  padding: 9px 15px 10px; }
  .vc_btn3.bg-icon.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 55px; }
    .vc_btn3.bg-icon.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
      padding: 12px;
      right: 0;
      margin-top: 0px;
      height: 100%;
      vertical-align: middle; }
.vc_btn3.bg-icon.vc_btn3-size-lg .vc_btn3-icon, .vc_btn3.bg-icon.vc_btn3-size-md .vc_btn3-icon, .vc_btn3.bg-icon.vc_btn3-size-sm .vc_btn3-icon, .vc_btn3.bg-icon.vc_btn3-size-xs .vc_btn3-icon {
  height: 100%;
  vertical-align: middle; }
.vc_btn3.bg-icon.vc_btn3-size-lg .vc_btn3-icon {
  padding: 20px 16px; }
.vc_btn3.bg-icon.vc_btn3-size-sm .vc_btn3-icon {
  padding: 9px 8px; }
.vc_btn3.bg-icon.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 36px; }
.vc_btn3.bg-icon.vc_btn3-size-xs .vc_btn3-icon {
  padding: 7px 6px; }
.vc_btn3.bg-icon.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 32px; }
.vc_btn3.bg-icon.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 0 !important; }
.vc_btn3.bg-icon.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: auto;
  left: 0 !important; }
.vc_btn3.bg-icon.vc_btn3-shape-rounded {
  overflow: hidden; }
  .vc_btn3.bg-icon.vc_btn3-shape-rounded.btn-default {
    border-radius: 4px; }
.vc_btn3.vc_general, .vc_btn3.vc_btn3-style-custom.vc_general, .vc_btn3.vc_btn3-style-custom.vc_general:hover {
  border: none; }
.vc_btn3.vc_btn3-size-sm {
  padding: 7px 13px 8px; }

.vc_separator .custom-icon-class {
  font-size: 25px;
  position: relative; }
.vc_separator.vc_sep_pos_align_left .custom-icon-class {
  padding-right: 10px; }
.vc_separator.vc_sep_width_10.custom-separator.vc_sep_pos_align_left {
  width: 81px !important; }
.vc_separator.vc_sep_pos_align_center .custom-icon-class {
  padding: 0 10px; }
.vc_separator.vc_separator_align_left.custom-separator .vc_sep_holder {
  margin-top: -4px; }

.left-sidebar .widget_nav_menu ul > li, .right-sidebar .widget_nav_menu ul > li {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-bottom: 17px;
  position: relative;
  color: #3a3a3a; }
  .left-sidebar .widget_nav_menu ul > li > a, .right-sidebar .widget_nav_menu ul > li > a {
    color: #3a3a3a;
    font-size: 15px; }
  .left-sidebar .widget_nav_menu ul > li:last-child, .right-sidebar .widget_nav_menu ul > li:last-child {
    padding-bottom: 0; }
  .left-sidebar .widget_nav_menu ul > li::after, .right-sidebar .widget_nav_menu ul > li::after {
    color: #7ea901;
    font-family: FontAwesome;
    content: "\f178";
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .left-sidebar .widget_nav_menu ul > li ul.sub-menu, .right-sidebar .widget_nav_menu ul > li ul.sub-menu {
    padding-top: 17px; }
    .left-sidebar .widget_nav_menu ul > li ul.sub-menu li, .right-sidebar .widget_nav_menu ul > li ul.sub-menu li {
      margin-left: 10px; }
  .left-sidebar .widget_nav_menu ul > li:hover, .left-sidebar .widget_nav_menu ul > li.current-menu-item, .right-sidebar .widget_nav_menu ul > li:hover, .right-sidebar .widget_nav_menu ul > li.current-menu-item {
    padding-left: 20px; }
    .left-sidebar .widget_nav_menu ul > li:hover::after, .left-sidebar .widget_nav_menu ul > li.current-menu-item::after, .right-sidebar .widget_nav_menu ul > li:hover::after, .right-sidebar .widget_nav_menu ul > li.current-menu-item::after {
      opacity: 1;
      visibility: visible;
      transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s; }

.widget .widget-title {
  border-bottom: 1px solid #e6e5e5; }
  .widget .widget-title.no-border {
    border-bottom: none; }
.widget.widget_recent_comments span.comment-author-link:before {
  content: "\f0e6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 3px; }
.widget.widget_categories ul > li, .widget.widget_archive ul > li, .widget.widget_foodfarm_recipe_categories ul > li, .widget.widget_meta ul > li, .widget.widget_pages ul > li {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-bottom: 17px;
  position: relative;
  color: #3a3a3a; }
  .widget.widget_categories ul > li > a, .widget.widget_archive ul > li > a, .widget.widget_foodfarm_recipe_categories ul > li > a, .widget.widget_meta ul > li > a, .widget.widget_pages ul > li > a {
    color: #3a3a3a; }
  .widget.widget_categories ul > li:last-child, .widget.widget_archive ul > li:last-child, .widget.widget_foodfarm_recipe_categories ul > li:last-child, .widget.widget_meta ul > li:last-child, .widget.widget_pages ul > li:last-child {
    padding-bottom: 0; }
  .widget.widget_categories ul > li::after, .widget.widget_archive ul > li::after, .widget.widget_foodfarm_recipe_categories ul > li::after, .widget.widget_meta ul > li::after, .widget.widget_pages ul > li::after {
    color: #7ea901;
    font-family: FontAwesome;
    content: "\f178";
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .widget.widget_categories ul > li.active .children, .widget.widget_archive ul > li.active .children, .widget.widget_foodfarm_recipe_categories ul > li.active .children, .widget.widget_meta ul > li.active .children, .widget.widget_pages ul > li.active .children {
    display: block; }
  .widget.widget_categories ul > li .children, .widget.widget_archive ul > li .children, .widget.widget_foodfarm_recipe_categories ul > li .children, .widget.widget_meta ul > li .children, .widget.widget_pages ul > li .children {
    padding-top: 14px;
    display: block;
    padding-left: 10px; }
    .widget.widget_categories ul > li .children li, .widget.widget_archive ul > li .children li, .widget.widget_foodfarm_recipe_categories ul > li .children li, .widget.widget_meta ul > li .children li, .widget.widget_pages ul > li .children li {
      padding-bottom: 17px; }
      .widget.widget_categories ul > li .children li a, .widget.widget_archive ul > li .children li a, .widget.widget_foodfarm_recipe_categories ul > li .children li a, .widget.widget_meta ul > li .children li a, .widget.widget_pages ul > li .children li a {
        color: #868686; }
  .widget.widget_categories ul > li:hover, .widget.widget_categories ul > li.current-cat, .widget.widget_archive ul > li:hover, .widget.widget_archive ul > li.current-cat, .widget.widget_foodfarm_recipe_categories ul > li:hover, .widget.widget_foodfarm_recipe_categories ul > li.current-cat, .widget.widget_meta ul > li:hover, .widget.widget_meta ul > li.current-cat, .widget.widget_pages ul > li:hover, .widget.widget_pages ul > li.current-cat {
    padding-left: 20px; }
    .widget.widget_categories ul > li:hover::after, .widget.widget_categories ul > li.current-cat::after, .widget.widget_archive ul > li:hover::after, .widget.widget_archive ul > li.current-cat::after, .widget.widget_foodfarm_recipe_categories ul > li:hover::after, .widget.widget_foodfarm_recipe_categories ul > li.current-cat::after, .widget.widget_meta ul > li:hover::after, .widget.widget_meta ul > li.current-cat::after, .widget.widget_pages ul > li:hover::after, .widget.widget_pages ul > li.current-cat::after {
      opacity: 1;
      visibility: visible;
      transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s; }
.widget.widget_tag_cloud .widget-title {
  margin-bottom: 12px; }
.widget.widget_tag_cloud a {
  font-size: 14px !important;
  border: 1px solid #E1E1E1;
  color: #8d9095;
  display: inline-block;
  margin: 12px 4px 0;
  padding: 6px 7px 8px 10px; }
  .widget.widget_tag_cloud a:hover {
    border: 1px solid #94C347;
    color: #94C347; }
.widget.widget_post_blog .blog-info .info.info-comment {
  margin-top: 0;
  min-height: 36px; }
.widget.widget_post_blog .blog-info .info + .info.info-comment {
  margin-top: -2px;
  min-height: 0; }
.widget.widget_post_blog .blog-item .blog-info {
  margin-top: 0; }
.widget.widget_fbw_id .widget-title {
  padding-bottom: 16px;
  margin-bottom: 18px; }
.widget.widget_search input {
  padding-right: 40px; }
.widget .comment-author-link {
  text-transform: capitalize; }
.widget.widget_tag_cloud .kbe_widget .widget-title {
  padding-left: 4px; }

.mobile-show {
  display: none; }

.comments-area {
  padding-bottom: 45px; }

.right-sidebar > aside.widget:last-child, .left-sidebar > aside.widget:last-child {
  padding-bottom: 80px; }
.right-sidebar .widget.widget_foodfarm_recipe_categories, .left-sidebar .widget.widget_foodfarm_recipe_categories {
  padding-bottom: 25px; }

.general-sidebar.widget_categories span {
  font-weight: 400; }

.knowledge-list .widget_search {
  width: 100%; }
.knowledge-list .blog-post-title {
  margin-bottom: -5px; }

.page-coming-soon h1 {
  padding: 0;
  margin: 0;
  border: none;
  font-family: Lato;
  line-height: 100%; }

#error-page .page-coming-soon p {
  line-height: 24px;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.pad-bot-30 {
  padding-bottom: 30px; }

.no-border {
  border: none; }

input.wpcf7-text {
  border: 1px solid #ebebeb;
  padding: 15px 18px;
  color: #302f2f;
  background: none;
  font-size: 16px;
  font-style: normal;
  border-radius: 4px; }
  input.wpcf7-text:focus {
    border-color: #94c347;
    color: #302f2f; }

.contact-us input.wpcf7-text {
  width: 360px; }
.contact-us form.wpcf7-form {
  width: 750px;
  margin: 0px auto; }
  .contact-us form.wpcf7-form input.wpcf7-text, .contact-us form.wpcf7-form textarea {
    font-size: 13px !important;
    color: #6c6c6c; }
.contact-us .col-1 .inner-input .wpcf7-not-valid-tip {
  text-align: left;
  padding-left: 2px; }
.contact-us .wpcf7-form .inner-input {
  margin-bottom: 31px; }

.searh-result-title {
  font-family: Lato; }

.wpcf7-form textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px; }
.wpcf7-form .inner-textarea {
  text-align: center; }
.wpcf7-form .btn.btn-icon {
  padding: 0; }
  .wpcf7-form .btn.btn-icon .wpcf7-submit {
    background: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 121px;
    height: 40px;
    padding-right: 20px; }
  .wpcf7-form .btn.btn-icon .fa {
    padding: 8px 12px;
    z-index: -1; }
  .wpcf7-form .btn.btn-icon img.ajax-loader {
    width: 13px;
    height: 13px;
    margin-left: 0;
    position: absolute;
    top: 15px;
    right: 40px; }
.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  margin: 0;
  padding: 0; }
.wpcf7-form .inner-input {
  margin-bottom: 27px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6c6c6c !important;
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6c6c6c !important;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6c6c6c !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6c6c6c !important;
  opacity: 1; }

.knowledge-list .blog-info, .recipes-list .blog-info, .recipes-single .blog-info {
  color: #afafaf; }

.blog-info .info {
  cursor: pointer; }
  .blog-info .info:hover i {
    color: #94c347; }
.blog-info > .info:first-child {
  text-transform: capitalize; }

.single-post .widget .post-name {
  margin-top: 0; }
.single-post .main-sidebar .widget-title {
  margin-bottom: 16px; }
.single-post .blog-ful .blog-post-info {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.single-post .addthis_sharing_toolbox ul > li:nth-child(2), .recipes-single .addthis_sharing_toolbox ul > li:nth-child(2) {
  margin-right: 5px; }

.knowledge-list .knowledge-list-content ul li {
  min-height: initial; }
.knowledge-list .blog-content {
  margin-bottom: 30px;
  padding-bottom: 28px; }

.blog-ful .blog-item .blog-img img {
  width: 100%;
  height: auto; }
.blog-ful .ingredients-container li img {
  width: auto; }

.blog .main-sidebar .pagination {
  border-top: none;
  padding-top: 0;
  margin-top: 3px; }

.custom-color .big-title > * {
  color: inherit !important; }

.logged-in .comment-textarea {
  width: 100%;
  float: none; }
.logged-in .comments-area .comment-submit {
  margin-top: 12px; }
.logged-in .comments-area ul.commentlist #respond .comment-submit {
  margin-top: 0; }

body:not(.logged-in) .comment-textarea {
  float: right; }

.category .blog-info, .tag .blog-info {
  color: #919090;
  margin-top: 10px;
  font-size: 12px; }

.comments-area {
  padding-top: 0;
  border: none;
  padding-bottom: 0; }
  .comments-area #reply-title {
    font-size: 24px;
    padding-bottom: 16px;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: bold;
    font-family: Lato;
    color: #3a3a3a;
    position: relative; }
    .comments-area #reply-title span {
      font-weight: 300; }
  .comments-area label.error {
    color: #fff;
    padding: 6px 13px 6px 10px;
    margin-bottom: 5px;
    background: #ff7f7f;
    width: 100%; }
    .comments-area label.error:before {
      content: "\f00d";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 20px;
      margin-left: 5px;
      margin-right: 19px; }
  .comments-area#comments > .number-comments.widget-title {
    border-top: 1px solid #e6e5e5;
    padding-top: 38px; }
  .comments-area .comment-form {
    border: none;
    margin-top: 0;
    padding-top: 0; }
  .comments-area #respond {
    margin-top: 20px;
    padding-top: 37px;
    border-top: 1px solid #ebebeb; }
  .comments-area #commentform {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 48px; }
    .comments-area #commentform:after {
      clear: both;
      content: "";
      display: table; }
    .comments-area #commentform textarea {
      width: 100% !important; }
  .comments-area ul.commentlist {
    margin-bottom: -14px; }
    .comments-area ul.commentlist #respond #commentform {
      padding-bottom: 34px;
      margin-bottom: 14px; }
    .comments-area ul.commentlist #respond input, .comments-area ul.commentlist #respond textarea {
      width: 100% !important;
      background: none;
      border: 1px solid #ebebeb;
      border-radius: 4px;
      margin-bottom: 13px; }
      .comments-area ul.commentlist #respond input:focus, .comments-area ul.commentlist #respond textarea:focus {
        border-color: #94c347; }
    .comments-area ul.commentlist #respond textarea {
      height: 140px; }
    .comments-area ul.commentlist #respond input[type="text"] {
      height: 40px; }
    .comments-area ul.commentlist #respond p.form-submit {
      margin-bottom: 0; }
    .comments-area ul.commentlist #respond .widget-title {
      display: inline-block;
      padding-right: 10px; }
    .comments-area ul.commentlist #respond label {
      margin-bottom: 13px;
      color: #a7a7a7;
      text-transform: capitalize;
      font-weight: normal; }
    .comments-area ul.commentlist .profile-content ul.children > li:last-child {
      padding-bottom: 0; }
    .comments-area ul.commentlist .profile-content ul.children > li + li {
      padding-top: 0; }

blockquote {
  position: relative;
  padding: 0 0 0 35px;
  font-style: italic;
  font-size: 14px;
  border: none; }
  blockquote:before {
    background: #94c347;
    content: "";
    height: 87%;
    left: -5px;
    top: 8px;
    position: absolute;
    width: 4px; }

.big-title {
  position: relative; }

.blog-readmore {
  color: #94c347;
  font-style: italic;
  padding-left: 15px; }

.content-main:not(.main-sidebar) {
  margin-bottom: 85px; }
  .content-main:not(.main-sidebar):after {
    content: "";
    clear: both;
    display: table; }

.recipes-list .recipes-list-container .img-recipes {
  overflow: hidden;
  border-radius: 4px; }

.recipes-list-container .img-recipes img {
  width: 100%;
  height: auto; }

.top-search .product-search .btn-search {
  background: transparent none repeat scroll 0 0;
  border: 0 none; }

.newsletter-footer input {
  box-shadow: none; }

.yith-wcwl-add-to-wishlist {
  margin-top: 0px; }

.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .wishlist-title a.show-title-form i, .hidden-title-form a.hide-title-form i, .hidden-title-form button i, .yith-wcwl-wishlist-new button i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_manage_table tfoot a.create-new-wishlist i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 0px; }

.product-desc .add-to .yith-wcwl-wishlistexistsbrowse a, .product-desc .add-to .yith-wcwl-wishlistaddedbrowse a {
  color: red;
  font-size: 0; }

.yith-wcwl-wishlistaddedbrowse .feedback {
  display: none; }

.yith-wcwl-add-to-wishlist .ajax-loading:before, .add_to_cart_button.loading::before {
  animation: 1s ease-in-out 0s normal none infinite running spin;
  background: rgba(0, 0, 0, 0) url("../images/ajax-loader.gif") no-repeat scroll center center/16px 16px;
  content: "";
  display: inline-block;
  opacity: 0.6;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  right: 7px;
  bottom: 30px;
  text-align: center;
  border-radius: 5px; }

.yith-wcwl-add-to-wishlist .ajax-loading:before {
  bottom: 5px;
  z-index: 9; }

.wishlist-title {
  margin-bottom: 25px; }

.product-list .yith-wcwl-add-to-wishlist .ajax-loading::before {
  bottom: 51px;
  left: 65px;
  right: auto;
  z-index: 9; }

.add_to_cart_button.loading::before {
  margin-bottom: 10px;
  right: 12px;
  bottom: 1px; }

.add_to_cart_button {
  position: relative; }

.product-list .add_to_cart_button.loading::before {
  margin-bottom: 0px;
  right: auto;
  left: 14px;
  bottom: 10px; }

.add-to-compare .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important;
  right: 0px !important;
  left: auto !important;
  padding-left: 20px; }

.info .yith-wcwl-add-to-wishlist .ajax-loading::before {
  bottom: -12px;
  right: auto;
  left: 4px; }
.info .add-to-compare .blockUI.blockOverlay {
  right: 8px !important; }

.blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center/16px 16px !important;
  border: medium none;
  cursor: wait;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999 !important; }

.compare-list .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/13px 13px !important; }

#cboxMiddleRight, #cboxBottomRight, #cboxBottomCenter, #cboxBottomLeft, #cboxTopRight, #cboxTopCenter,
#cboxTopLeft, #cboxMiddleLeft, #cboxMiddleLeft, #cboxContent {
  background: transparent; }

#cboxOverlay {
  background: rgba(0, 0, 0, 0) url("../images/fancybox_overlay.png") repeat scroll 0 0; }

#cboxClose {
  background: url("../images/remove-icon.png") no-repeat center center;
  border: 3px solid #fff;
  border-radius: 100%;
  right: -3px;
  top: -3px; }

#cboxClose:hover {
  background: url("../images/remove-icon.png") no-repeat center center; }

.cboxIframe {
  border: 15px solid #989898;
  border-radius: 5px; }

.product-price, table.compare-list .price td {
  text-decoration: none; }

.info .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute; }

.wishlist_table tr td.product-thumbnail a {
  padding-right: 0 !important; }

table.compare-list {
  overflow-x: auto;
  display: block;
  width: 100% !important; }

table.compare-list td {
  max-width: 235px;
  min-width: 235px;
  width: 235px; }

#cart_added_msg_popup, #compare_added_msg_popup {
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  font-size: 15px;
  left: 50%;
  line-height: 50px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10000; }

#cart_added_msg_popup, #compare_added_msg_popup {
  font-size: 15px;
  line-height: 50px;
  text-align: center; }

.single_add_to_cart_button {
  line-height: 44px;
  margin-top: 25px !important; }
  .single_add_to_cart_button span {
    margin-top: 0 !important; }

.widget_shopping_cart_content .cart-info .product-name a {
  text-transform: capitalize; }

.product-desc .compare, .product-grid .desc {
  display: none; }

.our-gallery .gallery-content {
  margin-top: 0px; }
.our-gallery .pagination-page {
  margin-top: 40px; }

.vc_separator {
  width: 103px !important; }

.add-to .add_to_compare.added {
  font-size: 10px;
  padding-left: 2px; }

.product-action .add-to .add_to_compare.added {
  padding-left: 1px; }

.lightbox-content .foodfarm-post-like i {
  margin-right: 3px; }

.woocommerce-tabs #tab-reviews .description, .woocommerce-tabs #tab-reviews time, .woocommerce-tabs #tab-reviews strong {
  color: #696969; }
.woocommerce-tabs #tab-reviews #comments h2 {
  font-size: 14px;
  margin-bottom: 15px;
  display: none; }
.woocommerce-tabs #tab-reviews p.comment-form-author input, .woocommerce-tabs #tab-reviews p.comment-form-email input {
  color: #a7a7a7; }
.woocommerce-tabs #tab-reviews p.comment-form-comment textarea {
  color: #a7a7a7; }
.woocommerce-tabs #tab-reviews .comment-respond .comment-form textarea, .woocommerce-tabs #tab-reviews .comment-respond .comment-form input {
  color: #a7a7a7; }
.woocommerce-tabs #tab-reviews .form-submit input {
  color: #fff !important;
  background-color: #94c347;
  width: 100px;
  border: 0;
  margin-top: 15px; }
  .woocommerce-tabs #tab-reviews .form-submit input:hover {
    background-color: #85b635; }

body.search-no-results #primary {
  padding-bottom: 70px; }

.gallery-desc .foodfarm-post-like i {
  margin-right: 3px; }

.woocommerce-tabs .tab-content > div#tab-reviews {
  padding-top: 20px; }

.gallery-masonry .gallery-img {
  height: 100%; }
  .gallery-masonry .gallery-img img {
    height: auto; }

.info .summary p {
  margin-bottom: 15px; }

.widget_wp-customtype-archive {
  padding-bottom: 25px; }

.press-media .bg-hover img {
  height: auto; }

.gallery-grid {
  position: inherit !important; }
  .gallery-grid .grid-item {
    position: inherit !important; }

.lightbox-content .gallery-text a.foodfarm-post-like {
  font-size: inherit; }

.pp_content_container .pp_details {
  position: relative; }

.select2-drop-active {
  border: 1px solid #ddd; }

.select2-results {
  background: none; }

.product-grid .product-desc {
  height: 160px; }

.categories-product .product-grid .product-desc {
  height: 135px; }

.header-v3 .right-header .top-search form button {
  color: #828282; }

.mega-menu > li.menu-item-has-children:not(.megamenu) {
  position: relative; }

.yith-wcqv-wrapper .single_add_to_cart_button {
  padding-left: 0; }

.woocommerce-message {
  padding: 10px 20px; }

.product-list ul li {
  width: 100%; }

.product-grid .product-action-list {
  display: none; }

.product-list .product-desc .product-action-grid {
  display: none; }
.product-list .add-to-cart {
  float: left; }
.product-list .add-to {
  margin-top: 5px; }
  .product-list .add-to:last-child {
    margin-left: 12px; }
.product-list .product-content:hover .add-to:last-child {
  margin-left: 12px; }

.product-desc h3 a {
  text-transform: capitalize; }

.info .summary .share-links {
  border-top: 1px dashed #e6e6e6;
  margin-top: 71px;
  padding-top: 28px; }

.f-right {
  float: right; }

.woocommerce-tabs .nav-tabs > li > a {
  text-transform: capitalize;
  font-size: 16px; }

.share-email > a {
  text-decoration: underline; }

.woocommerce-tabs .tab-content > div {
  padding-top: 30px; }

#TellAFriend_BoxContainer {
  left: 0 !important;
  top: 200px !important; }

.tooltbars .woocommerce-message {
  margin-bottom: 15px; }

.product_title {
  text-transform: capitalize !important; }

.single_add_to_cart_button {
  color: #94c347;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  margin-top: 35px; }
  .single_add_to_cart_button span {
    background: #94c347 none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    border: 1px solid #94c347;
    border-radius: 100%;
    display: block;
    font-size: 25px;
    height: 45px;
    line-height: 40px;
    width: 45px; }

a.compare {
  display: none; }

.add-to a.compare {
  display: block; }

.widget_price_filter .ui-slider {
  margin-right: 10px; }

.price_slider_amount .button {
  background: #94c347;
  border: 0 none;
  color: #fff;
  border-radius: 4px; }

.price_slider_amount .button:hover {
  background: #85b635; }

.widget_price_filter .ui-slider .ui-slider-range {
  margin-left: 2px; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: 0; }

.product-categories li {
  position: relative; }
  .product-categories li::after {
    color: #7ea901;
    font-family: FontAwesome;
    content: "\f178";
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .product-categories li:hover::after {
    opacity: 1;
    visibility: visible; }
  .product-categories li ul li:hover a {
    padding-left: 20px; }
.product-categories > li {
  padding-bottom: 17px;
  position: relative; }
  .product-categories > li:last-child {
    padding-bottom: 0; }
  .product-categories > li:hover > a {
    padding-left: 20px; }
  .product-categories > li > a {
    color: #3a3a3a; }
  .product-categories > li.active .children {
    display: block; }
  .product-categories > li .children {
    padding-top: 14px; }
    .product-categories > li .children li {
      padding-bottom: 17px;
      margin-left: 10px; }
      .product-categories > li .children li:last-child {
        padding-bottom: 0; }
      .product-categories > li .children li a {
        color: #868686; }

.select-tooltbars select {
  padding: 0 0 0 15px; }
.select-tooltbars select.orderby {
  width: 158px; }

.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0; }

.product-img .quick-view .add_to_wishlist {
  padding: 0 10px; }

.widget_shopping_cart .widget_shopping_cart_content .cart-info .qty-cart .price span {
  color: #ed8407; }

.widget_shopping_cart .widget_shopping_cart_content ul li {
  padding-bottom: 20px; }

.widget_shopping_cart .widget_shopping_cart_content .cart-info .product-name a {
  margin-bottom: 10px; }

.yith-woocompare-widget li a.title {
  text-transform: capitalize; }

.yith-woocompare-widget ul.products-list li a.title {
  width: 85%;
  color: #3a3a3a; }

.yith-woocompare-widget ul.products-list a.remove {
  color: #bbb;
  margin-top: 5px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: bold; }
  .yith-woocompare-widget ul.products-list a.remove:hover {
    background-color: transparent;
    color: #94c347; }

.yith-woocompare-widget .clear-all {
  display: none; }

.price_slider_amount .clear {
  display: none; }

#yith-wcwl-popup-message {
  display: none !important; }

a.add_to_wishlist {
  margin-top: -22px !important; }

.footer .widget .widget-title {
  border-bottom: 0; }

#yith-quick-view-modal .yith-wcqv-wrapper {
  height: 90% !important;
  max-width: 750px;
  overflow: scroll;
  max-height: 530px;
  padding: 15px; }

.vc_separator .vc_sep_holder {
  min-width: 33px !important; }

.panel-collapse .panel-body {
  padding: 0; }

.vc_tta.vc_general .vc_tta-panel-title > a {
  color: #696969;
  font-weight: normal; }

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 15px !important; }

.recipes-content .post-name a {
  text-transform: capitalize; }

.recipes-content .blog-post-title {
  margin-bottom: 30px; }

.side-breadcrumb2 {
  padding-top: 160px; }

table.compare-list td img {
  width: 100%; }

#yith-quick-view-modal::before {
  height: auto; }

.info div.add-to-wishlist a.add_to_wishlist {
  margin-top: 0 !important; }
.info div.add-to-wishlist i {
  margin-left: 10px; }
.info .add-to-compare i {
  margin-left: 10px; }
.info .product_meta .posted_in, .info .product_meta .yith-wcbr-brands, .info .product_meta .yith-wcbr-brands-logo {
  display: none; }
.info .woocommerce-review-link {
  display: none; }
.info .product-desc > .stock, .info .product-desc > .add-to-wishlist {
  display: none; }

.single-product .product-label {
  display: none; }

.yith-wcqv-wrapper .product_meta {
  margin-top: 80px; }
  .yith-wcqv-wrapper .product_meta .posted_in, .yith-wcqv-wrapper .product_meta .yith-wcbr-brands, .yith-wcqv-wrapper .product_meta .yith-wcbr-brands-logo {
    float: left; }
  .yith-wcqv-wrapper .product_meta .yith-wcbr-brands-logo {
    display: none; }

.qty-number span {
  cursor: pointer; }

.info .summary .product-desc .add-to {
  margin-top: 28px; }

.single-product .product-type-variable {
  padding-top: 0; }

.stars .star-1::after {
  content: "\f005"; }

.stars .star-2::after {
  content: "\f005 \f005"; }

.stars .star-3::after {
  content: "\f005 \f005 \f005"; }

.stars .star-4::after {
  content: "\f005 \f005 \f005 \f005"; }

.stars .star-5::after {
  content: "\f005 \f005 \f005 \f005 \f005"; }

.woocommerce p.stars a.star-1 {
  width: 2em; }

.woocommerce p.stars a.star-2 {
  width: 3em; }

.woocommerce p.stars a.star-3 {
  width: 4em; }

.woocommerce p.stars a.star-4 {
  width: 5em; }

.woocommerce p.stars a.star-5 {
  width: 6em; }

.woocommerce p.stars a.star-1::after, .woocommerce p.stars a.star-2::after, .woocommerce p.stars a.star-3::after, .woocommerce p.stars a.star-4::after, .woocommerce p.stars a.star-5::after {
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0; }

.woocommerce p.stars a {
  border-bottom: 0 none !important;
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  outline: 0 none;
  position: relative;
  text-indent: -9999px; }

.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
  border-right: 1px solid #ccc; }

.stars a::before {
  content: "" !important; }

.stars a::after {
  font-family: fontawesome;
  color: #ccc; }

.stars a.active::after {
  color: #94c347; }

#TellAFriend_BoxContainer {
  border: 0;
  height: 395px; }

#TellAFriend_BoxContainerHeader {
  background: #94c347 none repeat scroll 0 0;
  height: 40px; }
  #TellAFriend_BoxContainerHeader #TellAFriend_BoxClose, #TellAFriend_BoxContainerHeader #TellAFriend_BoxTitle {
    margin: 10px; }

#TellAFriend_BoxLabel_Page {
  padding-top: 12px; }

.TellAFriend_TextArea, .info .summary .TellAFriend_TextBox {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: 100%;
  background-color: transparent; }

.info .summary #TellAFriend_name, .info .summary #TellAFriend_email {
  height: 39px; }

.info .summary .TellAFriend_Button {
  border-radius: 5px;
  color: #fff;
  background-color: #94c347;
  border: 0;
  height: 39px;
  width: 75px; }

.border-box::before {
  display: inherit !important; }

.about-content-home .about-icon:nth-child(2n) {
  padding-left: 0px; }

.vc_tta-style-foodfarm_style .panel-default:not(.vc_active) .panel-collapse {
  border: 0; }
.vc_tta-style-foodfarm_style .panel-default .panel-heading {
  border-radius: 5px !important;
  border: 1px solid #e1e1e1 !important; }
.vc_tta-style-foodfarm_style .panel-collapse .panel-collapse {
  border: 0; }
.vc_tta-style-foodfarm_style .vc_tta-panel-title > a {
  color: #696969 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 !important; }
  .vc_tta-style-foodfarm_style .vc_tta-panel-title > a i {
    background: #94c347 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px; }
.vc_tta-style-foodfarm_style.vc_tta.vc_tta-accordion .vc_tta-panel-title {
  font-weight: normal; }
.vc_tta-style-foodfarm_style.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 8px; }
.vc_tta-style-foodfarm_style.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  width: 8px !important;
  left: 2px !important; }
.vc_tta-style-foodfarm_style.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  height: 8px !important;
  top: 2px !important; }
.vc_tta-style-foodfarm_style.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 31px !important; }
.vc_tta-style-foodfarm_style.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 0; }

.vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list {
  border-bottom: 1px solid #ebebeb; }
  .vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list li a {
    padding: 10px 15px 10px 0;
    margin-right: 20px;
    font-weight: bold;
    border: none;
    padding-left: 0;
    text-transform: uppercase;
    color: #868686; }
  .vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list li.vc_active a {
    color: #94c347;
    border: none;
    position: relative; }
    .vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list li.vc_active a .vc_tta-title-text:before {
      position: absolute;
      content: "";
      height: 2px;
      width: 87%;
      background: #94c347;
      left: 0;
      bottom: 0px; }
  .vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list li:hover a {
    color: #94c347; }
.vc_tta-tabs.vc_tta-style-foodfarm_style .panel-collapse {
  border: none;
  margin-bottom: 0; }
  .vc_tta-tabs.vc_tta-style-foodfarm_style .panel-collapse .vc_tta-panel-body {
    padding: 30px 0 0 !important; }
    .vc_tta-tabs.vc_tta-style-foodfarm_style .panel-collapse .vc_tta-panel-body .desc-tab {
      padding-top: 0; }
    .vc_tta-tabs.vc_tta-style-foodfarm_style .panel-collapse .vc_tta-panel-body.panel-body p {
      font-size: 14px;
      line-height: 24px; }
    .vc_tta-tabs.vc_tta-style-foodfarm_style .panel-collapse .vc_tta-panel-body.panel-body p.small-text {
      font-size: 13px; }

.about-number-shortcode .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 111px;
  height: 111px;
  border: 2px solid #fff; }
  .about-number-shortcode .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover {
    background: transparent; }

.left-icon .aio-icon-left .aio-icon {
  margin-right: 19px !important; }

.left-icon .aio-icon-description {
  margin-top: -1px; }

.aio-icon-box, .wpb_column > .wpb_wrapper .aio-icon-component .aio-icon-box {
  margin-bottom: 0 !important; }

.about-icon:nth-child(2n) {
  padding-left: 0px; }

.img-about {
  padding-left: 43px !important; }

.about-content .desc {
  padding-right: 22px; }

.blog-style-2 .blog-post-info {
  z-index: 9; }

.footer-v3 .newsletter-footer aside {
  float: left;
  width: 100%; }
  .footer-v3 .newsletter-footer aside form {
    width: 100%;
    overflow: hidden; }

.promo-relative .text-container {
  padding: 40px 28px 40px 189px; }

.promo-ads-1 {
  background-image: url("../images/background/bg-product-2.png"); }

.prom-ads-2 {
  background-image: url("../images/background/bg-product.png");
  background-color: #eba605 !important; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important; }

.vc_column_container > .vc_column-inner {
  padding-top: 0px !important; }

.bottom-slider-3 .vc_column_container > .vc_column-inner {
  padding: 0; }

.ult_tabcontent.style3 {
  height: auto !important; }

.icon-2 .path1::before, .icon-2 .path2::before, .icon-2 .path3::before {
  color: #94c347; }

.icon-4 .path4::before {
  color: #94c347; }

.icon-4 .path5::before {
  visibility: visible; }

.ult_tabmenu.style3 {
  border-bottom: 0 !important;
  padding: 6px 0 21px 0 !important; }
  .ult_tabmenu.style3 > li.ult_tab_li::before {
    box-shadow: none !important; }

.ult_tabmenu.style3 li.ult_tab_li:first-child {
  border-bottom-left-radius: 4px; }

.ult_tabmenu.style3 li.ult_tab_li:last-child {
  border-bottom-right-radius: 4px; }

.ult_tabmenu.style3 > li.ult_tab_li a {
  padding: 10px 17px !important; }

.our-products-tab {
  padding: 20px 0; }

label.qty {
  color: #333436;
  margin-bottom: 19px;
  text-transform: uppercase;
  width: 100%; }

.summary .product_meta {
  margin-top: 0; }

.about .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
  border: 2px dashed #94c347 !important; }

.woocommerce .woocommerce-message {
  background: #94c347; }

.compare-list.table > thead > tr > th, .compare-list.table > tbody > tr > th, .compare-list.table > tfoot > tr > th, .compare-list.table > thead > tr > td, .compare-list.table > tbody > tr > td, .compare-list.table > tfoot > tr > td {
  border-top: 0; }

h1.compare-popup {
  font-size: 24px;
  color: #fff; }

div.tp-caption span {
  font-weight: 700 !important; }

#rev_slider_3_1 div.tp-caption {
  text-transform: none; }

p.tp-caption {
  text-align: center; }

.custom .tp-bullet {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  box-shadow: none;
  height: 2px !important;
  margin-bottom: 0 !important;
  margin-right: 5px !important;
  width: 38px !important; }

.custom .tp-bullet:hover, .custom .tp-bullet.selected {
  background: #94c347 none repeat scroll 0 0 !important;
  border: medium none !important;
  box-shadow: none;
  height: 4px !important;
  width: 40px !important; }

.promo-cus-bot .promo-2 .promo-banner {
  margin-bottom: 28px; }

.promo-banner.has-overlay::before {
  z-index: 9; }

.stats-block .stats-text.ult-responsive {
  font-weight: 300;
  margin-top: 4px; }

.hot-label span.onsale {
  display: none; }

.footer .widget_nav_menu li {
  padding-bottom: 6px; }

.contact-home input.wpcf7-text {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.contact-home .btn {
  margin-top: 12px; }

.blog-style-2 {
  float: right; }

.home-counter .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  padding: 26px; }

.images .views-block li img {
  height: auto; }

.woocommerce-tabs .tab-content > div#tab-custom1 {
  padding-top: 18px; }

.single-product .woocommerce-message {
  margin: 0 15px 15px; }

#TellAFriend_BoxAlert {
  color: #94c347; }

.stats-block .stats-text {
  text-transform: uppercase; }

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: textfield;
  /* Safari and Chrome */ }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-img img {
  height: auto !important; }

.single-post .blog-ful .blog-item .post-name {
  font-size: 25px;
  color: #3a3a3a;
  font-weight: 700; }

.single-product table:not(.shop_table):not(.compare-list) tr {
  border-bottom: 0; }

.single-product .main-sidebar {
  margin-bottom: 48px; }

.single-product .product_meta {
  display: none; }

.single-product .info .product_meta {
  display: block;
  margin-top: 15px; }
  .single-product .info .product_meta .yith-wcbr-brands, .single-product .info .product_meta .yith-wcbr-brands-logo, .single-product .info .product_meta .tagged_as {
    display: none; }

.woocommerce-tabs .tab-content .panel {
  box-shadow: none; }

.promo-ads {
  height: 438px; }

.link-contact, .top-link {
  margin-top: 8px; }

#yith-quick-view-close:hover {
  color: #94c347; }

.widget_shopping_cart_content .cart-btn .btn-default {
  padding: 10px 13px;
  margin: 0 5px; }

.select-tooltbars label {
  font-weight: normal; }

.vertical-menu .mega-menu li .caret {
  top: 12px;
  right: 7px; }

.gallery-entries-wrap.gallery-grid {
  padding-bottom: 0; }

#gallery-loadmore {
  margin-top: 40px; }

.gallery-masonry #gallery-loadmore {
  margin-top: 0; }

#menu-primary-menu .caret-verticle {
  display: none; }

.footer-v3 .footer-home .info {
  display: none; }

#yith-quick-view-content .images .main-images img {
  height: auto; }

#yith-quick-view-modal .yith-wcqv-wrapper {
  margin-top: 100px; }

table.compare-list .remove td a:hover {
  color: #94c347; }

#yith-quick-view-content .description h4 {
  margin-bottom: 10px; }

.product-grid .product-desc > div.add-to {
  display: none; }

.product-grid .product-desc > div.add-to-cart {
  display: none; }

.post-type-archive-product .product-type-variable {
  padding-top: 0; }

.variations_form .single_variation_wrap .woocommerce-variation {
  padding-bottom: 20px; }
.variations_form table.variations {
  display: block;
  padding-bottom: 20px; }
  .variations_form table.variations td.label {
    color: #333436;
    font-size: 14px;
    padding: 0; }
  .variations_form table.variations td.value {
    display: block;
    padding-top: 15px; }
    .variations_form table.variations td.value select {
      margin-right: 20px;
      width: 250px;
      background: #ffffff url("../images/caret-down.png") no-repeat scroll 92% center;
      border: 1px solid #e7e7e7;
      color: #868686;
      height: 36px;
      padding: 0 0 0 3px;
      text-transform: none; }

.shop_attributes p {
  margin-bottom: 0;
  margin-left: 10px; }

.widget_fbw_id .widget-title {
  padding-bottom: 16px; }

.product-categories > li > span {
  color: #3a3a3a; }

.about-2 .img-about::after {
  margin-left: 24px;
  width: 78.3%; }

.home-counter .vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner:hover {
  background-color: transparent; }

.fb_iframe_widget {
  padding-top: 5px; }

.lightbox-content img {
  height: auto;
  width: 100%; }

.widget_tag_cloud > div {
  margin: 0 -4px; }

#icon-unlike, #icon-like {
  margin-right: 3px; }

.comments-area .links-info #icon-unlike, .comments-area .links-info #icon-like {
  margin-right: 9px; }

.icon-next {
  margin-left: 5px; }

.post-type-archive-pressmedia .widget.widget_tag_cloud {
  padding-bottom: 21px; }
  .post-type-archive-pressmedia .widget.widget_tag_cloud .widget-title {
    margin-bottom: 20px; }

.vertical-menu-content .caret-hozi {
  display: none !important; }

.press-media .blog-info p span {
  text-transform: uppercase; }

.wpb_text_column.coming-soon {
  position: relative;
  margin-top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.categories-product .product-type-variable {
  padding-top: 0; }

.product-image img {
  height: auto; }

.info .summary p.out-of-stock {
  margin-bottom: 0;
  margin-top: 5px; }

.widget_shopping_cart_content dl.variation {
  text-transform: capitalize; }

.vc_tta-panel-body {
  border-radius: 5px !important; }

.image-turn-white .brands-img img {
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1); }
.image-turn-white .brands-img:hover img {
  opacity: 0.8; }
.image-turn-white .controls-custom-style.owl-theme .owl-controls .owl-nav div {
  color: #fff; }

.owl-carousel .owl-stage-outer {
  width: 100%; }

.owl-theme .owl-controls .owl-nav div {
  text-align: center; }

.shop_table {
  background-color: transparent;
  width: 100%; }
  .shop_table .product-remove {
    width: 97px;
    text-align: center;
    border-right: 1px solid #ddd; }
    .shop_table .product-remove a:not(.btn) {
      color: #ddd; }
      .shop_table .product-remove a:not(.btn):hover {
        color: #de4e40; }
  .shop_table .product-subtotal {
    width: 165px;
    text-align: center; }
  .shop_table .product-price, .shop_table .product-quantity {
    text-align: center; }
  .shop_table td.product-name {
    text-transform: capitalize; }
  .shop_table .product-name, .shop_table .product-thumbnail {
    border-left: 1px solid #ddd; }
    .shop_table .product-name > a:nth-child(2), .shop_table .product-thumbnail > a:nth-child(2) {
      padding-right: 14px; }
  .shop_table .product-thumbnail > a:nth-child(2) {
    padding-right: 14px; }
  .shop_table .product-thumbnail > a {
    text-transform: capitalize; }
  .shop_table .product-thumbnail dl.variation {
    margin-left: 8px;
    display: inline-block; }
    .shop_table .product-thumbnail dl.variation > * {
      display: inline-block;
      font-weight: normal;
      color: #3a3a3b; }
    .shop_table .product-thumbnail dl.variation:before {
      content: "( "; }
    .shop_table .product-thumbnail dl.variation:after {
      content: " )"; }
  .shop_table a:not(.btn), .shop_table span {
    font-size: 14px;
    color: #3a3a3b; }
  .shop_table time, .shop_table td {
    color: #3a3a3b; }
  .shop_table .product-quantity {
    min-width: 180px; }
    .shop_table .product-quantity input {
      width: 63px;
      height: 31px;
      padding: 5px;
      color: #2a2a2a;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      background: none;
      text-align: center;
      font-size: 12px; }
    .shop_table .product-quantity .qty-number {
      margin-right: -3px;
      border: 1px solid #dddddd;
      color: #2a2a2a;
      display: inline-block;
      height: 31px;
      line-height: 29px;
      text-align: center;
      vertical-align: top;
      width: 32px;
      cursor: pointer; }

.cart-title {
  font-size: 18px;
  font-weight: bold;
  color: #3a3a3b; }
  .cart-title a {
    color: #3a3a3b; }

.shop_table.cart thead {
  border-top: 1px solid #ddd; }

thead {
  background: #f1f1f1;
  color: #3a3a3b;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  border-bottom: 1px solid #dddddd;
  line-height: 80px;
  text-transform: uppercase; }
  thead th {
    padding: 0 20px; }

.woocommerce-cart .cart_item td {
  padding: 10px 20px 11px; }
.woocommerce-cart .cart_item {
  border-bottom: 1px solid #ddd; }
.woocommerce-cart .shop_table .cart_item:nth-child(even) {
  background: #fbfbfb; }
.woocommerce-cart .shop_table tr:last-child td {
  padding-top: 31px;
  padding-bottom: 46px; }
  .woocommerce-cart .shop_table tr:last-child td .coupon {
    padding-bottom: 20px;
    display: inline-block; }
    .woocommerce-cart .shop_table tr:last-child td .coupon input.input-text {
      height: 40px;
      background: none;
      border: 1px solid #ddd;
      color: #8f8f8f;
      font-size: 13px;
      position: relative;
      width: 321px; }
    .woocommerce-cart .shop_table tr:last-child td .coupon input[name="apply_coupon"] {
      margin-left: -3px;
      vertical-align: top;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      width: 86px; }
.woocommerce-cart .cart-collaterals {
  background: #f8f8f8;
  padding: 63px 0; }
  .woocommerce-cart .cart-collaterals .entry-title {
    margin-bottom: 21px; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator select, .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator input {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    color: #8f8f8f; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator p.form-row {
    margin-bottom: 7px; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator button[name="calc_shipping"] {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px; }

.btn-full {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px; }

.shipping-total {
  padding-left: 85px; }
  .shipping-total .entry-title.title-icon {
    margin-bottom: 16px; }

.prd-cross {
  padding-top: 74px; }

.checkout-button {
  background: #3a3a3b !important;
  padding-left: 19px;
  padding-right: 39px;
  margin-left: 7px; }

.cart_totals tr > th, .cart_totals tr > td {
  padding-top: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: normal;
  color: #2a2a2a;
  font-size: 15px; }
  .cart_totals tr > th span, .cart_totals tr > td span {
    font-size: 15px;
    color: #2a2a2a; }
.cart_totals tr > th {
  padding-left: 20px;
  background: #fbfbfb;
  border: 1px solid #ddd; }
.cart_totals strong {
  font-weight: normal; }
.cart_totals .shop_table tr > td {
  padding-left: 24px;
  background: #fff;
  border: 1px solid #ddd;
  width: 160px; }
.cart_totals .shop_table tr.order-total td {
  padding-top: 17px;
  padding-bottom: 17px; }

.woocommerce-account input.input-text {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #8f8f8f; }
  .woocommerce-account input.input-text:focus {
    border-color: #94c347; }
.woocommerce-account h3 {
  font-size: 18px;
  color: #3a3a3b;
  margin-bottom: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 22px; }
.woocommerce-account #customer_login {
  margin-top: -3px; }
  .woocommerce-account #customer_login h3.cart-title {
    border: medium none;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 0; }
  .woocommerce-account #customer_login .entry-title {
    margin-bottom: 25px; }
.woocommerce-account.woocommerce-edit-address p.form-row {
  margin-bottom: 15px; }
.woocommerce-account.woocommerce-edit-address h3 {
  padding-top: 0;
  margin-top: 3px; }
.woocommerce-account.woocommerce-edit-address .select2-container .select2-choice {
  padding: 7px 10px;
  border: 1px solid #ddd;
  color: #868686; }
.woocommerce-account .lost_reset_password input.btn-default[disabled] {
  display: block !important; }
.woocommerce-account table.my_account_orders {
  margin: 17px 0; }
  .woocommerce-account table.my_account_orders thead {
    height: 54px;
    line-height: 54px;
    border: 1px solid #ddd; }
  .woocommerce-account table.my_account_orders tbody tr.order {
    border: 1px solid #ddd; }
    .woocommerce-account table.my_account_orders tbody tr.order td {
      padding: 17px 20px 17px;
      margin-top: -1px; }
  .woocommerce-account table.my_account_orders tbody a.view {
    font-size: 12px;
    font-family: 'Open Sans'; }

.my_account h2, .my_account header.title {
  font-size: 18px;
  color: #3a3a3b;
  margin-bottom: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 22px; }
.my_account header.title {
  padding-top: 17px;
  margin-bottom: -2px;
  padding-bottom: 8px; }
  .my_account header.title h3 {
    display: inline-block;
    padding: 0px 5px 0 0;
    color: #3a3a3b;
    font-size: 18px;
    margin: 0;
    border: none; }
  .my_account header.title a {
    font-size: 12px;
    font-family: 'Open Sans';
    float: right;
    margin-top: 8px; }
.my_account p, .my_account address {
  color: #868686;
  line-height: 24px;
  margin-bottom: 10px; }
  .my_account p strong, .my_account address strong {
    color: #333436;
    text-transform: capitalize; }
.my_account .myaccount_info {
  margin-bottom: 9px; }
  .my_account .myaccount_info p {
    margin-bottom: 2px; }

.woocommerce-checkout form.login {
  padding: 5px 0 15px; }
.woocommerce-checkout form.checkout_coupon {
  padding: 10px 0px; }

.woocommerce .woocommerce-checkout input[type=checkbox] {
  display: none; }
.woocommerce .woocommerce-checkout input[type=checkbox]:checked + label {
  background-position: 0 -11px; }
.woocommerce .woocommerce-checkout input[type=checkbox] + label {
  padding-left: 20px;
  height: 11px;
  display: inline-block;
  line-height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer; }
.woocommerce .woocommerce-checkout input[type=checkbox] + label {
  background-image: url("../images/csscheckbox.png"); }
.woocommerce .wishlist-title {
  display: none; }
.woocommerce table.wishlist_table .product-stock-stauts {
  text-align: center; }
.woocommerce table.wishlist_table thead th {
  padding: 0 20px;
  border-top: 1px solid #ddd; }
.woocommerce table.wishlist_table tr.cart_item {
  border-bottom: 1px solid #ddd; }
  .woocommerce table.wishlist_table tr.cart_item td {
    padding: 10px 20px 11px; }
  .woocommerce table.wishlist_table tr.cart_item:nth-child(even) {
    background: #fbfbfb; }
.woocommerce table.wishlist_table span.wishlist-in-stock {
  font-size: 14px;
  color: #3a3a3b; }
.woocommerce table.wishlist_table .product-price ins, .woocommerce table.wishlist_table .product-price del {
  text-decoration: none;
  font-size: 14px;
  color: #3a3a3b; }
.woocommerce table.wishlist_table .product-price del {
  display: none; }
.woocommerce table.wishlist_table td.product-add-to-cart div.add-to-cart a.button {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 4px;
  position: relative;
  background: #94c347;
  color: #fff;
  margin-bottom: 0;
  min-width: 111px;
  text-align: center;
  display: inline-block !important; }
.woocommerce table.wishlist_table td.product-add-to-cart div.add-to-cart .tooltip {
  display: none !important; }
.woocommerce .select2-container .select2-choice .select2-arrow b:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 9px;
  font-style: normal;
  margin: 0;
  border: none;
  right: 19px;
  top: 7px;
  left: auto;
  font-weight: normal;
  text-decoration: inherit; }
.woocommerce .checkout_coupon {
  padding-bottom: 40px;
  display: inline-block; }
  .woocommerce .checkout_coupon input.input-text {
    height: 40px;
    background: none;
    border: 1px solid #ddd;
    color: #8f8f8f;
    font-size: 13px;
    position: relative;
    width: 321px; }
  .woocommerce .checkout_coupon input[name="apply_coupon"] {
    margin-left: -3px;
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 86px; }
.woocommerce form.login .form-row, .woocommerce form.register .form-row {
  margin-bottom: 14px;
  overflow: hidden; }
  .woocommerce form.login .form-row input.input-text, .woocommerce form.register .form-row input.input-text {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #8f8f8f; }
    .woocommerce form.login .form-row input.input-text:focus, .woocommerce form.register .form-row input.input-text:focus {
      border-color: #94c347; }
  .woocommerce form.login .form-row #rememberme, .woocommerce form.register .form-row #rememberme {
    margin: 5px 1px 0 10px;
    vertical-align: top; }
.woocommerce form.login p.lost_password a, .woocommerce form.register p.lost_password a {
  color: #94c347; }
.woocommerce .woocommerce-error {
  background: none;
  margin-bottom: 30px; }
  .woocommerce .woocommerce-error li {
    color: #fff;
    padding: 8px 13px 13px 9px;
    margin-bottom: 5px;
    background: #ff7f7f; }
    .woocommerce .woocommerce-error li:before {
      content: "\f00d";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 20px;
      margin-left: 5px;
      margin-right: 19px; }
    .woocommerce .woocommerce-error li strong {
      font-weight: normal; }
.woocommerce .woocommerce-info {
  padding: 11px 20px 13px 20px;
  margin-bottom: 5px;
  color: #3a3a3b;
  background-color: #f5f5f5; }
  .woocommerce .woocommerce-info a {
    color: #afafaf; }
.woocommerce .woocommerce-message {
  padding: 10px 13px 12px 9px;
  margin-bottom: 25px;
  color: #fff; }
  .woocommerce .woocommerce-message a {
    color: #fff; }
  .woocommerce .woocommerce-message:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 23px; }
.woocommerce abbr[title], .woocommerce abbr[data-original-title] {
  border-bottom: none; }
.woocommerce .select2-container .select2-choice, .woocommerce select {
  padding: 0 0 0 5px;
  border: 1px solid #ddd;
  color: #8f8f8f; }
.woocommerce .shop_table.order_details {
  margin-top: 20px; }
  .woocommerce .shop_table.order_details thead {
    height: 54px;
    line-height: 54px;
    border: 1px solid #ddd; }
  .woocommerce .shop_table.order_details tr {
    border: 1px solid #ddd; }
  .woocommerce .shop_table.order_details td, .woocommerce .shop_table.order_details tfoot th {
    padding: 17px 20px 17px; }
  .woocommerce .shop_table.order_details dl.variation {
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%; }
    .woocommerce .shop_table.order_details dl.variation p {
      margin-bottom: 0; }
    .woocommerce .shop_table.order_details dl.variation > * {
      display: inline-block;
      font-weight: normal; }
    .woocommerce .shop_table.order_details dl.variation dt {
      margin-left: 5px; }
.woocommerce .shop_table.customer_details th, .woocommerce .shop_table tfoot th {
  color: #3a3a3b;
  font-weight: normal; }
.woocommerce .view-order-detail header h2, .woocommerce .view-order-detail header h3 {
  padding-top: 38px; }
.woocommerce .view-order-detail h2, .woocommerce .view-order-detail h3 {
  font-size: 18px;
  color: #3a3a3b;
  margin-bottom: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 22px; }
.woocommerce .view-order-detail h2 {
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ebebeb; }
.woocommerce mark {
  background: none;
  color: #696969; }
.woocommerce .woocommerce-checkout {
  padding-top: 25px; }
  .woocommerce .woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 33px;
    color: #3a3a3b; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table thead {
    display: none; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table tr.cart_item td, .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot th, .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot td {
    padding: 16px 20px 17px;
    border: 1px solid #ddd;
    font-size: 15px; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table tr > td:first-child, .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot th {
    background: #fbfbfb;
    font-size: 15px;
    color: #2a2a2a; }
    .woocommerce .woocommerce-checkout #order_review table.shop_table tr > td:first-child strong, .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot th strong {
      font-weight: normal; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table tr > td:nth-child(2), .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot td:nth-child(2) {
    padding: 16px 10px 17px 13px; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table span {
    font-size: 15px;
    color: #2a2a2a; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table .order-total span {
    color: #cc7278; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table .order-total td {
    width: 69px; }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
    padding-top: 60px; }
    .woocommerce .woocommerce-checkout .woocommerce-checkout-payment select {
      width: 100%;
      color: #2a2a2a;
      cursor: pointer;
      margin-bottom: 10px;
      background: transparent url(../images/chevron-down-icon.png) center right no-repeat;
      background-position: 95%; }
    .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .btn-full {
      font-size: 14px;
      font-weight: bold; }
    .woocommerce .woocommerce-checkout .woocommerce-checkout-payment h3 {
      color: #2a2a2a;
      font-family: 'Belleza';
      font-weight: normal; }
  .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: none;
    padding: 8px 23px;
    min-height: 98px; }
  .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label.checkbox {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    font-weight: normal;
    color: #2a2a2a; }
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .create-account label.checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    font-weight: normal;
    color: #2a2a2a; }
.woocommerce .woocommerce-billing-fields .form-row:not(.create-account) label, .woocommerce .woocommerce-shipping-fields .form-row:not(.create-account) label {
  display: block; }
.woocommerce .woocommerce-billing-fields .form-row:not(.create-account) input, .woocommerce .woocommerce-billing-fields .form-row:not(.create-account) select, .woocommerce .woocommerce-shipping-fields .form-row:not(.create-account) input, .woocommerce .woocommerce-shipping-fields .form-row:not(.create-account) select {
  width: 100%;
  background: none;
  margin-bottom: -1px;
  padding: 10px 23px 11px;
  color: #2a2a2a;
  border: 1px solid #ddd; }
.woocommerce .woocommerce-billing-fields .form-row:not(.create-account) .select2-container .select2-choice, .woocommerce .woocommerce-shipping-fields .form-row:not(.create-account) .select2-container .select2-choice {
  color: #2a2a2a;
  padding: 7px 15px 7px 23px;
  border-radius: 0; }
.woocommerce table.woocommerce-checkout-review-order-table {
  border: 1px solid #ddd; }

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce {
  margin-top: -7px; }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce h2, .woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce h3 {
    font-size: 18px;
    color: #3a3a3b;
    margin-bottom: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 22px; }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce header h2, .woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce header h3 {
    padding-top: 38px; }

.static-without-container .static-content.wpb_column {
  padding: 42px 0 45px; }
  .static-without-container .static-content.wpb_column.vc_column_container {
    padding-left: 30px; }

.product-grid .product-action {
  min-height: 45px; }

.uvc-heading-spacer.line_only {
  height: 3px; }

.font_family_type span {
  font-size: 25px; }

/*==========================RESPONSIVE===============================================*/
@media (min-width: 1920px) {
  .vc_icon_element.icon-pe.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 78px !important; }

  .vc_icon_element.icon-pe.vc_icon_element-outer {
    margin-right: 30px;
    margin-top: 0; }

  .static-content .desc h4 {
    margin-left: 70px; }

  .ab-coming-soon {
    margin-top: 70px; } }
@media (min-width: 1660px) {
  .promo-banner .wpb_single_image:not(.logo) img {
    width: 1500px; }

  .page-coming-soon.wpb_column .logo {
    margin-top: 77px; }

  .categories-product {
    padding-bottom: 230px; }

  .ab-coming-soon {
    position: absolute;
    width: 100%;
    margin-top: 68px;
    top: auto;
    z-index: 1; } }
@media (max-width: 1505px) {
  .bg_gallery_2 .gallery_description {
    width: 85%; }

  .btn-no-radius {
    padding: 8px 25px !important; } }
@media (min-width: 1340px) {
  .categories-product {
    padding-bottom: 42px; } }
@media (max-width: 1339px) {
  .bg_gallery_2 .gallery_description {
    width: 100%; } }
@media (min-width: 992px) {
  .testimonial_2 .testimonials-client .testimonial_content {
    padding-right: 30px; }

  .header-v3 .main-navigation .mega-menu > li > a {
    padding-left: 12px;
    padding-right: 12px; }

  .header-v6.hide-headertop {
    padding-top: 50px; }
    .header-v6.hide-headertop.is-sticky {
      padding-top: 0; }

  .header-v1.is-sticky .header-logo img {
    height: 40px; }

  .right-services .wpb_single_image {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -20px;
    height: auto;
    right: 20px; }

  .our-blog-h4 .our-blog .col-md-6:nth-child(4) .blog-list:first-child, .our-blog-h4 .our-blog .col-md-6:nth-child(5) .blog-list:first-child {
    border-bottom-color: transparent; } }
@media (min-width: 1200px) and (max-width: 1340px) {
  .is-sticky.header-v3 .main-navigation .mega-menu > li > a {
    padding: 30px 12px; }

  .header-v3 .main-navigation .mega-menu > li > a {
    padding-left: 7px;
    padding-right: 8px; } }
@media (min-width: 1200px) {
  .footer-v6 .footer-top .left_logo_footer {
    padding: 18px 45px 18px 0; }

  .tab_filter_5 .nav-tabs.btn-filter li {
    padding-right: 30px; }
    .tab_filter_5 .nav-tabs.btn-filter li a > i {
      color: #aeaeae;
      font-size: 40px; }
    .tab_filter_5 .nav-tabs.btn-filter li:first-child {
      padding-top: 10px; }
      .tab_filter_5 .nav-tabs.btn-filter li:first-child a i {
        font-size: 30px; }
    .tab_filter_5 .nav-tabs.btn-filter li:last-child {
      padding-right: 0; }

  .ads_banner_ff .wpb_single_image .vc_single_image-wrapper {
    width: 100%; }
    .ads_banner_ff .wpb_single_image .vc_single_image-wrapper img {
      width: 100%; }

  .ads_banner_ff .wpb_single_image .vc_figure {
    width: 100%; }

  .banner_category_product .wpb_single_image .vc_single_image-wrapper {
    width: 100%; }
    .banner_category_product .wpb_single_image .vc_single_image-wrapper img {
      width: 100%; }

  .banner_category_product {
    padding-bottom: 99px; }

  .is-sticky.header-v3 .main-navigation .mega-menu > li > a {
    padding: 30px 12px; }

  .footer-v1 .mc4wp-alert.mc4wp-notice p {
    margin-bottom: 0; }

  #yith-quick-view-content .images .main-images img {
    height: auto; }

  .single-product #main {
    padding-top: 21px; }

  .vertical-menu {
    top: 133px; }

  .page-home-3 .container-fluid {
    padding: 0 100px; }

  .contact-home .contact-form .your-name span.wpcf7-not-valid-tip, .contact-home .contact-form .your-phone span.wpcf7-not-valid-tip {
    text-align: left;
    width: 443px;
    float: right; }
  .contact-home .contact-form .your-email span.wpcf7-not-valid-tip {
    float: left; }

  .woocommerce form.woocommerce-checkout .customer-details {
    padding: 0 16px; }

  .service-detail-2 .detail-main.vc_col-md-8 {
    width: 70%;
    margin-right: 2px; }
  .service-detail-2 .featured-machines.detail2.vc_col-md-4 {
    width: 30%;
    margin-right: -2px; }

  .featured-machines .column-right .aio-icon-component {
    width: 360px;
    margin-right: 0;
    margin-left: auto; }

  .testimonials-client .testimonial_content {
    margin: 0 125px; }

  .left-services.vc_column_container {
    padding-right: 50px; }

  .right-services .wpb_single_image {
    width: 116%; } }
@media (width: 1200px) {
  .vertical-menu {
    width: 220px; } }
@media (max-width: 1199px) {
  .bottom_banner_bakery {
    display: none; }

  .bg_gallery_2 {
    width: 70%; }

  .tab_filter_5 .nav-tabs.btn-filter li {
    padding-right: 10px; }
    .tab_filter_5 .nav-tabs.btn-filter li:last-child {
      padding-right: 0; }

  .testimonial_2 > .vc_column-inner::before {
    border: 0; }

  .testimonial_2 > .vc_column-inner {
    position: static;
    margin-top: 0; }

  .header-v1 .mini-cart .number-product {
    right: 8px; }

  .newsletter-footer .mc4wp-alert {
    margin-top: 50px; }

  .footer-v4 .newsletter-footer .mc4wp-alert, .footer-v5 .newsletter-footer .mc4wp-alert {
    margin-top: 20px; }

  .promo-banner .wpb_single_image:not(.logo) img {
    width: 1200px; }

  .right-sidebar > aside.widget:last-child, .left-sidebar > aside.widget:last-child {
    padding-bottom: 30px; }

  .cboxIframe {
    height: 600px; }

  .bottom-slider-3 .promo-2 .promo-banner {
    margin-bottom: 0; } }
@media (width: 1024px) {
  .header-v2 .mega-menu > li > ul.dropdown-menu {
    padding-left: 10px; }

  .header-v2 .mega-menu .dropdown-menu {
    width: 103%; } }
@media (max-width: 1024px) {
  .main-sidebar, .search-results .content-primary {
    margin-bottom: 50px; }

  .no-pad {
    margin-top: -50px; }

  .member-service:hover {
    z-index: 5; }

  .member-service:nth-of-type(1):hover {
    z-index: 3; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .our-gallery .bg_gallery_2 .entry-title {
    padding-top: 60px; }

  .bg_gallery_2 {
    background-size: 80%; }

  .our-gallery .bg_gallery_2 .load-more {
    padding-bottom: 60px; }

  .header-v6 .mega-menu > li:nth-of-type(4) {
    margin-left: 230px; }

  .header-v6 .mega-menu {
    padding-right: 39px; }

  .header-v6 .header-logo {
    margin: 0 0 0 -78px; }

  .header-v6 .right-header {
    right: 4%; }

  .footer-bottom {
    padding: 9px 0; }

  .payment {
    margin-top: 6px; }

  .footer-bottom address {
    padding-top: 0; }

  .ads_border_1 {
    padding: 20px 0; }

  .ads_border_1 h3 {
    font-size: 12px; }

  .ads_border_2 {
    width: 91%; }

  .header-v2.is-sticky .mega-menu > li > a {
    padding: 22px 13px 25px; }

  .widget_shopping_cart .widget_shopping_cart_content .cart-btn .btn-default {
    font-size: 12px;
    margin: 0 5px;
    padding: 7px 5px; }

  .block-icon {
    padding-top: 10px; }

  .newsletter-footer .widget_mc4wp_form_widget {
    width: 100%; }

  .vc_icon_element.contact-content .icon {
    font-size: 35px;
    height: 65px;
    line-height: 65px;
    margin-right: 0;
    width: 65px; }
    .vc_icon_element.contact-content .icon .vc_icon_element-icon {
      font-size: 35px !important; }

  .vertical-menu {
    top: 24px; }

  .page-home-3 .container-fluid {
    padding: 0 30px; }

  .vertical-menu {
    width: 240px; }

  .yith-woocompare-widget ul.products-list li a.title {
    width: 80%; } }
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  @media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .vc_icon_element.about-icon:not(.hover-off) .icon .icon-4 .path5:before {
      margin-left: -36px; } } }
@media (max-width: 991px) {
  .header-v6 .mega-menu > li.current-menu-parent::before, .header-v6 .mega-menu > li.current_page_parent::before, .header-v6 .mega-menu > li.current_page_item::before {
    height: 0;
    width: 0; }

  .header-v6 .mega-menu {
    padding-right: 20px;
    top: 61px; }

  .header-v6 .right-header {
    right: 25px; }

  .header-v6 .search-block-top > .btn-search {
    padding: 20px; }

  .header-v6 .header-logo {
    margin: 0;
    background: transparent;
    width: auto;
    height: auto; }

  .fixed-header .header-v6.is-sticky .header-logo {
    top: -48px; }

  .header-v6 .btn-open {
    color: #fff; }

  .header-v6 .header-logo {
    top: -47px; }

  .bg_gallery_2 {
    width: 92%; }

  .testimonial_2 .testimonials-client {
    padding-left: 0; }

  .banner_right_testimonial .wpb_single_image .vc_figure, .banner_right_testimonial .wpb_single_image .vc_single_image-wrapper, .banner_right_testimonial .wpb_single_image img {
    width: 100%; }

  .member-service:nth-of-type(1) .box-members {
    left: 18%;
    top: 44%; }

  .top_services {
    background-position: unset; }

  .blog-list-default:nth-child(4) .blog-list {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px; }

  .ult_tabmenu > li.ult_tab_li.current span.ult-span-text {
    color: #fff; }

  .is-sticky .sticky-logo {
    top: 0; }
    .is-sticky .sticky-logo img {
      height: 40px; }

  .header-v3 .right-header .top-link .dropdown-menu,
  .mini-cart .cart-block {
    z-index: 99999; }

  .contact-home span.wpcf7-not-valid-tip {
    text-align: left; }

  .about-2 .border-box::before {
    border: 0 !important; }

  header .languges-flags::before, header .currency_custom::before {
    content: none; }

  .megamenu .dropdown-menu {
    padding: 0 0 0 8px; }

  .mega-menu .page_item_has_children:not(.megamenu) > .children li ul.children,
  .mega-menu .menu-item-has-children:not(.megamenu) > .children li ul.children {
    position: static;
    width: 100%;
    padding: 0; }

  .woocommerce .woocommerce-billing-fields {
    padding-top: 20px; }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment,
  .woocommerce .woocommerce-shipping-fields {
    padding-top: 35px; }

  .search.search-results .blog-ful.type-post .blog-post-info {
    border-radius: 10px;
    border: medium none; }

  .static-without-container .static-content.wpb_column {
    padding: 15px 0; }
    .static-without-container .static-content.wpb_column:first-child {
      padding-top: 45px; }
    .static-without-container .static-content.wpb_column:last-child {
      padding-bottom: 45px; }

  .mobile-hide {
    display: none; }

  .destop-hide {
    display: block; }

  .shop_table .product-subtotal {
    width: auto; }

  .btn-update-cart {
    text-align: left; }

  .bottom-slider-3 .promo-1 {
    margin-bottom: 0; }

  .about-2 .border-box::before {
    background: transparent;
    border: 0;
    left: 15px; }

  .our-blog-2 .our-blog-left {
    margin-top: 30px; }

  .woocommerce-tabs .tab-content > div {
    margin-bottom: 0; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    margin-top: 70px; }

  .vc_icon_element.contact-content .icon {
    margin-bottom: 30px; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 600px; }

  .page-home-3 .container-fluid {
    padding: 0 15px; }

  .categories-product {
    padding-top: 25px; }

  .contact-us input.wpcf7-text {
    width: 100%; }
  .contact-us form.wpcf7-form {
    width: 100%; }

  .woocommerce-account form.login {
    padding-bottom: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .footer-v6 .footer-menu-list > div {
    border-left: 0;
    padding-left: 0; }

  .footer-v6 .footer-menu-list > div:first-child {
    padding-bottom: 20px; }

  .promo-banner .bakery_banner h3 {
    font-size: 30px;
    padding-bottom: 30px; }
  .promo-banner .bakery_banner span {
    font-size: 60px;
    margin-bottom: 30px; }
  .promo-banner .bakery_banner a {
    font-size: 13px; }

  .footer-bottom {
    padding: 9px 0; }

  .payment {
    margin-top: 6px; }

  .footer-bottom address {
    padding-top: 0; }

  .promo-banner-3.has-overlay::before {
    background: transparent; }

  .promo-banner .text_block_over {
    right: 15px; }

  .promo-banner .text_block_over_2 {
    left: 15px; }

  .ads_border_2 {
    height: 85%;
    width: 88%; }

  .ads_border_1 h3 {
    font-size: 11px;
    margin-left: 10px;
    margin-top: 8px; }

  .banner_block_store {
    padding-top: 30px; }
    .banner_block_store .promo-banner {
      width: 50%;
      float: left; }
      .banner_block_store .promo-banner:first-child {
        padding-right: 15px; }
      .banner_block_store .promo-banner:last-child {
        padding-left: 15px; }
    .banner_block_store .vc_empty_space {
      display: none; }

  .about .about-content {
    margin-top: 0; }

  .promo-1 {
    margin-bottom: 15px; }

  .time-coundown .time_circles > div > h4 {
    margin-bottom: 8px; }

  .ab-coming-soon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    margin-top: 31.5%; }

  #TellAFriend_BoxContainer {
    left: 170px !important;
    top: 200px !important; } }
@media (max-width: 782px) {
  .logged-in.admin-bar .is-sticky {
    margin-top: 46px; }
  .logged-in.admin-bar .is-sticky.header-v3 .menu-left {
    margin-top: 46px; } }
@media (max-width: 767px) {
  .testimonial_2 .testimonials-client {
    padding-left: 15px; }

  .bg_gallery_2 {
    background-size: auto; }

  .tab_filter_5 .nav-tabs.btn-filter li {
    padding-right: 0;
    float: none;
    display: inline-block; }
    .tab_filter_5 .nav-tabs.btn-filter li:first-child {
      padding-top: 0; }
      .tab_filter_5 .nav-tabs.btn-filter li:first-child a > p {
        margin-top: 14px; }
    .tab_filter_5 .nav-tabs.btn-filter li a > i {
      font-size: 24px; }

  .footer-v6 .footer-menu-list > div {
    padding-bottom: 30px;
    border-left: 0; }
    .footer-v6 .footer-menu-list > div:first-child {
      padding-top: 20px;
      padding-left: 30px; }

  .bg_gallery_2 {
    width: 100%; }

  .btn.btn-organic {
    margin-top: 10px !important; }

  .btn.btn-organic .fa {
    margin-top: 3px !important; }

  .ads_border_1 {
    margin: 0 0 10px 0;
    padding: 11px; }

  .ads_border_2 {
    border: 0; }

  .banner_block_store {
    padding-top: 30px; }

  .service-detail-2 .need-help-container {
    margin-left: 0;
    margin-right: 0; }

  .content-main:not(.main-sidebar) {
    margin-bottom: 50px; }

  .is-sticky .sticky-logo {
    left: 10px; }

  .vc_icon_element.contact-content .icon {
    margin-bottom: 0;
    margin-right: 13px; }

  .no-pad {
    margin-top: -30px; }

  header .languges-flags .dropdown-menu, header .currency_custom .dropdown-menu {
    left: auto;
    right: 0; }

  body.search-no-results #main #searchform {
    width: 100%; }

  .search-results .search-content .blog-content:last-child {
    margin-bottom: 0; }

  .woocommerce table.wishlist_table thead {
    line-height: 100%; }
    .woocommerce table.wishlist_table thead th {
      padding: 0 15px; }

  .static-without-container .static-content.wpb_column {
    padding: 20px 0 20px;
    min-height: 90px; }

  .owl-carousel .recipes-content .blog-post-info {
    margin-bottom: 0;
    margin-top: 10px; }
    .owl-carousel .recipes-content .blog-post-info .blog-post-title {
      margin-bottom: 25px; }

  .ult_tabmenu.style3 > li.ult_tab_li {
    text-align: center; }

  .table-responsive > .compare-list > thead > tr > th, .table-responsive > .compare-list > tbody > tr > th, .table-responsive > .compare-list > tfoot > tr > th, .table-responsive > .compare-list > thead > tr > td, .table-responsive > .compare-list > tbody > tr > td, .table-responsive > .compare-list > tfoot > tr > td {
    white-space: normal; }

  .about .img-about::before {
    left: 15px; }

  .single_add_to_cart_button {
    padding: 0; }

  .about-content .desc {
    padding-right: 0; }

  .woocommerce-tabs .tab-content > div {
    padding-top: 20px; }

  .newsletter-footer .widget_mc4wp_form_widget {
    width: 100%; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 400px; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important; }
    #yith-quick-view-modal .yith-wcqv-wrapper .summary-content h3 {
      margin-top: 10px; }
    #yith-quick-view-modal .yith-wcqv-wrapper .summary-content .single_add_to_cart_button {
      margin-top: 20px; }

  .shipping-total {
    padding-left: 15px;
    padding-top: 25px; }

  .btn-update-cart {
    text-align: left; }

  .woocommerce-cart .shop_table tr:last-child td input[type="submit"], .woocommerce-cart .shop_table tr:last-child td input[type="button"], .woocommerce-cart .shop_table tr:last-child td input[type="reset"] {
    width: auto;
    margin-bottom: 0; }

  .categories-product .entry-title h2 {
    margin-left: 0; }

  .categories-product .entry-title {
    margin-top: 0; }

  .my_account address {
    text-align: left; }

  .contact-us .col-2 {
    width: 100%; } }
@media (max-width: 660px) {
  .footer-v6 .footer-top .newsletter-footer {
    border-left: 0; }

  .footer-v6 .footer-top .left_logo_footer {
    padding: 15px; }

  .footer-v6 .footer-top .newsletter-footer {
    padding: 15px; } }
@media (max-width: 640px) {
  .btn-no-radius {
    padding: 8px 14px !important; }

  .images .zoomWrapper {
    margin: 0; }

  .ult_tabs .ult_tabcontent .woocommerce .product-grid .yith-wcwl-add-to-wishlist {
    margin-top: 5px; }

  .top-link .customlinks.dib a.update-wishlist span {
    display: inline; }

  .vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list li {
    width: 100%; }
    .vc_tta-tabs.vc_tta-style-foodfarm_style ul.vc_tta-tabs-list li.vc_active a .vc_tta-title-text::before {
      content: none; }
  .vc_tta-tabs.vc_tta-style-foodfarm_style.vc_tta .vc_tta-tabs-container {
    display: block; }
  .vc_tta-tabs.vc_tta-style-foodfarm_style.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading {
    display: none; }

  .woocommerce-account input[type="submit"], .woocommerce-account input[type="button"], .woocommerce-account input[type="reset"] {
    margin-bottom: 0;
    width: auto; }

  .ult_tabmenu.style3 > li.ult_tab_li:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

  .ult_tabmenu.style3 > li.ult_tab_li:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

  .ult_tabmenu.style3 {
    width: 290px !important; }

  .ult_tabmenu.style3 > li.ult_tab_li {
    text-align: center;
    width: 100%;
    border-top: 0 !important; }
    .ult_tabmenu.style3 > li.ult_tab_li a {
      padding: 0 !important; }

  .ult_tabs .ult_tabmenu.style3 li.ult_tab_li:not(.current) {
    border-left: 1px solid #e1e1e1 !important; }

  .ult_tabmenu.style3 li.ult_tab_li:first-child {
    border-top: 1px solid #e1e1e1 !important; }

  .ult_tabmenu.style3 > li.ult_tab_li a {
    display: block;
    width: 100%;
    text-align: center; }
    .ult_tabmenu.style3 > li.ult_tab_li a span.ult_tab_main {
      display: inline-block; }

  .comments-area .profile-bottom, .comments-area .profile-top {
    width: 100%; }

  .commentlist .profile-bottom {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 20px; }

  .comments-area .profile-content ul.children > li {
    padding-top: 0; }

  .commentlist .profile-top {
    margin-top: 0; }

  .commentlist .profile-bottom::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c5c5c5;
    border-top: none;
    content: "";
    left: 18px;
    margin-top: -10px;
    position: absolute;
    top: 0; }

  .commentlist .profile-bottom::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-top: none;
    content: "";
    left: 19px;
    margin-top: -8px;
    position: absolute;
    top: 0; }

  .commentlist .profile-content ul.children > li {
    padding-left: 15px; } }
@media (width: 568px) {
  .mega-menu li a {
    padding: 8px 0 !important; } }
@media (max-width: 479px) {
  .promo-banner .bakery_banner h3 {
    font-size: 30px;
    padding-bottom: 20px; }
  .promo-banner .bakery_banner span {
    font-size: 50px;
    margin-bottom: 20px; }
  .promo-banner .bakery_banner a {
    font-size: 13px; }

  .bg_gallery_2 .gallery_description {
    padding: 0; }

  .bg_gallery_2 {
    width: 100%;
    padding: 113px 25px; }

  .header-v5 .cart-block {
    right: -15px;
    top: 53px; }

  .style_middle .line {
    top: 24px; }

  .btn.btn-organic .fa {
    margin-top: 5px !important; }

  .btn-no-radius {
    font-size: 10px !important;
    padding: 5px !important; }

  .banner_meat h2 {
    font-size: 24px; }

  .banner_meat h3 {
    font-size: 20px; }

  .ads_border_1 {
    padding: 20px 0; }

  .ads_border_1 h3 {
    font-size: 12px; }

  .time_circles > div > span {
    line-height: 15px !important; }

  .product-list .product-action::before {
    width: 127%; }

  .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    border-right: 0; }

  .woocommerce p.stars a {
    margin-right: 0; }

  .is-sticky .mega-menu {
    height: 370px;
    overflow: scroll; }

  .woocommerce p.stars a.star-5 {
    width: 5em; }

  .blog .blog-ful .blog-img + .blog-post-info {
    margin-top: 30px; }

  .single-post .blog-ful .blog-img + .blog-post-info {
    margin-top: 30px; }

  .blog-ful .blog-img + .blog-post-info {
    margin-top: 30px;
    margin-left: 0; }

  .blog-ful .blog-post-info {
    margin-left: 0; }

  .blog-post-info {
    width: 100%; }

  .woocommerce .checkout_coupon input.input-text {
    width: auto; }

  .static-without-container .static-content.wpb_column {
    padding: 25px 0; }

  .search.search-results .blog-ful.type-post .blog-post-info {
    margin: 0px 0 0;
    padding: 15px; }

  .newsletter-footer form {
    padding-right: 0; }

  .knowledge-list .blog-content {
    padding-bottom: 10px; }

  .search .knowledge-list .blog-content {
    padding-bottom: 28px; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 330px; }

  .vc_separator .vc_sep_holder {
    min-width: 30px !important; }

  .comments-area .profile-bottom, .comments-area .profile-top {
    width: 100%; }
  .comments-area .profile-content {
    padding-bottom: 0; }
    .comments-area .profile-content ul.children > li {
      padding-top: 0; }
  .comments-area #respond {
    margin-top: 10px;
    padding-top: 25px; }
  .comments-area ul.commentlist #respond #commentform {
    padding-bottom: 48px; }

  .images .main-images img {
    height: auto !important; }

  #TellAFriend_BoxContainer {
    left: 30px !important;
    width: 330px; }

  .time-coundown .time_circles > div > span,
  .page-coming-soon .time-coundown .time_circles > div > span {
    font-size: 18px !important; }

  .widget .blog-post-info {
    width: auto;
    float: none; }

  .woocommerce-cart .shop_table tr:last-child td .coupon input.input-text {
    width: auto; }

  .wc-proceed-to-checkout.display-inline {
    display: block;
    margin-left: -7px;
    padding-top: 21px; }

  .footer-location-container .about-icon .icon {
    margin-right: 4px;
    margin-left: 2px; }
    .footer-location-container .about-icon .icon .pe-7s-call {
      margin-left: 5px; } }
@media (max-width: 375px) {
  .categories-product .product-label {
    right: 25px; }

  .categories-product .product-label.hot-label {
    left: 25px; }

  .widget_shopping_cart_content .cart-btn .btn-default {
    padding: 7px; }

  .need-help .vc_icon_element.vc_icon_element-align-inline {
    padding-right: 16px; }
  .need-help .wpb_text_column h2 {
    font-size: 28px; }
  .need-help .wpb_text_column p {
    font-size: 14px; }

  ul.info_list_style2 li {
    font-size: 18px;
    padding-bottom: 13px; }

  .blog-content .blog_post_desc p a {
    display: block;
    padding-left: 0; }

  blockquote::before {
    height: 94%; }

  #yith-wcwl-popup-message {
    left: 70%; }

  .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-right: 25px !important; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 300px; }

  .variations_form table.variations td.value select {
    width: 230px; }

  .vc_icon_element.contact-content .icon {
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    margin-right: 0;
    width: 60px; }
    .vc_icon_element.contact-content .icon span.vc_icon_element-icon {
      font-size: 30px !important; }

  #TellAFriend_BoxContainer {
    left: 30px !important;
    width: 300px; }

  .share-email > a::before {
    bottom: 69px; }

  .vc_icon_element.contact-content {
    margin-bottom: 15px; }
    .vc_icon_element.contact-content .icon {
      margin-bottom: 0; }
    .vc_icon_element.contact-content .contact-desc {
      margin-top: -10px; }

  .single-kbe_knowledgebase .side-breadcrumb .page-title h2, .single-post .side-breadcrumb .page-title h2 {
    font-size: 25px; }

  .page-coming-soon.vc_row .coming-soon .time-coundown .time_circles {
    margin-left: 20px; }

  .comments-area ul.commentlist #respond a#cancel-comment-reply-link {
    float: left;
    width: 100%;
    margin-top: -27px;
    position: relative; } }
@media (max-width: 320px) {
  .single-post .blog-ful .blog-item .post-name {
    line-height: 25px; }

  #TellAFriend_BoxContainer {
    left: 10px !important;
    width: 300px; }

  .woocommerce .shop_table.cart tbody td.product-thumbnail a:last-child {
    display: block;
    padding-top: 5px; }
  .woocommerce .shop_table.cart tbody td.product-thumbnail .mobile-show {
    padding-top: 40px; }

  #cart_added_msg_popup, #compare_added_msg_popup {
    left: 46%; } }
@media screen and (max-width: 600px) {
  .logged-in.admin-bar .is-sticky {
    margin-top: 0; }
  .logged-in.admin-bar .is-sticky.header-v3 .menu-left {
    margin-top: 0; }

  .woocommerce-cart .shop_table tr:last-child td .coupon {
    padding-bottom: 8px; }

  .mobile-show {
    display: inline-block;
    position: absolute;
    width: 42%;
    height: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
    padding: 26px 16px 20px 20px;
    border-right: 1px solid #ddd; }

  .woocommerce .shop_table.cart tbody td.product-quantity .mobile-show {
    padding-top: 30px; }
  .woocommerce .shop_table.cart tbody td.product-subtotal .mobile-show {
    padding-top: 25px; }

  .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody > tr > td:not(.order-actions):before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    padding-right: 10px;
    padding: 17px 8px 19px 16px;
    border-right: 1px solid #ddd;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .woocommerce .woocommerce-checkout #order_review table.shop_table tr > td:nth-child(2), .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot td:nth-child(2) {
    padding-left: 20px; }

  .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) tbody, .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) th, .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) td, .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) tr {
    display: block; }

  .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) thead {
    display: none; }

  .woocommerce table.shop_table:not(.customer_details):not(.woocommerce-checkout-review-order-table):not(.cart)
  td:not(.actions) {
    border: 1px solid #ddd;
    position: relative;
    padding-left: 20px;
    margin-top: -1px;
    width: 100%;
    text-align: left; }

  .woocommerce-checkout .woocommerce table.shop_table.order_details tfoot td, .woocommerce-view-order .woocommerce table.shop_table.order_details tfoot td,
  .woocommerce-cart .woocommerce table.shop_table.order_details tfoot td {
    padding-left: 20px !important; }
  .woocommerce-checkout .woocommerce .cart_totals.calculated_shipping table.shop_table_responsive td, .woocommerce-view-order .woocommerce .cart_totals.calculated_shipping table.shop_table_responsive td,
  .woocommerce-cart .woocommerce .cart_totals.calculated_shipping table.shop_table_responsive td {
    padding-left: 20px !important; }

  .woocommerce-checkout.woocommerce-order-received address {
    text-align: left; }

  .woocommerce table.wishlist_table tr.cart_item {
    border: none; }

  .woocommerce table.wishlist_table tr.cart_item td {
    padding: 26px 20px; }
    .woocommerce table.wishlist_table tr.cart_item td.product-name {
      padding-top: 10px;
      padding-bottom: 10px; }

  .woocommerce .shop_table.order_details tr {
    margin-bottom: 5px;
    border: none; }
  .woocommerce .shop_table.order_details tfoot th {
    border: 1px solid #ddd; }
  .woocommerce .shop_table.order_details tfoot td {
    padding-left: 20px !important; }
  .woocommerce .shop_table.order_details td::before {
    top: auto;
    left: 20px; }
  .woocommerce .shop_table.customer_details td, .woocommerce .shop_table.customer_details th {
    display: inline-block; }
  .woocommerce .shop_table.customer_details th {
    margin-right: 30px; }
  .woocommerce .shop_table.cart tbody td {
    border: 1px solid #ddd;
    position: relative;
    margin-top: -1px;
    width: 100%;
    padding: 26px 20px; }
    .woocommerce .shop_table.cart tbody td:not(.product-remove):not(.product-add-to-cart):not(.actions) {
      padding-left: 48.5% !important;
      text-align: left; }
    .woocommerce .shop_table.cart tbody td.product-thumbnail {
      padding-top: 10px;
      padding-bottom: 10px; }
    .woocommerce .shop_table.cart tbody td.out-stock {
      display: none; }
  .woocommerce dl {
    margin-bottom: 0; }
  .woocommerce .view-order-detail address {
    text-align: left; }
  .woocommerce .woocommerce-checkout #order_review table.shop_table tr.cart_item td, .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot th, .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot td {
    margin-top: -1px; }
  .woocommerce table.woocommerce-checkout-review-order-table {
    border: none; }

  .woocommerce-account table.my_account_orders.shop_table td:not(.order-actions) {
    padding-left: 50% !important; }
  .woocommerce-account table.my_account_orders.shop_table thead {
    display: none; }
  .woocommerce-account table.my_account_orders.shop_table td.order-actions {
    text-align: center !important; }
    .woocommerce-account table.my_account_orders.shop_table td.order-actions .mobile-show {
      display: none; }
  .woocommerce-account table.my_account_orders.shop_table .mobile-show {
    padding-top: 17px; }
  .woocommerce-account table.my_account_orders.shop_table tbody tr.order {
    border: none; }

  .woocommerce table.shop_table,
  .woocommerce table.shop_table tr {
    border: none; }

  .woocommerce table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px; }

  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce .quantity,
  .woocommerce #content .quantity {
    margin: 0; }

  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 0 !important; }

  .woocommerce .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left; }

  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce .cart-collaterals .cart_totals td {
    margin-top: -1px;
    width: 50%;
    position: static !important; }

  .woocommerce .cart_totals .shop_table tr > td {
    padding-left: 20px !important; }

  .woocommerce table.shop_table tbody {
    padding-top: 10px; }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%; }

  .woocommerce .order_details ul,
  .woocommerce .order_details ul,
  .woocommerce .order_details,
  .woocommerce .order_details {
    padding: 0; }

  .woocommerce .order_details li,
  .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0; }

  .woocommerce table:not(.woocommerce-checkout-review-order-table):not(.order_details) tfoot {
    display: block; }
    .woocommerce table:not(.woocommerce-checkout-review-order-table):not(.order_details) tfoot td {
      width: 100% !important;
      display: block !important; }

  /* keep coupon at 50% */
  #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input {
    width: 48%;
    font-size: 12px !important; }

  #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 1em; }

  /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells {
    display: none; } }
/* END Make the cart table responsive */
/*Boxed layout style*/
@media (min-width: 1366px) {
  #page.boxed {
    margin: 0 100px;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); } }
@media (min-width: 1200px) {
  #page.boxed {
    margin: 0 75px;
    overflow: hidden;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); } }
@media (max-width: 1365px) and (min-width: 1200px) {
  #page.boxed.site {
    margin: 0 50px; } }
