:root {
  --header-blue: #053b6c;
  --header-blue-dark: #073b66;
  --header-blue-soft: #074a7b;
  --header-cyan: #1390cb;
  --header-cyan-dark: #0b8dbb;
  --header-text: #111;
  --header-light-gray: #f2f0ec;
  --header-container: 1720px;
}
ul{
  list-style: none;
  padding-left:0px ;
}
.mobile-only {
  display: none !important;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 1000;
}

.header-top {
  height: 28px;
  color: var(--header-blue);
  font-weight: 700;
}

.top-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 23px;
}

.top-linksWrap {
  display: flex;
  justify-content: center;
}

.top-links .bend,
.top-links .bend3 {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 50px;
}

.top-links .bend {
left: -17px;
  rotate: 225deg;
}

.top-links .bend3 {
  right: -28px;
  rotate: 230deg;
}

.top-links li {
  position: relative;
  background: var(--header-light-gray);
  margin-right: -5px;
}

.top-links li a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 900;
  color: var(--header-blue);
  transition: color .2s ease;
}
.top-links li>ul{
  display: none;
}
.top-links li:hover > ul {
    display: block;
    z-index: 99999;
    position: absolute;
    width: 215px;
    left: 0px;
    list-style: none;
    padding-left: 0px;

}

.top-links a:hover {
  color: var(--header-cyan);
}

.brand-row,
.brand-inner {
  height: 66px;
}

.brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo img {
  width: 330px;
}

.brand-logo {
  font-size: 0;
}

.brand-contact {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  color: var(--header-blue);
  font-size: 20px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-link::before {
  width: 38px;
  height: 38px;
  border: 3px solid var(--header-blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.mail-icon::before {
  content: "\f0e0";
  font-size: 18px;
}

.whatsapp-icon::before {
  content: "\f095";
  color: #1bae39;
  border-color: #1bae39;
  font-size: 20px;
}

.sticky-head {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-blue);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .22);
}

.search-shell {
  min-height: 58px;
  background: var(--header-blue);
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.search-edge-left,
.search-edge-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 22px;
  background: #fff;
}

.search-edge-left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
}

.search-edge-right {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
}

.search-inner {
  position: relative;
  z-index: 2;
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.report-select,
.keyword-search {
  height: 39px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}

.report-select {
  flex: 0 0 clamp(220px, 24vw, 450px);
}
.report-select > select{
  width: 100%;
      background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #0092ca, #0092ca);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        padding-left: 15px;
}

.keyword-search {
  flex: 1 1 520px;
  min-width: 280px;
}

.report-select span,
.keyword-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
}

.report-select span {
  display: flex;
  align-items: center;
}

.report-select button,
.keyword-search button {
  flex: 0 0 40px;
  width: 40px;
  border: 0;
  background: var(--header-cyan);
  color: #fff;
}

.keyword-search button {
  flex-basis: 52px;
  font-size: 24px;
}
.autocomplete-manufacturer{
  top: 80%;
}

.nav2{
  display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0px;
}
.nav2 li:hover > .dropdown-menu{
  display: block;
}

.login-link,
.cart-link,
.currency-link {
  height: 39px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}

.login-link {
  gap: 7px;
  padding: 0 10px;
  font-size: 20px;
  border-right: 1px solid rgba(255, 255, 255, .45);
}

.login-link i {
  border: 2px solid #d8edf4;
  border-radius: 50%;
  padding: 5px;
  font-size: 15px;
}

.cart-link {
  position: relative;
  justify-content: center;
  min-width: 55px;
  border-right: 1px solid rgba(255, 255, 255, .45);
}

