@import url(https://fonts.googleapis.com/css?family=Nunito);html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: #e6e6e6;
  font-weight: bold;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}

.main {
  position: relative;
  width: 1024px;
  height: 600px;
  z-index: 1;
}

.main-layer {
  position: absolute;
  width: 1024px;
  height: 600px;
  top: 0;
  opacity: 0.1;
  background-color: white;
  filter: alpha(opacity=0.1);
  z-index: 2;
}

.main .header {
  width: 100%;
  height: 89px;
}

.main .header #button-back {
  cursor: pointer;
}

.main .header #button-finish {
  cursor: pointer;
  margin-right: 0;
}

.main .content {
  position: relative;
  margin: 25px 0 0 48px;
}

.main .content--top, .main .content--sub-category {
  margin: 30px 0 0 48px;
}

.center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.center-vh {
  margin-left: auto;
  margin-right: auto;
}

.container {
  position: relative;
  height: 100%;
  float: left;
}

.d-none {
  display: none;
}

.pagination {
  position: absolute;
  top: 0;
  right: 36px;
}

.pagination .pagination__background {
  width: 65px;
  height: 389px;
}

.pagination .pagination__component {
  position: absolute;
  float: right;
  height: 100%;
}

.pagination .pagination__component-back {
  cursor: pointer;
}

.pagination .pagination__component-back img {
  height: auto;
  width: 60px;
  border-color: transparent;
}

.pagination .pagination__component-next {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.pagination .pagination__component-next img {
  height: auto;
  text-align: center;
  width: 60px;
  border-color: transparent;
}

.pagination .pagination__component-middle {
  font-size: 30px;
  text-align: center;
  margin: 70px 10px;
}

.pagination .pagination__component-middle img {
  height: 27px;
  width: 25px;
}

.pagination.short .pagination__background {
  height: 300px;
}

.pagination.short .pagination__component-middle {
  margin: 30px 15px;
}

.pagination.middle .pagination__background {
  height: 335px;
}

.pagination.middle .pagination__component-middle {
  margin: 50px 15px;
}

.pagination.long .pagination__background {
  height: 419px;
}

.pagination.long .pagination__component-middle {
  margin: 90px 15px;
}

.border-radius {
  position: absolute;
  top: -8px;
  width: 100%;
}

.border-radius-left {
  position: relative;
  float: left;
  left: -8px;
}

.border-radius-right {
  position: relative;
  float: right;
  right: -8px;
}

.footer__component {
  position: absolute;
  background-color: #cc3333;
  height: 42px;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: white;
}

.footer__component-container {
  width: 438px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 14px;
}

.footer__component img {
  float: left;
  margin-right: 8px;
  margin-top: -4px;
}

.footer__component-text {
  margin-top: 12px;
  color: #eee;
  font-size: 12px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.popup {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}

.popup-middle {
  position: absolute;
  top: 35%;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}

.popup-background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=0.1);
}

.popup-inner {
  width: 450px;
  padding: 35px 45px 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 2px solid black;
}

.popup-body {
  text-align: center;
  font-size: 21px;
  line-height: 27px;
}

.popup--plain {
  height: 511px;
  bottom: 0;
  top: auto;
}

.popup--plain .popup-middle {
  top: 27%;
}

.popup--plain .popup-inner {
  width: 800px;
  background-color: transparent;
  border: none;
}

.popup--plain .popup-body {
  font-weight: 400;
  font-size: 31px;
  line-height: 37px;
  letter-spacing: 6px;
}

.popup-footer {
  text-align: center;
  margin-top: 25px;
}

.popup-footer button {
  color: white;
  background-color: red;
  width: 95px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
}

.popup-footer button span {
  position: relative;
}

.button-goto-page {
  position: relative;
  width: 280px;
  height: 41px;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: none;
  float: left;
}

.button-goto-page.detail-page {
  margin-left: 32px;
}

.button-goto-page-img {
  position: relative;
  width: 280px;
  height: 41px;
}

.cart-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 95px;
  width: 1024px;
}

.cart-footer.single {
  height: 75px;
}

.cart-footer.single-warning {
  bottom: 42px;
}

.cart-footer-img {
  width: 1024px;
  height: auto;
}

.cart-footer-container {
  position: absolute;
  left: 0;
  top: 18px;
}

.cart-footer-container.cart {
  left: 25px;
}

.cart-footer-container.add_quantity {
  top: 10px;
}

.cart-footer-container-total {
  position: relative;
  float: left;
  margin-right: 25px;
  width: 333px;
}

