:root {
  --extra-light: 100;
  --light: 200;
  --book: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --heavy: 800;
  --extra-heavy: 900;
  scroll-behavior: smooth;
  --background-color: #f9f9f9;
  --white: #ffffff;
  --dark-green: #2b4623;
  --black: #111111;
  --grey: #777777;
}

@media (max-width:575px) {
  :root, body, html {
    font-size: min(max(77.295%, 3.865vw), 130.435%);
  }
}

@media (min-width:576px) and (max-width:767px) {
  :root, body, html {
    font-size: min(3.865vw, 130.4348%);
  }
}

@media (min-width:768px) and (max-width:991px) {
  :root, body, html {
    font-size: min(2vw, 90%);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  :root, body, html {
    font-size: min(1.111vw, 66.6666%);
  }
}

@media (min-width:1200px) and (max-width:1535px) {
  :root, body, html {
    font-size: min(1.111vw, 79.1667%);
  }
}

@media (min-width:1536px) {
  :root, body, html {
    font-size: min(1.111vw, 100%);
  }
}

/* -----------CONTAINER------------- */

@media (min-width:1536px) {
  .container {
    max-width: 1440px;
  }
}

/* -----------FONTS-------------- */

/* ------------1----------- */

h1, .one {
  font-family: "Didact Gothic"!important;
  font-weight: var(--regular)!important;
  color: var(--black)!important;
}

@media (max-width:767px) {
  h1, .one {
    font-size: 2.1875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h1, .one {
    font-size: 2.1875rem;
  }
}

@media (min-width:992px) {
  h1, .one {
    font-size: 2.1875rem;
  }
}

/* -------------2------------ */

h2, .two {
  font-family: "Didact Gothic"!important;
  font-weight: var(--regular)!important;
  line-height: 1.5!important;
  color: var(--white)!important;
}

@media (max-width:767px) {
  h2, .two {
    font-size: 1.875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h2, .two {
    font-size: 1.875rem;
  }
}

@media (min-width:992px) {
  h2, .two {
    font-size: 1.875rem;
  }
}

/* -------------3a------------ */

h3, .three {
  font-weight: var(--regular)!important;
  font-family: "Didact Gothic"!important;
  color: var(--black)!important;
}

@media (max-width:767px) {
  h3, .three {
    font-size: 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h3, .three {
    font-size: 1.5625rem;
  }
}

@media (min-width:992px) {
  h3, .three {
    font-size: 1.2rem;
  }
}

/* -------------4------------ */

h4, .four {
  font-weight: var(--regular)!important;
  line-height: 1.2!important;
  font-family: "Noto Sans"!important;
  color: var(--black)!important;
}

@media (max-width:767px) {
  h4, .four {
    font-size: 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h4, .four {
    font-size: 1.5625rem;
  }
}

@media (min-width:992px) {
  h4, .four {
    font-size: 1.5625rem;
  }
}

/* -------------5------------ */

h5, .five {
  font-weight: var(--regular)!important;
  font-family: "Noto Sans"!important;
  color: var(--black);
}

@media (max-width:767px) {
  h5, .five {
    font-size: 1rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h5, .five {
    font-size: 1rem;
  }
}

@media (min-width:992px) {
  h5, .five {
    font-size: 1rem;
  }
}

/* -------------6------------ */

h6, .six, .sixa {
  font-family: "Noto Sans"!important;
  font-weight: var(--regular)!important;
  color: var(--dark-green);
}

@media (max-width:767px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

@media (max-width:767px) {
  .sixa {
    font-size: 0.75rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h6, .six, .sixa {
    font-size: 0.875rem;
  }
}

@media (min-width:992px) {
  h6, .six, .sixa {
    font-size: 0.875rem;
  }
}

/* -------------7------------ */

p {
  font-weight: var(--regular)!important;
  font-family: "Noto Sans"!important;
  color: var(--grey)!important;
  line-height: 1.7!important;
}

@media (max-width:767px) {
  p {
    font-size: 1rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  p {
    font-size: 1rem;
  }
}

@media (min-width:992px) {
  p {
    font-size: 1rem;
  }
}

/* ---------Content------------- */

/* ---------------------------------------- */

a {
  text-decoration: none!important;
  outline: none!important;
}

.btn:hover {
  margin: none!important;
  outline: none!important;
  padding: none;
}

button {
  border-radius: 0!important;
}

section {
  flex: 1;
}

img {
  width: 100%;
  height: auto;
}

.dropdown-menu {
  min-width: 0rem;
  border-radius: 0!important;
  border: none!important;
  padding: 0;
  margin-top: -0.0625rem;
}

/* ----------------------------------- */

body {
  background-color: var(--background-color);
  display: flex;
  min-height: 100vh;
  flex-direction: column!important;
}

#top_bar {
  height: 2.5rem;
  background-color: var(--white)!important;
}

/* -------------------------------------- */

.top-link {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* -------------------------------------- */

.social-link + .social-link {
  border-left: 0.0625rem solid #dddddd;
}

/* -------------------------------------- */

.social-icon {
  font-size: 1rem;
  color: var(--dark-green)!important;
}

/* -------------------------------------- */

@media (min-width:992px) {
  .navbar {
    height: 8.4375rem;
  }
}

@media (max-width:991px) {
  .navbar {
    height: 8.75rem;
  }
}

/* ----------------------------------------- */

.logo {
  max-width: 12.5rem;
  max-height: 5.1875rem;
}

@media (min-width:768px) and (max-width:991px) {
  #burger {
    position: relative;
    left: 10rem;
    top: 0.25rem;
  }
}

/* -------------------------------------------- */

.navbar-toggler {
  border: 0 solid transparent !important;
}

/* ------------------------------------------- */

#menu_img {
  max-height: 1rem;
  max-width: 1.6rem;
}

/* ------------------------------------------ */

@media (max-width:991px) {
  .navbar-collapse {
    width: 100%;
    background-color: var(--background-color);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* -------------------------------------- */

@media (min-width:992px) {
  .nav {
    width: 100%;
    background-color: var(--white);
  }
}

@media (max-width:991px) {
  .nav {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* ---------------------------------------- */

.nav-item {
  margin-left: 2.4375rem;
  margin-right: 2.4375rem;
}

@media (max-width:991px) {
  .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width:991px) {
  .nav-item-out {
    border-bottom: 0.0625rem solid var(--background-color);
  }
}

/* -------------------------------------------- */

.nav-link {
  color: var(--black)!important;
}

/* -------------------------------------------- */

@media (min-width:992px) {
  .green-nav-item {
    margin-bottom: -1.625rem;
  }
}

/* ---------------------------------------------- */

.green-line {
  margin-top: 0.25rem;
  height: 0.0625rem;
  width: 100%;
  display: block;
  transition: .31s cubic-bezier(.38,-.01,0,.51);
  clip-path: inset(0 100% 0 0);
}

.nav-item:hover > .green-line {
  clip-path: inset(0 0% 0 0);
}

@media (max-width:991px) {
  .green-line {
    display: none!important;
  }
}

/* ------------------------------------------- */

@media (max-width:991px) {
  #navcol {
    display: block;
    width: 100vw;
    clip-path: inset(0px 100% 0px 0px);
    z-index: 2;
    overflow-x: hidden;
    text-align: left;
    z-index: 999;
    position: relative;
  }
}

@media (min-width:992px) {
  #navcol {
    clip-path: none;
  }
}

/* ----------------------------------------------- */

@media (max-width:991px) {
  .bar-item {
    padding-top: 1.5rem;
  }
}

/* ------------------------------------------- */

.dropdown-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width:991px) {
  .dropdown-item {
    background-color: var(--white)!important;
  }
}

@media (min-width:992px) {
  .dropdown-item:hover {
    background-color: var(--background-color)!important;
  }
}

/* ------------------------------------------- */

.dropdown-arrow {
  height: 1rem;
  width: 1.8116rem;
}

/* ---------------------------------------------- */

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle-custom {
  color: var(--black)!important;
}

/* .dropdown-toggle-custom:hover::after {
  transform: rotate(180deg);
} */

.dropdown-toggle-custom::after {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  content: "\f107";
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .0em solid transparent;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: relative;
  top: 0.25rem;
  transition: .31s cubic-bezier(.38,-.01,0,.51);
  transform: rotate(360deg);
}

/* --------------------------------------- */

@media (max-width:767px) {
  #banner {
    margin-bottom: 4.4375rem;
  }
}

/* ------------------------------------------- */

#banner_container {
  padding-left: 0!important;
  padding-right: 0!important;
  /*max-width: 1920px!important;*/
}

/* ------------------------------------------ */

#banner_header {
  position: relative;
  z-index: 100;
  text-align: center;
  width: 100%;
}

@media (min-width:992px) {
  #banner_header {
    display: inline-block;
    bottom: 14.75rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #banner_header {
    display: inline-block;
    bottom: 10.75rem;
  }
}

@media (max-width:767px) {
  #banner_header {
    display: none;
  }
}

/* ------------------------------------------ */

#banner_vr {
  width: 0;
  height: 2.1875rem;
  border-left: 0.0625rem solid var(--white);
}

/* ------------------------------------------ */

.home-banner {
  background-repeat: no-repeat!important;
  background-position: center!important;
  margin-top: 0;
  background-size: cover !important;
}

@media (min-width:992px) {
  .home-banner {
    height: 640px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .home-banner {
    height: 21.5625rem;
  }
}

@media (max-width:767px) {
  .home-banner {
    height: 24.6875rem;
  }
}

/* -------------------------------------------------- */

.carousel-item-top.active > div {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: -webkit-transform 10s ease-out;
  -moz-transition: -moz-transform 10s ease-out;
  transition: transform 10s ease-out;
}

.carousel-control-prev {
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}

.slide-arrow {
  max-width: 2.875rem;
  max-height: 8.8125rem;
  z-index: 150;
}

@media (min-width:768px) {
  .slide-arrow-top {
    margin-top: -7.125rem;
  }
}

/* --------------------------------------------- */

#company {
  margin-top: -6rem;
}

@media (max-width:767px) {
  #company {
    margin-bottom: 4.375rem;
  }
}

.cert-col {
  margin-bottom: 4.375rem;
}

/* --------------------------------------- */

@media (min-width:992px) {
  #news_info {
    margin-bottom: auto;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #news_info {
    margin-bottom: calc(-4.375 - 1.6875rem);
  }
}

