
.btn-lang-mobile .dropbox-lang-mobile {
  cursor: pointer;
  display: none;
}
.btn-lang-mobile:hover .dropbox-lang-mobile {
  width: 176px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  top: 35px;
  left: -145px;
  cursor: pointer;
  display: block;
  z-index: 10000;
}

.btn-lang .dropbox-lang {
  display: none;
  cursor: pointer;
}

.btn-lang:hover .dropbox-lang {
  width: 195px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  top: 35px;
  left: 80px;
  opacity: 1;
  display: block;
  z-index: 10000;
}

.sagriHeader{
  width: 100%;
  padding-top: 7% ;
  background-size: cover;
  background-repeat: no-repeat;
}
.sagriHeader.bg-img-green {
  background-image: url(e2a1ccfe2dd2bdbfee91b8c917441f79.png);
}
.sagriHeader.bg-img-orange {
  background-image: url(d1dff8b90d5b5509d3de800560268eef.png);
}
.bg-subHeader-green{
  background-color: #489F4E;
  /* background: linear-gradient(142.77deg, #92CC6F 11.26%, #8BC16F 36.96%, #7FB170 67.57%, #7FB170 97.2%); */
box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
}
.bg-subHeader-orange{
  background-color: #F25822;
  /* background: linear-gradient(142.77deg, #92CC6F 11.26%, #8BC16F 36.96%, #7FB170 67.57%, #7FB170 97.2%); */
box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
}
.text-green {
  color: #489F4E;
}
.bg-green {
  background-color: #3AB149;
}
.text-orange {
  color: #F25822;
}
.bg-orange {
  background-color: #f06837;
}
.align-header{
  /* justify-content: space-around; */
  font-weight: bold;
  color: white;
}

.modal-hdsd #aboutProductSagri {
  display: block !important;
  background: #fff !important;
}

.menubar-icon {
  left: 5%;
  top: 3%;
}

.off-canvas-wrapper {
  display: block;
  /* background-color: #8cd396; */
  padding: 30px 30px 0;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100vw;
  z-index: 9999;
}

.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}

.off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: url(""), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.off-canvas-inner {
  /* background-color: attr(bgColor); */
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: 0.45s;
  height: 100%;
  width: 70%;
  z-index: 11;
  overflow-y: auto;
}
.off-canvas-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* .btn-lang .dropbox-lang {
  width: 176px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  top: 35px;
  left: -145px;
  cursor: pointer;
  display: none;
  z-index: 10000;
} */

/* .btn-lang:hover .dropbox-lang {
  width: 195px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  left: 80px;
  opacity: 1;
  display: block;
} */
