.profile-at-ideaList-heart {
  background-image: url(https://m.media-amazon.com/images/G/01/airstream/sprite/desktop/Desktop_Sprite2x.png);
  background-repeat: no-repeat;
  background-size: 330px 200px;
  display: inline-block;
  background-position: -274px -52px;
  width: 20px;
  height: 17px;
  position: relative;
  top: 4px;
  margin: 0 3px 0 6px; }

.profile-at-ideaList-shield {
  position: absolute;
  background-color: rgba(187, 187, 187, 0.1);
  width: 100%;
  max-width: calc(100% + 35px);
  margin-left: -18px;
  margin-top: -14px;
  padding: 1px 15px 0px 15px;
  height: calc(100% + 14px);
  z-index: 1; }

.profile-at-ideaList-height-desktop {
  padding-bottom: 20px; }

.profile-at-ideaList-height-mobile {
  padding-bottom: 15px; }

.profile-at-ideaList-text-container-desktop {
  width: 44%;
  float: left;
  margin: 28px 5px 22px 5px; }

.profile-at-ideaList-text-container-mobile {
  width: 44%;
  float: left;
  margin: 0px 5px 22px 5px; }

.profile-at-ideaList-asins-container-desktop {
  margin: auto;
  text-align: center; }

.profile-at-ideaList-asins-container-mobile {
  margin: auto;
  text-align: center; }

.profile-at-ideaList-asins-container-desktop-small {
  margin: auto;
  min-height: 140px; }

.profile-at-ideaList-asins-container-mobile-small {
  margin: auto;
  min-height: 95px; }

.profile-at-ideaList-asin-image-container {
  width: 29%;
  display: inline-block;
  margin: 0 6px; }

.profile-at-ideaList-asin-image-container-small {
  width: 22%;
  float: right;
  margin: 0 6px; }

.profile-at-ideaList-image-height-desktop {
  height: 160px; }

.profile-at-ideaList-image-height-mobile {
  height: 100px; }
/*!
 * Cropper.js v0.8.1
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-09-03T04:55:16.458Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr; }

.cropper-container img {
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cropper-wrap-box {
  overflow: hidden; }

.cropper-drag-box {
  opacity: 0;
  background-color: #fff; }

.cropper-modal {
  opacity: .5;
  background-color: #000; }

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75); }

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee; }

.cropper-dashed.dashed-h {
  top: 33.33333333%;
  left: 0;
  width: 100%;
  height: 33.33333333%;
  border-top-width: 1px;
  border-bottom-width: 1px; }

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333333%;
  width: 33.33333333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px; }

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75; }

.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee; }

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px; }

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px; }

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1; }

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize; }

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize; }

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize; }

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize; }

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f; }

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize; }

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize; }

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize; }

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize; }

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize; }

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize; }

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize; }

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1; }

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75; } }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }
.profile-at-header-card.profile-at-header-card-desktop {
  height: 60px; }

.profile-at-header-title.profile-at-header-title-desktop {
  float: left; }

.profile-at-header-title.profile-at-header-title-mobile {
  padding-bottom: 20px; }

.profile-at-type-filter {
  margin-top: -5px; }
  .profile-at-type-filter.profile-at-type-filter-desktop {
    float: right; }

#profile-at-feed {
  margin-bottom: 0px !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#profile-at-feed-footer .profile-at-loading {
  text-align: center; }

#profile-at-feed-footer .profile-at-no-contributions {
  text-align: left; }

#profile-at-card-container > .card:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 0; }
.automotive-card-container a {
  text-decoration: none; }

.automotive-card-image {
  position: relative;
  max-width: 220px;
  margin: auto;
  margin-top: 10px; }

.desktop .automotive-card-color-overlay {
  background-color: rgba(3, 22, 22, 0.04);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.desktop .automotive-card-image {
  max-width: 200px; }
.cover-photo-with-cropping {
  cursor: pointer; }

.cover-photo.mobile {
  height: 120px;
  min-width: 100%; }
  .cover-photo.mobile img {
    height: 100%;
    width: 100%; }

.cover-photo.desktop {
  height: 275px;
  min-width: 860px; }
  .cover-photo.desktop img {
    height: 100%;
    width: 100%; }

#coverUploadInput {
  display: none; }

#resizingCanvas {
  display: none; }

.cover-photo-edit-icon {
  cursor: pointer;
  position: absolute;
  width: 30px;
  bottom: 10px;
  right: 10px; }

.cover-photo-edit-icon.desktop {
  cursor: pointer;
  position: absolute;
  width: 40px;
  bottom: 13px;
  right: 15px; }
  .cover-photo-edit-icon.desktop .a-declarative {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 25px;
    width: 40px; }

.cover-photo-desktop-crop-popover-bottom {
  margin-top: 20px;
  padding: 20px;
  background-color: #EAEDED; }

.cover-photo-crop-image-message {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px; }

.cancel-button {
  float: left;
  width: 100px; }

.upload-pick-photo-container {
  float: right; }

.upload-button {
  width: 100px; }

.pick-photo-button {
  float: left;
  width: 160px; }

.buttonColor {
  color: #ffffff; }

.cancelButtonCropMobile {
  font-weight: normal;
  position: fixed;
  top: 90%;
  left: 6%; }

.saveButtonCropMobile {
  width: 13%;
  border-bottom: 3px solid #FFA723;
  position: fixed;
  top: 90%;
  left: 80%; }

.alignSaveText {
  text-align: center;
  padding-left: 0rem; }
.delete-photo.desktop, .upload-photo {
  cursor: pointer;
  font-size: inherit !important; }

.add-photo.mobile, .delete-photo.mobile {
  cursor: pointer; }

.imageUploadLabel {
  font-weight: normal;
  padding-left: 0; }

.delete-modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #EAEDED; }

.delete-modal-buttons.desktop {
  float: right; }

.cancel-button-delete-modal.mobile {
  width: 100px;
  float: left; }

.delete-button-delete-modal.mobile {
  width: 100px;
  float: right; }

.delete-modal-message {
  padding: 20px; }
.crop-black-box.desktop {
  width: 560px;
  height: 410px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #000000;
  z-index: 1100;
  opacity: 1; }

.crop-image-box.desktop {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px; }
  .crop-image-box.desktop img {
    height: 360px;
    width: 460px; }

.crop-black-box.mobile {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  position: fixed;
  opacity: 1;
  background-color: #000000; }

.crop-image-box.mobile {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: auto;
  margin-bottom: auto;
  top: 10%;
  right: 1%;
  left: 1%;
  position: fixed; }
  .crop-image-box.mobile img {
    height: 360px;
    width: 90%; }

.crop-image-box-landscape.mobile {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: auto;
  margin-bottom: auto;
  top: 5%;
  right: 1%;
  left: 1%;
  position: fixed; }
  .crop-image-box-landscape.mobile img {
    height: 300px;
    width: 70%; }

.cropper-container-override.desktop .cropper-container img {
  height: 280px;
  width: 460px; }

.cropper-view-box-override .cropper-view-box {
  outline: 2px solid #ffffff;
  outline-color: #ffffff; }

.cropper-point-override .cropper-point {
  width: 0px !important;
  height: 0px;
  background-color: #ffffff; }
.avatar-image-container {
  cursor: pointer;
  position: absolute;
  top: 70px;
  left: 18px; }
  .avatar-image-container .circular-avatar-image {
    position: relative;
    height: 100px;
    width: 100px;
    overflow: hidden;
    box-shadow: 0 0 0 4px #FFFFFF;
    border-radius: 50%; }
    .avatar-image-container .circular-avatar-image #avatar-image {
      min-height: 96px;
      min-width: 96px; }
  .avatar-image-container .image-edit-popover-trigger-holder {
    position: absolute;
    width: 30px;
    height: 25px;
    bottom: 5px;
    right: 35px; }
  .avatar-image-container #avatarUploadInput {
    display: none; }
  .avatar-image-container #resizingCanvas {
    display: none; }

.avatar-image-container.desktop {
  top: 175px;
  left: 40px; }
  .avatar-image-container.desktop .circular-avatar-image {
    position: relative;
    height: 220px;
    width: 220px;
    overflow: hidden;
    box-shadow: 0 0 0 4px #FFFFFF;
    border-radius: 50%; }
    .avatar-image-container.desktop .circular-avatar-image #avatar-image {
      min-height: 220px;
      min-width: 220px; }
  .avatar-image-container.desktop .image-edit-popover-trigger-holder {
    position: absolute;
    width: 40px;
    height: 25px;
    bottom: 16px;
    right: 90px; }
.avatar-header-container {
  position: relative; }
.social-link {
  margin-right: 5px; }

.social-link-image {
  width: 24px;
  height: 24px; }

.mobile .social-link-image {
  width: 48px;
  height: 48px;
  padding: 4px; }
.user-link-section {
  margin-bottom: 0; }
.bio-widget-class {
  opacity: 1;
  background-color: inherit; }

.bio-content-widget-class {
  margin-bottom: 0; }

.bio-content-expander-heading-class {
  float: right; }

#bio_widget_see_more {
  display: none !important; }
  #bio_widget_see_more .a-icon {
    visibility: hidden; }

.badge-description {
  border-top: 1px dashed #399aca;
  border-bottom: 1px dashed #399aca; }

.reviewer-badge-section {
  padding: 13px 0 8px;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4; }

.privacy-margin {
  margin-left: 8px;
  line-height: 23px; }
.alert-float-right {
  float: right;
  opacity: 0.65; }

.auth-check-alert.mobile {
  padding: 10px; }

.external-service-alert.mobile {
  padding: 10px; }

.close-icon {
  cursor: pointer; }
.deck-container {
  display: flex;
  flex-direction: column; }

.deck-container.sub .card.desktop {
  background: #F5F7F5;
  box-shadow: 0 1px 2px 0 #EAEDED; }
  .deck-container.sub .card.desktop .card-expander-header {
    background-color: #F5F7F5; }
  .deck-container.sub .card.desktop .a-expander-content-fade {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #F5F7F5);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F5F7F5); }

.deck-container.main .card.desktop {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(135, 149, 150, 0.1); }
.enthusiast-alert-container.mobile {
  background-color: white; }
  .enthusiast-alert-container.mobile .msg-banner {
    text-align: center; }

.enthusiast-alert-container.desktop {
  box-shadow: 0 0 0 2px #EBFAEB, 0 0 0 3px #89CD89;
  border-radius: 1px;
  border: 0px;
  margin: 3px;
  text-align: left; }
  .enthusiast-alert-container.desktop .msg-banner {
    text-align: left;
    border: none;
    box-shadow: none; }
    .enthusiast-alert-container.desktop .msg-banner .header, .enthusiast-alert-container.desktop .msg-banner a {
      font-weight: bold; }
    .enthusiast-alert-container.desktop .msg-banner .badge-img {
      margin-right: 0.6rem; }

.msg-banner {
  width: auto;
  text-align: center; }
  .msg-banner .msg-banner-body {
    position: relative; }
  .msg-banner .close-btn {
    position: relative;
    z-index: 1;
    float: right; }

.msg-banner .header {
  color: #538000; }

.msg-banner .badge-img {
  display: inline-block;
  margin-right: 0.3rem;
  vertical-align: bottom; }

.msg-banner a {
  display: inline-block;
  padding-top: 1.5rem; }
.list-card-component .product-pic-holder {
  margin-right: 10px; }

.list-card-component:last-child {
  margin-bottom: 0 !important; }

.list-card-component .list-name-holder {
  margin: 10px 0; }

.list-card-component .privacy-msg-holder {
  margin: 10px 0 10px 8px; }

.desktop .lists-component {
  margin-top: 5px; }
.inline-edit-button-cancel {
  margin-right: 0.675em; }

.inline-edit-button-no {
  margin-right: 0.675em; }

.inline-edit-text-container {
  margin-bottom: 0.675em; }

.inline-edit-buttons-container {
  display: flex; }

.inline-edit-wrap {
  flex-wrap: wrap; }

.inline-edit-full-width {
  width: 100%; }

.inline-edit-text-input {
  margin-right: 0.675em; }

#customer-profile-name-header.mobile #inline-edit-text-input {
  flex-grow: 2;
  margin-bottom: 0.5em; }

#customer-profile-name-header.desktop #inline-edit-text-input {
  width: 240px; }

#customer-profile-name-header.desktop .inline-edit {
  margin-bottom: 0px; }

#customer-profile-name-header.desktop .inline-edit-text-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px; }

.inline-edit-button button {
  white-space: nowrap; }

.inline-edit-container.desktop {
  margin-bottom: 10px; }

.inline-edit-your-account-edit-link {
  padding-left: 2px; }
#invite-bottom-sheet {
  padding: 0 20px; }

.invite-sheet-header {
  color: #333333; }

.invite-sheet-profile-link {
  color: #008296 !important; }
#report-modal-message {
  padding-bottom: 10px; }

#report-modal-footer {
  text-align: right; }

#report-modal-report-button {
  margin-left: 5px; }

.report-profile-buttons {
  width: 100%; }

#report-abuse-sheet {
  padding: 0px 15px 0px 15px; }

.guidelines-button-separator {
  padding-bottom: 30px; }
.follows-you-container {
  color: #879596;
  margin-top: 0px;
  padding-left: 10px;
  position: relative;
  display: none; }
  .follows-you-container.mobile {
    font-size: 13px;
    top: 2px; }
  .follows-you-container.desktop {
    font-size: 15px;
    top: -2px; }
.name-header-widget.mobile .follow-button-container, .name-header-widget.mobile .privacy-link {
  float: right; }

.name-header-widget.mobile .name-container {
  overflow-wrap: break-word;
  display: flex;
  align-items: center; }

.name-header-widget.mobile .edit-name-icon {
  width: 17px;
  height: 17px;
  margin-left: 8px;
  margin-top: 2px; }

.name-header-widget.mobile .edit-name-icon-container {
  margin-left: 8px; }

.name-header-widget.mobile .header-container {
  display: inline-flex;
  flex-direction: row;
  justify-content: right;
  height: 40px;
  text-align: right;
  margin-left: auto; }

.name-header-widget.mobile .header {
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse; }

.name-header-widget.mobile .oap-inline-edit-container {
  float: right; }

.name-header-widget.mobile .name-header-edit-profile-button .a-button-text {
  font-size: 13px; }

.name-header-widget.mobile .follows-you-container {
  color: #879596;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 13px; }

.name-header-widget.mobile #customer-profile-more-options-button {
  height: 35px; }
  .name-header-widget.mobile #customer-profile-more-options-button .a-button-text {
    padding-top: 0.5rem; }

.name-header-widget.mobile .more-options-menu {
  padding-left: 5px; }

.name-header-widget.desktop {
  margin-left: 275px;
  position: relative;
  min-height: 108px; }
  .name-header-widget.desktop .edit-name-icon {
    cursor: pointer;
    margin-top: 2px;
    margin-left: 10px;
    width: 18px;
    height: 18px; }
  .name-header-widget.desktop .header-container {
    width: 60%;
    text-align: right;
    margin-left: auto; }
  .name-header-widget.desktop .header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse; }
  .name-header-widget.desktop .name-container {
    overflow-wrap: break-word;
    display: flex;
    align-items: baseline; }
  .name-header-widget.desktop .follow-button-container {
    float: right; }
  .name-header-widget.desktop .name-header-footer-container {
    bottom: 0;
    right: 0;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end; }
  .name-header-widget.desktop .name-header-edit-profile-link {
    width: 220px;
    margin-left: auto; }
  .name-header-widget.desktop .name-header-edit-profile-button {
    width: 100%; }
  .name-header-widget.desktop .name-header-footer-placeholder {
    height: 31px; }
  .name-header-widget.desktop .more-options-menu {
    display: flex;
    flex-direction: row;
    justify-content: right;
    text-align: right;
    padding-left: 15px; }
.view-alert-container.mobile .view-alert {
  background-color: white;
  min-height: 40px;
  padding: 10px 13px 10px; }

.view-alert-container.mobile .self {
  background: #F6F6F6;
  border: 1px solid #BBD3DE; }

.view-alert-container.mobile .preview {
  color: #FFFFFF;
  background: #C45500; }

.view-alert-container.desktop {
  position: absolute;
  left: 50%;
  margin-top: 20pt;
  z-index: 1;
  white-space: nowrap; }
  .view-alert-container.desktop .view-alert.self {
    background: #FFFFFF;
    box-shadow: 0 0 0 4px #EBFAEB, 0 0 0 5px #89CD89;
    border-radius: 1px;
    border: 0px;
    min-height: 20pt;
    padding: 4px 9px 2px;
    position: relative;
    left: -50%; }
  .view-alert-container.desktop .view-alert.preview {
    border-radius: 3px;
    padding: 10px 13px 10px;
    background: #C45500;
    color: #FFFFFF;
    position: relative;
    left: -50%; }

.view-alert-container.preview .alert-message-link a {
  color: white; }

.view-alert-container.preview .view-alert {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.view-alert-container.preview .alert-message-container {
  padding-bottom: 0.5px;
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 2px; }

.view-alert-container.preview .alert-message-container:hover {
  display: inline;
  padding-bottom: .5px;
  border-bottom: black;
  border-bottom-style: solid;
  border-bottom-width: 2px; }
  .view-alert-container.preview .alert-message-container:hover a {
    color: black;
    text-decoration: none; }

.view-alert-container.desktop.preview .alert-message-container {
  display: inline; }

.view-alert-container.mobile.preview .alert-message-container {
  display: inline-block; }
.marmite-interest {
  border: 1px solid #ccc !important;
  padding: 7px 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block; }

.marmite-number {
  display: inline-block; }

.marmite-container a {
  text-decoration: none; }

.marmite-interestHeader {
  margin-top: 10px;
  margin-bottom: 10px; }
.profile-search-container.mobile {
  /*logo height + profile-search-bar-inner padding + profile-search-bar-outer padding */
  height: 60px; }