@media (max-width:767px) {
  #news_info {
    margin-bottom: -4.375rem;
  }
}

/* ---------------------------------------------- */

.company_img_col {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/* ----------------------------------------- */

@media (min-width:992px) {
  #company_img {
    max-width: 46.25rem;
  }
}

@media (max-width:991px) {
  #company_img {
    max-width: 37.5rem;
  }
}

/* ------------------------------------------ */

#company_info_row {
  z-index: 10;
}

/* ------------------------------------------------ */

#company_info_col {
  padding-bottom: 4.6875rem;
  padding-top: 2.8125rem;
}

@media (min-width:768px) {
  #company_info_col {
    background-color: var(--white);
  }
}

@media (min-width:992px) {
  #company_info_col {
    padding-left: 4.375rem;
    padding-right: 3.4375rem;
    position: relative;
    left: -2.8125rem;
    top: -35.1875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #company_info_col {
    position: relative;
    top: -6.0625rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ------------------------------------- */

#news_info_col {
  padding-bottom: 4.6875rem;
  padding-top: 2.8125rem;
}

@media (min-width:768px) {
  #news_info_col {
    background-color: var(--white);
  }
}

@media (min-width:992px) {
  #news_info_col {
    padding-left: 4.375rem;
    padding-right: 3.4375rem;
    position: relative;
    left: -2.8125rem;
    top: -35.1875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #news_info_col {
    position: relative;
    top: -6.0625rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ---------------------------------------- */

#news_bread_col {
  padding-top: 3.4375rem;
  z-index: 1000;
}