.cart-link i {
  font-size: 22px;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 5px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #f2f2f2;
  color: var(--header-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}
.cart-dropdown > .cart-dropdown-mnu{
  right: 0 !important;
    left: auto !important;
    padding: 0px 0px 0px !important;
    border: 0 none !important;
    min-width: 5rem !important;
    box-shadow: 0px 0px 18px;
    z-index: 99 !important;
    top: 90%;
}

.cart-grid-item-remove i{
	color: #909090 !important;
}
.cart-grid-item-remove a:hover i{
	color: var(--light-yellow) !important;
}
.cart-grid-item-nme h3{
	margin-top:0px;
}
.cart-grid-item-nme h5{
	margin-top:0px;
}
ul li.cart-dropdown .dropdown-menu {
	
	padding: 0px 0px 0px !important;
}
.cart-grid-item-nme h3{
	font-size: 1.1rem;
}
.cart-grid-item-nme h5{
	font-size: 0.95rem;
	margin-bottom:0px;
	color: #909090;
}
.cart-grid-item-price h3{
	font-size: 1.1rem;
	margin-top:0px;
}
.cart-grid-item-nme{
	flex:0 0 auto;
	width: 60%;
}
.cart-grid-item-price{
	flex:0 0 auto;
	width: 37%;
	text-align: right;
	padding-right: 20px;
	padding-left: 10px;
}
.cart-grid-item-price .old-price{
	text-decoration: line-through;
	font-size: 0.9rem;
	color: #909090;
}
.cart-grid-item-remove a i{
	font-size: 0.9rem !important;
}
.nav2 .cart-grid-item-remove a{
	padding: 0px !important;
}
.cart-btn-mnu-outr .btn{
	width: 11rem;
	color: #fff;
	
	line-height: 1.5;
}

.view-checkout-btn{
    background: var(--light-yellow);
}
.view-checkout-btn:hover{
	border-color: var(--light-yellow);
	background: transparent;
	color: var(--light-yellow);
}
.cart-btn-sec-outr p{
	margin-bottom:0px;
	text-align: center;
	color: #909090;
}
.cart-grid-item{
	border-top: 1px solid #ddd;
}
.cart-grid-item:first-child{
	border-top: 0  none;
}
.nav2 > ul > li.cart-dropdown{
	padding-right: 30px;
}
.cart-grid-item-remove .btn{
	padding: 0px;
	line-height: 0.8;
} 
.cart-grid-item-remove .btn i{
	font-size: 0rem !important;
}

.button-price {
  background: #0092ca;
  border: 1px solid #0092ca;
  border-radius: 5px;
  padding: 0px 10px;
  color: #fff !important;
  height: 36px;
  line-height: 36px;
}
.view-checkout-btn {
  background: #E96D24;
}
.cart-total-outr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cartbox-header {
  max-height: 240px;
  overflow: auto;
  scrollbar-color: #008de4 #F5F5F5;
  scrollbar-width: thin;
}

#header-cart a span {
  background: #f2f0ec;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  font-size: 13px;
  color: #000;
  right: 5px;
  top: 0px;
  line-height: 25px;
  text-align: center;
}
.currency-link {
  gap: 5px;
  padding-left: 10px;
  font-size: 20px;
}
.currency-link > .dropdown-menu{
  top: 60%;
}
.nav2 li:hover {
  color: #e96d24 !important;
}

.main-menu,
.nav-wrap,
.menu-list,
.menu-list > li,
.menu-list > li > a {
  height: 36px;
}

.main-menu {
  background: var(--header-blue);
}

.menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list > li {
  position: static;
}

.menu-list > li > a {
  display: flex;
  align-items: center;
  padding: 0 clamp(4px, .65vw, 12px);
  border-left: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: calc(0.5rem + 0.5vw);
  line-height: 1.1;
  white-space: nowrap;
}

.menu-list > li:first-child > a {
  border-left: 0;
}

.menu-list > li:hover > a,
.menu-list > li:focus-within > a {
  background: #06385e;
  color: #ff4d1e;
}

.menu-list > li > a.active-orange {
  color: #ff4d1e;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 94px;
  width: min(1720px, calc(100vw - 120px));
  background: #f6f6f6;
  color: #111;
  padding: 12px 18px 0;
  box-shadow: 0 10px 17px rgba(0, 0, 0, .55);
  border-radius: 0 0 10px 10px;
}

.menu-list > li:hover .mega-menu,
.menu-list > li:focus-within .mega-menu {
  display: block;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}

.industry-grid ul,
.region-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-grid li {
  margin: 0 0 22px;
}

