#ajax-spinner {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  padding: 10px;
  background-image: url("../images/spinner-deal.gif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 99999;
  border: 3px solid #e5e5e5;
}

.adsbygoogle {
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
  .srec-xs {
    width: 250px;
    height: 250px;
  }
  .mrec-xs {
    width: 300px;
    height: 250px;
  }
  .lrec-xs {
    width: 336px;
    height: 280px;
  }
  .leaderboard-xs {
    width: 728px;
    height: 90px;
  }
  .mobile-xs {
    width: 320px;
    height: 50px;
  }
  .skyscraper-xs {
    width: 120px;
    height: 600px;
  }
  .halfpage-xs {
    width: 300px;
    height: 600px;
  }
  .banner-xs {
    width: 468px;
    height: 60px;
  }
}

/* small */
@media (min-width: 768px) and (max-width: 991px) {
  .hide-sm {
    display: none;
  }
  .srec-sm {
    width: 250px;
    height: 250px;
  }
  .mrec-sm {
    width: 300px;
    height: 250px;
  }
  .lrec-sm {
    width: 336px;
    height: 280px;
  }
  .leaderboard-sm {
    width: 728px;
    height: 90px;
  }
  .mobile-sm {
    width: 320px;
    height: 50px;
  }
  .skyscraper-sm {
    width: 120px;
    height: 600px;
  }
  .halfpage-sm {
    width: 300px;
    height: 600px;
  }
  .banner-sm {
    width: 468px;
    height: 60px;
  }
}

/* medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-md {
    display: none;
  }
  .srec-md {
    width: 250px;
    height: 250px;
  }
  .mrec-md {
    width: 300px;
    height: 250px;
  }
  .lrec-md {
    width: 336px;
    height: 280px;
  }
  .leaderboard-md {
    width: 728px;
    height: 90px;
  }
  .mobile-md {
    width: 320px;
    height: 50px;
  }
  .skyscraper-md {
    width: 120px;
    height: 600px;
  }
  .halfpage-md {
    width: 300px;
    height: 600px;
  }
  .banner-md {
    width: 468px;
    height: 60px;
  }
}

/* large */
@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
  .srec-lg {
    width: 250px;
    height: 250px;
  }
  .mrec-lg {
    width: 300px;
    height: 250px;
  }
  .lrec-lg {
    width: 336px;
    height: 280px;
  }
  .leaderboard-lg {
    width: 728px;
    height: 90px;
  }
  .mobile-lg {
    width: 320px;
    height: 50px;
  }
  .skyscraper-lg {
    width: 120px;
    height: 600px;
  }
  .halfpage-lg {
    width: 300px;
    height: 600px;
  }
  .banner-lg {
    width: 468px;
    height: 60px;
  }
}

.datalist .spinner {
  display: none;
}

.datalist-control-panel {
  margin: 15px 0;
}

.datalist-control-panel .datalist-filter-panel {
  text-align: right;
}

.datalist-next-items {
  margin: 15px auto;
  text-align: center;
}

.datalist-empty {
  margin-bottom: 60px;
}

.datalist-empty a.btn {
  margin-top: 60px;
  margin-bottom: 30px;
}

.page-review-list .spinner {
  margin: 18px 0;
  margin-top: 48px;
}

.filter-w {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-bottom: 27px;
  z-index: 9;
}

.filter-w:before, .filter-w:after {
  content: ' ';
  display: table;
}

.filter-w:after {
  clear: both;
}

.filter {
  position: relative;
  display: block;
}

.filter:before, .filter:after {
  content: ' ';
  display: table;
}

.filter:after {
  clear: both;
}

.filter a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  /* layer fill content */
  font-weight: 300;
  text-align: center;
  color: #1e1e1e;
  /* text color */
  font-size: 15px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .filter a {
    width: auto;
    margin: 0 5px;
    float: left;
  }
  .filter a:first-child {
    margin-left: 0;
  }
}

.filter a.active, .filter a:hover {
  color: #fff;
  background-color: #686868;
  /* layer fill content */
}

.filter a.orange {
  background-color: #ee7836;
  color: #fff;
}

.filter a.orange:hover {
  background-color: #de5c13;
}

.paginator-wrapper {
  position: relative;
  display: flex;
  min-height: 71px;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .paginator-wrapper {
    flex-direction: row;
  }
}

.paginator-w {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 768px) {
  .paginator-w {
    position: absolute;
    right: 0;
  }
}

.paginator-w ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.paginator-w ul:before, .paginator-w ul:after {
  content: ' ';
  display: table;
}

.paginator-w ul:after {
  clear: both;
}

.paginator-w ul li {
  position: relative;
  display: inline-block;
  float: left;
}

.paginator-w ul li:last-child a {
  margin-right: 0;
}

.paginator-w ul li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 300;
  color: #323232;
  /* text color */
  font-size: 14px;
  text-decoration: none;
  margin-right: 5px;
  line-height: 30px;
}

.paginator-w ul li a:hover {
  background-color: #dddddd;
}

.paginator-w ul li a.active {
  background-color: #dddddd;
}

.paginator-w .btn {
  padding: 5px 10px;
  font-size: 12px;
  margin: 0 10px;
}

.sidebar {
  text-align: center;
}

.sidebar .btn-lg {
  min-width: 100%;
  margin-bottom: 20px;
}

.sidebar .btn {
  margin-top: 24px;
  width: 100%;
  font-size: 15px;
}

.sidebar .btn-green {
  margin-top: 0;
}

.sidebar .banner-w {
  position: relative;
  display: block;
  margin-top: 30px;
}

.sidebar .banner-w a {
  position: relative;
  display: block;
  margin: auto;
  text-decoration: none;
}

.sidebar .banner-w a img {
  position: relative;
  display: block;
  margin: auto;
  max-width: 100%;
}

.sidebar .article-tag {
  margin-top: 30px;
}

.sidebar .text-block {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 18px;
  background-color: #fff;
}

.sidebar .text-block h3 {
  color: #000;
  /* text color */
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.sidebar .text-block h3 strong {
  color: #66b940;
}

.sidebar .text-block p {
  color: #353535;
  /* text color */
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 22px;
  font-weight: 300;
  text-align: justify;
}

.sidebar .text-block p strong {
  font-weight: 600;
}

/* ========================================================================== */
/*   FLASH MESSAGE COMPONENT
/* - Default component for flash messages. */
/* - Defaults to Bootstrap classes: .success, .warning, .info, .danger.  */
/* - Class .error is ok too!  */
/* ========================================================================== */
.flashmessage-w {
  position: fixed;
  display: block;
  width: 100%;
  top: 61px;
  left: 0;
  right: 0;
  z-index: 99999;
}

.flashmessage {
  margin: auto;
  padding: 24px 60px;
  border-radius: 0px;
  color: #fff;
  /* text color */
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  background-color: #ee7836;
  padding: 20px 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .flashmessage {
    font-size: 17px;
    padding: 20px;
  }
}

.flashmessage .container {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .flashmessage .container {
    padding-right: 15px;
  }
}

.flashmessage i.icon-close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-fl-close.png") no-repeat;
  background-size: 16px 16px;
  right: 15px;
  top: 50%;
  bottom: 0;
  margin: auto;
  margin-top: -8px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .flashmessage i.icon-close {
    right: 30px;
  }
}

.flashmessage.warning, .flashmessage.danger, .flashmessage.error {
  background-color: #eb0132;
  /* layer fill content */
}

.flashmessage.success {
  background-color: #6dc31f;
  /* layer fill content */
}

.flashmessage.info {
  background-color: #ee7836;
}

.flashmessage.interact p {
  font-weight: 300;
  color: #fff;
  display: block;
  margin-bottom: 0;
}