.cart-footer-container-total-top {
  border-bottom: 3px solid #9e9e9e;
}

.cart-footer-container-total-bottom {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #9e9e9e;
  top: 46px;
}

.cart-footer-container-total__print-fee {
  font-size: 17px;
}

.cart-footer-container-total__price {
  display: inline-block;
  width: 190px;
  font-size: 43px;
  line-height: 43px;
  margin-left: 40px;
}

.cart-footer-container-card {
  position: relative;
  float: left;
  width: 314px;
  height: 64px;
  margin-right: 17px;
}

.cart-footer-container-card img {
  position: absolute;
  width: 314px;
  height: 64px;
}

.cart-footer-container-card button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: alpha(opacity=0.1);
  border: none;
  outline: none;
  cursor: pointer;
}

.cart-footer-container-card label {
  position: absolute;
  font-size: 24px;
  color: white;
  width: 100%;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}

.cart-footer-container-goto_page {
  position: relative;
  float: left;
  margin-top: 15px;
}

.cart-footer-container-goto_page.single {
  margin-top: 0;
  margin-left: 320px;
}

.cart-footer-container-goto_page.double {
  margin-top: 0;
  margin-left: 207px;
}

.cart-footer-container-goto_page span {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.cart-footer-container-add_quantity {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 264px;
}

button {
  border: none;
  outline: none;
}

button:hover {
  border: none;
  outline: none;
}

button:active {
  border: none;
  outline: none;
}

button:focus {
  border: none;
  outline: none;
}

.no-content {
  position: absolute;
  top: 190px;
  margin: auto;
  text-align: center;
  width: 830px;
  font-size: 29px;
}

.main-category {
  display: inline-table;
  margin: 0;
  padding: 36px 0 0 35px;
  box-sizing: border-box;
}

.main-category-categories-item {
  position: relative;
  height: 410px;
  float: left;
  margin-right: 32px;
  cursor: pointer;
}

.main-category-categories-item__container {
  position: absolute;
  height: 395px;
  width: 254px;
  top: 0;
  overflow: hidden;
}

.main-category-categories-item__image-background {
  width: 254px;
  height: 410px;
}

.main-category-categories-item__image-footer {
  position: absolute;
  width: 254px;
  height: 95px;
  bottom: 9px;
}

.main-category-categories-item__image-category {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.main-category-categories-item__image-content {
  position: absolute;
  width: 224px;
  height: 68px;
  color: white;
  font-size: 18px;
  line-height: 25px;
  bottom: 0;
  text-align: center;
  padding: 15px;
}

.main-category-categories-item__image-content span {
  position: relative;
  top: 15px;
}

.main-category-paginate {
  position: relative;
  left: 15px;
  top: 5px;
}

.header {
  position: relative;
}

.header img {
  width: 100%;
  background: white;
}

.header__container {
  position: absolute;
  width: 100%;
}

.header__container-logo {
  width: 213px;
  margin-left: 10px;
  height: 89px;
  float: left;
}

.header__container-logo img {
  width: 167px;
  height: 51px;
  padding: 15px 15px 15px 5px;
  background-color: transparent;
}

.header__message-display {
  width: 572px;
  float: left;
  text-align: center;
  font-size: 29px;
  margin-top: 28px;
}

.header__message-display--extend-width {
  width: 772px;
}

.header__message-display--pre-payment {
  font-size: 21px;
  line-height: 29px;
}

.header__button {
  position: absolute;
  right: 0;
  margin: 15px 22px 0;
}

.header__button button {
  padding: 0;
  margin-right: 11px;
  color: white;
  border: none;
  background: none;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: bold;
  width: 98px;
  height: 51px;
  outline: none;
}

.header__button button span {
  position: absolute;
  margin: 8px 0 0 28px;
  z-index: 1;
}

.header__button button img {
  position: relative;
  width: 100%;
  height: 100%;
}

.sub-categories {
  display: inline-table;
  padding: 0;
  margin: 34px 0 0 0;
}

.sub-categories-container {
  float: left;
}

.sub-categories-container-item {
  position: relative;
  float: left;
  margin: 0 32px 37px 0;
  cursor: pointer;
  height: 182px;
}

.sub-categories-container-item__background {
  height: 185px;
  width: 254px;
}

.sub-categories-container-item-card {
  position: absolute;
  padding: 20px 25px 29px;
  width: 205px;
  height: 135px;
}

.sub-categories-container-item-card__title {
  position: relative;
  font-size: 21px;
  line-height: 32px;
  color: #000;
  text-align: center;
  white-space: pre;
}

.sub-categories-container-item-card__title.no-break {
  white-space: normal;
}

.sub-categories-container-item-card-footer {
  position: absolute;
  bottom: 25px;
  line-height: 21px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

.sub-categories-container-item-card-footer__amount {
  color: #9e9e9e;
  white-space: nowrap;
}

.sub-categories-container-item-card-footer__sale {
  width: 205px;
  color: #9e9e9e;
  white-space: nowrap;
}

.sub-categories-paginate {
  position: absolute;
  top: 115px;
  left: 750px;
}

.product-list-container {
  float: left;
}

.product-list-container-item {
  position: relative;
  float: left;
  margin: 0 32px 32px 0;
  height: 165px;
  cursor: pointer;
}

.product-list-container-item__wrapper {
  position: absolute;
  width: 400px;
}

.product-list-container-item__bg-image {
  width: 400px;
  height: 167px;
}

.product-list-container-item-image {
  position: relative;
  float: left;
  line-height: 167px;
  width: 181px;
  text-align: center;
}

.product-list-container-item-image img {
  width: auto;
  max-width: 140px;
  max-height: 135px;
  vertical-align: middle;
}

.product-list-container-item-content {
  position: relative;
  float: left;
  width: 201px;
  height: 137px;
  margin: 18px 18px 18px 0;
  font-size: 14px;
}

.product-list-container-item-content__title {
  line-height: 22px;
}

.product-list-container-item-content-footer {
  position: absolute;
  bottom: 0;
  line-height: 21px;
  color: #9e9e9e;
}

.product-list__paginate {
  position: absolute;
  left: 755px;
}

.product-wrapper {
  position: absolute;
}

.product__bg-image {
  width: 930px;
  height: 364px;
}

.product-image {
  width: 420px;
  height: 300px;
  line-height: 300px;
  margin: 33px 45px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.product-image img {
  max-height: 280px;
  height: auto;
  vertical-align: middle;
}

.product__detail {
  float: left;
  margin: 33px 0 0;
}

.product__detail table {
  width: 385px;
  height: 228px;
}

.product__detail table .print__quantity {
  position: relative;
}

.product__detail table .print__quantity-label {
  position: relative;
  width: 40px;
  float: left;
}

.product__detail table .print__quantity-down {
  position: relative;
  cursor: pointer;
  width: 30px;
  float: left;
}

.product__detail table .print__quantity-down img {
  border-color: transparent;
  height: auto;
  width: 30px;
}

.product__detail table .print__quantity-up {
  position: relative;
  cursor: pointer;
  width: 30px;
  float: left;
  margin-left: 5px;
}

.product__detail table .print__quantity-up img {
  border-color: transparent;
  height: auto;
  width: 30px;
}

.product__detail table,
.product__detail td {
  border: 1px solid #c5c3c3;
  border-collapse: collapse;
  padding-left: 18px;
  font-size: 14px;
  line-height: 31px;
  color: #000;
  font-weight: bold;
}

.product__detail table .second-td,
.product__detail td .second-td {
  width: 200px;
  max-width: 200px;
}

.product__detail table.add-quantity td {
  line-height: 39px;
}

.product__detail-button {
  position: relative;
  float: left;
  width: 257.76px;
  height: 52px;
  margin: 20px;
  left: 50px;
}

.product__detail-button.add_quantity {
  margin: 0;
  left: 0;
}

.product__detail-button.add_quantity form {
  margin: 0;
}

.product__detail-button.add_quantity label {
  margin-left: 112px;
}

.product__detail-button img {
  position: absolute;
  height: 53px;
  width: 260px;
}

.product__detail-button label {
  position: absolute;
  font-size: 24px;
  color: #eee;
  margin-left: 60px;
  bottom: 13px;
  cursor: pointer;
}

.product__detail-button button {
  position: absolute;
  width: 259px;
  height: 53px;
  background-color: white;
  filter: alpha(opacity=0.1);
  border: none;
  outline: none;
  cursor: pointer;
}

.cart-container {
  float: left;
}

.cart-container-item {
  float: left;
  margin: 0 25px 25px 0;
  width: 398px;
  height: 152px;
}

.cart-container-item__bg-image {
  width: 398px;
  height: 152px;
}

.cart-container-item-content {
  position: absolute;
  width: 355px;
  height: 125px;
  padding: 16px 19px 12px;
}

.cart-container-item-content-body {
  float: left;
  width: 235px;
  height: 75px;
}

.cart-container-item-content-body__title {
  font-size: 12px;
}

.cart-container-item-content-body__size-price {
  position: absolute;
  margin-top: 10px;
  font-size: 12px;
  color: #9e9e9e;
}

.cart-container-item-content__image {
  width: 103px;
  height: 74px;
  float: left;
  line-height: 75px;
  text-align: center;
  margin-right: 15px;
}

.cart-container-item-content__image img {
  max-height: 74px;
  max-width: 103px;
  vertical-align: middle;
}

.cart-container-item-content-footer {
  position: absolute;
  width: 365px;
  height: 38px;
  left: 15px;
  bottom: 10px;
}

.cart-container-item-content-footer__left {
  height: 30px;
  margin-right: 10px;
}

.cart-container-item-content-footer__right {
  height: 30px;
}

.cart-container-item-content-footer-button {
  position: absolute;
  width: auto;
  height: 100%;
  left: 25px;
}

.cart-container-item-content-footer-button img {
  position: absolute;
  width: 150px;
  height: 35px;
}

.cart-container-item-content-footer-button-left {
  width: 150px;
  height: 36px;
  float: left;
  left: 30px;
  margin-right: 15px;
}

.cart-container-item-content-footer-button-left form {
  width: 100%;
  height: 100%;
  float: left;
}

.cart-container-item-content-footer-button-left form label {
  margin-left: 25px;
  cursor: pointer;
}

.cart-container-item-content-footer-button-right {
  float: left;
  width: 150px;
  height: 36px;
}

.cart-container-item-content-footer-button-right label {
  margin-left: 65px;
  cursor: pointer;
}

.cart-container-item-content-footer-button-right form {
  width: 100%;
  height: 100%;
  float: left;
}

.cart-container-item-content-footer-button button {
  position: absolute;
  width: 150px;
  height: 35px;
  background-color: white;
  filter: alpha(opacity=0.1);
  border: none;
  outline: none;
  cursor: pointer;
}

.cart-container-item-content-footer-button label {
  position: absolute;
  color: #eee;
  top: 10px;
  font-size: 14px;
}

.cart-container-item-content-footer-button a {
  height: 30px;
  line-height: 30px;
  float: left;
  text-decoration: none;
}

.lottery_container {
  float: left;
}

.lottery_container-content {
  position: relative;
  float: left;
}

.lottery_container-content__message {
  font-size: 12px;
  line-height: 20px;
}

.lottery_container-content__list {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 30px;
}

.lottery_container-content__list--ticket {
  margin-top: 45px;
}

.lottery_container-content__list-item {
  margin-right: 27px;
}

.lottery_container-content__list-item .bg-image {
  width: 145px;
  height: 228px;
  float: left;
}

.lottery_container-content__list-item-card {
  float: left;
}

.lottery_container-content__list-item-card__image {
  position: absolute;
  width: 120px;
  height: 137px;
  padding: 12px;
  text-align: center;
}

.lottery_container-content__list-item-card__image img {
  max-width: 120px;
  max-height: 164px;
  height: auto;
}

.lottery_container-content__list-item-card__text {
  position: absolute;
  width: 120px;
  height: 30px;
  top: 175px;
  line-height: 30px;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

.lottery_container .product-wrapper {
  position: absolute;
}

.lottery_container .product__bg-image {
  width: 930px;
  height: 364px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.lottery_container .product-image {
  width: 420px;
  height: 300px;
  line-height: 300px;
  margin: 33px 45px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.lottery_container .product-image img {
  max-height: 300px;
  height: auto;
  vertical-align: middle;
}

.lottery_container .product__detail {
  float: left;
  margin: 33px 0 0;
}

.lottery_container .product__detail table {
  width: 385px;
  height: 228px;
}

.lottery_container .product__detail table,
.lottery_container .product__detail td {
  border: 1px solid #c5c3c3;
  border-collapse: collapse;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  line-height: 37px;
  color: #000;
  font-weight: bold;
}

.lottery_container .product__detail table._1st_column,
.lottery_container .product__detail td._1st_column {
  width: 110px;
}

.lottery_container .product__detail-button {
  position: relative;
  float: left;
  width: 257.76px;
  height: 52px;
  margin: 20px;
  left: 50px;
}

.lottery_container .product__detail-button img {
  position: absolute;
  height: 53px;
  width: 260px;
}

.lottery_container .product__detail-button label {
  position: absolute;
  font-size: 24px;
  color: #eee;
  margin-left: 60px;
  bottom: 13px;
  cursor: pointer;
}

.lottery_container .product__detail-button button {
  position: absolute;
  width: 259px;
  height: 53px;
  background-color: white;
  filter: alpha(opacity=0.1);
  border: none;
  outline: none;
  cursor: pointer;
}

.lottery-warning {
  position: absolute;
  bottom: 95px;
  left: 0;
  background-color: #cc3333;
  height: 35px;
  width: 100%;
}

.lottery-warning__container {
  width: 385px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
}

.lottery-warning img {
  float: left;
  margin-right: 8px;
  margin-top: -4px;
}

.lottery-warning-text {
  color: white;
  font-size: 12px;
}

.selected_container {
  float: left;
}

.selected_container-content {
  position: relative;
  float: left;
}

.selected_container-content__message {
  font-size: 12px;
  line-height: 20px;
}

.selected_container-content__list {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 30px;
}

.selected_container-content__list-item {
  position: relative;
  margin: 0 31px 31px 0;
  width: 287px;
  height: 130px;
  float: left;
  cursor: pointer;
}

.selected_container-content__list-item.selected {
  color: #E02A2F;
}

.selected_container-content__list-item .bg-image {
  width: 287px;
  height: 130px;
  z-index: 0;
}

.selected_container-content__list-item-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 130px;
  text-align: center;
  z-index: 1;
}

.selected_container-content__list-item-card__text {
  display: inline-block;
  vertical-align: bottom;
  line-height: 63px;
  margin-top: 10%;
}

.selected_container-content__list-item-card__text-heading {
  display: inline-block;
  font-size: 61px;
  font-weight: bold;
}

.selected_container-content__list-item-card__text-label {
  font-size: 36px;
  line-height: 63px;
}

.pre-payment {
  display: inline-table;
  padding: 0;
  margin: 0 0 0 82px;
  float: left;
  width: 780px;
}

.pre-payment .left-1-button {
  margin-left: 78px;
}

.pre-payment--header {
  position: relative;
  height: 70px;
  width: 100%;
  margin-bottom: 23px;
}

.pre-payment--header-left {
  position: relative;
  height: 70px;
  width: 100%;
  float: left;
}

.pre-payment--header-left--text {
  position: relative;
  width: 240px;
  height: 70px;
  display: inline-block;
  float: left;
  text-align: center;
}

.pre-payment--header-left--text--header {
  line-height: 38px;
  font-size: 29px;
  margin-top: 7px;
}

.pre-payment--header-left--text--note {
  line-height: 19px;
  font-size: 14px;
}

.pre-payment--header-left--input {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 488px;
  float: left;
}

.pre-payment--header-left--input .mask-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.1;
  filter: alpha(opacity=0.1);
  z-index: 3;
}

.pre-payment--header-left--input--pin {
  position: relative;
  height: 70px;
  width: 100%;
  line-height: 70px;
  color: #333;
  text-align: center;
  font-size: 31px;
  letter-spacing: 1.2px;
  background-color: transparent;
  border: none;
  z-index: 2;
}

.pre-payment--header-left--input img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.pre-payment--body {
  position: relative;
  width: 780px;
  padding-bottom: 12px;
  color: #fff;
}

.pre-payment--body-keyboard--alphabet--row {
  position: relative;
  display: block;
  height: 78px;
  width: 100%;
  float: left;
}

.pre-payment--body-keyboard--button {
  position: relative;
  font-weight: bold;
  height: 65px;
  width: 65px;
  cursor: pointer;
  border: none;
  background: none;
  float: left;
  margin: 0 13px 13px 0;
}

.pre-payment--body-keyboard--button--img {
  position: relative;
  height: 65px;
  width: 65px;
}

.pre-payment--footer {
  position: relative;
  display: block;
  height: 56px;
  width: 100%;
  line-height: 56px;
}

.pre-payment--footer--button {
  position: relative;
  border: none;
  cursor: pointer;
  background: none;
  float: left;
  font-size: 18px;
  color: #fff;
  margin-right: 22px;
}

.pre-payment--footer--button span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.pre-payment--footer--button--clear {
  width: 188px;
  height: 44px;
  line-height: 44px;
  margin-top: 7px;
}

.pre-payment--footer--button--clear img {
  position: relative;
  width: 188px;
  height: 44px;
}

.pre-payment--footer--button--delete {
  width: 188px;
  height: 44px;
  line-height: 44px;
  margin-top: 7px;
}

.pre-payment--footer--button--delete img {
  position: relative;
  width: 188px;
  height: 44px;
}

.pre-payment--footer--button--confirm {
  width: 195px;
  height: 56px;
  line-height: 56px;
  font-size: 23px;
}

.pre-payment--footer--button--confirm img {
  position: relative;
  width: 195px;
  height: 56px;
}