.industry-grid a {
  display: inline-block;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.industry-grid a:hover,
.region-grid a:hover,
.other-grid a:hover {
  color: var(--header-cyan);
}

.mega-show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 1px 0 9px;
  color: #0875ff;
  font-size: 16px;
}

.mega-show-all span {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #0875ff;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 42px;
}

.region-group h3 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
}

.region-group li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 20px;
}

.region-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 7px;
  height: 7px;
  border: 1px solid #f00;
  border-radius: 50%;
  background: #fff;
}

.region-group a {
  color: #111;
  font-size: 15px;
}

.other-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  padding: 10px 60px 15px;
}

.other-grid h3 {
  margin: 0 0 12px;
  color: var(--header-blue);
  font-size: 17px;
}

.other-grid a {
  display: block;
  padding: 7px 0;
  color: #111;
  font-size: 15px;
}

.mobile-brand-row {
  background: #fff;
}

.mobile-actions a {
  width: 34px;
  height: 34px;
  border: 2px solid var(--header-blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--header-blue);
  position: relative;
  padding: 0;
}

.mobile-actions .fa-whatsapp {
  color: #1bae39;
}

.mobile-actions .mobile-currency {
  width: auto;
  min-width: 74px;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: 5px;
  padding: 0 2px;
  color: var(--header-blue);
  font-size: 18px;
  white-space: nowrap;
}

