html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.nav-touch {
  width: 100vw;
  max-width: 414px;
  height: 100vh;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 70px 32px 39px;
  position: fixed;
  left: -414px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  overflow-y: scroll;
  transition: all ease-out 0.25s;
}
.nav-touch .icon-close {
  position: absolute;
  top: 30px;
  right: 16px;
  width: 28px;
  height: 28px;
  fill: #767676;
  transform: translateY(-50%);
  outline: 0;
}
.nav-touch-mask {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #00000080;
  display: none;
}
.nav-touch-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  outline: 0;
  border-bottom: 1px solid #e7e7e7;
}
.nav-touch-item a {
  display: block;
  padding: 12px 0;
  color: #767676;
}
.nav-touch-item .item-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #767676;
  outline: 0;
}
.nav-touch-item .icon-arrow-down {
  width: 14px;
  height: 14px;
  fill: #767676;
  margin-left: 5px;
  margin-top: 2px;
  transition: transform ease-out 0.25s;
}
.page-header {
  height: 70px;
  background: linear-gradient(90deg, #2caead, #2776c0);
}
.page-header .page-header-container {
  display: flex;
  justify-content: center;
}
.site-logo {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 70px;
  width: 168px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/imgs/logo.svg);
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .site-logo {
    width: 188px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  min-height: 100%;
}
body {
  font-family:
    Avenir Next,
    Calibri,
    Source Sans Pro,
    Helvetica,
    Roboto,
    sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 1.4258;
  font-weight: 400;
  color: #1b1c1d;
  background-color: #fafafa;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page {
  width: 100%;
}
.page-title {
  background-color: #fff;
  margin-bottom: 30px;
}
.page-content {
  min-height: 80vh;
}
.page-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
  text-align: center;
}
.page-footer-link a {
  display: inline-block;
  color: #767676;
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 14px;
}
.page-footer-link a:last-child {
  margin-right: 0;
}
.page-footer-link a:hover {
  color: #2caead;
}
.page-footer-copyright {
  color: #767676;
  font-size: 12px;
  padding-top: 5px;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 8px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 32px;
  }
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-shadow {
  box-shadow:
    0 2px 4px #22242626,
    0 2px 4px #2224260d;
}
.bg-white {
  background-color: #fff;
}
.pd-t-0 {
  padding-top: 0;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.hidden {
  display: none !important;
}
.space {
  height: 10px;
}
@media screen and (min-width: 768px) {
  .space {
    height: 20px;
  }
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
img.lazy {
  background-image: url(/imgs/loading.svg);
  background-size: auto 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
a {
  text-decoration: none;
}
.touch-device-hidden {
  display: none;
}
@media screen and (min-width: 1024px) {
  .touch-device-hidden {
    display: block;
  }
}
.icon {
  font-size: 14px;
  fill: #fff;
}
.sec-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b1c1d;
  text-transform: capitalize;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .sec-title {
    font-size: 24px;
    padding: 20px 0;
  }
}
.sec-title .sub {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.g-ads {
  min-height: 280px;
}
.g-ads.center {
  width: 100%;
  height: auto;
  text-align: center;
}
.home-banner {
  background: linear-gradient(90deg, #2caead, #2776c0);
  color: #fff;
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00000080;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  display: none;
}
#cookie-banner button {
  width: 100px;
  margin-left: 20px;
}
.button-primary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  line-height: 52px;
  transition: all 0.2s ease-out;
  background-color: #2caead;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  padding: 0 10px;
}
.button-primary:hover {
  background-color: #228585;
}
.button-show-code {
  position: relative;
  background-color: #cf142b;
}
.button-show-code .coupon-code-copy-tip,
.button-show-code .coupon-code {
  display: block;
  line-height: 1;
}
.button-show-code .coupon-code-copy-tip {
  font-size: 11px;
  font-weight: 200;
}
.button-show-code .coupon-code {
  font-size: 22px;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button-show-code:hover {
  background-color: #a01021;
}
.button-show-code:hover .peel-code {
  width: 2.75rem;
}
.button-code-reveal {
  background-color: #fafafa;
  color: #545454;
  border: 2px dashed #2caead;
  position: relative;
}
.button-code-reveal:hover {
  background-color: #fafafa;
  border-style: solid;
}
.button-code-reveal.clipboard-success {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .button-code-reveal.clipboard-success {
    margin-bottom: 0;
  }
}
.button-code-reveal.clipboard-success:after {
  content: "Copied";
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translate(-50%);
  font-style: italic;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #2caead;
}
.button-code-reveal.clipboard-success > span {
  background-color: #accef7;
}
.peel-code {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 100%;
  overflow: hidden;
  padding: 0 0.45rem 0 0;
  direction: rtl;
  border-radius: 0 0.1875rem 0.1875rem;
  text-align: right;
  color: #1b1c1d;
  background: #e9e9e9;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  border: 2px dashed #cf142b;
  border-left: none;
}
.brand-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-card-list .brand-card {
  width: 48%;
  height: 132px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .brand-card-list .brand-card {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .brand-card-list .brand-card {
    width: 16%;
    max-width: 168px;
  }
}
.brand-card-list .brand-card:hover .brand-card-label {
  transform: translateY(0);
}
.brand-card-list .brand-card-logo {
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  display: flex;
}
.brand-card-list .brand-card-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #2caeadde;
  transform: translateY(100%);
  text-align: center;
}
.offer-list-brand {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.offer-list-brand-item {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .offer-list-brand-item {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .offer-list-brand-item {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .offer-list-brand-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .offer-list-brand-item {
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  .offer-list-brand-item:nth-child(4n) {
    margin-right: 0;
  }
}
.offer-list-brand-item .offer-brand {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px #e7e7e7;
  border-radius: 2px;
  overflow: hidden;
}
.offer-list-brand-item .offer-brand .icon-clock,
.offer-list-brand-item .offer-brand .icon-user {
  width: 14px;
  height: 14px;
  fill: #767676;
  margin-right: 3px;
}
.offer-list-brand-item .offer-brand .icon-user {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.offer-list-brand-item .offer-brand-content {
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.offer-list-brand-item .offer-brand-content-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .offer-list-brand-item .offer-brand-content-1 {
    flex-direction: column;
  }
}
.offer-list-brand-item .offer-brand-content-2 {
  display: flex;
  width: 100%;
}
.offer-list-brand-item .offer-anchor-merchant {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .offer-list-brand-item .offer-anchor-merchant {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
  }
}
.offer-list-brand-item .offer-brand-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0;
  word-wrap: break-word;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .offer-list-brand-item .offer-brand-title {
    height: 2.4em;
    overflow: hidden;
  }
}
.offer-list-brand-item .offer-brand-title a {
  color: #545454;
  cursor: pointer;
}
.offer-list-brand-item .offer-brand-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767676;
  font-size: 12px;
  display: flex;
}
@media (min-width: 768px) {
  .offer-list-brand-item .offer-brand-info {
    font-size: 14px;
  }
}
.offer-list-brand-item .offer-brand-info .offer-meta {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.offer-list-brand-item .offer-brand-info .offer-meta:first-child {
  margin-left: 0;
}
.offer-list-brand-item .has-separator-dot:before {
  content: "•";
  margin-right: 5px;
}
.offer-list-brand-item .offer-brand-actions {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.offer-list-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .offer-list-item {
    margin-bottom: 6px;
  }
}
.offer-list-item .offer-item-actions {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .offer-list-item .offer-item-actions {
    margin-top: 0;
  }
}
.offer-list-item .offer-item.expired-offer-item .offer-anchor {
  color: #767676;
}
.offer-item {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px #e7e7e7;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.offer-item .icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: -2px;
  fill: #767676;
  margin-right: 3px;
}
.offer-item .icon-user {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.offer-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .offer-item-content {
    padding: 18px 21px 24px 34px;
    flex-direction: row;
  }
  .offer-item-content .offer-item-content-1 {
    flex: 1;
  }
  .offer-item-content .offer-item-content-2 {
    width: 198px;
    margin-left: 10px;
  }
}
.offer-item-content-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.offer-item-content-2 {
  display: flex;
  width: 100%;
}
.offer-anchor,
.offer-anchor-merchant {
  flex: 0 0 90px;
  align-items: center;
  width: 90px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .offer-anchor,
  .offer-anchor-merchant {
    flex: 0 0 110px;
    width: 110px;
    margin-right: 34px;
  }
}
.offer-anchor {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #2caead;
}
.offer-anchor.offer-anchor-type-code {
  color: #cf142b;
}
.offer-anchor .offer-anchor-text {
  display: block;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .offer-anchor .offer-anchor-text {
    font-size: 35px;
  }
}
.offer-anchor .offer-anchor-text-percent {
  display: block;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .offer-anchor .offer-anchor-text-percent {
    font-size: 42px;
  }
}
.offer-anchor .offer-anchor-text-off {
  display: block;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .offer-anchor .offer-anchor-text-off {
    font-size: 45px;
  }
}
.offer-anchor .offer-anchor-text-freeshipping {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .offer-anchor .offer-anchor-text-freeshipping {
    font-size: 18px;
  }
}
.offer-item-main {
  flex: 1;
  overflow: visible;
}
.offer-item-header {
  display: flex;
  color: #2caead;
}
.offer-item-header.offer-type-code {
  color: #cf142b;
}
.offer-item-header .offer-item-label {
  flex: 0 0 auto;
  font-weight: 600;
  text-transform: capitalize;
}
.offer-item-header .offer-merchant-name {
  flex: 1 1 auto;
  margin-left: 5px;
  margin-right: 15px;
  color: #767676;
}
.offer-item-header .offer-item-label-verified {
  text-transform: capitalize;
  color: #2caead;
  display: flex;
  align-items: center;
}
.offer-item-header .offer-item-label-verified .icon-check-circle {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  fill: #2caead;
}
.offer-item-body {
  flex: 1 1 auto;
  overflow: visible;
  position: relative;
}
.offer-item-detail {
  line-height: 1.2;
  padding: 5px 0 10px;
}
.offer-item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .offer-item-title {
    font-size: 24px;
  }
}
.offer-item-desc {
  font-size: 13px;
  font-weight: 400;
  color: #767676;
  margin-bottom: 5px;
}
.code-medal {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
  padding-top: 5px;
  text-transform: capitalize;
}
.code-medal a {
  text-decoration: underline;
  margin-left: 10px;
  color: #2caead;
}
.offer-item-info {
  white-space: nowrap;
  color: #767676;
  font-size: 14px;
  display: flex;
  margin-bottom: 5px;
}
.offer-item-info .offer-meta {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #767676;
}
@media (min-width: 768px) {
  .offer-item-info .offer-meta {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .offer-item-info .offer-meta {
    margin-right: 45px;
  }
}
.offer-item-info .offer-meta .icon {
  width: 16px;
  height: 16px;
}
.offer-item-info .offer-meta .icon-facebook-app {
  fill: #3b5998;
}
.offer-item-info .offer-meta .icon-twitter-app {
  fill: #55acee;
}
.offer-item-info .offer-meta .icon-email {
  fill: #10b48a;
  transform: scale(2);
}
.offer-item-info .offer-meta .icon-copy {
  fill: #2caead;
  margin-right: 5px;
}
.offer-item-info .offer-meta .icon-copy.success {
  transform: scale(1.8) !important;
}
.offer-item-info .offer-meta:hover {
  color: #2caead;
}
.offer-item-info .offer-meta:hover .icon {
  transform: scale(1.2);
}
.offer-item-info .offer-meta:hover .icon-email {
  transform: scale(2.5);
}
.has-separator-dot:before {
  content: "•";
  margin: 0 8px;
  color: #767676;
}
.offer-anchor img {
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease-out;
}
.offer-anchor img:hover {
  transform: scale(1.18);
}
.offer-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 5px;
}
.offer-price .price {
  font-size: 20px;
  font-weight: 600;
  color: #2caead;
}
.offer-price .old-price {
  font-size: 16px;
  color: #767676;
  text-decoration: line-through;
  margin-right: 10px;
}
.offer-meta.offer-verification-pic {
  color: #2caead;
  cursor: pointer;
}
.offer-meta.offer-verification-pic .icon-eye {
  fill: #2caead;
  margin-right: 5px;
}
.offer-verification-pic-motion {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #00000080;
  z-index: 999;
  padding: 30px 20px;
}
.sidebar-stack {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: #767676;
  margin-bottom: 20px;
}
.store-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px;
}
.store-logo a {
  display: block;
}
.store-logo img {
  height: 238px;
}
.voucher-statistic-title {
  font-size: 14px;
  font-weight: 600;
  color: #1b1c1d;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.voucher-statistic-title .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-top: 2px;
}
.voucher-statistic {
  border-top: 1px solid #e7e7e7;
  padding: 18px;
}
.voucher-statistic .statistic-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 5px 0;
}
.voucher-statistic .statistic-item .value {
  color: #1b1c1d;
  font-weight: 700;
}
.sidebar-stack-content {
  padding: 18px;
}
.sidebar-stack-title {
  color: #1b1c1d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sidebar-stack-list {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-stack-item {
  margin: 10px;
}
.sidebar-stack-item a {
  color: #767676;
}
.sidebar-stack-item a:hover {
  color: #2caead;
}
.voucher-overview {
  margin-bottom: 10px;
}
.goshopping {
  width: 200px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goshopping:hover {
  background-color: #e7e7e7;
}
.goshopping a {
  color: #2caead;
}
.goshopping .icon {
  fill: #2caead;
  width: 12px;
  height: 12px;
}
.submit-coupon-link {
  color: #2caead;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.submit-coupon-link .icon-tag-add {
  width: 18px;
  height: 18px;
  fill: #2caead;
  margin-right: 5px;
}
.star-rating-wrap {
  padding: 12px 0;
}
.star-rating-wrap .rating-result {
  display: block;
  clear: both;
  color: #767676;
  margin-top: 40px;
}
.star-rating {
  float: left;
}
.star-rating .star {
  float: right;
  width: 28px;
  height: 28px;
  margin-right: 2px;
  background-image: url(/imgs/icon-star-gray.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.star-rating .star.half {
  background-image: url(/imgs/icon-star-half.svg);
}
.star-rating .star.active {
  background-image: url(/imgs/icon-star.svg);
}
.star-rating:not(.lock) .star:hover,
.star-rating:not(.lock) .star:hover ~ .star {
  background-image: url(/imgs/icon-star.svg);
}
.star-rating-feedback {
  font-weight: 700;
}
.store-about-section {
  padding: 0 10px;
  margin: 10px 0;
  color: #545454;
  font-size: 14px;
  line-height: 1.8;
  border: 1px solid #e7e7e7;
}
.store-about-section h2,
.store-about-section h3,
.store-about-section h4,
.store-about-section h5,
.store-about-section h6 {
  font-weight: 500;
  margin: 10px 0;
}
.store-about-section h2 {
  font-size: 20px;
  margin-top: 20px;
}
.store-about-section h3 {
  font-size: 18px;
}
.store-about-section h4 {
  font-size: 16px;
}
.store-about-section h5 {
  font-size: 15px;
}
.store-about-section h6 {
  font-size: 14px;
}
.store-about-section p {
  margin: 8px 0;
}
.store-about-section ol,
.store-about-section ul {
  list-style-type: disc;
  padding-left: 30px;
  margin: 10px 0;
}
.store-about-section ol li,
.store-about-section ul li {
  margin: 8px 0;
}
.store-about-section a {
  color: #2caead;
  font-weight: 500;
}
.store-about-section .image {
  display: flex;
  width: 100%;
  margin: 20px 0;
  justify-content: center;
  background-image: url(/imgs/loading.svg);
  background-size: auto 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.store-about-section .image img {
  width: auto;
}
.store-about-section .image img.lazy {
  min-height: 300px;
}
.store-about-section table {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  width: 100%;
  background-color: #fff;
}
.store-about-section table th {
  font-weight: 500;
  text-align: left;
}
.store-about-section table th,
.store-about-section table td {
  padding: 14px;
  border-bottom: 1px solid #e7e7e7;
}
.video {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
  background-color: #dcdcdc;
}
.video iframe,
.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  outline: 0;
  z-index: 99;
}
.video .video-facade {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #000;
}
.video .video-facade img {
  object-fit: cover;
}
.video .video-facade .icon-yt-play-button {
  width: 68px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video .video-facade .icon-yt-play-button.grey {
  display: block;
}
.video .video-facade .icon-yt-play-button.light {
  display: none;
}
.video .video-facade .icon-vimeo-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #172223bf;
  border-radius: 5px;
  width: 65px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video .video-facade:hover .icon-yt-play-button.grey {
  display: none;
}
.video .video-facade:hover .icon-yt-play-button.light {
  display: block;
}
.video .video-facade:hover .icon-vimeo-play-button {
  background-color: #00adef;
}
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb a {
  color: #545454;
}
.breadcrumb a:hover {
  color: #2caead;
}
.breadcrumb a:after {
  content: "⟩";
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .breadcrumb a:after {
    margin: 0 8px;
  }
}
.breadcrumb .current {
  color: #545454;
}
.breadcrumb .current:after {
  display: none;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #00000080;
  overflow-y: hidden;
}
.modal .modal-content {
  position: absolute;
  inset: 70px 0 0;
  padding: 20px;
  background-color: #fff;
  background-image: url(/imgs/loading.svg);
  background-size: auto 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .modal .modal-content {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    max-height: 90vh;
    min-height: 50vh;
    top: 50%;
    transform: translateY(-50%);
  }
}
.modal .modal-header {
  background-color: #fff;
  text-align: center;
}
.modal .modal-header .modal-store-logo {
  display: inline-block;
  height: 78px;
  width: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal .modal-header .modal-store-logo {
    height: 88px;
  }
}
.modal .modal-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .modal .modal-title {
    font-size: 24px;
    padding-top: 20px;
  }
}
.modal .modal-close {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.modal .modal-close .icon-close {
  width: 25px;
  height: 25px;
  fill: #2caead;
  display: none;
}
@media screen and (min-width: 1024px) {
  .modal .modal-close .icon-close {
    display: block;
  }
}
.modal .modal-body {
  background-color: #fff;
}
.modal .copy-code-container {
  text-align: center;
  overflow: hidden;
}
.modal .copy-code-container .copy-code {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  height: 60px;
}
.modal .copy-code-container .the-code {
  font-size: 24px;
  font-weight: 500;
  padding: 0 10px;
  min-width: 168px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  overflow: hidden;
  border: 2px dashed #2caead;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .copy-code-container .btn-copy {
  font-size: 16px;
  font-weight: 700;
  background-color: #2caead;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
  border: 0;
  width: 98px;
}
.modal .copy-code-container .btn-copy:hover,
.modal .copy-code-container .btn-copy.copied-success {
  background-color: #228585;
}
.modal .go-to-saving {
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal .go-to-saving {
    padding-top: 10px;
    font-size: 18px;
  }
}
.modal .go-to-saving a {
  color: #2caead;
}
.modal .no-code-needed {
  font-size: 24px;
  font-weight: 700;
  color: #cf142b;
  padding: 10px 0;
}
.modal .hr {
  height: 1px;
  background-color: #e7e7e7;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .modal .hr {
    margin: 20px 0;
  }
}
.modal .vote-prompt {
  text-align: center;
}
.modal .vote-prompt .description {
  text-align: left;
  padding-bottom: 10px;
}
.modal .vote-prompt .feedback-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.modal .vote-prompt .feedback-message {
  color: #2caead;
}
.modal .modal-footer {
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .modal .modal-footer {
    display: block;
  }
}
.modal .modal-footer .modal-footer-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.modal .modal-footer .modal-footer-sub-title {
  font-size: 14px;
}
.modal .reaction {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 25px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.modal .reaction .icon-thumbs-up,
.modal .reaction .icon-thumbs-down {
  width: 50px;
  height: 45px;
  fill: #767676;
}
.modal .reaction .num {
  display: block;
  color: #767676;
  font-weight: 600;
}
.modal .reaction.is-active .icon-thumbs-up {
  fill: #2caead;
}
.modal .reaction.is-active .icon-thumbs-down {
  fill: #e7e7e7;
}
.modal .reaction.is-active .num-up {
  color: #2caead;
}
.modal .reaction.is-active .num-down {
  color: #e7e7e7;
}
.modal .error-ajax {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.modal-touch-device-header {
  display: flex;
  justify-content: center;
  height: 70px;
  background: linear-gradient(90deg, #2caead, #2caead);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal-touch-device-header {
    display: none;
  }
}
.modal-touch-device-header .modal-site-logo {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  height: 70px;
  width: 136px;
  max-width: 100%;
  overflow: hidden;
}
.modal-touch-device-header .modal-close-touch {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.category-group .subtitle {
  font-size: 20px;
  font-weight: 700;
}
.category-group .category-list {
  margin-bottom: 10px;
  padding: 0 5px;
}
.category-group .category-list li {
  margin: 16px 0;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .category-group .category-list li {
    margin: 12px 0;
  }
}
.category-group .category-list a {
  color: #545454;
}
.category-group .category-list a:hover {
  color: #2776c0;
}
.fluid-layout {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fluid-layout .fluid-item {
  white-space: wrap;
  word-break: break-all;
  word-wrap: break-word;
  margin: 5px 0;
  width: 50%;
}
@media (min-width: 768px) {
  .fluid-layout .fluid-item {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .fluid-layout .fluid-item {
    width: 25%;
  }
}
.fluid-layout .fluid-item a {
  font-size: 20px;
  font-weight: 500;
  color: #767676;
}
.fluid-layout .fluid-item a:hover {
  color: #2776c0;
}
@media (min-width: 1024px) {
  .column-count-5 .fluid-layout {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
.page-sitemap .wrapper {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .page-sitemap .wrapper {
    padding: 30px;
  }
}
.page-sitemap .letters {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: transparent;
  padding: 20px 0;
}
.page-sitemap .letters::-webkit-scrollbar {
  display: none;
}
.page-sitemap .letters .letter {
  font-size: 18px;
  color: #1b1c1d;
  display: block;
  width: 46px;
  min-width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-right: 10px;
  transition: all ease 0.5s;
}
@media (min-width: 768px) {
  .page-sitemap .letters .letter {
    margin-right: 20px;
  }
}
.page-sitemap .letters .letter:last-child {
  margin-right: 0;
}
.page-sitemap .letters .letter.active,
.page-sitemap .letters .letter:hover {
  border: 0;
  border-radius: 50%;
  background-color: #2caead;
  color: #fff;
}
.page-sitemap .store-group {
  padding: 20px 0;
}
.page-sitemap .store-group .store-letter {
  font-size: 20px;
  color: #1b1c1d;
  font-style: italic;
  font-weight: 600;
  cursor: default;
}
@media (min-width: 769px) {
  .page-sitemap .store-group .store-letter {
    font-size: 24px;
  }
}
.page-sitemap .store-group .store-wrap {
  padding: 0;
}
.page-sitemap .store-group .a-store {
  color: #767676;
  margin: 8px 5px;
}
.page-sitemap .store-group .a-store:hover {
  color: #2caead;
}
.page-sitemap .store-group .more {
  color: #2caead;
  float: right;
  font-size: 16px;
}
.page-sitemap .empty-stores {
  font-size: 14px;
  color: #767676;
}
.page-sitemap .empty-stores a {
  color: #2caead;
}
.page-licence {
  margin-bottom: 30px;
  min-height: 78vh;
}
.page-licence .box {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #e7e7e7;
  font-size: 16px;
}
@media (min-width: 768px) {
  .page-licence .box {
    padding: 30px;
  }
}
.page-licence .box a {
  color: #2caead;
}
.page-licence .item {
  margin: 20px 0;
  color: #767676;
}
.page-licence .item h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-licence h2 {
  font-weight: 700;
  color: #767676;
}
.page-licence p {
  margin: 20px 0;
  color: #767676;
}
.page-licence .ul-list {
  padding-left: 45px;
  list-style: decimal;
}
.page-licence .ul-list strong {
  font-weight: 500;
}
.blog-page {
  background-color: #fff;
  font-size: 18px;
  line-height: 2;
}
.blog-page .container {
  max-width: 900px;
}
.blog-page h1 {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
  padding-top: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .blog-page h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-page h1 {
    font-size: 40px;
  }
}
.blog-page h2 {
  font-weight: 500;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .blog-page h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-page h2 {
    font-size: 38px;
  }
}
.blog-page h3,
.blog-page h4,
.blog-page h5,
.blog-page h6 {
  font-weight: 500;
  line-height: 1.4;
}
.blog-page h3,
.blog-page h4 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .blog-page h3,
  .blog-page h4 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-page h3,
  .blog-page h4 {
    font-size: 28px;
  }
}
.blog-page h5,
.blog-page h6 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .blog-page h5,
  .blog-page h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-page h5,
  .blog-page h6 {
    font-size: 24px;
  }
}
.blog-page p {
  margin: 1rem 0;
}
.blog-page ul {
  list-style-type: disc;
  padding-left: 50px;
}
.blog-page li {
  margin: 1rem 0;
}
.blog-page a {
  color: #2caead;
}
.blog-page img {
  margin: 2rem 0%;
}
.blog-page blockquote {
  margin: 50px auto;
  font-style: italic;
  font-size: 1.4rem;
  color: #545454;
  padding: 1.2rem 30px 1.2rem 75px;
  border-left: 8px solid #2caead;
  position: relative;
  background: #fafafa;
}
.blog-page blockquote:before {
  font-family: Arial;
  content: "“";
  color: #2caead;
  font-size: 4rem;
  position: absolute;
  left: 10px;
  top: -10px;
}
.blog-page blockquote:after {
  content: "";
}
.blog-page blockquote.green {
  border-left-color: #2caead;
}
.blog-page blockquote.green:before {
  color: #2caead;
}
.blog-page blockquote.orange {
  border-left-color: #ff7227;
}
.blog-page blockquote.orange:before {
  color: #ff7227;
}
.blog-page blockquote.blue {
  border-left-color: #2776c0;
}
.blog-page blockquote.blue:before {
  color: #2776c0;
}
.blog-page blockquote.red {
  border-left-color: #cf142b;
}
.blog-page blockquote.red:before {
  color: #cf142b;
}
.blog-page blockquote.purple {
  border-left-color: #7b0099;
}
.blog-page blockquote.purple:before {
  color: #7b0099;
}
.blog-page blockquote span {
  display: block;
  color: #1b1c1d;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  text-align: right;
}
.blog-page blockquote a {
  text-decoration: underline;
}
.blog-page .pd-30 {
  padding: 30px 0;
}
.blog-page .bg-orange {
  background-color: #ff7227;
}
.blog-page .bt-orange {
  border-top: 10px solid #ff7227;
}
.blog-page .bt-green {
  border-top: 10px solid #2caead;
}
.blog-page .bt-blue {
  border-top: 10px solid #2776c0;
}
.blog-page .bt-red {
  border-top: 10px solid #cf142b;
}
.blog-page .bt-purple {
  border-top: 10px solid #7b0099;
}
.blog-page .publish-date {
  text-align: center;
}
.blog-page .blog-header {
  background-color: #2caead;
  color: #fff;
}
.blog-page .blog-header a {
  color: #fff;
}
.blog-page .catalog {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.blog-page .catalog-item {
  justify-content: center;
  text-align: center;
  margin: 10px 30px;
  width: 245px;
  padding: 20px;
}
.blog-page .catalog-item a {
  color: #1b1c1d;
}
.blog-page .catalog-item strong {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-page .catalog-item.circle {
  height: 245px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
    0 2px 4px #22242626,
    0 2px 4px #2224260d;
  display: flex;
  align-items: center;
}
.blog-social-shares {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .blog-social-shares {
    flex-direction: column;
    left: 50%;
    top: 50%;
    bottom: unset;
    width: unset;
    transform: translate(-500px, -50%);
  }
}
.blog-social-shares .social-link {
  flex: 1;
  height: 44px;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .blog-social-shares .social-link {
    flex: none;
    box-sizing: border-box;
    width: 50px;
    height: 60px;
    padding: 12px;
  }
}
.blog-social-shares .social-link svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.blog-social-shares .social-facebook {
  background-color: #3b5998;
}
.blog-social-shares .social-twitter {
  background-color: #55acee;
}
.blog-cards-page h1 {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
  padding: 2rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .blog-cards-page h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-cards-page h1 {
    font-size: 40px;
  }
}
.blog-cards-list,
.blog-card-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .blog-cards-list,
  .blog-card-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .blog-cards-list {
    justify-content: space-between;
  }
}
.blog-card-item {
  width: 100%;
  border-radius: 5px;
  box-shadow:
    0 2px 4px #22242626,
    0 2px 4px #2224260d;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  .blog-card-item {
    width: 48%;
  }
}
.blog-card-item .cover-image {
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .blog-card-item .cover-image {
    width: 200px;
  }
}
.blog-card-item .cover-image img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
@media screen and (min-width: 1024px) {
  .blog-card-content-wrap {
    flex: 1;
    overflow: hidden;
  }
}
.blog-card-content {
  padding: 10px 10px 10px 20px;
}
@media screen and (min-width: 1024px) {
  .blog-card-content {
    height: 200px;
    overflow: hidden;
  }
}
.blog-card-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2caead;
}
.blog-card-title a {
  color: #2caead;
}
@media screen and (min-width: 768px) {
  .blog-card-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-card-title {
    font-size: 32px;
  }
}
.blog-card-description {
  height: 4.8rem;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
}
.blog-card-tail-link {
  display: block;
  color: #2caead;
  text-align: right;
}
.container-404 {
  min-height: 78vh;
}
.err-info {
  font-size: 18px;
  padding: 20px 0;
}
.oops-img {
  width: 100%;
  padding: 40px 0 20px;
  text-align: center;
}
.oops-img svg {
  max-width: 100%;
}
.page-submit {
  padding-bottom: 30px;
}
.page-submit h1 {
  text-align: center;
}
.page-submit .feedback {
  position: fixed;
  width: 360px;
  padding: 30px;
  border: 1px solid;
  border-radius: 4px;
  box-shadow:
    0 2px 4px #22242626,
    0 2px 4px #2224260d;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  transition: transform ease-in-out 0.5s;
  background-color: #fff;
}
.page-submit .feedback.show {
  transform: translate(-50%, 30vh);
}
.page-submit .feedback.success {
  border-color: #53a601;
  color: #53a601;
}
.page-submit .feedback.warning {
  border-color: #f1362d;
  color: #f1362d;
}
.page-submit .loading {
  position: fixed;
  inset: 0;
  background-image: url(/imgs/loading.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: 120px;
}
.submit-form fieldset {
  margin: 20px 0;
}
.submit-form legend {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.submit-form .fieldset-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}
.submit-form .fieldset-item label {
  font-size: 16px;
  margin-bottom: 5px;
}
.submit-form .fieldset-item label sup {
  color: #f1362d;
  font-size: 20px;
  margin-left: 3px;
}
.submit-form .fieldset-item input,
.submit-form .fieldset-item textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 10px;
  box-sizing: border-box;
}
.submit-form .fieldset-item input {
  height: 40px;
}
.submit-form .fieldset-item textarea {
  height: 80px;
}
.submit-form .fieldset-item .icon-calendar {
  position: absolute;
  bottom: 7px;
  right: 10px;
  fill: #e7e7e7;
  width: 25px;
  height: 25px;
}
.submit-form .submit-btn {
  display: block;
  width: 280px;
  height: 48px;
  background-color: #2caead;
  border-radius: 4px;
  margin: 20px auto;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 48px;
  cursor: pointer;
}
.submit-form .tips {
  font-size: 14px;
  color: #767676;
  margin: 20px 0;
}
.submit-form .tips p {
  margin: 10px 0;
}
.submit-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-layout {
  display: flex;
  flex-direction: column;
}
.page-layout .main,
.page-layout .sidebar {
  flex: 1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-layout {
    flex-direction: row;
  }
  .page-layout .sidebar {
    flex: 0;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    margin-left: 30px;
    margin-top: 20px;
  }
}
.main-header {
  padding: 20px 0;
}
.main-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .main-title {
    margin-bottom: 0;
  }
}
.touch-overview {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .touch-overview {
    display: none;
  }
}
.main-header-logo {
  display: block;
  margin-right: 20px;
  background-color: transparent;
}
.main-header-logo img {
  width: 120px;
  height: 80px;
}
.touch-statistic {
  flex: 1;
  height: 100%;
}
.touch-statistic .statistic {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.touch-statistic .statistic-item {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 2px 0;
}
.touch-statistic .statistic-item .label {
  color: #545454;
}
.touch-statistic .statistic-item .value {
  font-weight: 700;
}
.try-our-superior-voucher {
  display: block;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(90deg, #2776c0, #2caead);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-indent: 10px;
}
.filter-verified-action {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.filter-verified-action input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.filter-verified-action label {
  cursor: pointer;
  text-indent: 50px;
  width: 40px;
  height: 20px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
  line-height: 20px;
  color: #545454;
  white-space: nowrap;
}
.filter-verified-action label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 18px;
  transition: 0.3s;
}
.filter-verified-action input:checked + label {
  background: #2caead;
}
.filter-verified-action input:checked + label:after {
  left: calc(100% - 1px);
  transform: translate(-100%);
}
.touch-device__icon-menu {
  position: absolute;
  top: 35px;
  left: 16px;
  width: 32px;
  height: 32px;
  fill: #fff;
  transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .touch-device__icon-menu {
    display: none;
  }
}
.nav-touch {
  width: 100vw;
  max-width: 414px;
  height: 100vh;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 50px 32px 39px;
  position: fixed;
  left: -414px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  overflow-y: scroll;
  transition: all ease-out 0.25s;
}
.nav-touch.show {
  left: 0;
}
.nav-touch .icon-close {
  position: absolute;
  top: 30px;
  right: 16px;
  width: 28px;
  height: 28px;
  fill: var(--grey);
  transform: translateY(-50%);
  outline: 0;
}
.nav-touch-mask {
  position: fixed;
  inset: 0;
  z-index: 9;
  background-color: #00000080;
  display: none;
}
.nav-touch-mask.show {
  display: block;
}
.nav-touch-item {
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 24px;
  outline: 0;
  border-bottom: 1px solid var(--grey-light);
}
.nav-touch-item .item-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--grey);
  height: 48px;
}
.nav-touch-item .icon-arrow-down {
  width: 14px;
  height: 14px;
  fill: var(--grey);
  transition: transform var(--theme-transition);
  transform: rotate(-90deg);
}
.nav-touch-item .sub-menu {
  padding-left: 20px;
  height: 0;
  overflow: hidden;
  transition: height var(--theme-transition);
}
.nav-touch-item .sub-menu a {
  display: block;
  padding: 5px 0;
  color: var(--grey);
}
.nav-touch-item.show-sub-menu .icon-arrow-down {
  transform: rotate(0);
}
.nav-touch-item.show-sub-menu .sub-menu {
  height: auto;
}
.nav-touch-item a.all-shop-link {
  display: block;
  line-height: 2;
  padding: 5px 0;
  color: var(--color-primary);
}
.nav-desktop {
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: transparent;
  display: none;
}
.nav-desktop::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-desktop {
    display: flex;
  }
}
.nav-desktop-item {
  font-size: var(--text-md);
  font-weight: 500;
  color: #fff;
  display: block;
  position: relative;
}
.nav-desktop-item:hover {
  height: 700px;
}
.nav-desktop-item:hover .icon-arrow-down {
  transform: rotate(180deg);
}
.nav-desktop-item:hover .nav-desktop-best-shops {
  display: block;
}
.nav-desktop-item .icon-arrow-down {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-left: 8px;
  transition: transform var(--theme-transition);
}
.nav-desktop-item .item-main {
  color: #fff;
  margin: 0 18px;
  padding: 12px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.nav-desktop-best-shops {
  position: absolute;
  top: 70px;
  left: 18px;
  min-width: 280px;
  background-color: #fff;
  z-index: 99;
  padding: 12px;
  box-shadow: var(--shadow-lg);
  display: none;
}
.nav-desktop-best-shops .shop-link {
  display: block;
  padding: 8px 0;
  color: var(--black);
}
.nav-desktop-best-shops .shop-link:hover {
  background-color: var(--color-bg);
  color: var(--color-primary);
}
.nav-desktop-best-shops .all-shop-link {
  display: block;
  line-height: 2;
  padding: 5px 0;
  color: var(--color-primary);
}
:root {
  --font-family:
    Avenir Next, Calibri, Source Sans Pro, Helvetica, Roboto, sans-serif;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.625rem;
  --text-2xl: 2.125rem;
  --text-3xl: 2.625rem;
  --text-4xl: 3.5rem;
  --text-5xl: 4.5rem;
  --black: #1b1c1d;
  --black-light: #545454;
  --grey: #767676;
  --grey-light: #e7e7e7;
  --grey-bg: #fafafa;
  --green: #2caead;
  --blue: #2776c0;
  --orange: #ff7227;
  --purple: #7b0099;
  --red: #cf142b;
  --color-primary: var(--green);
  --color-secondary: var(--red);
  --color-tertiary: var(--blue);
  --shadow-sm:
    0px 6px 3px rgba(9, 11, 17, 0.01), 0px 4px 2px rgba(9, 11, 17, 0.01),
    0px 2px 2px rgba(9, 11, 17, 0.02), 0px 0px 1px rgba(9, 11, 17, 0.03);
  --shadow-md:
    0px 28px 11px rgba(9, 11, 17, 0.01), 0px 16px 10px rgba(9, 11, 17, 0.03),
    0px 7px 7px rgba(9, 11, 17, 0.05), 0px 2px 4px rgba(9, 11, 17, 0.06);
  --shadow-lg:
    0px 62px 25px rgba(9, 11, 17, 0.01), 0px 35px 21px rgba(9, 11, 17, 0.05),
    0px 16px 16px rgba(9, 11, 17, 0.1), 0px 4px 9px rgba(9, 11, 17, 0.12);
  --shadow-base:
    0px 2px 4px 0px rgba(34, 36, 38, 0.15),
    0px 2px 4px 0px rgba(34, 36, 38, 0.05);
  --theme-transition: 0.2s ease-in-out;
  --media-mobile: 576px;
  --media-tablet: 768px;
  --media-desktop: 1024px;
  --media-desktop-xl: 1200px;
  --media-max-width: 1440px;
  --gap-mobile: 8px;
  --gap-tablet: 16px;
  --gap-desktop: 32px;
}
.search-shadow-warrior {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 2rem;
  text-indent: -9999px;
}
.search-shadow-warrior:hover {
  box-shadow:
    0 2px 4px #22242626,
    0 2px 4px #2224260d;
}
@media screen and (min-width: 1024px) {
  .search-shadow-warrior {
    height: 44px;
    width: 20rem;
    background-color: transparent;
    border: 1px solid #e7e7e7;
    border-radius: 2rem;
    box-shadow:
      0 2px 4px #22242626,
      0 2px 4px #2224260d;
    z-index: 99;
    cursor: text;
    line-height: 44px;
    color: #fff;
    padding-left: 38px;
    text-align: left;
    text-indent: 0;
  }
}
.search-shadow-warrior .icon-search {
  position: absolute;
  top: 22px;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .search-shadow-warrior .icon-search {
    left: 16px;
    width: 16px;
    height: 16px;
  }
}
.search-overlay {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 999;
  overflow: auto;
  opacity: 1;
  white-space: pre-wrap;
}
.search-overlay.hidden {
  opacity: 0;
}
.search-panel {
  display: flex;
  flex-direction: column;
}
.search-panel .close-search-overlay {
  text-align: right;
  padding: 5px 0;
}
.search-panel .icon-close {
  fill: #767676;
  width: 40px;
  height: 60px;
  cursor: pointer;
}
.search-input {
  box-sizing: border-box;
  line-height: 1.2;
  border: 0;
  border: 1px solid #767676;
  border-radius: 2rem;
  outline: 0;
  color: #1b1c1d;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 30px;
  background-color: #fff;
}
.search-input::placeholder {
  color: #767676;
  font-weight: 300;
}
.search-result {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 20px 0;
}
.search-result .response-indicator {
  font-size: 16px;
}
.search-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 6px solid hsla(0, 0%, 91%, 0.5);
  border-radius: 60px;
  transform: translate(-50%, -50%);
}
.search-loading:after {
  position: absolute;
  inset: -6px;
  content: "";
  border: 6px solid transparent;
  border-top-color: #2caead;
  border-radius: 60px;
  animation: spin 1s linear infinite;
}
.search-item {
  display: flex;
  align-items: center;
  height: 90px;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.search-item .item-logo {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: flex;
}
.search-item .item-name {
  font-size: 18px;
  color: #1b1c1d;
  font-weight: 600;
  line-height: 1.16;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .search-item .item-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .search-item .item-name {
    font-size: 24px;
  }
}