.profile-search-bar-container.desktop {
  height: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #979797; }

.profile-search-bar-outer {
  display: inline-block;
  position: relative;
  z-index: 9; }
  .profile-search-bar-outer.mobile {
    padding: 8px 14px;
    background-color: #D7D7D7; }
  .profile-search-bar-outer.desktop {
    background-color: #D5DBDB !important;
    padding: 10px !important;
    height: 100%; }

.profile-search-bar-inner {
  text-align: left;
  background-color: white;
  display: inline-block;
  vertical-align: middle; }
  .profile-search-bar-inner.mobile {
    padding: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-width: 2px;
    border-style: solid;
    border-color: #AAB7B8 !important; }
  .profile-search-bar-inner.desktop {
    width: 730px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: #979797 !important; }

.search-input-field {
  height: auto !important;
  border: none;
  outline-width: 0; }
  .search-input-field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 10px white inset; }
  .search-input-field.desktop {
    padding: 0 !important;
    width: 680px !important; }
  .search-input-field.mobile {
    padding: 0 0 0 10px !important;
    flex-grow: 1; }

.profile-search-avatar-logo {
  display: inline-block;
  vertical-align: middle; }
  .profile-search-avatar-logo.mobile {
    height: 26px;
    width: 26px; }
  .profile-search-avatar-logo.desktop {
    height: 20px;
    width: 20px;
    margin: 5px 10px; }

.profile-search-bar-search-button {
  display: inline-block;
  width: 95px;
  margin: 0px 0px 0px 10px;
  height: 32px; }
  .profile-search-bar-search-button .a-button {
    width: 100%; }

.profile-search-form {
  margin: 0;
  width: 100%;
  display: inline-block; }
.fix-search-bar {
  position: fixed;
  top: 0;
  z-index: 999; }

.profile-search-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: auto;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 7; }

.profile-search-dismiss-overlay {
  display: none;
  background-color: 0;
  top: auto;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 298; }

.profile-search-no-scroll {
  overflow: hidden; }
.nudge-container.mobile {
  margin-bottom: 6px !important; }

.nudge-container a {
  display: inline-block;
  padding-top: 1.5rem; }

.nudge-container .msg-banner {
  width: auto;
  text-align: center; }
  .nudge-container .msg-banner .msg-banner-body {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center; }
  .nudge-container .msg-banner .close-btn {
    position: relative;
    z-index: 1;
    float: right;
    cursor: pointer; }

.nudge-container.mobile {
  background-color: white; }
  .nudge-container.mobile .msg-banner {
    text-align: center; }

.nudge-container.desktop {
  box-shadow: 0 0 0 2px #EBFAEB, 0 0 0 3px #89CD89;
  border-radius: 1px;
  border: 0px;
  margin: 3px;
  text-align: left; }
  .nudge-container.desktop .msg-banner {
    text-align: left;
    border: none;
    box-shadow: none; }
#default-location-nudge-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 5px; }

#default-location-nudge-value {
  margin-bottom: 5px; }

#default-location-nudge-button {
  width: 100%; }

