.pichidevis-category-quote,
.pichidevis-category-quote *,
.pichidevis-category-chips,
.pichidevis-category-chips * {
  box-sizing: border-box;
}


@media (min-width: 1200px) {
  #header .codex-main-header {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #header .codex-header-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }

  #header .codex-header-row {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 58px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  #header .codex-header-logo {
    flex: 0 0 auto;
    margin-right: 1rem;
    padding: 0;
  }

  #header .codex-header-logo a {
    align-items: center;
    display: inline-flex;
  }

  #header .codex-header-logo .logo {
    height: 44px;
    max-height: 44px;
    max-width: 185px;
    object-fit: contain;
    width: auto;
  }

  #header .codex-header-modules {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: auto;
  }

  #header #_desktop_top_menu {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: center;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: static;
    width: auto;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] {
    align-items: center;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 0.25rem;
    justify-content: center;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: auto !important;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li {
    flex: 0 0 auto;
    margin: 0;
    min-width: 0;
    position: relative;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li > a {
    align-items: center;
    border-radius: 0.25rem;
    color: #4b5563;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2;
    padding: 0.625rem 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s, background-color 0.15s;
    white-space: nowrap;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li > a:hover {
    color: #203c47;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li.current {
    background: #203c47;
    color: #fff !important;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li.current:hover {
    color: #fff !important;
  }

  #header #_desktop_top_menu .sub-menu {
    left: 0;
    top: 100%;
  }

  #header #_desktop_top_menu .clearfix {
    display: none;
  }

  #header #_desktop_search_bar {
    display: block !important;
    flex: 0 0 40px;
    margin: 0 0 0 1rem;
    max-width: 40px;
    padding: 0;
    width: 40px;
  }

  #header #_desktop_search_bar #search_widget {
    border: 0;
    display: block;
    margin: 0;
  }

  #header #_desktop_search_bar .search-bar__wrap {
    align-items: center;
    background: transparent;
    border-radius: 999px;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
  }

  #header #_desktop_search_bar .search-bar__wrap:hover {
    background: #f3f4f6;
  }

  #header #_desktop_search_bar .search-bar__text {
    border: 0;
    height: 1px;
    opacity: 0;
    padding: 0 !important;
    pointer-events: none;
    position: absolute;
    width: 1px !important;
  }

  #header #_desktop_search_bar .material-icons.search,
  #header #_desktop_search_bar .search-bar__btn .material-icons {
    color: #6b7280;
    display: inline-flex;
    font-size: 22px;
    line-height: 1;
  }

  #header #_desktop_search_bar .search-bar__wrap:hover .material-icons.search {
    color: #203c47;
  }

  #header #_desktop_cart {
    flex: 0 0 40px;
    margin: 0 0 0 0.75rem;
    max-width: 40px;
    padding: 0;
    position: relative;
    width: 40px;
  }

  #header #_desktop_cart .blockcart {
    position: static;
  }

  #header #_desktop_cart .cart-header {
    align-items: center;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 40px;
  }

  #header #_desktop_cart .cart-header:hover {
    background: #f3f4f6;
  }

  #header #_desktop_cart .cart-header .inner-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    position: static;
  }

  #header #_desktop_cart .font-shopping-cart {
    color: #6b7280;
    font-size: 22px;
    line-height: 1;
  }

  #header #_desktop_cart .cart-header:hover .font-shopping-cart {
    color: #203c47;
  }

  #header #_desktop_cart .cart-products-count {
    align-items: center;
    background: #1069f9;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    line-height: 1;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    right: 2px;
    top: 2px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #header .codex-header-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #header .codex-header-logo {
    margin-right: 0.75rem;
  }

  #header .codex-header-logo .logo {
    max-width: 165px;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] {
    gap: 0.1rem;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li > a {
    font-size: 12px;
    padding-left: 0.52rem;
    padding-right: 0.52rem;
  }

  #header #_desktop_search_bar {
    margin-left: 0.6rem;
  }

  #header #_desktop_cart {
    margin-left: 0.45rem;
  }
}

@media (max-width: 1199px) {
  #header .codex-header-row,
  #header .codex-header-modules {
    min-width: 0;
  }
}