@media (min-width:768px) and (max-width:991px) {
  #news_bread_col {
    position: relative;
    top: -2.625rem;
  }
}

@media (min-width:992px) {
  #news_leaf_col {
    position: relative;
    top: -19rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #news_leaf_col {
    position: relative;
    top: -4.625rem;
  }
}

/* -------------------------------------------------- */

#company_info_title {
  margin-bottom: 1.875rem;
}

/* -------------------------------------------------- */

#company_info_txt {
  margin-bottom: 3.25rem;
}

/* -------------------------------------------------- */

#news_info_title {
  margin-bottom: 1.875rem;
}

@media (min-width:768px) and (max-width:991px) {
  #news_info_title {
    position: relative;
    top: -6.0625rem;
  }
}

/* -------------------------------------------------- */

#news_info_txt {
  margin-bottom: 3.25rem;
}

@media (min-width:768px) and (max-width:991px) {
  #news_info_txt {
    position: relative;
    top: -6.0625rem;
  }
}

/* ------------------------------------------- */

.indicator-img {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 1rem;
}

.indicators {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width:768px) {
  .indicators-top {
    margin-top: -7.125rem;
    z-index: 30;
  }
}

/* ------------------------------------------- */

.certification_img {
  max-width: 100%;
  max-height: 3.75rem;
  display: inline-block;
  margin-left: 0.125rem;
  width: auto!important;
  height: 100%;
}

