.favoriteproducts-add {
  height: 15px;
  width: 15px; }

.group:after {
  content: "";
  display: table;
  clear: both; }

#favoriteproducts-page {
  position: fixed;
  padding: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5); }
  .favoriteproducts-toplink-star {
    height: 1rem; 
    width: 1rem;
    display: inline-block;
    vertical-align: text-top; }
  .favoriteproducts-toplink-number:before {
    content: "("; }
  .favoriteproducts-toplink-number:after {
    content: ")"; }
  #favoriteproducts-page .favoriteproducts-page-close {
    position: absolute;
    top: 0.725rem;
    right: 0.725rem;
    font-size: 1.5rem;
    width: 20px;
    text-align: center;
    cursor: pointer; }
  #favoriteproducts-page .favoriteproducts-page-close:hover {
    text-decoration: none; 
    color: #393939; }
  #favoriteproducts-page .favoriteproducts-page-clear {
    display: inline-block;
    padding: 0 0.25rem;
    cursor: pointer; }
  #favoriteproducts-page .favoriteproducts-page-title {
    margin-top: 0;
    line-height: 1; }
  #favoriteproducts-page .item .actions {
    display: none; }
  #favoriteproducts-page .favoriteproducts-page-content {
    position: relative;
    width: 100%;
    max-width: 1025px;
    height: auto;
    max-height: 100%;
    padding: 1rem;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2000;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    #favoriteproducts-page .favoriteproducts-page-content header {
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    #favoriteproducts-page .favoriteproducts-page-content #favoriteproducts-page-body {
      padding: 1rem 0.25rem;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-flex: auto 1 1;
      -ms-flex: auto 1 1;
      flex: auto 1 1; }
    #favoriteproducts-page .favoriteproducts-page-content .actions {
      float: left;
      width: 100%;
      margin-top: 1rem;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      #favoriteproducts-page .favoriteproducts-page-content .actions > {
        margin: 0; }
      @media only screen and (min-width: 768px) {
        #favoriteproducts-page .favoriteproducts-page-content .actions > :not(:last-child) {
          width: auto;
          margin-right: 1rem; } }
      #favoriteproducts-page .favoriteproducts-page-content .actions button {
        position: relative;
        margin: 0;
        padding: 1em;
        text-transform: uppercase;
        border: 0;
        background-color: #F0F0F0;
        float: left;
        outline: none;
        cursor: pointer;
        width: 100%;
        color: #3B3E40; }
        #favoriteproducts-page .favoriteproducts-page-content .actions button:hover {
          background: #e3e3e3; }
        #favoriteproducts-page .favoriteproducts-page-content .actions button.open:after {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -12px;
          content: " ";
          border: 10px solid transparent;
          border-top: 10px solid #c7c7c7; }
      #favoriteproducts-page .favoriteproducts-page-content .actions .buy {
        float: right;
        margin-right: 0; }
      #favoriteproducts-page .favoriteproducts-page-content .actions .share-wrapper {
        position: relative;
        float: left;
        width: 100%; }
        #favoriteproducts-page .favoriteproducts-page-content .actions .share-wrapper input {
          -webkit-appearance: none;
          border-radius: 0; }
        @media only screen and (min-width: 768px) {
          #favoriteproducts-page .favoriteproducts-page-content .actions .share-wrapper {
            width: auto; } }
      #favoriteproducts-page .favoriteproducts-page-content .actions .share-input {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        margin-bottom: 12px;
        border: 1px solid #c7c7c7;
        background-color: white;
        padding: 0.75rem;
        display: none;
        white-space: nowrap; }
        @media only screen and (min-width: 768px) {
          #favoriteproducts-page .favoriteproducts-page-content .actions .share-input {
            left: calc(-50% - 10px);
            width: 100%;
            min-width: 320px; } }
        #favoriteproducts-page .favoriteproducts-page-content .actions .share-input .button {
        background-color: #727272; }
        #favoriteproducts-page .favoriteproducts-page-content .actions .share-input .button:hover {
        background-color: #393939; }
        #favoriteproducts-page .favoriteproducts-page-content .actions .share-input .message {
          margin-bottom: 8px; }
          #favoriteproducts-page .favoriteproducts-page-content .actions .share-input .message:empty {
            margin-bottom: 0; }
        #favoriteproducts-page .favoriteproducts-page-content .actions .share-input .email-input-wrapper {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
      #favoriteproducts-page .favoriteproducts-page-content .actions .share-input.open {
        display: block; }
      #favoriteproducts-page .favoriteproducts-page-content .actions .share-input input {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      #favoriteproducts-page .favoriteproducts-page-content .actions .share-input .email_subject {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem; }
      #favoriteproducts-page .favoriteproducts-page-content .actions .share-input input.submit {
        padding: 0 1rem;
        margin-left: 0.425rem;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }

.favoriteproducts-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  text-align: center; }
  .favoriteproducts-box .inner {
    padding: 0.5rem;
    font-size: 0.8rem;
    margin-top: 1rem;
    background: #ABABAB;
    display: inline-block;
    width: 90%; }
  .favoriteproducts-box .icon-wrapper {
    position: relative;
    top: -0.1rem;
    margin-right: 0.5rem;
    display: inline;
    width: 2em; }
    .favoriteproducts-box .icon-wrapper img, .favoriteproducts-box .icon-wrapper svg {
      width: 2em;
      display: inline; }
  .favoriteproducts-box .favoriteproducts-text {
    display: inline;
    color: white; }
  .favoriteproducts-box a {
    color: white; }
  .favoriteproducts-box a:hover {
    background: #858585;
    color: #FAFAFA;
    cursor: pointer; }
  .favoriteproducts-box a:hover > * {
    color: #FAFAFA;
    cursor: pointer; }
  .favoriteproducts-box svg.show-svg, .favoriteproducts-box img.show-svg {
    display: inline; }
  .favoriteproducts-box svg.hide-svg, .favoriteproducts-box img.show-svg {
    display: none; }

#favoriteproducts-toplink-li #favoriteproducts-toplink-a .wrapper {
  display: inline-block;
  height: 1rem;
  min-width: 1rem;
  background-color: #222;
  vertical-align: top; }
  #favoriteproducts-toplink-li #favoriteproducts-toplink-a .wrapper .favoriteproducts-toplink-number {
    color: white;
    height: 100%;
    width: 100%;
    float: left;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    font-size: 0.6rem;
    padding: 0 3px; }

.hide {
  display: none; }

@media only print {
  .favoriteproducts-api-getprintable {
    padding: 1rem; }
    .favoriteproducts-api-getprintable .products-grid .item {
      width: 33%;
      float: left; }
      .favoriteproducts-api-getprintable .products-grid .item .price-box {
        padding-bottom: 2em; }
        .favoriteproducts-api-getprintable .products-grid .item .price-box .price {
          font-size: 1rem; }
    .favoriteproducts-api-getprintable .product-info {
      border: 0; }
      .favoriteproducts-api-getprintable .product-info .product-name a:after {
        content: "" !important; }
      .favoriteproducts-api-getprintable .product-info .product > a > img:after {
        content: " (" attr(href) ") ";
        font-size: 0.5em;
        font-weight: normal;
        word-wrap: break-word; }
    .favoriteproducts-api-getprintable .actions {
      display: none; }
    .favoriteproducts-api-getprintable .ratings, .favoriteproducts-api-getprintable .review-wrapper {
      display: none; } }