.mobile-cart span {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 4px;
  border-radius: 50%;
  background: #f7f7f7;
  color: var(--header-blue);
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.mobile-menu-toggle {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}

.mobile-menu-toggle span {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 6px;
  background: var(--header-blue);
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1190;
  background: rgba(0, 0, 0, .35);
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 18px;
  z-index: 1200;
  width: min(614px, calc(100vw - 36px));
  height: 100vh;
  padding: 8px 15px 20px;
  background: var(--header-blue);
  color: #fff;
  transform: translateX(calc(-100% - 24px));
  transition: transform .25s ease;
  overflow-y: auto;
  box-shadow: 8px 0 20px rgba(0, 0, 0, .25);
}

.mobile-menu-panel.is-open {
  transform: translateX(0);
}

.mobile-menu-close {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  width: 28px;
  height: 28px;
  border: 0;
  background: var(--header-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mobile-tabs {
  clear: both;
  display: flex;
  align-items: end;
  padding-top: 4px;
  border-bottom: 1px solid #fff;
}

.mobile-tab {
  min-width: 118px;
  min-height: 42px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: var(--header-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.mobile-tab.active {
  background: #fff;
  color: var(--header-blue);
}

.mobile-panel-content {
  padding-top: 18px;
}

.mobile-panel-content nav > a,
.mobile-accordion-toggle,
.mobile-region-toggle {
  width: 100%;
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  background: var(--header-blue);
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.mobile-accordion-toggle {
  font-weight: 700;
}

.mobile-accordion-toggle i,
.mobile-region-toggle i {
  margin-left: auto;
}

.mobile-accordion-panel,
.mobile-region-panel {
  display: none;
  background: #f5f5f5;
  color: var(--header-cyan);
}

.mobile-accordion-panel.is-open,
.mobile-region-panel.is-open {
  display: block;
}

.mobile-accordion-toggle.is-open,
.mobile-region-toggle.is-open {
  background: var(--header-cyan);
  color: #fff;
}

#searchReports > .mobile-accordion-toggle.is-open {
  background: #fff;
  color: var(--header-cyan);
}

.mobile-panel-content nav > a {
  border-bottom-color: rgba(255, 255, 255, .75);
}

.mobile-panel-content nav .mobile-accordion-toggle.is-open {
  background: #fff;
  color: var(--header-cyan);
}

.mobile-accordion-panel > a,
.mobile-region-panel > a {
  position: relative;
  display: block;
  padding: 7px 12px 7px 28px;
  color: var(--header-cyan);
  font-size: 16px;
}

.mobile-region-panel > a::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 15px;
  width: 6px;
  height: 6px;
  border: 1px solid #f00;
  border-radius: 50%;
  background: #fff;
}

.mobile-region-toggle {
  background: #f5f5f5;
  color: var(--header-cyan);
  border-bottom-color: transparent;
}

.mobile-region-toggle.is-open {
  background: var(--header-cyan);
  color: #fff;
}

@media (max-width: 1399.98px) {
  .brand-contact {
    gap: 24px;
    font-size: 17px;
  }
  .search-edge{
    display: none;
  }

  .menu-list > li > a {
    padding: 0 5px;
    font-size: 12px;
  }

  .mega-menu {
    width: calc(100vw - 48px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .report-select {
    flex-basis: 220px;
  }

  .keyword-search {
    flex-basis: 360px;
    min-width: 260px;
  }

  .login-link,
  .currency-link {
    font-size: 16px;
  }

  .menu-list > li > a {
    padding: 0 4px;
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .desktop-only,
  .desktop-menu {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }

  .site-header {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  }

  .mobile-brand-row {
    height: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
  }

  .mobile-brand-row .brand-logo img {
    width: min(250px, 40vw);
  }

  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-left: auto;
    margin-right: 52px;
  }

  .mobile-brand-row > .mobile-menu-toggle {
    position: absolute;
    top: 15px;
    z-index: 4;
  }

  .mobile-brand-row > .mobile-menu-toggle {
    right: 14px;
  }

  .sticky-head {
    position: relative;
    box-shadow: none;
  }

  .search-shell {
    min-height: 55px;
    padding: 8px 12px;
    display: block;
  }

  .search-edge-left,
  .search-edge-right {
    display: none;
  }

  .search-inner {
    width: 100%;
    min-height: 39px;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .report-select {
    flex: 0 0 40%;
  }

  .keyword-search {
    flex: 1 1 auto;
    min-width: 0;
  }

  .login-link,
  .cart-link,
  .currency-link {
    display: none;
  }
}

@media (max-width: 600px) {
  .mobile-brand-row {
    position: relative;
    height: 68px;
    align-items: center;
    padding: 7px 8px;
  }

  .mobile-brand-row .brand-logo {
    position: relative;
    z-index: 1;
    max-width: 40vw;
    overflow: hidden;
  }

  .mobile-brand-row .brand-logo img {
    width: min(220px, 40vw);
  }

  .mobile-actions {
    position: static;
    display: grid;
    grid-template-columns: 31px 31px minmax(60px, auto);
    align-items: center;
    width: auto;
    gap: 6px;
    z-index: 3;
    margin-left: auto;
    margin-right: 42px;
  }

  .mobile-actions a:nth-child(1),
  .mobile-actions a:nth-child(2) {
    display: none;
  }

  .mobile-actions a {
    width: 31px;
    height: 31px;
    font-size: 14px;
  }

  .mobile-actions .mobile-currency {
    width: auto;
    min-width: 60px;
    height: 31px;
    font-size: 15px;
  }

  .mobile-brand-row > .mobile-menu-toggle {
    top: 19px;
    width: 31px;
    height: 31px;
  }

  .mobile-brand-row > .mobile-menu-toggle {
    right: 8px;
  }

  .mobile-menu-toggle span {
    width: 25px;
  }

  .search-shell {
    padding: 12px;
  }

  .search-inner {
    flex-wrap: wrap;
    gap: 8px;
  }

  .report-select,
  .keyword-search {
    flex: 0 0 100%;
    width: 100%;
  }

  .report-select button,
  .keyword-search button {
    display: none;
  }
}

@media (max-width: 430px) {
  .mobile-brand-row .brand-logo {
    max-width: 36vw;
  }

  .mobile-brand-row .brand-logo img {
    width: min(188px, 36vw);
  }

  .mobile-actions {
    grid-template-columns: 29px 29px minmax(54px, auto);
    gap: 4px;
    margin-right: 38px;
  }

  .mobile-actions a,
  .mobile-brand-row > .mobile-menu-toggle {
    width: 29px;
    height: 29px;
  }

  .mobile-actions .mobile-currency {
    min-width: 54px;
    width: auto;
    height: 29px;
    font-size: 14px;
  }

  .mobile-menu-toggle span {
    width: 23px;
    height: 4px;
  }

  .mobile-menu-panel {
    left: 10px;
    width: calc(100vw - 20px);
    padding-inline: 12px;
  }
}
