.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 */
/* Remove arrows */
.flyout-pagination-container {
  display: none !important; }

/* Show all categories */
.flyout-page-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 30px;
  overflow: visible !important;
  width: 100%;
  transform: none !important; }

/* Second Level Item */
.navPage-subMenu-item-child.second-level {
  width: 100%;
  min-width: auto !important;
  flex: unset !important; }

/* Remove slider behavior */
.navPage-subMenu-list {
  overflow: visible !important;
  white-space: normal !important; }

/* Prevent hidden items */
.navPage-subMenu {
  overflow: visible !important; }

/* Responsive */
@media (max-width: 1024px) {
  .flyout-page-wrapper {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) {
  .flyout-page-wrapper {
    grid-template-columns: 1fr; } }