/* --------------------------------------- */

#top_leaf {
  width: 9.6875rem;
  height: 10.875rem;
  margin-bottom: 2rem;
}

#left_leaf {
  width: 9.6875rem;
  height: 10.875rem;
}

#right_leaf {
  width: 11.375rem;
  height: 4rem;
}

/* --------------------------------------- */

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /*margin-bottom: 6.125rem;*/
}

@media (max-width:767px) {
  .background {
    background-image: none!important;
  }
}

/* ---------------------------------------------- */

.introduction {
  max-width: 53.75rem;
}

/* ------------------------------------------ */

.vr {
  width: 0;
  height: 2.1875rem;
  border-left: 0.0625rem solid var(--black);
}

/* ---------------------------------------------- */

@media (min-width:991px) {
  #production {
    margin-top: -29rem;
    margin-bottom: 6.125rem;
  }
}

@media (max-width:992px) {
  #production {
    margin-top: -2rem;
    margin-bottom: 6.125rem;
  }
}

/* --------------------------------------------- */

#production_img_row {
  margin-bottom: 0rem;
}

/* ------------------------------------------------ */

#production_img_col_collection {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------------------------ */

#production_img_col_sorting {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------------------------ */

#production_img_col_processing {
  padding-right: 0;
  padding-left: 0;
}

/* ----------------------------------------------- */

.production-img {
  max-width: 15.625rem;
  max-height: 15.625rem;
  border-radius: 100%;
  margin-bottom: 3.0625rem;
}

/* --------------------------------------------------- */

.production-info-col {
  max-width: 26.625rem;
  padding-left: 7.0625rem;
}

/* ------------------------------------------------- */

.hr-production {
  width: 2.1875rem;
  height: 0;
  border-top: 0.0625rem solid var(--black);
}

@media (min-width:992px) {
  #collection_hr, #sorting_hr_right {
    position: absolute;
    right: 0;
    top: 6.125rem;
  }
}

@media (max-width:991px) {
  #collection_hr, #sorting_hr_right {
    display: none!important;
  }
}

@media (min-width:992px) {
  #processing_hr, #sorting_hr_left {
    position: absolute;
    left: 0;
    top: 6.125rem;
  }
}

@media (max-width:991px) {
  #processing_hr, #sorting_hr_left {
    position: absolute;
    top: -2.1875rem;
    left: 28.1875rem;
    transform: rotate(270deg);
  }
}

/* --------------------------------------------------- */

@media (min-width:992px) {
  #products {
    margin-bottom: 13.9375rem;
  }
}

@media (max-width:991px) {
  #products {
    margin-bottom: 5.9375rem;
  }
}

@media (max-width:991px) {
  .products-info-row {
    margin-bottom: 5.9375rem;
  }
}

/* ----------------------------------------------------- */

#lr_products_row {
  margin-bottom: 6.875rem;
}

/* --------------------------------------------------- */

@media (min-width:992px) {
  #left_product_col {
    padding-left: 0;
    padding-right: 1.875rem;
  }
}

@media (max-width:991px) {
  #left_product_col {
    padding-right: 0;
  }
}

/* --------------------------------------------------- */

@media (min-width:992px) {
  #right_product_col {
    padding-right: 0;
    padding-left: 1.875rem;
  }
}

