/**
 * Theme Name: Euractiv Jobs
 * Template:   jxpress
 * Version: 1.0.1
 */

.container {
  max-width: 1232px !important;
  width: 100% !important;
  padding-inline: 16px !important;
  margin-inline: auto !important;
}

.header-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);

  & .signup {
    border-radius: 100px;
    color: #000;
    margin-right: 16px;
  }

  & .login {
    color: #000;
    background-color: transparent;
    padding: 0;
    font-size: 30px;

    & svg {
      transform: scale(1.4);
    }
  }

  & #dropdownMenuButton1 {
    & svg {
      transform: scale(1.4);
    }
  }
}

.pricing-plans-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.pricing-plan {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #000;
  position: relative;
  isolation: isolate;

  & .pricing-plan__header {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  & .pricing-plan__name {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    margin: 0;
  }

  & .pricing-plan__price {
    display: flex;
    align-items: baseline;
    gap: 10px;

    & div:not(.pricing-plan__price__per) {
      font-size: 40px;
      line-height: 1.1;
      font-weight: 700;
    }

    & .pricing-plan__price__per {
      font-size: 15px;
      line-height: 1;
      color: rgba(0, 0, 0, 0.5);
    }
  }

  & .pricing-plan__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #000;

    &:hover {
      background-color: #23daff;
      color: #000;
    }
  }

  & .pricing-plan__highlight {
    background-color: #28dda9;
    font-size: 12px;
    line-height: 22px;
    padding: 0 12px;
    border-radius: calc(infinity * 1px);
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  & .pricing-plan__content {
    & ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      gap: 8px;

      & li {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #000;
        padding-left: 30px;

        &::before {
          content: "";
          display: block;
          width: 17px;
          height: 18px;
          background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 18"><rect x=".5" y=".5" width="16" height="17" rx="8" stroke="%2323DAFF"/><path d="m13.263 6-4.925 6.685a.77.77 0 0 1-1.104.147L4 10.246" stroke="%2323DAFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 8px;
        }
      }
    }
  }
}

.featured-job-box {
  font-size: 14px;
  color: #000;
  font-weight: 300;

  & .avatar {
    width: 96px;
    height: 96px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
  }

  & .job-type-box {
    border-radius: 100px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000 !important;
    text-transform: uppercase;

    &.job-type-box--highlight {
      border-color: #23daff !important;
      background: #23daff !important;
    }
  }

  & .jxpress-title {
    font-size: 14px;
    font-weight: 700;
  }
}

.employer {
  & .employer__header {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 64px;

    & .employer__header__row {
      display: flex;
      align-items: flex-start;
      gap: 32px;
    }

    & .employer__header__col--image {
      width: 147px;
      flex-shrink: 0;

      & img {
        max-width: 100%;
        height: auto;
      }
    }

    & .employer__header__col--content {
      display: flex;
      flex-direction: column;
      gap: 4px;
      flex-grow: 1;

      & h1 {
        font-size: 40px;
        line-height: 1.1;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        padding: 0;
      }

      & h2 {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        margin: 0;
        padding: 0;
      }
    }

    & .employer__header__meta {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;

      & div {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }

      & svg {
        width: 16px;
        height: 16px;
      }

      & span {
        font-size: 14px;
        line-height: 24px;
        color: #000;
      }
    }

    & .employer__header__website {
      display: inline-flex;
      margin-right: auto;
      text-decoration: underline;
      font-size: 14px;
      line-height: 24px;
      color: #000;
    }
  }

  & .employer__section {
    padding: 32px 0;

    & .container > h2 {
      font-size: 36px;
      line-height: 46px;
      color: #000;
      font-weight: 300;
      margin: 0 0 32px 0;
      padding: 0;
      text-align: center;
    }
  }

  & .employer__content {
    & .container {
      max-width: 800px !important;
    }

    & .employer__content__prose {
      font-size: 16px;
      line-height: 26px;
      color: #000;
    }
  }

  & .employer__jobs {
    & .employer__jobs__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
  }
}

.blogs-v2 {
  & .info-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 700;
  }

  & .info-box-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }

  & .post-image img {
    border-radius: 2px;
  }
}

.load_more a {
  background-color: #000;
  color: #fff;
  padding: 12px 95px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  border-radius: 4px;
}

.eujobs-custom-jxpress-listing {
  & .jxpress-listing > .border {
    border: none !important;
    gap: 8px;

    & > .jxpress-list-item {
      border: 1px solid #dee2e6 !important;
      width: calc((100% / 4) - 8px);
      padding: 8px !important;

      & img {
        border: none !important;
        padding: 0 !important;
      }

      & .panel-body {
        & > div:has(.jxpress-title) {
          display: none !important;
        }

        & > div:has(img) {
          margin: 0 !important;
        }
      }
    }
  }
}