.flashmessage.interact p a {
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.flashmessage.interact p a:hover {
  text-decoration: none;
}

ul.error li {
  background-color: #eb0132;
  /* layer fill content */
  padding: 15px 20px;
  border-radius: 0px;
  color: #fff;
  /* text color */
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

ul.error li a {
  color: #fff;
  text-decoration: underline;
}

.queries {
  position: relative;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top: -3px;
  left: 1px;
  border: 1px solid #cccccc;
}

.queries:before {
  content: "";
  position: absolute;
  float: left;
  width: 9px;
  height: 9px;
  left: 4%;
  margin-left: -8px;
  top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cccccc;
}

.queries:after {
  content: "";
  position: absolute;
  float: left;
  width: 8px;
  height: 8px;
  left: 4%;
  margin-left: -7px;
  top: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.aa-dropdown-menu {
  position: fixed !important;
  width: 100%;
  z-index: 9;
  top: 100px !important;
  border: 0 !important;
}

@media (min-width: 768px) {
  .aa-dropdown-menu {
    top: 50px !important;
    width: 100%;
    margin-left: 0;
    border: 1px solid rgba(228, 228, 228, 0.6) !important;
  }
}

.aa-dropdown-menu .container {
  padding: 0;
  position: relative;
}

.aa-dropdown-menu .aa-dataset-fallbacks {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

.aa-dropdown-menu .aa-dataset-fallbacks .query {
  padding: 10px 0 !important;
  padding-left: 64px !important;
  background-color: #f1f1f1;
  border-bottom: 1px solid #6b6b6b;
}

.aa-dropdown-menu .aa-dataset-fallbacks .query i {
  position: absolute;
  left: 23px;
  padding: 0px;
  top: 50%;
  margin-top: -16px;
  font-size: 31px;
}

.aa-dropdown-menu .aa-dataset-fallbacks .query.query-categories .query-right {
  padding-top: 0;
}

.aa-dropdown-menu .aa-dataset-fallbacks .query.query-categories .query-right .title-name {
  font-weight: 900;
}

.aa-dropdown-menu .aa-dataset-fallbacks .query .fa-arrow-circle-right {
  left: auto;
  right: 20px;
}

.aa-dropdown-menu .aa-dataset-sale,
.aa-dropdown-menu .aa-dataset-shop {
  position: relative;
  display: block;
  width: 100%;
}

.aa-dropdown-menu .aa-dataset-sale .aa-suggestions:before, .aa-dropdown-menu .aa-dataset-sale .aa-suggestions:after,
.aa-dropdown-menu .aa-dataset-shop .aa-suggestions:before,
.aa-dropdown-menu .aa-dataset-shop .aa-suggestions:after {
  content: ' ';
  display: table;
}

.aa-dropdown-menu .aa-dataset-sale .aa-suggestions:after,
.aa-dropdown-menu .aa-dataset-shop .aa-suggestions:after {
  clear: both;
}

.aa-dropdown-menu .aa-dataset-sale .aa-suggestion,
.aa-dropdown-menu .aa-dataset-shop .aa-suggestion {
  position: relative;
  display: block;
  padding: 0px;
}

.aa-dropdown-menu .aa-dataset-sale .query-right,
.aa-dropdown-menu .aa-dataset-shop .query-right {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .aa-dataset-sale .query-right,
  .aa-dropdown-menu .aa-dataset-shop .query-right {
    padding: 10px;
  }
}

.aa-dropdown-menu .aa-dataset-sale .aa-suggestion:nth-child(2n),
.aa-dropdown-menu .aa-dataset-shop .aa-suggestion:nth-child(2n) {
  margin-right: 0;
}

.aa-dropdown-menu .aa-dataset-sale .wrapper,
.aa-dropdown-menu .aa-dataset-shop .wrapper {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.aa-dropdown-menu .aa-dataset-sale .wrapper:before, .aa-dropdown-menu .aa-dataset-sale .wrapper:after,
.aa-dropdown-menu .aa-dataset-shop .wrapper:before,
.aa-dropdown-menu .aa-dataset-shop .wrapper:after {
  content: ' ';
  display: table;
}

.aa-dropdown-menu .aa-dataset-sale .wrapper:after,
.aa-dropdown-menu .aa-dataset-shop .wrapper:after {
  clear: both;
}

.aa-dropdown-menu .aa-dataset-sale .sale-date,
.aa-dropdown-menu .aa-dataset-shop .sale-date {
  display: block;
  font-weight: 700;
  font-size: 11px;
  text-align: left;
}

.aa-dropdown-menu .aa-dataset-sale .btn,
.aa-dropdown-menu .aa-dataset-shop .btn {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  display: none;
  font-size: 12px;
  border: 1px solid;
  z-index: 999;
  border-color: #ee7836;
  color: #ee7836;
  margin-bottom: 10px;
  padding: 8px;
}

.aa-dropdown-menu .aa-dataset-sale .btn:hover,
.aa-dropdown-menu .aa-dataset-shop .btn:hover {
  background-color: #ee7836;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .aa-dropdown-menu .aa-dataset-sale .btn,
  .aa-dropdown-menu .aa-dataset-shop .btn {
    display: inline-block;
  }
}

.aa-dropdown-menu .aa-dataset-sale {
  display: none;
}

@media screen and (min-width: 768px) {
  .aa-dropdown-menu .aa-dataset-sale {
    display: block;
  }
}

.aa-dropdown-menu .aa-dataset-sale .query:before {
  display: none;
}

.aa-dropdown-menu .column {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .column {
    width: 98%;
  }
}

@media (min-width: 1180px) {
  .aa-dropdown-menu .column {
    width: 70%;
    padding: 0;
  }
}

.aa-dropdown-menu .query {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  min-width: 160px;
  z-index: 888;
  padding: 0px;
  background-color: #ffffff;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.aa-dropdown-menu .query:before, .aa-dropdown-menu .query:after {
  content: ' ';
  display: table;
}

.aa-dropdown-menu .query:after {
  clear: both;
}

.aa-dropdown-menu .query:before {
  position: absolute;
  display: none;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.aa-dropdown-menu .query:last-child {
  border-bottom: 0;
}

.aa-dropdown-menu .query:hover, .aa-dropdown-menu .query.selected,
.aa-dropdown-menu .query .aa-cursor {
  background-color: transparent;
  background-image: linear-gradient(to right, white, #f1f1f1 90%);
}

.aa-dropdown-menu .query.query-categories {
  padding: 3px 0px;
  height: auto;
}

.aa-dropdown-menu .query.query-categories:before {
  display: none;
}

.aa-dropdown-menu .query.query-categories .query-right {
  padding: 0;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  background-color: transparent;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .query.query-categories .query-right {
    font-size: 14px;
  }
}

.aa-dropdown-menu .query em {
  font-weight: 600;
  font-style: normal;
}

.aa-dropdown-menu .query .query-left,
.aa-dropdown-menu .query .query-right {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.aa-dropdown-menu .query .query-left {
  background-color: #fff;
  width: 90px;
  padding: 10px;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .query .query-left {
    width: 120px;
  }
}

.aa-dropdown-menu .query .query-left img {
  position: relative;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 30px;
}

.aa-dropdown-menu .query .reward {
  display: inline-block;
  font-size: 12px;
  color: #66b940;
  font-weight: 600;
  text-align: left;
  margin-top: 0px;
  float: right;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .query .reward {
    font-size: 19px;
  }
}

.aa-dropdown-menu .query .reward ._upTo {
  color: #6d6d6d;
  font-size: 16px;
}

.aa-dropdown-menu .query .query-right {
  padding: 0px;
  padding: 10px 15px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .query .query-right {
    padding: 10px;
  }
}

.aa-dropdown-menu .query .query-right p {
  font-size: 14px;
  font-weight: 300;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
  color: #6b6b6b;
}

.aa-dropdown-menu .query .query-right .title-name {
  display: block;
  text-align: left;
  line-height: 28px;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .query .query-right .title-name {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .aa-dropdown-menu .query .query-right .title-name {
    padding-right: 150px;
  }
}

.aa-dropdown-menu .aa-dataset-sale .query-right .title-name {
  padding-right: 20px;
}

.aa-dropdown-menu .aa-dataset-sale .query-right .reward {
  position: relative;
  top: 9px;
}

.aa-dropdown-menu .aa-dataset-sale .query-right .reward.free_shipping {
  font-size: 12px;
}

.aa-dropdown-menu .aa-dataset-category {
  position: relative;
  display: none;
  float: left;
  margin-top: 7px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .aa-dataset-category {
    width: 25%;
  }
}

@media (min-width: 1180px) {
  .aa-dropdown-menu .aa-dataset-category {
    width: 17%;
  }
}

.aa-dropdown-menu .aa-dataset-category .query .title-name {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  padding-right: 0;
}

.aa-dropdown-menu .aa-dataset-category .query .query-right {
  min-height: 0;
  padding: 0;
}

.aa-dropdown-menu .aa-dataset-deal .query-right .title-name {
  padding-right: 0px;
}

.aa-dataset-banner {
  position: relative;
  display: none;
  width: 28%;
  margin-left: 2%;
  float: left;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .aa-dataset-banner {
    display: block;
  }
}

.aa-dataset-banner .hot-offer {
  width: 80%;
  float: none;
  margin-left: 5%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.aa-dataset-banner .hot-offer__title {
  font-size: 14px;
}

.search-close {
  display: block;
  background-image: url("../images/close.png");
  width: 22px;
  height: 22px;
  position: absolute;
  opacity: 1;
  cursor: pointer;
  z-index: 999;
  right: 30px;
  bottom: -40px;
}

@media (min-width: 768px) {
  .search-close {
    right: 0px;
    top: 15px;
    bottom: auto;
  }
}

@media (min-width: 1180px) {
  .search-close {
    right: -27px;
  }
}

.aa-dropdown-menu.aa-dropdown-menu--fixed {
  top: 51px !important;
}

.aa-input-container {
  position: relative;
  display: inline-block;
}

.aa-hint {
  margin-top: 0 !important;
  color: #adadad !important;
}

.aa-input-search {
  width: 300px;
  padding: 12px 28px 12px 12px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
  display: none;
}

.aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  fill: #e4e4e4;
  pointer-events: none;
}

.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  min-width: 300px;
  margin-top: 0px;
  box-sizing: border-box;
}

.aa-suggestion {
  padding: 0px 0px;
  cursor: pointer;
}

.aa-suggestion.aa-cursor .query {
  background-color: #f1f1f1;
  background-image: linear-gradient(to right, white, #f1f1f1 90%);
}

.aa-suggestions-header {
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
  padding: 7px 12px;
  font-size: 11px;
  display: block;
  width: 100%;
}

.aa-empty {
  padding: 6px 12px;
}

.start-search {
  position: absolute;
  display: none;
  height: 375px;
  left: 0px;
  right: auto;
  z-index: 99;
  top: 100px;
}

@media (min-width: 768px) {
  .start-search {
    top: 50px;
  }
}

.rectangle-bounce {
  position: relative;
  text-align: center;
  top: 3px;
  float: right;
}

.rect {
  position: relative;
  display: inline-block;
  background-color: #bfbfbf;
  width: 2px;
  height: 14px;
  margin-right: 2px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.rect1 {
  animation-delay: -1.2s;
}

.rect2 {
  animation-delay: -1.1s;
}

.rect3 {
  animation-delay: -1s;
}

.rect4 {
  animation-delay: -0.9s;
}

.rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

.aa-container--deal .column {
  width: 50%;
}

@media (min-width: 768px) {
  .aa-dropdown-menu {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.aa-dropdown-menu .aa-dataset-shop .btn {
  display: none;
}

.aa-dropdown-menu .query {
  height: 45px;
}

.aa-dropdown-menu .query .query-right .title-name {
  padding-right: 0;
  line-height: 1.25;
}

.aa-dropdown-menu .query .query-right .title-name span:last-child {
  margin-left: auto;
}

.aa-dropdown-menu .query .query-left img {
  max-width: 70px;
  max-height: 25px;
}

.aa-dropdown-menu .query .reward {
  font-size: 16px;
}

.aa-dropdown-menu .query .reward ._upTo,
.aa-dropdown-menu .query .reward ._suffix {
  font-size: 12px;
  color: #717171;
}

.aa-dropdown-menu .wrapper {
  border-bottom: 1px solid #f1f1f1;
}

.aa-container--deal {
  display: flex;
  flex-direction: column;
}

.aa-container--deal .column {
  width: 100%;
}

@media (min-width: 768px) {
  .aa-container--deal .column {
    width: 45%;
  }
}

.aa-dropdown-menu .tag {
  padding: 0.25rem 0.5rem;
  background: #f1f1f1;
  border-radius: 4px;
  color: #383838;
  font-weight: 700;
  font-size: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .search-close {
    display: none;
  }
}

.aa-dropdown-menu .aa-dataset-deal .query .query-right .title-name {
  height: 38px;
  overflow: hidden;
  align-items: flex-start !important;
}

@media (min-width: 768px) {
  .aa-dropdown-menu .aa-dataset-deal .query .query-right .title-name {
    height: auto;
    align-items: center !important;
  }
}

._404error {
  background: none;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: auto;
  margin-bottom: 0;
}

._404error .logo {
  margin-bottom: 0px;
}

._404error h1 {
  text-align: center;
  font-size: 45px;
  padding-top: 0px;
  margin-top: 36px;
  margin-bottom: 0px;
}

._404error p {
  width: 35%;
  margin: auto;
  margin-top: 6px;
  font-size: 21px;
  line-height: 24px;
}

._404error p:last-child {
  margin-bottom: 48px;
}

._404error .btn {
  position: relative;
  display: inline-block;
  width: 195px;
  padding: 14px;
  margin-top: 46px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 48px;
}

.alert.icon {
  position: relative;
  padding-left: 55px;
}

.alert.icon .head {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.alert.icon .line {
  position: relative;
  display: block;
}

.alert.icon button {
  position: relative;
  float: right;
  top: -2px;
  border: 0;
  background-color: #fff;
  border-radius: 4px;
}

.alert.icon button:hover {
  background-color: #e6e6e6;
}

.alert.icon button.disable {
  background-color: #f1f1f1;
  cursor: auto;
}

.alert.icon button.disable:hover {
  background-color: #f1f1f1;
  cursor: auto;
}

.alert.icon i {
  position: absolute;
  display: block;
  text-align: center;
  left: 0px;
  top: 50%;
  width: 55px;
  height: 20px;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
}

.testadblockalert.test-ok, .testadblockalert.test-nok {
  display: none;
}

.testadblockalert.test-ok .line, .testadblockalert.test-nok .line {
  display: none;
}

.testadblockalert.test-ok .line.show, .testadblockalert.test-nok .line.show {
  display: block;
}

.testadblockalert.show.test-nok {
  display: block;
}

.alert-fixed {
  position: fixed;
  display: none;
  bottom: 0px;
  width: 100%;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  /* text color */
  font-size: 13px;
  text-align: center;
  background-color: red;
  z-index: 9;
}

@media (min-width: 1180px) {
  .alert-fixed {
    padding: 10px 20%;
  }
}

.help-tooltip {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #6b6b6b;
  width: 19px;
  height: 19px;
  top: -2px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
}

.help-tooltip:hover {
  background-color: #525252;
}

.faq-w {
  position: relative;
  display: block;
  margin-top: 40px;
}

.faq-w:before, .faq-w:after {
  content: ' ';
  display: table;
}

.faq-w:after {
  clear: both;
}

.faq-w ._faq {
  position: relative;
  display: block;
  border: 1px solid #dedfe0;
  /* stroke */
  background-color: #fff;
  /* layer fill content */
  margin-bottom: 14px;
}

.faq-w ._faq:before, .faq-w ._faq:after {
  content: ' ';
  display: table;
}

.faq-w ._faq:after {
  clear: both;
}

.faq-w ._faq ._head {
  color: #373737;
  /* text color */
  font-size: 15px;
  padding: 14px 14px;
  padding-right: 30px;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
  background-color: #f1f1f1;
  background-image: url("../images/plus.png");
  background-position: 96% 17px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .faq-w ._faq ._head {
    padding-right: 70px;
  }
}

.faq-w ._faq ._head:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.faq-w ._faq ._head._active {
  color: #fff;
  /* text color */
  background-color: #66b940;
  /* layer fill content */
  background-image: url("../images/minus.png");
  background-position: 96% 25px;
  background-size: 18px 1px;
  background-repeat: no-repeat;
}

.faq-w ._faq ._head._active:hover {
  background-color: #519333;
  /* layer fill content */
}

.faq-w ._faq ._text {
  position: relative;
  display: none;
  padding: 14px;
  padding-bottom: 0;
}

.faq-w ._faq ._text._active {
  display: block;
}

.faq-w ._faq p {
  line-height: 1.5;
}

.faq-w ._faq ul, .faq-w ._faq ol {
  padding-left: 2rem;
}

.faq-w ._faq ul li {
  line-height: 1.5;
}

#articles-list #snippet-paginator- {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.datalist-data:before, .datalist-data:after {
  content: ' ';
  display: table;
}

.datalist-data:after {
  clear: both;
}

.article__no-margin-top {
  margin-top: -27px;
}

.article {
  position: relative;
  display: block;
  width: calc(100%);
  margin-top: 27px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.article:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .article {
    width: calc(100% / 3);
  }
  .article:nth-child(3n) {
    padding-left: 20px;
    padding-right: 0;
  }
  .article:nth-child(3n - 2) {
    padding-left: 0px;
    padding-right: 20px;
  }
}

.article .image {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  height: 163px;
}

@media (min-width: 768px) {
  .article .image {
    height: 150px;
    align-items: center;
  }
}

.article .image img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.article .content {
  position: relative;
  display: block;
  height: 207px;
  background-color: #fff;
  padding: 14px 17px;
  padding-bottom: 0;
}

.article .content .title {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0.25em;
  height: 43px;
  overflow: hidden;
  line-height: 1.25;
}

.article .content .title a {
  max-height: 43px;
  font-size: 16px;
}

.article h2 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
  padding-bottom: 8px;
  margin-bottom: 0;
  overflow: hidden;
  color: #ee7836;
}

.article h3 {
  font-size: 16px;
}

.article .article__text {
  font-weight: 400;
  color: #373737;
  font-size: 13px;
  line-height: 1.5;
  max-height: 57px;
  overflow: hidden;
}

.article .article__tag {
  display: inline-block;
  color: grey;
  background: #ddd;
  font-weight: 900;
  text-align: left;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 8px;
  text-decoration: none;
}

.article .article__tag:hover {
  background: #c4c4c4;
}

.article .row {
  position: absolute;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: calc(100% - 34px);
  bottom: 0;
}

.article .row:before, .article .row:after {
  content: ' ';
  display: table;
}

.article .row:after {
  clear: both;
}

.article .row .date {
  position: relative;
  display: flex;
  height: 61px;
  align-items: center;
  width: 50%;
  float: left;
  font-size: 12px;
  color: #373737;
}

.article .row .date svg {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 5px;
  color: #373737;
}

.article .row .btn {
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  background: #66b940;
  margin-right: 0;
  width: 50%;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .article .row .btn {
    font-size: 10px;
    padding: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .article .row .btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.article .row .btn:hover {
  background: #519333;
}

.article .line {
  margin: 0 !important;
}

#article-detail h1 {
  font-size: 18px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #article-detail h1 {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  #article-detail h1 {
    font-size: 32px;
  }
}

#article-detail .article-content p,
#article-detail .article-content ul li,
#article-detail .article-content ol li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 24px;
  text-align: left;
}

@media (min-width: 768px) {
  #article-detail .article-content p,
  #article-detail .article-content ul li,
  #article-detail .article-content ol li {
    font-size: 16px;
  }
}

#article-detail .article-content ul,
#article-detail .article-content ol {
  font-weight: 400;
  padding-left: 16px;
  margin-bottom: 24px;
}

#article-detail .article-content ul li,
#article-detail .article-content ol li {
  font-weight: 400;
  margin-bottom: 8px;
}

#article-detail .article-content p a,
#article-detail .article-content p em a,
#article-detail .article-content ul li a,
#article-detail .article-content ol li a {
  text-decoration: underline;
}

#article-detail .article-content p a:hover,
#article-detail .article-content p em a:hover,
#article-detail .article-content ul li a:hover,
#article-detail .article-content ol li a:hover {
  text-decoration: none;
}

#article-detail .article-content iframe {
  width: 100% !important;
}

@media (min-width: 1180px) {
  #article-detail .article-content iframe {
    height: 400px !important;
  }
}

#article-detail .article-content--center {
  padding: 0;
  margin: auto;
  float: none;
  margin-top: 50px;
}

#article-detail .line {
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
  display: block;
}

#article-detail .line .tag {
  display: inline-block;
  color: grey;
  background: #ddd;
  font-weight: 900;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-right: 5px;
  text-decoration: none;
}

#article-detail .line .tag:hover {
  background: #c4c4c4;
}

#article-detail .line .date {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  top: 3px;
}

#article-detail .line .date svg {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: -1px;
  margin-right: 5px;
}

#article-detail .image {
  position: relative;
  display: block;
}

#article-detail .image img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: auto;
}

#article-detail .content {
  position: relative;
  display: block;
  background: white;
  border-bottom: 3px solid #f0f0f0;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #article-detail .content {
    padding: 26px 34px;
  }
}

#article-detail .content.share-btn {
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #article-detail .content.share-btn {
    padding: 18px 34px;
  }
}