@media (max-width:991px) {
  #right_product_col {
    padding-left: 0;
  }
}

/* --------------------------------------------------- */

.product-img {
  max-width: 19.6875rem;
  max-height: 25.3125rem;
  margin-right: 1.875rem;
}

/* -------------------------------------------------------- */

.product-div {
  max-width: 18.75rem;
  max-height: 25.3125rem;
  margin-left: 1.875rem;
}

.product-div-slide {
  max-width: 18.75rem;
  max-height: 25.3125rem;
}

/* ---------------------------------------------- */

.product-title {
  margin-top: 3.4375rem;
}

.product-info-title {
  margin-top: 2.1875rem;
}

.product-info-col {
  margin-bottom: 6.25rem;
}

/* ---------------------------------------------- */

.product-txt {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.product-info-txt {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* ------------------------------------------------- */

.green-link-hr {
  width: 3.375rem;
  height: 0;
  border-top: 0.125rem solid var(--dark-green);
  margin-right: 1rem;
  position: relative;
  bottom: 0.5rem;
}

/* ------------------------------------------------- */

.green-link-txt {
  color: var(--dark-green)!important;
  font-weight: var(--heavy)!important;
}

/* ------------------------------------------------- */

.catalog-link {
  background-color: var(--white);
}

@media (min-width:992px) {
  .catalog-link {
    width: 19.5625rem;
    height: 3.5625rem;
  }
}

@media (max-width:991px) {
  .catalog-link {
    width: 17.1172rem;
    height: 3.1172rem;
  }
}

/* ------------------------------------------------- */

.catalog-link-txt {
  color: var(--dark-green)!important;
  margin-bottom: 0;
}

@media (max-width:991px) {
  .catalog-link-txt {
    font-size: 0.875rem!important;
  }
}

/* ------------------------------------------------- */

@media (min-width:992px) {
  .download-catalog-img {
    max-width: 1.875rem;
    max-height: 1.875rem;
    margin-right: 1rem;
  }
}

@media (max-width:991px) {
  .download-catalog-img {
    max-width: 1.6406rem;
    max-height: 1.6406rem;
    margin-right: 0.875rem;
  }
}

/* --------------------------------------------------- */

.catalog-icon {
  color: var(--dark-green)!important;
}

/* ------------------------------------------------- */

#news {
  margin-bottom: 4.375rem;
}

#news_info {
  margin-bottom: 4.375rem;
}

/* ---------------------------------------------------- */

@media (max-width:991px) {
  #carousel_news_ds {
    display: none!important;
  }
}

@media (min-width:992px) {
  #carousel_news_tb {
    display: none!important;
  }
}

@media (min-width:768px) {
  #carousel_products_mb {
    display: none!important;
  }
}

/* ------------------------------------------------- */

.news-col {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------------------------- */

.news-card {
  background-color: var(--white);
}

/* ------------------------------------------------- */

#news-col-left {
  padding-left: 1.4375rem;
  padding-right: 1.375rem;
}

/* ------------------------------------------------- */

#news-col-center {
  padding-left: 1.4375rem;
  padding-right: 1.375rem;
}

/* ------------------------------------------------- */

#news-col-right {
  padding-left: 1.4375rem;
  padding-right: 0;
}

/* ------------------------------------------------- */

.news-img {
  margin-bottom: 2.1875rem;
}

/* ------------------------------------------------- */

.news-title {
  margin-left: 1.5625rem;
  margin-bottom: 2.1875rem;
}

/* ------------------------------- */

.certificate-img {
  max-width: 25;
}

/* ------------------------------------------------- */

.news-resume {
  margin-left: 1.5625rem;
  margin-bottom: 3.4375rem;
}

@media (min-width:992px) {
  .news-resume {
    max-width: 24.4375rem;
  }
}

/* ------------------------------------------------- */

.news-link {
  margin: 1.5625rem;
}

/* ----------------------------------------------- */

.news-arrows {
  position: relative;
  top: 18rem;
}

/* ------------------------------------------------- */

#arrows_col {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

/* ------------------------------------------------- */

.news-arrow {
  margin-right: 1.5rem;
  max-width: 1.875rem;
  max-height: 1.0725rem;
}

