@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
}
body::-webkit-scrollbar-track {
  border: none;
  outline: none;
}

html, body, .app, .page, #root {
  width: 100%;
  height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* Grid */
.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen {
  /* Grid */
  .small-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .small-2 {
    -ms-flex-preferred-size: 16.666%;
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .small-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .small-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .small-5 {
    -ms-flex-preferred-size: 41.666%;
    -webkit-flex-basis: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .small-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .small-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .small-8 {
    -ms-flex-preferred-size: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .small-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .small-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .small-11 {
    -ms-flex-preferred-size: 91.666%;
    -webkit-flex-basis: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .small-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .medium-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .medium-2 {
    -ms-flex-preferred-size: 16.666%;
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .medium-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .medium-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .medium-5 {
    -ms-flex-preferred-size: 41.666%;
    -webkit-flex-basis: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .medium-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .medium-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .medium-8 {
    -ms-flex-preferred-size: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .medium-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .medium-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .medium-11 {
    -ms-flex-preferred-size: 91.666%;
    -webkit-flex-basis: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .medium-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .large-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .large-2 {
    -ms-flex-preferred-size: 16.666%;
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .large-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .large-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .large-5 {
    -ms-flex-preferred-size: 41.666%;
    -webkit-flex-basis: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .large-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .large-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .large-8 {
    -ms-flex-preferred-size: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .large-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .large-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .large-11 {
    -ms-flex-preferred-size: 91.666%;
    -webkit-flex-basis: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .large-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* Font */
body {
  font-family: "Roboto", sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, body {
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

b {
  font-weight: 700;
}

a {
  color: #5e5bfb;
}

@media only screen {
  h1, .h1 {
    font-size: 29.25px;
  }
  h2, .h2 {
    font-size: 24.75px;
  }
  h3, .h3 {
    font-size: 20.25px;
  }
  h4, .h4 {
    font-size: 12px;
  }
  h5, .h5 {
    font-size: 10.5px;
  }
  h6, .h6 {
    font-size: 9px;
  }
}
@media only screen and (min-width: 990px) {
  h1, .h1 {
    font-size: 39px;
  }
  h2, .h2 {
    font-size: 33px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  p, body {
    font-size: 16px;
  }
  h5, .h5 {
    font-size: 14px;
  }
  h6, .h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 40.95px;
  }
  h2, .h2 {
    font-size: 34.65px;
  }
  h3, .h3 {
    font-size: 28.35px;
  }
  h4, .h4 {
    font-size: 16.8px;
  }
  h5, .h5 {
    font-size: 14.7px;
  }
  h6, .h6 {
    font-size: 12.6px;
  }
}
/* Padding */
@media only screen {
  .tiny-padding {
    padding: 4px;
  }
  .small-padding {
    padding: 6px;
  }
  .medium-padding {
    padding: 8px;
  }
  .large-padding {
    padding: 16px;
  }
}
@media only screen and (min-width: 990px) {
  .tiny-padding {
    padding: 8px;
  }
  .small-padding {
    padding: 12px;
  }
  .medium-padding {
    padding: 16px;
  }
  .large-padding {
    padding: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .tiny-padding {
    padding: 16px;
  }
  .small-padding {
    padding: 24px;
  }
  .medium-padding {
    padding: 32px;
  }
  .large-padding {
    padding: 64px;
  }
}
.no-padding-top {
  padding-top: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

/* Margin */
@media only screen {
  .small-margin {
    margin: 6px;
  }
  .medium-margin {
    margin: 8px;
  }
  .large-margin {
    margin: 16px;
  }
}
@media only screen and (min-width: 990px) {
  .small-margin {
    margin: 12px;
  }
  .medium-margin {
    margin: 16px;
  }
  .large-margin {
    margin: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .small-margin {
    margin: 24px;
  }
  .medium-margin {
    margin: 32px;
  }
  .large-margin {
    margin: 64px;
  }
}
.no-padding-margin {
  margin-top: 0px !important;
}

.no-padding-margin {
  margin-top: 0px !important;
}

.no-padding-margin {
  margin-left: 0px !important;
}

.no-padding-margin {
  margin-right: 0px !important;
}

.page {
  height: 100%;
  width: 100%;
}

.card {
  padding: 16px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.home-sign-in-row img {
  height: 28px !important;
  width: 28px !important;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.three-quarter-width {
  width: 75%;
}

.half-width {
  width: 50%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-image-fill {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rounded-corner {
  border-radius: 4px;
}

.centered-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.page {
  display: flex;
  flex-direction: column;
}

.all-caps {
  text-transform: uppercase;
}

.background-split {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.background-split .background-color-split {
  height: 100%;
  width: 50%;
  background-color: #eef2fe;
  background-size: 70%;
  overflow: hidden;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.step-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 32px;
}
.step-row .step-circle {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: 32px;
  width: 32px;
  height: 32px;
  font-weight: bold;
  margin-right: 16px;
}

/* Max Width Container */
.max-width-container {
  margin: auto;
  max-width: 1200px;
}

.small-max-width-container {
  margin: auto;
  max-width: 600px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1920px) {
  .max-width-container {
    margin: auto;
    max-width: 1380px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 990px) {
  .max-width-container {
    margin: auto;
    max-width: 1200px;
  }
}
/* mobile adjustments */
@media only screen and (max-width: 990px) {
  .mobile-row-reverse {
    flex-flow: wrap-reverse;
  }
  .hide-for-small {
    display: none;
  }
  .show-for-small {
    display: block;
  }
  .small-centered-text {
    text-align: center;
  }
}
@media only screen and (min-width: 990px) {
  .hide-for-small {
    display: block;
  }
  .show-for-small {
    display: none;
  }
}
.footer {
  width: 100%;
}
.footer .footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 64px;
}
.footer .footer-content .footer-left-content {
  display: flex;
  flex-direction: column;
}
.footer .footer-content .footer-left-content .footer-logo {
  position: relative;
  height: 33px;
  margin: 0;
  bottom: 0;
  margin-bottom: 12px;
}
.footer .footer-content .footer-left-content .footer-social-row {
  display: flex;
}
.footer .footer-content .footer-left-content .footer-social-row .footer-social-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.footer .footer-content .footer-right-content {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.footer .footer-content .footer-right-content .footer-meta-top {
  padding: 23px 0 11px;
  text-align: right;
}
.footer .footer-content .footer-right-content .footer-meta-top a {
  display: inline-block;
  width: 50%;
}
.footer .footer-content .footer-right-content a {
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .footer .footer-content .footer-left-content {
    width: 100%;
  }
  .footer .footer-content .footer-left-content .footer-social-row {
    justify-content: center;
  }
  .footer .footer-content .footer-right-content {
    width: 100%;
  }
  .footer .footer-content .footer-right-content .footer-meta-top {
    text-align: center;
  }
  .footer .footer-content .footer-right-content .footer-meta-top a {
    max-width: 110px;
  }
  .footer .footer-content .footer-meta-bottom {
    white-space: nowrap;
  }
}
.seo-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
}
.seo-header > div {
  padding: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
.seo-header img {
  height: 32px;
}

.seo-container {
  max-width: 1200px;
  padding: 16px;
  margin: 65px auto 0;
}
.seo-container a {
  text-decoration: none;
}
.seo-container .introduction {
  display: flex;
  flex-wrap: wrap;
  padding: 32px;
  border-radius: 4px;
  background-color: #e7faf0;
  align-items: center;
}
.seo-container .introduction .cart-icon {
  height: 60px;
  width: 60px;
  background: url("../images/asset-cart.svg") no-repeat center center;
}
.seo-container .introduction .content {
  flex: 1;
  text-align: left;
  padding-left: 16px;
}
.seo-container .introduction .content .title {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.seo-container .introduction .content .text {
  padding-top: 8px;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.seo-container .introduction .btn {
  display: flex;
  color: #0ca853;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin: 0 auto;
}
.seo-container .vendor-info {
  display: flex;
  padding: 32px;
  border-radius: 4px;
  align-items: start;
  background-color: #f8f8f8;
  margin: 16px 0;
}
.seo-container .vendor-info .logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex-shrink: 0;
  max-width: 400px;
  border-radius: 100px;
  margin-right: 32px;
  box-shadow: 0px 2px 8px 0px rgba(33, 33, 33, 0.2);
}
.seo-container .vendor-info .logo img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  object-fit: contain;
  background-color: #f8f8f8;
}
.seo-container .vendor-info .logo img.no-img {
  transform: scale(0.7);
}
.seo-container .vendor-info .title {
  color: #464847;
  font-size: 39px;
  font-weight: 800;
  line-height: 50px;
}
.seo-container .vendor-info .title .shop-name {
  text-transform: capitalize;
}
.seo-container .vendor-info .text {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #777777;
}
.seo-container .vendor-info .last-update {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #5e5bfb;
}
.seo-container .coupon-container {
  display: flex;
  justify-content: space-between;
}
.seo-container .coupon-container .coupons {
  flex: 1;
  margin: 0 32px 0 0;
  padding-left: 0;
}
.seo-container .coupon-container .coupons li {
  appearance: none;
  display: flex;
  padding: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}
.seo-container .coupon-container .coupons li:last-child {
  border-bottom: none;
}
.seo-container .coupon-container .coupons li .coupon-content {
  flex: 1;
  padding-right: 16px;
}
.seo-container .coupon-container .coupons li .coupon-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.seo-container .coupon-container .coupons li .coupon-content .title.spacing {
  margin-bottom: 8px;
}
.seo-container .coupon-container .coupons li .coupon-content .description {
  font-size: 16px;
  color: #777777;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seo-container .coupon-container .coupons li .code {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 200px;
  max-width: 200px;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  border: 1px dashed #5479f7;
  font-size: 14px;
  font-weight: 500;
  color: #5479f7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: fit-content;
}
.seo-container .coupon-container .coupons li .code::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icon-lock.svg") no-repeat center center;
  margin-right: 8px;
  flex-shrink: 0;
}
.seo-container .coupon-container .compare-coupons {
  width: 300px;
  height: fit-content;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 32px;
  padding: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.seo-container .coupon-container .compare-coupons .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #212121;
}
.seo-container .coupon-container .compare-coupons .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  padding: 8px 0;
  margin: 8px 0;
  color: #777777;
}
.seo-container .coupon-container .compare-coupons ul {
  padding: 0;
}
.seo-container .coupon-container .compare-coupons li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 8px;
  height: 40px;
}
.seo-container .coupon-container .compare-coupons li:last-child {
  border-bottom: none;
}
.seo-container .coupon-container .compare-coupons li a {
  font-size: 14px;
  color: #5479f7;
  display: flex;
  align-items: center;
  width: 100%;
  background: url("../images/icon-link.svg") no-repeat right center;
}

.seo-footer {
  background-color: #212121;
}
.seo-footer .footer-right-content a,
.seo-footer .footer-meta-bottom {
  color: #ffffff;
}

@media only screen and (max-width: 990px) {
  .small-wrap {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .small-centered-text {
    text-align: center !important;
  }
  .seo-container {
    overflow-x: hidden;
  }
  .seo-container .introduction .content {
    margin: 16px 0;
  }
  .seo-container .introduction .download-btn {
    width: 70%;
  }
  .seo-container .vendor-info .logo {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
  .seo-container .vendor-info .title {
    font-size: 20px;
    line-height: 26px;
  }
  .seo-container .coupon-container {
    flex-wrap: wrap;
  }
  .seo-container .coupon-container .coupons {
    margin-right: 0;
  }
  .seo-container .coupon-container .coupons li {
    flex-wrap: wrap;
  }
  .seo-container .coupon-container .coupons li .coupon-content {
    flex: unset;
  }
  .seo-container .coupon-container .coupons li .code {
    margin-top: 16px;
  }
  .seo-container .coupon-container .compare-coupons {
    width: 100%;
  }
  .footer .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
}