#default-location-nudge-explaination {
  margin-top: 5px; }
.profile-v5-desktop-background {
  background-color: #f6fafb;
  width: 100%; }

.profile-v5-desktop {
  background-color: #f6fafb;
  margin: 0 auto;
  width: 860px;
  position: relative;
  line-height: 15px; }

.profile-v5-mobile {
  background-color: lightgrey; }

#navFooter {
  margin-top: 0; }

.profile-edited-toast {
  position: fixed !important;
  top: 30% !important;
  height: auto;
  width: 200px;
  left: 50%;
  margin-left: -100px; }

.activity-area-container {
  display: flex; }

.activity-area-container > *:not(:first-child) {
  padding-left: 10px; }

.alerts-container {
  background-color: white; }

.spinner-container {
  text-align: center; }
.card .card-header {
  position: relative; }

.card .card-title {
  margin-right: 8px;
  font-weight: bolder;
  line-height: 20px; }

.padded {
  padding: 17px 13px 20px; }

.card.mobile {
  background-color: white;
  margin-bottom: 6px; }
  .card.mobile .display-as-block {
    display: block; }

.card.desktop {
  border: 1px solid #D5DBDB;
  border-radius: 3px;
  margin-bottom: 10px; }
  .card.desktop .a-expander-header {
    padding-top: 5px; }

