/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.error404 .ia-404-search {
  max-width: 760px;
  margin-inline: auto;
}

.error404 .ia-404-search-form {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 64px;
  border-radius: 8px;
  background: #f5f6f7;
  overflow: visible;
}

.error404 .ia-404-search-form input[type="search"] {
  width: 100%;
  min-height: 64px;
  padding: 0 72px 0 20px;
  border: 0;
  border-radius: 8px;
  background: #f5f6f7;
  color: #1d2327;
  font-size: 18px;
  line-height: 1;
  box-shadow: none;
  outline: none;
}

.error404 .ia-404-search-form input[type="search"]::placeholder {
  color: #9aa3ad;
}

.error404 .ia-404-search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  min-height: 64px;
  border: 0;
  background: transparent;
  color: #52606d;
  box-shadow: none;
  cursor: pointer;
}

.error404 .ia-404-search-form button[type="submit"] svg {
  fill: currentColor;
}

.ia-404-category-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.ia-404-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 6px;
  color: #1d2327;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.ia-404-category-item:hover,
.ia-404-category-item:focus {
  background: #0b63ce;
  color: #fff;
  outline: none;
}

.ia-404-category-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ia-404-category-count {
  min-width: 28px;
  color: currentColor;
  font-size: 13px;
  opacity: 0.65;
  text-align: right;
}

.ia-404-category-empty {
  padding: 12px 14px;
  color: #667085;
  font-size: 16px;
} 

select.ct-select-taxonomy.ct-hidden-sm {
    max-width: 200px;
}

input#submit_ecommerceconnect_payment_form {
    background: #8dbf40 !important;
    height: 54px;
    min-width: 220px;
}