@charset "utf-8";
.-opend-modal body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*----------------------------------------------------
SEARCH ONLY CSS
----------------------------------------------------*/
.icon-req {
  color: #f00;
  line-height: 1;
  font-style: normal;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f00;
  background-color: #fff;
}
.icon-plus {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.icon-plus span {
  display: block;
  width: 100%;
  height: 100%;
}
.icon-plus span:before,
.icon-plus span:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin: auto;
}
.icon-plus span:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*----------------------------------------------------
SEARCH ONLY CSS
----------------------------------------------------*/
.purchase-search {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #175988;
  -webkit-box-shadow: 0px 3px 8px 2px rgba(134,134,134,0.49);
          box-shadow: 0px 3px 8px 2px rgba(134,134,134,0.49);
}
.purchase-search img {
  vertical-align: middle;
}
.purchase-search button,
.purchase-search input {
  outline: none;
}
.purchase-search-select {
  position: relative;
}
.purchase-search-select button[name=select] {
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  background-color: #00163b;
  border-radius: 5px;
  border: none;
  padding: 0 0 3px 0;
}
.-is-ckd .purchase-search-select button[name=select] {
  color: #2a4f8e;
  background-color: #4b6aa0;
}
.purchase-search-select button[name=select] .purchase-search-btn-inner {
  background: #164ba8;
  display: block;
  border-radius: 5px;
  border: 1px solid #164ba8;
}
.-is-ckd .purchase-search-select button[name=select] .purchase-search-btn-inner {
  background: #fff;
  border: 1px solid #4b6aa0;
}
.-is-ckd .purchase-search-select button[name=select] .purchase-search-btn-inner:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 8px;
  border-right: 2px solid #2a4f8e;
  border-bottom: 2px solid #2a4f8e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -3px;
}
.purchase-search-select button[name=select] .icon-req {
  position: relative;
  left: -0.3em;
}
.-is-ckd .purchase-search-select button[name=select] .icon-req {
  display: none;
}
.purchase-search-selected {
  display: none;
  overflow: hidden;
  text-align: left;
  background-color: #eff5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.-is-ckd .purchase-search-selected {
  display: block;
}
.purchase-search-selected p {
  position: relative;
  color: #2a4f8e;
  padding-left: 20px;
  margin-left: -2px;
}
.purchase-search-selected p:before {
  content: '';
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #2a4f8e;
  border-bottom: 2px solid #2a4f8e;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.purchase-search-selected ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purchase-search-selected ul li {
  float: left;
  padding: 1px;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.purchase-search-selected ul li.handling {
  display: block;
}
.purchase-search-selected ul li img {
  width: 100%;
}
.purchase-search-ctrl {
  background-color: #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.purchase-search-ctrl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purchase-search-ctrl button {
  font-size: 13px;
  line-height: 1;
  border: none;
  border-radius: 4px;
}
.purchase-search-ctrl button:not(:disabled) {
  cursor: pointer;
}
.purchase-search-ctrl button span {
  display: block;
  border-radius: 4px;
}
.purchase-search-ctrl button[name=clear] {
  float: left;
  color: #000;
  background-color: #a1a1a1;
}
.purchase-search-ctrl button[name=clear] span {
  display: block;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.purchase-search-ctrl button[name=search] {
  float: right;
  color: #fff;
  font-weight: bold;
  background-color: #6f2323;
}
.purchase-search-ctrl button[name=search] span {
  background: #d91b00;
  border: none;
}
.purchase-search-ctrl button[name=search]:disabled {
  color: #fff !important;
  padding: 0;
  background-color: #bfbfbf;
  border: 1px solid #fff;
}
.purchase-search-ctrl button[name=search]:disabled span {
  background: #bfbfbf;
}
.purchase-search-tabs > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purchase-search-tabs > ul > li {
  float: left;
  position: relative;
  letter-spacing: 0.02em;
  color: #12345b;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #e1eeff;
  border-style: solid;
  border-top-color: #e1eeff;
  border-bottom-color: #427ca6;
}
.purchase-search-tabs > ul > li.active {
  background-color: #fff;
  border-radius: 0px;
  border-top: 2px solid #427ca6;
  border-bottom: 2px solid #fff;
  cursor: default;
}
.purchase-search-tabs > ul > li:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #12345b transparent transparent transparent;
}
.purchase-search-tabs > div {
  display: none;
}
.purchase-search-tabs > div .in:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purchase-search-tabs > div:nth-of-type(1) {
  display: block;
  text-align: right;
}
.purchase-search-tabs > div:nth-of-type(1) .in {
  text-align: left;
}
.purchase-search-tabs > div:nth-of-type(1) .mark {
  color: #000;
  display: block;
  float: left;
  position: relative;
}
.purchase-search-tabs > div:nth-of-type(1) .mark img {
  width: 100%;
}
.purchase-search-tabs > div:nth-of-type(1) input {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #bfbfbf;
  border-radius: 0px;
  float: left;
}
.purchase-search-tabs > div:nth-of-type(1) .icon-req {
  float: left;
  position: relative;
  display: block;
}
.purchase-search-tabs > div:nth-of-type(1) a {
  position: relative;
  color: #195b89;
  letter-spacing: 0.024em;
  text-decoration: none;
  padding: 0 15px 0 10px;
  margin-right: 4px;
}
.purchase-search-tabs > div:nth-of-type(1) a:hover {
  text-decoration: underline;
}
.purchase-search-tabs > div:nth-of-type(1) a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #195b89;
  border-bottom: 1px solid #195b89;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.purchase-search-tabs > div:nth-of-type(1) a:after {
  content: '';
  display: block;
  background: url("/sell/images/icon-blank1.png") no-repeat 100% 50%;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 1px;
  right: 0;
}
.purchase-search-tabs > div:nth-of-type(2) .icon-req {
  float: left;
  position: relative;
  display: block;
}
.purchase-search-tabs > div:nth-of-type(2) .select {
  float: left;
  font-size: 14px;
  display: block;
  position: relative;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #bfbfbf;
}
.purchase-search-tabs > div:nth-of-type(2) .select-hidden {
  display: none;
  visibility: hidden;
}
.purchase-search-tabs > div:nth-of-type(2) .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.purchase-search-tabs > div:nth-of-type(2) .select-styled:hover {
  background-color: #f0f7ff;
}
.purchase-search-tabs > div:nth-of-type(2) .select-styled:active,
.purchase-search-tabs > div:nth-of-type(2) .select-styled._select {
  background-color: #f0f7ff;
}
.purchase-search-tabs > div:nth-of-type(2) .select-arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #aaa;
  height: 100%;
}
.purchase-search-tabs > div:nth-of-type(2) .select-arrow:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.purchase-search-tabs > div:nth-of-type(2) .select-styled:active .select-arrow:after,
.purchase-search-tabs > div:nth-of-type(2) .select-styled._select .select-arrow:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 6px;
}
.purchase-search-tabs > div:nth-of-type(2) .select-options {
  display: none;
  overflow: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  height: 200px;
  margin: 0;
  padding: 0;
  border: 1px solid #bfbfbf;
}
.purchase-search-tabs > div:nth-of-type(2) .select-options ul {
  position: absolute;
  width: 100%;
  list-style: none;
}
.purchase-search-tabs > div:nth-of-type(2) .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #d4d4d4;
}
.purchase-search-tabs > div:nth-of-type(2) .select-options li:hover {
  color: #000;
  background: #f0f7ff;
}
.purchase-search-tabs > div:nth-of-type(2) .select-options li[rel="hide"] {
  display: none;
}
.purchase-search-tabs > div:nth-of-type(3) p:nth-child(1) {
  font-size: 15px;
  color: #12345b;
}
.purchase-search-tabs > div:nth-of-type(3) p:nth-child(2) {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #d91b00;
  text-indent: -1em;
  padding-left: 1em;
}
.purchase-search-modal,
.purchase-search-overlay {
  display: none;
}
.-opend-modal .purchase-search-modal,
.-opend-modal .purchase-search-overlay {
  display: block;
}
.purchase-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.purchase-search-modal button[name=close] {
  background-color: #555;
  float: right;
  margin-top: -30px;
  padding: 0;
  border: none;
}
.purchase-search-modal button[name=close] span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.purchase-search-modal img {
  vertical-align: middle;
}
.purchase-search-modal input[type=checkbox] {
  display: none;
}
.purchase-search-modal input[type=checkbox]:checked + .checkbox {
  background-color: #f0f7ff;
}
.purchase-search-modal input[type=checkbox]:checked + .checkbox:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.purchase-search-modal .checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  vertical-align: middle;
}
.purchase-search-modal .checkbox:after {
  content: '';
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.purchase-search-modal .checkbox:before {
  content: '';
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  display: block;
  width: 4px;
  margin-top: -7px;
  height: 10px;
  border-right: 2px solid #434343;
  border-bottom: 2px solid #434343;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.purchase-search-modal-scrolled {
  overflow: auto;
  width: 100%;
}
.purchase-search-modal-scrolled h3 {
  font-size: 15px;
  font-weight: normal;
}
.purchase-search-modal-scrolled > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px;
}
.purchase-search-modal-scrolled > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purchase-search-modal-scrolled > ul > li {
  float: left;
  position: relative;
  border-bottom: 1px solid #aaa;
}
.purchase-search-modal-scrolled > ul > li:nth-child(odd) {
  clear: left;
}
.purchase-search-modal-scrolled > ul > li button[name=cat-sport] {
  background-color: #09388a;
  width: 26px;
  height: 26px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  z-index: 1;
  margin: auto;
}
.purchase-search-modal-scrolled > ul > li button[name=cat-sport] span:before,
.purchase-search-modal-scrolled > ul > li button[name=cat-sport] span:after {
  background-color: #fff;
  width: 16px;
  height: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.-opend-cat .purchase-search-modal-scrolled > ul > li button[name=cat-sport] span:before,
.-opend-cat .purchase-search-modal-scrolled > ul > li button[name=cat-sport] span:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.purchase-search-modal-scrolled ul .child {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.-opend-cat .purchase-search-modal-scrolled ul .child {
  height: auto;
}
.purchase-search-modal-scrolled ul .child li {
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #aaa;
  margin-left: 0px;
}
.purchase-search-modal-scrolled ul .child input[type=checkbox]:checked + .checkbox {
  background-color: #c6dfff;
}
.purchase-search-modal-decision {
  background-color: #d2d2d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.purchase-search-modal-decision button {
  font-size: 13px;
  line-height: 1;
  border: none;
  border-radius: 4px;
}
.purchase-search-modal-decision button span {
  display: block;
  border-radius: 4px;
}
.purchase-search-modal-decision button[name=cancel] {
  color: #000;
  vertical-align: top;
  background-color: #a1a1a1;
  padding: 0 0 2px 0;
  position: relative;
  bottom: -1px;
}
.purchase-search-modal-decision button[name=cancel] span {
  background: #fff;
  padding: 11px 0 10px;
  border: 1px solid #bfbfbf;
}
.purchase-search-modal-decision button[name=ok] {
  color: #fff;
  background-color: #6f2323;
  padding: 0 0 2px 0;
}
.purchase-search-modal-decision button[name=ok] span {
  background: #d91b00;
  padding: 12px 0 11px;
}
.purchase-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.6);
}
.purchase-search-not-displayed {
  text-align: right;
}
.purchase-search-not-displayed a {
  position: relative;
  color: #195b89;
  letter-spacing: 0.024em;
  text-decoration: none;
  padding: 0 0 0 10px;
}
.purchase-search-not-displayed a:hover {
  text-decoration: underline;
}
.purchase-search-not-displayed a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #195b89;
  border-bottom: 1px solid #195b89;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media all and (min-width: 569px) {
  .icon-req {
    letter-spacing: -0.01em;
    width: 40px;
    padding: 3px 0;
  }
  .icon-plus {
    cursor: pointer;
  }
  .purchase-search {
    width: 800px;
    margin-bottom: 20px;
  }
  .purchase-search h3 img {
    margin: 14px auto auto 82px;
  }
  .purchase-search-select {
    margin-top: 17px;
  }
  .purchase-search-select button[name=select] {
    width: 400px;
    margin-left: 198px;
    cursor: pointer;
  }
  .-is-ckd .purchase-search-select button[name=select] {
    margin-left: 198px;
    cursor: pointer;
  }
  .purchase-search-select button[name=select] .purchase-search-btn-inner {
    padding: 13px 0 12px;
  }
  .purchase-search-select button[name=select] .icon-req {
    font-weight: bold;
    margin: -4px auto -4px 21px;
  }
  .purchase-search-selected {
    width: 690px;
    margin: 10px auto auto auto;
    padding: 10px 13px 7px;
  }
  .purchase-search-selected ul {
    width: 672px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .purchase-search-selected ul li {
    width: 34px;
    height: 34px;
    margin: 4px;
  }
  .purchase-search-ctrl {
    margin-top: 30px;
    padding: 9px 166px 7px 170px;
  }
  .purchase-search-ctrl button[name=clear] {
    width: 90px;
    margin: 6px auto auto;
    padding: 0 0 2px 0;
  }
  .purchase-search-ctrl button[name=clear] span {
    padding: 9px 0 6px;
  }
  .purchase-search-ctrl button[name=search] {
    width: 350px;
    padding: 0 0 4px 0;
  }
  .purchase-search-ctrl button[name=search] span {
    padding: 13px 0 14px;
  }
  .purchase-search-ctrl button[name=search]:disabled span {
    padding: 14px 0 15px;
  }
  .purchase-search-tabs > ul {
    width: 480px;
    margin: 24px auto 20px 160px;
  }
  .purchase-search-tabs > ul > li {
    width: 150px;
    margin-left: 15px;
    padding: 9px 0 13px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    cursor: pointer;
  }
  .purchase-search-tabs > ul > li:nth-child(1) {
    margin-left: 0;
  }
  .purchase-search-tabs > ul > li:after {
    bottom: 4px;
  }
  .purchase-search-tabs > div {
    width: 482px;
    margin: auto auto auto 160px;
  }
  .purchase-search-tabs > div:nth-of-type(1) .in {
    margin-bottom: 10px;
  }
  .purchase-search-tabs > div:nth-of-type(1) .mark {
    width: 16px;
    margin: 11px 12px auto 1px;
  }
  .purchase-search-tabs > div:nth-of-type(1) input {
    width: 400px;
    padding: 11px 7px 9px;
  }
  .purchase-search-tabs > div:nth-of-type(1) .icon-req {
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
  }
  .purchase-search-tabs > div:nth-of-type(2) {
    margin: auto auto auto 162px;
  }
  .purchase-search-tabs > div:nth-of-type(2) .in {
    margin: 10px auto;
  }
  .purchase-search-tabs > div:nth-of-type(2) .icon-req {
    font-weight: bold;
    margin-top: 10px;
    margin-left: 9px;
  }
  .purchase-search-tabs > div:nth-of-type(2) .select {
    width: 428px;
    height: 0;
    padding-top: 36px;
    cursor: pointer;
  }
  .purchase-search-tabs > div:nth-of-type(2) .select-styled {
    padding: 12px 36px 10px 8px;
  }
  .purchase-search-tabs > div:nth-of-type(2) .select-arrow {
    width: 36px;
  }
  .purchase-search-tabs > div:nth-of-type(3) p:nth-child(1) {
    margin: 30px auto 6px;
  }
  .purchase-search-tabs > div:nth-of-type(3) p:nth-child(2) {
    margin: 6px auto;
  }
  .purchase-search-modal {
    width: 700px;
    height: 400px;
    padding-bottom: 60px;
  }
  .purchase-search-modal .checkbox {
    padding: 12px 12px 12px 36px;
    cursor: pointer;
  }
  .purchase-search-modal-scrolled {
    height: 340px;
  }
  .purchase-search-modal-scrolled h3 {
    margin: 20px auto 17px;
    padding: 0 20px;
  }
  .purchase-search-modal-scrolled > ul > li {
    width: 320px;
    min-width: 320px;
    margin-left: 20px;
  }
  .purchase-search-modal-scrolled > ul > li:nth-child(-n+2) {
    border-top: 1px solid #aaa;
  }
  .-opend-cat .purchase-search-modal-scrolled > ul > li:nth-child(12) {
    border-top: 1px solid #aaa;
  }
  .purchase-search-modal-scrolled > ul > li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .purchase-search-modal-scrolled > ul > li button[name=cat-sport] {
    top: 14px;
  }
  .purchase-search-modal-scrolled ul .child .checkbox {
    padding-left: 62px;
  }
  .purchase-search-modal-scrolled ul .child .checkbox:before {
    left: 40px;
  }
  .purchase-search-modal-scrolled ul .child .checkbox:after {
    left: 35px;
  }
  .purchase-search-modal-decision {
    padding: 12px 190px 10px 190px;
  }
  .purchase-search-modal-decision button {
    width: 150px;
    cursor: pointer;
  }
  .purchase-search-not-displayed {
    width: 800px;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 568px) {
  .icon-req {
    font-weight: normal;
    letter-spacing: -0.01em;
    width: 13.513513513513514%;
    padding: 1.351351351351351% 0;
  }
  .purchase-search {
    width: 100%;
    margin-bottom: 3.333333333333333%;
  }
  .purchase-search h3 img {
    width: 82.43243243243244%;
    margin: 4.222972972972973% 9.121621621621621% auto 8.445945945945946%;
  }
  .purchase-search-select {
    margin: 5.067567567567568% 2.702702702702703% auto 2.702702702702703%;
  }
  .purchase-search-select button[name=select] {
    width: 100%;
  }
  .purchase-search-select button[name=select] .purchase-search-btn-inner {
    padding: 5.357142857142857% 0 4.642857142857143%;
  }
  .purchase-search-select button[name=select] .icon-req {
    margin: -1.785714285714286% auto -1.071428571428571% 3.214285714285714%;
  }
  .purchase-search-selected {
    width: 100%;
    padding: 3.571428571428571% 3.571428571428571% 2.678571428571428%;
    margin-top: 2.5%;
  }
  .purchase-search-selected p {
    margin-bottom: 1.538461538461539%;
  }
  .purchase-search-selected ul {
    width: 101.53846153846153%;
    margin-left: -0.961538461538462%;
    margin-right: -0.961538461538462%;
  }
  .purchase-search-selected ul li {
    width: 10.606060606060606%;
    height: 10.606060606060606%;
    margin: 0.946969696969697%;
  }
  .purchase-search-ctrl {
    margin-top: 5.067567567567568%;
    padding: 2.195945945945946% 3.040540540540541% 2.027027027027027% 3.040540540540541%;
  }
  .purchase-search-ctrl button[name=clear] {
    width: 26.258992805755394%;
    margin: 2.158273381294964% auto auto;
    padding: 0 0 1.5px 0;
  }
  .purchase-search-ctrl button[name=clear] span {
    padding: 10.95890410958904% 0 10.273972602739725%;
  }
  .purchase-search-ctrl button[name=search] {
    width: 70.14388489208633%;
    padding: 0 0 2.5px 0;
  }
  .purchase-search-ctrl button[name=search] span {
    padding: 6.923076923076923% 0 6.666666666666667% 0;
  }
  .purchase-search-ctrl button[name=search]:disabled span {
    padding: 6.994818652849741% 0 6.994818652849741% 0;
  }
  .purchase-search-tabs {
    padding: 0 2.702702702702703%;
  }
  .purchase-search-tabs > ul {
    width: 101.78571428571428%;
    margin: 4.821428571428572% -0.892857142857143% 3.928571428571428%;
  }
  .purchase-search-tabs > ul > li {
    width: 31.57894736842105%;
    margin: auto 0.87719298245614%;
    padding: 3.333333333333333% 0 3.684210526315789%;
    border-top-width: 0px;
    border-bottom-width: 2px;
  }
  .purchase-search-tabs > ul > li.active {
    padding: 3.035714285714286% 0 3.392857142857143%;
  }
  .purchase-search-tabs > ul > li:after {
    bottom: 9.375%;
  }
  .purchase-search-tabs > div:nth-of-type(1) .in {
    margin-bottom: 2.142857142857143%;
  }
  .purchase-search-tabs > div:nth-of-type(1) .mark {
    width: 5.714285714285714%;
    margin: 3.214285714285714% 2.678571428571428% auto 0.892857142857143%;
  }
  .purchase-search-tabs > div:nth-of-type(1) input {
    width: 72.85714285714285%;
    padding: 2.678571428571428% 3.035714285714286% 2.678571428571428%;
  }
  .purchase-search-tabs > div:nth-of-type(1) .icon-req {
    width: 14.285714285714285%;
    margin-top: 2.5%;
    margin-left: 2.678571428571428%;
  }
  .purchase-search-tabs > div:nth-of-type(2) .in {
    margin: 3.214285714285714% auto;
  }
  .purchase-search-tabs > div:nth-of-type(2) .icon-req {
    width: 14.285714285714285%;
    margin-top: 2.5%;
    margin-left: 2.678571428571428%;
  }
  .purchase-search-tabs > div:nth-of-type(2) .select {
    width: 79.46428571428571%;
    height: 0;
    padding-top: 11.071428571428571%;
  }
  .purchase-search-tabs > div:nth-of-type(2) .select-styled {
    padding: 3.890160183066361% 15.331807780320366% 3.661327231121282% 3.890160183066361%;
  }
  .purchase-search-tabs > div:nth-of-type(2) .select-arrow {
    width: 15.331807780320366%;
  }
  .purchase-search-tabs > div:nth-of-type(3) p:nth-child(1) {
    margin: 6.428571428571428% auto 2.321428571428572%;
  }
  .purchase-search-tabs > div:nth-of-type(3) p:nth-child(2) {
    margin: 2.321428571428572% auto;
  }
  .purchase-search-modal {
    width: 90.625%;
    height: calc(100% - 43.75%);
  }
  .purchase-search-modal .checkbox {
    padding: 10px 10px 10px 40px;
    cursor: pointer;
  }
  .purchase-search-modal-scrolled {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: calc(100% - 12.068965517241379%);
  }
  .purchase-search-modal-scrolled h3 {
    margin: 3.448275862068965% auto;
    padding: 0 5.172413793103448%;
  }
  .purchase-search-modal-scrolled > ul > li {
    width: 89.65517241379311%;
    margin: auto 5.172413793103448%;
  }
  .purchase-search-modal-scrolled > ul > li:nth-child(1) {
    border-top: 1px solid #aaa;
  }
  .purchase-search-modal-scrolled > ul > li img {
    width: 24px;
    margin-right: 10px;
  }
  .purchase-search-modal-scrolled > ul > li button[name=cat-sport] {
    top: 9.5px;
  }
  .purchase-search-modal-scrolled ul .child .checkbox {
    padding-left: 65px;
  }
  .purchase-search-modal-scrolled ul .child .checkbox:before {
    left: 44px;
  }
  .purchase-search-modal-scrolled ul .child .checkbox:after {
    left: 39px;
  }
  .purchase-search-modal-decision {
    padding: 3.620689655172414% 8.620689655172415% 2.931034482758621% 8.620689655172415%;
  }
  .purchase-search-modal-decision button {
    width: 47.91666666666667%;
  }
  .purchase-search-not-displayed {
    margin: 0 auto 5%;
  }
}
