@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.section-main {
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .section-main {
    padding: 0px 0 60px;
  }
}

.product-bg {
  background: #F8F8F8;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 12px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.section-category {
  padding-top: 60px;
  border-bottom: 2px solid #DFDFDF;
}
@media screen and (max-width: 767px) {
  .section-category {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.section-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-category ul li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .section-category ul li {
    width: 33.333%;
    margin-right: 0;
    text-align: center;
  }
  .section-category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.section-category ul li a {
  text-decoration: none;
  padding-bottom: 3px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: -2px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .section-category ul li a {
    font-size: 14px;
    margin-bottom: -2px;
  }
}
@media screen and (min-width: 768px) {
  .section-category ul li a:hover {
    border-bottom: 2px solid #FCD03F;
  }
}
.section-category ul li a.active {
  border-bottom: 2px solid #FCD03F;
}

.section-main {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-main {
    padding-top: 20px;
  }
}
.section-main .main-title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section-main .main-title {
    font-size: 14px;
    margin-right: 20px;
  }
}
.section-main .main-heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section-main .main-heading {
    margin-bottom: 20px;
  }
}
.section-main .main-heading .num {
  font-weight: 300;
  font-size: 13px;
}
.section-main .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .section-main .tags ul li {
    width: calc(20% - 16px);
    margin-right: 20px;
  }
  .section-main .tags ul li:nth-child(5n) {
    margin-right: 0;
  }
  .section-main .tags ul li:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .section-main .tags ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .section-main .tags ul li:nth-child(5n) {
    margin-right: 20px;
  }
  .section-main .tags ul li:nth-child(3n) {
    margin-right: 0;
  }
  .section-main .tags ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-main .tags ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .section-main .tags ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .section-main .tags ul li:nth-child(5n) {
    margin-right: 10px;
  }
  .section-main .tags ul li:nth-child(2n) {
    margin-right: 0;
  }
  .section-main .tags ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.section-main .tags ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-main .tags ul a:hover {
  background: #d9f1ff;
}
.section-main .tags ul a .icon {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section-main .tags ul a .icon {
    width: 25px;
    margin-right: 7px;
  }
}
.section-main .tags ul a .text {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section-main .tags ul a .text {
    font-size: 13px;
  }
}
.section-main .tags ul a .arrow {
  width: 5.74px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products ul li {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (min-width: 768px) {
  .products ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .products ul li:nth-child(3n) {
    margin-right: 0;
  }
  .products ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .products ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .products ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .products ul li:nth-child(2n) {
    margin-right: 0;
  }
  .products ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .products ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .products ul li:nth-child(2n) {
    margin-right: 0;
  }
  .products ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.products ul li {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 30px;
  position: relative;
}
.products ul li .category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px 20px 5px 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px 0 0 0;
}
.products ul li .category::after {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 25px solid #ffffff;
  border-top: 0;
  right: -10px;
  bottom: 0;
}
.products ul li .lead {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products ul li .img {
  width: 45%;
  margin: 0 auto 30px;
}
.products ul li .title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.products ul li .en-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #838383;
}
.products ul .middle {
  padding: 10px 0;
  border-top: 1px dashed #D9D9D9;
  border-bottom: 1px dashed #D9D9D9;
  margin-bottom: 10px;
}
.products ul .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products ul .row .dt {
  width: 160px;
  font-size: 16px;
  font-weight: 300;
}
.products ul .row .dd {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.products ul .row .dd span {
  margin-right: 5px;
  color: #ADADAD;
}
.products ul .row .dd span.active {
  color: #FCD03F;
}
.products .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.products .checks .design {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.products .checks .design::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
}
.products .checks .design::after {
  position: absolute;
  content: "";
  top: 46%;
  -webkit-transform: translateY(-50%) rotate(-41deg);
  transform: translateY(-50%) rotate(-48deg);
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.products .checks input[type=checkbox]:checked + .design::before {
  background: #FCD03F;
  border: 1px solid #FCD03F;
}
.products .checks input[type=checkbox] {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.products .download {
  text-align: center;
  margin-bottom: 15px;
}
.products .download a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  background: #FCD03F;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  border: 2px solid #FCD03F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products .download a:hover {
  opacity: 0.6;
}
.products .parmalink a {
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products .parmalink a:hover {
  opacity: 0.6;
}
.products .parmalink a .arrow {
  width: 5.38px;
  margin-left: 5px;
}

.products .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products .row2 {
    display: block;
  }
}
.products .row2 .dt2 {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .products .row2 .dt2 {
    width: 100%;
  }
}
.products .row2 .dd2 {
  width: calc(100% - 68px);
}
@media screen and (max-width: 767px) {
  .products .row2 .dd2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products ul li .category {
    font-size: 12px;
    padding: 5px 15px 5px 10px;
  }
  .products ul li {
    padding: 15px 10px;
  }
  .products ul li .lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .products ul li .img {
    margin-bottom: 15px;
  }
  .products ul li .title {
    font-size: 14px;
  }
  .products ul li .en-title {
    font-size: 13px;
  }
  .products ul .row {
    display: block;
  }
  .products ul .row .dt {
    font-size: 13px;
  }
  .size {
    font-size: 13px;
  }
  .products .checks {
    display: block;
  }
  .products .checks .design {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .products .download a {
    font-size: 13px;
    padding: 5px 10px;
    display: block;
  }
  .parmalink {
    font-size: 13px;
  }
}
.section-main .tags ul a {
  color: #000;
}

.stars-list .row.star0 {
  display: none;
}
.stars-list .row.star1 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star2 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star2 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star3 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star3 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star3 .dd span:nth-child(3) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(3) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(4) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(3) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(4) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(5) {
  color: #FCD03F;
}

.products {
  margin-top: 40px;
}

.products .download a {
  cursor: pointer;
}

.remodal {
  max-width: 350px;
  padding: 0;
  background: initial;
  text-align: left;
}
.remodal .products ul li {
  width: 100%;
  margin-right: 0;
}
.remodal .products {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .remodal {
    width: 90%;
  }
}

.remodal-close {
  top: -10px;
  left: initial;
  right: -50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .remodal-close {
    right: -30px;
    z-index: 100;
  }
}

.remodal-close:before {
  content: "×";
  font-family: serif !important;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .products ul li .category::after {
    bottom: -3px;
  }
  .products .parmalink a {
    font-size: 13px;
  }
}
.detail-contents {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .detail-contents {
    font-size: 13px;
  }
}

.remodal-wrapper {
  padding: 40px 20px;
}
.remodal-wrapper .products ul li {
  padding: 30px 10px 20px;
}
.remodal-wrapper .products ul li .lead,
.remodal-wrapper .products ul li .title,
.remodal-wrapper .products ul li .en-title,
.remodal-wrapper .products ul .middle,
.remodal-wrapper .detail-contents,
.remodal-wrapper .products .checks {
  padding: 0 10px;
}

.recommends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommends a {
  display: block;
  border: 1px solid #DFDFDF;
  width: 48%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recommends a:hover {
  opacity: 0.6;
}

.recommend-title {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D5D3D3;
}
.recommend-title .wrap {
  display: inline-block;
  border-bottom: 1px solid #D52920;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .recommend-title .wrap {
    font-size: 13px;
  }
}

.products ul li .title {
  margin-bottom: 0;
}

.prev.page-numbers {
  display: none;
}

.next.page-numbers {
  display: none;
}

.screen-reader-text {
  display: none;
}

.pagination a,
.pagination .current {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pagination a,
  .pagination .current {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
}

.pageBute {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pageBute {
    margin-top: 30px;
  }
}

.remodal-wrapper .products ul .middle {
  padding: 10px !important;
}

.add_link {
  color: #000 !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add_link:hover {
  opacity: 0.6;
}

.color1 {
  background: #000 !important;
}

.color2 {
  background: #D52920 !important;
}

.color3 {
  background: #134787 !important;
}

.color4 {
  background: #FCD03F !important;
}

.color5 {
  background: #4F4D4F !important;
}

.color6 {
  background: #ADADAD !important;
}

.color7 {
  background: #7BD520 !important;
}

.color8 {
  background: #B707B0 !important;
}

.color9 {
  background: #FCD03F !important;
}

.color10 {
  background: #4F4D4F !important;
}

.color12 {
  background: #243374 !important;
}

.color11 {
  background: #2A8AA7 !important;
}

.color13 {
  background: #B707B0 !important;
}

.color14 {
  background: #134787 !important;
}

.color2-1 {
  background: #134787 !important;
}

.color2-2 {
  background: #FD7F12 !important;
}

.color2-3 {
  background: #4F74D8 !important;
}

.color2-4 {
  background: #ADADAD !important;
}

.color2-5 {
  background: #707070 !important;
}

.color2-6 {
  background: #2C4565 !important;
}

.color2-7 {
  background: #EB2396 !important;
}

.color2-8 {
  background: #37B5E3 !important;
}

.color2-9 {
  background: #D89008 !important;
}

.color3-3 {
  background: #FCD03F !important;
}

.color3-4 {
  background: #247439 !important;
}

.color3-5 {
  background: #AF0F07 !important;
}

.color3-1 {
  background: #D52920 !important;
}

.colord {
  background: #1B075F !important;
}

.color-gas {
  background: #763905 !important;
}

.color-si {
  background: #1D645C !important;
}

.color44 {
  background: #3458A7 !important;
}

.color-abura {
  background: #BE0075 !important;
}

.color99 {
  background: #03A74F !important;
}

@media screen and (min-width: 768px) {
  .section-main .tags ul a .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products ul li .category {
    font-size: 11px;
  }
  .section-main .tags ul a .text {
    font-size: 12px;
  }
  .section-main .tags ul a {
    padding: 7px;
  }
  .section-main .tags ul a .icon {
    width: 20px;
  }
  .section-main .tags ul a .arrow {
    right: 7px;
  }
}
.products ul li .category {
  min-height: 26px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .products ul li .category {
    min-height: 21px;
  }
}

.in-category .box {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
.in-category .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in-category .box ul li {
  margin-right: 16px;
}
.in-category .box ul li:last-child {
  margin-right: 0;
}
.in-category .box ul li a {
  color: #4F4D4F !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12.5px;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
}
.in-category .box ul li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
  content: ">";
}
.in-category .box ul li a:hover {
  opacity: 0.6;
}

.in-category .box ul li a:hover {
  color: #ffe340 !important;
}

.products .download {
  margin-top: auto;
}

.products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-var {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 46, 56, 0.9);
}

.modal-var-box {
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-var-box {
    max-width: 300px;
  }
}

.mo-ca {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mo-ca {
    font-size: 16px;
  }
}

.modal-var-box-wrap {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin: 0 auto;
  z-index: 1000011111;
}
@media screen and (max-width: 767px) {
  .modal-var-box-wrap {
    padding-left: 20px;
  }
}
.modal-var-box-wrap a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  color: blue;
  font-weight: 500;
}
.modal-var-box-wrap a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .modal-var-box-wrap a {
    font-size: 14px;
  }
}

.modal-attention {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modal-attention {
    margin-top: 20px;
  }
}
.modal-attention .modal-attention-title {
  margin-bottom: 15px;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  border-top: solid 5px #0063b5;
  border-bottom: solid 1px #0063b5;
}
@media screen and (max-width: 767px) {
  .modal-attention .modal-attention-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal-attention .modal-attention-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .modal-var-box-wrap {
    padding: 15px;
  }
}
.mo-ca {
  display: inline-block;
  border-bottom: solid 5px #0063b5;
}

.modal-var-box-wrap a {
  display: block;
}

.products .checks input[type=checkbox] {
  left: -1000%;
}

.search-icon-new {
  display: inline-block;
}

.search-wrap {
  text-align: right;
}

.search-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search-i input[type=submit] {
  position: absolute;
  opacity: 0;
  left: -1000%;
}
.search-i input[type=text] {
  border: none;
  background: #fff;
  padding: 5px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 176px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 6px 6px 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 6.25px 5px 6.25px 10px;
  margin: 0;
  outline: none;
  -webkit-box-shadow: 0 2px 0px #eee;
          box-shadow: 0 2px 0px #eee;
}
@media screen and (max-width: 767px) {
  .search-i input[type=text] {
    padding: 7.25px 5px 7.25px 10px;
    width: 200px;
    max-width: 200px;
  }
}
.search-i .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-i .search-icon-new {
  border-radius: 10px;
  width: 33px;
  min-width: 33px;
  margin-right: -7px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.search-i .search-icon-new:hover {
  opacity: 0.6;
}
.search-i .search-icon-new img {
  border-radius: 10px;
}

.section-category {
  overflow-x: hidden;
}

.section-category .inner {
  position: relative;
}

.search-wrap {
  position: absolute;
  top: -50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 225px;
}
@media screen and (max-width: 1300px) {
  .search-wrap {
    position: initial;
  }
}
.search-wrap.add {
  top: 26%;
}
.search-wrap .text {
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .search-wrap {
    max-width: 100%;
    padding-top: 40px;
  }
}
.sub-title {
  color: #E82410;
  font-weight: bold;
}

.products .checks .design {
  margin-right: 10px;
}

.modal-var-box-wrap {
  height: 700px;
  overflow-y: auto;
  overflow-X: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-var-box-wrap {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .modal-var-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}
.remodal-close {
  top: 20px;
  left: initial;
  right: 10px;
  color: #000;
}

.products .checks .check3 {
  display: none;
}