@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

.noto {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.font-thin {
  font-weight: 100 !important;
}

#main-area,
.pre-banner {
  background-color: #F2F2F2;
}

.pre-banner-index {
  background-color: #ffffff;
}

.pre-banner .banner {
  display: flex;
}

.pre-banner .logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pre-banner .logo .title-fill {
  margin: 0 auto;
}

.pre-banner .logo .title {
  font-size: 20.5px;
  color: #000000;
  margin-bottom: 8px;
  text-align: center;
}

.title-create {
  font-size: 35px;
  color: #000000;
  display: inline;
}

.content-banner {
  font-size: 16px;
  color: #282828;
  line-height: 2.1;
  margin-top: 3rem;
}

.list-artist {
  background-color: #666666;
  height: 67.38px;
}

.list-artist .title {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 29px;
  font-weight: 600;
}

.archive-pre-order {
  background-color: #f2f2f2;
}

.list-tab {
  margin: 4rem 0 3rem 0;

}

.tab-container {
  display: flex;
  gap: 5px;
  margin-left: 6px;
}

.tab-container .tab {
  height: 51px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CCCCCC;
  color: #FFFFFF;
  font-size: 25px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-weight: 600;
}

.tab-container .tab.active {
  background: #FFFFFF;
  color: #262626;
}

.tab-line {
  height: 13.01px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px rgba(128, 128, 128, 0.15);
}

.infor-pre-order {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.infor-pre-order .artist {
  color: #000000;
  font-size: 22px;
  margin-right: 1rem;
  font-weight: 600;
}

.infor-pre-order .hash-tag {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.infor-pre-order .hash-tag .tag {
  color: #FFFFFF;
  font-size: 15px;
  background-color: #4d685c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28.09px;
  min-width: 117.89px;
  border-radius: 3px;
  padding: 0 5px;
}

.infor-pre-order .price-time {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.infor-pre-order .price,
.infor-pre-order .delivery_time {
  color: #666666;
  font-size: 15px;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
}

.result-pre .result {
  gap: 1vw 1vw;

}

.result-pre .result .result-item {
  width: calc(100% / 4 - 1vw);
}

.archive-pre-order .result .result-item .item-wrap {
  max-height: 250px;
  margin-bottom: 0.5rem;
  height: 20vw;
}

.pre-line {
  height: 13.01px;
  background-color: #FFFFFF;
}

.preoder-show .artist-box .introduce-no-image {
  width: 580px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pre-banner .logo {
    justify-content: left;
    gap: 3rem;
  }

  .pre-banner .logo .title-fill {
    margin: 0;
    order: -1;
  }

  .preoder-show .artist-box .introduce-no-image {
    width: 400px;
  }

}


/* css mobile  */
@media (max-width: 767px) {
  .pre-banner .logo {
    gap: 2rem;
  }

  .title-create {
    font-size: 6vw;

  }

  .result-pre .result {
    gap: 3vw 3vw;

  }

  .result-pre .result .result-item {
    width: calc(100% / 2 - 2vw);
  }

  .pre-banner .logo .title-fill {
    margin: 0;
    order: -1;
  }

  .pre-banner .logo .title {
    text-align: left;
    font-size: 3.8vw;
  }

  .pre-banner .logo img {
    width: 62vw;
  }

  .content-banner {
    line-height: 30px;
  }

  .list-artist {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 1040px;
    padding: 0;
    height: 45px;
  }

  .list-artist .title {
    font-size: 16px;
  }

  .tab-container .tab {
    height: 35px;
    width: 120px;
    font-size: 16px;
  }

  .infor-pre-order {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .infor-pre-order .price-time {
    gap: 5px;
  }

  #artist-pre .section-title {
    margin-bottom: 1.5rem;
  }

  .spec-box .spec th,
  .spec-box .spec td {
    padding: 16px 5px !important;
  }

  .list-tab {
    margin: 2rem 0 2rem 0;
  }

  #pre-form .form-other {
    padding-top: 2rem !important;
  }

}

/* ===================**********================== */
/* page details */

.preoder-show {
  padding: 0;
}

.preoder-show .artist-box {
  display: flex;
  gap: 4rem;
  font-family: 'Inter', sans-serif !important;
}

.preoder-show .artist-box img.img-art {
  width: 320px;
  height: 320px;
  object-fit: cover;
}


/* Tên (Kanji) */
.name-jp {
  font-size: 44px;
  color: #111;
  font-weight: 400;
  margin-bottom: 0;
}

.name-roman {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 14px;
}

.header-row-social {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.left-col {
  flex: 1;
}

.socials {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}

.socials a {

  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  border: none;
  background: #e0e0df;
  cursor: pointer;
}

.socials a img {
  width: 25px;
  height: 25px;
  background: #f2f2f2;
}

.socials a img.insta {
  width: 26px;
  height: 27px;
}

.tags {
  margin: 5px 0 24px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  background: #4E685D;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  height: 28px;
  min-width: 119.28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 0 5px;
}

.info-row {
  margin-bottom: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

.info-label {
  display: inline-block;
  background: white;
  border-radius: 4px;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  height: 28px;
  width: 119.28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

html[lang='en'] .info-label,
html[lang='fr'] .info-label {
  width: 150px;
}

.info-value {
  margin-top: 10px;
  color: #000000;
  font-size: 15px;
  padding-left: 4px;
  font-weight: 100;
  line-height: 18px;
}

.genres {
  margin-top: 8px;
  color: #000000;
  font-size: 15px;
  font-weight: 100;
}

.preoder-show .introduce {
  margin: 36px 0 3rem 0;
}


.preoder-show .introduce .mce-content-body p {
  font-size: 15px;
  color: #282828;
}

.preorder-carousel-pro .owl-carousel .owl-item {
  width: auto !important;
}

.preorder-slider .owl-carousel .owl-item .item-wrap {
  background: #ffffff;
}

.pr-carousel .owl-carousel .owl-item .item-wrap .item {
  background: #ffffff;
  max-height: 300px;
  height: 17vw;
  width: auto;
}

#artist-pre .owl-carousel .owl-item .item-wrap .item {
  background: #ffffff;
  max-height: 248px;
  height: 13vw;
  max-width: 240px;
  width: auto;
}

@media screen and (min-width: 1820px) {
  #artist-pre .owl-carousel .owl-item .item-wrap .item {
    width: 13vw !important;
  }
}

.preorder-slider .owl-carousel .owl-item .item img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
  z-index: 0;
}

.preorder-slider .owl-carousel .owl-item .item-wrap .text {
  padding: 10px 10px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.btn.btn-black {
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
  color: #282828;
}

.btn-black {
  height: auto;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  background: #000;
  color: #FFF !important;
  min-width: 220px;
}

.btn-black.btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/img-renew2025/icons/arrow-btn-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 2px;
  top: 11px;
}

.infor-pre,
.form-pre {
  background-color: #ffffff;
}

.infor-pre .card-pre {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: none;
}

tr:has(.invalid-feedback.d-block) th {
  padding-bottom: 30px;
}

/* Tabs header */
.infor-pre .tabs {
  display: flex;
  gap: 2px;
  position: relative;
  align-items: flex-end;
  user-select: none;
}

.infor-pre .tab {
  font-weight: 400;
  font-size: 18px;
  color: #808080;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transition: color 200ms ease;
  position: relative;
  width: 180px;
  text-align: center;
  border-bottom: 3px solid #B3B3B3;
}


.infor-pre .tab[aria-selected="true"] {
  color: #000000;
  border-bottom: 3px solid #262626 !important;
}

/* sliding underline */
.infor-pre .tabs-underline {
  position: absolute;
  left: 0;
  height: 3px;
  width: 0;
  background: #262626;
  border-radius: 3px;
  transition: transform 200ms ease, width 200ms ease;
  transform-origin: left center;
}

/* Panels */
.infor-pre .panels {
  margin-top: 18px;
}

.infor-pre .panel {
  display: none;
  animation: fadeIn 240ms ease;
}

.infor-pre .panel[aria-hidden="false"] {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* timeline-like list for years */
.infor-pre .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.infor-pre .item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px dashed #f0f0f0;
}

.infor-pre .panels .list .content {
  white-space: pre-line;
  font-size: 15px;
  color: #262626;
  font-weight: 400;
}

.infor-pre .panels .list .content.year {
  width: 80px;
}

/* ----- */
.spec-box .wrap {
  width: 100%;
  max-width: 980px;
  padding: 36px;
  box-sizing: border-box;
}

/* Title */
.section-title {
  text-align: center;
  font-weight: 600;
  margin: 0 0 26px 0;
  font-size: 22px;
  letter-spacing: 1px;
  color: #282828;
}

/* card style narrow and centered content */
.spec-box .card {
  background: #f2f2f2;
  padding: 0 40px;
}

/* the table-like list */
.spec-box .spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #262626;
}

.spec-box .spec tr {
  border-bottom: 2px solid #ffffff;
}

.spec-box .spec th,
.spec-box .spec td {
  padding: 16px 25px 4px 25px;
  vertical-align: top;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
}

/* left column label */
.spec-box .spec th {
  width: 35%;
  text-align: left;
  background: transparent;
}

/* right column value, aligned right */
.spec-box .spec td {
  width: 65%;
  text-align: right;
}

/* subtle small footnotes area */
.spec-box .notes {
  margin-top: 40px;
  padding-left: 10px;

}

.spec-box .notes p {
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.spec-box .card-pre,
.form-pre .box {
  margin: 0 auto;
  max-width: 823px;
  width: 100%;
}

/* form */
/* ---------------------- */

#pre-form input,
#pre-form textarea {
  background: #f2f2f2;
  border-radius: 4px;
}

#pre-form input {
  height: 50px;
}

#pre-form textarea {
  resize: none !important;
  margin-top: 14px;
}