@media (min-width: 1200px) {
  #header .codex-header-row {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  #header .codex-header-logo {
    justify-self: start;
    margin-right: 0;
    width: 118px;
    z-index: 2;
  }

  #header .codex-header-logo .logo {
    height: 44px;
    max-width: 92px;
    width: auto;
  }

  #header .codex-header-modules {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    column-gap: 0.5rem;
    margin-bottom: 0;
    overflow: visible;
  }

  #header #_desktop_top_menu {
    grid-column: 1;
    justify-self: stretch;
    min-width: 0;
    overflow: visible;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] {
    justify-content: space-between;
    min-width: 0;
    overflow: visible;
    width: 100% !important;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li {
    flex: 1 1 auto;
    min-width: 0;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li > a {
    font-size: 12px;
    max-width: 100%;
    padding-left: 0.46rem;
    padding-right: 0.46rem;
    text-overflow: ellipsis;
  }

  #header #_desktop_top_menu .sub-menu {
    background: #fff !important;
    border: 1px solid #f3f4f6 !important;
    border-radius: 0 0 0.5rem 0.5rem !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box;
    left: 0 !important;
    max-height: calc(100vh - 8.5rem);
    max-width: min(760px, calc(100vw - 2rem)) !important;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.35rem !important;
    right: auto !important;
    transform: none !important;
    width: 760px !important;
  }

  #header #_desktop_top_menu .sub-menu.menularge {
    max-width: min(1040px, calc(100vw - 2rem)) !important;
    width: 1040px !important;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li:nth-last-child(-n + 2) > .sub-menu {
    left: auto !important;
    right: 0 !important;
  }

  #header #_desktop_top_menu .sub-menu .inner-wrapper {
    display: block !important;
    margin: 0;
    min-width: 0;
    width: 100%;
  }

  #header #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] {
    display: grid !important;
    flex-direction: initial !important;
    gap: 0.75rem 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  #header #_desktop_top_menu .sub-menu.menularge .top-menu[data-depth="1"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #header #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] > li {
    flex: none !important;
    max-width: none !important;
    min-width: 0;
    padding: 0;
    width: 100% !important;
  }

  #header #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] > li > a {
    border-radius: 0.5rem;
    box-sizing: border-box;
    color: #203c47;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    hyphens: none;
    line-height: 1.35;
    min-height: 54px;
    max-width: none !important;
    min-width: 0;
    overflow: visible;
    overflow-wrap: normal;
    padding: 0.65rem 0.75rem;
    text-overflow: clip;
    text-transform: none;
    transition: background-color 0.15s, color 0.15s;
    white-space: normal;
    word-break: keep-all;
    width: 100%;
  }

  #header #_desktop_top_menu .sub-menu .top-menu[data-depth="1"] > li > a:hover {
    background: #f9fafb;
    color: #54bbc4;
    text-decoration: none;
  }

  #header #_desktop_top_menu .sub-menu .menu-item-description {
    color: #6b7280;
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 0.25rem;
    text-transform: none;
  }

  #header #_desktop_top_menu .sub-menu a:hover .menu-item-description {
    color: #6b7280;
  }

  #header #_desktop_top_menu .sub-menu .mega-parent-cta {
    border-top: 1px solid #f3f4f6;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }

  #header #_desktop_top_menu .sub-menu .btn-mega-parent-cta {
    align-items: center;
    background: #203c47;
    border-radius: 0.25rem;
    color: #fff;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
    text-transform: none;
    transition: background-color 0.15s;
  }

  #header #_desktop_top_menu .sub-menu .btn-mega-parent-cta:hover {
    background: #18323d;
    color: #fff;
    text-decoration: none;
  }

  #header #_desktop_search_bar {
    grid-column: 2;
    margin: 0;
    position: relative;
    z-index: 4;
  }

  #header #_desktop_cart {
    grid-column: 3;
    margin: 0;
    position: relative;
    z-index: 5;
  }

  #header #_desktop_cart .blockcart {
    position: relative;
  }

  #header #_desktop_cart .cart-hover-content {
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.12), 0 10px 10px -5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    left: auto !important;
    max-width: calc(100vw - 1.5rem);
    min-width: 400px;
    padding: 1rem;
    right: 0 !important;
    top: calc(100% + 8px);
    width: 400px;
  }

  #header #_desktop_cart .cart-hover-content::before {
    left: auto;
    right: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #header .codex-header-row {
    grid-template-columns: 98px minmax(0, 1fr);
  }

  #header .codex-header-logo {
    width: 98px;
  }

  #header .codex-header-logo .logo {
    max-width: 78px;
  }

  #header .codex-header-modules {
    column-gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) 40px 40px;
  }

  #header #_desktop_top_menu > .top-menu[data-depth="0"] > li > a {
    font-size: 10px;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  #header #_desktop_search_bar,
  #header #_desktop_cart,
  #header #_desktop_search_bar .search-bar__wrap,
  #header #_desktop_cart .cart-header {
    height: 38px;
    width: 38px;
  }
}

