.ins-hide {
  display: none !important; }

.select2-container--open .select2-dropdown--above {
  top: 31px; }

.inspect-filter-widget .select2-container .select2-selection--single, .inspect-filter-sort .select2-container .select2-selection--single {
  height: 3.4375rem;
  border-color: #e2e8f0;
  border-radius: 0.25rem; }

.inspect-filter-widget .select2-container .select2-selection--single .select2-selection__rendered, .inspect-filter-sort .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1rem; }

.inspect-filter-widget .select2-container .select2-selection--single .select2-selection__arrow, .inspect-filter-sort .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15' width='9px' height='15px'%3E%3Cpath d='M315,1318.04l-4.5,4.96-4.5-4.96,0.944-1.04,3.557,3.92,3.553-3.92,0.944,1.04m-9-5.08,4.5-4.96,4.5,4.96-0.944,1.04-3.557-3.92-3.553,3.92L306,1312.96' transform='translate(-306 -1308)' fill='%23bdbdbd'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: 0; }
  .inspect-filter-widget .select2-container .select2-selection--single .select2-selection__arrow b, .inspect-filter-sort .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container .select2-results__options .select2-results__option {
  line-height: 1;
  padding: 0.625rem 0.9375rem;
  color: var(--heading__color, #2d3748);
  font-size: calc(var(--base__font-size, 16px) - 2px);
  font-weight: 400;
  transition: all 0.2s ease; }
  .select2-container .select2-results__options .select2-results__option:not(:last-child) {
    border-bottom: 1px solid #f3f3f3; }
  .select2-container .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #f9f9f9; }

.inspect-filter-widget {
  padding-top: 2.25rem; }
  .inspect-filter-widget .inspect-filter-widget-title {
    color: var(--heading__color, #2d3748);
    font-size: var(--base__font-size, 1rem);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.625;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .inspect-filter-widget input[type="text"], .inspect-filter-widget input[type="search"] {
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    min-height: auto;
    color: var(--heading__color, #2d3748);
    font-size: calc(var(--base__font-size, 16px) - 2px);
    font-weight: 400;
    width: 100%;
    background-color: #fff;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.9375rem; }
  .inspect-filter-widget input[type="search"] {
    padding-right: 2rem; }
  .inspect-filter-widget .select2-container {
    width: 100% !important; }

.filter-widget-item-search {
  margin-bottom: 1.25rem;
  position: relative; }
  .filter-widget-item-search > .product-resource-search-icon-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 30px;
    display: flex; }
    .filter-widget-item-search > .product-resource-search-icon-wrapper > .product-resource-search-icon {
      margin: auto; }

.product-filter-item-listing {
  --background: #fff;
  --border: #d1d6ee;
  --border-hover: #bbc1e1;
  --border-active: #1e2235;
  --tick: #fff;
  max-height: 23.125rem;
  overflow-y: auto; }
  .product-filter-item-listing .product-filter-label {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 0; }
    .product-filter-item-listing .product-filter-label:not(:last-child) {
      margin-bottom: 1.25rem; }
    .product-filter-item-listing .product-filter-label .product-filter-title {
      margin-left: 0.75rem;
      line-height: 1; }
    .product-filter-item-listing .product-filter-label .product-filter-svg {
      stroke-dasharray: var(--a, 86.12);
      stroke-dashoffset: var(--o, 86.12);
      transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
      pointer-events: none;
      fill: none;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: var(--stroke, var(--border-active));
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(var(--scale, 1)) translateZ(0); }
    .product-filter-item-listing .product-filter-label .product-filter-svg,
    .product-filter-item-listing .product-filter-label .product-filter-input {
      width: 1rem;
      height: 1rem;
      display: block; }
    .product-filter-item-listing .product-filter-label .product-filter-input {
      -moz-appearance: none;
      position: relative;
      outline: none;
      background-color: var(--background);
      cursor: pointer;
      border-radius: 0.25rem;
      transition: box-shadow 0.3s;
      box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
      -webkit-appearnance: none;
      appearance: none; }
      .product-filter-item-listing .product-filter-label .product-filter-input:checked {
        --s: 2px;
        transition-delay: 0.4s;
        --b: var(--border-active); }
        .product-filter-item-listing .product-filter-label .product-filter-input:checked + svg {
          --a: 16.1 86.12;
          --o: 102.22; }
    .product-filter-item-listing .product-filter-label .product-filter-radio-svg {
      width: 1rem;
      height: 1rem;
      fill: none;
      vertical-align: middle; }
      .product-filter-item-listing .product-filter-label .product-filter-radio-svg circle {
        stroke-width: 2;
        stroke: var(--border); }
      .product-filter-item-listing .product-filter-label .product-filter-radio-svg path {
        stroke: #212121; }
        .product-filter-item-listing .product-filter-label .product-filter-radio-svg path.inner {
          stroke-width: 6;
          stroke-dasharray: 19;
          stroke-dashoffset: 19; }
        .product-filter-item-listing .product-filter-label .product-filter-radio-svg path.outer {
          stroke-width: 2;
          stroke-dasharray: 57;
          stroke-dashoffset: 57; }
    .product-filter-item-listing .product-filter-label .product-filter-input-radio {
      display: none; }
      .product-filter-item-listing .product-filter-label .product-filter-input-radio:checked + .product-filter-radio-svg path {
        transition: all 0.4s ease;
        transition-delay: 0s; }
        .product-filter-item-listing .product-filter-label .product-filter-input-radio:checked + .product-filter-radio-svg path.inner {
          stroke-dashoffset: 38;
          transition-delay: 0.3s; }
        .product-filter-item-listing .product-filter-label .product-filter-input-radio:checked + .product-filter-radio-svg path.outer {
          stroke-dashoffset: 0; }
  .product-filter-item-listing input[type="checkbox"]:focus + label::before,
  .product-filter-item-listing input[type="radio"]:focus + label::before {
    outline: none; }

@keyframes checked {
  to {
    stroke-dashoffset: 0; } }

html {
  scroll-behavior: smooth; }

.daterangepicker {
  background: #fff;
  box-shadow: 0 2px 6px #0000000d, 0 0 0 1px #00000012;
  border-radius: 3px; }
  .daterangepicker .drp-calendar.left {
    padding: 22px 0 22px 22px; }
  .daterangepicker .drp-calendar.right {
    padding: 22px; }
  .daterangepicker .drp-calendar {
    max-width: 312px; }
  .daterangepicker .table-condensed thead tr:last-child th {
    border-bottom-color: #e4e7e7; }
  .daterangepicker .table-condensed thead tr th {
    transition: all 0.4s ease; }
    .daterangepicker .table-condensed thead tr th.prev, .daterangepicker .table-condensed thead tr th.next {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M336.2 274.5l-210.1 210h805.4c13 0 23 10 23 23s-10 23-23 23H126.1l210.1 210.1c11 11 11 21 0 32-5 5-10 7-16 7s-11-2-16-7l-249.1-249c-11-11-11-21 0-32l249.1-249.1c21-21.1 53 10.9 32 32z'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px; }
      .daterangepicker .table-condensed thead tr th.prev span, .daterangepicker .table-condensed thead tr th.next span {
        display: none; }
    .daterangepicker .table-condensed thead tr th.next {
      transform: rotate(180deg); }
  .daterangepicker .table-condensed thead tr .month {
    color: var(--heading__color, #2d3748);
    margin-top: 7px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 2px;
    font-weight: 700; }
  .daterangepicker .table-condensed tbody tr td {
    color: #cacccd;
    background: #fff;
    border: 1px solid #e4e7e7;
    cursor: default;
    cursor: pointer;
    border-radius: 0 !important;
    height: 2.375rem;
    width: 2.375rem;
    transition: all 0.4s ease; }
    .daterangepicker .table-condensed tbody tr td.available {
      color: #565a5c; }
    .daterangepicker .table-condensed tbody tr td.in-range {
      color: var(--color__primary, #333333);
      border-color: var(--color__primary, #333333);
      background-color: var(--color__secondary, #fef5ed); }
    .daterangepicker .table-condensed tbody tr td.end-date, .daterangepicker .table-condensed tbody tr td.start-date, .daterangepicker .table-condensed tbody tr td.active {
      color: #fff;
      background-color: var(--color__primary, #333333); }
  .daterangepicker .drp-buttons .btn {
    padding: 0.5rem 1.125rem;
    min-height: auto;
    cursor: pointer; }
    .daterangepicker .drp-buttons .btn:hover {
      background-color: var(--color__primary-hover, #222222); }

.inspect-product-search-loadmore {
  grid-column: 1 / -1;
  text-align: center; }
  .inspect-product-search-loadmore .loading-svg,
  .inspect-product-search-loadmore .loading-text {
    display: none; }
  .inspect-product-search-loadmore .button {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 0.625rem 0.75rem;
    border-radius: 3px;
    color: #fff;
    background-color: var(--color__primary, #333333);
    transition: background-color 400ms ease;
    border: none;
    outline: none; }
    .inspect-product-search-loadmore .button:hover {
      color: #fff;
      background-color: var(--color__primary-hover, #222222); }
  .inspect-product-search-loadmore .loading-svg {
    vertical-align: middle; }

.inspect-filter-wrapper {
  position: relative; }
  .inspect-filter-wrapper.no-sidebar .inspect-open-mobile-filter-wrapper,
  .inspect-filter-wrapper.no-sidebar .inspect-filter-widgets {
    display: none; }
  @media (min-width: 1025px) {
    .inspect-filter-wrapper.is-sidebar {
      display: grid;
      grid-template-columns: 18.75rem 1fr;
      grid-gap: 1.875rem; } }

.inspect-filter-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%); }

.alert-info {
  color: #055160;
  background-color: #cff4fc; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #b6effb;
  border-radius: 0.25rem; }

.filter-results > .alert {
  grid-column: 1 / -1; }

.inspect-filter-sort .select2-container {
  width: 100% !important; }

.select2-container .select2-results__options .select2-results__option[aria-selected="true"] {
  color: #212121; }

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sidebar-header-title {
  color: var(--heading__color, #2d3748);
  font-size: calc(var(--base__font-size, 16px) + 4px);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.875;
  margin: 0; }

.sidebar-header-button {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem; }

.inspect-filter-result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.5rem; }
  .inspect-filter-result-header-right {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%; }
    @media (min-width: 1025px) {
      .inspect-filter-result-header-right {
        justify-content: flex-end;
        max-width: 80%;
        flex: 0 0 80%; } }

.inspect-filter-results-container {
  position: relative; }

.inspect-product-view-layer-item {
  background-color: transparent;
  font-size: 1.5rem;
  color: #bdbdbd;
  cursor: pointer;
  min-height: 3.4375rem;
  border: none;
  outline: none;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
  .inspect-product-view-layer-item:not(:last-child) {
    margin-right: 0.625rem; }
  .inspect-product-view-layer-item:focus, .inspect-product-view-layer-item:active, .inspect-product-view-layer-item:hover {
    background-color: transparent; }
  .inspect-product-view-layer-item:hover, .inspect-product-view-layer-item:focus, .inspect-product-view-layer-item:active, .inspect-product-view-layer-item.active {
    color: #2b2b2b; }

.inspect-product-view-layer {
  display: flex; }

.inspect-filter-sort {
  margin-right: 0.625rem;
  min-width: 13.125rem; }

@media (max-width: 1024px) {
  .inspect-filter-widgets {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10001;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    height: 100%;
    transform: translateX(-100%);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s; }
    .inspect-filter-widgets.active {
      transform: translateX(0); }
  body .daterangepicker {
    width: 80%;
    z-index: 10002; }
  body > .xdsoft_datetimepicker.xdsoft_noselect > .xdsoft_datepicker {
    display: none; }
  .select2-container .select2-dropdown {
    z-index: 10002; }
  .select2-container--open .select2-dropdown--above {
    top: 2.875rem; }
  .inspect-filter-form-wrapper {
    padding-bottom: 9rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    padding-top: 1rem;
    overflow-y: scroll;
    max-height: 100%; }
    .inspect-filter-form-wrapper .select2-container {
      width: 100% !important; }
  .inspect-total-filtered-products-wrapper {
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed; }
    .inspect-total-filtered-products-wrapper .inspect-total-filtered-products {
      width: 100%;
      cursor: pointer;
      border-radius: 0; }
  .inspect-close-mobile-filter {
    background-color: transparent; }
    .inspect-close-mobile-filter:focus, .inspect-close-mobile-filter:active, .inspect-close-mobile-filter:hover {
      background-color: transparent; }
  .inspect-filter-widget-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .inspect-close-mobile-filter {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%); }
  .inspect-filter-widget-header-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600; }
  .inspect-filter-result-header .inspect-filter-result-header-left {
    display: none; }
  .inspect-open-mobile-filter-wrapper {
    position: fixed;
    bottom: 1.875rem;
    width: 100%;
    z-index: 9999;
    left: 0;
    display: flex;
    justify-content: center; }
  .inspect-open-mobile-filter {
    border-radius: 10em;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.75rem 1.875rem;
    min-height: auto;
    line-height: 1;
    cursor: pointer;
    display: inline-block; }
    .inspect-open-mobile-filter > svg {
      vertical-align: middle;
      margin-right: 0.25rem;
      display: inline-block;
      font-size: 1rem; } }

@media (min-width: 1025px) {
  .inspect-open-mobile-filter-wrapper,
  .inspect-total-filtered-products-wrapper,
  .inspect-filter-widget-header {
    display: none; } }

.inspect-no-product-found {
  grid-column: 1 / -1;
  text-align: center; }
  .inspect-no-product-found + .inspect-product-search-loadmore {
    display: none; }

.inspect-product-view-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-column-item, 1), minmax(0, 1fr));
  grid-gap: 1.875rem; }
  @media (max-width: 991px) {
    .inspect-product-view-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 767px) {
    .inspect-product-view-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.inspect-filter-wrapper.no-sidebar .inspect-product-view-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
  @media (max-width: 991px) {
    .inspect-filter-wrapper.no-sidebar .inspect-product-view-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 767px) {
    .inspect-filter-wrapper.no-sidebar .inspect-product-view-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.inspect-helium-product-card {
  border-radius: 0.3125rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease; }
  .inspect-helium-product-card:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 22px rgba(52, 61, 72, 0.102);
    box-shadow: 0 0 22px rgba(51, 60, 71, 0.102); }
    .inspect-helium-product-card:hover .inspect-listing-image-hover {
      opacity: 1; }

.inspect-listing-img {
  position: relative;
  overflow: hidden;
  height: 16.25rem; }
  .inspect-listing-img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.inspect-listing-details {
  padding: 1.375rem 1.5625rem 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none; }

.inspect-listing-link {
  display: inline-block;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
  color: #fff;
  background-color: var(--color__primary, #333333);
  transition: background-color 400ms ease; }
  .inspect-listing-link:focus, .inspect-listing-link:visited, .inspect-listing-link:hover {
    color: #fff;
    background-color: var(--color__primary-hover, #222222); }

.inspect-filter-result-wrapper .inspect-listing-link {
  text-decoration: none !important; }

.inspect-listing-image-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8); }

.inspect-listing-details .product_title {
  margin: 0;
  font-size: calc(var(--base__font-size, 16px) + 2px);
  font-weight: 600;
  color: var(--heading__color, #2d3748); }
  .inspect-listing-details .product_title > a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none !important;
    color: inherit;
    display: block; }

.inspect-listing-details-title {
  margin-bottom: 0.9375rem; }
  .inspect-listing-details-title .product_price {
    display: none; }

.inspect-listing-attributes {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e2e8f0;
  border-bottom: 0;
  padding: 1rem 0 0;
  margin: 0 0 1.5rem; }
  .inspect-listing-attributes .value {
    color: var(--color__text-light, #718096);
    font-weight: 500;
    margin-left: 6px; }
  .inspect-listing-attributes .icon {
    opacity: 0.4;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-right: 4px;
    vertical-align: middle; }

.inspect-listing-details ul.inspect-listing-attributes {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem; }
  .inspect-listing-details ul.inspect-listing-attributes > li {
    margin: 0; }

.inspect-listing-footer {
  display: flex; }

.inspect-listing-meta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .inspect-listing-meta-content {
      flex-wrap: wrap; } }
  .inspect-listing-meta-content .inspect-listing-meta-left {
    padding-right: 0.625rem; }

.inspect-star-rating {
  color: var(--color__primary, #333333);
  margin: 0;
  line-height: 1;
  font-size: 8px;
  display: flex;
  grid-gap: 1px; }
  .inspect-star-rating > span {
    font-weight: 400;
    padding: 1em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .inspect-star-rating > span:not(:last-child) {
      margin-right: 0.125rem; }
    .inspect-star-rating > span.inspect-star-fill {
      background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z' stroke='none'/%3E%3C/svg%3E"); }
    .inspect-star-rating > span.inspect-star-blank {
      background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z' stroke='none'/%3E%3C/svg%3E"); }
    .inspect-star-rating > span.inspect-star-blank-alt {
      background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z' stroke='none'/%3E%3C/svg%3E"); }

.inspect-listing-features {
  display: none; }

@media (max-width: 767px) {
  .inspect-listing-meta-right {
    line-height: 1.5; } }

.inspect-product-view-list .inspect-helium-product-card {
  margin-bottom: 1.875rem; }
  @media (min-width: 1025px) {
    .inspect-product-view-list .inspect-helium-product-card {
      display: grid;
      min-height: 17.1875rem;
      grid-template-columns: 20rem 1fr; } }

.inspect-product-view-list .inspect-listing-details {
  padding: 1rem 1.5rem 1.25rem; }

.inspect-product-view-list .inspect-listing-attributes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  border: none;
  padding-top: 0;
  padding-bottom: 1rem; }
  @media (max-width: 620px) {
    .inspect-product-view-list .inspect-listing-attributes {
      grid-template-columns: 1fr 1fr; } }

.inspect-product-view-list .inspect-listing-img img {
  height: 100%;
  object-fit: contain; }

.inspect-product-view-list ul.inspect-listing-attributes {
  margin: 0; }

.inspect-product-view-list .inspect-listing-footer {
  margin-top: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0; }
  .inspect-product-view-list .inspect-listing-footer .inspect-listing-link {
    margin-left: 0; }

.inspect-product-view-list .product_title {
  font-size: calc(var(--base__font-size, 16px) + 4px); }
  @media (min-width: 768px) {
    .inspect-product-view-list .product_title {
      max-width: 60%;
      flex: 0 0 60%; } }
  .inspect-product-view-list .product_title > a {
    white-space: normal; }

.inspect-product-view-list .product_price {
  display: none; }

.inspect-product-view-list .inspect-listing-details-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .inspect-product-view-list .inspect-listing-details-title .product_price {
    display: block; }
  @media (max-width: 767px) {
    .inspect-product-view-list .inspect-listing-details-title {
      flex-wrap: wrap; } }

.inspect-product-view-list .inspect-listing-image-hover {
  display: none; }

.inspect-home-search-wrapper .select2-container {
  width: 100% !important; }

.inspect-home-search-wrapper .inspect-filter-widget {
  padding-top: 1.625rem; }

.inspect-home-search-wrapper .submit-search {
  display: block;
  width: 100%;
  cursor: pointer;
  min-height: 3.4375rem;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase; }

.inspect-home-search-wrapper .inspect-home-search-footer {
  align-self: end; }
  @media (max-width: 991px) {
    .inspect-home-search-wrapper .inspect-home-search-footer {
      margin-top: 1.875rem; } }

.inspect-home-search-wrapper .select2-selection__placeholder {
  color: var(--color__text-light, #718096);
  font-weight: 500;
  font-size: 0.875rem; }

.inspect-home-search-wrapper .submit-search {
  margin-top: 1.625rem; }

.rq-home-banner-content h3,
.search-header h3 {
  font-size: calc(var(--base__font-size, 16px) - 2px);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.875rem; }

.rq-home-banner-content p,
.search-header p {
  margin-bottom: 0; }

.inspect-home-search-wrapper .search-layout-two .search-header-body {
  margin-bottom: 1.875rem; }

.page .cartsylite-content-area .entry-content > .inspect-home-search-wrapper {
  overflow: unset; }

.inspect-vertical-search-wrapper {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 30px -3px rgba(16, 66, 97, 0.08);
  box-shadow: 0 13px 30px -3px rgba(16, 66, 97, 0.08);
  position: relative; }
  @media (max-width: 480px) {
    .inspect-vertical-search-wrapper {
      width: 100%;
      padding: 32px 25px 25px; } }
  @media (max-width: 767px) {
    .inspect-vertical-search-wrapper {
      padding: 32px 30px; } }
  .inspect-vertical-search-wrapper .search-header {
    margin-bottom: 1.25rem; }
    .inspect-vertical-search-wrapper .search-header h3 {
      color: #2d3748;
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      margin: 0 0 15px; }
    .inspect-vertical-search-wrapper .search-header p {
      color: #718096;
      font-size: calc(16px - 2px);
      line-height: 24px;
      font-weight: 500;
      margin: 0; }
  .inspect-vertical-search-wrapper .search-header-body {
    border-radius: 0.375rem; }

.inspect-home-search-wrapper .inspect-horizontal-search-bottom {
  z-index: 999; }

.inspect-horizontal-search-oob {
  box-shadow: 0 0 30px rgba(16, 66, 97, 0.11), 0 25px 80px -20px rgba(16, 66, 97, 0.23);
  min-height: 9.375rem;
  border-radius: 0.625rem;
  margin: 0;
  padding: 1.625rem 2.8125rem;
  text-align: left;
  background-color: #fff; }
  @media (max-width: 991px) {
    .inspect-horizontal-search-oob {
      padding-bottom: 1.625rem;
      padding-left: 1.625rem;
      padding-right: 1.625rem; } }
  @media (min-width: 992px) {
    .inspect-horizontal-search-oob {
      display: flex;
      align-items: center;
      flex-wrap: wrap; } }
  @media (max-width: 1199px) {
    .inspect-horizontal-search-oob {
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .inspect-horizontal-search-oob .inspect-filter-widget {
      max-width: 15.5625rem;
      flex: 0 0 15.5625rem; }
      .inspect-horizontal-search-oob .inspect-filter-widget-date {
        max-width: 22.625rem;
        flex: 0 0 22.625rem; } }
  @media (min-width: 992px) {
    .inspect-horizontal-search-oob .inspect-filter-widget {
      padding-top: 0;
      margin-right: 13px; } }
  @media (min-width: 992px) {
    .inspect-horizontal-search-oob .inspect-home-search-form {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap; } }
  .inspect-horizontal-search-oob .submit-search {
    margin-top: 0; }

:root {
  --default-font-size: 14px;
  --color-brand: #111827;
  --color-border-main: #e5e7eb;
  --color-main-text: #111827;
  --color__text-main: #4a5568;
  --bg-form: #ffffff;
  --bg-list: #f3f4f6;
  --divider: #e5e7eb;
  --input-clr: #6b7280;
  --icon-clr: #4b5563;
  --paragraph-primary: #4b5563; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

.rq-hide {
  display: none !important; }

/* ================================= */
/* inspect quick search style  */
/* ================================= */
.inspect-quick-search-wrapper {
  max-width: 768px;
  width: 100%;
  position: relative;
  /* search overlay style  */
  /* search input form style  */
  /* search result wrapper style */ }
  .inspect-quick-search-wrapper .inspect-quick-search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    cursor: pointer;
    display: none; }
  .inspect-quick-search-wrapper .inspect-quick-search-overlay.is-active {
    display: block; }
  .inspect-quick-search-wrapper .inspect-quick-search-form {
    width: 100%;
    position: relative; }
    .inspect-quick-search-wrapper .inspect-quick-search-form .inspect-search-icon {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      color: inherit; }
    .inspect-quick-search-wrapper .inspect-quick-search-form .inspect-quick-search-input {
      width: 100%;
      padding: 12px 24px;
      padding-left: 46px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      color: inherit;
      border: 1px solid #e5e7eb;
      border-radius: 4px; }
      .inspect-quick-search-wrapper .inspect-quick-search-form .inspect-quick-search-input:focus {
        outline: none;
        border: 1px solid #000000; }
  .inspect-quick-search-wrapper .inspect-quick-search-form.is-active {
    z-index: 2; }
  .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 4px;
    max-height: 600px;
    overflow-y: auto;
    margin-top: 4px;
    padding: 16px;
    box-shadow: 0px 2px 8px rgba(17, 24, 39, 0.06);
    display: none; }
    @media screen and (min-width: 768px) {
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper {
        padding: 32px; } }
    .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-without-search-query,
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-quick-search-result-count {
        margin: 0;
        font-size: 14px;
        color: #000000;
        text-transform: capitalize; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-without-search-query .query-text {
        font-weight: 500;
        color: #000000; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-quick-search-result-count {
        font-weight: 400; }
    .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card {
      display: grid;
      grid-template-columns: 100px 1fr;
      column-gap: 24px;
      align-items: center;
      padding: 12px 0; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card:hover .inspect-product-search-card-description a {
        color: #000000; }
      @media screen and (min-width: 640px) {
        .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card {
          grid-template-columns: 160px 1fr 160px; } }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-thumb a {
        display: inline-block;
        width: 100%;
        height: 100%; }
        .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-thumb a img {
          width: 100%;
          height: 100%; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-description a {
        color: #4b5563;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-description .inspect-product-search-card-price {
        color: #4b5563;
        font-size: 14px; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button {
        display: none;
        text-align: end; }
        @media screen and (min-width: 640px) {
          .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button {
            display: block; } }
        .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button a {
          text-decoration: none;
          color: #ffffff;
          text-transform: capitalize;
          font-size: 14px;
          font-weight: 500;
          display: inline-block;
          letter-spacing: 1px;
          background-color: #000000;
          padding: 8px 14px;
          border-radius: 6px;
          transition: 0.1s ease; }
          .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button a:hover {
            transform: translateY(-2px); }
          @media screen and (min-width: 768px) {
            .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button a {
              padding: 14px 20px; } }
    .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader {
      display: none;
      justify-content: center;
      align-items: center;
      column-gap: 8px; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader span {
        width: 15px;
        height: 15px;
        background-color: #000000;
        border-radius: 50%;
        animation: zoom 0.9s infinite; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader .dot-2 {
        animation-delay: 0.3s; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader .dot-3 {
        animation-delay: 0.6s; }
    .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader.is-active {
      display: flex; }
    .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-image-container {
        max-width: 160px;
        width: 100%;
        margin-bottom: 24px; }
        .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-image-container img {
          height: 100%;
          width: 100%; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-title {
        font-size: 20px;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 8px; }
      .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-content {
        margin: 0;
        color: #000000; }
    .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product.is-active {
      display: flex; }
  .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper.is-active {
    display: block;
    z-index: 2; }