.form-pre .item {
  font-size: 18px;
  padding-bottom: 5px;

}

.form-pre .line-line {
  border-bottom: 1px solid #1a1a1a;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 34px;
}




.form-pre .item .label {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
}

.form-pre .item span {
  color: #C04868;
}

.form-pre .table-bordered th {
  vertical-align: inherit;
  width: 20%;
}

.form-pre .table-bordered th {
  padding-left: 0;
}

.form-pre .table-bordered td {
  padding-right: 0;
}

.form-pre .table-bordered td,
.form-pre .table-bordered th,
.table-bordered {
  border: none;
  color: #282828;
  font-size: 15px;
  font-weight: 100 !important;
  font-family: 'Noto Sans JP', sans-serif;
}

#pre-form .form {
  padding-top: 1.5rem;
}

#pre-form .form .input-item {
  display: flex;
  align-items: center;
}


#pre-form .form .btn-image {
  background-color: #262626;
  color: #FFFFFF;
  font-size: 14px;
  height: 34px;
  width: 148.48px;
  font-weight: 100;
}

#pre-form .form .btn-image:focus {
  box-shadow: none !important;
  background-color: #262626 !important;
  color: #FFFFFF !important;
}

#pre-form input[type=radio] {
  display: inline-block;

}

.gap-10 {
  gap: 10px;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

#pre-form .btn-note {
  color: #000000;
  height: 26px;
  width: 186.7px;
  border: 1px solid #DD6288;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  border-radius: 10px;
}