.pichidevis-category-quote {
  background: linear-gradient(105deg, #203f4b 0%, #254b59 58%, #2a5565 100%);
  color: #fff;
  position: relative;
}

.pichidevis-category-quote::before,
.pichidevis-category-quote::after {
  background: rgba(255, 255, 255, 0.025);
  border-radius: 999px;
  content: "";
  position: absolute;
}

.pichidevis-category-quote::before {
  height: 330px;
  left: -130px;
  top: 225px;
  width: 330px;
}

.pichidevis-category-quote::after {
  height: 590px;
  right: -70px;
  top: -294px;
  width: 330px;
}

.pichidevis-category-quote-inner {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 0.72fr) 400px;
  margin: 0 auto;
  max-width: 1350px;
  min-height: 476px;
  padding: 60px 0rem 0 1rem;
  position: relative;
  z-index: 1;
}

.pichidevis-category-intro {
  min-width: 0;
  padding-top: 1px;
}

.pichidevis-category-breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 14px;
  margin-bottom: 34px;
}

.pichidevis-category-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.875rem;
}

.pichidevis-category-breadcrumb span:last-child {
  color: #fff;
}

.pichidevis-category-intro h1 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
      letter-spacing: -.025em;
    margin-bottom: 1rem;
  text-transform: uppercase;
}

.pichidevis-category-description {
  color: rgba(255, 255, 255, 0.95);
  max-width: 670px;
}

.pichidevis-category-description p {
  margin: 0 0 10px;
}

.pichidevis-category-description strong,
.pichidevis-category-description b {
  color: #fff;
  font-weight: 900;
}

.pichidevis-category-readmore {
  align-items: center;
  color: #54bbc4;
  display: inline-flex;
  font-size: .875rem;
  font-weight: 600;
  gap: 9px;
  margin-top: .75rem;
  transition: color .15s;
  text-decoration: none;
}

.pichidevis-category-readmore:hover {
  color: #FFF;
  text-decoration: underline;
}


.pichidevis-category-engagements {
  min-width: 0;
  padding-top: 35px;
}

.pichidevis-category-engagements h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
 letter-spacing: .04em;
    margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 2.875rem;
}

.pichidevis-category-engagements ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pichidevis-category-engagements li {
  align-items: center;
  color: rgba(255, 255, 255, 0.94);
  display: flex;
  font-size: 0.875rem;
  gap: 12px;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.pichidevis-category-engagements strong {
  color: #fff;
  font-weight: 900;
}

.pichidevis-category-check {
  align-items: center;
  background: #4babb3;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  height: 24px;
  justify-content: center;
  width: 24px;
}




.pichidevis-category-chip-arrow svg, .pichidevis-category-form-card svg {
  fill: none;
  stroke: #54bbc4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pichidevis-category-form-card button svg, .pichidevis-category-check svg{
  stroke:#FFF;
}

.pichidevis-category-check svg {
  height: 14px;
  width: 14px;
}

.pichidevis-category-form-card {
  align-self: start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 31, 39, 0.18);
  color: #173642;
  margin-bottom: -118px;
  margin-top: 48px;
  max-width: 100%;
  overflow: hidden;
}

.pichidevis-category-form-card header {
  align-items: center;
  background: #1c3a45;
  color: #fff;
  display: flex;
  gap: 15px;
  justify-content: center;
  min-height: 60px;
  padding: 14px 22px;
}

.pichidevis-category-form-card header svg {
  color: #ffd400;
  height: 21px;
  width: 21px;
}

.pichidevis-category-form-card h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

.pichidevis-category-form {
  padding: 26px 25px 25px;
}

.pichidevis-category-form-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pichidevis-category-form label {
  display: block;
  margin: 0;
  min-width: 0;
  position: relative;
}

.pichidevis-category-span-2 {
  grid-column: 1 / -1;
}

.pichidevis-category-form label span {
  color: #5d687a;
  font-size: 10px;
  font-weight: 600;
  left: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
  z-index: 1;
}

.pichidevis-category-form input,
.pichidevis-category-form textarea {
  background: #fbfcfd;
  border: 1px solid #dfe4ea;
  border-radius: 0.25rem;
  color: #173642;
  font-size:  .875rem;
  padding: 1.25rem .75rem .375rem;
  width: 100%;
}

.pichidevis-category-form textarea {
  min-height: 112px;
  resize: vertical;
}

.pichidevis-category-form input:focus,
.pichidevis-category-form textarea:focus {
  border-color: #54bbc3;
  box-shadow: 0 0 0 3px rgba(84, 187, 195, 0.18);
  outline: 0;
}

