.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 */
.dropdown--quickSearch .form {
  margin: auto;
  margin-bottom: auto;
  max-width: 100% !important; }

.dropdown--quickSearch .form-input {
  width: 100% !important;
  height: 44px !important;
  border: 1px solid #03263f !important;
  border-radius: 30px !important;
  padding: 0 80px 0 28px !important;
  font-size: 13px !important;
  background: #fff !important;
  box-shadow: none !important; }

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

/* Remove focus shadow */
.form-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #03263f !important; }

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

header .search-icon.submit {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  top: -3px;
  top: 0;
  left: -30px; }

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

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

.navUser-action:hover svg, .navUser-action.is-open svg {
  fill: #ec6208; }
