body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header {
  display: block;
  border-top: 4px solid black;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
header img {
  margin-top: 5px;
}
img {
  vertical-align: middle;
  border-style: none;
}
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.m-auto {
  margin: auto !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.text {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
a {
  font-size: 1rem !important;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.inform,
.sport {
  text-align: center;
}
.inform img,
.sport img {
  height: 200px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.contact label {
  width: 43%;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
.contact input:not([type='submit']) {
  width: 55%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.contact input[type='submit'] {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  border: 1px solid #dbdbdb;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  background-color: #e0e0e0;
  margin-top: 15px;
  float: right;
  margin-right: 5px;
}
.contact input[type='submit']:hover {
  background-color: #d6cece;
}
footer {
  font-size: 17px;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
small {
  font-size: 80%;
  font-weight: 400;
}
.float-right {
  float: right !important;
}
.error_input {
  border-color: #f00 !important;
}
#form label span {
  color: #f00;
  margin-left: 4px;
}
.main_dark {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
  background: #0000008a;
}
.search_result {
  display: none;
  opacity: 0;
  position: fixed;
  width: 40%;
  min-width: 300px;
  right: 29%;
  height: fit-content;
  top: 15%;
  max-height: 70%;
  min-height: 40%;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 6px;
  padding: 1%;
  background: #ddd;
  z-index: 5;
}
.search_result .close {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #888;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
}
.search_result .fake_img {
  width: 100%;
  float: right;
  text-align: center;
  margin: 10px 0;
}
.search_result .fake_img img {
  width: 30%;
  max-width: 200px;
  height: auto;
}
.search_result .fake_note {
  font-size: 13px;
  text-align: justify;
  line-height: 28px;
  color: #555;
}
.search_result .fake_note span {
  color: #f00;
}
.search_result .original {
  border: 2px solid #04c33a;
  border-radius: 5px;
  width: 150px;
  margin: 10px calc(50% - 77px);
  line-height: 40px;
  text-align: center;
  color: #00d000;
  font-size: 22px;
  font-weight: 700;
}
.search_result .original_note {
  font-size: 13px;
  text-align: justify;
  line-height: 28px;
  color: #555;
}
.search_result .original_note span {
  color: #04c33a;
  font-weight: 700;
}
.search_result .product {
  float: right;
  width: 250px;
  text-align: center;
  margin: 0 calc(49% - 125px) 30px 0;
  box-shadow: 0 0 7px 0 #ccc;
  padding: 10px 1% 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.search_result .product .img {
  width: 94%;
  margin: 5px 3% 10px;
  height: 200px;
}
.search_result .product .img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.search_result .product .title {
  font-size: 14px;
  padding: 0 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_result .product .see {
  width: 90px;
  line-height: 26px;
  background: #04c33a;
  color: #fff;
  border-radius: 5px;
  margin: 10px auto 0;
}

/* ################################################################################## */

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .container {
    max-width: 540px;
  }
}

@media (max-width: 600px) {
  .search_result {
    width: 80%;
    right: 9%;
  }
}
