.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__right--area {
  width: auto !important;
}

.main__logo--img {
  width: 239px;
  height: 64px;
  object-fit: contain;
}

.footer__logo--link img {
  width: 230px;
  height: 60px;
  object-fit: contain;
}

.social__share--icon__style2 {
  display: grid;
  place-items: center;
}
.header__menu--link {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-100 {
  width: 100%;
}

.product__media--preview__items--img {
  height: 450px;
  object-fit: contain;
}

.header__search--form {
  width: 100%;
}

.order_now {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid #06951c;
  background: #01a019;
  box-shadow: 0 3px 10px 0 #00000040;
  padding: 8px 24px;
  font-weight: bold;
  color: #ffffff !important;
}

.order_now:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 0 6px 14px 0 #00000040;
  border: 2px solid #06951c;
  background: #06951c;
}

.offcanvas__stikcy--toolbar {
  display: none !important;
}

.offer__form {
  margin-left: 0;
}

.form-select {
  padding: 12px;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.form-check img {
  width: 75%;
  height: 75%;
  margin: 0 auto;
  object-fit: contain;
}

.form-check h6 {
  font-size: 12px;
  text-align: center;
}

.form-check {
  aspect-ratio: 1/1;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-check-input label {
  position: absolute;
  z-index: 9;
  background: #216c15;
}

.form-check-input:checked ~ .bg-danger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 4px solid #216c15;
  background: transparent !important;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: #216c15;
}

.form-check-input ~ .form-check-label svg {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}

.form-check-input:checked ~ .form-check-label svg {
  display: block;
}

.product__card--thumbnail__link,
.categories__thumbnail {
  aspect-ratio: 1/1;
}

.product__card--thumbnail__link img,
.categories__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.hero__slider--layer {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
}

.hero__slider--layer a,
.hero__slider--layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100% !important;
}

@media only screen and (min-width: 1600px) {
  .hero__slider--items {
    height: 519px;
  }
}

.fixed-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: #ffffff;
  background-color: #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 4px #00000020;
}

.fixed-icons a:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);

  box-shadow: 0 3px 8px #00000040;
}

.fixed-icons a:hover {
  background-color: #0062cc;
}

.fixed-icons a.whatsapp {
  background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
  background-color: #128c7e;
}

.fixed-icons a.call {
  background-color: #dc3545;
}

.fixed-icons a.call:hover {
  background-color: #c82333;
}

.fixed-icons a.email {
  background-color: #ffc107;
}

.fixed-icons a.email:hover {
  background-color: #e0a800;
}

.header__menu--items .header__menu--link {
  color: #f5f5f5 !important;
}

.header__menu--items:hover .header__menu--link {
  color: #ffffff !important;
}

.header__menu--link.active {
  border: #ffffff 1px solid;
  color: #ffffff !important;
}
.bg__danger {
  background-color: #216c15 !important;
}

.footer__widget--desc,
.footer__widget--menu__text {
  color: #f5f5f5;
}

.footer__widget--desc:hover,
.footer__widget--menu__text:hover {
  color: #ffffff !important;
}

.copyright__content--link:hover {
  color: #ffffff !important;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.header__sticky.sticky .header__menu--items:hover .header__menu--link {
  color: #216c15 !important;
}
.header__sticky.sticky .header__menu--items .header__menu--link {
  color: #333333 !important;
}
.product__media--nav__items--img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.youtube_box iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

.widget__categories--sub__menu--text {
  padding-left: 14px;
  line-height: 12px;
  font-size: 10px;
}

.ginner-container img {
  max-width: 600px;
  max-width: 600px;
  object-fit: contain;
}
