body {
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 1250px) {
  body {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 1150px) {
  body {
    text-align: left;
    padding-right: 0;
  }
}
@media only screen and (max-width: 950px) {
  body {
    text-align: center;
  }
}
input[type="text"] {
  border: 1px solid black;
}
@media only screen and (max-width: 800px) {
  input[type="text"] {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 900px) {
  input[type="text"] {
    height: 70px;
  }
}
.ncpredx_wrap {
  position: absolute;
  display: block;
  background: #dedede;
  width: calc(100% - 40px);
  left: 20px;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #333;
  box-shadow: 0 4px 16px #2c2c2c1f;
}
.ncpredx_wrap:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  content: "";
  display: block;
}
.ncpredx_wrap:before {
  content: "";
  position: absolute;
  left: var(--ncpredx-before-left, 50%);
  top: 0;
  transform: translate(-50%) translateY(-7px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #dedede;
}
.ncpredx_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ncpredx_wrap h1,
.ncpredx_wrap h2,
.ncpredx_wrap h3,
.ncpredx_wrap h4 {
  color: #000;
  line-height: 1.2em;
}
.ncpredx_wrap a {
  color: #333;
}
.ncpredx_wrap .ncpredx_content {
  position: relative;
  margin: 0 auto;
  max-width: 1800px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 35px;
}
.ncpredx_wrap .ncpredx_block h2 {
  margin: 30px 0 20px;
}
.ncpredx_wrap .ncpredx_block h2:first-child {
  margin-top: 0;
}
.ncpredx_wrap .ncpredx_block.ncpredx_products {
  flex-grow: 1;
  padding-right: 35px;
  border-right: 1px solid rgb(196.5, 196.5, 196.5);
}
@media only screen and (max-width: 1120px) {
  .ncpredx_wrap .ncpredx_block.ncpredx_products {
    padding-right: 0;
    border-right: none;
  }
}
.ncpredx_wrap .ncpredx_block.ncpredx_categories {
  flex-basis: 290px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1120px) {
  .ncpredx_wrap .ncpredx_content {
    flex-direction: column;
    gap: 45px;
  }
  .ncpredx_wrap .ncpredx_content .ncpredx_block.ncpredx_products {
    flex-grow: initial;
  }
  .ncpredx_wrap .ncpredx_content .ncpredx_block.ncpredx_categories {
    flex-basis: auto;
  }
}
.ncpredx_wrap .ncpredx_list {
  position: relative;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products {
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  gap: 1px;
  overflow: hidden;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: 100%;
  display: block;
  content: "";
  background: #c5c5c5;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-basis: calc(33.3333333333% - 1px);
  padding: 17px 20px 17px 80px;
  text-decoration: none;
  background: #dedede;
}
@media only screen and (min-width: 1121px) and (max-width: 1380px),
  screen and (max-width: 1000px) {
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products a {
    flex-basis: calc(50% - 1px);
  }
}
@media only screen and (max-width: 700px) {
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products a {
    flex-basis: 100%;
  }
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products a span.ncpredx_itm_image {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  flex-basis: 46px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgb(196.5, 196.5, 196.5);
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products a span.ncpredx_itm_image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a
  span.ncpredx_itm_group.ncpredx_itm_group_01 {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  min-height: 56px;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a
  span.ncpredx_itm_group.ncpredx_itm_group_01
  span.ncpredx_itm_title {
  display: block;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a
  span.ncpredx_itm_group.ncpredx_itm_group_01
  span.ncpredx_itm_code {
  display: block;
  font-size: 14px;
  color: gray;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a
  span.ncpredx_itm_group.ncpredx_itm_group_02 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px 5px;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a
  span.ncpredx_itm_group.ncpredx_itm_group_02
  span.ncpredx_itm_availability {
  position: relative;
  text-align: left;
  font-size: 14px;
  color: gray;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a
  span.ncpredx_itm_group.ncpredx_itm_group_02
  span.ncpredx_itm_price {
  position: relative;
  flex-shrink: 0;
  text-align: right;
  font-weight: 700;
  color: #000;
}
.ncpredx_wrap
  .ncpredx_list.ncpredx_list_products
  a:hover
  span.ncpredx_itm_title {
  color: #ed1c24;
  font-weight: 700;
  text-decoration: underline;
  color: #ed1c24 !important;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products a:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #fff;
  opacity: 0.5;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_01,
.ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_02 {
  background: #dedede;
  z-index: 1;
  flex-basis: calc(33.3333333333% - 1px);
  display: block;
}
@media only screen and (min-width: 1121px) and (max-width: 1380px),
  screen and (max-width: 1000px) {
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_01,
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_02 {
    flex-basis: calc(50% - 1px);
  }
}
@media only screen and (max-width: 700px) {
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_01,
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_02 {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1381px) {
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_1
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_1
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_4
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_4
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_7
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_7
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_10
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_10
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_13
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_13
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_16
    .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_19
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_16
    .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_19
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_2
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_5
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_8
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_11
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_14
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_17
    .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_20
    .ncpredx_itm_blind_01 {
    display: block;
  }
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_2
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_5
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_8
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_11
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_14
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_17
    .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_20
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_3
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_3
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_6
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_6
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_9
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_9
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_12
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_12
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_15
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_15
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_18
    .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_21
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_18
    .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_21
    .ncpredx_itm_blind_02 {
    display: none;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1380px),
  screen and (max-width: 1000px) {
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_1
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_3
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_5
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_7
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_9
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_11
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_13
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_15
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_17
    .ncpredx_itm_blind_01,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_19
    .ncpredx_itm_blind_01 {
    display: block;
    flex-basis: calc(50% - 1px);
  }
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_1
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_3
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_5
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_7
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_9
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_11
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_13
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_15
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_17
    .ncpredx_itm_blind_02,
  .ncpredx_wrap
    .ncpredx_list.ncpredx_list_products.predx_itms_19
    .ncpredx_itm_blind_02 {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_01,
  .ncpredx_wrap .ncpredx_list.ncpredx_list_products .ncpredx_itm_blind_02 {
    display: none !important;
  }
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_categories,
.ncpredx_wrap .ncpredx_list.ncpredx_list_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_categories a,
.ncpredx_wrap .ncpredx_list.ncpredx_list_tags a {
  display: block;
  background: #ed1c24;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
}
.ncpredx_wrap .ncpredx_list.ncpredx_list_categories a:hover,
.ncpredx_wrap .ncpredx_list.ncpredx_list_tags a:hover {
  background: #af0e14;
}
.ncpredx_wrap .ncpredx_btns {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 35px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgb(196.5, 196.5, 196.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.ncpredx_wrap .ncpredx_btns input[type="submit"] {
  background-color: #ed1c24;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 2px solid rgb(198.2775510204, 15.7224489796, 22.7102040816);
  cursor: pointer;
  font-weight: 700;
}
.ncpredx_wrap .ncpredx_btns input[type="submit"]:hover {
  background-color: #af0e14;
  border-bottom: 2px solid rgb(174.6510204082, 13.8489795918, 20.0040816327);
}
@media only screen and (max-width: 950px) {
  .ncpredx_wrap .ncpredx_btns {
    justify-content: center;
  }
}
