.section_product {
  padding-bottom: 10rem;
}
.account_main {
  padding: 0 0 3.2rem;
}
.account_main .content > .flex {
  gap: 2rem;
}
.account_main h1 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.account_main .tabbar {
  width: 21.9rem;
  padding-top: 2.1rem;
  position: sticky;
  top: 15rem;
}
.account_main .tabbar li + li {
  margin-top: 1.1rem;
}
.account_main .tabbar .nav_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #171717;
  gap: 1.1rem;
  padding: 1.4rem 8.3% 1.5rem;
}
.account_main .tabbar .nav_item img {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
}
.account_main .tabbar .nav_item.active,
.account_main .tabbar .nav_item:hover {
  background-color: rgba(237, 238, 242, 0.53);
}
.account_main .tabbar .nav_item span {
  margin-top: 2px;
}
.account_main .flex1 {
  flex: 1;
  max-width: 144.8rem;
}
.account_main .acc_form form {
  display: grid;
  width: 100%;
  background-color: #f7f8f9;
}
.account_main .acc_form form .title {
  position: relative;
  font-size: 2.9rem;
  font-weight: 700;
  color: #141414;
  padding: 3.9rem 6.38% 2.6rem;
  letter-spacing: -0.2px;
}
.account_main .acc_form form .form_main {
  border-top: 1px solid #cacaca;
  display: grid;
  gap: 2.8rem;
  padding: 5rem 0 4.6rem;
  margin: 0 6.38%;
}
.account_main .acc_form form span {
  width: 100%;
}
.account_main .acc_form form span label,
.account_main .acc_form form p.form-row
 {
  width: 100%;
  display: grid;
  grid-template-columns: 31.1% 1fr;
  align-items: center;
  gap: 2rem;
}
.account_main .acc_form form .label,
.account_main .acc_form form p.form-row label
 {
  font-size: 1.782rem;
  line-height: 2.1rem;
  color: #333333;
  margin-top: 0.4rem;
}
.account_main .acc_form form input,
.account_main .acc_form form select
 {
  display: block;
  width: 100%;
  font-size: 1.782rem;
  color: #333333;
  border: 1px solid #cacaca;
  background-color: #fff;
  height: 4.3rem;
  padding: 0 2rem;
}
.account_main .acc_form form span:has(input[type=submit]) {
  margin-top: 5.7rem;
}
.account_main .acc_form form input[type=submit] {
  transition: all 0.3s;
  background-color: var(--primary);
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  font-size: 1.6rem;
  font-weight: 500;
  height: 4.6rem;
  min-width: 19.7rem;
}
.account_main .acc_form form input[type=submit]:hover {
  background-color: var(--title);
}
.account_main .breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
}
.account_main .breadcrumbs span {
  font-size: 1.8rem;
  color: #161616;
}
.account_main .breadcrumbs span span::before {
  display: inline-block;
  content: '';
  background: url("../img/bread-nav.svg") no-repeat center / contain;
  width: 1rem;
  height: 1rem;
  margin: 0 1.3rem 0 1rem;
}
.account_main .breadcrumbs span span:first-child::before {
  display: none;
}
.account_main .breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.account_main .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.account_main .profile_box {
  max-width: 145.7rem;
  padding-top: 3.6rem;
}
.account_main .profile_box > div {
  max-width: 142.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem 3.1557%;
}
.account_main .address_box {
  max-width: 146.9rem;
  padding-top: 1.9rem;
  padding-bottom: 0.8rem;
}
.account_main .address_box > div {
  max-width: 141.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem 3.1%;
}
.account_main .address_box .acc_form:first-child .box {
  display: block;
}
.account_main .address_box .acc_form.active form .title {
  font-size: 2.8rem;
  padding-top: 3.4rem;
  padding-bottom: 3.3rem;
  padding-left: 6.4%;
}
.account_main .address_box .acc_form.active form .title::after {
  opacity: 0;
}
 