#pre-form .btn-note:hover,
#pre-form .btn-note:focus {
  box-shadow: none !important;
  border: 1px solid #DD6288 !important;
}

/* ---------===================-------------- */
section#artist-pre {
  border-top: 4px solid #E589AB;
  background-color: #ffffff;
  padding-top: 3rem;
}

#artist-pre h3 {
  margin-bottom: 3rem;
}

.artist-inf-box {
  color: #262626;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
}

.artist-inf-box .catetags {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.artist-inf-box .artist-name {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.link-detail-pre {
  margin: 0 auto;
  text-align: center;
  background-color: #C04868;
  color: #fff;
  height: 26px;
  width: 116.05px;
  font-size: 13px;
  font-weight: 100;
  border-radius: 25px;
  margin-top: auto;
}

.link-detail-pre a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.preorder-slider .preorder-artist .owl-carousel .owl-item .item-wrap .item {
  background-color: #f1f1f1 !important;
}

.featuredProducts .pr-carousel .owl-item {
  background: #ffffff;
}

.featuredProducts .pr-carousel h2 {
  font-weight: 400;
}

.pr-carousel .text .title,
.pr-carousel .text .size {
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}

.pr-carousel .text .price {
  font-size: 13px;
  color: #333333;
  font-weight: 400;
}

.pr-carousel a.btn-black {
  background-color: #262626 !important;
  color: #F2F2F2;
  font-size: 15px;
  height: 38px;
  width: 223px;
}

.pr-carousel a.btn-black.btn::before {
  content: none;
}


#pre-form .form p {
  font-size: 15px;
  color: #282828;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
}

#pre-form .form span.note {
  font-size: 14px;
  color: #666666;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

#btn-confirm .btn-submit {
  max-width: 250px;
  width: 100%;
  color: rgb(255, 255, 255) !important;
  background: rgb(0, 0, 0) !important;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(89, 87, 87);
  border-image: initial;
  transition: 500ms;
  padding: 0 !important;
  height: 38px !important;
  width: 233px !important;
  border-radius: 4px;
  margin-top: 3rem;
}

