.header-msg-bg {
    background-color: #d2d2d2;
    z-index: 9999;
    position: relative;
}
.header-msg-padding {
    font-weight: bold;
    padding: 10px;
    margin: auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.header-msg-right-side{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
        flex: 1;
}
.header-msg-right-side * {
    font-size: 12px !important;
    color: #666;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}

.header-msg-right-side *:hover {
    color: #474747;
}

.header-msg-right-side .fa {
    font-size: 14px !important;
}

.header-msg-more-dropdown {
  position: relative;
  display: inline-block;
}



.header-msg-more-menu {
    display: none;
    position: absolute;
    min-width: 180px;
    z-index: 1000;
    border-radius: 4px;
    right: 0;
    border-top: 12px solid transparent;
}

.header-msg-more-menu a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    background: #d2d2d2;
}

.header-msg-more-menu a:hover {
  background-color: #f1f1f1;
}

.header-msg-more-dropdown:hover .header-msg-more-menu {
  display: block;
}




/* Wrapper for search icon */
.header-msg-more-search {
  position: relative;
}

/* Style the icon */
.header-msg-more-search-toggle {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}

.header-msg-more-search-toggle:hover {
  color: #007bff;
}

/* Dropdown box containing the search bar */
.header-msg-more-search-box {
    padding: 10px 10px 0;
    min-width: 250px;
    background: #eeeeee;
    border: none;
    border-radius: 0px 0px 4px 4px;
    left: unset;
    right: 0;
    top: 30px;
    box-shadow: none;
}

/* Make sure search bar fits nicely */
.header-msg-more-search-box input[type="text"],
.header-msg-more-search-box input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.header-msg-right-side .dropdown-menu {
    left: unset;
    right: 0;
}


.header_menu #menu .nav > li > a {
    color: black;
    text-shadow: none;
}
.header_menu nav#menu {
    backdrop-filter: none;
    color: black;
    margin: 0;
    display: flex;
    align-items: center;
}
.header_menu .container.sticky {
    width: fit-content !important;
    margin: 0;
}
.header_menu ul.nav.navbar-nav li{
    margin:10px 10px 0 !important;
}

.header_menu ul.nav.navbar-nav li a {
    padding: 0px !important;
    color: #888;
    cursor: pointer;
    font-size: 12px;
}
.header_menu ul.nav.navbar-nav li a:hover {
    text-decoration: underline;
}
.row.modified-header.header_menu {
    align-items: center;
    max-width: 1400px;
    margin: auto;
    justify-content: space-between;
    padding: 0 10px 0 0px;
}
.header_menu .collapse.navbar-collapse.navbar-ex1-collapse {
    padding: 0;
}
.row.modified-header.header_menu:before,.row.modified-header.header_menu:after {
    content: none;
}
.header_menu img.logo {
    width: 70%;
    height: auto;
    margin: auto;
}
.row.modified-header.header_menu >div {
    flex: 1;
}


.header_menu #menu .nav > li > a {
    font-size: 12px;
    cursor: pointer;
    color: #888888 !important;
}
.header_menu #menu .nav > li > a:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 3px;
}

.header_menu span#category {
    display: none !important;
}

.header_menu button.btn.btn-navbar.navbar-toggle {
    border: none;
    background: transparent !important;
    color: #888 !important;
    box-shadow: none;
}
.header_menu .navbar-collapse.navbar-ex1-collapse.collapse.in {
    flex: 1 1 100%;
}
.header_menu ul.dropdown, .header-msg-right-side ul.dropdown-menu {
    z-index: 1;
    align-items: flex-start;
    background: #eeeeee;
    box-shadow: none;
}
body.no-scroll {
  overflow: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.navbar-nav .navbar-header >li>a:hover + .dropdown, .navbar-header .dropdown:hover {
    max-height: 200px;
    border-top: 20px solid #eeeeee;
}







#top {
    background-color: #ffffff;
}
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: none;
    background: #ffffff;
    max-width: 1400px;
    margin: auto;
}
.breadcrumb > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -10px;
    content: "\f101";
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0px, -50%);
    height: auto;
    width: auto;
    border: none;
}
.breadcrumb > li:last-child::after {
    content: none;
}
.breadcrumb > li a {
    color: #8e8e8e;
}
.breadcrumb > li:first-child {
    padding-left: 10px;
}


.container {
    width: 100% !important;
    max-width: 1400px;
    margin: auto !important;
}
div#top {
    max-width: unset;
}


@media (max-width:500px){
    .header-msg-padding {
        justify-content: center;
        gap: 0px;
    }
    .header-msg-right-side {
        justify-content: center;
    }
    .header_menu img.logo {
        width: 100%;
    }
    
    
    .header-msg-right-side .dropdown-menu {
        left: unset;
        right: -50%;
        transform: translateX(50%);
    }
}
.dropdown-backdrop {
    z-index: 0 !important;
}
@media (max-width:767px) {
    .max-over{
        overflow:auto !important
    }
}
@media (min-width:768px) {
    .header_menu .navbar-collapse.navbar-ex1-collapse.collapse.in {
     overflow: unset !important;
    }
}





.custom-megamenu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    font-size: 14px;
    color: #333;
    padding: 0 15px;
}

.custom-country-col {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 30px;
}
.custom-country-col:nth-child(even){
    background: #fff;
}
.custom-country-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    width: fit-content;
}

.custom-category-list,
.custom-other-countries {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-category-list li,
.custom-other-countries li {
  margin-bottom: 6px;
}

.custom-category-list li a,
.custom-other-countries li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.custom-category-list li a:hover,
.custom-other-countries li a:hover {
  color: #007bff;
}