.account_main .address_box .acc_form form .title {
  font-size: 2.3rem;
  letter-spacing: unset;
  padding-top: 3.1rem;
  padding-right: 4.2%;
  padding-left: 4.6%;
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  gap: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.account_main .address_box .acc_form form .title::after {
  border: 1px solid #333333;
  display: block;
  content: '';
  border-radius: 50%;
  padding-bottom: calc(100% - 2px);
  transition: all 0.3s;
}

.account_main .address_box .acc_form form .box {
  display: none;
}
.account_main .address_box .acc_form form .form_main {
  gap: 2.3rem;
  padding-top: 3rem;
  padding-bottom: 5.1rem;
  margin-right: 6.97%;
  margin-left: 6.4%;
}
.account_main .address_box .acc_form form input,
.account_main .address_box .acc_form form select
 {
  height: 3.7rem;
}
.account_main .address_box .acc_form form .label {
  margin-top: 0;
}
.account_main .address_box .acc_form form span label {
  grid-template-columns: 31.3% 1fr;
}
.account_main .address_box .acc_form form span:has(input[type=submit]) {
  margin-top: 2.2rem;
}
.account_main .address_box .acc_form form input[type=submit] {
  margin-left: auto;
  height: 4.6rem;
  min-width: 19.6rem;
}
.account_main .orders_box {
  max-width: 144.8rem;
  padding-top: 0.9rem;
  padding-bottom: 5.8rem;
}
.account_main .orders_box .order_list {
  margin-top: 1.6rem;
}
.account_main .orders_box li + li {
  margin-top: 1rem;
}
.account_main .orders_box li {
  border-radius: 5px;
  background-color: rgba(237, 238, 242, 0.53);
  display: grid;
  grid-template-columns: 16.2% 13.25% 20% 10% auto;
  align-items: center;
  font-size: 2rem;
  padding: 3rem 2.6% 2.9rem 2.3%;
  gap: 2rem 2%;
}
.account_main .orders_box .id {
  font-weight: 700;
  color: #242424;
}
.account_main .orders_box .sip {
  display: inline-block;
  width: max-content;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);
  text-align: center;
  padding: 1rem 2.75rem 1.1rem;
}
.account_main .orders_box .date {
  color: rgba(22, 22, 22, 0.8);
}
.account_main .orders_box .amount {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
}
.account_main .orders_box .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-left: auto;
}
.account_main .orders_box .btns a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 1.4rem;
  line-height: 4.1rem;
  padding: 0 2.1rem;
}
.account_main .orders_box .btns a::before {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  content: '';
  background: no-repeat center right / contain;
  flex-shrink: 0;
  transition: all 0.3s;
}
.account_main .orders_box .btns .btn_download {
  color: var(--primary);
  border: 1px solid var(--primary);
  background-color: transparent;
  padding: 0 1.75rem;
  line-height: 4rem;
}
.account_main .orders_box .btns .btn_download::before {
  background-image: url("../img/icon-file.svg");
  background-size: 75%;
}
.account_main .orders_box .btns .btn_download:hover {
  background-color: var(--primary);
  color: #fff;
}
.account_main .orders_box .btns .btn_download:hover::before {
  filter: contrast(0) brightness(2);
}
.account_main .orders_box .btns .btn_view {
  color: #fff;
  background-color: var(--primary);
}
.account_main .orders_box .btns .btn_view::before {
  background-image: url("../img/icon-eye.svg");
  filter: contrast(0) brightness(2);
}
.account_main .orders_box .btns .btn_view:hover {
  background-color: var(--title);
}
.account_main .order_box {
  padding-top: 0.9rem;
  max-width: 144.8rem;
  padding-bottom: 2.5rem;
}
.account_main .order_box .order_info {
  background-color: rgba(237, 238, 242, 0.53);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.7rem 2% 2.3rem 2.28%;
  margin-top: 1.6rem;
}
.account_main .order_box .order_info .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 5.1%;
}
.account_main .order_box .order_info .id {
  font-size: 2rem;
  font-weight: 700;
  color: #242424;
}
.account_main .order_box .order_info .date {
  font-size: 1.8rem;
  color: #333333;
}
.account_main .order_box .order_info .num {
  color: #898989;
  width: 100%;
}
.account_main .order_box .order_info .btn_download {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 1.4rem;
  color: #fff;
  background-color: var(--primary);
  line-height: 4.1rem;
  padding: 0 2rem;
  margin-bottom: 2px;
}
.account_main .order_box .order_info .btn_download::before {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-file.svg") no-repeat center right / 75%;
  flex-shrink: 0;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
.account_main .order_box .order_info .btn_download:hover {
  background-color: var(--title);
}
.account_main .order_box .grid {
  display: grid;
  grid-template-columns: 1fr 27.072%;
  align-items: start;
  gap: 4.075%;
  margin-top: 5.2rem;
}
.account_main .order_box .title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #242424;
}
.account_main .order_box .steps {
  margin-top: 9rem;
  --num: 3;
}
.account_main .order_box .steps ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
.account_main .order_box .steps ul::before {
  width: 84%;
  position: absolute;
  left: 50%;
  top: 1.6rem;
  transform: translateX(-50%);
  content: '';
  border-bottom: 2px dashed #cecece;
  z-index: -1;
}
.account_main .order_box .steps ul::after {
  position: absolute;
  width: calc((84% / (var(--num) - 1)) * (var(--step) - 1));
  height: 2px;
  background-color: var(--primary);
  left: calc(15.95% / 2);
  top: 1.6rem;
  content: '';
  z-index: -1;
}
.account_main .order_box .steps li {
  position: relative;
  width: 15.95%;
  flex-shrink: 0;
}
.account_main .order_box .steps li.active i {
  background-color: var(--primary);
  border-color: var(--primary);
}
.account_main .order_box .steps i {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #cecece;
  transition: all 0.3s;
  content: '';
  background: url("../img/gou-w.svg") no-repeat center / 42% #fff;
}
.account_main .order_box .steps .text {
  margin-top: 1.1rem;
  text-align: center;
}
.account_main .order_box .steps .text strong {
  font-size: 2rem;
  font-weight: 700;
  color: #242424;
}
.account_main .order_box .steps .text p {
  color: #898989;
  margin-top: 0.5rem;
}
.account_main .order_box .pd_list {
  margin-top: 6.5rem;
}
.account_main .order_box .pd_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6rem 2.61%;
}
.account_main .order_box .pd_list li {
  border-radius: 5px;
  background-color: rgba(237, 238, 242, 0.53);
  display: grid;
  grid-template-columns: 28.67% 1fr;
  align-items: center;
  gap: 1.4rem;
  padding: 1.9rem 8.5% 1.8rem 1.5rem;
}
.account_main .order_box .pd_list .img {
  --h: 100%;
}
.account_main .order_box .pd_list .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.9rem 2rem;
}
.account_main .order_box .pd_list .info > div:has(strong) {
  width: 100%;
}
.account_main .order_box .pd_list .info strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #242424;
}
.account_main .order_box .pd_list .info p {
  color: #898989;
  margin-top: 1.3rem;
}
.account_main .order_box .pd_list .info .qty {
  font-size: 1.4rem;
  color: #333333;
}
.account_main .order_box .pd_list .info .price {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
}
.account_main .order_box .tip {
  margin-top: 3.7rem;
  border-radius: 0.9rem;
  border: 1px dashed #0c1b54;
  text-align: center;
  font-size: 1.9rem;
  color: var(--primary);
  padding: 2.6rem 2rem 2.4rem;
}
.account_main .order_box .tip strong {
  font-weight: 600;
}
.account_main .order_box .tip a {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s;
  text-decoration-thickness: 1px;
}
.account_main .order_box .tip a:hover {
  text-decoration-color: transparent;
  color: var(--title);
}
.account_main .order_box .msg_form {
  margin-top: 4.1rem;
}
.account_main .order_box .msg_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(237, 238, 242, 0.53);
  border-radius: 5px;
  gap: 2.5rem 0;
  padding: 4.4rem 3.94% 7.1rem 4.44%;
}
.account_main .order_box .msg_form form .title {
  width: 100%;
  margin-bottom: 1.6rem;
}
.account_main .order_box .msg_form form span {
  width: 61.4%;
}
.account_main .order_box .msg_form form span label {
  width: 100%;
  display: grid;
  grid-template-columns: 36.1% 1fr;
  align-items: center;
  gap: 2rem;
}
.account_main .order_box .msg_form form .col-1 {
  width: 100%;
}
.account_main .order_box .msg_form form .label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  width: 100%;
}
.account_main .order_box .msg_form form input,
.account_main .order_box .msg_form form select {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #333333;
  border: 1px solid #bcbcbc;
  background-color: #fff;
  height: 5.1rem;
  padding: 0 2rem;
}
.account_main .order_box .msg_form form select {
  background: url("../img/icon-select.svg") no-repeat center right 2.5rem/0.9rem #fff;
  padding-right: 5rem;
}
.account_main .order_box .msg_form form span:has(input[type=file]) {
  margin-top: 0.6rem;
}
.account_main .order_box .msg_form form input[type=file] {
  display: none;
}
.account_main .order_box .msg_form form input[type=file] ~ .text {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  color: #333333;
  border: 1px solid #bcbcbc;
  background-color: #fff;
  height: 5.1rem;
  padding: 0 2rem;
  width: 70.4%;
  cursor: pointer;
}
.account_main .order_box .msg_form form span:has(input[type=submit]) {
  width: 24.2%;
  margin-top: 0.6rem;
}
.account_main .order_box .msg_form form input[type=submit] {
  transition: all 0.3s;
  background-color: var(--primary);
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  font-size: 1.7rem;
  height: 5.2rem;
  font-weight: 500;
}
.account_main .order_box .msg_form form input[type=submit]:hover {
  background-color: var(--title);
}
.account_main .order_box .rt {
  position: sticky;
  top: 15rem;
}
.account_main .order_box .rt .title {
  margin-bottom: 1.7rem;
  padding-left: 2.6rem;
}
.account_main .order_box .rt .info {
  border-radius: 5px;
  border: 1px solid #f7f8f9;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #666666;
  padding: 2.5rem 9.6% 2.3rem;
  margin-bottom: 5.9rem;
}
.account_main .order_box .rt .info .name {
  font-weight: 700;
  color: #161616;
}
.account_main .order_box .rt .info .address {
  margin-top: 0.7rem;
}
.account_main .order_box .rt .price_con {
  border-radius: 5px;
  background-color: rgba(237, 238, 242, 0.53);
  padding: 3.5rem 7.143% 3rem;
}
.account_main .order_box .rt .price_con ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.account_main .order_box .rt .price_con ul li + li {
  margin-top: 1.4rem;
}
.account_main .order_box .rt .price_con ul p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
}
.account_main .order_box .rt .price_con ul p:nth-child(2) {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  color: var(--primary);
}
.account_main .order_box .rt .price_con .total {
  border-top: 1px dashed #cecece;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4.2rem;
  padding-top: 2rem;
}
.account_main .order_box .rt .price_con .total p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
}
.account_main .order_box .rt .price_con .total .amount {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--primary);
  font-family: 'DM Sans', sans-serif;
}
.empty-content{
  text-align: center;
}
.empty-content img{
  max-width: 500px;
} 
.order_review p.title{
  margin-bottom: 2rem;
}
.order_review form{
  margin-bottom: 2rem;
}
.order_review form .flex label strong{
  font-size: 18px;
}
.order_review .right_order_info .default-block {
  margin-bottom: 1.5rem;
} 
.order_review .right_order_info .default-block .order-info{
  margin: 1rem 0;
}
.order_review .right_order_info .default-block a .flex{
  align-items: center;
}
.order_review .left_order_info{
  display: none;
}

