.header {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  height: 58px;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1041;
}
.header .header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 58px;
  background-color: #eb430e;
}
.header .header-logo .header-logo-img {
  height: 32px;
  cursor: pointer;
}
.header .header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  cursor: pointer;
}
.header .header-menu .header-menu-img {
  height: 44px;
  padding: 6px;
}
.header .header-menu .header-menu-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.lay-sticky {
  padding-top: 58px;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 24px 16px 0;
  background-color: #efefef;
}
.footer .footer-logo-img {
  height: 40px;
}
.footer .footer-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.footer .footer-btns .footer-btn-img {
  height: 32px;
}
.footer .footer-ads {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.footer .footer-ads .footer-ad-img {
  height: 38px;
}
.footer .footer-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 8px;
}
.footer .footer-qr .footer-qr-img {
  width: 120px;
  height: 120px;
}
.footer .footer-copyright {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  color: #9C9C9C;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding: 16px 0;
  border-top: 1px solid #9C9C9C;
}
.footer .footer-copyright .trustpilot-widget {
  width: 100%;
  margin-bottom: 8px;
}
.footer .footer-copyright span {
  text-align: center;
}
.footer .footer-copyright a {
  color: #9C9C9C;
  text-decoration: none;
}
.footer .footer-copyright a:hover {
  text-decoration: underline;
}
.footer-whatsapp {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 16px;
  bottom: 100px;
  z-index: 99;
}
.lay-container {
  padding: 0 16px;
}
.lay-header-information {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  align-self: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: 16px;
}
.lay-header-information .lay-header-information-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-panel .modal-dialog {
  width: calc(100vw - 32px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  background-color: #FFFFFF;
  border: 0 solid transparent;
  padding: 16px;
}
.modal.modal-panel .modal-dialog .modal-icon {
  align-self: center;
  width: 64px;
  height: 64px;
}
.modal.modal-panel .modal-dialog .modal-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.modal.modal-panel .modal-dialog .modal-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-panel .modal-dialog .modal-btns .modal-btn {
  flex: 1;
}
.modal.modal-panel .modal-dialog .modal-btns .modal-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-panel .modal-dialog .modal-btns .modal-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal-goods {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  background-color: #F7F7F7;
}
.modal-goods .modal-goods-img {
  width: 97px;
  height: 97px;
}
.modal-goods .modal-goods-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}
.modal-goods .modal-goods-info .modal-goods-title {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modal-goods .modal-goods-info .modal-goods-type {
  color: #575757;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.modal-goods .modal-goods-info .modal-goods-tag {
  color: #1E1E1E;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
}
.modal-goods .modal-goods-info .modal-goods-price-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-price {
  color: #EB430E;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-price span {
  color: #575757;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-btn {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 54px;
  height: 24px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
}
.modal-goods-qr {
  width: 100%;
}
.lay-form {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form .lay-form-item.inline {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-item.inline .lay-form-item-label {
  min-width: 40px;
  line-height: 34px;
}
.lay-form .lay-form-item .lay-form-item-label {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-label span {
  width: 8px;
  color: #8B1C29;
  display: inline-block;
}
.lay-form .lay-form-item .lay-form-item-control {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span .lay-form-item-control-span-notice {
  cursor: pointer;
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 16px;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-div {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 8px;
}
.lay-form .lay-form-verify-fail {
  border-color: #8B1C29;
}
.lay-form-chooses {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form-choose {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form-choose .lay-form-choose-name {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
input.lay-form-choose-control {
  display: none;
}
label.lay-form-choose-control {
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin: 0;
  position: relative;
}
label.lay-form-choose-control::before {
  content: "";
  display: block;
  width: calc(20px - 4px);
  height: calc(20px - 4px);
  background-color: #8B1C29;
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
}
label.lay-form-choose-control.radio {
  border-radius: 50%;
}
label.lay-form-choose-control.radio::before {
  border-radius: 50%;
}
input.lay-form-choose-control:checked + label.lay-form-choose-control::before {
  opacity: 1;
  transition: all 0.3s;
}
.lay-form-upload {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form-upload .lay-form-upload-control .lay-form-upload-control-icon {
  width: 72px;
  height: 72px;
}
.lay-form-upload .lay-form-upload-images {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image {
  position: relative;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image .lay-form-upload-image-content {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image .lay-form-upload-image-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  right: -7px;
}
input.lay-form-upload-control {
  display: none;
}
label.lay-form-upload-control {
  cursor: pointer;
  margin-bottom: 0;
}
.pages .pagination {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.pages .pagination li span,
.pages .pagination li a {
  width: 34px;
  height: 34px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .pagination li.active span {
  color: #FFFFFF;
  background-color: #ED751C;
}
#modal-menu .modal-dialog {
  width: 70vw;
  height: 100vh;
  padding: 32px 0;
  bottom: 0;
  margin: 0;
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
}
#modal-menu .modal-dialog .lay-header-navs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
#modal-menu .modal-dialog .lay-header-navs .lay-header-nav.active {
  background-color: #575757;
}
#modal-menu .modal-dialog .lay-header-navs .lay-header-nav.active a {
  color: #FFFFFF;
}
#modal-menu .modal-dialog .lay-header-navs .lay-header-nav a {
  padding: 0 32px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  display: block;
  text-decoration: none;
}
.index-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 24px 16px;
}
.index-form .index-form-title {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
}
.index-form .index-form-info {
  color: #575757;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.index-form .index-form-info span {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.index-form .index-form-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.index-form .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}
.index-form input,
.index-form textarea,
.index-form select {
  border-color: #ececec;
  border-radius: 0;
}
.index-form .index-form-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 200px;
  height: 42px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #FD8A31;
  border: 0 solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  align-self: center;
}
.form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.form-btns .form-btn {
  flex: 1;
}
.form-btns .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.form-btns .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.modal .title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.hidden {
  display: none;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-login .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: calc(100vw - 32px);
  height: auto;
  padding: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
  max-width: 480px;
  position: relative;
  margin: 50px auto !important;
}
.modal.modal-login .modal-dialog .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal.modal-login .modal-dialog .title .title-text {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.modal.modal-login .modal-dialog .title-sec {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal.modal-login .modal-dialog .title-thr {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.modal.modal-login .modal-dialog .form-controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-login .modal-dialog .form-controls .form-control-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.modal.modal-login .modal-dialog .form-controls .form-control-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.modal.modal-login .modal-dialog .form-controls .form-control-outer .zonecode {
  flex-shrink: 0;
  width: 100px;
}
.modal.modal-login .modal-dialog .form-controls .form-control-outer .form-control.login {
  flex: 1;
}
.modal.modal-login .modal-dialog .form-controls .form-control-outer .form-control-btn {
  cursor: pointer;
  flex-shrink: 0;
  padding: 0 16px;
  height: 34px;
  line-height: 34px;
  background-color: #ED751C;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  white-space: nowrap;
}
.modal.modal-login .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 8px;
}
.modal.modal-login .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-login .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-login .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.lay-header-lang-icon,
.lay-header-lang-dropdown {
  display: none;
}
.modal-goods {
  width: auto;
  height: auto;
  padding: 16px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border: 0 solid transparent;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal-goods .modal-goods-img {
  width: 97px;
  height: 97px;
}
.modal-goods .modal-goods-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.modal-goods .modal-goods-info .modal-goods-title {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modal-goods .modal-goods-info .modal-goods-type {
  color: #575757;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.modal-goods .modal-goods-info .modal-goods-tag {
  color: #1E1E1E;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
}
.modal-goods .modal-goods-info .modal-goods-price-block {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-price {
  color: #EB430E;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-price span {
  color: #575757;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-btn {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 54px;
  height: 24px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-buy .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 640px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-buy .modal-dialog .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal.modal-buy .modal-dialog .title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.modal.modal-buy .modal-dialog .title-sec {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal.modal-buy .modal-dialog .title-thr {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.modal.modal-buy .modal-dialog .roommate-count {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-buy .modal-dialog .roommate-count span {
  color: #ED751C;
}
.modal.modal-buy .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-buy .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-buy .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-buy .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-success .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 480px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-success .modal-dialog .roommate-enter-success-icon {
  width: 166px;
  height: 128px;
}
.modal.modal-success .modal-dialog .roommate-enter-success-notice {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-success .modal-dialog .roommate-enter-success-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
