::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbfcc !important;
  opacity: 1; /* Firefox */
}::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbfcc !important;
  opacity: 1; /* Firefox */
}:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbfcc !important;
  opacity: 1; /* Firefox */
}::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbfcc !important;
  opacity: 1; /* Firefox */
}::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbfcc !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbfcc !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbbfcc !important;
}

.button, .coupon--label a.button.add, .coupon--label a.button.remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  background-color: #002B4D;
  color: #fff;
  font-size: 22px;
  font-family: "main";
  border-radius: 8px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service--box {
  display: block;
  border: 0.5px solid #f2f2f2;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
}
.service--box .info {
  background-color: #fff;
  padding: 0.8em 1em;
}
@media (min-width: 1258px) {
  .service--box .info {
    padding: 1.2em 1em;
  }
}
.service--box .promotion--cover {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100% !important;
  margin: 0 auto !important;
}

.service--thumb {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60%;
}

.service--name {
  font-size: 18px;
  line-height: 0.8;
  font-weight: 500;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .service--name {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 5px;
    min-height: 50px;
  }
}
@media (min-width: 1258px) {
  .service--name {
    font-size: 30px;
    min-height: 66px;
  }
}

.service--price {
  font-size: 18px;
  color: #F04E30;
}
.service--price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media (min-width: 992px) {
  .service--price {
    font-size: 22px;
  }
  .service--price .woocommerce-Price-currencySymbol {
    font-size: 18px;
  }
}
@media (min-width: 1258px) {
  .service--price {
    font-size: 28px;
  }
  .service--price .woocommerce-Price-currencySymbol {
    font-size: 20px;
  }
}

.splide .splide__arrow {
  width: 40px;
  opacity: 1;
}
.splide .splide__arrow--next {
  right: -1em;
}
.splide .splide__arrow--prev {
  left: -1em;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
}
.splide .splide__arrow:disabled {
  opacity: 0;
}

.single-product.woocommerce .is-style-side .quantity .qty {
  height: 28px !important;
  font-size: 20px !important;
  font-family: "main" !important;
  margin-left: 10px;
}

.theme-seekmi .woocommerce-shipping-totals {
  display: none;
}
.theme-seekmi .order-total {
  font-family: "main";
}
.theme-seekmi .order-total th {
  font-size: 24px;
  font-weight: 500;
  color: #002b4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-seekmi .order-total .woocommerce-Price-amount {
  font-size: 30px;
  color: #002b4d;
}
.theme-seekmi .cart-subtotal {
  font-family: "main";
  font-size: 18px;
  border-bottom: 1px solid #d1d3d4;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.theme-seekmi .cart-subtotal th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-seekmi .cart-subtotal .woocommerce-Price-amount {
  font-size: 24px;
}
.theme-seekmi .woocommerce-Price-amount {
  font-family: "main";
  font-size: 24px;
  font-weight: 500;
}
.theme-seekmi .woocommerce-Price-currencySymbol {
  font-weight: 300;
}
.theme-seekmi td.product-name a {
  font-size: 20px;
  font-family: "main";
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#seekmi--overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}
#seekmi--overlay.active {
  visibility: visible;
  opacity: 1;
}

#seekmi--popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  min-width: auto;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  padding: 25px 1em 1em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateX(480px);
          transform: translateX(480px);
}
#seekmi--popup .cart--message .msg {
  background-color: #F04E30;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 20px;
}
#seekmi--popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#seekmi--popup h2 {
  padding: 0;
  margin: 0;
}
#seekmi--popup hr {
  background-color: #d1d3d4;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1px;
}
#seekmi--popup .close {
  position: absolute;
  top: 25px;
  right: 20px;
}
#seekmi--popup .total--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#seekmi--popup .total--line.sub--total {
  padding-bottom: 10px;
  font-size: 24px;
}
#seekmi--popup .total--line.sub--total .label {
  font-size: 18px;
}
#seekmi--popup .total--line.total {
  color: #002b4d;
  font-weight: 500;
  padding-bottom: 20px;
}
#seekmi--popup .total--line.total bdi {
  font-size: 30px;
}
#seekmi--popup .total--line.total .label {
  font-size: 24px;
}
#seekmi--popup .total--line.coupon {
  font-size: 24px;
}
#seekmi--popup .total--line.coupon .value span {
  margin-left: 5px;
}
#seekmi--popup .total--line.coupon .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
#seekmi--popup .total--line.coupon .label img {
  width: 24px;
}
#seekmi--popup .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002B4D;
  color: #fff;
  width: auto;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
}
@media (min-width: 480px) {
  #seekmi--popup {
    min-width: 400px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.product--list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding-bottom: 20px;
}
.product--list .title a {
  color: #000;
}