/* ------------------------------------------------- */

#arrow_left {
  margin-right: 1.5rem;
}

/* ------------------------------------------------------- */

#find_us_container {
  background-color: var(--white);
  padding-top: 4.375rem;
  padding-bottom: 3.5rem;
}

@media (min-width:768px) {
  #find_us_container {
    padding-left: 4.5625rem;
  }
}

/* ----------------------------------------------------------- */

@media (min-width:992px) {
  .find-us-top-col-ds {
    margin-bottom: 5.875rem;
  }
}

@media (max-width:991px) {
  .find-us-top-col-tb {
    margin-bottom: 2rem;
  }
}

/* ---------------------------------------------------- */

#footer_leaf {
  position: absolute;
  top: -7rem;
  float: right;
  right: 2rem;
  z-index: 100;
  max-width: 9.6875rem;
  max-height: 10.875rem;
}

/* -------------------------------------------- */

/* --------------------------------------- */

@media (min-width: 992px) {
  #footer_logo_div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #footer_logo_div {
    width: 100%;
  }
}

/* --------------------------------------- */

#footer_logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 2rem;
}

/* --------------------------------------- */

#catalog_link_footer {
  border: 0.0625rem solid var(--dark-green);
}

/* ---------------------------------------- */

.find-us-strong {
  font-weight: var(--heavy)!important;
  color: var(--dark-green);
}

/* -------------------------------------- */

.bottom-link {
  color: var(--dark-green);
}

@media (min-width:992px) {
  .bottom-link {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
}

@media (max-width:767px) {
  .bottom-link {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #bottom_fb_link {
    padding-left: 1.3125rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #bottom_insta_link {
    padding-right: 1.3125rem;
  }
}

/* ------------------------------------------- */

#follow_us_title {
  color: var(--dark-green);
}

@media (min-width:992px) {
  #follow_us_title {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    margin-bottom: 0rem;
  }
}

@media (max-width:767px) {
  #follow_us_title {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    margin-bottom: 0rem;
  }
}

/* ----------------------------------------- */

#copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* ------------------------------------------------ */

@media (max-width:767px) {
  #copyright_col {
    margin-bottom: 1rem;
  }
}

/* ---------------------------------------- */

#copyright_heading {
  margin-bottom: 0;
}

/* ---------------------------------------- */

#created_by_heading {
  margin-bottom: 0;
}

/* ---------------------------------------- */

#created_by_img {
  max-height: 1.375rem;
  max-width: 4.2669rem;
  margin-top: 0.0625rem;
  margin-left: 0.225rem;
}

/* --------------------------------------------- */

.vl-find {
  width: 0;
  height: 2rem;
  border-left: 0.0625rem solid var(--black);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* ------------------------------------------------- */

#back_to_top_link {
  color: var(--olive);
  text-decoration: none;
  position: sticky;
  height: 6.375rem;
  width: 2.7875rem;
  top: 90vh;
  padding-right: 1rem;
  padding-bottom: 3.25rem;
  z-index: 200;
}

/* ----------------------------------------- */

#back_to_top_arrow {
  z-index: 200;
  padding: 0;
  margin: 0;
  max-height: 3.125rem;
  max-width: 1.7875rem;
}

/* ----------------------------- */

.breadcrumps-list {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.breadcrumps-list > li {
  padding: 0.25rem;
}

.breadcrumps-list > li > span {
  color: var(--grey);
}

.breadcrumps-list > li > a {
  color: var(--grey);
}

.breadcrumps-last-link {
  color: var(--dark-green)!important;
}

.products-info-title {
  padding-bottom: 5.5rem;
}

.top-product-img {
  max-width: 26.25rem;
}

#products_dropdown_menu {
  min-width: 10rem;
}

.product-info-div {
  margin-left: 0.625rem;
}

#certifications_link {
  color: var(--dark-green)!important;
}

@media (min-width: 768px) {
  .home-desktop-wellcome-box {
    position: relative;
    left: -70px;
    top: 40px;
    background: #fff;
    padding: 40px;
  }
}

.file-icon {
  width: 32px;
}

.file-link {
  width: 100%;
}

