.page-dealer {
  padding-top: 0;
  font-size: 15px;
}
.page-dealer .h2 {
  margin-bottom: 30px;
}
.page-dealer__nav {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.page-dealer-container {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 30px 5vw;
  align-items: flex-start;
}
.page-dealer-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.page-dealer .search {
  margin-bottom: 30px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 999px) {
  .page-dealer-container {
    grid-template-columns: 1fr;
  }
}

.dealer-product-thumbs {
  margin-bottom: 56px;
}
.dealer-product-thumbs .swiper-slide {
  width: auto;
  padding: 1px 0;
}
.dealer-product-thumbs .swiper-slide span {
  padding: 9px 24px;
  border-radius: 50px;
  border: 1px solid #000;
  transition: color .2s ease-in-out, background .2s ease-in-out;
  cursor: pointer;
  display: block;
}
.dealer-product-thumbs .swiper-slide-thumb-active span {
  background: #000;
  color: #fff;
}
.dealer-product-gallery {
  height: 100%;
}
.dealer-product-gallery .swiper.swiper-initialized {
  overflow: initial;
}
.dealer-product-gallery .swiper-slide {
  transition: opacity .2s ease-in-out;
}
.dealer-product-gallery .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.dealer-table-select {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.dealer-table-select + .dealer-table-select {
  margin-top: 40px;
}
.dealer-table-select__header > span {
  font-size: 24px;
}
.dealer-table-select__header .custom-select__selected {
  font-size: 24px;
}
.dealer-table-select__body {
  position: relative;
  flex-grow: 1;
}
.dealer-table-select__body .table:not(.isShow) {
  display: none;
}
.dealer-table-select .table {
  width: 100%;
}
.dealer-table-select .table thead tr {
  background: #fff;
  position: sticky;
  top: 90px;
  z-index: 3;
}
.dealer-table-select .table th {
  font-weight: 500;
}
.dealer-table-select .table th i {
  font-style: normal;
}
.dealer-table-select .table th span {
  display: none;
}
.dealer-table-select .table th, .dealer-table-select .table td {
  padding: 10px;
  text-align: center;
}
.dealer-table-select .table th:first-child, .dealer-table-select .table td:first-child {
  padding-left: 0;
  text-align: left;
}
.dealer-table-select .table th:last-child, .dealer-table-select .table td:last-child {
  padding-right: 0;
}
.dealer-table-select .table th:not(:first-child), .dealer-table-select .table td:not(:first-child) {
  white-space: nowrap;
}
.dealer-table-select .table tbody tr {
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 767px) {
  .dealer-table-select {
    gap: 15px;
  }
  .dealer-table-select .table th i {
    display: none;
  }
  .dealer-table-select .table th span {
    display: block;
  }
  .dealer-table-select .table th:nth-child(3), .dealer-table-select .table th:nth-child(5), .dealer-table-select .table td:nth-child(3), .dealer-table-select .table td:nth-child(5) {
    display: none;
  }
}

.dealer-total {
  position: sticky;
  top: 100px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding: 38px 30px;
  background: #F7F7F7;
}
.dealer-total__header {
  margin-bottom: 10px;
  font-size: 20px;
  color: #231F20;
}
.dealer-total__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dealer-total__body:not(:empty) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}
.dealer-total__body-row {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 5px;
}
.dealer-total__body-row__remove {
  position: absolute;
  top: 1px;
  right: 0;
  width: 14px;
  height: 14px;
  color: #C4C4C4;
  transition: color .2s ease-in-out;
  cursor: pointer;
}
.dealer-total__body-row__remove .icon-svg {
  width: 100%;
  height: 100%;
}
.dealer-total__body-row__remove:hover {
  color: #fe693a;
}
.dealer-total__body-row__remove + .dealer-total__body-row__up {
  width: calc(100% - 30px);
}
.dealer-total__body-row__up {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.dealer-total__body-row__name {
  color: #5C5C5C;
}
.dealer-total__body-row__price {
  white-space: nowrap;
  font-weight: 500;
}
.dealer-total__footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dealer-total__footer-content {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dealer-total__footer-total, .dealer-total__footer-total-amount, .dealer-total__footer-total-other {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dealer-total__footer-total span, .dealer-total__footer-total-amount span, .dealer-total__footer-total-other span {
  color: #5C5C5C;
}
.dealer-total__footer-total i, .dealer-total__footer-total-amount i, .dealer-total__footer-total-other i {
  font-style: normal;
}
.dealer-total__footer-total b, .dealer-total__footer-total-amount b, .dealer-total__footer-total-other b {
  font-weight: 300;
}
.dealer-total__footer-total-amount b {
  font-size: 18px;
}
.dealer-total__footer-total b {
  font-size: 24px;
}
.dealer-total__footer .button {
  width: 100%;
}

.dealer-count {
  display: flex;
  align-items: center;
  gap: 3px;
}
.dealer-count-minus, .dealer-count-plus {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid #C4C4C4;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease-in-out;
  border-radius: 50%;
}
.dealer-count-minus:hover, .dealer-count-plus:hover {
  color: #fe693a;
}
.dealer-count-input {
  width: 25px;
  flex-shrink: 0;
  text-align: center;
  color: #000;
}

.page-dealer-order {
  padding-top: 0;
  font-size: 15px;
}
.page-dealer-order .page-back {
  margin-bottom: 34px;
}
.page-dealer-order__title {
  font-size: 38px;
  margin-bottom: 30px;
}
.page-dealer-order__container {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 30px;
  align-items: flex-start;
}
.page-dealer-order__forms {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.page-dealer-order__forms .js-order-next {
  display: none;
}
.page-dealer-order__form {
  display: flex;
  flex-direction: column;
}
.page-dealer-order__form-label {
  font-size: 24px;
  margin-bottom: 25px;
}
.page-dealer-order__form-radio {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}
.page-dealer-order__form-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-dealer-order__form p {
  margin: 0;
}
.page-dealer-order__form p + p {
  margin-top: 10px;
}
.page-dealer-order .calendar-order {
  max-width: 300px;
}
@media (max-width: 999px) {
  .page-dealer-order__container {
    grid-template-columns: 1fr;
  }
}

#modal-order-success .modal-footer {
  justify-content: center;
}

.page-orders {
  padding-top: 0;
  font-size: 15px;
}
.page-orders .page-back {
  margin-bottom: 34px;
}
.page-orders__title {
  font-size: 38px;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 50px;
}
.page-orders__nav {
  display: flex;
  gap: 35px;
}
.page-orders__nav button {
  cursor: pointer;
  transition: color .2s ease-in-out;
}
.page-orders__nav button:hover {
  color: #fe693a;
}
.page-orders__nav button.active {
  font-weight: 500;
  pointer-events: none;
}
.page-orders__list table {
  width: 100%;
}
.page-orders__list table th {
  font-weight: 500;
}
.page-orders__list table th, .page-orders__list table td {
  text-align: center;
  padding: 20px 10px;
}
.page-orders__list table th:first-child, .page-orders__list table td:first-child {
  padding-left: 0;
  text-align: left;
}
.page-orders__list table th:last-child, .page-orders__list table td:last-child {
  padding-right: 0;
}
.page-orders__list table th:nth-child(6), .page-orders__list table td:nth-child(6) {
  white-space: nowrap;
}
.page-orders__list table th span, .page-orders__list table td span {
  display: none;
}
.page-orders__list table th div, .page-orders__list table td div {
  display: inline-block;
}
.page-orders__list table th b, .page-orders__list table td b {
  font-weight: 300;
}
.page-orders__list table tbody tr {
  border-bottom: 1px solid #EFEFEF;
}
.page-orders__list table.isHide {
  display: none;
}
.page-orders__list .no-found {
  color: #5C5C5C;
  font-size: 38px;
  display: none;
}
@media (max-width: 767px) {
  .page-orders__title {
    font-size: 32px;
    flex-direction: column;
    gap: 30px;
  }
  .page-orders__nav {
    gap: 15px;
    margin-bottom: 10px;
  }
  .page-orders__list table thead {
    display: none;
  }
  .page-orders__list table tr {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .page-orders__list table td {
    padding: 0;
    text-align: left;
  }
  .page-orders__list table td span {
    display: inline-block;
    margin-right: 5px;
  }
  .page-orders__list table td a {
    font-weight: 500;
  }
  .page-orders__list table td b {
    font-weight: 500;
  }
  .page-orders__list table td:nth-child(1) > a {
    display: none;
  }
  .page-orders__list table td:nth-child(2) {
    display: none;
  }
}

.page-dealer-order-detail {
  padding-top: 0;
  font-size: 15px;
}
.page-dealer-order-detail .page-back {
  margin-bottom: 34px;
}
.page-dealer-order-detail__title {
  font-size: 38px;
  margin-bottom: 30px;
}
.page-dealer-order-detail__container {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 30px;
  align-items: flex-start;
}
.page-dealer-order-detail__forms {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.page-dealer-order-detail__forms .js-order-next {
  display: none;
}
.page-dealer-order-detail__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-dealer-order-detail .form-status span {
  color: #5C5C5C;
}
.page-dealer-order-detail .form-text {
  display: flex;
  flex-direction: column;
}
.page-dealer-order-detail .form-text__name {
  color: #5C5C5C;
}
.page-dealer-order-detail .form-text__content p {
  margin: 0;
}
.page-dealer-order-detail__composition {
  display: flex;
  flex-direction: column;
}
.page-dealer-order-detail__composition + .page-dealer-order-detail__composition {
  margin-top: 50px;
}
.page-dealer-order-detail__composition-header {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.page-dealer-order-detail__composition-header span {
  font-size: 20px;
}
.page-dealer-order-detail__composition table {
  width: 100%;
}
.page-dealer-order-detail__composition table th {
  font-weight: 500;
}
.page-dealer-order-detail__composition table th, .page-dealer-order-detail__composition table td {
  text-align: center;
  padding: 10px;
}
.page-dealer-order-detail__composition table th:first-child, .page-dealer-order-detail__composition table td:first-child {
  padding-left: 0;
  text-align: left;
}
.page-dealer-order-detail__composition table th:last-child, .page-dealer-order-detail__composition table td:last-child {
  padding-right: 0;
}
.page-dealer-order-detail__composition table th:not(:first-child), .page-dealer-order-detail__composition table td:not(:first-child) {
  white-space: nowrap;
}
.page-dealer-order-detail__composition table th span, .page-dealer-order-detail__composition table td span {
  display: none;
}
.page-dealer-order-detail__composition table th div, .page-dealer-order-detail__composition table td div {
  display: inline-block;
}
.page-dealer-order-detail__composition table th b, .page-dealer-order-detail__composition table td b {
  font-weight: 300;
}
.page-dealer-order-detail__composition table tbody tr {
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 999px) {
  .page-dealer-order-detail__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page-dealer-order-detail__composition + .page-dealer-order-detail__composition {
    margin-top: 30px;
  }
  .page-dealer-order-detail__composition table thead {
    display: none;
  }
  .page-dealer-order-detail__composition table tr {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .page-dealer-order-detail__composition table td {
    padding: 0;
    text-align: left;
  }
  .page-dealer-order-detail__composition table td span {
    display: inline-block;
    margin-right: 5px;
  }
  .page-dealer-order-detail__composition table td a {
    font-weight: 500;
  }
  .page-dealer-order-detail__composition table td b {
    font-weight: 500;
  }
  .page-dealer-order-detail .dealer-total {
    background: transparent;
    padding: 0;
  }
}

#modal-order-cancel .modal-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  #modal-order-cancel .modal-footer {
    grid-template-columns: 1fr;
  }
}

#modal-order-repeat .modal-body .table {
  font-size: 15px;
}
#modal-order-repeat .modal-footer {
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
#modal-order-repeat .modal-footer .button {
  max-width: initial;
}

/*# sourceMappingURL=dealer.css.map */
