/* Header like the reference layout */
:root {
  --cvn-header-orange: #ff7800;
  --cvn-header-orange-dark: #f16900;
  --cvn-header-text: #263348;
  --cvn-header-muted: #667085;
  --cvn-header-line: #edf0f5;
  --cvn-header-soft: #fff5ec;
}

.header-wrapper {
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.06);
}
#header .header-main .searchform {
  width: 150%;
  max-width: none;
  border: 1px solid var(--primary);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(34, 48, 73, 0.06);
}


#header .header-main .searchform input.search-field {
  height: 48px;
  border: 0;
  padding-left: 22px;
  color: var(--cvn-header-text);
  font-size: 15px;
  box-shadow: none;
  border-radius: 20px;
}

#header .header-main .searchform .ux-search-submit {
  min-width: 58px;
  min-height: 48px;
  border-radius: 0;
  background: var(--cvn-header-orange);
  color: #fff;
  border-radius: 10px;
}

#header .header-bottom .cvn-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-dark);
  padding: 0 20px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.08);
}

#header .header-bottom .cvn-quote-button:hover {
  color: var(--cvn-header-orange-dark);
}
#header .cvn-top-contact,
#header .cvn-header-actions {
  width: 178px;
}
#header .cart-item {
   width: 68px;
}

#header .cvn-top-contact,
#header .cvn-header-actions,
#header .cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 68px;
  padding: 14px 16px;
  border: 1px solid #ffd9bf;
  border-radius: 15px;
  background: #fff8f0;
}
#header .cvn-top-contact .cvn-header-card__icon,
#header.cvn-header-actions .cvn-header-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  background: #ff7800;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 849px) {
  #header .cart-item {
     width: 48px;
    height: 48px;
  }
}
#header .header-bottom-nav .searchform {
  display: flex;
  height: 48px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

#header .header-bottom-nav .searchform input.search-field {
  flex: 1;
  height: 48px;
  padding: 0 14px;
  border: 0;
  background: #fff;
  color: var(--cvn-header-text);
  font-size: 15px;
  box-shadow: none;
border-radius:20px;
}

#header .header-bottom-nav .searchform .ux-search-submit {
  flex: 0 0 52px;
  min-width: 52px;
  min-height: 48px;
  border-radius: 0;
  background: var(--cvn-header-orange-dark);
  color: #fff;
	border-radius:10px;
}