#article-detail .content h2 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  #article-detail .content h2 {
    font-size: 2.2rem;
    margin-top: 35px;
    margin-bottom: 2.8rem;
  }
}

#article-detail .content h3,
#article-detail .content h4 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  #article-detail .content h3,
  #article-detail .content h4 {
    font-size: 2rem;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

#article-detail .content img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

#article-detail .content h2.article-card__title {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}

#article-detail .btn-blog {
  position: relative;
  display: block;
  width: 280px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#article-detail .btn-blog.red {
  background-color: red;
  border-color: red;
}

#article-detail .btn-blog.red:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}

#article-detail .btn-blog.green {
  background-color: #66b940;
  border-color: #66b940;
}

#article-detail .btn-blog.green:hover {
  background-color: #519333;
  border-color: #519333;
}

#article-detail .btn-blog.orange {
  background-color: #ee7836;
  border-color: #ee7836;
}

#article-detail .btn-blog.orange:hover {
  background-color: #de5c13;
  border-color: #de5c13;
}

#article-detail .recommend {
  margin-top: 5px;
  font-size: 20px;
  margin-left: 7px;
  margin-bottom: 0px;
}

#article-detail .article .content {
  padding: 14px 17px;
  padding-bottom: 0;
}

#article-detail .content .row h3,
#article-detail .content .row h4 {
  margin-top: 0;
}

.article-detail__video {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  height: 150px;
}

@media screen and (min-width: 768px) {
  .article-detail__video {
    height: 315px;
  }
}

@media screen and (min-width: 992px) {
  .article-detail__video {
    height: 445px;
  }
}

.article-list--margin-top {
  margin-top: -27px;
}

.article__wrapper {
  position: relative;
  display: block;
}

.article__wrapper:before, .article__wrapper:after {
  content: ' ';
  display: table;
}

.article__wrapper:after {
  clear: both;
}

.article__wrapper .article {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .article__wrapper .article {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding-right: 0;
  }
  .article__wrapper .article:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .article__wrapper .article {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    padding: 0;
  }
  .article__wrapper .article:nth-child(3n) {
    margin-right: 20px;
  }
  .article__wrapper .article:nth-child(4n) {
    margin-right: 0;
  }
}

.article__wrapper--3 .article {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .article__wrapper--3 .article {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .article__wrapper--3 .article:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .article__wrapper--3 .article {
    width: calc((100% - 20px) / 2);
  }
  .article__wrapper--3 .article:nth-child(3n) {
    margin-right: 20px;
  }
  .article__wrapper--3 .article:nth-child(2n) {
    margin-right: 0px;
  }
}

@media (min-width: 1180px) {
  .article__wrapper--3 .article {
    width: calc((100% - 40px) / 3);
  }
  .article__wrapper--3 .article:nth-child(4n) {
    margin-right: 20px;
  }
  .article__wrapper--3 .article:nth-child(2n) {
    margin-right: 20px;
  }
  .article__wrapper--3 .article:nth-child(3n) {
    margin-right: 0;
  }
}

.articles-list__button-wrapper {
  position: relative;
  display: block;
  text-align: center;
}

.articles-list__button {
  position: relative;
  display: inline-block;
  line-height: 41px;
  background-color: #777;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
  margin-top: 20px;
}

.articles-list__button:hover {
  text-decoration: none;
  background-color: #5e5e5e;
  color: #fff;
}

.content table {
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.content tr:last-child td {
  border-bottom: 0;
}

.content td {
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  padding: 1rem;
  font-size: 16px;
  line-height: 1.75;
}

.content td:last-child {
  border-right: 0;
}

#article-detail .content td p,
.content td p {
  margin-bottom: 0;
}

.adblock-msg {
  position: relative;
  display: none;
  margin-bottom: 5px;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  background-color: #d33d3e;
}

.adblock-msg--show {
  display: block;
}

.adblock-msg__icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 40px;
}

.adblock-msg__content {
  padding: 20px;
  padding-left: 95px;
}

.adblock-msg__title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}

.adblock-msg__text {
  font-weight: 400;
  color: #fff;
}

.adblock-msg__text:last-child {
  margin-bottom: 0;
}

.adblock-msg__text a {
  color: #fff;
  text-decoration: underline;
}

.adblock-msg__text a:hover {
  text-decoration: none;
}

.promo-message-w {
  position: fixed;
  display: none;
  left: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 0px;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  z-index: 99999;
  overflow: hidden;
  transform-origin: bottom;
  width: auto;
  height: auto;
}

.promo-message-w.show {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .promo-message-w.show {
    display: block !important;
  }
}

.promo-message-w .notification-shape {
  position: fixed;
  z-index: 1000;
}

.promo-message-w .notification-shape svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.promo-message-w .shape-box {
  bottom: 0;
  right: 20px;
  width: 435px;
  min-height: 180px;
}

.promo-message-w .shape-box path {
  fill: transparent;
}

.promo-message {
  position: absolute;
  display: none;
  text-align: center;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 10px;
  padding-top: 65px;
  background-color: #fff;
  box-shadow: 0px 0px 1px #616161;
}

.promo-message:before, .promo-message:after {
  content: ' ';
  display: table;
}

.promo-message:after {
  clear: both;
}

.promo-message.show {
  animation-name: animScale;
  animation-duration: 0.8s;
  display: block;
}

.promo-message.only-show {
  display: block;
}

.promo-message.hide {
  animation-name: animScale;
  animation-duration: 0.4s;
  animation-direction: reverse;
}

.promo-message p {
  font-size: 16px;
  padding: 0;
}

.promo-message p.center {
  text-align: center;
  padding: 0 30px;
}

.promo-message a {
  text-decoration: underline;
  color: #fff;
}

.promo-message a:hover {
  text-decoration: none;
}

.promo-message i.fa-chrome {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -20px;
  top: 15px;
  font-size: 40px;
  color: #fff;
}