.order_review .right_order_info{
  margin-top: 2rem;
}
.order_review form > .flex{
  margin-top: 2rem;
}
.order_review form > .flex input[type='submit']{
  font-family: 'Lora', serif;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 0 2rem;
  min-width: 18rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.order_review form > .flex > .flex{
  flex-direction: column;
  gap: .5rem;
}
.order_review .right_order_info .default-block.gray{ 
  background-color: #efefef;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.order_review .right_order_info .default-block p.attachment {
  margin-top: 1rem; 
}


.coupon-table table{
  width: 100%;
  border-collapse: collapse;
}
.coupon-table table th{
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 17px;
  font-weight: 600;
}
.coupon-table table td{
  border: 1px solid #ccc;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 1rem;
}
.order_review form> div >p{
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .account_main .orders_box .sip {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .account_main {
    padding: 30px 0 50px;
  }
  .account_main .content > .flex {
    gap: 30px;
  }
  .account_main .tabbar {
    padding-top: 0;
    position: static;
    width: 100%;
  }
  .account_main .tabbar ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr));
    gap: 16px 20px;
  }
  .account_main .tabbar li + li {
    margin-top: 0;
  }
  .account_main .tabbar .nav_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    align-items: center;
    font-size: 14px;
    gap: 12px;
    padding: 14px 10px;
  }
  .account_main .tabbar .nav_item img {
    width: 30px;
    height: 30px;
  }
  .account_main .flex {
    width: 100%;
  }
  .account_main .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .account_main .breadcrumbs span {
    font-size: 14px;
  }
  .account_main .breadcrumbs span span::before {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
  .account_main .acc_form form .title {
    font-size: 18px;
    padding: 20px;
  }
  .account_main .acc_form form .form_main {
    gap: 16px;
    padding: 20px 0;
    margin: 0 20px;
  }
  .account_main .acc_form form span label {
    gap: 16px;
  }
  .account_main .acc_form form .label {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .account_main .acc_form form input {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .account_main .acc_form form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .account_main .acc_form form input[type=submit] {
    min-width: 120px;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
  }
  .account_main .profile_box {
    padding-top: 0;
    max-width: unset;
  }
  .account_main .profile_box > div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .account_main .address_box {
    max-width: unset;
    padding: 0;
  }
  .account_main .address_box > div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .account_main .address_box .acc_form.active form .title {
    font-size: 18px;
    padding: 20px;
  }
  .account_main .address_box .acc_form form .title {
    font-size: 18px;
    padding: 20px;
    grid-template-columns: 1fr 12px;
    gap: 16px;
  }
  .account_main .address_box .acc_form form .form_main {
    padding: 20px 0;
    margin: 0 20px;
  }
  .account_main .address_box .acc_form form input {
    height: 46px;
  }
  .account_main .address_box .acc_form form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .account_main .address_box .acc_form form input[type=submit] {
    height: 40px;
    min-width: 120px;
  }
  .account_main .orders_box {
    max-width: unset;
    padding: 0;
  }
  .account_main .orders_box .order_list {
    margin-top: 20px;
  }
  .account_main .orders_box li + li {
    margin-top: 10px;
  }
  .account_main .orders_box li {
    padding: 20px;
    font-size: 14px;
    grid-template-columns: repeat(4, 1fr);
  }
  .account_main .orders_box .sip {
    font-size: 14px;
    padding: 5px 10px;
  }
  .account_main .orders_box .amount {
    font-size: 16px;
  }
  .account_main .orders_box .btns {
    gap: 10px;
    grid-column: span 4;
  }
  .account_main .orders_box .btns a {
    font-size: 14px;
    gap: 8px;
    line-height: 40px;
    padding: 0 12px;
  }
  .account_main .orders_box .btns a::before {
    width: 14px;
    height: 14px;
    background-position: center;
  }
  .account_main .orders_box .btns .btn_download {
    padding: 0 12px;
    line-height: 40px;
  }
  .account_main .orders_box .btns .btn_download::before {
    background-size: contain;
  }
  .account_main .order_box {
    padding: 0;
    max-width: unset;
  }
  .account_main .order_box .order_info {
    padding: 20px;
    margin-top: 20px;
  }
  .account_main .order_box .order_info .info {
    gap: 14px;
  }
  .account_main .order_box .order_info .id {
    font-size: 16px;
  }
  .account_main .order_box .order_info .date {
    font-size: 14px;
  }
  .account_main .order_box .order_info .btn_download {
    font-size: 14px;
    gap: 8px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .account_main .order_box .order_info .btn_download::before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .account_main .order_box .grid {
    display: block;
    margin-top: 30px;
  }
  .account_main .order_box .title {
    font-size: 18px;
  }
  .account_main .order_box .steps {
    margin-top: 20px;
  }
  .account_main .order_box .steps ul::before {
    width: 76%;
    top: 15px;
  }
  .account_main .order_box .steps ul::after {
    left: 12%;
    width: calc((76% / (var(--num) - 1)) * (var(--step) - 1));
    top: 15px;
  }
  .account_main .order_box .steps li {
    width: 24%;
  }
  .account_main .order_box .steps i {
    width: 30px;
    height: 30px;
  }
  .account_main .order_box .steps .text {
    margin-top: 10px;
  }
  .account_main .order_box .steps .text strong {
    font-size: 16px;
  }
  .account_main .order_box .steps .text p {
    margin-top: 2px;
  }
  .account_main .order_box .pd_list {
    margin-top: 30px;
  }
  .account_main .order_box .pd_list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 16px;
  }
  .account_main .order_box .pd_list li {
    padding: 20px;
    gap: 16px;
  }
  .account_main .order_box .pd_list .info {
    gap: 14px;
  }
  .account_main .order_box .pd_list .info strong {
    font-size: 16px;
  }
  .account_main .order_box .pd_list .info p {
    margin-top: 10px;
  }
  .account_main .order_box .pd_list .info .qty {
    font-size: 13px;
  }
  .account_main .order_box .pd_list .info .price {
    font-size: 16px;
  }
  .account_main .order_box .tip {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
    margin-top: 30px;
  }
  .account_main .order_box .msg_form {
    margin-top: 30px;
  }
  .account_main .order_box .msg_form form {
    gap: 16px;
    padding: 20px;
  }
  .account_main .order_box .msg_form form span {
    width: 100%;
  }
  .account_main .order_box .msg_form form span label {
    gap: 16px;
  }
  .account_main .order_box .msg_form form .title {
    margin-bottom: 10px;
  }
  .account_main .order_box .msg_form form .label {
    font-size: 14px;
  }
  .account_main .order_box .msg_form form input,
  .account_main .order_box .msg_form form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .account_main .order_box .msg_form form select {
    background-size: 8px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .account_main .order_box .msg_form form span:has(input[type=file]) {
    margin-top: 0;
  }
  .account_main .order_box .msg_form form input[type=file] ~ .text {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
    width: 100%;
  }
  .account_main .order_box .msg_form form span:has(input[type=submit]) {
    width: 100%;
    margin-top: 10px;
  }
  .account_main .order_box .msg_form form input[type=submit] {
    width: auto;
    font-size: 14px;
    height: 40px;
    min-width: 120px;
    padding: 0 20px;
    margin-left: auto;
  }
  .account_main .order_box .rt {
    position: static;
    margin-top: 30px;
  }
  .account_main .order_box .rt .title {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .account_main .order_box .rt .info {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .account_main .order_box .rt .info .address {
    margin-top: 5px;
  }
  .account_main .order_box .rt .price_con {
    padding: 20px;
  }
  .account_main .order_box .rt .price_con ul li + li {
    margin-top: 10px;
  }
  .account_main .order_box .rt .price_con ul li {
    gap: 14px;
  }
  .account_main .order_box .rt .price_con ul p {
    font-size: 14px;
  }
  .account_main .order_box .rt .price_con .total {
    margin-top: 14px;
    padding-top: 14px;
    gap: 14px;
  }
  .account_main .order_box .rt .price_con .total p {
    font-size: 14px;
  }
  .account_main .order_box .rt .price_con .total .amount {
    font-size: 20px;
  }
  .section_product {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .account_main .orders_box li {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .account_main .orders_box .sip {
    margin-left: auto;
  }
  .account_main .orders_box .amount {
    margin-left: auto;
  }
  .account_main .orders_box .btns {
    grid-column: span 2;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 10px;
  }
  .account_main .orders_box .btns a {
    font-size: 12px;
  }
  .account_main .order_box .order_info {
    display: block;
  }
  .account_main .order_box .order_info .btn_download {
    margin-top: 10px;
  }
  .account_main .order_box .order_info .date {
    margin-left: auto;
  }
}
/*# sourceMappingURL=account.css.map */