﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
html, body {
  margin: 0px !important;
  padding: 0px !important;
}

body {
  font-family: "Roboto" !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow-x: hidden;
}

/* // old code */
.login-page .header-top h3 {
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
.login-page .input-section {
  margin-top: 40px;
}
.login-page .input-section label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.login-page .input-section .input-email .input-fill input[type=email] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.login-page .input-section .input-password .input-fill input[type=password] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.login-page .input-section .forget-password {
  display: flex;
  justify-content: space-between;
}
.login-page .input-section .forget-password .checkbox label {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-page .input-section .forget-password .checkbox input[type=checkbox] {
  border: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.login-page .input-section .forget-password .forget-password-link a {
  color: #da4453;
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-page .input-section .button-login {
  margin-top: 50px;
}
.login-page .input-section .button-login button {
  border-radius: 30px;
  background-color: #da4453;
  box-shadow: 0px 4px 10px 0px rgba(218, 68, 83, 0.25);
  color: #fff;
  width: 100%;
  border: none;
  text-align: center;
  padding: 13px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-page .input-section .register p {
  color: #6f6f6f;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-page .input-section .register a {
  color: #da4453;
  text-decoration: none;
}

.forget-password-page .header-top h3 {
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 30px;
}
.forget-password-page .header-top h4 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.forget-password-page .header-top h5 {
  color: #6f6f6f;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.forget-password-page .input-section {
  margin-top: 40px;
}
.forget-password-page .input-section .input-email label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.forget-password-page .input-section .input-email .input-fill input[type=email] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.forget-password-page .input-section .button-forget {
  margin-top: 25px;
}
.forget-password-page .input-section .button-forget button {
  border-radius: 30px;
  background-color: #da4453;
  box-shadow: 0px 4px 10px 0px rgba(218, 68, 83, 0.25);
  color: #fff;
  width: 100%;
  border: none;
  text-align: center;
  padding: 13px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register-page .header-top h3 {
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
.register-page .header-top h4 {
  color: #6f6f6f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-page .header-top h4 span {
  color: #da4453;
}
.register-page .input-section {
  margin-top: 20px;
}
.register-page .input-section .input-email label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.register-page .input-section .input-email .input-fill input[type=email] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.register-page .input-section .input-password label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.register-page .input-section .input-password .input-fill input[type=password] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.register-page .input-section .input-confirm-password label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.register-page .input-section .input-confirm-password .input-fill input[type=password] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.register-page .input-section .button-register {
  margin-top: 45px;
}
.register-page .input-section .button-register button {
  border-radius: 30px;
  background-color: #da4453;
  box-shadow: 0px 4px 10px 0px rgba(218, 68, 83, 0.25);
  color: #fff;
  width: 100%;
  border: none;
  text-align: center;
  padding: 13px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-page .input-section .eller {
  display: flex;
  margin-top: 20px;
}
.register-page .input-section .eller hr {
  width: 100%;
}
.register-page .input-section .eller span {
  color: #979797;
  text-align: center;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-page .input-section .social-media .google button {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  border: none;
  background-color: white;
  margin-bottom: 10px;
  padding: 12px 0px;
  font-size: 12px;
}
.register-page .input-section .social-media .facebook button {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  width: 100%;
  border: none;
  padding: 12px 0px;
  font-size: 12px;
}
.register-page .input-section .login-link p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6f6f6f;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-page .input-section .login-link p a {
  color: #da4453;
  text-decoration: none;
}

.support-page {
  margin-top: 20px;
}
.support-page .section-title h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support-page .section-header {
  margin-top: 16px;
}
.support-page .section-header h2 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.support-page .section-header h2 span {
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support-page .section-header p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.support-page .section-button-contact a {
  display: flex;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  color: #000;
}
.support-page .section-button-contact a .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  fill: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  filter: drop-shadow(0px 2px 4px rgba(218, 68, 83, 0.25));
  text-align: center;
}
.support-page .section-button-contact a .icon img {
  margin-top: -4px;
}
.support-page .section-button-contact a .title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3px;
  margin-left: 10px;
}
.support-page .section-ask {
  margin-top: 30px;
}
.support-page .section-ask .title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.support-page .section-ask a {
  text-decoration: none;
  display: flex;
  color: #000;
  justify-content: space-between;
  justify-items: center;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px;
  padding: 14px 14px 10px 14px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.support-page .section-ask a .title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.link-popup-menu {
  text-decoration: none;
}
.link-popup-menu .popup-menu {
  text-align: center !important;
}
.link-popup-menu .popup-menu .container-img-popup-menu {
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
  margin: auto;
}
.link-popup-menu .popup-menu .font-title-popup-menu {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #DA4453;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail-page {
  margin-top: 20px;
}
.product-detail-page .img-detail {
  border-radius: 5px;
  position: relative;
}
.product-detail-page .img-detail .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.product-detail-page .img-detail .icon-fav img {
  cursor: pointer;
}
.product-detail-page .img-child-row {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.product-detail-page .img-child-row .img-child-col {
  border-radius: 5px;
}
.product-detail-page .card-description {
  margin-top: 10px;
  background-color: #fff;
}
.product-detail-page .card-description .title-top {
  display: flex;
  justify-content: space-between;
}
.product-detail-page .card-description .title-top .title-left h1 {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-detail-page .card-description .title-top .title-left h2 {
  color: #da4453;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-detail-page .card-description .title-top .title-right h1 {
  text-align: right;
  color: #808080;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: line-through;
}
.product-detail-page .card-description .title-top .title-right h2 {
  text-align: right;
  color: #da4453;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-detail-page .card-description .title-middle {
  margin-top: 10px;
}
.product-detail-page .card-description .title-middle .title-company h1 {
  color: #1e1e1e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-detail-page .card-description .title-middle .title-company-address {
  margin-top: -5px;
}
.product-detail-page .card-description .title-middle .title-company-address h2 {
  color: #808080;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-detail-page .card-description .title-footer {
  margin-top: 15px;
}
.product-detail-page .card-description .title-footer .title-company h1 {
  color: #1e1e1e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-detail-page .card-description .title-footer .title-company-address {
  margin-top: -5px;
}
.product-detail-page .card-description .title-footer .title-company-address h2 {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-detail-page .card-description .title-footer .row-button {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.product-detail-page .card-description .title-footer .row-button .button-left {
  background-color: #fff;
  border: 2px solid #d34553;
  border-radius: 20px;
  color: #DA4453;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px;
}
.product-detail-page .card-description .title-footer .row-button .button-right {
  background-color: #DA4453;
  border-radius: 20px;
  color: #fff;
  border: none;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px;
}

.coupon-detail-page {
  margin-top: 20px;
}
.coupon-detail-page .img-detail {
  border-radius: 5px;
  position: relative;
}
.coupon-detail-page .img-detail .favorite-icon {
  position: absolute;
  right: 20px;
  top: 15px;
}
.coupon-detail-page .card-description {
  margin-top: 10px;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
}
.coupon-detail-page .card-description .title-top {
  display: flex;
  justify-content: space-between;
}
.coupon-detail-page .card-description .title-top .title-left h1 {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.coupon-detail-page .card-description .title-top .title-left h2 {
  color: #da4453;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-detail-page .card-description .title-top .title-right h1 {
  text-align: right;
  color: #808080;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-detail-page .card-description .title-top .title-right h2 {
  text-align: right;
  color: #da4453;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.coupon-detail-page .card-description .title-middle {
  margin-top: 10px;
}
.coupon-detail-page .card-description .title-middle .title-company h1 {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-detail-page .card-description .title-middle .title-company-address {
  margin-top: -5px;
}
.coupon-detail-page .card-description .title-middle .title-company-address h2 {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-detail-page .card-description .title-footer {
  margin-top: 15px;
}
.coupon-detail-page .card-description .title-footer .title-company h1 {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-detail-page .card-description .title-footer .title-company-address {
  margin-top: -5px;
}
.coupon-detail-page .card-description .title-footer .title-company-address h2 {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.coupon-detail-page .card-description .title-footer .button-buy {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
}
.coupon-detail-page .card-description .title-footer .button-buy button {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 17.5px;
  border: none;
  padding: 9px 60px;
  background-color: #DA4453;
}

.section-coupon-independend {
  position: relative;
}
.section-coupon-independend:hover .scroll-button-left {
  opacity: 1;
}
.section-coupon-independend:hover .scroll-button-right {
  opacity: 1;
}
.section-coupon-independend:hover .scroll-container {
  cursor: pointer;
}
.section-coupon-independend .scroll-container {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.section-coupon-independend .scroll-container .scrolling {
  display: inline-flex;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 {
  margin-right: 10px;
  border-radius: 10px;
  position: relative;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon {
  width: 300px;
  height: 190px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 10px 10px 10px 10px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon .component-title {
  padding-top: 5px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon .component-title .title-discount {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -5px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon .component-title .title-discount span {
  font-size: 30px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon .title-heading p {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon .title-date {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .img-big-coupon .company-name {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  line-height: normal;
  padding-bottom: 15px;
}
.section-coupon-independend .scroll-container .scrolling .model-type-1 .favorite-icon {
  position: absolute;
  top: 6px;
  right: 10px;
}
.section-coupon-independend .scroll-button-left {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-coupon-independend .scroll-button-right {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.model-type-1 {
  margin-right: 10px;
  border-radius: 10px;
  position: relative;
}
.model-type-1 .img-big-coupon {
  width: 100%;
  height: 190px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 10px 10px 10px 10px;
}
.model-type-1 .img-big-coupon .component-title {
  padding-top: 5px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.model-type-1 .img-big-coupon .component-title .title-discount {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -5px;
}
.model-type-1 .img-big-coupon .component-title .title-discount span {
  font-size: 30px;
}
.model-type-1 .img-big-coupon .title-heading p {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.model-type-1 .img-big-coupon .title-date {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.model-type-1 .img-big-coupon .company-name {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  line-height: normal;
  padding-bottom: 15px;
}
.model-type-1 .favorite-icon {
  position: absolute;
  top: 6px;
  right: 10px;
}

.club-page .section-new-club {
  position: relative;
}
.club-page .section-new-club .scroll-container {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.club-page .section-new-club .scroll-container .bg-new-club {
  position: relative;
  border-radius: 5px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  margin-right: 5px;
  width: 100px;
  height: 100px;
  text-decoration: none;
  text-align: center;
}
.club-page .section-new-club .scroll-container .bg-new-club span {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.club-page-section .section-new-club {
  position: relative;
}
.club-page-section .section-new-club:hover .scroll-button-left {
  opacity: 1;
}
.club-page-section .section-new-club:hover .scroll-button-right {
  opacity: 1;
}
.club-page-section .section-new-club:hover .scroll-container {
  cursor: pointer;
}
.club-page-section .section-new-club .scroll-container {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.club-page-section .section-new-club .scroll-container .bg-new-club {
  position: relative;
  border-radius: 5px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  margin-right: 5px;
  width: 100px;
  height: 100px;
  text-decoration: none;
  text-align: center;
}
.club-page-section .section-new-club .scroll-container .bg-new-club span {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.club-page-section .section-new-club .scroll-button-left {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.club-page-section .section-new-club .scroll-button-right {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.bg-new-club {
  position: relative;
  border-radius: 5px;
  display: block;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 100px;
  text-decoration: none;
  text-align: center;
}
.bg-new-club span {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.club-page-scroll .section-new-club {
  margin-top: 20px;
  position: relative;
}
.club-page-scroll .section-new-club .title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.club-page-scroll .section-new-club .title h5 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.club-page-scroll .section-new-club .title a {
  color: #da4453;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.club-page-scroll .section-new-club:hover .scroll-button-left {
  opacity: 1;
}
.club-page-scroll .section-new-club:hover .scroll-button-right {
  opacity: 1;
}
.club-page-scroll .section-new-club:hover .scroll-container {
  cursor: pointer;
}
.club-page-scroll .section-new-club .scroll-container {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
}
.club-page-scroll .section-new-club .scroll-container .bg-new-club {
  position: relative;
  border-radius: 5px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  margin-right: 5px;
  width: 100px;
  height: 100px;
  text-decoration: none;
  text-align: center;
}
.club-page-scroll .section-new-club .scroll-container .bg-new-club span {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.club-page-scroll .section-new-club .scroll-button-left {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.club-page-scroll .section-new-club .scroll-button-right {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.notif-page .top-title {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
}
.notif-page .top-title .top-title-left {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.notif-page .top-title .top-title-right {
  align-self: center;
  color: #DA4453;
  text-align: right;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.notif-page .title-sub {
  margin-top: 10px;
}
.notif-page .title-sub .top-right {
  margin-bottom: 5px;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
.notif-page .title-sub .group-notif-active {
  padding: 9px 10px 9px 10px;
  background: #FAE3E5;
  display: flex;
}
.notif-page .title-sub .group-notif-active .img-notif {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.notif-page .title-sub .group-notif-active .img-notif img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the entire image is visible */
  display: block;
}
.notif-page .title-sub .group-notif-active .text-notif {
  margin-left: 7px;
}
.notif-page .title-sub .group-notif-active .text-notif .text-1 {
  color: #575353;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.notif-page .title-sub .group-notif-active .text-notif .text-1 span {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.notif-page .title-sub .group-notif-active .text-notif .text-2 {
  color: #918D8D;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.notif-page .title-sub .group-notif-unactive {
  padding: 9px 10px 9px 10px;
  background: #fff;
  display: flex;
}
.notif-page .title-sub .group-notif-unactive .img-notif {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.notif-page .title-sub .group-notif-unactive .img-notif img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the entire image is visible */
  display: block;
}
.notif-page .title-sub .group-notif-unactive .text-notif {
  margin-left: 7px;
}
.notif-page .title-sub .group-notif-unactive .text-notif .text-1 {
  color: #575353;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.notif-page .title-sub .group-notif-unactive .text-notif .text-1 span {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.notif-page .title-sub .group-notif-unactive .text-notif .text-2 {
  color: #918D8D;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.samlemaerker .bg-stamps-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/pattern-stampscard-2.png");
  background-size: cover;
  background-position: center center;
  color: white;
  border-radius: 10px;
}
.samlemaerker .bg-stamps-card .label-company {
  text-align: center;
  padding-top: 5px;
}
.samlemaerker .bg-stamps-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #da4453;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker .bg-stamps-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker .bg-stamps-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker .bg-stamps-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker .bg-stamps-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker .bg-stamps-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker .bg-stamps-card .stamps .row-stamps .box .box-text {
  color: #da4453;
  display: inline-block;
  font-size: 12px;
}
.samlemaerker .bg-stamps-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker .bg-stamps-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker .bg-stamps-card .footer-button .redeem {
  background-color: #fff;
  border-radius: 15px;
  color: #1e1e1e;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.stamps-point {
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
}
.stamps-point .img-bg {
  border-radius: 10px 10px 0px 0px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.stamps-point .img-bg .title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 70%;
  padding-left: 15px;
  padding-top: 20px;
}
.stamps-point .img-bg .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stamps-point .img-bg .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stamps-point .img-bg .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stamps-point .footer-bottom {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  justify-content: space-between;
  display: flex;
}
.stamps-point .footer-bottom .term {
  background-color: #da4453;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stamps-point .footer-bottom .redeem {
  background-color: #fff;
  border-radius: 15px;
  color: #da4453;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stamps-point .ribbon {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #1e1e1e;
  padding: 4px 0;
  position: absolute;
  top: 0;
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  right: 0;
  z-index: 3;
  transform: translateX(20%) translateY(40%) rotate(45deg);
  transform-origin: top left;
}
.stamps-point .ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: #fff;
  right: 100%;
}
.stamps-point .ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.refer .container-img {
  margin-top: 30px;
  text-align: center;
}
.refer .part-1 .title-refer {
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
}
.refer .part-1 .container-code-refer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.refer .part-1 .container-code-refer .code-refer {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #da4453;
  background: #fdf5f6;
  color: #da4453;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 30px;
}
.refer .part-1 .container-code-refer .btn-refer {
  border-radius: 0px 20px 20px 0px;
  background: #da4453;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 30px;
}
.refer .part-1 .description-refer {
  text-align: center;
  color: #808080;
  padding: 0px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.refer .part-2 {
  margin-top: 30px;
}
.refer .part-2 .sub-title {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
.refer .part-2 .container-social-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.refer .part-2 .container-social-media .left {
  display: flex;
  align-items: center;
}
.refer .part-2 .container-social-media .left .title-social-media {
  margin-left: 10px;
}
.refer .part-2 .container-social-media .right {
  display: flex;
  align-items: center;
}
.refer .part-2 .container-social-media .right .arrow-social-media {
  padding-right: 10px;
}
.refer .part-3 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.refer .part-3 .icon-social-media {
  margin: 0px 10px;
}

/* // new code */
.samlemaerker-red {
  position: relative;
}
.samlemaerker-red .bg-stamp-card {
  margin-top: 15px;
  background-color: #da4453;
  color: white;
  border-radius: 10px;
  color: #da4453;
}
.samlemaerker-red .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-red .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #da4453;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-red .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-red .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-red .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-red .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-red .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-red .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #da4453;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-red .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-red .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-red .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #da4453;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-red .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-red .icon-fav img {
  cursor: pointer;
}

.samlemaerker-green {
  position: relative;
}
.samlemaerker-green .bg-stamp-card {
  margin-top: 15px;
  background-color: #133133;
  color: white;
  border-radius: 10px;
  color: #133133;
}
.samlemaerker-green .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-green .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #133133;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-green .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-green .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-green .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-green .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-green .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-green .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #133133;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-green .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-green .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-green .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #133133;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-green .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-green .icon-fav img {
  cursor: pointer;
}

.samlemaerker-black {
  position: relative;
}
.samlemaerker-black .bg-stamp-card {
  margin-top: 15px;
  background-color: #1e1e1e;
  color: white;
  border-radius: 10px;
  color: #1e1e1e;
}
.samlemaerker-black .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-black .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-black .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-black .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-black .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-black .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-black .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-black .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #1e1e1e;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-black .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-black .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-black .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #1e1e1e;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-black .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-black .icon-fav img {
  cursor: pointer;
}

.samlemaerker-purple {
  position: relative;
}
.samlemaerker-purple .bg-stamp-card {
  margin-top: 15px;
  background-color: #705ccf;
  color: white;
  border-radius: 10px;
  color: #705ccf;
}
.samlemaerker-purple .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-purple .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #705ccf;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-purple .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-purple .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-purple .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-purple .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-purple .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-purple .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #705ccf;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-purple .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-purple .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-purple .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #705ccf;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-purple .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-purple .icon-fav img {
  cursor: pointer;
}

.samlemaerker-brown {
  position: relative;
}
.samlemaerker-brown .bg-stamp-card {
  margin-top: 15px;
  background-color: #83502e;
  color: white;
  border-radius: 10px;
  color: #83502e;
}
.samlemaerker-brown .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-brown .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #83502e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-brown .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-brown .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-brown .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-brown .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-brown .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-brown .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #83502e;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-brown .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-brown .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-brown .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #83502e;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-brown .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-brown .icon-fav img {
  cursor: pointer;
}

.samlemaerker-blue {
  position: relative;
}
.samlemaerker-blue .bg-stamp-card {
  margin-top: 15px;
  background-color: #002366;
  color: white;
  border-radius: 10px;
  color: #002366;
}
.samlemaerker-blue .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-blue .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #002366;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-blue .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-blue .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-blue .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-blue .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-blue .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-blue .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #002366;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-blue .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-blue .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-blue .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #002366;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-blue .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-blue .icon-fav img {
  cursor: pointer;
}

.samlemaerker-pink {
  position: relative;
}
.samlemaerker-pink .bg-stamp-card {
  margin-top: 15px;
  background-color: #ff6289;
  color: white;
  border-radius: 10px;
  color: #ff6289;
}
.samlemaerker-pink .bg-stamp-card .label-company {
  text-align: center;
}
.samlemaerker-pink .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  color: #ff6289;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.samlemaerker-pink .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.samlemaerker-pink .bg-stamp-card .description {
  color: #fff;
  width: 80%;
  font-size: 14px;
  font-style: normal;
  margin-top: 6px;
  font-weight: 500;
  line-height: normal;
}
.samlemaerker-pink .bg-stamp-card .stamps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.samlemaerker-pink .bg-stamp-card .stamps .row-stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.samlemaerker-pink .bg-stamp-card .stamps .row-stamps .box {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samlemaerker-pink .bg-stamp-card .stamps .row-stamps .box .box-text {
  color: #ff6289;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.samlemaerker-pink .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.samlemaerker-pink .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.samlemaerker-pink .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #ff6289;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.samlemaerker-pink .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.samlemaerker-pink .icon-fav img {
  cursor: pointer;
}

.stempelkort-black {
  position: relative;
}
.stempelkort-black .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-black.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #1e1e1e;
}
.stempelkort-black .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-black .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-black .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-black .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-black .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-black .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-black .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-black .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-black .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-black .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-black .icon-fav img {
  cursor: pointer;
}

.stempelkort-purple {
  position: relative;
}
.stempelkort-purple .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-purple.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #705ccf;
}
.stempelkort-purple .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-purple .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-purple .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-purple .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-purple .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-purple .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-purple .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-purple .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-purple .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-purple .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-purple .icon-fav img {
  cursor: pointer;
}

.stempelkort-blue {
  position: relative;
}
.stempelkort-blue .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-blue.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #002366;
}
.stempelkort-blue .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-blue .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-blue .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-blue .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-blue .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-blue .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-blue .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-blue .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-blue .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #002366;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-blue .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-blue .icon-fav img {
  cursor: pointer;
}

.stempelkort-green {
  position: relative;
}
.stempelkort-green .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-green.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #133133;
}
.stempelkort-green .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-green .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-green .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-green .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-green .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-green .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-green .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-green .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-green .bg-stamp-card .footer-button .redeem {
  border-radius: 15px;
  color: #133133;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-green .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-green .icon-fav img {
  cursor: pointer;
}

.stempelkort-red {
  position: relative;
}
.stempelkort-red .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-red.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #da4453;
}
.stempelkort-red .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-red .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-red .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-red .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-red .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-red .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-red .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-red .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-red .bg-stamp-card .footer-button .redeem {
  color: #da4453;
  border-radius: 15px;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-red .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-red .icon-fav img {
  cursor: pointer;
}

.stempelkort-brown {
  position: relative;
}
.stempelkort-brown .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-brown.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #83502e;
}
.stempelkort-brown .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-brown .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-brown .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-brown .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-brown .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-brown .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-brown .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-brown .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-brown .bg-stamp-card .footer-button .redeem {
  color: #83502e;
  border-radius: 15px;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-brown .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-brown .icon-fav img {
  cursor: pointer;
}

.stempelkort-pink {
  position: relative;
}
.stempelkort-pink .bg-stamp-card {
  margin-top: 15px;
  background-image: url("/assets/imgs/stempelkort-pink.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  border-radius: 10px;
  color: #ff6289;
}
.stempelkort-pink .bg-stamp-card .label-company {
  text-align: center;
}
.stempelkort-pink .bg-stamp-card .label-company span {
  background-color: #ffffff;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 19px;
  border-radius: 0px 0px 10px 10px;
}
.stempelkort-pink .bg-stamp-card .title {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-pink .bg-stamp-card .stamps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.stempelkort-pink .bg-stamp-card .stamps-item .stamps-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.stempelkort-pink .bg-stamp-card .stamps-item .stamps-row .container-box {
  text-align: center;
}
.stempelkort-pink .bg-stamp-card .footer-button {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.stempelkort-pink .bg-stamp-card .footer-button .term {
  background-color: transparent;
  border: 1px white solid;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  padding: 2px 12px;
}
.stempelkort-pink .bg-stamp-card .footer-button .redeem {
  color: #ff6289;
  border-radius: 15px;
  border: 1px white solid;
  font-size: 12px;
  padding: 2px 20px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stempelkort-pink .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.stempelkort-pink .icon-fav img {
  cursor: pointer;
}

.coupon-red-type-1 {
  position: relative;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-red-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-red-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-red-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-red-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-purple-type-1 {
  position: relative;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-purple-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-purple-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-purple-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-purple-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-brown-type-1 {
  position: relative;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-brown-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-brown-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-brown-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-brown-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-green-type-1 {
  position: relative;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-green-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-green-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-green-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-green-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-pink-type-1 {
  position: relative;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-pink-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-pink-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-pink-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-pink-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-black-type-1 {
  position: relative;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-black-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-black-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-black-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-black-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-blue-type-1 {
  position: relative;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-blue-left-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  width: 170px;
  color: #fff;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .top .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-blue-type-1 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-blue-type-1 .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.coupon-blue-type-1 .icon-fav img {
  cursor: pointer;
}

.coupon-red-type-2 {
  position: relative;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-red-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-red-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-red-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-red-type-2 .icon-fav img {
  cursor: pointer;
}

.coupon-black-type-2 {
  position: relative;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-black-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-black-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-black-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-black-type-2 .icon-fav img {
  cursor: pointer;
}

.coupon-blue-type-2 {
  position: relative;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-blue-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-blue-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-blue-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-blue-type-2 .icon-fav img {
  cursor: pointer;
}

.coupon-green-type-2 {
  position: relative;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-green-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-green-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-green-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-green-type-2 .icon-fav img {
  cursor: pointer;
}

.coupon-pink-type-2 {
  position: relative;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-pink-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-pink-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-pink-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-pink-type-2 .icon-fav img {
  cursor: pointer;
}

.coupon-brown-type-2 {
  position: relative;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-brown-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-brown-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-brown-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-brown-type-2 .icon-fav img {
  cursor: pointer;
}

.coupon-purple-type-2 {
  position: relative;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left {
  background-image: url("/assets/imgs/coupon-purple-right-type-1.png");
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .top {
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .top .to-right {
  width: 170px;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .top .to-right .product-name {
  align-content: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .middle {
  height: 90px;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .middle .section-price .discount-price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: line-through;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .bottom {
  height: 20px;
}
.coupon-purple-type-2 .bg-stamp-card .bg-gradient-left .bottom .company-name {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-purple-type-2 .icon-fav {
  position: absolute;
  top: 10px;
  left: 12px;
}
.coupon-purple-type-2 .icon-fav img {
  cursor: pointer;
}

.deal-card {
  border-radius: 5px;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.deal-card .img-deal {
  display: flex;
  flex-direction: column;
  position: relative;
}
.deal-card .img-deal .label-discount {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  background-color: #da4453;
  padding: 5px 10px 5px 10px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px 0px 5px 0px;
}
.deal-card .img-deal .label-discount span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 6px;
}
.deal-card .img-deal .label-img {
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
  position: absolute;
  background-color: #fff;
  color: #da4453;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 6px 3px 6px;
  border-radius: 20px;
}
.deal-card .title {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 10px;
}
.deal-card .price {
  padding-left: 10px;
  margin-top: 4px;
  color: #da4453;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.deal-card .price span {
  color: #929292;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: line-through;
}
.deal-card .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.deal-card .icon-fav img {
  cursor: pointer;
}

.last-bite-card {
  border-radius: 5px;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.last-bite-card .img-last-bite {
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.last-bite-card .img-last-bite .label-category {
  text-align: center;
  margin-top: -4px;
}
.last-bite-card .img-last-bite .label-category span {
  border-radius: 0px 0px 5px 5px;
  background: #DA4453;
  display: inline;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  padding: 6px 9px;
  color: #fff;
}
.last-bite-card .img-last-bite .label-img {
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
  position: absolute;
  background-color: #da4453;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 3px 6px 3px 6px;
  border-radius: 20px;
}
.last-bite-card .row-product-name-and-price {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.last-bite-card .row-product-name-and-price .product-name {
  color: #000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100px;
}
.last-bite-card .row-product-name-and-price .product-price {
  color: #DA4453;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.last-bite-card .row-open-time {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -5px;
  display: flex;
}
.last-bite-card .row-open-time .icon {
  align-self: center;
  margin-top: -3px;
  margin-right: 5px;
}
.last-bite-card .row-open-time .open-time {
  color: #888282;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: center;
}
.last-bite-card .row-distance {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.last-bite-card .row-distance .icon {
  align-self: center;
  margin-top: -3px;
  margin-right: 5px;
}
.last-bite-card .row-distance .distance {
  color: #888282;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: center;
}
.last-bite-card .description {
  margin-top: 8px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  color: #585858;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.last-bite-card .button-content {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
}
.last-bite-card .button-content a {
  background-color: #DA4453;
  padding: 6px 18px;
  border-radius: 40px;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}
.last-bite-card .button-contenthover {
  color: #fff;
}
.last-bite-card .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.last-bite-card .icon-fav img {
  cursor: pointer;
}

.product-food-card {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  color: white;
}
.product-food-card .label-product {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: auto;
}
.product-food-card .label-product .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-food-card .label-product .section-price {
  display: flex;
  justify-content: space-between;
}
.product-food-card .label-product .section-price .main-price {
  color: #da4453;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-food-card .label-product .section-price .discount-price {
  align-self: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.home-page {
  margin-top: -20px;
}
.home-page header {
  background-image: url("/assets/imgs/header-home-page.png");
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.home-page .scroll-categories {
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
  white-space: nowrap;
}
.home-page .scroll-categories .container-item {
  display: flex;
  margin-bottom: 5px;
}
.home-page .scroll-categories .container-item a {
  text-decoration: none;
  color: #fff;
}
.home-page .scroll-categories .container-item ahover {
  text-decoration: none;
  color: #fff;
}
.home-page .scroll-categories::-webkit-scrollbar {
  height: 0;
}
.home-page .section-img {
  border-radius: 5px;
}

.søgeresultat-page {
  margin-top: -20px;
}
.søgeresultat-page header {
  background-image: url("/assets/imgs/background-header.jpg");
  height: 200px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.søgeresultat-page header h1 {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
}
.søgeresultat-page .scroll-categories {
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
  white-space: nowrap;
}
.søgeresultat-page .scroll-categories .container-item {
  display: flex;
  margin-bottom: 5px;
}
.søgeresultat-page .scroll-categories .container-item a {
  text-decoration: none;
  color: #fff;
}
.søgeresultat-page .scroll-categories .container-item ahover {
  text-decoration: none;
  color: #fff;
}
.søgeresultat-page .scroll-categories::-webkit-scrollbar {
  height: 0;
}
.søgeresultat-page .title-categories {
  display: flex;
  justify-content: space-between;
}
.søgeresultat-page .title-categories .categories {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: center;
}
.søgeresultat-page .title-categories .link {
  align-self: center;
}
.søgeresultat-page .title-categories .link a {
  text-decoration: none;
  color: #da4453;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vip-club-type-1 .section-card {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  padding-bottom: 20px;
  align-items: center;
  height: 188px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.vip-club-type-1 .section-card .title {
  color: #fff;
  margin-top: auto;
}

.vip-club-page {
  margin-top: -20px;
}
.vip-club-page header {
  background-image: url("/assets/imgs/background-header.jpg");
  height: 200px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.vip-club-page header h1 {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}

.præmieoversigt-page {
  margin-top: -20px;
}
.præmieoversigt-page header {
  background-image: url("/assets/imgs/header-vip-club-page.png");
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.præmieoversigt-page .section-type-1 .section-card {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  padding-bottom: 20px;
  align-items: center;
}
.præmieoversigt-page .section-type-1 .section-card .title {
  color: #fff;
  margin-top: auto;
}

.tutorial-page {
  margin-top: -20px;
}
.tutorial-page header {
  background-image: url("/assets/imgs/background-header.jpg");
  height: 200px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.tutorial-page header h1 {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 23px;
}
.tutorial-page .section-img {
  border-radius: 5px;
}

.stamps-page {
  margin-top: -20px;
}
.stamps-page header {
  background-image: url("/assets/imgs/header-stamps-page.png");
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.stamps-page .container-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.stamps-page .container-item .label-with-link {
  margin-bottom: 5px;
}
.stamps-page .container-item a {
  text-decoration: none;
  color: #fff;
}
.stamps-page .container-item ahover {
  text-decoration: none;
  color: #fff;
}
.stamps-page .section-img {
  border-radius: 5px;
}

.søgefelt-page {
  margin-top: -20px;
  overflow-x: hidden;
}
.søgefelt-page header {
  background-image: url("/assets/imgs/header-sogeresultat-page.png");
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.søgefelt-page .scroll-categories {
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
  white-space: nowrap;
}
.søgefelt-page .scroll-categories .container-item {
  display: flex;
  margin-bottom: 5px;
}
.søgefelt-page .scroll-categories .container-item a {
  text-decoration: none;
  color: #fff;
}
.søgefelt-page .scroll-categories .container-item ahover {
  text-decoration: none;
  color: #fff;
}
.søgefelt-page .scroll-categories::-webkit-scrollbar {
  height: 0;
}
.søgefelt-page .search-radius label {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.søgefelt-page .search-radius .container-custom {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-around;
  border-radius: 5px;
}
.søgefelt-page .search-radius .container-custom input[type=range] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 4px;
  background: #da4453 !important;
  border-radius: 8px;
  outline: none;
}
.søgefelt-page .search-radius .container-custom input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 4px;
}
.søgefelt-page .search-radius .container-custom input[type=range]::-moz-track {
  -moz-appearance: none;
  height: 4px;
}
.søgefelt-page .search-radius .container-custom input[type=range]::-ms-track {
  appearance: none;
  height: 4px;
}
.søgefelt-page .search-radius .container-custom input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  background-color: #da4453;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -11px;
  border: none;
}
.søgefelt-page .search-radius .container-custom input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #da4453;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  border: none;
}
.søgefelt-page .search-radius .container-custom input[type=range]::-ms-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: #da4453;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  border: none;
}
.søgefelt-page .search-radius .container-custom input[type=range]:active::-webkit-slider-thumb {
  background-color: #da4453;
  border: 3px solid #DA4453;
}

.last-bite-pages {
  background: #fff;
  padding-bottom: 15px;
  position: relative;
}
.last-bite-pages .img-last-bite {
  display: flex;
  flex-direction: column;
  position: relative;
}
.last-bite-pages .img-last-bite .label-category {
  text-align: center;
  margin-top: -4px;
}
.last-bite-pages .img-last-bite .label-category span {
  border-radius: 0px 0px 5px 5px;
  background: #DA4453;
  display: inline;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  padding: 6px 9px;
  color: #fff;
}
.last-bite-pages .img-last-bite .label-img {
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
  position: absolute;
  background-color: #da4453;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 3px 6px 3px 6px;
  border-radius: 20px;
}
.last-bite-pages .row-product-name-and-price {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.last-bite-pages .row-product-name-and-price .product-name .name-title {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.last-bite-pages .row-product-name-and-price .product-name .time {
  margin-bottom: -5px;
  display: flex;
}
.last-bite-pages .row-product-name-and-price .product-name .time .icon {
  align-self: center;
  margin-top: -3px;
  margin-right: 5px;
}
.last-bite-pages .row-product-name-and-price .product-name .time .open-time {
  color: #888282;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: center;
}
.last-bite-pages .row-product-name-and-price .product-price {
  text-align: right;
}
.last-bite-pages .row-product-name-and-price .product-price .price {
  color: #888282;
  text-align: right;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}
.last-bite-pages .row-product-name-and-price .product-price .price-discount {
  color: #DA4453;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.last-bite-pages .row-distance {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.last-bite-pages .row-distance .icon {
  align-self: center;
  margin-top: -3px;
  margin-right: 5px;
}
.last-bite-pages .row-distance .distance {
  color: #585858;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: center;
}
.last-bite-pages .row-description {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.last-bite-pages .row-description .title {
  color: #000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.last-bite-pages .row-description .description {
  margin-top: 5px;
  color: #000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.last-bite-pages .hr {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -6px;
  margin-bottom: -6px;
}
.last-bite-pages .row-button {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
  margin-top: 15px;
}
.last-bite-pages .row-button .button-left {
  background-color: #fff;
  border: 2px solid #d34553;
  border-radius: 20px;
  color: #DA4453;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px;
}
.last-bite-pages .row-button .button-right {
  background-color: #DA4453;
  border-radius: 20px;
  color: #fff;
  border: none;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px;
}
.last-bite-pages .icon-fav {
  position: absolute;
  top: 10px;
  right: 12px;
}
.last-bite-pages .icon-fav img {
  cursor: pointer;
}

.label-with-link {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px;
  background-color: #da4453;
  border-radius: 50px;
  display: flex;
  margin-right: 5px;
  text-decoration: none;
}

.label-with-nonlink {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px;
  background-color: #da4453;
  border-radius: 50px;
  display: flex;
  margin-right: 5px;
}

.pointshop-page {
  margin-top: -20px;
}
.pointshop-page header {
  background-image: url("/assets/imgs/background-header.jpg");
  height: 200px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.pointshop-page header h1 {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.pointshop-page .point-card .title {
  padding-top: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.spin-wheel-1-page {
  margin-top: -20px;
}
.spin-wheel-1-page header {
  height: 200px;
  background-image: url("/assets/imgs/header-spin-wheel-1-page.png");
  background-size: cover;
  background-position: center center;
}
.spin-wheel-1-page .background-spin {
  background-image: url("/assets/imgs/background-spin.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.spin-wheel-1-page .background-spin #app {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
@keyframes blur {
  0% {
    filter: blur(1.5px);
  }
  80% {
    filter: blur(1.5px);
  }
  100% {
    filter: blur(0px);
  }
}
.spin-wheel-1-page .background-spin #app .marker {
  position: absolute;
  width: 60px;
  left: 40%;
  top: 0px;
  z-index: 2;
}
.spin-wheel-1-page .background-spin #app .wheel {
  width: 100%;
  height: 100%;
}
.spin-wheel-1-page .background-spin #app .blur {
  animation: blur 10s;
}
.spin-wheel-1-page .background-spin #app .button {
  cursor: pointer;
  position: absolute;
  top: 32%;
  left: 43%;
}
.spin-wheel-1-page .background-spin #app .button div {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #d34553 0%, #b83643 100%);
  display: flex;
  justify-content: center;
}
.spin-wheel-1-page .background-spin #app .button div span {
  align-self: center;
  font-size: 12px;
}
.spin-wheel-1-page .background-spin .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
  margin-bottom: 10px;
}
.spin-wheel-1-page .background-spin p {
  text-align: center;
  height: 40px;
  margin-top: 20px;
  padding-bottom: 80px;
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.spin-wheel-2-page {
  margin-top: -20px;
}
.spin-wheel-2-page header {
  height: 200px;
  background-image: url("/assets/imgs/header-spin-wheel-2-page.png");
  background-size: cover;
  background-position: center center;
}
.spin-wheel-2-page .background-spin {
  background-image: url("/assets/imgs/background-spin.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.spin-wheel-2-page .background-spin #app {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
@keyframes blur {
  0% {
    filter: blur(1.5px);
  }
  80% {
    filter: blur(1.5px);
  }
  100% {
    filter: blur(0px);
  }
}
.spin-wheel-2-page .background-spin #app .marker {
  position: absolute;
  width: 60px;
  left: 40%;
  top: 0px;
  z-index: 2;
}
.spin-wheel-2-page .background-spin #app .wheel {
  width: 100%;
  height: 100%;
}
.spin-wheel-2-page .background-spin #app .blur {
  animation: blur 10s;
}
.spin-wheel-2-page .background-spin #app .button {
  cursor: pointer;
  position: absolute;
  top: 32%;
  left: 43%;
}
.spin-wheel-2-page .background-spin #app .button div {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #d34553 0%, #b83643 100%);
  display: flex;
  justify-content: center;
}
.spin-wheel-2-page .background-spin #app .button div span {
  align-self: center;
  font-size: 12px;
}
.spin-wheel-2-page .background-spin .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
  margin-bottom: 10px;
}
.spin-wheel-2-page .background-spin p {
  text-align: center;
  height: 40px;
  margin-top: 20px;
  padding-bottom: 80px;
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.profile-page {
  margin-top: 20px;
}
.profile-page h1 {
  color: #da4453;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.profile-page .input-container label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-page .input-container .input-fill input[type=email] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.profile-page .input-container .input-fill input[type=date] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.profile-page .input-container .input-fill input[type=text] {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 12px;
  outline: none;
}
.profile-page .button-save-changes {
  margin-top: 25px;
}
.profile-page .button-save-changes button {
  border-radius: 30px;
  background-color: #da4453;
  box-shadow: 0px 4px 10px 0px rgba(218, 68, 83, 0.25);
  color: #fff;
  width: 100%;
  border: none;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-container {
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px 20px 5px 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.footer-container ul {
  margin: 0;
  padding: 0;
}
.footer-container .footer-menu {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-container .footer-menu li {
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-container .footer-menu li a {
  text-decoration: none;
  color: #B83643;
  display: flex;
  font-size: 10px;
  flex-direction: column;
  align-items: center;
  width: 50px;
}
.footer-container .footer-menu li a .text {
  margin-top: 5px;
}
.footer-container .footer-menu li ahover {
  color: #B83643;
}
.footer-container .footer-menu .center-menu {
  position: relative;
}
.footer-container .footer-menu .center-menu .position-icon-center {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}
.footer-container .footer-menu .center-menu .position-icon-center .icon-center {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #da4453 0%, #b83643 100%);
  display: flex;
  justify-content: center;
}
.footer-container .footer-menu .center-menu .position-icon-center .icon-center img {
  align-self: center;
}