.coupon--area {
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  padding: 15px 0;
  margin-bottom: 15px;
}

.coupon--label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coupon--label > span {
  font-size: 18px;
}
.coupon--label a.button.remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff !important;
  border: 1px solid #F04E30 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #F04E30 !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px !important;
}
.coupon--label a.button.remove:after {
  content: "";
  display: block;
  width: 6.6px;
  height: 6.6px;
  background-image: url(../images/icon/i-s-close.svg);
  background-position: center center;
  background-size: cover;
  padding: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.coupon--label a.button.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff !important;
  border: 1px solid #F04E30 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #F04E30 !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px !important;
}
.coupon--label a.button.add:after {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  background-image: url(../images/icon/i-s-arrow.svg);
  background-position: center center;
  background-size: cover;
  padding: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.coupon--label a.button.add.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.coupon--label.added span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: 500;
}
.coupon--label.added img {
  width: 30px;
}

.coupon--banner {
  display: none;
  gap: 10px;
  overflow: auto;
  white-space: nowrap;
  padding: 15px 0 5px;
}
.coupon--banner.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-checkout .coupon--area {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.woocommerce-checkout .coupon--area.show--banner {
  margin-bottom: 1em;
  padding-bottom: 100px;
}
.woocommerce-checkout .coupon--banner {
  position: absolute;
  left: 0;
  right: 0;
}

.coupon--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: linear-gradient(99.85deg, #f04e30 0%, #ff7961 100%);
  border-radius: 10px;
  position: relative;
  min-height: 64px;
}
.coupon--item:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.coupon--item:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.coupon--item .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}
.coupon--item .thumb img {
  width: 24px;
}
.coupon--item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  line-height: 1;
  min-width: 140px;
}
.coupon--item .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.coupon--item .text {
  display: inline-block;
  padding: 2px 0;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}
.coupon--result th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.coupon--result th img {
  width: 24px;
}

.product--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.product--box .thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.product--box .info,
.product--box .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product--box .title {
  font-size: 20px;
}
.product--box .price {
  font-size: 24px;
  font-weight: 500;
}
.product--box .delete {
  text-align: right;
}
.product--box .action {
  margin-left: auto;
}
.product--box .action a {
  display: inline-block;
  text-align: right;
  width: 9;
}
.product--box .action img {
  width: 9px;
  height: 9px;
}
.product--box input[type=number] {
  width: 35px;
  border: none;
  background-color: #f2f2f2;
  padding: 5px 0px 5px 5px;
  border-radius: 5px;
  outline: none;
}