.card.desktop.name-header-card {
  background-color: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 20px 20px 13px;
  min-height: 140px; }

.card.desktop.common-alert-card {
  background: #FFFFFF !important;
  box-shadow: 0 0 0 4px #FFFAE7, 0 0 0 5px #8B6E00 !important;
  border-radius: 1px;
  border: 0px;
  min-height: 20pt;
  margin: 5px 5px 15px 5px; }
.profile-at-hidden {
  display: none; }

.profile-at-menu-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 24px;
  height: 24px; }

.profile-at-menu-button-mobile {
  margin-left: 25px; }

.profile-at-menu-button-desktop {
  padding-bottom: 5px; }

.profile-at-mobile-menu-option {
  margin-top: 20px;
  margin-left: 20px; }

.profile-at-menu-action:hover {
  cursor: pointer;
  text-decoration: none; }

.a-popover .profile-at-menu-action span {
  color: #111; }

.a-popover .profile-at-menu-action span:hover {
  color: #C45500; }
.profile-at-hide-card {
  background-color: #EAEDED;
  opacity: 0.4;
  /* Real browsers */
  filter: alpha(opacity=40);
  /* MSIE */
  position: absolute;
  /* All values below adjusted to account for margins */
  top: -15px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: calc(100% + 34px); }

.profile-at-header {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 17px; }

.profile-at-desktop-header {
  padding-top: 5px; }

.profile-at-content {
  padding-left: 18px;
  padding-right: 17px;
  position: relative; }

.profile-at-user-info {
  float: left;
  display: flex;
  align-items: center; }

.a-profile[data-a-type=enthusiast] .a-profile-descriptor {
  color: #6C7778; }
.read-more-link-button {
  white-space: nowrap;
  margin-left: 5px; }

.read-more-text {
  word-break: break-word; }
.profile-at-product-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 0.05em #dddddd solid;
  background-color: white;
  min-height: 80px; }
  .profile-at-product-box .profile-at-product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .profile-at-product-box .profile-at-product-image-container {
    margin: 10px;
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .profile-at-product-box .profile-at-product-title-container {
    width: 100%;
    margin: 10px 10px 10px 0; }
  .profile-at-product-box .profile-at-product-title-container span {
    color: #111; }
  .profile-at-product-box .profile-at-product-title-container span:hover {
    color: #C45500; }
  .profile-at-product-box .profile-at-product-review-stars-count {
    margin-left: 5px; }
  .profile-at-product-box .profile-at-product-box-product-unavailable {
    margin: 10px; }
.profile-at-review-badge {
  white-space: nowrap; }

.profile-at-review-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .profile-at-review-text.profile-at-review-text-desktop {
    line-height: 18px; }
  .profile-at-review-text.profile-at-review-text-mobile {
    line-height: 20px; }

.profile-at-review-badge-separator {
  padding-left: 5px;
  padding-right: 5px;
  color: #E8E8E8; }

.profile-at-review-stars {
  margin-right: 5px;
  margin-top: 2px; }

.profile-at-product-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 0.05em #dddddd solid;
  background-color: white; }
  .profile-at-product-box .profile-at-product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .profile-at-product-box .profile-at-product-image-container {
    margin: 10px;
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .profile-at-product-box .profile-at-product-title-container {
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .profile-at-product-box .profile-at-product-title-container span {
    color: #111; }
  .profile-at-product-box .profile-at-product-title-container span:hover {
    color: #C45500; }
  .profile-at-product-box .profile-at-product-review-stars-count {
    margin-left: 5px; }
.profile-at-spark-story-pure-text {
  -webkit-line-clamp: 6; }

.profile-at-spark-story-text {
  -webkit-line-clamp: 3; }

.profile-at-spark-story-pure-text-desktop {
  max-height: 8.8em; }

.profile-at-spark-story-pure-text-mobile {
  max-height: 8em; }

.profile-at-spark-story-text-desktop {
  max-height: 4.2em; }

.profile-at-spark-story-text-mobile {
  max-height: 4.0em; }

.profile-at-spark-question {
  background-color: #EDFAF5;
  width: calc(100% + 35px);
  max-width: calc(100% + 35px);
  margin-left: -18px;
  margin-top: -23px;
  padding: 1px 15px 15px 15px; }

.profile-at-spark-question-text {
  color: #008577; }

.profile-at-spark-tagged-asin-image {
  width: calc(100% + 35px);
  max-width: calc(100% + 35px);
  margin-left: -18px;
  margin-top: -15px; }

.profile-at-spark-tagged-asin {
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 32px;
  left: calc(100% - 40px);
  padding: 7px 10px; }
  .profile-at-spark-tagged-asin .profile-at-spark-tagged-asin-bag {
    height: 20px;
    width: 20px;
    position: relative;
    left: -4px;
    top: -1px; }
  .profile-at-spark-tagged-asin .profile-at-spark-tagged-asin-count {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    position: relative;
    left: -3px;
    top: 0px; }

.profile-at-spark-product-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 3px; }
  .profile-at-spark-product-box .profile-at-spark-product-box-image {
    position: relative;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 254px; }

.profile-at-spark-product-title {
  padding-top: 10px; }

.profile-at-spark-link-box-desktop {
  position: relative;
  left: -5px;
  width: 502px;
  max-width: 502px;
  border-radius: 3px; }
  .profile-at-spark-link-box-desktop .profile-at-spark-link-box-image-desktop {
    position: relative;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 254px;
    max-width: 100%; }

.profile-at-spark-link-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 0.05em #dddddd solid;
  border-radius: 3px;
  background-color: white; }
  .profile-at-spark-link-box .profile-at-spark-link-default-image-container {
    object-fit: contain;
    background-color: #36C2B4; }
  .profile-at-spark-link-box .profile-at-spark-link-image-container {
    object-fit: contain;
    margin-left: 10px; }
  .profile-at-spark-link-box .profile-at-spark-link-text-container-desktop {
    height: 100px;
    width: calc(100% - 100px);
    position: relative;
    padding: 10px; }
  .profile-at-spark-link-box .profile-at-spark-link-text-container-mobile {
    height: 85px;
    width: calc(100% - 93px);
    position: relative;
    padding: 9px; }
  .profile-at-spark-link-box .profile-at-spark-link-title,
  .profile-at-spark-link-box .profile-at-spark-link-link {
    white-space: nowrap; }
  .profile-at-spark-link-box .profile-at-spark-link-text-desktop {
    height: 36px;
    -webkit-line-clamp: 2; }
  .profile-at-spark-link-box .profile-at-spark-link-text-mobile {
    height: 18px;
    -webkit-line-clamp: 1; }

.profile-at-spark-poll-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 0.05em #dddddd solid;
  border-radius: 3px;
  background-color: white;
  height: 360px; }
  .profile-at-spark-poll-box .profile-at-spark-poll-box-image-container {
    width: 50%;
    height: 360px;
    object-fit: contain; }
  .profile-at-spark-poll-box .profile-at-spark-poll-box-image {
    padding: 5px;
    height: 220px; }
  .profile-at-spark-poll-box .profile-at-spark-poll-box-vertical-line {
    border-left: 0.05em #dddddd solid; }
  .profile-at-spark-poll-box .profile-at-spark-glimpse-or-desktop {
    display: block;
    width: 86px;
    height: 86px;
    background: white;
    border-radius: 50%;
    font-style: normal;
    text-align: center;
    line-height: 86px;
    font-size: 17px;
    color: white;
    z-index: 1;
    margin-left: -43px;
    margin-top: -110px;
    position: absolute;
    left: 50%;
    top: 50%; }
    .profile-at-spark-poll-box .profile-at-spark-glimpse-or-desktop::before {
      content: "";
      background: #00a4b4;
      position: absolute;
      width: 78px;
      height: 78px;
      border-radius: 50%;
      top: 4px;
      left: 4px;
      z-index: -1; }
  .profile-at-spark-poll-box .profile-at-spark-glimpse-or-mobile {
    display: block;
    width: 66px;
    height: 66px;
    background: white;
    border-radius: 50%;
    font-style: normal;
    text-align: center;
    line-height: 66px;
    font-size: 17px;
    color: white;
    z-index: 1;
    margin-left: -33px;
    margin-top: -110px;
    position: absolute;
    left: 50%;
    top: 50%; }
    .profile-at-spark-poll-box .profile-at-spark-glimpse-or-mobile::before {
      content: "";
      background: #00a4b4;
      position: absolute;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      top: 4px;
      left: 4px;
      z-index: -1; }
  .profile-at-spark-poll-box .profile-at-spark-poll-vote {
    text-align: center;
    margin-top: 320px; }

.profile-at-spark-associates-program-hide {
  padding: 20px;
  display: none; }

.profile-at-spark-truncate {
  overflow: hidden;
  text-overflow: ellipsis; }

.profile-at-spark-truncate-webkit {
  word-wrap: break-word;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.profile-at-question-see-more-link {
  line-height: 19px;
  color: #0066C0; }

.profile-at-question-answer-this-question-link {
  line-height: 19px;
  color: #0066C0; }

.profile-at-question-answer-from {
  line-height: 16px; }

.profile-at-question-question {
  line-height: 19px; }

.profile-at-question-answer {
  line-height: 19px; }
.profile-at-answer-answer {
  line-height: 19px; }

.profile-at-answer-question {
  line-height: 19px; }
.enthusiast-avatar-decorator-image {
  position: absolute;
  right: -5px;
  bottom: 0px;
  width: 35px;
  height: 35px; }
  .enthusiast-avatar-decorator-image a {
    display: block; }

.enthusiast-avatar-decorator-image.desktop {
  position: absolute;
  width: 63px;
  height: 63px;
  right: 5px;
  z-index: 1; }
.enthusiast-badges-text-container {
  color: #538000; }
  .enthusiast-badges-text-container a, .enthusiast-badges-text-container a:visited, .enthusiast-badges-text-container a:hover, .enthusiast-badges-text-container a:active, .enthusiast-badges-text-container a:focus {
    color: #538000;
    text-decoration: none; }
  .enthusiast-badges-text-container.inactive {
    color: grey; }
    .enthusiast-badges-text-container.inactive a {
      color: grey; }

.name-header-widget.mobile .enthusiast-badges-text-container {
  margin-top: 13px; }

.name-header-widget.desktop .enthusiast-badges-text-container {
  margin-top: 5px; }

.badges-list-react {
  display: inline-block; }
  .badges-list-react .badge-react {
    display: inline-block;
    margin-bottom: 3px;
    white-space: nowrap;
    letter-spacing: 0.5px; }

.enable-badges-tooltip {
  padding: 4px 0; }
  .enable-badges-tooltip.hidden {
    display: none; }

.enthusiast-badges-v1 .badges-list-react .badge-react:not(:last-of-type)::after {
  content: ", ";
  white-space: pre; }

.enthusiast-badges-v1 .enthusiast-header-react {
  font-weight: bold; }

.enthusiast-badges-v2 .badges-list-react .badge-react {
  border: 0.5px solid;
  padding: 4px 7px;
  margin-right: 3px;
  text-transform: capitalize; }
.tooltip {
  visibility: visible;
  width: 180px;
  height: 40px;
  background-color: #00464f;
  color: #d2f7e7;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  top: 140%;
  left: -400%;
  z-index: 7; }

.oap-badge-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00464f;
  position: absolute;
  top: -8px;
  right: 80px; }

.container {
  display: inline-block;
  position: relative;
  margin-left: 10px; }

.mobile-tooltip {
  width: 200px;
  left: -444%; }

.tooltip-short-name {
  margin-left: 362%; }

.tooltip-short-name::after {
  left: 14%; }

.tooltip-long-name {
  margin-left: -396%; }

.tooltip-long-name::after {
  left: 89%; }

.tooltip-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.mobile .oap-badge-triangle {
  right: 90px; }
.verified-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  top: 1px;
  background-image: url("https://m.media-amazon.com/images/G/01/oap/verified_checkmark.png");
  background-size: cover;
  z-index: 7; }
.oap-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D5DBDB;
  position: absolute;
  bottom: 15px;
  left: 105px; }

.oap-inner-triangle {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  position: absolute;
  bottom: 15px;
  left: 106px;
  z-index: 9; }

#oap-avatar-tooltip {
  border: 1px solid #D5DBDB;
  width: 290px;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
  position: relative;
  top: -16px;
  display: block;
  z-index: 8; }

.mobile .oap-triangle {
  left: 40px;
  bottom: 0px; }

.mobile .oap-inner-triangle {
  left: 41px;
  bottom: -1px; }

.mobile #oap-avatar-tooltip {
  padding: 10px;
  top: -2px; }

.oap-inline-edit-container {
  height: 100px; }
.oap-store-ingress-div-outer {
  background: #e7e9ec;
  border-radius: 3px;
  border-color: #ADB1B8 #A2A6AC #8D9096;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle; }

.oap-store-aui-link {
  text-decoration-line: none !important; }

.oap-store-ingress-div-inner {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  border-radius: 2px; }

.oap-store-ingress-widget {
  height: 32px; }

.oap-flex-box {
  display: flex;
  align-items: center; }
  .oap-flex-box .a-box-inner {
    display: flex;
    align-items: center;
    padding: 0px 10px; }

.oap-store-image {
  margin-right: 10px;
  max-height: 20px;
  max-width: 20px; }

.oap-store-text {
  width: 200px; }

.oap-store-right-chevron {
  margin-left: auto; }

.mobile .oap-store-text {
  width: auto; }

.mobile .oap-store-ingress-widget {
  height: 42px; }

.mobile .oap-flex-box .a-box-inner {
  justify-content: flex-start;
  width: 100%; }

.mobile .oap-store-image {
  margin-right: 10px;
  max-height: 30px;
  max-width: 30px; }
.nudge-container a {
  display: inline-block;
  padding-top: 1.5rem; }

.nudge-container .msg-banner {
  width: auto;
  text-align: center; }
  .nudge-container .msg-banner .msg-banner-body {
    position: relative; }
  .nudge-container .msg-banner .close-btn {
    position: relative;
    z-index: 1;
    float: right;
    cursor: pointer; }

.nudge-container.mobile {
  background-color: white; }
  .nudge-container.mobile .msg-banner {
    text-align: center; }

.nudge-container.desktop {
  box-shadow: 0 0 0 2px #EBFAEB, 0 0 0 3px #89CD89;
  border-radius: 1px;
  border: 0px;
  margin: 3px;
  text-align: left; }
  .nudge-container.desktop .msg-banner {
    text-align: left;
    border: none;
    box-shadow: none; }
.idea-list-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .idea-list-card-container a {
    text-decoration: none; }

.idea-list-card-margin-bottom a:nth-child(-n+2) {
  margin-bottom: 10px; }

.idea-list-card {
  background: white;
  width: calc(50% - 5px);
  padding: 10px;
  position: relative; }

.idea-list-card-color-overlay {
  background-color: rgba(3, 22, 22, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.idea-list-card-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.idea-list-card-title-image-container {
  display: flex;
  justify-content: space-between; }

.idea-list-card-title-container {
  width: calc(100% - 42px);
  display: flex;
  align-items: center; }
  .idea-list-card-title-container span {
    font-weight: bold;
    color: #373D3E; }

.mobile .idea-list-card-title-container {
  line-height: 17px;
  font-size: 15px; }
  .mobile .idea-list-card-title-container span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.desktop .idea-list-card-container {
  margin-top: 10px; }

.desktop .idea-list-card-title-container {
  line-height: 15px; }

.idea-list-card-title {
  font-weight: bold;
  color: #373D3E;
  word-break: break-word; }

.idea-list-card-image {
  width: 35px; }
.oap-spotlight-widget-title {
  background-color: #01A4B5;
  color: white;
  float: left;
  padding: 10px 20px;
  margin-left: -13px; }

.oap-spotlight-title-wrapper {
  margin-top: 15px; }

.oap-spotlight-title {
  float: left;
  position: relative;
  color: #002F36;
  font-size: 19px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.oap-spotlight-count {
  float: left;
  position: relative;
  clear: left;
  font-size: 13px;
  padding-top: 5px;
  color: #767676; }

.oap-products .oap-product-image {
  width: 160px;
  height: 160px;
  float: left;
  margin: 15px 5px; }
  .oap-products .oap-product-image:first-child {
    margin-left: 0; }
  .oap-products .oap-product-image:last-child {
    margin-right: 0; }

.oap-heart-count {
  padding-left: 20px; }

.oap-heart-icon {
  background-image: url(https://m.media-amazon.com/images/G/01/nav2/images/jetset/jetset_desktop_1x.png);
  background-repeat: no-repeat;
  background-size: 170px 278px;
  display: inline-block;
  background-position: 0 -124px;
  width: 20px;
  height: 18px;
  position: relative;
  top: 5px;
  margin-right: 5px; }

.oap-product-link .card-header {
  display: none; }

.oap-clear {
  clear: both; }

.mobile .oap-products .oap-product-image {
  width: 32%;
  height: auto;
  margin: 15px 0 0 0; }
  .mobile .oap-products .oap-product-image:first-child {
    margin-right: 2%; }
  .mobile .oap-products .oap-product-image:last-child {
    margin-left: 2%; }

.mobile .oap-item-count {
  font-size: 15px; }
.follow-carousel-entity-image {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover; }

.multi-entity-type {
  text-align: center;
  margin-bottom: 15px;
  display: block; }

.entity-title {
  padding-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 400; }

.follow-carousel-item-width {
  margin-left: 0px !important;
  height: 215px; }
  .follow-carousel-item-width .follow-carousel-button-container {
    margin: 0 auto;
    width: 130px; }
#customer-profile-following .a-carousel-container {
  margin: 0 -13px; }

.following-touch-link .a-icon-touch-link {
  display: none; }

.following-touch-link.desktop {
  background-color: #F5F7F5;
  border: none; }

.a-touch-link.a-touch-link-noborder > .a-box-inner {
  padding: 0; }

.following-link-area {
  padding-top: 11px; }

.following-image-holder, .following-plus-number-holder {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 11px;
  position: relative;
  float: left; }

.following-row-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background-color: #eee;
  background-size: cover;
  overflow: hidden; }

.following-row-circle-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.following-row-circle-overlay.mobile {
  background-color: rgba(0, 0, 0, 0.05); }

.follow-plus-number-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.follow-plus-number-overlay.desktop {
  background-color: rgba(0, 0, 0, 0.05); }

.following-badge {
  width: 25px !important;
  height: 25px !important;
  right: 0px !important;
  bottom: -2px; }

.following-single-info-container {
  word-wrap: break-word;
  margin-left: 65px; }

.single-follow-title {
  margin-right: 20px; }

.following-plus-number {
  margin-top: 15px;
  text-align: center; }

.following-oap-container {
  margin-bottom: 0;
  margin-left: -24px;
  display: inline-block; }

.following-oap-badge {
  width: 13px;
  height: 13px; }

.follow-rec-container {
  display: flex; }
.interest-follow-widget-carousel-item {
  height: 191px;
  width: 148px;
  background: white;
  visibility: unset !important; }
  .interest-follow-widget-carousel-item.desktop {
    height: 165px;
    width: 124px; }

.interest-follow-widget-image {
  height: 93px;
  width: 148px; }
  .interest-follow-widget-image.desktop {
    height: 72px;
    width: 124px; }

.interest-widget-follow-button .amazon-follow.pr-fb-base {
  font-family: "Amazon Ember", Arial, sans-serif;
  width: 134px;
  height: 30px;
  margin: 0px auto 9px; }
  .desktop .interest-widget-follow-button .amazon-follow.pr-fb-base {
    width: 104px;
    height: 32px;
    margin: 0px auto 10px; }

.interest-follow-widget-item-heading {
  width: 134px;
  height: 36px;
  margin: 9px auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word; }
  .interest-follow-widget-item-heading.desktop {
    width: 106px;
    height: 32px;
    margin: 11px auto !important; }

.interest-follow-widget-item-heading .a-size-base {
  font-size: 15px !important;
  line-height: 18px !important; }
  .interest-follow-widget-item-heading .a-size-base.desktop {
    line-height: 16px !important; }
.interest-follow-widget-card.card.mobile {
  background: #F5F7F5; }

.interest-follow-widget-carousel-item {
  margin-left: 5px !important;
  box-shadow: 0px 2px 8px -2px #D5DBDB;
  border: 1px solid #D5DBDB;
  border-radius: 3px; }

.interest-follow-widget-carousel .a-carousel-col {
  padding: 0px; }

.interest-follow-widget-carousel .a-carousel-right, .interest-follow-widget-carousel .a-carousel-left {
  display: none;
  width: 0px !important; }

.interest-follow-widget-carousel .a-carousel-center {
  margin: 0px; }

.interest-follow-widget-carousel .interest-follow-widget-carousel-item:first-child {
  margin-left: 0px !important; }

.interest-follow-widget-carousel .a-carousel-viewport, .interest-follow-widget-carousel .a-carousel-viewport:active, .interest-follow-widget-carousel .a-carousel-viewport:hover, .interest-follow-widget-carousel .a-carousel-viewport:focus, .interest-follow-widget-carousel .a-carousel-viewport:focus-within {
  overflow-y: hidden !important;
  overflow-x: auto !important; }

.interest-follow-widget .a-carousel-button {
  display: none; }

.interest-follow-widget .a-icon {
  display: none; }

.interest-follow-widget .a-button-image .a-button-inner {
  padding: 0px; }
  .interest-follow-widget .a-button-image .a-button-inner .a-icon-previous, .interest-follow-widget .a-button-image .a-button-inner .a-icon-next {
    margin: 0px;
    margin-left: -1px;
    background-color: #F5F7F5; }

.interest-follow-widget .a-button:active, .interest-follow-widget .a-button:hover, .interest-follow-widget .a-button:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

.interest-follow-widget-description {
  margin-bottom: 0px !important;
  font-family: "Amazon Ember", Arial, sans-serif; }
.stat-color-strip {
  width: 100%;
  height: 10px; }

.follow-stat-color-strip {
  background-color: #8DD3DE; }

.ideaList-stat-color-strip {
  background-color: #FBE183; }

.reviews-stat-color-strip {
  background-color: #97DCBE; }

.helpfulVotes-stat-color-strip {
  background-color: #97DCBE; }

.contentViews-stat-color-strip {
  background-color: #97DCBE; }

.dashboard-mobile-stats-section {
  background: #fdf7f7;
  padding: 10px 20px 10px; }

.dashboard-mobile-stat {
  min-width: 140px;
  height: 130px;
  margin-left: 10px !important;
  border-radius: 10px;
  width: auto !important; }

.dashboard-mobile-stat-value {
  display: inline-block;
  padding-right: 10px; }
  .dashboard-mobile-stat-value .dashboard-mobile-stat-count {
    font-size: 41px; }

.dashboard-mobile-stat-type {
  display: block;
  padding-top: 6px; }

.dashboard-mobile-privacy-text {
  display: block; }

.dashboard-desktop-stat {
  display: inline-block; }
  .dashboard-desktop-stat.small-margin-right {
    margin-right: 20px; }
  .dashboard-desktop-stat.large-margin-right {
    margin-right: 30px; }

a.dashboard-desktop-stat-link:hover {
  text-decoration: none; }
.dashboard-desktop-card {
  height: 125px; }

.dashboard-desktop-stats-section {
  margin-top: 10px; }
  .dashboard-desktop-stats-section .dashboard-desktop-stat:last-child {
    margin-right: 0; }

.dashboard-mobile-stat-content .dashboard-mobile-stat:first-child {
  margin-left: 0 !important; }
.desktop-achievements-tooltip {
  visibility: visible;
  width: 204px;
  height: 75px;
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #D5DBDB;
  padding: 10px;
  position: absolute;
  top: 110%;
  left: -77px;
  z-index: 7; }

.desktop-achievements-tooltip-triangle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D5DBDB;
  position: absolute;
  top: -10px;
  right: 93px;
  z-index: 9; }

.desktop-achievements-tooltip-inner-triangle {
  border-width: 1px 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -10px;
  right: 94px;
  z-index: 9; }

.container {
  display: inline-block;
  position: relative;
  margin-left: 10px; }

.achievements-desktop-tooltip-title {
  display: block;
  margin-bottom: 10px; }

.achievements-desktop-tooltip-description {
  display: block; }
.single-desktop-achievement {
  display: inline-block;
  margin-right: 35px; }

.single-desktop-achievement-icon {
  width: 50px;
  height: 50px; }

.single-mobile-achievement {
  width: 60px; }

.single-mobile-achievement-icon {
  width: 60px;
  height: 60px; }

.achievement-icon {
  padding: 3px; }

.single-desktop-achievement-icon {
  vertical-align: super; }
.achievements-desktop-card {
  height: 125px; }

.achievements-desktop-section {
  margin-top: 10px; }
  .achievements-desktop-section .achievements-desktop:last-child {
    margin-right: 0; }
.household-image-carousel {
  margin-bottom: 15px;
  margin-top: 21px; }

.household-image-holder {
  display: flex;
  justify-content: left; }

.household-member {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .household-member.desktop {
    margin-right: 9px; }
    .household-member.desktop .household-member-avatar, .household-member.desktop .household-member-number-holder {
      width: 50px;
      height: 50px; }
    .household-member.desktop .household-member-name {
      width: 66px;
      line-height: normal; }
  .household-member.mobile {
    margin-left: 25px;
    position: relative; }
    .household-member.mobile:first-child {
      margin-left: 0px; }
      .household-member.mobile:first-child .household-member-avatar, .household-member.mobile:first-child .household-member-number-holder {
        margin-left: 0px; }
      .household-member.mobile:first-child .household-member-avatar-overlay {
        margin-left: 0px; }
    .household-member.mobile .household-member-avatar, .household-member.mobile .household-member-number-holder {
      width: 80px;
      height: 80px;
      margin-left: 4.5px; }
    .household-member.mobile .household-member-avatar-overlay {
      margin-left: 2px; }
    .household-member.mobile .household-member-name {
      width: 90px; }

.household-member-name {
  margin-top: 15px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
  color: black; }

.household-member-avatar, .household-member-number-holder {
  border-radius: 50%;
  border: 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.household-member-avatar-overlay {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1; }
  .household-member-avatar-overlay.mobile {
    background-color: rgba(0, 0, 0, 0.05); }

.household-member.add-household-member .household-member-avatar, .household-member.add-household-member .household-member-number-holder {
  background-color: rgba(0, 0, 0, 0.05); }
  .household-member.add-household-member .household-member-avatar.desktop, .household-member.add-household-member .desktop.household-member-number-holder {
    margin-left: 10px; }

.household-member.add-household-member .household-member-number.mobile {
  font-size: 4.5rem !important; }

.household-member.add-household-member .household-member-number.desktop {
  font-size: 1.5rem !important; }

.household-member-number-holder {
  width: 50px;
  height: 50px; }
  .household-member-number-holder .household-member-avatar, .household-member-number-holder .household-member-number-holder {
    width: 50px;
    height: 50px; }
  .household-member-number-holder.desktop {
    margin-left: 8px;
    margin-right: 8px; }

.household-member-number {
  text-align: center; }

.household-member-number-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05); }

.household-image-carousel {
  overflow-x: auto;
  display: flex;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  margin-right: -13px; }

.household-image-carousel::-webkit-scrollbar {
  display: none; }

.household-no-text-decoration, .household-add-member-link, .household-member-link, .household-extra-member-link {
  text-decoration: none !important; }

.household-member-link {
  display: flex;
  flex-direction: column;
  align-items: center; }

.household-add-a-person {
  margin-right: 5px; }
.gift-finder-product-list {
  display: flex;
  margin: 0;
  width: 100%;
  align-items: center; }

.gift-finder-product {
  width: 25%;
  padding: 10px;
  list-style: none; }

.gift-finder-product-image {
  max-height: 82px; }
.gift-finder-owner-friends {
  overflow-x: hidden;
  white-space: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  .gift-finder-owner-friends.mobile {
    overflow-x: auto;
    margin: 0 -13px;
    padding: 10px 13px; }
  .gift-finder-owner-friends .gift-finder-owner-friend {
    display: block;
    flex-shrink: 0;
    width: calc(33.33333% - 3.33333px);
    text-align: center; }
    .gift-finder-owner-friends .gift-finder-owner-friend.mobile {
      width: 95px; }
    .gift-finder-owner-friends .gift-finder-owner-friend:not(:last-child) {
      margin-right: 5px; }
    .gift-finder-owner-friends .gift-finder-owner-friend .gift-finder-owner-friend-link {
      display: block;
      width: 100%;
      height: 100%; }
    .gift-finder-owner-friends .gift-finder-owner-friend .gift-finder-owner-friend-image-container {
      text-align: center;
      margin-bottom: 10px; }
      .gift-finder-owner-friends .gift-finder-owner-friend .gift-finder-owner-friend-image-container .gift-finder-owner-friend-image {
        width: 50px;
        border-radius: 50%; }
    .gift-finder-owner-friends .gift-finder-owner-friend .gift-finder-owner-friend-name {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.33em; }
    .gift-finder-owner-friends .gift-finder-owner-friend .gift-finder-owner-friend-occasion {
      display: block;
      font-size: 12px; }
.oap-owner-view-card {
  background-color: #D2F7E7 !important;
  position: relative; }

.oap-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #6C7778 !important; }

.oap-text-green * {
  color: #002F36; }

.oap-multi-card {
  margin-top: 10px; }

.oap-dropdown {
  display: block; }

.oap-claim-link {
  display: block;
  font-weight: bold; }

.oap-close-icon {
  cursor: pointer; }

.oap-customer-title {
  margin: 10px 0; }

.oap-customer-name {
  margin-right: 10px;
  word-wrap: break-word; }

.mobile .oap-close-icon {
  top: 15px;
  right: 15px; }

.mobile .oap-description {
  margin-top: 0; }
.spark-publishing-link-box {
  background-color: #C7EAEE;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: -20px !important;
  margin-left: -13px;
  margin-right: -13px;
  width: 109%; }

.spark-publishing-inner-box {
  margin: 10px;
  padding-top: 2px;
  background-color: white;
  height: 40px;
  width: 87%;
  margin-left: 25px; }

.spark-avatar {
  height: 40px;
  margin-top: -7px; }

.spark-profile-image {
  border-radius: 53%;
  border: 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: white;
  padding: 1px;
  margin-left: -12px; }

.spark-post-text {
  line-height: 35px; }

.spark-post-link {
  margin-left: -15%; }

.spark-icon-plus-column {
  margin-top: 5px;
  padding-left: 10px; }
.image-card-image-container {
  position: relative; }

.image-card-image-overlay.desktop {
  background-color: rgba(3, 22, 22, 0.04);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.pets-image-holder {
  display: flex;
  justify-content: left; }

.pet {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-right: 20px;
  width: 25%; }
  .pet.mobile {
    min-width: 80px;
    padding-right: 10px; }

.pet-name {
  margin-top: 15px;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
  color: black;
  width: 100%; }

.pet-avatar {
  border: 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto; }
  .pet-avatar.desktop {
    width: 50px;
    height: 50px; }
  .pet-avatar.mobile {
    width: 70px;
    height: 70px; }

.pet.add-pet {
  margin-right: 0; }
  .pet.add-pet .pet-avatar {
    background-color: rgba(0, 0, 0, 0.05); }

.pets-blurb {
  margin-bottom: 15px !important; }

.pet-number {
  text-align: center; }
  .pet-number.mobile {
    font-size: 2.5rem !important; }
  .pet-number.desktop {
    font-size: 1.5rem !important; }

.add-pet .pet-name {
  overflow: visible; }

/*# sourceMappingURL=customer-profile-website.css.map*/