#btn-confirm-register {
  margin: 3rem 0 0 0;
}

.framing input[type="radio"] {
  accent-color: #000;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.framing .radio-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 10px;
  font-size: 14px;
  color: #333;
}

.tooltip-pre {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-icon {
  width: 18px;
  height: 18px;
  background-color: #c04969;
  color: white !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.tooltip-box {
  position: absolute;
  top: 6px;
  left: 220%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 15px;
  color: #000000;
  display: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tooltip-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
}

.tooltip-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.tooltip-container.active .tooltip-box {
  display: block;
}

.horizontal-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}



.tooltip-box-fill {
  position: absolute;
  top: 20px;
  left: 105%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 30px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 15px;
  color: #000000;
  display: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tooltip-container.active .tooltip-box-fill {
  display: block;
  font-weight: 100;
  color: #282828;
}

.tooltip-box-fill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(128, 128, 128, 0.8) !important;
  height: 35.5px;
  width: 35.5px;
}

.show-mobile {
  display: none;
}

.preorder-carousel .owl-theme .owl-nav [class*=owl-] {
  top: 35%;
}

.preorder-carousel-art .owl-theme .owl-nav [class*=owl-] {
  top: 35%;
}

.preorder-carousel .owl-theme .owl-nav .owl-prev {
  left: 3px;
}

.preorder-carousel-art .owl-theme .owl-nav .owl-prev {
  left: 5px;
}

.preorder-artist.preorder-carousel .owl-theme .owl-nav [class*=owl-] {
  top: 30%;
}

.preorder-artist.preorder-carousel-art .owl-theme .owl-nav [class*=owl-] {
  top: 30%;
}

#contact-box {
  position: fixed;
  right: 0;
  top: 360px;
  background: linear-gradient(to left top, rgb(14, 15, 16) 0%, rgb(29, 30, 31) 15%, rgb(46, 48, 51) 28%, rgb(21, 21, 21) 41%, rgb(42, 45, 50) 59%, rgb(49, 52, 57) 74%, rgb(30, 40, 44) 92%, rgb(21, 21, 21) 100%) rgb(35, 43, 46);
  color: #fff;
  width: 170.25px;
  height: 160px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 999;
  padding: 10px 0 10px 10px;
}

