::-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 select {
  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;
}

.woocommerce-page.woocommerce-lost-password .woocommerce {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.admin-bar .pswp {
  top: 0;
}

.related.products {
  clear: both;
}

.single-product.woocommerce .product {
  margin-top: 35px;
}
.single-product.woocommerce h1.product_title {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 0;
}
.single-product.woocommerce p.price {
  margin-top: 0;
  margin-bottom: 35px;
}
.single-product.woocommerce p.price .amount bdi {
  font-size: 40px;
  color: #F04E30;
}
.single-product.woocommerce p.price .amount bdi .woocommerce-Price-currencySymbol {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.single-product.woocommerce .button--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.single-product.woocommerce .button.single_add_to_cart_button {
  font-family: "main";
  padding: 0 1em;
  min-width: 120px;
  border: 1px solid #002B4D;
  background-color: transparent;
  color: #002B4D;
  font-size: 22px;
  height: 48px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.single-product.woocommerce .button.single_add_to_cart_button:hover {
  background-color: #002B4D;
  color: #fff;
}
.single-product.woocommerce .button.single_add_to_cart_button.buy-now {
  background-color: #002B4D;
  color: #fff;
}
@media (min-width: 992px) {
  .single-product.woocommerce .button.single_add_to_cart_button {
    min-width: 180px;
  }
}
.single-product.woocommerce .quantity {
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 8px !important;
  padding-right: 8px;
}
.single-product.woocommerce .quantity .qty {
  height: 48px;
  background: #f2f2f2;
  padding: 0 10px;
  border-radius: 4px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  border-radius: 4px;
}
.single-product.woocommerce div.product .woocommerce-Tabs-panel h2 {
  margin-top: 0;
}
.single-product.woocommerce div.product .woocommerce-Tabs-panel ul li {
  list-style: disc;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .single-product.woocommerce div.product .woocommerce-tabs .panel {
    margin-top: 0;
  }
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d3d4;
  margin-bottom: 3em;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  background-color: transparent;
  border-bottom: 1px solid #d1d3d4;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 0;
  padding: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 54px;
  font-size: 20px;
  color: #000;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  position: relative;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: block;
  content: url(../images/icon/i-arrow-right.svg);
  width: 8px;
  height: 15px;
  right: 15px;
  top: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
@media (min-width: 768px) {
  .single-product.woocommerce .woocommerce-tabs ul.tabs {
    width: 40%;
    float: left;
    margin-right: 4.347826087%;
    margin: 0;
  }
  .single-product.woocommerce .woocommerce-tabs .panel {
    width: 52%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .single-product.woocommerce div.product div.images {
    width: 40%;
  }
  .single-product.woocommerce div.product div.summary {
    width: 52%;
  }
}

.product--social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.product--social-sharing img {
  width: 20px;
}

.product_meta {
  margin-bottom: 1em;
}

.related {
  background-color: #f3f6f8;
  padding: 25px 0 50px 0;
}
.related h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
.related .splide {
  margin-right: -1em;
}
@media (min-width: 768px) {
  .related .splide {
    margin-right: 0;
  }
}

.woocommerce-product-gallery {
  position: relative;
}

.promotion--single-cover {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
}
.promotion--single-cover img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.promotion--single-cover img.active {
  visibility: visible;
  opacity: 1;
}

.woocommerce-Tabs-panel--warranty_tab ol {
  margin-bottom: 2em;
  padding-left: 10px;
}
.woocommerce-Tabs-panel--warranty_tab ol li {
  list-style: decimal;
  padding-left: 10px;
}

.woocommerce.single-product .woocommerce-info {
  margin-top: 2em;
}