.promo-message .fa-times {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.promo-message .fa-times:hover {
  opacity: 0.7;
}

.promo-message .btn-white {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 3px;
  border-color: #66b940;
  background: #66b940;
}

.promo-message .btn-white:hover {
  opacity: 0.8;
}

.promo-message .icon-w {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -69px;
}

.promo-message .icon-w img {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.promo-message .icon-w .tipli {
  height: auto;
  width: 60px;
  top: 3px;
}

.promo-message .icon-w .plus {
  margin: 0 10px;
}

.promo-message .wrapper {
  position: relative;
  display: block;
}

.promo-message .wrapper:before, .promo-message .wrapper:after {
  content: ' ';
  display: table;
}

.promo-message .wrapper:after {
  clear: both;
}

.promo-message .wrapper p {
  display: block;
  float: left;
  width: 45%;
  color: grey;
  text-align: center;
  overflow: hidden;
  margin-top: 11px;
  font-size: 15px;
}

.promo-message .wrapper .btn {
  float: right;
  width: 55%;
}

.promo-message .timer {
  position: relative;
  display: block;
}

.promo-message .timer .unit {
  font-weight: 700;
}

.promo-message .timer .unit-w {
  display: block;
  color: #000;
}

.promo-message .icon-w img.firefox {
  display: none;
}

@keyframes animScale {
  0% {
    opacity: 0;
    transform: scale3d(0.4, 0.4, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.shop-card__wrapper {
  position: relative;
  display: block;
  margin-top: 27px;
}

.shop-card__wrapper:before, .shop-card__wrapper:after {
  content: ' ';
  display: table;
}

.shop-card__wrapper:after {
  clear: both;
}

.shop-card {
  position: relative;
  display: table;
  table-layout: fixed;
  width: calc((100% - 17px) / 2);
  height: 135px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f2f1f1;
  z-index: 2;
}

.shop-card:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .shop-card {
    width: calc((100% - 49px) / 4);
    margin-right: 16px;
  }
  .shop-card:nth-child(2n) {
    margin-right: 16px;
  }
  .shop-card:nth-child(4n) {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .shop-card {
    width: calc((100% - 81px) / 6);
    margin-right: 16px;
  }
  .shop-card:nth-child(2n) {
    margin-right: 16px;
  }
  .shop-card:nth-child(4n) {
    margin-right: 16px;
  }
  .shop-card:nth-child(6n) {
    margin-right: 0;
  }
}

.shop-card:hover {
  text-decoration: none;
}

.shop-card:hover {
  border: 1px solid #66b940;
}

.shop-card--no-hover:hover {
  border: 1px solid #f2f1f1;
}

.shop-card__content {
  position: relative;
  display: block;
  padding: 10px;
  padding-top: 0;
  text-decoration: none;
  text-align: center;
}

.shop-card__image {
  position: relative;
  display: block;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 74px;
  padding: 0 10px;
  background-color: #fff;
}

.shop-card__table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.shop-card__image img {
  position: relative;
  display: block;
  max-width: 90px;
  max-height: 40px;
  margin: auto;
}

.shop-card__title {
  position: relative;
  display: block;
  font-weight: 600;
  color: #242422;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.shop-card--load {
  height: 179px;
  margin-right: 0 !important;
  background-color: #66b940;
  display: flex;
  align-items: center;
}

.shop-card__icon {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-top: 25px;
}

.shop-card__number {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.25;
}

.shop-card__number strong {
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1;
}

.shop-card__number .fa {
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.15);
  font-size: 80px;
  top: -13px;
  left: -13px;
}

.shop-card__favorite-shop {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
}

.shop-card__favorite-shop .fa {
  position: relative;
  display: block;
  font-size: 14px;
  color: #f44336;
}

.shop-card__cta-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding-bottom: 10px;
}

.shop-card__cta,
a.shop-card__cta {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #66b940;
  border-radius: 30px;
  background-color: #66b940;
}

a.shop-card__cta:hover {
  background-color: #ee7836;
  border-color: #ee7836;
}

.shop-card__cta--disabled,
.shop-card__cta--disabled:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #afafaf;
}

.shop-card__tag {
  position: absolute;
  right: 0;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  border-radius: 0px 5px 0px 5px;
  background-color: red;
  z-index: 9;
}

.shop-card--3,
.shop-card--4,
.shop-card--5,
.shop-card--6 {
  padding: 0;
  margin-bottom: 0;
}

.shop-card--3:before, .shop-card--3:after,
.shop-card--4:before,
.shop-card--4:after,
.shop-card--5:before,
.shop-card--5:after,
.shop-card--6:before,
.shop-card--6:after {
  content: ' ';
  display: table;
}

.shop-card--3:after,
.shop-card--4:after,
.shop-card--5:after,
.shop-card--6:after {
  clear: both;
}

.shop__no-margin-bottom {
  margin-bottom: -25px;
}

.shop-card--3 .shop-card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.shop-card--3 .shop-card:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .shop-card--3 .shop-card {
    width: calc((100% - 41px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .shop-card--3 .shop-card:nth-child(2n) {
    margin-right: 20px;
  }
  .shop-card--3 .shop-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .shop-card--5 .shop-card {
    width: calc((100% - 81px) / 5);
  }
  .shop-card--5 .shop-card:nth-child(6n) {
    margin-right: 20px;
  }
  .shop-card--5 .shop-card:nth-child(5n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .shop-card--6 .shop-card {
    width: calc((100% - 61px) / 4);
  }
  .shop-card--6 .shop-card:nth-child(6n) {
    margin-right: 20px;
  }
  .shop-card--6 .shop-card:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .shop-card--6 .shop-card {
    width: calc((100% - 101px) / 6);
  }
  .shop-card--6 .shop-card:nth-child(4n) {
    margin-right: 20px;
  }
  .shop-card--6 .shop-card:nth-child(6n) {
    margin-right: 0px;
  }
}

@media (min-width: 1180px) {
  .shop-card--8 {
    margin-right: -10px;
  }
}

.shop-card--8 .shop-card {
  height: 120px;
}

@media screen and (min-width: 768px) {
  .shop-card--8 .shop-card {
    width: calc((100% - 31px) / 4);
    margin-right: 10px;
  }
  .shop-card--8 .shop-card:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .shop-card--8 .shop-card {
    width: calc((100% - 71px) / 8);
  }
  .shop-card--8 .shop-card:nth-child(4n) {
    margin-right: 10px;
  }
  .shop-card--8 .shop-card:nth-child(8n) {
    margin-right: 0;
  }
}

.shop-card--8 .shop-card__title {
  display: none;
}

.shop-card--8 .cashback-value {
  margin-top: 0;
}

.shop-card--8 .cashback-value ._value,
.shop-card--8 .cashback-value ._symbol {
  font-size: 17px;
}

.shop-card--8 .shop-card__content {
  min-height: 58px;
}

.shop-card--without-reward .shop-card__content {
  display: none;
}

.shop-card--without-reward .shop-card__image {
  height: 118px;
}

.shop-card--without-reward .shop-card__image img {
  max-height: 55px;
}

.shop-card--name {
  margin-top: 0px;
  margin-bottom: 10px;
  z-index: 2;
}

.shop-card--name .shop-card__title {
  display: block;
  font-size: 12px;
}

.shop-card--name .shop-card--load-tall {
  height: 137px;
}

.shop-card--name .shop-card__number strong {
  margin-top: 21px;
}

.shop-card--name .cashback-value {
  height: 47px;
}

.shop-card--name .cashback-value--small ._value,
.shop-card--name .cashback-value--small ._symbol {
  font-size: 17px;
}

.shop-card--no-cashback-value {
  height: auto;
}

.shop-card--no-cashback-value .shop-card__content {
  display: flex;
  align-items: center;
}

.shop-card--no-cashback-value .shop-card__title {
  margin: auto;
}

.shop-card .cashback-value ._text {
  display: block;
  font-weight: 300;
  color: #717171;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 25px;
}

.shop-card .cashback-value ._text:before {
  position: absolute;
  display: block;
  width: 100%;
  content: '';
  width: 20px;
  height: 16px;
  left: 50%;
  margin-left: -10px;
  top: 5px;
  background-color: #66b940;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/svg/tags-solid.svg");
  mask-image: url("../images/svg/tags-solid.svg");
}

.shop-card--only-name .shop-card__title {
  font-size: 14px;
}

.shop-card--only-name .shop-card__content {
  min-height: unset;
}

.shop-card--only-name .shop-card {
  height: auto;
}

.shop-card--smaller .shop-card__image {
  height: 49px;
}

.shop-card--smaller .shop-card__image img {
  max-height: 25px;
}

.shop-card--smaller .shop-card__content {
  min-height: 86px;
}

.shop-card--smaller .cashback-value {
  margin-top: 4px;
}

.shop-card--smaller .cashback-value ._value,
.shop-card--smaller .cashback-value ._symbol {
  font-size: 19px;
}

.shop-card--smaller .cashback-value ._upTo {
  font-size: 16px;
}

.shop-card .cashback-value--sale {
  margin-top: 20px;
  font-size: 14px;
}

.shop-card .cashback-value--sale ._value {
  margin-left: 0;
  top: -3px;
}

.shop-card--scroll {
  display: flex;
  overflow-x: scroll;
}

@media (min-width: 1180px) {
  .shop-card--scroll {
    overflow-x: hidden;
  }
}

.shop-card--scroll .shop-card {
  flex: 0 0 120px;
  width: 120px;
  margin-right: 1rem;
}

.shop-card--scroll .shop-card:nth-child(4n) {
  margin-right: 1rem;
}

@media (min-width: 375px) {
  .shop-card--scroll .shop-card {
    flex: 0 0 150px;
    width: 150px;
  }
}

@media (min-width: 1180px) {
  .shop-card--scroll .shop-card {
    flex: calc((100% - 71px) / 8);
    width: calc((100% - 71px) / 8);
  }
  .shop-card--scroll .shop-card:nth-child(4n) {
    margin-right: 10px;
  }
  .shop-card--scroll .shop-card:nth-child(8n) {
    margin-right: 0;
  }
}

.hu .shop-card--8 .shop-card {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cashback-value {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #717171;
  /* text color */
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  margin-top: 10px;
}

.cashback-value:before, .cashback-value:after {
  content: ' ';
  display: table;
}

.cashback-value:after {
  clear: both;
}

.cashback-value ._upTo, .cashback-value ._value, .cashback-value ._symbol, .cashback-value ._suffix {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #66b940;
  font-size: 18px;
  line-height: 1;
  vertical-align: bottom;
}

.cashback-value ._upTo {
  font-weight: 400;
  font-size: 12px;
  color: #717171;
  margin-left: 0;
}

.cashback-value ._symbol {
  margin-left: 0;
}

.cashback-value ._suffix {
  font-weight: 300;
  color: #717171;
  font-size: 12px;
  display: block;
  margin-left: 0;
  line-height: 1.25;
  margin-top: 0.5rem;
}

.page-review-list {
  position: relative;
  display: block;
  margin-top: 40px;
  min-height: 110px;
  padding-bottom: 50px;
}

.page-review-list__title {
  font-weight: 600;
  font-size: 18px;
  color: #616161;
  margin-bottom: 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .page-review-list__title {
    font-size: 28px;
  }
}

.page-review-list .paginator-w ul li a {
  line-height: 28px;
}

.shop-list__title {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .shop-list__title {
    font-size: 3.3rem;
  }
}

.shop-list__title--mt40 {
  margin-top: 40px;
}

.shop-list__title--mt20 {
  margin-top: 20px;
}

.shop-list__text {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.7rem;
}

@media (min-width: 1180px) {
  .shop-list__text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.shop-list__text--pb {
  margin-bottom: 20px;
}

.shop-list .btn-load {
  margin-top: 0;
}

.shop-list .paginator-w {
  margin-bottom: 20px;
}

.shop-list .filter-w {
  margin-top: 0;
}

.shop-list__switch {
  position: absolute;
  display: none;
  display: inline-block;
  top: 0;
  right: 0;
}

.shop-list__switch:before, .shop-list__switch:after {
  content: ' ';
  display: table;
}

.shop-list__switch:after {
  clear: both;
}

.shop-list__switch-item {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  background: #66b840;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .shop-list__switch-item {
    margin-bottom: 5px;
    width: auto;
    margin: 0 5px;
    float: left;
  }
}

.shop-list__switch-item .fa {
  display: inline-block;
  margin-right: 5px;
}

.shop-list__switch-item:hover {
  color: #fff;
  background-color: #686868;
}

.shop-list__category {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  z-index: 9;
}

.shop-list__category:before, .shop-list__category:after {
  content: ' ';
  display: table;
}

.shop-list__category:after {
  clear: both;
}

@media (min-width: 1180px) {
  .shop-list__category {
    max-width: 80%;
  }
}

.shop-list__category-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  margin-right: 5px;
}

.shop-list__category-item {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: rgba(200, 200, 200, 0.25);
  font-weight: 400;
  color: #373737;
  font-size: 12px;
}

.shop-list__category-item:hover {
  background-color: #de5c13;
  color: #fff;
}

.benefit-message {
  position: relative;
  display: block;
  table-layout: fixed;
  width: 100%;
  text-decoration: none;
  background-color: #66b940;
  padding: 20px;
  padding-top: 105px;
  background-image: url("../images/benefit-message.png");
  background-size: 60px 60px;
  background-position: 50% 25px;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.benefit-message:hover, .benefit-message:active, .benefit-message:focus {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .benefit-message {
    display: table;
    padding-left: 125px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 35px 50%;
  }
}

.benefit-message .content {
  position: relative;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .benefit-message .content {
    padding-right: 20px;
    display: table-cell;
    text-align: left;
  }
}

.benefit-message .content h3 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.25;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .benefit-message .content h3 {
    font-size: 2rem;
  }
}

.benefit-message .content p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .benefit-message .content p {
    font-size: 1.5rem;
  }
}

.benefit-message .content a {
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.benefit-message .content a:hover {
  text-decoration: none;
}

.benefit-message .cta {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #66b940 !important;
  text-align: center;
  text-decoration: none !important;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}

.benefit-message .cta:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.benefit-message .time {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .benefit-message .time {
    display: table-cell;
    width: 245px;
    margin: 0;
  }
}

.benefit-message .time:before, .benefit-message .time:after {
  content: ' ';
  display: table;
}

.benefit-message .time:after {
  clear: both;
}

.benefit-message .time .unit {
  position: relative;
  display: inline-block;
  width: 70px;
  background-color: white;
  margin: 0 5px;
  padding: 15px 0px;
}

@media screen and (min-width: 768px) {
  .benefit-message .time .unit {
    float: left;
  }
}

.benefit-message .time .unit .value {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #373737;
  font-size: 22px;
}

.benefit-message .time .unit .title {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #373737;
  font-size: 14px;
}

.benefit-message .close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-fl-close.png") no-repeat;
  background-size: 16px 16px;
  bottom: 0;
  margin: auto;
  margin-top: -8px;
  cursor: pointer;
  opacity: 1;
  top: 20px;
  right: 0px;
}

@media screen and (min-width: 768px) {
  .benefit-message .close {
    top: 25px;
    right: -35px;
  }
}

.benefit-message-w {
  position: relative;
  display: block;
  background-color: #66b940;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.benefit-message-w.hide {
  display: none;
}

.benefit-message-w:hover {
  text-decoration: none;
}

.benefit-message-w .benefit-message {
  box-shadow: none;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .benefit-message-w .benefit-message {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .benefit-message-w .benefit-message .content h3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .benefit-message-w .benefit-message .time {
    width: 235px;
  }
}

@media screen and (min-width: 768px) {
  .benefit-message-w .benefit-message .time .unit {
    float: left;
  }
  .benefit-message-w .benefit-message .time .unit:last-child {
    margin-right: 0;
  }
  .benefit-message-w .benefit-message .time .unit:first-child {
    margin-left: 0;
  }
}

.benefit-message-w .benefit-message .cta {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  width: 190px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .benefit-message-w .benefit-message .cta {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.benefit-message-w .benefit-message .table {
  position: relative;
  display: block;
  table-layout: fixed;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .benefit-message-w .benefit-message .table {
    display: table;
  }
}

.benefit-message-w .benefit-message .table .table-cell {
  position: relative;
  width: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .benefit-message-w .benefit-message .table .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1024px) {
  .benefit-message-w .benefit-message .table .table-cell:first-child {
    width: 190px;
  }
}

.benefit-message--small .content h3 {
  font-size: 22px;
}

.benefit-message--small .content p {
  font-size: 16px;
}

.cookie-advice {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  z-index: 99;
}

.cookie-advice--show {
  display: block;
}

.cookie-advice__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}

@media (min-width: 768px) {
  .cookie-advice__wrapper {
    flex-direction: row;
  }
}

.cookie-advice__text {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cookie-advice__text {
    font-size: 14px;
    margin-bottom: 0px;
    padding-right: 20px;
    text-align: left;
  }
}

.cookie-advice__button {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #ee7836;
  padding: 10px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 0 auto;
  align-self: center;
  margin: auto;
}

@media (min-width: 768px) {
  .cookie-advice__button {
    align-self: flex-end;
  }
}

.cookie-advice__button:hover {
  background-color: #de5c13;
}

.border-box {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 11px;
}

.border-box:hover {
  color: initial;
}

.border-box__icon {
  width: 50px;
  height: 50px;
}

.border-box__link {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 314px;
  height: calc(196px / 6);
  color: #000;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  padding: 0 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-left: 3px solid #fff;
}

@media (min-width: 1180px) {
  .border-box__link {
    height: calc(250px / 6);
  }
}

.border-box__link:last-child {
  border-bottom: 0;
}

.border-box__link:hover {
  color: #000;
}

.border-box__link.active {
  border-left: 3px solid #ee7836;
  background-color: #fafafa;
}

.promo-scroll-line {
  position: fixed;
  width: 100%;
  bottom: -79px;
  padding: 1.5rem 2rem;
  background: #000;
  color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  transition: bottom 0.5s ease-out;
}

@media (min-width: 1180px) {
  .promo-scroll-line--relative {
    position: relative;
    bottom: 0;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: none;
  }
}

.promo-scroll-line.show {
  bottom: 0px;
}

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

.promo-scroll-line__image {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}

.promo-scroll-line__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.promo-scroll-line__button {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 2rem;
  margin-right: 2rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 1rem 1rem;
  background-color: #66b940;
  border-radius: 8px;
}

.promo-scroll-line__button:hover {
  color: #fff;
  background-color: #519333;
}

.promo-scroll-line__bonus {
  margin-bottom: 0;
  width: 180px;
}

.addon-line {
  position: relative;
  display: none;
  width: 100%;
  background-color: #212121;
}

@media (min-width: 1180px) {
  .addon-line--show {
    display: block;
  }
}

.addon-line .container {
  width: 100%;
  padding: 0 20px;
}

.addon-line__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 112px;
}

.addon-line__close-wrapper {
  position: relative;
  display: block;
  flex: 0 0 32px;
  color: #6b6b6b;
  font-size: 18px;
  cursor: pointer;
}

.addon-line__close {
  color: #6b6b6b;
  width: 18px;
  height: 18px;
}

.addon-line__close:hover {
  color: #525252;
}

.addon-line__content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.addon-line__icon {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  top: -7px;
  flex: 0 0 75px;
  background-image: url("../images//addon/addon-line/chrome.png");
  background-size: 74px 74px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.addon-line__icon--firefox {
  background-image: url("../images//addon/addon-line/firefox.png");
  background-size: 74px 74px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.addon-line__inner {
  position: relative;
  display: block;
  flex: 1 1 auto;
  padding-left: 18px;
}

.addon-line__title {
  position: relative;
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 19px;
  margin-bottom: 0;
}

.addon-line__text {
  position: relative;
  display: block;
  font-weight: 300;
  color: #b2b2b2;
  font-size: 13px;
  margin-bottom: 8px;
}

.addon-line__small {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
}

.addon-line__small svg {
  margin-right: 6px;
  width: 12px;
  height: 12px;
}

.addon-line__button {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 45px;
  border-radius: 5px;
  background-color: #ef7b3b;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-decoration: none;
  padding: 0 20px;
}

.addon-line__button:hover {
  background-color: #e45d13;
  color: #fff;
}

.static-page p {
  font-size: 16px;
  line-height: 1.5;
}

.static-page ol li, .static-page ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .static-page ol li, .static-page ul li {
    font-size: 16px;
  }
}

.static-page .page-header {
  padding: 28px 0;
  margin-bottom: 22.5px;
  background: #f1f1f1;
}

.static-page .page-header h1 {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .static-page .page-header h1 {
    font-size: 24px;
  }
}

.static-page .page-header .container {
  position: relative;
}

.static-page .page-header .container:before, .static-page .page-header .container:after {
  content: ' ';
  display: table;
}

.static-page .page-header .container:after {
  clear: both;
}

@media screen and (min-width: 1024px) {
  .static-page .page-header .container {
    padding-right: 273px;
  }
}

.static-page .page-content {
  margin-bottom: 45px;
}

.static-page .page-content .container .row > div:nth-child(1) {
  margin-bottom: 20px;
}

.static-page h1 {
  margin-bottom: 30px;
  font-weight: 400;
}

.static-page h2 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 400;
}

.static-page h2:first-child {
  margin-top: 0;
}

.static-page h3 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
}

.static-page h3:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .static-page h3 {
    text-align: left;
  }
}

.static-page h4 {
  color: #545454;
  font-weight: 500;
  font-size: 1.9rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 400;
}

.static-page h4:first-child {
  margin-top: 0;
}

.static-page p {
  font-weight: 300;
  margin-bottom: 22px;
}

.static-page p a {
  cursor: pointer;
}

.static-page ul.no-list {
  padding-left: 0;
}

.static-page ul.no-list li {
  background-image: none;
  list-style: none;
}

.static-page ul li {
  font-weight: 300;
}

.static-page .no-padding {
  padding-left: 15px;
}

.static-page form {
  position: relative;
  display: block;
  background: #f1f1f1;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .static-page form {
    padding: 40px;
  }
}

.static-page form label {
  font-weight: 300;
}

.static-page form label.bold {
  font-weight: 600;
}

.static-page form input[type="submit"] {
  background: #66b940;
  border-color: #66b940;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
}

.static-page form input[type="submit"]:hover {
  background: #519333;
  border-color: #519333;
}

.static-page .color-green {
  color: #66b940;
}

.how-work {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .how-work {
    padding-top: 67px;
    padding-bottom: 92px;
  }
}

.how-work h2 {
  position: relative;
  display: block;
  color: #393939;
  /* text color */
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

@media (min-width: 768px) {
  .how-work h2 {
    font-size: 36px;
  }
}

.how-work ul {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 0;
  padding-top: 30px;
}

.how-work ul:before, .how-work ul:after {
  content: ' ';
  display: table;
}

.how-work ul:after {
  clear: both;
}

@media (min-width: 768px) {
  .how-work ul {
    padding-top: 47px;
  }
}

.how-work ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .how-work ul li {
    width: 33.33333%;
    padding-top: 120px;
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}

.how-work ul li i {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -30px;
  line-height: 60px;
  font-size: 26px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #66b940;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .how-work ul li i {
    width: 100px;
    height: 100px;
    font-size: 36px;
    margin-left: -50px;
    line-height: 100px;
  }
}

.how-work ul li strong {
  display: inline-block;
  width: 100%;
  color: #2b2b2b;
  /* text color */
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1180px) {
  .how-work ul li strong {
    font-size: 25px;
  }
}

.how-work ul li p {
  color: #2b2b2b;
  /* text color */
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 1180px) {
  .how-work ul li p {
    font-size: 16px;
  }
}

.how-work .more-info {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .how-work .more-info {
    margin-top: 51px;
  }
}

.how-work .more-info h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .how-work .more-info h3 {
    font-size: 27px;
  }
}

.how-work .more-info .btn {
  display: block;
  margin: auto;
  width: 241px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .how-work .more-info .btn {
    font-size: 19px;
  }
}

.how-work ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.static-page ol {
  counter-reset: item;
  padding-left: 0;
}

.static-page ol li {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding-left: 45px;
  font-weight: 300;
  font-size: 16px;
}

.static-page ol li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: counters(item, ".") ".";
  counter-increment: item;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 25px;
}