#contact-box .box-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #E6E6E6;
  border-right: none;
}

#contact-box .box-item .text {
  font-size: 18px;
  font-weight: 700;
}

#contact-box.bg-active {
  background: linear-gradient(to left top, rgb(14, 15, 16) 0%, rgb(29, 30, 31) 15%, rgb(46, 48, 51) 28%, rgb(21, 21, 21) 41%, rgb(42, 45, 50) 59%, rgb(49, 52, 57) 74%, rgb(30, 40, 44) 92%, rgb(21, 21, 21) 100%) rgb(35, 43, 46);
}

#contact-box.bg-no {
  background: #b7b8ba;
}

/* css mobile show  */
@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .header-row {
    gap: 1rem;
    margin-bottom: 0;
  }

  .header-row-social {
    gap: 1rem;
  }

  .name-roman {
    line-height: 14px;
    font-size: 12px;
  }



  .preoder-show .artist-box {
    gap: 2rem;
    align-items: center;
  }

  .artist-box.mb-5 {
    margin-bottom: 1rem !important;
  }

  .name-jp {
    font-size: 27px;
  }

  .preoder-show .artist-box img.img-art {
    width: 32%;
    height: 32%;
    aspect-ratio: 1 / 1;
  }

  .socials {
    gap: 5px;
    width: 100px;
  }

  .socials a img {
    width: 20px;
    height: 20px;
  }

  .socials a img.insta {
    width: 21px;
    height: 22px;
  }

  .info-label {
    width: 100%;
    text-align: left;
    justify-content: left;
    padding: 0 15px;
  }

  .info-value,
  .genres {
    padding: 0 15px;
  }

  .preoder-show .introduce {
    margin: 1.5rem 0;
  }

  .featuredProducts {
    margin-top: 3rem;
  }

  .infor-pre .tabs {
    justify-content: center;
  }

  .infor-pre .tab {
    font-size: 14px;
  }

  .infor-pre .panels .list .content {
    font-size: 14px;
  }

  .form th,
  .form td {
    display: block;
    width: 100%;
  }

  .spec-box .spec th,
  .spec-box .spec td {
    width: 50%;
  }

  .form-pre .table-bordered th {
    width: 100%;
    padding-bottom: 0;
  }

  .form-pre .table-bordered td {
    padding-left: 0;
  }

  .tooltip-box-fill {
    top: 50px;
    left: 50%;
  }

  .preorder-slider .owl-carousel .owl-item .item-wrap .item {
    height: 53vw !important;
    width: 100% !important;
  }

  #contact-box {
    width: 100px;
    height: 90px;
    padding: 5px 0 5px 5px;
    top: auto;
    bottom: 100px;
  }

  #contact-box .box-item {
    gap: 5px;
  }

  #contact-box .box-item img:first-child {
    height: 20px;
  }

  #contact-box .box-item .text {
    font-size: 10px;
  }

  tr:has(.invalid-feedback.d-block) th {
    padding-bottom: 0;
  }

  #pre-form .form {
    padding-top: 0;
  }

  .table-bordered.mt-3 {
    margin-top: 0 !important;
  }

  .form-pre .line-line {
    margin-bottom: 25px;
  }

  #pre-form .form span.note {
    font-size: 11px;
  }

  #pre-form .form p {
    font-size: 13px;
  }

  .note-mb-p {
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {

  .spec-box .spec th,
  .spec-box .spec td {
    font-size: 12px;
  }

}

.justify-content-space-between {
  justify-content: space-between;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.font-26 {
  color: #262626 !important;
}

.text-black {
  color: #000000 !important;
}

.font-28 {
  color: #282828 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-black {
  background: #000000 !important;
}

.color-primary {
  color: #e50012 !important;
}