.next-steps__options {
  color: white;
  display: flex;
}
@media screen and (max-width: 800px) {
  .next-steps__options {
    display: block;
  }
}
.next-steps__options .material-icons {
  width: initial;
  height: initial;
  line-height: initial;
  color: white !important;
  font-size: 40px !important;
  margin-right: 10px;
}
.next-steps__options a {
  text-decoration: none;
  color: white;
}
.next-steps__options a:hover {
  opacity: 0.8;
  color: white;
  transform: scale(1.02);
}
.next-steps__options .step-option {
  height: 100px;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.next-steps__options .step-option:nth-child(1) {
  background-color: #212121;
}
.next-steps__options .step-option:nth-child(2) {
  background-color: #ff5722;
}

.offer-thumbnail-image {
  height: 160px;
  width: 160px;
  border-radius: 5px;
}
.affiliate-button {
  background-color: #f9a825 !important;
}
.shop-url {
  font-weight: bold;
  font-size: 0.7em;
  font-weight: normal;
  white-space: nowrap;
  color: #9e9e9e;
}
.shop-url b {
  color: #424242;
}
.link_coverbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.link_coverbox:hover {
  text-decoration: none;
  color: inherit;
}
.offer-price {
  color: #ff5722;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.offer-price > :first-child {
  padding-right: 10px;
  white-space: nowrap;
}
.offer-price > s {
  color: #bdbdbd;
  padding-right: 10px;
  font-weight: normal;
  white-space: nowrap;
}
.offer-small {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative;
}
.offer-small__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.offer-small__link:hover {
  text-decoration: none;
  color: inherit;
}
.offer-small .vote-box,
.offer-small .offer-external-button,
.offer-small .moderator-offer-icon-menu,
.offer-small .offer-small__comments {
  position: relative;
  z-index: 2;
}
.offer-small a {
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .offer-small__product.MuiGrid-root {
    margin-left: 5px;
  }
  .offer-small__product.MuiGrid-root .MuiGrid-item:last-child {
    margin-top: 10px;
    margin-left: -53px;
    margin-right: -2px;
    width: calc(100% + 53px);
  }
  .offer-small__product.MuiGrid-root .offer-external-button {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .offer-small__info {
    margin-left: 10px;
  }
}
.offer-small__footer {
  font-size: 0.7em;
  color: #bdbdbd;
}
@media screen and (min-width: 800px) {
  .offer-small__footer {
    margin: 0px 0 -1px -4px;
  }
  .offer-small__footer .MuiGrid-item:last-child {
    margin-bottom: -28px;
  }
}
.offer-small .offer-small-title {
  font-weight: bold;
  cursor: pointer;
  padding-right: 10px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  font-size: 1.1rem;
}
.offer-small .moderator-offer-icon-menu {
  opacity: 0;
  position: absolute !important;
  right: 3px;
  top: 3px;
}
.offer-small:hover .moderator-offer-icon-menu,
.offer-small:focus-within .moderator-offer-icon-menu {
  opacity: 1;
}
.vote-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
}
.vote-box .vote-box-score {
  font-size: 1.3em;
}
.vote-box .vote-up-button.voted {
  color: #ff5722;
}
.vote-box .vote-down-button.voted {
  color: #2196f3;
}
.vote-box .vote-button {
  font-size: 1.3em;
  font-weight: bold;
  color: #e0e0e0;
  cursor: pointer;
  transition: all 0.15s ease-out;
  transform: scale(1.6);
}
.vote-box .vote-button:hover {
  transform: scale(2.2);
}
.vote-box .vote-button:active {
  transform: scale(1.9);
}
.vote-box .vote-button.voted {
  filter: none;
}
.expired {
  filter: grayscale(1);
}
@media screen and (max-width: 800px) {
  .offer-content {
    padding: 5px;
  }
}
.offer-content .offer-title {
  font-weight: bold;
  text-wrap: balance;
}
.offer-content .offer-title {
  font-size: 1.6em;
  word-wrap: break-word;
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.offer-content .offer-expired {
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #ef5350;
}
.offer-content .offer-description img {
  max-width: 80%;
  max-height: 300px;
}
.offer-comment-section .offer-comment-user {
  font-weight: bold;
  margin-right: 5px;
}
.offer-comment-section .offer-comment-content {
  white-space: pre;
}
.offer-comment-section h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.image-preview {
  vertical-align: middle;
  margin-left: 10px;
}

/* Z indexes */
body {
  margin: 0;
  padding: 0;
  overflow-x: auto !important;
  overflow-y: scroll !important;
  padding-right: 0px !important;
  font-family: 'Roboto', Arial, sans-serif;
  background: #fafafa;
  color: #424242;
}
* {
  box-sizing: border-box;
}
.MuiFormHelperText-root:not(.Mui-focused):not(.Mui-error) {
  visibility: hidden;
}
.paper-content {
  padding: 20px;
}
.padding {
  padding: 20px;
}
.padding-all-but-top {
  padding: 0 20px 20px 20px;
}
.margin-top {
  margin-top: 20px;
}
.margin-top--small {
  margin-top: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom--small {
  margin-bottom: 10px;
}
.margin-right {
  margin-right: 20px;
}
.margin-right--small {
  margin-right: 10px;
}
.small-info {
  font-size: 0.8em;
  margin: 0.2em 0 0.4em 0;
}
.full-width {
  width: 100%;
}
.form-row {
  display: flex;
  align-items: center;
}
.form-row > .material-icons {
  margin-bottom: 15px;
  margin-right: 10px;
  color: #212121 !important;
}
.post-image-upload-input {
  padding-bottom: 20px;
}
.post-image-upload-input > *:not(:last-child) {
  margin: 0px 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-right {
  float: right;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.flex-grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .mobile-only {
    display: inline-flex !important;
  }
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 184px;
  position: relative;
  padding-bottom: 20px;
}
.content--no-nav {
  padding-top: 136px;
}
.content .no-more-offers {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: white;
  background: #ff5722;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition-delay: background-color 5000s, color 5000s;
}
.small-link {
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  text-decoration: none;
}
.small-link:hover {
  text-decoration: underline;
}
.small-padding {
  padding: 0.5em;
}
.rounded-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded {
  border-radius: 5px;
}
.load-line {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  animation: show-progress-bar ease-in 0.3s 0.8s forwards;
}
@keyframes show-progress-bar {
  to {
    opacity: 0.5;
  }
}
.header-avatar.MuiAvatar-root {
  background-color: #ff9800;
}
.header {
  background-color: #fafafa;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 36px;
  transition: top 0.3s ease;
}
.header .header-content {
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.header .header-content .header-menu-button {
  margin-left: 20px;
  box-shadow: none;
}
.header .header-content__left {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 800px) {
  .header .header-content__left .header-menu-button {
    order: -1;
    min-width: 40px !important;
    padding: 6px !important;
  }
}
.header .header-logo-link {
  display: inline-block;
}
.header #header-search {
  position: relative;
  flex: 1;
  margin: 0 20px;
  max-width: 600px;
}
.header #header-search .MuiInputBase-root {
  background: #eeeeee;
}
.header #header-search .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
  transition: none;
  border-color: #ff5722;
}
.header #header-search .MuiInputBase-root input:placeholder-shown + .MuiInputAdornment-positionEnd {
  display: none;
}
.header #header-search .MuiInputBase-root:not(.Mui-focused) .material-icons {
  opacity: 0.5;
}
.header #header-search .MuiInputBase-root:not(.Mui-focused) .MuiOutlinedInput-notchedOutline {
  border: none;
}
.header #header-search .MuiFormControl-marginDense {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .header #header-search {
    max-width: none;
    margin: 0 10px;
  }
}
.header a {
  text-decoration: none;
}
.header .header-icon-menu {
  background: #2b2b2b;
  display: flex !important;
  height: 100%;
  align-items: center;
  margin-left: 5px;
}
.header .header-icon-menu button {
  height: 100% !important;
  min-width: initial !important;
}
.header .header-icon-menu button span {
  text-transform: none !important;
}
.header .header-logo {
  color: #212121;
  font-weight: bold;
  font-size: 1.35em;
  cursor: pointer;
  position: relative;
  transition: text-shadow 0.2s ease-out;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.header .header-logo img {
  margin-right: 2px;
}
.header .header-logo > span:last-child {
  color: #ff5722;
}
.header .header-logo:hover {
  color: #141414;
}
.header .header-logo:active {
  transform: scale(0.98);
}
@media screen and (max-width: 800px) {
  .header .header-logo {
    width: 40px;
    margin-left: 5px;
  }
  .header .header-logo * {
    display: none;
  }
  .header .header-logo:after {
    content: 'O';
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    width: 100%;
  }
}
.transition1-enter {
  opacity: 0.01;
}
.transition1-enter.transition1-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.transition1-leave {
  opacity: 1;
}
.transition1-leave.transition1-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.main-filter-tabs {
  position: fixed;
  width: 1000px;
  top: 116px;
  z-index: 9;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 800px) {
  .main-filter-tabs {
    width: 100%;
  }
  .main-filter-tabs button {
    width: 33% !important;
  }
  .main-filter-tabs button:nth-child(2) {
    display: none !important;
  }
}
.short-site-description__content .first-time-user-info {
  width: 100%;
  padding: 10px;
  background: #212121;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
  color: white;
}
.short-site-description__content .first-time-user-info a {
  color: white;
}
.short-site-description__content .first-time-user-info a:hover {
  opacity: 0.8;
}
.color--user-rating {
  color: #fb8c00;
}
.reputation-badge {
  color: #fb8c00;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  border: 1px solid #fb8c00;
  border-radius: 5px;
  padding: 0px 2px;
  padding-left: 0;
  margin-top: -3px;
  text-shadow: 1px 1px white;
  background: linear-gradient(135deg, #eeeeee 0%, #ffffff 45%, #eeeeee 100%);
}
.user--highlight {
  color: #fb8c00;
}
div[role="menu"] {
  padding: 0 !important;
}
.gift-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  display: block;
  background: linear-gradient(45deg, #ec407a, #fb8c00);
  color: white;
  padding: 0;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.gift-banner:hover {
  background: linear-gradient(45deg, #ea296a, #e27e00);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.gift-banner .gift-banner-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
.gift-banner .gift-banner-content .material-icons {
  font-size: 20px;
}
body[data-page="gift-suggestions"] .gift-banner {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
body[data-page="gift-suggestions"] .content {
  padding-top: 80px;
}
body[data-page="gift-suggestions"] .header {
  top: 0;
}
body[data-page="gift-suggestions"] .main-filter-tabs {
  top: 80px;
}


/*# sourceMappingURL=styles.db8f299fabc6b72c39b4.css.map*/