.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; }

.header-logo {
  max-width: 303px; }

.category-title {
  font-size: 16px; }

/* 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; }

/*arrow code */
/* Main Categories Grid */
.flyout-page-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 40px;
  width: 100%;
  padding: 20px 30px;
  overflow: visible !important;
  align-items: flex-start; }

/* Each Category Block */
.navPage-subMenu-item-child.second-level {
  width: 100%;
  min-width: 220px;
  display: block; }

/* Category Heading */
.navPage-subMenu-action.second-level {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  white-space: normal;
  word-break: normal; }

/* Third Level Links */
.navPage-childList a,
.navPage-subMenu-item-child a {
  line-height: 1.8;
  white-space: normal; }

/* Remove Arrow Containers */
.flyout-pagination-container {
  display: none !important; }

/* Remove Horizontal Slider */
.navPage-subMenu-list {
  overflow: visible !important;
  white-space: normal !important;
  transform: none !important; }

/* Large Mega Menu Width */
.navPage-subMenu-horizontal.second-level-flyout {
  width: 100%;
  max-width: 1100px; }