.static-page ol ol {
  margin-top: 16px;
  padding-left: 0;
}

.text--align-block {
  text-align: justify;
}

.static-page ol ol li {
  padding-left: 45px;
  margin-bottom: 16px;
}

.static-page ol ol li:before {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

.static-page ol.lower-roman li {
  counter-increment: chapter;
  padding-left: 20px;
}

.static-page ol.lower-roman li:before {
  content: counter(chapter, lower-alpha) ")";
}

.static-page ol.lower-roman-roman li:before {
  content: counter(chapter, lower-roman) ")";
}

#shop-detail .datalist-data:before, #shop-detail .datalist-data:after {
  content: ' ';
  display: table;
}

#shop-detail .datalist-data:after {
  clear: both;
}

#shop-offers,
#shop-sales {
  position: relative;
}

#shop-sales h2 {
  font-weight: 400;
  color: #272727;
  /* text color */
  font-size: 22px;
  padding-left: 10px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.offer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}

.offer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.offer__text {
  flex: 1 1 auto;
}

.offer__value {
  flex: 0 0 auto;
  margin-left: auto;
}

.offer__value ._upTo {
  font-size: 12px;
}

.offer__value ._value,
.offer__value ._symbol {
  font-weight: 700;
  font-size: 16px;
  color: #66b940;
}

.shop-condition__content {
  position: relative;
  height: 68px;
  overflow: hidden;
}

.shop-condition__content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  background-color: #f2f1f1;
  bottom: 0;
}

.shop-condition__content.show {
  height: auto;
}

.shop-profile--text-block ._content .shop-condition__content p,
.shop-condition__content li {
  margin-bottom: 1.5rem;
}

.more {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  padding: 0px;
  color: #909090;
  text-decoration: none;
}

.more:hover {
  text-decoration: underline;
  color: #909090;
}

