@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@1,900,700,500,301,701,300,501,401,901,400,2&amp;display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0.6944vw;
}
@media (max-width: 480px) {
  * {
    font-size: 2.66vw;
  }
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
  font-family: "Satoshi", sans-serif;
}

p {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0em;
  text-align: left;
}

h1 {
  font-family: "Fredoka", sans-serif;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 11.6rem;
  letter-spacing: 0em;
}
@media (max-width: 480px) {
  h1 {
    font-size: 3.72rem;
    line-height: 4.5rem;
  }
}

h2 {
  font-family: "Fredoka", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: toRem(60);
  letter-spacing: 0em;
}
@media (max-width: 480px) {
  h2 {
    font-size: 3rem;
  }
}

h4 {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.6rem;
}

.subtitle--1 {
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
}
@media (max-width: 480px) {
  .subtitle--1 {
    font-size: 1.5rem;
  }
}

.paragraph--1 {
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: toRem(20);
  letter-spacing: 0em;
}

.paragraph--2 {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
@media (max-width: 480px) {
  .paragraph--2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

.paragraph--3 {
  color: rgba(32, 32, 32, 0.7);
  font-family: inherit;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
}

.subtitle--2 {
  font-family: inherit;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
@media (max-width: 480px) {
  .subtitle--2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.swiper-pagination {
  margin-top: 7rem;
}
@media (max-width: 480px) {
  .swiper-pagination {
    margin-top: 2.5rem;
  }
}

.swiper-pagination-bullet-active {
  width: 7rem;
}

.paragraph--5 {
  color: #202020;
  font-family: inherit;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .paragraph--5 {
    font-size: 1.4rem;
    line-height: 0.5rem;
  }
}

.subtitle--3 {
  color: #202020;
  font-family: inherit;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .subtitle--3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  color: inherit;
  border: none;
}

ul {
  list-style: none;
}

.nav {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 30;
  background-color: white;
  top: 0;
  left: 0;
  padding: 1.6rem 6.5rem;
  width: 100vw;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .nav {
    padding: 0.62rem 2.52rem;
  }
}
.nav .logo {
  width: 9.4rem;
  height: 4.8rem;
}
@media (max-width: 480px) {
  .nav .logo {
    width: 7rem;
  }
}
.nav-item {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .nav-item {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    justify-content: center;
    flex-direction: column-reverse;
    width: 100vw;
    transform: translateY(-110%);
    height: 45vh;
    transition: transform 0.5s ease-out;
    background-color: white;
  }
}
.nav-item .nav-link {
  padding: 1rem;
  cursor: pointer;
  margin-right: 1.2rem;
}
.nav-item .nav-link li {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-item .nav-link li .drop-down {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
}
.nav .nav-btn {
  background-color: #FF0000;
  padding: 1.6rem 4.3rem;
  color: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .nav .nav-btn {
    display: none;
  }
}
.nav .hamburger {
  align-items: flex-end;
  display: none;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  height: 1.7rem;
  overflow: hidden;
  transition: all 0.5s ease-out;
  width: 2.5rem;
  z-index: 2;
}
@media (max-width: 480px) {
  .nav .hamburger {
    display: flex;
  }
}
.nav .hamburger__line {
  background-color: black;
  height: 0.18rem;
  transform-origin: center right;
  transition: all 0.5s ease-out;
  width: 100%;
}
.nav .hamburger[data-open=true] .hamburger_line--one {
  transform: rotate(-45deg);
  width: 2.7rem;
}
.nav .hamburger[data-open=true] .hamburger_line--two {
  transform: translate(8rem);
}
.nav .hamburger[data-open=true] .hamburger_line--three {
  max-width: 2.7rem;
  transform: rotate(45deg);
  width: 2.7rem;
}
.nav .hamburger[data-open=true] .hamburger_line {
  background-color: #7d8487;
}

.about-menu {
  position: absolute;
  display: flex;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1rem;
  width: 20rem;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  overflow-y: visible;
  z-index: 25;
  transition: opacity 0.2s ease-in;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.about-menu-item li {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 0.5;
  padding: 1rem;
}
.about-menu-item li:hover {
  background-color: #E9E9E9;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0.3rem;
}
.about-menu-item li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0em;
  text-align: left;
}

.opacity1 {
  opacity: 1;
  visibility: visible;
}

.footer {
  display: flex;
  padding: 6.4rem 9.6rem;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer {
    flex-direction: column;
    padding: 2.48rem 1.5rem;
  }
}
.footer .col-1 .footer-logo {
  width: 9.4rem;
  height: 4.8rem;
}
@media (max-width: 480px) {
  .footer .col-1 .footer-logo {
    width: 7rem;
  }
}
.footer .col-1 ul .footer-item {
  margin-top: 2.4rem;
}
@media (max-width: 480px) {
  .footer .col-1 ul .footer-item {
    margin-top: 0.3rem;
  }
}
@media (max-width: 480px) {
  .footer .col-1 ul .footer-item .copy-right {
    margin-top: 0.4rem;
  }
}
.footer .col-1 ul .social-item {
  margin-top: 1.6rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 480px) {
  .footer .col-1 ul .social-item {
    margin-top: 0.7rem;
  }
}
.footer .col-2 .footer-header {
  margin-bottom: 2.3rem;
}
@media (max-width: 480px) {
  .footer .col-2 .footer-header {
    margin-bottom: 0.4rem;
    margin-top: 2.5rem;
  }
}
.footer .col-2 .col-2-item {
  display: flex;
  flex-direction: column;
  gap: 0.8;
}
.footer .col-2 .col-2-link {
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 480px) {
  .footer .col-2 .col-2-link {
    padding: 0.2rem 0.7rem 0.2rem 0;
  }
}
@media (max-width: 480px) {
  .footer .col-2 .col-2-link li p {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media (max-width: 480px) {
  .footer .col-3 {
    margin-top: 2rem;
  }
}
.footer .col-3 .footer-header {
  margin-bottom: 2.3rem;
}
@media (max-width: 480px) {
  .footer .col-3 .footer-header {
    margin-bottom: 0.89rem;
  }
}
.footer .col-3 li {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 480px) {
  .footer .col-3 li {
    margin-bottom: 0.3rem;
    gap: 0.5rem;
  }
}
.footer .col-3 li .icon svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 480px) {
  .footer .col-3 li .icon svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.login-back-drop {
  position: fixed;
  width: 100vw;
  height: 1000vh;
  visibility: hidden;
  z-index: 30;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.login {
  position: fixed;
  visibility: hidden;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 4.8rem;
  left: 50%;
  border-radius: 2.4rem;
  background: #FFF;
  transform: translate(-50%, -50%);
  z-index: 35;
}
@media (max-width: 480px) {
  .login {
    padding: 2rem;
  }
}
.login-header .welcome {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.6rem;
  line-height: 4.4rem;
}
@media (max-width: 480px) {
  .login-header .welcome {
    font-size: 2.5rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
}
.login-header .login-p {
  color: rgba(32, 32, 32, 0.7);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .login-header .login-p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.login .middle {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 480px) {
  .login .middle {
    margin-top: 2rem;
  }
}
.login .middle .login-option {
  margin-bottom: 2.4rem;
  display: flex;
  width: 54rem;
  align-items: center;
  text-align: center;
  border-radius: 2.4rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid #E2E2E2;
  background: #FFF;
}
@media (max-width: 480px) {
  .login .middle .login-option {
    width: 30rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.login .middle .login-option p {
  color: #202020;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
}
@media (max-width: 480px) {
  .login .middle .login-option p {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.login .middle .guest {
  text-align: center;
  color: #202020;
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
}
.login .middle .check-out-btn {
  width: 100%;
  display: flex;
  padding: 1.2rem 3.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #F00;
}
.login .middle .check-out-btn p {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
}
@media (max-width: 480px) {
  .login .middle .check-out-btn p {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.login .paragraph {
  color: #202020;
  text-align: center;
  margin-top: 4.8rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  width: 38.1rem;
  line-height: 1.6rem;
}
@media (max-width: 480px) {
  .login .paragraph {
    width: 25rem;
    margin-top: 2rem;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

.checkout-container .checkout {
  padding-top: 8rem;
}
.checkout-container .checkout .checkout-header {
  display: flex;
  height: 16.2rem;
  flex-direction: column;
  justify-content: center;
  background: #300;
  gap: 5rem;
  color: white;
  padding: 3.2rem 0;
  align-items: center;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header {
    padding: 2.8rem 0;
  }
}
.checkout-container .checkout .checkout-header .top {
  display: flex;
  padding: 0.8rem 1.6rem;
  align-items: center;
  justify-content: center;
  width: 26.8rem;
  gap: 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid #E9E9E9;
  background: #FFF;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header .top {
    overflow-x: scroll;
    width: 23rem;
    gap: 0.3rem;
  }
}
.checkout-container .checkout .checkout-header .top h3 {
  color: #202020;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header .top h3 {
    font-size: 1.2rem;
  }
}
.checkout-container .checkout .checkout-header .bottom {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header .bottom {
    padding: 1rem;
    width: 100%;
    gap: 0.5rem;
    overflow-x: scroll;
  }
}
.checkout-container .checkout .checkout-header .bottom .step {
  display: flex;
  padding: 0.8rem 2.4rem;
  align-items: center;
  border-radius: 4.8rem;
  border: 1px solid #E2E2E2;
  background: #FFF;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header .bottom .step {
    padding: 0.5rem 1rem;
    width: 20rem;
  }
}
.checkout-container .checkout .checkout-header .bottom .step p {
  color: #202020;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header .bottom .step p {
    text-wrap: nowrap;
    line-height: 1rem;
    font-size: 1rem;
  }
}
.checkout-container .checkout .checkout-header .bottom .arrow-icon {
  width: 8rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-header .bottom .arrow-icon {
    width: 3.1rem;
  }
}
.checkout-container .checkout .checkout-header .bottom .active {
  border: 1px solid #A00;
  background: #A00;
}
.checkout-container .checkout .checkout-header .bottom .active p {
  color: #FFF;
}
.checkout-container .checkout .checkout-content {
  padding: 8rem 9.6rem;
  justify-content: space-around;
  display: flex;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content {
    flex-direction: column-reverse;
    gap: 4rem;
    padding: 3rem 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left-header {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 3.2rem;
  line-height: 4.4rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left-header {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .radio-btns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.checkout-container .checkout .checkout-content .checkout-left .radio-btns .radio {
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-radius: 10rem;
  border: 1px solid #E2E2E2;
  background: #FFF;
  margin-bottom: 5.6rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .radio-btns .radio {
    margin-bottom: 3rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .radio-btns .radio span {
  color: #202020;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .radio-btns .radio span {
    font-size: 1.4rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .bill-info h3 {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .bill-info h3 {
    font-size: 2.4rem;
    line-height: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .bill-info p {
  color: #202020;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 2.1rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .bill-info p {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .bill-info p span {
  color: #FF0000;
  margin-left: 1.2rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .bill-info p span {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.form-group .input-wrapper {
  width: 100%;
  display: flex;
  padding: 0.8rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  background: #FFF;
}
.form-input{
  color: #8D8D8D;
  width: 100%;
  border: none;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
.form-group .input-wrapper input {
    font-size: 1.4rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .time {
  display: flex;
  width: 56.8rem;
  padding: 0.8rem 2.4rem;
  align-items: center;
  gap: 1.2rem;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
  background: #F6F6F6;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .billing-info-form .time {
    width: 100%;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .time-svg {
  width: 2rem;
  height: 2rem;
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .time .right-wrapper .wait-time {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .time .right-wrapper p {
  color: #2C2C2C;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .additional-info {
  display: flex;
  margin-top: 3.6rem;
  gap: 3.6rem;
  flex-direction: column;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .billing-info-form .additional-info {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .additional-info .text {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .billing-info-form .additional-info .text {
    font-size: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .additional-info .form-input--textarea {
  width: 56.8rem;
  height: 15rem;
  gap: 0.4rem;
  resize: none;
  color: rgba(32, 32, 32, 0.7);
  font-size: 1.4rem;
  border: 1px solid #B0B0B0;
  font-style: normal;
  font-weight: 500;
  padding: 1.2rem 1.6rem 2rem 1.6rem;
  line-height: 2rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .billing-info-form .additional-info .form-input--textarea {
    width: 100%;
  }
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .coupon--wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .coupon--wrapper .coupon {
  width: 80.75%;
  display: flex;
  padding: 0.8rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  color: #8D8D8D;
  border: 1px solid #B0B0B0;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .coupon--wrapper .coupon-btn {
  display: flex;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 1.2rem;
  border-radius: 0 0.8rem 0.8rem 0;
  border: 1px solid #F00;
  background: #F00;
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.checkout-container .checkout .checkout-content .checkout-left .billing-info-form .bottom-header {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-left .billing-info-form .bottom-header {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-right {
  padding: 3.2rem;
  border-radius: 24px;
  background: #FFF;
  width: 60rem;
  height: 62.8rem;
  flex-shrink: 0;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-right .right-header {
  color: #202020;
  font-family: "Fredoka", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 3.6rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-right .right-header {
    font-size: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper {
  margin-bottom: 11.2rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-right .top-wrapper {
    margin-bottom: 6rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper .order-card {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  margin-bottom: 2.4rem;
  justify-content: space-between;
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper .order-card .card-img {
  position: relative;
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper .order-card .card-img .yh {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper .order-card .card-img .yh .order-img {
  width: 7rem;
  height: 5rem;
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper .order-card .card-img .order-quantity {
  display: flex;
  padding: 0.2rem 0.7rem 0.2rem 0.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  background: #FFE6E6;
  position: absolute;
  left: 6rem;
  top: -1rem;
}
.checkout-container .checkout .checkout-content .checkout-right .top-wrapper .order-card .card-img .order-quantity p {
  color: #F00;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.checkout-container .checkout .checkout-content .checkout-right .subtotal {
  width: 100%;
  margin-bottom: 1.6rem;
}
.checkout-container .checkout .checkout-content .checkout-right .subtotal .top {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.checkout-container .checkout .checkout-content .checkout-right .subtotal .top p {
  color: #202020;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}
.checkout-container .checkout .checkout-content .checkout-right .subtotal .top .amount {
  color: #202020;
  text-align: right;
  font-family: Satoshi;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-right .subtotal .top .amount {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.checkout-container .checkout .checkout-content .checkout-right .subtotal .vat {
  color: #202020;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6rem;
}
.checkout-container .checkout .checkout-content .checkout-right .total-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.checkout-container .checkout .checkout-content .checkout-right .place-order {
  border-radius: 8px;
  border: 1px solid #F00;
  background: #F00;
  display: flex;
  margin-top: 4.6rem;
  width: 53.6rem;
  padding: 1.2rem 1.6rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .checkout-container .checkout .checkout-content .checkout-right .place-order {
    width: 100%;
  }
}
.checkout-container .checkout .checkout-content .checkout-right .place-order p {
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
}/*# sourceMappingURL=checkout.css.map */