.seekmi--popup {
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px 30px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.seekmi--popup h2 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.seekmi--popup p {
  margin-bottom: 2em;
}
.seekmi--popup .button, .seekmi--popup .coupon--label a.button.remove, .coupon--label .seekmi--popup a.button.remove, .seekmi--popup .coupon--label a.button.add, .coupon--label .seekmi--popup a.button.add {
  display: block;
  text-align: center;
  height: auto;
  background-color: #002B4D !important;
  color: #fff !important;
}
.seekmi--popup .button.outline, .seekmi--popup .coupon--label a.outline.button.remove, .coupon--label .seekmi--popup a.outline.button.remove, .seekmi--popup .coupon--label a.outline.button.add, .coupon--label .seekmi--popup a.outline.button.add {
  border: 1px solid #002B4D;
  background-color: #fff !important;
  color: #002B4D !important;
}
.seekmi--popup.active {
  visibility: visible;
  opacity: 1;
}
.seekmi--popup.confirm .replace {
  display: block;
  margin: 0 auto 20px;
}

.product--no {
  display: block;
  text-align: center;
  color: #002B4D;
  border-radius: 5px;
  padding: 5px 15px;
}
.product--no .title {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.thankyou--register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 2em auto 7em;
  max-width: 500px;
}
.thankyou--register h1 {
  font-size: 50px;
  line-height: 45px;
  text-transform: uppercase;
}
.thankyou--register p {
  font-size: 25px;
  line-height: 30px;
}
.thankyou--register .button, .thankyou--register .coupon--label a.button.remove, .coupon--label .thankyou--register a.button.remove, .thankyou--register .coupon--label a.button.add, .coupon--label .thankyou--register a.button.add {
  margin: auto;
}

/* ARCHIVE */
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
  margin-bottom: 1.5em;
}

.woocommerce-page ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media (min-width: 576px) {
  .woocommerce-page ul.products {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .woocommerce-page ul.products {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .woocommerce-page ul.products {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.woocommerce-page ul.products li.product {
  margin: 0;
  width: 100%;
  float: none;
}
.woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
  display: none;
}

.seekmi--select {
  position: relative;
}
.seekmi--select select {
  height: 36px;
  padding: 0 3em 0 1em;
  border: 1px solid #bbbfcc;
  border-radius: 8px;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  background-image: none;
}
.seekmi--select:after {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.8751 0.5L5.9951 4.38L2.1151 0.5C1.7251 0.11 1.0951 0.11 0.705098 0.5C0.315098 0.89 0.315098 1.52 0.705098 1.91L5.2951 6.5C5.6851 6.89 6.3151 6.89 6.7051 6.5L11.2951 1.91C11.6851 1.52 11.6851 0.89 11.2951 0.5C10.9051 0.12 10.2651 0.11 9.8751 0.5Z' fill='%23838799'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-bottom: 0;
  }
}
.home--service {
  position: relative;
  margin-top: 0;
  padding: 5% 0 2em;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/bg-service.svg);
  color: #fff;
}
@media (min-width: 576px) {
  .home--service {
    padding: 5% 0 4em;
  }
}
.home--service p {
  display: none;
  max-width: 70%;
  margin: 1em auto 1.7em;
}
@media (min-width: 992px) {
  .home--service p {
    display: block;
    text-align: center;
    font-size: 25px;
  }
}
.home--service h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .home--service h2 {
    font-size: 40px;
  }
}
@media (min-width: 1258px) {
  .home--service h2 {
    font-size: 50px;
  }
}
.home--service .list {
  display: -ms-grid;
  display: grid;
  gap: 1em;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 1em;
}
@media (min-width: 576px) {
  .home--service .list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .home--service .list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.home--service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 18px;
  line-height: 0.8;
  color: #000;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px rgba(14, 31, 46, 0.3);
          box-shadow: 0px 4px 20px rgba(14, 31, 46, 0.3);
  min-width: 50%;
}
.home--service a img {
  height: 60px;
}
.home--service a span {
  display: block;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .home--service a {
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .home--service a {
    padding: 1.5em 1em;
  }
  .home--service a span {
    margin-top: 15px;
    font-size: 22px;
  }
}

.woocommerce nav.woocommerce-pagination {
  margin: 4em 0 3em;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 5px;
  border: 1px solid #002B4D;
  color: #002B4D;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #002B4D;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev img, .woocommerce nav.woocommerce-pagination ul li a.next img,
.woocommerce nav.woocommerce-pagination ul li span.prev img,
.woocommerce nav.woocommerce-pagination ul li span.next img {
  width: 6px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev img,
.woocommerce nav.woocommerce-pagination ul li span.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}