.employee-profile-top-btn i.fa.fa-user-circle-o {
  color: #000 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 1.9rem 0 !important;
}

.social-media-v2 {
  display: flex;
  align-items: center;
  gap: 8px;

  & > a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    &:not(.social-media-v2--no-circle) {
      background-color: #000;
      border-radius: calc(infinity * 1px);

      & svg {
        width: 16px;
        height: 16px;
      }

      &:hover {
        color: #fff;
      }
    }
  }
}

.eujobs-footer-row {
  display: flex;
  gap: 70px;
  position: relative;

  &::before,
  &::after {
    display: none;
  }

  &::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
  }

  & .vc_wp_custommenu {
    margin: 0 !important;
  }

  & .widget_nav_menu {
    display: flex;
    flex-direction: column;
    gap: 16px;

    & h2.widgettitle {
      margin: 0;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      color: #000;
    }

    & ul.menu {
      border: none;
      display: flex;
      flex-direction: column;
      gap: 2px;

      & li {
        border: none;
        padding: 4px 0;
        margin: 0;

        &::before {
          display: none;
        }

        & a {
          font-size: 16px;
          line-height: 26px;
          color: #000;
        }
      }
    }
  }
}

.footer-copyright {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0;
}

.footer-inline-menu {
  margin: 0;
}

.footer-inline-menu ul.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  margin: 0;
  gap: 20px;

  & li {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    position: relative;

    &:not(:last-of-type)::after {
      content: "|";
      display: block;
      color: #000;
      position: absolute;
      top: 0;
      right: -15px;
      bottom: 0;
    }

    &::before {
      display: none;
    }

    & a {
      color: #000;
    }

    &:hover a {
      color: #000;
      text-decoration: underline;
    }
  }
}

.main-body .eu-search {
  background-color: #122946;
  padding-block: 45px;

  & .jxpress-job-search {
    margin: auto;
    border-radius: 100px;

    & .search_icon {
      margin-left: 24px;
      top: 50% !important;
      transform: translateY(-50%);
    }

    & .chosen-container-single .chosen-single {
      padding-left: 48px !important;
    }

    & input[type="text"] {
      border-radius: 100px;
      padding-left: 48px !important;

      &::placeholder {
        color: #000;
      }

      &::-moz-placeholder {
        color: #000;
      }
    }

    &
      .chosen-container-single
      a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
      color: #000 !important;
    }

    & input[type="submit"] {
      background: #23daff;
      border-color: #23daff;
      border-radius: 100px;
      color: #000;
      font-weight: 300;
      text-transform: none !important;
      font-size: 16px !important;
    }
  }
}

.eu-single-job {
  padding-bottom: 64px;

  & .eu-single-job__filters {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  & .eu-single-job__main {
    display: flex;
    gap: 32px;

    & .eu-single-job__main__sidebar {
      flex-shrink: 0;
      width: calc(100% / 3);
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    & .eu-single-job__main__content {
      flex-grow: 1;
    }
  }
}

header.eu-single-job__main__content__header {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 16px;
}

.eu-single-job__main__content__header__image {
  width: 147px;
  flex-shrink: 0;

  & img {
    max-width: 100%;
    width: auto;
    margin-left: auto;
    display: block;
  }
}

.eu-single-job__main__content__header__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.eu-single-job__main__content__pills {
  display: flex;
  align-items: center;
  gap: 8px;
}

span.eu-single-job__main__content__pills__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding-inline: 12px;
  border: 1px solid #000;
  border-radius: calc(infinity * 1px);
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
}

span.eu-single-job__main__content__pills__item {
}

span.eu-single-job__main__content__pills__item.eu-single-job__main__content__pills__item--highlight {
  border-color: #23daff;
  background: #23daff;
}

h1.eu-single-job__main__content__title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

.eu-single-job__main__content__category {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.eu-single-job__main__content__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 4px;
  max-width: 340px;
  margin-bottom: 8px;
}

.eu-single-job__main__content__meta > div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eu-single-job__main__content__meta > div > svg {
  flex-shrink: 0;
}

.eu-single-job__main__content__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.main-body .eu-single-job__main__content__actions > a,
.main-body .eu-single-job__main__content__actions > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-block: 0 !important;
  padding-inline: 24px !important;
  gap: 12px;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: none !important;
  font-weight: 400 !important;

  &.eu-single-job__main__content__actions__apply {
    background-color: #23daff;
  }

  &.eu-single-job__main__content__actions__save {
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff !important;
  }

  &.eu-single-job__main__content__actions__share,
  &.eu-single-job__main__content__actions__print {
    border-color: #000 !important;
    background-color: #fff !important;
  }
}