.text-block {
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .text-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.text-block.mobile-hide h2 {
  transition: all 250ms;
}

.text-block.mobile-hide h2.border {
  border-bottom: 0;
  background: #e2e2e2;
  padding: 15px 20px;
  font-size: 18px;
  background-image: url("../images/down.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 12px;
}

.text-block ._content {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.text-block ._content h2 {
  font-size: 2.2rem;
  margin-top: 2rem;
}

.text-block ._content h3 {
  font-size: 1.8rem;
  margin-top: 20px;
}

.text-block ._content ul,
.text-block ._content ol {
  padding-left: 17px;
  text-align: left;
}

.text-block ._content ul li a {
  text-decoration: underline;
}

.text-block ._content ul li a:hover {
  text-decoration: none;
}

.text-block ._content p a {
  color: #373737;
  text-decoration: underline;
}

.text-block ._content p a:hover {
  text-decoration: none;
}

.text-block ._content iframe {
  width: 100% !important;
}

@media (min-width: 1180px) {
  .text-block ._content iframe {
    height: 400px !important;
  }
}

.shop-conditions__content {
  position: relative;
  overflow: hidden;
}

.shop-conditions__content p {
  position: relative;
  width: 95%;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 21px;
  z-index: 99;
}

.shop-conditions__icon {
  position: absolute;
  right: -90px;
  bottom: 20px;
  color: #f2f1f1;
  font-size: 210px;
  opacity: 0.8;
  z-index: 9;
}

._content table {
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  margin-bottom: 2rem;
}

._content tr:last-child td {
  border-bottom: 0;
}

._content td,
._content th {
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  padding: 1rem;
}

._content td:last-child {
  border-right: 0;
}

._content td p {
  margin-bottom: 0;
}

.article__content {
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  .article__content {
    width: 65%;
    float: left;
    margin-right: 3%;
  }
}

@media (min-width: 1180px) {
  .article__content {
    width: 70%;
  }
}

.article__sidebar {
  position: relative;
  display: block;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .article__sidebar {
    width: 32%;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 1180px) {
  .article__sidebar {
    width: 27%;
  }
}

.article-ads__square {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}

.article-ads__content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .article-ads__content .adsbygoogle {
    margin: 0 10px;
  }
}

.article__sidebar .float-wrapper.fixed {
  top: 110px;
}

.article-box {
  padding: 12px 30px;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .article-box--half {
    width: 45%;
    float: left;
    margin-top: 25px;
    margin-right: 30px;
    margin-bottom: 25px;
  }
}

.article-box--green {
  background-color: #ddefd5;
}

.article-box--grey {
  background-color: #F0F0F0;
}

.article-box--yellow {
  background-color: #fffaba;
}

.article-box--red {
  background: #e73034;
  color: #fff;
}

.article-box--red a {
  color: #fff;
}

.article-box--red a:hover {
  color: #fff;
}

.article-box--justify p {
  text-align: justify;
}

#article-detail .content .article-box h2 {
  text-align: left;
}

#article-detail .content .article-box h3,
#article-detail .content .article-box h4 {
  margin-top: 15px;
  text-align: left;
}

#article-detail .article-box .btn-blog {
  display: inline-block;
  max-width: 90%;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.article-list {
  background-color: #f2f1f1;
  padding-bottom: 50px;
}

.article-list__title {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .article-list__title {
    font-size: 3.3rem;
  }
}

.article-list__title--mt40 {
  margin-top: 40px;
}

.article-list__text {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.7rem;
}

@media (min-width: 1180px) {
  .article-list__text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.article-list__category {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  z-index: 9;
}

.article-list__category:before, .article-list__category:after {
  content: ' ';
  display: table;
}

.article-list__category:after {
  clear: both;
}

@media (min-width: 1180px) {
  .article-list__category {
    max-width: 80%;
  }
}

.article-list__category-item {
  position: relative;
  display: inline-block;
  padding: 6px;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 600;
  color: grey;
  font-size: 11px;
  line-height: 10px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.article-list__category-item:hover {
  color: #ee7836;
}

.article-list .btn-next-items {
  margin-top: 0;
}

.category-list {
  position: relative;
  display: block;
  background-color: #fff;
  font-size: 13px;
}

.category-list h3 {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px 15px;
  padding-bottom: 0;
}

.category-list ul {
  padding: 0;
  margin-bottom: 0;
}

.category-list ul li {
  display: block;
  text-align: left;
}

.category-list ul li:last-child a {
  border-bottom: 0px solid #f2f1f1;
}

.category-list ul li:hover a {
  text-decoration: underline;
}

.category-list ul li a {
  display: block;
  color: #000;
  border-top: 1px solid #f2f1f1;
  padding: 8px 15px;
}

.shop-tag, .sidebar .article-tag {
  position: relative;
  display: block;
  margin-top: 30px;
  background-color: #fff;
}

.shop-tag h3, .sidebar .article-tag h3 {
  color: #000;
  /* text color */
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.shop-tag ul, .sidebar .article-tag ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
}

.shop-tag ul:before, .sidebar .article-tag ul:before, .shop-tag ul:after, .sidebar .article-tag ul:after {
  content: ' ';
  display: table;
}

.shop-tag ul:after, .sidebar .article-tag ul:after {
  clear: both;
}

.shop-tag ul li, .sidebar .article-tag ul li {
  position: relative;
  display: inline-block;
  float: left;
}

.shop-tag ul li a, .sidebar .article-tag ul li a {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin-bottom: 3px;
  margin-right: 3px;
  text-align: center;
  font-weight: 600;
  color: grey;
  font-size: 11px;
  background: #f1f1f1;
  border-radius: 2px;
  line-height: 10px;
  transition: all 0.2s;
  text-decoration: none;
}

.shop-tag ul li a:hover, .sidebar .article-tag ul li a:hover {
  color: #ee7836;
}

.dictionary-list {
  background-color: #f2f1f1;
}

.dictionary-list__wrapper {
  position: relative;
  display: block;
  text-align: left;
  -moz-column-count: 3;
       column-count: 3;
  margin-bottom: 30px;
}

.dictionary-list__character {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.dictionary-list__big {
  position: relative;
  display: block;
  font-weight: 600;
  color: #929090;
  font-size: 42px;
  margin-bottom: 10px;
}

.dictionary-list__term {
  position: relative;
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 12px;
}

.dictionary-list__term:hover {
  text-decoration: underline;
}

.dictionary-detail {
  background-color: #f2f1f1;
  padding: 40px 0;
}

.dictionary-detail__content {
  position: relative;
  display: block;
  background: #fff;
  padding: 26px 34px;
}

.dictionary-detail__content h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.dictionary-detail__ads {
  margin-top: 30px;
}

.dictionary-detail__link-wrapper {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.dictionary-detail__link:hover {
  text-decoration: underline;
}

.exit-popup-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.exit-popup-bg.show {
  display: block;
}

.exit-popup__close {
  position: absolute;
  display: block;
  top: 14px;
  right: 18px;
  color: #2e2e2e;
  width: 20px;
  height: 20px;
  z-index: 99;
  cursor: pointer;
}

.exit-popup__close:hover {
  opacity: 0.7;
}

.exit-popup {
  position: absolute;
  display: none;
  width: 1004px;
  height: auto;
  max-width: 90%;
  left: 5%;
  top: 30px;
  border-radius: 15px;
  z-index: 99999;
  overflow: hidden;
}

.exit-popup:before, .exit-popup:after {
  content: ' ';
  display: table;
}

.exit-popup:after {
  clear: both;
}

@media (min-width: 1180px) {
  .exit-popup {
    left: 50%;
    margin-left: -502px;
  }
}

.exit-popup.show {
  display: block;
}

.exit-popup__wrapper {
  position: relative;
  display: block;
  width: 100%;
  table-layout: fixed;
}

.exit-popup__wrapper:before, .exit-popup__wrapper:after {
  content: ' ';
  display: table;
}

.exit-popup__wrapper:after {
  clear: both;
}

@media (min-width: 1024px) {
  .exit-popup__wrapper {
    display: table;
  }
}

.exit-popup__column {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  vertical-align: top;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .exit-popup__column {
    padding: 33px 45px;
  }
}

@media (min-width: 1024px) {
  .exit-popup__column {
    display: table-cell;
    width: 52%;
  }
}

.exit-popup__column--second {
  display: block;
  padding: 15px;
  background-color: #f2f1f1;
}

@media (min-width: 768px) {
  .exit-popup__column--second {
    padding: 33px;
  }
}

@media (min-width: 1024px) {
  .exit-popup__column--second {
    display: table-cell;
    width: 48%;
  }
}

.exit-popup__title {
  position: relative;
  display: block;
  font-weight: 700;
  color: #ee7836;
  font-size: 22px;
  text-align: center;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .exit-popup__title {
    font-size: 30px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .exit-popup__title {
    font-size: 35px;
  }
}

.exit-popup__sub-title {
  position: relative;
  display: block;
  font-weight: 600;
  color: #747474;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.25;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .exit-popup__sub-title {
    font-size: 18px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .exit-popup__sub-title {
    font-size: 22px;
    margin-bottom: 34px;
  }
}

.exit-popup__small-title {
  position: relative;
  display: block;
  font-weight: 600;
  color: #2e2e2e;
  font-size: 17px;
  text-align: center;
  margin-top: 8px;
}

.exit-popup__text {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .exit-popup__text {
    text-align: left;
    font-size: 17px;
  }
}

.exit-popup__text strong {
  font-weight: 700;
  color: #222222;
}

.exit-popup__text--red svg {
  width: 14px;
  height: 10px;
}

.exit-popup__text--red {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #d81010;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .exit-popup__text--red {
    text-align: left;
  }
}

.exit-popup__text-grey {
  font-weight: 600;
  color: #a0a0a0;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}

.exit-popup__form {
  position: relative;
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .exit-popup__form {
    margin-top: 37px;
  }
}

.exit-popup__form form {
  position: relative;
  display: block;
}

.exit-popup__form-row {
  position: relative;
  display: block;
  text-align: center;
}

.exit-popup__form-row:before, .exit-popup__form-row:after {
  content: ' ';
  display: table;
}

.exit-popup__form-row:after {
  clear: both;
}

@media (min-width: 768px) {
  .exit-popup__form-row {
    text-align: left;
  }
}

.exit-popup__form-row label {
  display: block;
}

.exit-popup__input {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #f0f0f0;
  font-weight: 600;
  color: #888;
  font-size: 12px;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .exit-popup__input {
    width: 58%;
    margin-right: 3%;
    float: left;
    font-size: 16px;
    text-align: left;
  }
}

.exit-popup__submit {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #ef7937;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .exit-popup__submit {
    width: 39%;
    font-size: 16px;
  }
}

.exit-popup__submit:hover {
  background-color: #e15c12;
}

.exit-popup__button--fb {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #3f63af;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 21px 20px 21px 70px;
}

@media (min-width: 768px) {
  .exit-popup__button--fb {
    font-size: 18px;
    padding: 21px 30px 21px 70px;
  }
}

.exit-popup__button--fb:hover {
  color: #fff;
  background-color: #324e8a;
}

.exit-popup__button--fb .fa {
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 26px;
  margin-top: -13px;
  color: #fff;
}

.exit-popup__or {
  position: relative;
  display: block;
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 400;
  color: #b4b4b4;
  font-size: 12px;
  text-align: center;
}

.exit-popup__sale-wrapper {
  position: relative;
  display: block;
}

.exit-popup__sale {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  table-layout: fixed;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.exit-popup__sale:hover {
  border: 1px solid #66b940;
}

.exit-popup__sale-image {
  position: relative;
  display: table-cell;
  width: 95px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #f1f1f1;
}

.exit-popup__sale-image img {
  position: relative;
  display: block;
  max-width: 75%;
  margin: auto;
}

.exit-popup__sale-content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0 20px;
  background-color: #fafafa;
  border-radius: 0px 3px 3px 0;
}

.exit-popup__sale-title {
  position: relative;
  display: block;
  font-weight: 400;
  color: #979797;
  font-size: 12px;
  margin-bottom: 0;
}

.exit-popup__sale-text {
  position: relative;
  display: block;
  font-weight: 400;
  color: #212121;
  font-size: 12px;
  margin-bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  .exit-popup__sale-text {
    font-size: 15px;
  }
}

.exit-popup .sign__condition {
  font-size: 12px;
}

.addon-popup-bg {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow-y: scroll;
  transition: opacity 0.25s linear;
}

.addon-popup-bg.show {
  display: block;
}

.addon-popup__close {
  position: absolute;
  display: block;
  top: 14px;
  right: 18px;
  width: 20px;
  height: 20px;
  color: #2e2e2e;
  font-size: 20px;
  z-index: 99;
  cursor: pointer;
  background-image: url("../images//svg/times-solid.svg");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.addon-popup__close:hover {
  opacity: 0.7;
}

.addon-popup {
  position: relative;
  display: block;
  width: 950px;
  max-width: 90%;
  height: auto;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  z-index: 99999;
  transition: transform 0.5s ease-out;
  transform: translate(0, -100px);
}

@media (min-width: 768px) {
  .addon-popup {
    padding-top: 30px;
  }
}

.addon-popup-bg.show .addon-popup {
  transform: none;
}

.addon-popup.show {
  display: block;
}

.addon-popup__wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
}

.addon-popup__title {
  position: relative;
  display: block;
  font-weight: 700;
  color: #222;
  font-size: 22px;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}

@media (min-width: 768px) {
  .addon-popup__title {
    font-size: 30px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .addon-popup__title {
    font-size: 39px;
  }
}

.addon-popup__sub-title {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #ee7836;
}

.addon-popup__list {
  position: relative;
  padding-left: 18px;
  margin-top: 34px;
  margin-bottom: 38px;
}

.addon-popup__list-item {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  margin-bottom: 5px;
}

.addon-popup__column {
  position: relative;
  display: block;
  padding: 42px 25px 0px 44%;
}

.addon-popup__image {
  position: absolute;
  display: block;
  bottom: 0;
  left: -110px;
  z-index: 8;
}

.addon-popup__button-wrapper {
  position: relative;
  display: block;
  padding: 26px 0;
}

.addon-popup__button-wrapper:before, .addon-popup__button-wrapper:after {
  content: ' ';
  display: table;
}

.addon-popup__button-wrapper:after {
  clear: both;
}

.addon-popup__button-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  width: 220%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #efefef;
}

.addon-popup__button {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  line-height: 1.5;
  border-radius: 5px;
  background-color: #ef712d;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 10px;
}

.addon-popup__button:hover {
  background-color: #d95710;
  color: #fff;
}

.addon-popup__icon {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  padding-left: 17%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url("../images/chrome.png");
  background-size: 40px 40px;
  background-position: 15% 50%;
  background-repeat: no-repeat;
}

.addon-popup__icon--firefox {
  background-image: url("../images/firefox.png");
  background-size: 40px 40px;
  background-position: 15% 50%;
  background-repeat: no-repeat;
}

.addon-popup__icon strong {
  font-weight: 700;
  color: #000;
}

.review-bubble {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.review-bubble--grey .review-bubble__msg {
  background-color: #f9f9f9;
}

.review-bubble--mt {
  margin-top: 40px;
}

.review-bubble--grey .review-bubble__msg:before {
  background-image: url("../images/../images/homepage/grey-light.png");
  background-size: 15px 29px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.review-bubble__msg {
  position: relative;
  display: block;
  width: 70%;
  padding: 15px 20px;
  margin-right: 60px;
  margin-bottom: 60px;
  border-radius: 15px;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .review-bubble__msg {
    flex: 1 1 35%;
    max-width: 450px;
    margin-right: 85px;
  }
}

@media (min-width: 1024px) {
  .review-bubble__msg {
    font-size: 15px;
    padding: 25px 30px;
  }
}

.review-bubble__msg:before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 29px;
  right: -1px;
  bottom: -7px;
  background-image: url("../images/../images/homepage/white.png");
  background-size: 15px 29px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.review-bubble__msg-image {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: auto;
  right: -50px;
  bottom: -7px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .review-bubble__msg-image {
    width: 53px;
    height: 53px;
    right: -61px;
  }
}

.review-bubble__msg-name {
  position: absolute;
  display: block;
  left: auto;
  right: -80px;
  bottom: -30px;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  text-align: center;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90px;
}

.page-layout {
  position: relative;
  display: block;
}

.page-layout:before, .page-layout:after {
  content: ' ';
  display: table;
}

.page-layout:after {
  clear: both;
}

.page-layout__content {
  position: relative;
  display: block;
}

.page-layout__content:before, .page-layout__content:after {
  content: ' ';
  display: table;
}

.page-layout__content:after {
  clear: both;
}

@media (min-width: 1024px) {
  .page-layout__content {
    width: calc(100% - 330px);
    float: left;
    margin-right: 30px;
  }
}

.page-layout__sidebar {
  position: relative;
  display: block;
  z-index: 9;
}

.page-layout__sidebar:before, .page-layout__sidebar:after {
  content: ' ';
  display: table;
}

.page-layout__sidebar:after {
  clear: both;
}

@media (min-width: 1024px) {
  .page-layout__sidebar {
    width: 300px;
    float: left;
  }
}

.page-layout--account .page-layout__content {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 1180px) {
  .page-layout--account .page-layout__content {
    width: calc(100% - 330px);
    margin-right: 30px;
  }
}

.page-layout--account .page-layout__sidebar {
  width: 100%;
}

@media (min-width: 1180px) {
  .page-layout--account .page-layout__sidebar {
    width: 300px;
  }
}

.page-layout__sidebar--pt40 {
  padding-top: 40px;
}

.page-layout__sidebar--center {
  text-align: center;
}

@media (min-width: 768px) {
  .lp-product .page-layout.page-layout--smaller-sidebar {
    flex-direction: row;
  }
}

.lp-product .page-layout--smaller-sidebar .page-layout__content {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .lp-product .page-layout--smaller-sidebar .page-layout__content {
    width: calc(100% - 230px);
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .lp-product .page-layout--smaller-sidebar .page-layout__content {
    width: calc(100% - 280px);
  }
}

.lp-product .page-layout--smaller-sidebar .page-layout__sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-product .page-layout--smaller-sidebar .page-layout__sidebar {
    width: 200px;
    order: -1;
  }
}

@media (min-width: 1024px) {
  .lp-product .page-layout--smaller-sidebar .page-layout__sidebar {
    width: 250px;
  }
}

.page-header {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.page-header.mb-3 {
  margin-bottom: 1rem;
}

.page-header__title {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 400;
  color: #212121;
  font-size: 20px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .page-header__title {
    font-size: 32px;
  }
}

.page-header__title--mt20 {
  margin-top: 20px;
}

.page-header__title--mt40 {
  margin-top: 40px;
}

.page-header__text,
.page-header__text p {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
  z-index: 9;
}

@media (min-width: 768px) {
  .page-header__text,
  .page-header__text p {
    font-size: 15px;
  }
}

.page-header__text p a {
  text-decoration: underline;
}

.page-header__text p a:hover {
  text-decoration: none;
}

.page-header__text.ta-center {
  text-align: center;
}

.ta-center--inner-center p {
  text-align: center;
}

.page-header__text.mb-5 {
  margin-bottom: 3rem;
}

.page-header__link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #ee7836;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  text-decoration: underline;
}

.page-header__link:hover {
  text-decoration: none;
}

.page-header__show-more {
  position: relative;
  display: inline;
  font-weight: 600;
  color: #878787;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
}

.page-header__show-more:hover {
  text-decoration: none;
}

.page-header__more-content {
  display: none;
}

#article-detail.page-content h1 {
  margin-bottom: 20px;
}

.page-content .article-box {
  padding-top: 35px;
  margin-bottom: 30px;
}

.page-content .article-box--grey {
  background-color: #eaeaea;
}

.page-content img {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  margin: 30px 0;
}

.page-content .sale-compact-list__image img {
  padding: 0;
  margin: auto;
}

.static-page ol.page-content-list li {
  padding-left: 25px;
}

.static-page ol.page-content-list li:before {
  font-size: 16px;
}

/* --------------------------------
//
//  Responzivni tabulka do obsahu
//
-------------------------------- */
.page-table {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-table {
    display: table;
    table-layout: fixed;
  }
}

.page-table__row {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-table__row {
    display: table-row;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .page-table__row:last-child .page-table__table-cell {
    border-bottom: 0;
  }
}

.page-table__row--head {
  display: none;
}

@media (min-width: 768px) {
  .page-table__row--head {
    display: table-row;
  }
}

.page-table__row--head .page-table__table-cell,
.page-table__row--head .page-table__table-cell:first-child {
  color: #000;
  background-color: #e1e1e1;
}

.page-table__table-cell {
  position: relative;
  display: flex;
  width: 100%;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .page-table__table-cell {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #dddddd;
  }
}

.page-table__table-cell:first-child {
  color: #000;
  background-color: #e1e1e1;
}

@media (min-width: 768px) {
  .page-table__table-cell:first-child {
    background-color: transparent;
  }
}

.page-table__table-cell:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .page-table__table-cell:last-child {
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }
}

.page-table__table-cell a {
  text-decoration: underline;
}

.page-table__table-cell a:hover {
  text-decoration: none;
}

.page-table__table-cell img {
  position: relative;
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin: auto;
}

.page-table__mobile-head {
  position: relative;
  display: block;
  flex: 1 1 auto;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-table__mobile-head {
    display: none;
  }
}

.page-table__content {
  position: relative;
  display: block;
  flex: 1 1 auto;
  text-align: right;
}

@media (min-width: 768px) {
  .page-table__content {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .page-table--ta-center,
  .page-table--ta-center .page-table__content {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .page-table--ta-right,
  .page-table--ta-right .page-table__content {
    text-align: right;
  }
}

/* --------------------------------
//
// Neresponzivni tabulka v podminkach
//
-------------------------------- */
.page-content-table-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: scroll;
}

.page-content-table {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}

.page-content-table__row {
  position: relative;
  display: table-row;
}

.page-content-table__row:last-child .page-content-table__cell {
  border-bottom: 0;
}

.page-content-table__row--head .page-content-table__cell {
  background-color: #f9f9f9;
  font-weight: 700;
}

.page-content-table__cell {
  position: relative;
  display: table-cell;
  font-weight: 300;
  font-size: 16px;
  padding: 10px;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
}

.page-content-table__cell:last-child {
  border-right: 0;
}

.page-extension {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.page-extension:before, .page-extension:after {
  content: ' ';
  display: table;
}

.page-extension:after {
  clear: both;
}

.page-extension--center {
  text-align: center;
}

.page-extension--left {
  text-align: left;
}

.page-extension--mt {
  margin-top: 40px;
}

.page-extension--mb {
  margin-bottom: 40px;
}

.page-extension h2 {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.page-extension h3 {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.page-extension p,
.page-extension li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.page-extension ul {
  margin-top: 10px;
  padding-left: 20px;
}

.page-extension li {
  display: list-item;
}

.page-extension p a,
.page-extension li a {
  color: #373737;
  text-decoration: underline;
}

.page-extension p a:hover,
.page-extension li a:hover {
  text-decoration: none;
}

.page-extension--sale-style h2 {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 1em;
  text-align: left;
}

@media (min-width: 768px) {
  .page-extension--sale-style h2 {
    font-size: 21px;
  }
}

.page-extension img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.seo-extension {
  position: fixed;
  display: inline-block;
  width: auto;
  right: 100px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}

.seo-extension:hover .seo-extension__hover {
  display: block;
}

.seo-extension__tag {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
  border-radius: 5px;
  background-color: grey;
}

.seo-extension__tag--green {
  background-color: #66b940;
}

.seo-extension__tag--red {
  background-color: red;
}

.seo-extension__link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #fff;
}

.seo-extension__link:hover {
  background-color: grey;
  color: #fff;
}

.seo-extension__hover {
  position: absolute;
  display: none;
  bottom: 30px;
  width: 140%;
  left: -40%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  padding-top: 5px;
}

.seo-extension__title {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 5px;
}

.seo-extension__value {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.seo-extension__kw {
  display: block;
  -moz-column-count: 3;
       column-count: 3;
  margin-bottom: 1rem;
}

.page-content-form {
  position: relative;
  display: block;
  padding: 20px;
  border: 4px solid #dddddd;
  background: #fff;
  margin-bottom: 30px;
}

.page-content-form__title {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .page-content-form__title {
    font-size: 16px;
    justify-content: flex-start;
  }
}

.page-content-form__title .fa {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 25px;
}

.page-content-form__text {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .page-content-form__text {
    font-size: 14px;
    text-align: left;
  }
}

.page-content-form__button-wrapper {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 20px;
  text-align: center;
}

.page-content-form__button-wrapper .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-content-form__button-wrapper .btn {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.page-content-form__button-wrapper .btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-content-form__button-wrapper .btn:last-child {
    margin-right: 0px;
  }
}

.account-notification__wrapper {
  position: relative;
  display: block;
}

.account-notification__item {
  position: relative;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  cursor: default;
}

@media (min-width: 768px) {
  .account-notification__item {
    padding: 15px;
  }
}

a.account-notification__item {
  cursor: pointer;
}

a.account-notification__item:hover {
  background-color: #fff5f0;
}

.account-notification__item--new {
  background-color: rgba(255, 152, 0, 0.15);
}

.account-notification__item--grey:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(230, 230, 230, 0.5);
  z-index: 9;
}

.account-notification__image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 60px;
}

.account-notification__image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}

.account-notification__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .account-notification__content {
    padding-left: 25px;
  }
}

.account-notification__content:before {
  position: absolute;
  display: block;
  font-size: 24px;
  color: grey;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.account-notification__title-wrapper {
  position: relative;
  display: block;
  align-items: center;
}

.account-notification__time {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 9px;
  color: #707070;
  line-height: 1.5;
  margin-bottom: 0;
  margin-left: auto;
}

.account-notification__title {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  line-height: 1.25;
}

p.account-notification__text {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #707070;
  line-height: 1.25;
  margin-bottom: 0;
}

.account-notification__item--expire .account-notification__content:before {
  display: none;
}

.leaflet-list__wrapper {
  position: relative;
  display: block;
  z-index: 9;
}

.leaflet-list__wrapper:before, .leaflet-list__wrapper:after {
  content: ' ';
  display: table;
}

.leaflet-list__wrapper:after {
  clear: both;
}

.leaflet-list__wrapper--margin {
  margin-top: 40px;
}

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

.leaflet-list__item {
  position: relative;
  display: block;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  .leaflet-list__item {
    width: calc((100% - 40px) / 3);
  }
}

.leaflet-list__item:hover {
  border: 1px solid #66b940;
}

.leaflet-list__item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .leaflet-list__item:nth-child(2n) {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .leaflet-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.leaflet-list__image {
  position: relative;
  display: block;
  height: 130px;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .leaflet-list__image {
    height: 220px;
  }
}

@media (min-width: 1024px) {
  .leaflet-list__image {
    height: 260px;
  }
}

.leaflet-list__image img {
  position: relative;
  display: block;
  width: 100%;
}

.leaflet-list__content {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 8px;
  background: #fff;
  text-align: center;
}

.leaflet-list__item-logo {
  position: absolute;
  display: flex;
  align-items: center;
  width: 60px;
  height: 50px;
  top: -45px;
  left: 50%;
  margin-left: -30px;
  background: #fff;
}

.leaflet-list__item-logo-image {
  position: relative;
  display: block;
  width: 100%;
}

.leaflet-list__item-logo img {
  position: relative;
  display: block;
  max-width: 45px;
  max-height: 35px;
  margin: auto;
}

.leaflet-list__item-title {
  position: relative;
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-align: center;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
  padding-top: 0px;
  margin-bottom: 5px;
}

.leaflet-list__item-small {
  position: relative;
  display: block;
  margin: auto;
  font-weight: 300;
  color: grey;
  font-size: 12px;
}

.leaflet-list__item-small strong {
  font-weight: 400;
  color: #000;
}

.leaflet-list__more-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 1px solid;
  margin-top: 10px;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.leaflet-list__more-link:hover {
  text-decoration: none;
  background-color: #ee7836;
  color: #fff;
}

.leaflet-list__item-corner {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 0;
  padding: 3px 40px;
  background-color: #ee7836;
  z-index: 9;
  max-width: 90%;
}

.leaflet-list__item-corner--red {
  background-color: #f44336;
}

.leaflet-list__item-corner--green {
  background-color: #66b940;
}

.leaflet-list__item-corner span {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.leaflet-list__wrapper--expire .leaflet-list__image {
  opacity: 0.4;
}

.leaflet-list__wrapper--5 {
  width: 100%;
  margin-right: 0;
  float: none;
}

.leaflet-list__wrapper--5 .leaflet-list__item {
  width: calc((100% - 80px) / 5);
}

.leaflet-list__wrapper--5 .leaflet-list__item:nth-child(4n) {
  margin-right: 20px;
}

.leaflet-list__wrapper--5 .leaflet-list__item:nth-child(5n) {
  margin-right: 0px;
}

.sign__code {
  display: none;
  margin-top: 10px;
}

.sign__code--show {
  display: block;
}

.sign__checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}

.sign__checkbox-wrapper--code {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sign__checkbox {
  position: absolute;
  display: none;
}

.sign__label {
  font-weight: 400;
  color: #5e5e5e;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 33px;
  margin-bottom: 0;
  line-height: 21px;
  cursor: pointer;
  background-image: url("../images/../images/homepage/checkbox.png");
  background-size: 21px 21px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  text-align: left;
}

@media (min-width: 768px) {
  .sign__label {
    font-size: 14px;
  }
}

.sign__checkbox:checked + label {
  background-image: url("../images/../images/homepage/checkbox-active.png");
  background-size: 30px 30px;
  background-position: -4px 0%;
  background-repeat: no-repeat;
}

.sign__label a {
  color: #ef7b3b;
  text-decoration: underline;
}

.sign__label a:hover {
  color: #ef7b3b;
  text-decoration: none;
}

.sign__facebook {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 16px 20px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: #3b5997;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 768px) {
  .sign__facebook {
    font-size: 17px;
    padding: 16px 34px;
    padding-left: 65px;
  }
}

.sign__facebook:before {
  position: absolute;
  display: block;
  content: "";
  left: 18px;
  top: 50%;
  width: 12px;
  height: 23px;
  margin-top: -12px;
  background-color: #fff;
  -webkit-mask-image: url("../images/svg/facebook-f-brands.svg");
  mask-image: url("../images/svg/facebook-f-brands.svg");
}

@media (min-width: 768px) {
  .sign__facebook:before {
    left: 24px;
  }
}

.sign__facebook:hover {
  color: #fff;
  background-color: #2d4372;
}

.sign__facebook input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  padding-left: 60px;
  padding-right: 20px;
  white-space: normal;
  background-color: transparent;
  text-align: left;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}

@media (min-width: 768px) {
  .sign__facebook input {
    font-size: 15px;
  }
}

.homepage-header-form__social-login {
  text-align: center;
}

.abcRioButtonBlue {
  margin: auto;
  margin-top: 1em;
}

.static-page-content {
  position: relative;
  display: block;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .static-page-content {
    padding: 40px 20px;
  }
}

.static-page-content--first {
  padding-top: 0;
}

.static-page-content--center {
  text-align: center;
}

.static-page-content--bg-grey {
  background-color: #f7f7f7;
  padding: 40px;
}

.static-page-content--bg-green {
  background-color: #66b940;
}

.static-page-content--pt-pb {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .static-page-content--pt-pb {
    padding: 60px 20px;
  }
}

.static-page-content--mb {
  margin-bottom: 40px;
}

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

@media (min-width: 1180px) {
  .static-page-content__container--medium {
    max-width: 800px;
  }
}

.static-page-content__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .static-page-content__wrapper {
    flex-direction: row;
  }
}

.static-page-content__wrapper--align-items-start {
  align-items: center;
}

@media (min-width: 768px) {
  .static-page-content__wrapper--align-items-start {
    align-items: flex-start;
  }
}

.static-page-content__column {
  position: relative;
  display: block;
  flex: 1 1 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .static-page-content__column {
    margin-bottom: 0;
  }
}

.static-page-content__column:last-child {
  margin-bottom: 0;
}

h1.static-page-content__title,
h2.static-page-content__title,
h3.static-page-content__title {
  position: relative;
  display: block;
  font-weight: 600;
  color: #262626;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h1.static-page-content__title,
  h2.static-page-content__title,
  h3.static-page-content__title {
    font-size: 24px;
  }
}

.static-page-content__title--center {
  text-align: center;
}

h1.static-page-content__title--mt,
h2.static-page-content__title--mt,
h3.static-page-content__title--mt {
  margin-top: 2em;
}

h1.static-page-content__title--white,
h2.static-page-content__title--white,
h3.static-page-content__title--white {
  color: #fff;
}

p.static-page-content__text {
  position: relative;
  display: block;
  font-weight: 400;
  color: #262626;
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  p.static-page-content__text {
    font-size: 16px;
  }
}

p.static-page-content__text--center {
  text-align: center;
}

p.static-page-content__text--mb {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  p.static-page-content__text--medium {
    width: 70%;
    margin: auto;
  }
}

p.static-page-content__text strong {
  font-weight: 600;
  color: #262626;
}

p.static-page-content__text a {
  color: #ee7836;
  text-decoration: underline;
}

p.static-page-content__text a:hover {
  text-decoration: none;
}

p.static-page-content__text a strong {
  color: #ee7836;
}

.static-page-content__text--orange {
  color: #ee7836;
}

.static-page-content__button-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .static-page-content__button-wrapper {
    flex-direction: row;
    margin-top: 30px;
  }
}

.static-page-content__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-weight: 400;
  color: #262626;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #8d8d8d;
  padding: 10px 20px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .static-page-content__button {
    flex: 1 1 auto;
    margin-right: 2em;
    margin-bottom: 0;
  }
}

.static-page-content__button:hover {
  background-color: #8d8d8d;
  color: #fff;
}

.static-page-content__button:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .static-page-content__button--medium {
    max-width: 320px;
  }
}

.static-page-content__button--orange {
  border-color: #ee7836;
  background-color: #ee7836;
  color: #fff;
}

.static-page-content__button--orange:hover {
  background-color: #de5c13;
  color: #fff;
}

.static-page-content__button--transparent-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.static-page-content__button--transparent-white:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.cashback-rules {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .cashback-rules {
    flex-direction: row;
    margin-top: 70px;
  }
}

.cashback-rules__column {
  position: relative;
  display: block;
  flex: 1 1 auto;
}

.cashback-rules__column:last-child {
  margin-bottom: 30px;
  order: -1;
}

@media (min-width: 1024px) {
  .cashback-rules__column:last-child {
    flex: 0 0 42%;
    margin-bottom: 0;
    padding-left: 50px;
    order: 0;
  }
}

.cashback-rules__box {
  position: relative;
  display: none;
  border-radius: 5px;
  border: 1px solid #cecfce;
  overflow: hidden;
  margin-bottom: 15px;
}

.cashback-rules__box--active {
  display: block;
}

.cashback-rules__box-header {
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  line-height: 1.25;
  text-transform: uppercase;
  background-color: #ee7836;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cashback-rules__box-header {
    font-size: 20px;
    padding: 30px 30px;
  }
}

.cashback-rules__box-content {
  position: relative;
  display: block;
  padding: 15px;
  font-weight: 400;
  color: #262626;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cashback-rules__box-content {
    font-size: 18px;
    padding: 40px;
  }
}

.cashback-rules__link {
  position: relative;
  display: block;
  font-weight: 400;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-left: 35px;
  margin-bottom: 11px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .cashback-rules__link {
    font-size: 15px;
  }
}

.cashback-rules__link:hover {
  color: #262626;
}

.cashback-rules__link:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fad5bc;
  top: 3px;
  left: 0;
}

.cashback-rules__link:hover:before {
  background-color: #ee7836;
}

.cashback-rules__link--active {
  color: #262626;
}

.cashback-rules__link--active:before {
  background-color: #ee7836;
}

.cashback-rules__button-wrapper {
  position: relative;
  display: flex;
}

.cashback-rules__button {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  height: 43px;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-weight: 400;
  color: #262626;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 15px;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .cashback-rules__button {
    font-size: 15px;
  }
}

