@font-face {
  font-family: Helvetica;
  src: url("fonts/HelveticaLTStd-Bold-.eot#iefix") format("embedded-opentype"), url("fonts/HelveticaLTStd-Bold.woff") format("woff"), url("fonts/HelveticaLTStd-Bold.ttf") format("truetype"), url("fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-item .ovl img {
  width: 100%;
}

a {
  outline: none !important;
}

a:hover {
  color: #000;
}

.btn {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 20px;
  font-size: 13px;
  font-family: "Helvetica", Arial;
  letter-spacing: 2px;
  padding: 12px 15px 8px 15px;
  min-width: 190px;
}

.btn-primary {
  background: #ff9000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #357d00;
}

/*
.btn-primary {
  @include button(red);
}

.btn-blue {
  @include button(blue);
}

.btn-yellow {
  @include button(yellow);
}

.btn-green {
  @include button(green);
}

.btn-pink {
  @include button(pink);
}
*/
body {
  background: #aaaaaa;
  font-family: "Roboto Condensed", Arial;
  font-size: 16px;
}

*:focus {
  outline: none !important;
}

.animated {
  opacity: 0;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-dots > div {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
}

.owl-dots > div.active {
  background: #000;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 14px;
  margin-top: -80px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.owl-prev i, .owl-next i {
  line-height: 30px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}

.owl-prev.disabled, .owl-next.disabled {
  display: none;
}

.owl-prev:hover, .owl-next:hover {
  background: #61b226;
}

.owl-prev {
  left: -30px;
}

.owl-prev i {
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
}

.owl-prev:hover i {
  -webkit-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}

@media (max-width: 50.625em) {
  .owl-prev {
    left: -10px;
  }
}

@media (max-width: 34.375em) {
  .owl-prev {
    left: 5px;
  }
}

.owl-next {
  right: -30px;
}

.owl-next i {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

.owl-next:hover i {
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}

@media (max-width: 50.625em) {
  .owl-next {
    right: -10px;
  }
}

@media (max-width: 34.375em) {
  .owl-next {
    right: 5px;
  }
}

.items {
  font-family: "Helvetica", Arial;
  text-align: center;
  background: #6dc82a;
  padding: 80px 0;
}

.items .more {
  top: 0;
  bottom: auto;
}

.items .items-list {
  padding: 0 30px;
}

.items .item {
  padding: 10px;
}

.items img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto 10px auto;
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.items .ovl {
  position: relative;
  display: block;
}

.items .ovl:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #61b226;
  border-radius: 4px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.items .ovl:hover:before {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}

.items .title {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px;
  margin-bottom: 6px;
}

.items .price {
  color: #357d00;
  font-size: 15px;
  display: block;
  padding: 13px;
}

.h4 {
  color: #357d00;
  font-size: 15px;
  padding: 40px 20px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
}

.logo {
  background: url("../img/vchef-white.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 268px;
  height: 203px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  margin-left: -17px;
  background: #61b226;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none !important;
}

.more:hover {
  background: #357d00;
  color: #fff;
}

.more span {
  line-height: 38px;
  font-size: 14px;
}

.about {
  padding: 0 0 60px 0;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

.about .info {
  max-width: 500px;
  padding: 20px 0 80px 0;
  position: relative;
  z-index: 3;
}

.about .info .text {
  position: relative;
  padding: 0 20px;
  height: 305px;
  overflow: hidden;
  margin-bottom: 30px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 63.9375em) {
  .about .info {
    margin: 0 auto;
  }
}

section {
  position: relative;
  z-index: 9;
}

.header-wave {
  display: block;
  height: 70px;
  position: relative;
  z-index: 9;
  background: url("../img/wave-header.svg") 55% 100% repeat-x;
  margin-top: -70px;
}

footer {
  background: #357d00;
  color: #6dc82a;
  font-size: 11px;
  margin-top: 0;
  position: relative;
  z-index: 99;
  /**/
}

footer .copy {
  letter-spacing: 0.5px;
}

footer .copy a {
  white-space: nowrap;
  text-decoration: none;
  color: #6dc82a;
}

footer:before {
  content: "";
  display: block;
  height: 70px;
  background: url("../img/wave-footer.svg") 50% 100% repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}

footer .logo-green {
  width: 170px;
  height: 120px;
  background: url("../img/vchef-green.svg") 0 50% no-repeat;
  background-size: contain;
  position: relative;
  top: -25px;
}

@media (max-width: 63.9375em) {
  footer .logo-green {
    background-position: 50%;
    top: 0;
  }
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 63.9375em) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .side {
  width: 300px;
  padding: 20px 0;
}

footer .container > div {
  margin: 10px 20px;
}

footer .paylogos img {
  max-width: 100%;
  height: auto;
  width: 300px;
}

.overlay-global-wrapper {
  background: rgba(230, 230, 230, 0.95);
}

.form-control {
  background: #61b027;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  font-family: "Roboto Condensed", Arial;
  font-style: italic;
  border: none;
  margin: 9px 0;
  line-height: 35px;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

.submit {
  text-align: center;
  padding: 40px 0;
}

.submit .btn {
  margin: 0 auto;
  font-size: 18px;
  padding: 5px 30px 2px 30px;
  font-style: italic;
}

.submit-info {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 20px 10px 0;
}

#default {
  width: 850px;
  padding: 0 10px;
  top: 0 !important;
}

#scrolldown span {
  transition: transform 0.5s;
  transform: rotate(0deg);
  display: block;
}
#scrolldown.down span {
  transform: rotate(180deg);
}

@media (max-width: 53.125em) {
  #default {
    width: 100%;
  }
}

.single-item {
  max-width: 850px;
  margin: 0 auto;
}

.single-item .h4 {
  padding: 20px;
}

.single-item .title {
  color: #6dc82a;
  font-size: 20px;
  font-family: "Helvetica", Arial;
}

.single-item .price {
  float: right;
  color: #357d00;
  font-size: 19px;
  font-family: "Helvetica", Arial;
}

.single-item .order-wrp {
  background: #6dc82a;
  padding: 10px 20px 20px;
  clear: both;
}

.single-item .footer {
  font-size: 11px;
  color: #acacac;
  font-family: "Roboto Condensed", Arial;
  padding: 45px 0;
  display: block;
  text-align: center;
}

.single-item .footer a {
  white-space: nowrap;
  color: #acacac;
}

.single-item .info {
  font-size: 15px;
  color: #454545;
  background: #fff;
  padding-bottom: 20px;
  padding-top: 1px;
}

.single-item .info .logo-wrp {
  float: left;
  width: 40%;
  padding-top: 20px;
}

@media (max-width: 45.625em) {
  .single-item .info .logo-wrp {
    width: 100%;
  }
  .single-item .info .logo-wrp .logo {
    width: 250px;
    height: 150px;
  }
}

.single-item .info .tabs-wrp {
  float: left;
  width: 60%;
}

.single-item .info .tabs-wrp .tab-pane {
  border-left: 1px solid #6dc82a;
  padding: 20px 25px 0 25px;
}

@media (max-width: 45.625em) {
  .single-item .info .tabs-wrp {
    width: 100%;
  }
  .single-item .info .tabs-wrp .tab-pane {
    border: none;
  }
}

.single-item .info .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin-bottom: 4px;
}

.single-item .info .nav li {
  width: 50%;
}

.single-item .info .nav li a {
  background: #deffc0;
  display: block;
  color: #387500;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica", Arial;
  letter-spacing: 1px;
  padding: 12px 10px 10px;
  text-align: center;
  text-decoration: none !important;
}

.single-item .info .nav li a.active {
  background: #fff;
  color: #74cb35;
}

.single-item .info .nav li a:hover {
  background: #fff;
}

.single-item .images {
  position: relative;
}

.single-item .images .owl-prev, .single-item .images .owl-next {
  margin-top: -20px;
}

.single-item .images .owl-prev i, .single-item .images .owl-next i {
  color: #5aab1f;
}

.single-item .images .owl-prev:hover i, .single-item .images .owl-next:hover i {
  color: #fff;
}

@media (max-width: 59.375em) {
  .single-item .images .owl-prev {
    left: 0;
  }
  .single-item .images .owl-next {
    right: 0;
  }
}

.single-item .images .slides .i {
  height: 330px;
  width: 100%;
  border-radius: 2px 2px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #fff;
}

.single-item .images .thumbs {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 99;
  padding: 4px;
}

.single-item .images .thumbs .i {
  margin: 4px;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  float: left;
  border: 2px solid transparent;
}

.single-item .images .thumbs .i.active {
  border-color: #fff;
}

.single-item .images .thumbs .i div {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 2px;
}

.overlay_close {
  background: #5aab1f;
  color: #fff;
  font-size: 16px;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 50%;
  margin: 0 0 0 -19px;
  text-shadow: none !important;
}

.overlay_close i {
  line-height: 38px;
}

.overlay_close:hover {
  color: #fff;
}

.contentWrap {
  padding-top: 110px;
}