.pichidevis-category-form button {
  align-items: center;
  background: #54bbc4;
  border: 0;
  border-radius: .25rem;
  color: #fff;
  cursor: pointer;
  display: flex;
     font-size: .875rem;
    transition: background-color .15s;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin-top: .5rem;
  padding: .75rem 1rem;
  text-transform: uppercase;
  width: 100%;
}

.pichidevis-category-form button:hover {
  background: #1c3a45;
}

.pichidevis-category-form button svg {
  height: 20px;
  width: 20px;
}

.pichidevis-category-trust {
  align-items: center;
  color: #6f7787;
  display: flex;
  font-size: 10px;
  justify-content: center;
  margin-top: .5rem;
    margin-bottom: 0;
  text-align: center;
}

.pichidevis-category-trust svg {
  flex: 0 0 auto;
  height: 12px;
  margin-right: 6px;
  width: 12px;
}

.pichidevis-category-success,
.pichidevis-category-errors {
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 12px;
}

.pichidevis-category-success {
  background: rgba(84, 187, 195, 0.14);
  color: #173642;
}

.pichidevis-category-errors {
  background: #fef2f2;
  color: #c52222;
}

.pichidevis-category-errors p {
  margin: 0;
}

.pichidevis-category-chips {
  background: #fff;
  border-bottom: 1px solid #e6ebf0;
  position: relative;
  z-index: 0;
}

.pichidevis-category-chips-inner {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 0 auto;
  max-width: 1350px;
  min-height: 96px;
  padding: 0 80px 0 0;
}

.pichidevis-category-chip-track {
  display: flex;
  gap: 14px;
  max-width: calc(100% - 450px);
  min-width: 0;
  overflow: hidden;
}

.pichidevis-category-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #d5dce4;
  border-radius: 999px;
  color: #062f3d;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 19px;
  min-height: 50px;
  padding: 9px 21px;
  text-decoration: none;
  white-space: nowrap;
}

.pichidevis-category-chip:hover {
  border-color: #54bbc3;
  color: #062f3d;
  text-decoration: none;
}

.pichidevis-category-chip-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #d5dce4;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(15, 31, 39, 0.08);
  color: #6f7787;
  display: inline-flex;
  flex: 0 0 auto;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.pichidevis-category-chip-arrow svg {
  height: 22px;
  width: 22px;
}