.cashback-rules__button:hover {
  background-color: gainsboro;
}

.cashback-rules__button:last-child {
  margin-right: 0;
}

.cashback-rules__button .fa-long-arrow-left {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.cashback-rules__button .fa-long-arrow-right {
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.cashback-rules__list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

.c-progress {
  position: relative;
  display: block;
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.c-progress__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .c-progress__wrapper {
    flex-direction: row;
  }
}

.c-progress__contest {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #ee7836;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .c-progress__contest {
    flex: 0 0 168px;
  }
}

.c-progress__contest:before {
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  left: 0;
  top: 0%;
  border-top: 1px dashed #fff;
}

@media (min-width: 768px) {
  .c-progress__contest:before {
    width: 1px;
    height: 90%;
    top: 5%;
    border-top: 0;
    border-left: 1px dashed #fff;
  }
}

.c-progress__contest:after {
  position: absolute;
  display: block;
  content: "";
  width: 121px;
  height: 86px;
  top: -26px;
  right: -20px;
  z-index: 9;
  background-image: url("../images//campaign300/iphone-1.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .c-progress__contest:after {
    top: -8px;
    right: -30px;
  }
}

.c-progress__contest-text {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

@media (min-width: 768px) {
  .c-progress__contest-text {
    width: 74px;
  }
}

.c-progress__contest-text:hover {
  color: #fff;
}

.c-progress__inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.75rem;
  flex-direction: column;
  background: #fafafa;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .c-progress__inner {
    height: 70px;
    padding: 0.8rem;
    flex-direction: row;
  }
}

.c-progress__status {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 100%;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .c-progress__status {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .c-progress__status {
    width: 324px;
    flex: 0 0 270px;
  }
}

.c-progress__status-start {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  z-index: 9;
  border: 1px solid #c8c8c8;
}

.c-progress__status-start-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.c-progress__status-end {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  z-index: 9;
  border: 1px solid #c8c8c8;
}

.c-progress__status-end-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.c-progress__status-progress {
  position: absolute;
  display: block;
  width: calc(100% - 76px);
  height: 15px;
  margin-left: 33px;
  background: #c8c8c8;
  border: 1px solid #fff;
  border-radius: 8px;
}

.c-progress__status-progress-line {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 13px;
  top: 0px;
  left: 0;
  background-color: #66b940;
  border-radius: 10px;
  transition: width 2s ease-in-out;
  animation-delay: 0.5s;
}

.c-progress__status-progress-value {
  position: absolute;
  display: block;
  width: 190px;
  left: calc(50% - 95px);
  top: -22px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.c-progress__content {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .c-progress__content {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .c-progress__content {
    margin-left: 1rem;
  }
}

.c-progress__sidebar {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c-progress__sidebar {
    margin-right: 0;
  }
}

.c-progress__title {
  position: relative;
  display: block;
  color: #717171;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  margin-bottom: 0.25rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-progress__title {
    font-size: 18px;
    text-align: left;
  }
}

.c-progress__text {
  position: relative;
  display: block;
  max-width: 96%;
  margin: auto;
  color: #717171;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .c-progress__text {
    max-width: 80%;
  }
}

@media (min-width: 1024px) {
  .c-progress__text {
    max-width: 90%;
    text-align: left;
    margin: 0;
  }
}

.c-progress__text strong {
  font-weight: 700;
}

.c-progress__text a {
  color: #717171;
  text-decoration: underline;
}

.c-progress__text a:hover {
  text-decoration: none;
}

.c-progress__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  background: #62B140;
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}

.c-progress__button:hover {
  color: #fff;
  background: #4d8c32;
}