.eu-single-job__main__content__info {
  color: #000;

  & .eu-single-job__main__content__actions {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    gap: 16px;
  }
}

@media (width >= 40rem) {
  .pricing-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width >= 64rem) {
  .pricing-plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (width < 64rem) {
  .eujobs-custom-jxpress-listing {
    & .jxpress-listing > .border {
      & > .jxpress-list-item {
        width: calc((100% / 2) - 8px);
      }
    }
  }

  .eu-single-job {
    padding-bottom: 32px;

    & .eu-single-job__main {
      flex-direction: column-reverse;

      & .eu-single-job__main__sidebar {
        width: 100%;
      }
    }
  }

  header.eu-single-job__main__content__header {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .eu-single-job__main__content__header__image {
    & img {
      margin-left: 0;
    }
  }
}

@media (width < 40rem) {
  .pricing-plan {
    padding: 16px;
    gap: 26px;

    & .pricing-plan__name {
      font-size: 30px;
      line-height: 40px;
    }

    & .pricing-plan__header {
      align-items: flex-start;
      flex-direction: row;
      justify-content: space-between;
      gap: 26px;
    }

    & .pricing-plan__button {
      order: 4;
      height: 48px;
    }

    & .pricing-plan__highlight {
      position: relative;
      top: auto;
      left: auto;
      transform: translateX(0);
      display: inline-flex;
      margin-right: auto;
    }

    & .pricing-plan__price {
      flex-direction: column;

      & div:not(.pricing-plan__price__per) {
        font-size: 30px;
      }

      & .pricing-plan__price__per {
        font-size: 14px;
      }
    }
  }

  .employer {
    & .employer__header {
      padding: 16px 0;
      margin-bottom: 16px;

      & .employer__header__row {
        flex-direction: column-reverse;
        gap: 16px;
      }

      & .employer__header__col--image {
        width: 100px;
      }

      & .employer__header__col--content {
        & h1 {
          font-size: 30px;
        }
      }

      & .employer__header__meta {
        flex-wrap: wrap;
      }
    }

    & .employer__section {
      & .container > h2 {
        text-align: left;
      }
    }

    & .employer__jobs {
      & .employer__jobs__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
      }
    }
  }
}

@media (max-width: 767px) {
  .main-body .eu-search {
    & .jxpress-job-search {
      background-color: #fff;
      border-radius: 4px;

      & .form-group:has([name="job_name"]),
      & .form-group:has([name="job_category[]"]) {
        margin: 0 !important;
      }

      & .form-group:has([name="job_name"]) {
        border-bottom: 1px solid #d7d7d7 !important;
      }

      & .form-group:has([type="submit"]) {
        padding-inline: 16px !important;
        padding-bottom: 16px !important;
      }

      & .search_icon {
        top: 17px;
        left: 16px;
        margin: 0;
      }

      & input[type="text"] {
        border-radius: 0;
        padding-right: 16px;
        padding-block: 16px;
        background-color: transparent;
      }

      & .chosen-container {
        margin-block: 12px;
      }

      & input[type="submit"] {
        width: 100% !important;
        margin: 0 !important;
        border-radius: 4px !important;
        height: 56px !important;
      }
    }
  }
}

.woocommerce {
  &.single-product {
    & #page-title {
      display: none !important;
    }

    & .main-sidebar {
      display: none !important;
    }
  }

  & .area-content > .container > .row > div {
    max-width: 100%;
    width: 100%;
  }

  & ul.products li.product .button {
    background-color: #000 !important;
    color: #fff !important;
  }

  & .woocommerce-product-details__short-description {
    margin-bottom: 40px;

    & ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      gap: 8px;

      & li {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #000;
        padding-left: 30px;
        border: 0;
        text-align: left;

        &::before {
          content: "";
          display: block;
          width: 17px;
          height: 18px;
          background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 18"><rect x=".5" y=".5" width="16" height="17" rx="8" stroke="%2323DAFF"/><path d="m13.263 6-4.925 6.685a.77.77 0 0 1-1.104.147L4 10.246" stroke="%2323DAFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 3px;
        }
      }
    }
  }

  & .single-product > .product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;

    & .summary {
      width: auto;
      flex: 1;

      & p.price {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 700;
        color: #000;
      }

      & .btn-buy-now {
        padding-left: 40px;
        padding-right: 40px;
        background-color: #000;
      }
    }
  }

  & .single-product > .product > .products {
    width: 100%;

    & span.price {
      font-size: 24px;
      line-height: 1.1;
      font-weight: 700;
      color: #000;
    }
  }

  & .summary .single_add_to_cart_button {
    background-color: #23daff !important;
    color: #000 !important;
  }

  & div.product form.cart {
    display: flex;
  }
}

