.mega-cat-dropdown {
  height: 50vh !important;
  padding-bottom: 300px !important;
  direction: rtl !important; }

.mega-cat-dropdown {
  overflow-y: clip;
  position: static;
  margin-top: 46px; }

#menu div.nav-right {
  float: right;
  width: 80% !important;
  height: auto; }

.section.productCarousel {
  margin-bottom: 30px; }

.mb-20 {
  margin: 0px 0px 30px 0px; }

/* Search Form Custom Rounded Corners */
/* Search Wrapper */
.form {
  position: relative;
  max-width: 620px;
  width: 100%; }

/* Search Input */
.form-input {
  width: 100%;
  height: 44px;
  border: 1px solid #2f80ed !important;
  border-radius: 30px;
  padding: 0 80px 0 28px;
  font-size: 16px;
  background: #fff;
  box-shadow: none; }

/* Placeholder */
.form-input::placeholder {
  color: #999;
  font-style: normal; }

/* Remove focus shadow */
.form-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #2f80ed; }

/* Search Button Area */
.search-icon.submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 44px;
  background: #0066cc;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

/* Hidden Submit Button */
.search-icon.submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2; }

/* Search SVG */
.search-icon.submit svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: #fff;
  z-index: 1; }