.c-progress__link {
  position: relative;
  display: inline-block;
  color: #717171;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
  background: none;
  border: 0;
  padding-right: 1.25rem;
  margin-right: 0.5rem;
  outline: none;
  text-align: center;
  background-image: url("../images//campaign300/caret-down-solid.svg");
  background-size: 8px 11px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .c-progress__link {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .c-progress__link {
    width: 140px;
  }
}

.c-progress__link.show {
  background-image: url("../images//campaign300/caret-up-solid.svg");
  background-size: 8px 11px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.c-progress__link:hover {
  text-decoration: none;
}

.c-method {
  position: relative;
  display: none;
  padding: 0.8rem;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.c-method.show {
  display: block;
}

.c-method__title {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .c-method__title {
    font-size: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.c-method__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  .c-method__wrapper {
    flex-direction: row;
  }
}

.c-method__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .c-method__item {
    display: block;
    flex: 0 0 33%;
    margin-bottom: 0;
  }
}

.c-method__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-method__item:after {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 35px;
    top: 24px;
    right: -30px;
    background-image: url("../images/campaign300/arrow.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.c-method__item:last-child:after {
  display: none;
}

.c-method__image {
  position: relative;
  display: block;
  width: 44px;
  height: auto;
  margin: 0;
}

@media (min-width: 768px) {
  .c-method__image {
    width: auto;
    height: 82px;
    margin: auto;
    margin-bottom: 1.8rem;
  }
}

.c-method__text {
  position: relative;
  display: block;
  max-width: 92%;
  margin: auto;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .c-method__text {
    text-align: center;
    margin: auto;
  }
}

.c-method__info {
  position: relative;
  display: block;
  max-width: 640px;
  font-size: 12px;
  line-height: 1.25;
  color: #909090;
  margin-bottom: 0;
}

.c-message {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-message {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .c-message {
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 1180px) {
  .c-message {
    align-items: baseline;
  }
}

.c-message__value {
  position: relative;
  display: inline-block;
  font-weight: 900;
  flex: 0 0 auto;
  font-size: 42px;
  line-height: 49px;
  color: #fff;
  background: #62b140;
  border: 2px dashed #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin: 1rem 1.6rem;
}

@media (min-width: 768px) {
  .c-message__value {
    margin: 0 1.6rem;
  }
}

.c-message__bottom {
  position: relative;
  display: block;
  width: 100%;
  background: #62b140;
  padding: 1.25rem;
}

.c-message__bottom .container {
  position: relative;
  padding-left: 8rem;
}

@media (min-width: 768px) {
  .c-message__bottom .container {
    padding-left: 10rem;
  }
}

.c-message__bottom-image {
  position: absolute;
  display: block;
  width: 121px;
  height: 86px;
  left: -42px;
  bottom: -18px;
}

@media (min-width: 768px) {
  .c-message__bottom-image {
    left: -20px;
  }
}

.c-message__bottom-title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
  .c-message__bottom-title {
    font-size: 22px;
  }
}

.c-message__bottom-text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.c-message__bottom-text a {
  color: #fff;
  text-decoration: underline;
}

.c-message__bottom-text a:hover {
  text-decoration: none;
}

.c-message__show-more {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  z-index: 99;
}

@media (min-width: 768px) {
  .c-message__show-more {
    position: absolute;
    bottom: -10px;
    right: 0px;
  }
}

@media (min-width: 1024px) {
  .c-message__show-more {
    bottom: -20px;
    right: 0px;
  }
}

@media (min-width: 1180px) {
  .c-message__show-more {
    bottom: -10px;
    right: 0px;
  }
}

.c-message__show-more:hover {
  text-decoration: none;
}

.c-message__show-more:hover .c-message__info-msg {
  display: block;
}

.c-message__info-msg {
  position: absolute;
  display: none;
  width: 340px;
  left: 50%;
  margin-left: -170px;
  padding: 1rem 1.5rem;
  background: #66b940;
  border-radius: 8px;
  line-height: 1.5;
  text-align: center;
  z-index: 99;
}

@media (min-width: 768px) {
  .c-message__info-msg {
    margin-left: -210px;
  }
}

@media (min-width: 1024px) {
  .c-message__info-msg {
    margin-left: -170px;
  }
}

.bg .c-message {
  font-size: 18px;
}

.cookies-information {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  z-index: 9;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}

.cookies-information.show-flex {
  display: flex;
}

.cookies-information__button {
  position: relative;
  display: inline-flex;
  color: #000;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
}

.cookies-information__button:hover {
  color: #fff;
  background-color: #66b940;
}

.sd-content {
  position: relative;
  max-height: 133px;
  overflow: hidden;
  margin-bottom: 32px;
  transition: max-height .2s ease-out;
}

@media (min-width: 768px) {
  .sd-content {
    max-height: 138px;
    padding: 0 20px;
    margin-bottom: 36px;
  }
}

.sd-content p {
  display: block;
  margin-bottom: 1.5rem;
}

.sd-content strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.sd-content__show {
  position: absolute;
  display: flex;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0, #f2f1f1 60%);
  cursor: pointer;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sd-content__show {
    justify-content: flex-end;
  }
}

.sd-content__show-inner {
  display: flex;
  align-items: center;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .sd-content__show-inner:hover {
    text-decoration: underline;
  }
}

.sd-content__show-icon {
  margin-left: 8px;
}

.sd-content__content-btn {
  display: none;
}

.sd-content__content-btn:checked ~ .sd-content {
  max-height: 800px;
}

.sd-content__content-btn:checked ~ .sd-content .sd-content__show {
  display: none;
}

#myModal {
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fefefe;
  padding: 55px 128px 86px 105px;
}

.modal-content__container {
  display: flex;
  justify-content: space-between;
  height: 203px;
}

.modal-content__shops {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}

.modal-content__shops img {
  max-width: 100px;
}

.modal-content__info {
  color: #182B4A;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
}

.modal-content__shops-mobile {
  display: none;
}

.modal-content__info-mobile {
  display: none;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* HERO SECTION CARD*/
.modal-section__cta {
  position: absolute;
  width: 400px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  bottom: 88px;
  right: 160px;
}

.modal-section__card {
  position: relative;
  text-align: center;
  border-radius: 16px;
  border: 2px solid #61A60E;
  padding: 40px 40px 24px 40px;
  box-shadow: 0 15px 83px 0 rgba(159, 159, 159, 0.12);
  background-color: #fff;
}

.modal-section__card-bonus {
  position: absolute;
  white-space: nowrap;
  border-radius: 4px;
  background: #61A60E;
  padding: 8px 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.modal-section__card-bonus span {
  font-weight: 800;
}

.modal-section__card-title {
  color: #54565A;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
}

.modal-section__card-signup {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.modal-section__card-email {
  width: 100%;
  height: 56px;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #AEAEAE;
  font-size: 14px;
}

.modal-section__card-email::-moz-placeholder {
  color: #909090;
  font-family: "Noto Sans", sans-serif;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.modal-section__card-email:-ms-input-placeholder {
  color: #909090;
  font-family: "Noto Sans", sans-serif;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.modal-section__card-email::placeholder {
  color: #909090;
  font-family: "Noto Sans", sans-serif;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.modal-section__card-email:focus {
  border: 1px solid #EC7700;
  outline: none;
}

.modal-section__card-button {
  width: 100%;
  height: 56px;
  border-radius: 6px;
  background: #EC7700;
  border: 1px solid #EC7700;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  cursor: pointer;
}

.modal-section__card-button:hover {
  background: #d36a00;
  border: 1px solid #d36a00;
}

.modal-section__card-subtitle {
  color: #54565A;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}

.modal-section__card-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.modal-section__card-icon {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  z-index: 10;
  transition: border 0.2s ease-in-out;
}

.modal-section__card-icon:hover {
  border: 1px solid #EC7700;
}

.modal-section__card-icon img {
  width: 24px;
  height: 24px;
}

.modal-section__card-gdpr {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #AEAEAE;
  margin-bottom: 12px;
}

.modal-section__card-gdpr a {
  color: #AEAEAE;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.modal-section__card-existing-user {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #54565A;
}

.modal-section__card-existing-user a {
  color: #EC7700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  z-index: 10;
}

.modal-section__card-img {
  position: absolute;
  right: -107px;
  bottom: -91px;
}

@media only screen and (max-width: 1050px) {
  .modal-content {
    border-radius: 16px;
    padding: 0 12px;
    background-color: transparent;
    position: static;
    padding-top: 90px;
  }
  .modal-content__container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .modal-section__card {
    padding: 40px 16px;
  }
  .modal-section__cta {
    position: relative;
    border-radius: 16px;
    transform: translateY(0%);
    right: 0;
    bottom: 0;
  }
  .modal-section__card-title {
    display: none;
  }
  .modal-content__shops,
  .modal-content__info {
    display: none;
  }
  .modal-content__shops-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 19px;
  }
  .modal-content__shops-mobile .mobile-img {
    height: 38px;
  }
  .modal-content__info-mobile {
    display: block;
    color: #182B4A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .modal-content__info {
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
  }
  .modal-section__card-img {
    display: none;
  }
}

.lp-product .page-layout {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

@media (min-width: 1024px) {
  .lp-product .page-layout {
    flex-direction: row;
  }
}

.lp-product .page-layout__content {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .lp-product .page-layout__content {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .lp-product .page-layout__sidebar {
    order: -1;
  }
}

.lp-product__tag-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.lp-product__tag {
  position: relative;
  display: block;
}

.lp-product__tag a {
  position: relative;
  display: block;
  padding: 6px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 600;
  color: grey;
  font-size: 11px;
  background: #fff;
  border-radius: 2px;
  line-height: 10px;
  transition: all 0.2s;
  text-decoration: none;
}

.lp-product__tag a:hover {
  color: #ee7836;
}

.lp-product__logo-box {
  display: none;
}

@media (min-width: 1024px) {
  .lp-product__logo-box {
    display: block;
  }
}

.lp-product__logo-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.lp-product__logo-item {
  position: relative;
  display: flex;
  flex: 0 0 33%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.lp-product__logo-item:nth-child(3n) {
  border-right: 0;
}

.lp-product__logo-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 65px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #fff;
}

.lp-product__logo-inner:hover {
  border: 1px solid #66b940;
}

.lp-product__logo-image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lp-product-more-category {
  position: relative;
  max-height: 160px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lp-product-more-category--no-tablet-max-h {
    max-height: none;
  }
}

.lp-product-more-category__link {
  position: absolute;
  display: flex;
  height: 62px;
  bottom: -2px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  padding-bottom: 2rem;
  text-decoration: underline;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f2f1f1 33%);
  border: 0;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .lp-product-more-category__link {
    height: 82px;
  }
}

@media (min-width: 768px) {
  .lp-product-more-category__link {
    display: none;
  }
}

@media (min-width: 1180px) {
  .lp-product-more-category__link:hover {
    text-decoration: underline;
  }
}

.lp-product-more-category__link--desktop {
  display: none;
}

@media (min-width: 768px) {
  .lp-product-more-category__link--desktop {
    display: flex;
  }
}

@media (min-width: 1180px) {
  .lp-product-more-category__link--desktop {
    text-decoration: none;
  }
}

.lp-product-more-category__content-btn {
  display: none;
}

.lp-product-more-category__content-btn:checked ~ .lp-product-more-category {
  max-height: none;
}

.lp-product-more-category__content-btn:checked ~ .lp-product-more-category .lp-product-more-category__link {
  display: none;
}

.lp-product-more-content {
  position: relative;
  max-height: 42px;
  overflow: hidden;
}

.lp-product-more-content.show-content {
  max-height: none;
}

.lp-product-more-content__btn {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 0px 10px;
  background: #f2f1f1;
  border: 0;
  text-decoration: none;
}

.lp-product-more-content__btn:hover {
  text-decoration: underline;
}

.lp-category__item {
  display: flex;
  height: 58px;
  align-items: center;
  padding: 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.lp-category__item:hover {
  border-color: #ee7836;
}

.lp-category__image-wrapper {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.lp-category__image {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lp-category__item strong {
  display: block;
}

.lp-category__icon {
  width: 16px;
  height: 16px;
  margin-left: auto;
}

.lp-filter {
  display: none;
}

@media (min-width: 768px) {
  .lp-filter {
    display: block;
  }
}

.lp-filter__hr {
  border: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lp-filter__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.lp-filter__input-wrapper input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.lp-filter__input-wrapper label {
  margin-bottom: 0;
}

.lp-filter__input-wrapper small {
  color: #767676;
  margin-left: 0.5rem;
}

.lp-filter--category {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lp-filter--category:after {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.616 18'%3E%3Cpath fill='%23c1c1c1' d='M10.026 8.931c0-.35-.134-.699-.399-.966L3.071 1.401a1.367 1.367 0 10-1.935 1.933l5.589 5.597L.99 14.666A1.368 1.368 0 002.924 16.6l6.701-6.701c.267-.268.401-.618.401-.968z'/%3E%3C/svg%3E") 50% no-repeat;
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transform: rotate(90deg);
  transition: transform 0.2s;
}

.lp-filter--category.arrow-up:after {
  transform: rotate(-90deg);
}

.checkmark {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  margin-right: 1rem;
}

.checkmark--radio {
  border-radius: 50%;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.lp-filter__input-wrapper:hover input ~ .checkmark {
  background-color: #cbcbcb;
}

.lp-filter__input-wrapper input:checked ~ .checkmark {
  background-color: #ee7836;
}

.lp-filter__input-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.lp-filter__input-wrapper .checkmark:after {
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.lp-filter__input-wrapper input:checked ~ .checkmark--radio:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
}

.lp-filter__mobile-link {
  width: 100%;
  padding: 1rem;
  background: none;
  box-shadow: none;
  border: 1px solid #000;
}

@media (min-width: 768px) {
  .lp-filter__mobile-link {
    display: none;
  }
}

.lp-filter__more {
  border: 0;
  padding: 0;
  font-size: 12px;
  text-decoration: none;
}

.lp-filter__more:hover {
  text-decoration: underline;
}

.filter-hidden {
  display: none;
}

.filter-hidden.visible {
  display: flex;
}

.lp-shop__wrapper {
  position: relative;
  display: block;
}

.lp-shop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
  align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 1rem;
  overflow-x: scroll;
}

@media (min-width: 1180px) {
  .lp-shop {
    overflow: hidden;
  }
}

.lp-shop__inner {
  position: relative;
  display: inline-flex;
  height: auto;
  max-width: none;
}

@media (min-width: 1180px) {
  .lp-shop__inner {
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
  }
}

.lp-shop__box-wrapper {
  flex: 0 0 calc(100% / 3);
}

@media (min-width: 768px) {
  .lp-shop__box-wrapper {
    flex: 0 0 calc(100% / 6);
  }
}

@media (min-width: 1024px) {
  .lp-shop__box-wrapper {
    flex: 0 0 calc(100% / 8);
  }
}

.lp-shop__box-wrapper:hover .lp-shop__image {
  transform: scale(1.1);
}

.lp-shop__box-wrapper:hover .lp-shop__box-title {
  color: #ee7836;
}

.lp-shop__box {
  position: relative;
  display: flex;
  width: 100%;
  height: 74px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
}

.lp-shop__image {
  position: relative;
  display: block;
  max-width: 80px;
  max-height: 45px;
  height: auto;
  transition: transform 0.25s ease-in-out;
}