.single-blog-post {
  & .post-category {
    font-size: 14px;
    color: #000;
  }

  & .post-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
  }
}

.woocommerce .single-product .quantity .qty {
  padding: 5px 0;
}

.jxpress-job-search {
  & .chosen-container.chosen-container-multi {
    padding-right: 10px;
    height: 100%;
    margin: 0 !important;
  }

  & .chosen-container-multi .chosen-choices {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none !important;
    padding-left: 48px !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  & .chosen-container-multi .chosen-choices .search-choice {
    margin-top: 0 !important;
  }
}

.hero-desk {
  overflow: visible !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.jxpress-search .jxpress-job-search .form-control,
.jxpress-search .jxpress-job-search .chosen-container-single .chosen-single {
  padding-left: 48px !important;
}

.jxpress-search .jxpress-job-search .form-control::-webkit-input-placeholder {
  color: #000;
}

.jxpress-search .jxpress-job-search .form-control::-moz-placeholder {
  color: #000;
}

.jxpress-search .jxpress-job-search .form-control:-ms-input-placeholder {
  color: #000;
}

.jxpress-search .jxpress-job-search .form-control::-ms-input-placeholder {
  color: #000;
}

.jxpress-search .jxpress-job-search .form-control::placeholder {
  color: #000;
}

.jxpress-search .jxpress-job-search .search_icon {
  margin-left: 24px;
  color: #000;
}

.jxpress-search
  .chosen-container-multi
  .chosen-choices
  .search-field
  input[type="text"] {
  padding-left: 0;
  color: #000;
}

.featured-job-box .job-type-box {
  padding: 0 12px !important;
  height: 22px !important;
  line-height: 20px !important;
  border-radius: calc(infinity * 1px) !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.eu-job-card {
  display: flex;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #dee2e6;
  background: #fff;
  transition: all 0.15s ease-in-out;
  padding: 16px;
}

.eu-job-card:hover {
  background: rgb(35 218 255 / 10%);
  border: 2px solid #23daff;
  transition: all 0.15s ease-in-out;
}

.eu-job-card__image {
  position: relative;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  overflow: hidden;
}

.eu-job-card__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.eu-job-card__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.eu-job-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

span.eu-job-card__pills__item {
  border: 1px solid #000;
  border-radius: calc(infinity * 1px);
  padding-inline: 12px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

span.eu-job-card__pills__item.eu-job-card__pills__item--highlight {
  background: #23daff;
  border-color: #23daff;
}

h4.eu-job-card__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
}

h4.eu-job-card__title a {
  color: #000;
}

h4.eu-job-card__title a:hover {
  text-decoration: underline;
}

.eu-job-card__category {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.eu-job-card__category a {
  color: #000;
}

.eu-job-card__category a:hover {
  text-decoration: underline;
}

.eu-job-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 4px;
  color: #000;
}

.eu-job-card__meta__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eu-job-card__meta__item > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.eu-job-card__meta__item > span {
  font-size: 14px;
  line-height: 24px;
}

.eu-job-card__fav {
  width: 40px;
  flex-shrink: 0;
}

.eu-job-card__fav .grid-job-shortlist {
  border: none;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.25);
}

.eu-job-card__fav .grid-job-shortlist.active {
  background: #23daff;
  color: #fff;
}

#page-title .breadcrumb {
  left: 0 !important;
}

.hexagon {
  display: none;
}

.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  background-color: #23daff !important;
  padding: 0 !important;
}

.wc-block-components-button:not(.is-link) {
  background-color: #23daff !important;

  &:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: #23daff !important;
  color: #000;
}

.header-cart {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  & svg {
    width: 22px;
    height: 22px;
  }
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.jxpress-dashboard-link ul li.list-group-item {
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  padding: 0 !important;

  & a {
    display: block;
    padding: var(--bs-list-group-item-padding-y)
      var(--bs-list-group-item-padding-x);
  }
  &:hover {
    background-color: #23daff !important;
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
}
.jxpress-dashboard-link ul li.list-group-item:hover a {
  color: #fff;
}

@media (max-width: 991px) and (min-width: 769px) {
  #dl-menu ul li {
    padding-inline: 0;
  }
}

.user-menu-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: end;
}

@media (max-width: 768px) {
  #dl-menu {
    & .navbar-brand {
      width: 100px;
    }

    & #dropdownMenuButton1 {
      margin: 0;
      padding: 0;
    }
  }

  .logged-in {
    & #dl-menu {
      & .my-account {
        margin-left: auto;
      }
    }
  }

  body:not(.logged-in) {
    & #dl-menu {
      & .header-cart {
        margin-left: auto;
      }
    }
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1.9rem 1rem !important;
  }
}

.main-body .user-panel input[type="email"] {
  padding: 5px 10px;
  margin-bottom: 5px;
}

