.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.dropdown-title {
  color: #333;
  text-align: left;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 25px;
}

.dropdown-title:hover {
  color: #333;
}

.dropdown-block {
  z-index: 25;
  width: 100%;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .08);
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.navigation-full {
  z-index: 9;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(61, 66, 75, .07);
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 16px rgba(32, 32, 32, .4);
}

.cart-form-block-shop-link {
  min-height: auto;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #414141;
  background-image: linear-gradient(#d8262f, #d8262f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.cart-form-block-shop-link:hover {
  box-shadow: inset -1px -1px 3px rgba(238, 230, 255, 0);
}

.cart-form-block-shop-link.w--current {
  display: block;
}

.cart-form-block-shop-link.hidden {
  min-width: 100px;
  background-image: linear-gradient(#097020, #097020);
  display: none;
}

.cart-form-block-shop-link.hidden:hover {
  color: #fff;
  display: block;
}

.cart-form-block-shop-link.hidden:visited {
  display: none;
}

.logo {
  height: 145px;
  margin-top: 0;
}

.dropdown-pointer {
  position: relative;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.navigation-right-n-2 {
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-new {
  z-index: 9;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cart-form-block-cart-dropdown {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.cart-form-block-cart-dropdown.hidden {
  display: none;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-link {
  color: #333;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #62a945;
}

.navigation-link.w--current {
  color: #333;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.navigation-link.w--current:hover {
  color: #097020;
}

.dropdown-title-total {
  color: #333;
  text-align: right;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-title-total:hover {
  color: #333;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left {
  width: 60%;
  align-items: center;
  display: flex;
}

.icon-wrap {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.wrapper-product-price {
  text-align: right;
}

.text-block-9 {
  text-align: right;
  font-size: 15px;
  display: inline;
}

.asa {
  font-size: 11px;
}

.icon-9 {
  width: 100%;
  max-width: 100%;
}

.grid-nav-drop-down {
  width: 100%;
  grid-template-rows: auto;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  padding-top: 0;
}

.nav-link-details-3 {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.button-dropdown-checkout-2 {
  width: 100%;
  max-width: 120px;
  text-align: center;
  background-color: #0b6d22;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-dropdown-checkout-2:hover {
  color: #fff;
}

.navigation-dropdown-4 {
  min-width: 140px;
}

.navigation-dropdown-4.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -200px;
}

.wrapper-qty {
  height: auto;
}

.dropdown-toggle-os-2 {
  color: #fff;
  text-transform: capitalize;
  background-color: #097020;
  border-radius: 50px;
  padding: 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .2s;
}

.dropdown-toggle-os-2:hover {
  color: #fff;
}

.dropdown-toggle-os-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.brand-3 {
  margin-right: 44px;
}

.button-6 {
  width: 100%;
  max-width: 120px;
  float: right;
  text-align: center;
  background-color: #0b6d23;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: static;
}

.button-6:hover {
  color: #fff;
}

.icon-wrap-bin-2 {
  width: 30px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.dropdown-link-online-shopping {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-online-shopping:hover {
  color: #d8262f;
  background-color: rgba(250, 250, 250, .8);
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.cart-form-block-cart-dropdown-mobi {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.cart-form-block-cart-dropdown-mobi.hidden {
  display: none;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle-os {
  color: #fff;
  text-transform: capitalize;
  background-color: #d8262f;
  border-radius: 50px;
  padding: 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .2s;
}

.dropdown-toggle-os:hover {
  color: #fff;
}

.dropdown-toggle-os.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.text-block-6 {
  font-weight: 600;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 20px -9px rgba(0, 0, 0, .8);
}

.smooth-wrapper {
  margin-top: 160px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Open Sans, sans-serif;
}

.fs-cc-banner_text-link-2 {
  color: #0f6939;
  border-bottom: 2px solid #097020;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button-3 {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #0f6939;
  border: 2px solid #0f6939;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button-3:hover {
  color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.column-68 {
  text-align: right;
  padding-top: 13px;
  padding-bottom: 10px;
}

.payment-logo-verified-visa {
  height: 40px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.logo-box {
  width: 70px;
  height: 40px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-box.white {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: #fff;
  border-radius: 9px;
  padding: 5px 10px;
}

.bottom-footer-2 {
  height: auto;
  color: #979da5;
  background-color: #0e6939;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.paragraph-13 {
  text-decoration: none;
}

.payment-logo-secured {
  width: auto;
  height: 45px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.link-privacy-policy-footer-2 {
  color: #fff;
  text-align: right;
  text-decoration: none;
  display: inline;
}

.link-privacy-policy-footer-2:hover {
  color: #fff;
}

.link-terms-footer {
  color: #fff;
  text-align: right;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.link-terms-footer:hover {
  color: #fff;
}

.container-footer {
  max-width: 1300px;
  color: #fff;
  position: relative;
}

.logos-wrap {
  background-color: #fff;
  border-radius: 11px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 5px;
  display: flex;
}

.payment-visa-logo {
  height: 35px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.paragraph-12 {
  text-align: right;
}

.link-terms-2 {
  color: #fff;
  text-align: right;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.paragraph-15 {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: static;
  top: 19px;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.footer-social-icon-2 {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 0;
  transition: background-color .2s;
}

.footer-social-icon-2:hover {
  background-color: #1f6fff;
}

.footer-menu-column {
  text-align: center;
}

.footer-small-social-icon-2 {
  height: 15px;
  margin-top: 10px;
  display: inline-block;
}

.payment-paygate-logo {
  height: auto;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo-mastercard {
  height: 50px;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
}

.bottom-footer-paragraph-4 {
  float: left;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 12px;
}

.paragraph-footer {
  padding-bottom: 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.footer-wrap {
  width: 100%;
}

.section-top-slide {
  padding-top: 0;
}

.slider {
  height: 500px;
  border-bottom: 5px solid #62a945;
  margin-top: 0;
}

.slide {
  height: 500px;
  background-image: url('../images/item-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-slider-1 {
  height: 100%;
  max-width: 1300px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: relative;
}

.left-arrow, .right-arrow {
  display: none;
}

.container-content {
  max-width: 1300px;
}

.about-style {
  color: #097020;
  font-weight: 700;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.button-7 {
  color: #097020;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #097020;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-7:hover {
  color: #fff;
  background-color: #097020;
}

.button-7:active {
  background-color: #43464d;
}

.div-block-2 {
  font-family: Montserrat, sans-serif;
}

.section-heading {
  color: #439324;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.paragraph-light {
  opacity: .8;
  color: #333;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.contact-us-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0f6939;
  border: 2px solid #0f6939;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contact-us-button:hover {
  background-color: #62a945;
  border-color: #62a945;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.with-contact-info {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/contact-page.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.container-contact-us-header {
  position: relative;
}

.subpage-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle-2 {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-contact-us {
  max-width: 1300px;
  text-align: left;
  position: relative;
}

.contact-form-block {
  height: auto;
  border: 2px solid rgba(0, 0, 0, .08);
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.listed-item-privacy-policy-large {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.listed-item-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph_centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.paragraph-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-23 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.container-terms {
  max-width: 1300px;
  text-align: left;
  position: relative;
}

.heading-24 {
  font-family: Montserrat, sans-serif;
}

.divider-pp {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-15-privacy-policy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.sub-header-privacy-policy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.our-role {
  flex-direction: column;
}

.intro_wrapper {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.sub-header-privacy-policy-small {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-privacy-policy-2 {
  color: #097020;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.header_section_wrapper {
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-span-2 {
  color: #097020;
  font-weight: 600;
}

.link-4, .link-privacy-policy-3 {
  color: #097020;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-16 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-25 {
  font-family: Montserrat, sans-serif;
}

.link-7 {
  color: #d8262f;
  text-decoration: none;
  display: inline;
}

.link-8 {
  text-decoration: none;
  display: inline;
}

.flex-div-block-main {
  height: 100%;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1-main {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.title-style-main-sequerra-1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 0;
}

.grid-slide-1 {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 3px;
}

.div-block-content-left-slide-1 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
}

.header-slide-1 {
  color: #fff;
  text-transform: none;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-slide-1 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.button-slider {
  width: 200px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #62a945;
  border: 0 solid rgba(42, 147, 201, .2);
  border-radius: 5px;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-slider:hover {
  color: #fff;
  background-color: #fec52e;
}

.header-title-bold {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .navigation-full {
    background-color: #fff;
  }

  .cart-form-block-shop-link {
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .cart-form-block-shop-link.hidden {
    min-width: auto;
    display: none;
  }

  .navigation-new {
    display: none;
  }

  .cart-form-block-cart-dropdown, .cart-form-block-cart-dropdown.hidden {
    display: block;
  }

  .navigation-left {
    display: none;
  }

  .asa {
    color: #333;
  }

  .cart-form-block-cart-dropdown-mobi {
    display: block;
  }

  .cart-form-block-cart-dropdown-mobi.hidden {
    display: none;
  }

  .mobile-nav {
    background-color: #097020;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .menu-mob {
    color: #fff;
    background-color: #0f6939;
    border-radius: 10px;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #097020;
    border-radius: 10px;
  }

  .mobile-nav-link {
    width: 100%;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .mobile-nav-link.w--current {
    color: #fff;
  }

  .text-span {
    color: #fff;
    text-align: center;
  }

  .navigation-mob {
    height: 120px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .logo-mobile {
    width: 90px;
    max-width: 100%;
  }

  .smooth-wrapper {
    margin-top: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .logo-box.white, .bottom-footer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logos-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-menu-column {
    text-align: right;
  }

  .section-top-slide {
    padding-top: 0;
  }

  .slider {
    height: 300px;
  }

  .slide {
    height: 300px;
    background-position: 50%;
    background-size: cover;
  }

  .container-slider-1 {
    display: none;
  }

  .button-7 {
    justify-content: center;
  }

  .div-block-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-content-wrap {
    margin-bottom: 0;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.with-contact-info {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-subtitle-2 {
    width: 80%;
  }

  .section {
    padding: 45px;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .flex-div-block-main {
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .h1-main {
    font-size: 40px;
    line-height: 35px;
  }

  .title-style-main-sequerra-1 {
    font-size: 25px;
  }

  .grid-slide-1 {
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }

  .div-block-content-left-slide-1 {
    padding-top: 0;
  }

  .icon-10 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 50px;
    margin-top: 10px;
  }

  .cart-form-block-cart-dropdown-mobi.hidden {
    display: none;
  }

  .mobile-nav {
    background-color: #097020;
  }

  .menu-mob {
    background-color: #097020;
    border-radius: 10px;
  }

  .menu-mob.w--open, .dropdown-toggle-os {
    background-color: #097020;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-68 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .payment-logo-verified-visa {
    padding-right: 0;
  }

  .bottom-footer-2 {
    height: auto;
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .payment-logo-secured {
    padding-right: 0;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .payment-visa-logo {
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-menu-column {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .payment-paygate-logo, .payment-logo-mastercard {
    padding-right: 0;
  }

  .bottom-footer-paragraph-4 {
    float: none;
    margin-bottom: 0;
  }

  .section-top-slide {
    padding-top: 0;
  }

  .slider, .slide {
    height: 250px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.with-contact-info {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .subpage-title-2 {
    font-size: 30px;
    font-weight: 700;
  }

  .page-subtitle-2 {
    width: 100%;
    margin-top: 10px;
  }

  .section {
    padding: 25px;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .flex-div-block-main {
    padding-bottom: 40px;
    padding-left: 25px;
  }

  .h1-main {
    width: 70%;
    line-height: 40px;
  }

  .grid-slide-1 {
    grid-template-columns: 2fr auto;
  }

  .header-slide-1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .cart-form-block-shop-link {
    display: block;
  }

  .cart-form-block-shop-link.hidden {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .logo {
    height: 50px;
    margin-top: 5px;
  }

  .cart-form-block-cart-dropdown.hidden, .cart-form-block-cart-dropdown-mobi.hidden {
    display: block;
  }

  .menu-mob {
    width: auto;
  }

  .brand-2, .brand-2.w--current {
    padding-left: 0;
  }

  .text-span {
    color: #fff;
  }

  .logo-mobile {
    width: 80px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_button-3 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .bottom-footer-2 {
    margin-top: 0;
    padding: 20px;
  }

  .container-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-terms-2 {
    padding-top: 0;
  }

  .slider {
    height: 190px;
  }

  .slide {
    height: 190px;
    background-image: url('../images/item-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .home-section-wrap {
    margin-bottom: 0;
  }

  .section-heading {
    text-align: center;
  }

  .paragraph-light {
    text-align: justify;
  }

  .paragraph-bigger {
    text-align: left;
    font-weight: 600;
    line-height: 25px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .subpage-title-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle-2 {
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .section {
    padding: 25px;
  }

  .section.contact {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .flex-div-block-main {
    padding-bottom: 45px;
  }

  .h1-main {
    width: 90%;
    font-size: 35px;
    line-height: 35px;
  }

  .title-style-main-sequerra-1 {
    font-size: 15px;
    line-height: 20px;
  }

  .header-slide-1 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-slide-1 {
    font-size: 18px;
    line-height: 25px;
  }
}

#w-node-d007e0dc-1709-a20c-1d73-a59522e5d25e-9ab8f9bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d007e0dc-1709-a20c-1d73-a59522e5d269-9ab8f9bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_72484674-3fc4-db1c-10f4-9b89e67b27b5-9ab8f9bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72484674-3fc4-db1c-10f4-9b89e67b27b6-9ab8f9bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b63d2e1e-b81c-5f66-020e-8a06fe3ec8cf-9ab8f9bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b63d2e1e-b81c-5f66-020e-8a06fe3ec8dc-9ab8f9bf {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d007e0dc-1709-a20c-1d73-a59522e5d25e-9ab8f9bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d007e0dc-1709-a20c-1d73-a59522e5d269-9ab8f9bf, #w-node-_72484674-3fc4-db1c-10f4-9b89e67b27b5-9ab8f9bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72484674-3fc4-db1c-10f4-9b89e67b27b6-9ab8f9bf, #w-node-b63d2e1e-b81c-5f66-020e-8a06fe3ec8cf-9ab8f9bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b63d2e1e-b81c-5f66-020e-8a06fe3ec8dc-9ab8f9bf {
    grid-area: 1 / 1 / 2 / 2;
  }
}