@media (max-width: 1399px) {
  .pichidevis-category-quote-inner {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.62fr) 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pichidevis-category-chips-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .pichidevis-category-quote-inner {
    grid-template-columns: minmax(0, 1fr) 500px;
  }

  .pichidevis-category-engagements {
    grid-column: 1;
    padding-top: 0;
  }

  .pichidevis-category-form-card {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .pichidevis-category-chip-track {
    max-width: calc(100% - 560px);
  }
}

@media (max-width: 991px) {
  .pichidevis-category-quote-inner {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 34px 24px;
  }

  .pichidevis-category-intro h1 {
    font-size: 32px;
  }

  .pichidevis-category-description,
  .pichidevis-category-engagements li {
    font-size: 18px;
  }

  .pichidevis-category-engagements {
    padding-top: 0;
  }

  .pichidevis-category-form-card {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }

  .pichidevis-category-chips-inner {
    min-height: 82px;
    padding: 15px 24px;
  }

  .pichidevis-category-chip-track {
    max-width: none;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .pichidevis-category-chip-track::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 575px) {
  .pichidevis-category-quote-inner {
    padding: 26px 16px;
  }

  .pichidevis-category-breadcrumb {
    font-size: 15px;
    gap: 10px;
    margin-bottom: 22px;
  }

  .pichidevis-category-breadcrumb .container{
    margin:0px;
  }

  .pichidevis-category-intro h1 {
    font-size: 28px;
  }

  .pichidevis-category-description,
  .pichidevis-category-engagements li {
    font-size: 16px;
  }

  .pichidevis-category-form-card header {
    min-height: 58px;
    padding: 13px 16px;
  }

  .pichidevis-category-form-card h2 {
    font-size: 19px;
  }

  .pichidevis-category-form {
    padding: 18px 16px;
  }

  .pichidevis-category-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pichidevis-category-span-2 {
    grid-column: auto;
  }

  .pichidevis-category-form button {
    font-size: 15px;
    min-height: 52px;
    white-space: normal;
  }

  .pichidevis-category-chips-inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pichidevis-category-chip {
    font-size: 16px;
    min-height: 44px;
    padding: 8px 17px;
  }

  .pichidevis-category-chip-arrow {
    height: 30px;
        width: 30px;
  }
  .pichidevis-category-chip-arrow svg {
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 991px) {
  #menu-icon,
  #menu-icon .material-icons {
    color: #062d49 !important;
  }

  #header #_mobile_logo img.logo {
    height: auto !important;
    max-width: 5rem !important;
    width: auto !important;
  }

  #menu-icon {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
  }

  #menu-icon .material-icons {
    font-size: 1.875rem;
    line-height: 1;
  }

  #mobile_top_menu_wrapper {
    transform: translateX(-100%);
    z-index: 1002;
  }

  body.menu-show #mobile_top_menu_wrapper {
    transform: translateX(0) !important;
  }

  body.menu-show::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
  }

  #mobile_top_menu_wrapper .top-menu,
  #mobile_top_menu_wrapper .top-menu .sub-menu .inner-wrapper > .top-menu {
    display: block !important;
    width: 100% !important;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > a,
  #mobile_top_menu_wrapper .top-menu .dropdown-item {
    color: #fff !important;
    white-space: normal;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > a svg.ic-14 {
    display: none !important;
  }

  #mobile_top_menu_wrapper .navbar-toggler {
    color: #fff !important;
    cursor: pointer;
  }

  #mobile_top_menu_wrapper .navbar-toggler .remove {
    display: none;
  }

  #mobile_top_menu_wrapper .navbar-toggler[aria-expanded="true"] .add {
    display: none;
  }

  #mobile_top_menu_wrapper .navbar-toggler[aria-expanded="true"] .remove {
    display: inline-block;
  }

  #mobile_top_menu_wrapper .sub-menu.submenu {
    background: transparent !important;
    box-shadow: none;
    left: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 0 0rem !important;
    position: static !important;
    right: auto !important;
    top: auto;
    width: 100% !important;
  }

  .top-menu[data-depth='1'] > li a{
    border-radius: 0rem;
  }

  #mobile_top_menu_wrapper .sub-menu.collapse,
  #mobile_top_menu_wrapper .submenu.collapse {
    display: none !important;
  }

  #mobile_top_menu_wrapper .sub-menu.collapse.show,
  #mobile_top_menu_wrapper .sub-menu.collapse.in,
  #mobile_top_menu_wrapper .submenu.collapse.show,
  #mobile_top_menu_wrapper .submenu.collapse.in {
    display: block !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }

  #mobile_top_menu_wrapper .sub-menu.collapse.show .dropdown-submenu,
  #mobile_top_menu_wrapper .sub-menu.collapse.in .dropdown-submenu,
  #mobile_top_menu_wrapper .submenu.collapse.show .dropdown-submenu,
  #mobile_top_menu_wrapper .submenu.collapse.in .dropdown-submenu {
    color: #fff !important;
    display: block !important;
    max-width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="1"] > li > a,
  #mobile_top_menu_wrapper .top-menu[data-depth="1"] > li a, .btn-mega-parent-cta {
    color: #fff !important;
    display: block;
    padding: 0.625rem 1rem 0.625rem 1.5rem;
    text-transform: uppercase;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="2"] a,
  #mobile_top_menu_wrapper .top-menu[data-depth="3"] a {
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  body.menu-show #header #mobile_top_menu_wrapper {
    transform: translateX(0) !important;
  }
}
@media (max-width: 575px) {
  #_mobile_catalogue_link {
    flex: 0 0 auto !important;
    margin-right: 8px;
  }

  #_mobile_catalogue_link a,
  #_mobile_contact_link .btn-toggle-mobile,
  #_mobile_user_info .btn-toggle-mobile {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }

  #_mobile_user_info .header_user_info__list {
    display: none !important;
  }

  #_mobile_contact_link .header__contact__list {
    min-width: 205px;
    right: -54px;
    text-align: left;
  }

  #_mobile_contact_link .header__contact__item {
    color: #555;
    display: block !important;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 15px;
    text-decoration: none;
  }

  #_mobile_contact_link .header__contact__item:hover {
    background: #4db3b5;
    color: #fff;
  }

  #_mobile_contact_link .divider,
  #_mobile_contact_link .text-gold {
    display: none !important;
  }

  #mobile_top_menu_wrapper .codex-mobile-menu-links {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

   ul.top-menu {
    margin-bottom: 0rem;
   }

  #mobile_top_menu_wrapper .codex-mobile-menu-links .top-menu {
    margin: 0;
    padding: 0;
  }

  #mobile_top_menu_wrapper .codex-mobile-menu-links .top-menu[data-depth="0"] > li:last-child {
    border-bottom: 0;
  }
}
