.custom_menu_frontend .custom-header-search-form {
  display: inline-flex;
}

.custom_menu_frontend .header-scrolled {
  background: rgb(246, 243, 243) !important;
}


.custom_menu_frontend .header {
  /* margin-top: 25px; */
  padding-bottom: 20px;
  padding-top: 20px;
}


.main-wrapper {
  margin-top: 100px;
}

body.offcanvas-opened {
  overflow: hidden;
}


button.btn-close {
  margin-top: -6px !important;
  font-size: 20px;
}

/* Add animation for offcanvas menu */
/* Add animation for offcanvas menu */
/*
.offcanvas {
  transform: translateY(-100%) scaleX(0);
  transform-origin: top;
  transition: transform .5s ease-in-out;
}

.offcanvas.show {
  transform: translateY(0) scaleX(1);
}
.offcanvas.show {
  transform: translateY(0);
}
*/