button:focus {
  outline: 0; }

.mpc-scope {
  color: #787878; }

.pcf-scope {
  /*by default fly out is disabled, fly out controller has to enable it*/
  display: none;
  position: absolute;
  float: right;
  padding: 9px 0 10px 0;
  margin-right: 30px;
  text-align: left;
  opacity: 0;
  transition: 0.5s ease; }
  .pcf-scope .flyout-container {
    max-height: 50px;
    height: 100%;
    width: auto; }
    .pcf-scope .flyout-container .flyout-icon-container {
      position: relative;
      cursor: pointer; }
      .pcf-scope .flyout-container .flyout-icon-container .products-counter {
        width: 10px;
        position: absolute;
        font-size: 10px;
        bottom: 9px;
        right: 5px;
        color: #b2b2b2; }
      .pcf-scope .flyout-container .flyout-icon-container .flyout-icon {
        height: 18px;
        width: 20px;
        margin: auto;
        fill: #787878; }
      .pcf-scope .flyout-container .flyout-icon-container:hover .products-counter {
        color: #f4f3f1; }
      .pcf-scope .flyout-container .flyout-icon-container:hover .flyout-icon {
        fill: #f4f3f1; }
      .pcf-scope .flyout-container .flyout-icon-container.mkt-headr-icon-wrapper .mpc-scale {
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .pcf-scope .flyout-container .flyout-icon-container.mkt-headr-icon-wrapper .mpc-scale svg {
          height: 100%; }
      .pcf-scope .flyout-container .flyout-icon-container.notification_background {
        background-color: white; }
        .pcf-scope .flyout-container .flyout-icon-container.notification_background .mpc-scale svg {
          fill: #1e1e1e; }
        .pcf-scope .flyout-container .flyout-icon-container.notification_background .products-counter {
          color: #1e1e1e; }
  .pcf-scope.headRIcon {
    padding: 0;
    position: static;
    margin-right: auto; }

.show-pcf-scope {
  opacity: 1; }

.pcf-no-animation {
  transition: none; }

.pcf-scope-position {
  position: static; }

.mkt-active .pcf-scope .flyout-container .flyout-icon-container .products-counter {
  color: #1e1e1e; }

.mobileshop .pcf-scope {
  padding: inherit;
  -moz-transition: opacity 400ms ease-in;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: 99999; }
  .mobileshop .pcf-scope .flyout-container {
    width: inherit;
    height: inherit;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    max-height: inherit; }
  .mobileshop .pcf-scope.render-overlay {
    display: block;
    position: fixed;
    opacity: 1; }
    .mobileshop .pcf-scope.render-overlay .flyout-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      opacity: 1;
      pointer-events: auto; }
  .mobileshop .pcf-scope .flyout-container .flyout-icon-container {
    display: none !important; }
  .mobileshop .pcf-scope .flyout {
    display: none !important; }

.pcf-flyout-content-scope .flyout {
  border-bottom-right-radius: 2px;
  margin-top: 11px;
  background-color: white;
  position: fixed;
  width: 100%;
  max-width: 450px;
  border: 1px solid #ebebeb;
  opacity: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .pcf-flyout-content-scope .flyout.sticky-flyout {
    margin-top: 0;
    transition: none; }
    .pcf-flyout-content-scope .flyout.sticky-flyout.fixed {
      position: fixed;
      top: 0;
      right: 0; }
  .pcf-flyout-content-scope .flyout.pcf-show-flyout {
    opacity: 1;
    pointer-events: auto; }
  .pcf-flyout-content-scope .flyout .flyout-content {
    min-height: 215px;
    margin-top: 20px; }
    .pcf-flyout-content-scope .flyout .flyout-content .list-container {
      display: flex;
      flex-direction: column; }
      .pcf-flyout-content-scope .flyout .flyout-content .list-container .clear-list-btn {
        right: 0;
        margin-right: 18px;
        font-size: 12px;
        position: absolute;
        text-decoration: underline;
        cursor: pointer;
        color: #d11317; }
      .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container {
        margin-top: 35px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-right: 8px;
        margin-left: 8px; }
        .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item {
          width: 90px;
          height: 180px;
          position: relative;
          cursor: pointer; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item .mpc-recycle {
            position: absolute;
            top: -6px;
            right: -10px;
            background-color: white;
            width: 17px;
            height: 25px;
            margin: auto;
            fill: #c5c5c5;
            padding-left: 5px;
            padding-bottom: 5px; }
            .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item .mpc-recycle:hover {
              fill: #1e1e1e; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item .image-holder {
            border: 1px solid #c5c5c5;
            height: 90px;
            width: 90px;
            line-height: 88px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item .image-holder .image-slot {
              max-width: 88px;
              max-height: 88px;
              margin: auto; }
            .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item .image-holder .mpc-plus {
              fill: #c5c5c5;
              position: absolute;
              width: 26px;
              height: 26px;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item .description-slot {
            font-size: 12px; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .list-item:hover .description-slot {
            color: #787878; }
        .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .empty-list-item {
          height: 180px; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .empty-list-item .image-holder {
            line-height: normal; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .empty-list-item:hover .mpc-plus {
            fill: #787878; }
          .pcf-flyout-content-scope .flyout .flyout-content .list-container .items-container .empty-list-item:hover .description-slot {
            font-weight: bold;
            color: #787878; }

.pcf-flyout-content-scope .flyout .flyout-header {
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  .pcf-flyout-content-scope .flyout .flyout-header .title-container {
    margin-bottom: 5px;
    border-bottom: 1px solid #1e1e1e; }
    .pcf-flyout-content-scope .flyout .flyout-header .title-container .title-slot {
      margin-left: -20px; }
      .pcf-flyout-content-scope .flyout .flyout-header .title-container .title-slot .title-icon {
        display: none; }
    .pcf-flyout-content-scope .flyout .flyout-header .title-container .close-flyout-btn {
      left: 0px;
      background-image: none;
      background-position: unset;
      position: absolute;
      cursor: pointer;
      width: 50px;
      height: 50px; }
      .pcf-flyout-content-scope .flyout .flyout-header .title-container .close-flyout-btn::after, .pcf-flyout-content-scope .flyout .flyout-header .title-container .close-flyout-btn::before {
        position: absolute;
        left: 23px;
        content: ' ';
        height: 16px;
        width: 3px;
        background-color: #1e1e1e;
        margin-top: auto;
        margin-bottom: auto;
        top: 0;
        bottom: 0; }
      .pcf-flyout-content-scope .flyout .flyout-header .title-container .close-flyout-btn::before {
        transform: rotate(45deg); }
      .pcf-flyout-content-scope .flyout .flyout-header .title-container .close-flyout-btn::after {
        transform: rotate(-45deg); }
  .pcf-flyout-content-scope .flyout .flyout-header .navigation-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }
    .pcf-flyout-content-scope .flyout .flyout-header .navigation-tabs .navigation-tab {
      margin-top: 15px;
      margin-left: 10px;
      margin-right: 10px;
      height: 45px;
      max-width: calc(100% - 34px);
      border: 1px solid #c5c5c5;
      padding: 0 20px 0 20px;
      line-height: 44px;
      position: relative;
      cursor: pointer; }
      .pcf-flyout-content-scope .flyout .flyout-header .navigation-tabs .navigation-tab:hover {
        text-decoration: none; }
      .pcf-flyout-content-scope .flyout .flyout-header .navigation-tabs .navigation-tab .category-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #c5c5c5; }
      .pcf-flyout-content-scope .flyout .flyout-header .navigation-tabs .navigation-tab .products-counter {
        color: #c5c5c5;
        position: absolute;
        height: 15px;
        width: 15px;
        right: 0;
        top: 0;
        font-size: 12px;
        line-height: 15px;
        text-align: center; }
      .pcf-flyout-content-scope .flyout .flyout-header .navigation-tabs .navigation-tab.active-tab {
        background-color: #1e1e1e;
        cursor: default;
        pointer-events: none; }

.pcf-flyout-content-scope .flyout-footer .close-flyout-btn-footer {
  height: 20px;
  background-color: #f4f3f1;
  cursor: pointer;
  position: relative; }
  .pcf-flyout-content-scope .flyout-footer .close-flyout-btn-footer .close-arrow {
    cursor: pointer;
    width: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    fill: #787878;
    line-height: 20px;
    height: 20px; }

.pcf-scope .flyout-container .containers-separation-line {
  height: 1px;
  background-color: #1e1e1e; }

.pcf-flyout-content-scope .title-container,
.pcf-scope .title-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  height: 50px;
  position: relative; }
  .pcf-flyout-content-scope .title-container .title-slot,
  .pcf-scope .title-container .title-slot {
    display: flex;
    align-items: center; }
    .pcf-flyout-content-scope .title-container .title-slot .notification-title,
    .pcf-scope .title-container .title-slot .notification-title {
      color: #1e1e1e;
      margin-left: 20px;
      font-weight: bold;
      font-size: 16px; }
      .pcf-flyout-content-scope .title-container .title-slot .notification-title.mobile,
      .pcf-scope .title-container .title-slot .notification-title.mobile {
        display: none; }
  .pcf-flyout-content-scope .title-container .close-flyout-btn,
  .pcf-scope .title-container .close-flyout-btn {
    left: 0px;
    background-image: none;
    background-position: unset;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px; }
    .pcf-flyout-content-scope .title-container .close-flyout-btn::after, .pcf-flyout-content-scope .title-container .close-flyout-btn::before,
    .pcf-scope .title-container .close-flyout-btn::after,
    .pcf-scope .title-container .close-flyout-btn::before {
      position: absolute;
      left: 23px;
      content: ' ';
      height: 16px;
      width: 3px;
      background-color: #1e1e1e;
      margin-top: auto;
      margin-bottom: auto;
      top: 0;
      bottom: 0; }
    .pcf-flyout-content-scope .title-container .close-flyout-btn::before,
    .pcf-scope .title-container .close-flyout-btn::before {
      transform: rotate(45deg); }
    .pcf-flyout-content-scope .title-container .close-flyout-btn::after,
    .pcf-scope .title-container .close-flyout-btn::after {
      transform: rotate(-45deg); }

.mobileshop .pcf-scope .flyout-container .title-container {
  height: 25px; }
  .mobileshop .pcf-scope .flyout-container .title-container .title-slot {
    margin: auto; }
    .mobileshop .pcf-scope .flyout-container .title-container .title-slot svg {
      width: 25px;
      height: 25px;
      fill: #1e1e1e; }
    .mobileshop .pcf-scope .flyout-container .title-container .title-slot .notification-title.web {
      display: none; }
    .mobileshop .pcf-scope .flyout-container .title-container .title-slot .notification-title.mobile {
      display: initial; }
  .mobileshop .pcf-scope .flyout-container .title-container .close-flyout-btn {
    display: none; }

.pcf-scope .flyout-container .notification {
  width: 350px;
  max-height: 235px;
  background-color: white;
  pointer-events: none;
  position: absolute;
  margin-left: -300px;
  padding-bottom: 20px;
  opacity: 0;
  transition: 0.5s ease;
  display: none;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  top: 50px; }
  .pcf-scope .flyout-container .notification .notification-container {
    margin-top: 25px;
    font-size: 13px; }
  .pcf-scope .flyout-container .notification .open-flyout-button {
    margin-top: 15px;
    max-width: 220px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #d11317;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto; }
    .pcf-scope .flyout-container .notification .open-flyout-button .btn-text {
      margin-right: 20px;
      color: #f4f3f1;
      font-size: 14px;
      white-space: nowrap; }
    .pcf-scope .flyout-container .notification .open-flyout-button .open-flyout-button-icon {
      height: 15px;
      width: 10px;
      position: relative;
      margin-left: -10px;
      fill: #f4f3f1;
      line-height: 15px; }
      .pcf-scope .flyout-container .notification .open-flyout-button .open-flyout-button-icon svg {
        height: 15px; }
  .pcf-scope .flyout-container .notification .close-flyout-btn-footer {
    display: block;
    border: 1px solid #c5c5c5;
    height: 30px;
    line-height: 30px;
    max-width: 185px;
    cursor: pointer; }
    .pcf-scope .flyout-container .notification .close-flyout-btn-footer .btn-text {
      font-size: 14px;
      text-align: center; }
  .pcf-scope .flyout-container .notification .footer-container.mobile {
    display: none; }
  .pcf-scope .flyout-container .notification.show-notification {
    opacity: 1;
    pointer-events: auto;
    display: block; }

.pcf-scope .flyout-container .sticky-flyout-notification {
  transition: none;
  position: absolute;
  z-index: 1; }
  .pcf-scope .flyout-container .sticky-flyout-notification.fixed {
    position: fixed;
    top: 0;
    margin-top: 12px; }

.mobileshop .pcf-scope .flyout-container .notification {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  max-width: 380px;
  width: 100%;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  border: unset;
  top: inherit; }
  .mobileshop .pcf-scope .flyout-container .notification .title-container .close-flyout-btn {
    display: none; }
  .mobileshop .pcf-scope .flyout-container .notification .btn-text {
    white-space: nowrap;
    margin-bottom: inherit;
    padding-left: 5px; }
  .mobileshop .pcf-scope .flyout-container .notification .containers-separation-line {
    display: none; }
  .mobileshop .pcf-scope .flyout-container .notification .product-info-container .open-flyout-button {
    display: none; }
  .mobileshop .pcf-scope .flyout-container .notification .footer-container {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    .mobileshop .pcf-scope .flyout-container .notification .footer-container.desktop {
      display: none; }
    .mobileshop .pcf-scope .flyout-container .notification .footer-container .btn-footer {
      margin: 5px;
      flex: 1; }
    .mobileshop .pcf-scope .flyout-container .notification .footer-container .close-flyout-btn-footer {
      display: block;
      border: 1px solid #c5c5c5;
      height: 40px;
      line-height: 40px;
      max-width: 185px;
      cursor: pointer; }
      .mobileshop .pcf-scope .flyout-container .notification .footer-container .close-flyout-btn-footer .btn-text {
        font-size: 14px;
        text-align: center; }
    .mobileshop .pcf-scope .flyout-container .notification .footer-container .open-flyout-button {
      border: 1px solid #c5c5c5;
      height: 40px;
      max-width: 185px;
      width: 100%;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      line-height: 20px; }
      .mobileshop .pcf-scope .flyout-container .notification .footer-container .open-flyout-button .btn-text {
        font-size: 14px;
        text-align: center; }
      .mobileshop .pcf-scope .flyout-container .notification .footer-container .open-flyout-button svg {
        height: 100%; }

.pcf-scope .flyout-container .new-product-notification {
  width: 380px;
  max-height: 250px;
  margin-left: -330px; }
  .pcf-scope .flyout-container .new-product-notification .product-info-container {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 20px; }
    .pcf-scope .flyout-container .new-product-notification .product-info-container .image-slot {
      margin-left: 20px;
      margin-right: 20px;
      border: 1px solid #c5c5c5;
      width: 80px;
      line-height: 78px; }
    .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container {
      display: inline-block;
      width: 233px; }
      .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container .title, .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container .description {
        display: inline;
        color: #787878; }
      .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container .title {
        font-size: 12px;
        font-weight: bold; }
      .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container .description {
        font-size: 12px; }
  .pcf-scope .flyout-container .new-product-notification .footer-container {
    display: none; }

.mobileshop .pcf-scope .flyout-container .new-product-notification {
  max-height: 265px; }
  .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container {
    margin-top: 30px;
    padding-bottom: unset; }
    .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container .image-slot {
      width: 120px;
      height: 120px;
      line-height: 118px;
      border: none;
      margin-right: 10px; }
    .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container {
      display: flex;
      flex-direction: column;
      justify-content: start;
      height: 122px;
      padding-right: 12px; }
      .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container .title {
        color: #d11317;
        font-size: 15px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif; }
      .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container .description {
        margin-top: 15px;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 22px; }
  @media (max-width: 360px) {
    .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container {
      align-items: center; }
      .mobileshop .pcf-scope .flyout-container .new-product-notification .product-info-container .description-container {
        height: auto; } }

.pcf-scope .flyout-container .empty-list-notification {
  padding: 0 10px; }
  .pcf-scope .flyout-container .empty-list-notification .description-text {
    margin: 0 24px;
    text-align: center; }
  .pcf-scope .flyout-container .empty-list-notification .footer-container {
    display: flex;
    padding: 20px 0; }
  .pcf-scope .flyout-container .empty-list-notification .navigate-to-products-button {
    height: 30px;
    line-height: 30px;
    background-color: #d11317;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-grow: 1; }
    .pcf-scope .flyout-container .empty-list-notification .navigate-to-products-button .btn-text {
      margin-right: 20px;
      color: #f4f3f1;
      font-size: 14px;
      white-space: nowrap; }
    .pcf-scope .flyout-container .empty-list-notification .navigate-to-products-button .navigate-products-button-icon {
      height: 15px;
      width: 10px;
      position: relative;
      margin-left: -10px;
      fill: #f4f3f1;
      line-height: 15px; }
      .pcf-scope .flyout-container .empty-list-notification .navigate-to-products-button .navigate-products-button-icon svg {
        height: 15px; }
  .pcf-scope .flyout-container .empty-list-notification .close-flyout-btn-footer {
    margin-right: 10px;
    flex-grow: 1; }

.mobileshop .pcf-scope .flyout-container .empty-list-notification {
  padding: 35px 0; }
  .mobileshop .pcf-scope .flyout-container .empty-list-notification .footer-container {
    padding: 0; }
  .mobileshop .pcf-scope .flyout-container .empty-list-notification .navigate-to-products-button {
    height: 42px;
    line-height: 42px; }

.pcf-scope .flyout-container .max-products-count-notification .notification-container {
  padding: 0 12px; }
  .pcf-scope .flyout-container .max-products-count-notification .notification-container .message-max-reached-title,
  .pcf-scope .flyout-container .max-products-count-notification .notification-container .message-max-reached,
  .pcf-scope .flyout-container .max-products-count-notification .notification-container .message-more-required {
    text-align: center;
    font-weight: bold;
    color: #d11317; }
  .pcf-scope .flyout-container .max-products-count-notification .notification-container .message-max-reached-help {
    text-align: center;
    margin-top: 20px;
    color: #787878; }

.pcf-scope .flyout-container .max-products-count-notification .footer-container {
  display: block; }
  .pcf-scope .flyout-container .max-products-count-notification .footer-container .close-flyout-btn-footer {
    display: none; }


.pcf-flyout-content-scope .compare-list-btn,
.pcf-scope .compare-list-btn {
  background-color: #d11317;
  cursor: pointer;
  width: 160px;
  height: 35px;
  border: 1px solid #c5c5c5;
  margin: 15px auto 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-decoration: none; }
  .pcf-flyout-content-scope .compare-list-btn.disabled,
  .pcf-scope .compare-list-btn.disabled {
    background-color: white;
    background-color: #c5c5c5;
    color: #1e1e1e;
    pointer-events: none; }
  .pcf-flyout-content-scope .compare-list-btn .btn-container,
  .pcf-scope .compare-list-btn .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    .pcf-flyout-content-scope .compare-list-btn .btn-container .btn-text,
    .pcf-scope .compare-list-btn .btn-container .btn-text {
      margin-right: 20px;
      color: #f4f3f1;
      font-size: 14px;
      margin-bottom: 2px; }
    .pcf-flyout-content-scope .compare-list-btn .btn-container .compare-button-icon,
    .pcf-scope .compare-list-btn .btn-container .compare-button-icon {
      height: 15px;
      width: 10px;
      position: relative;
      margin-left: -10px;
      fill: #f4f3f1; }
      .pcf-flyout-content-scope .compare-list-btn .btn-container .compare-button-icon svg,
      .pcf-scope .compare-list-btn .btn-container .compare-button-icon svg {
        height: 100%; }

.mobileshop .pcf-scope .footer-container .compare-list-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: initial; }
  .mobileshop .pcf-scope .footer-container .compare-list-btn .compare-button-icon {
    line-height: 15px; }

.mpc-scope .toolbar-button-wrapper {
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #1e1e1e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .mpc-scope .toolbar-button-wrapper span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px; }
  .mpc-scope .toolbar-button-wrapper .comparison-icon {
    width: 20px;
    height: 20px;
    fill: #1e1e1e;
    vertical-align: top;
    padding-top: 5px;
    line-height: 30px;
    display: inline-block; }
    .mpc-scope .toolbar-button-wrapper .comparison-icon svg {
      vertical-align: middle; }

.articlelist-toolbar .toolbar-button.compare-button.active {
  background-color: #eeeeee;
  border-color: #1e1e1e; }
  .articlelist-toolbar .toolbar-button.compare-button.active .mpc-scope .toolbar-button-wrapper {
    color: #1e1e1e; }
    .articlelist-toolbar .toolbar-button.compare-button.active .mpc-scope .toolbar-button-wrapper .comparison-icon {
      fill: #1e1e1e; }

.fas_scope-fas .fas_fragment_ph .mpc-scope .toolbar-button-wrapper {
  background-color: #e6e6e6;
  border-radius: 20px;
  margin: 0 auto 10px;
  display: flex;
  cursor: pointer;
  height: 40px;
  width: calc(50vw - 15px);
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  flex-direction: row-reverse;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: initial;
  margin-right: 10px; }
  .fas_scope-fas .fas_fragment_ph .mpc-scope .toolbar-button-wrapper span {
    padding-top: initial; }
  .fas_scope-fas .fas_fragment_ph .mpc-scope .toolbar-button-wrapper .comparison-icon {
    fill: #1e1e1e;
    margin-right: 10px;
    padding-top: initial;
    line-height: 20px; }

.fas_scope-fas .fas_fragment_ph .mpc-scope .active {
  background-color: #B8B8B8; }

.mpc-scope.scale-tile-container {
  position: absolute;
  width: 36px;
  height: 36px;
  margin: 10px 0 0 10px;
  border-radius: 18px;
  border: 1px solid #C8C8C8;
  cursor: pointer;
  background-color: #FFFFFF;
  display: none;
  z-index: 150;
  transform: scale(1.025); }
  .article-tile.hovercontent-open .mpc-scope.scale-tile-container {
    display: block; }
  .mpc-scope.scale-tile-container.active {
    background-color: #1e1e1e;
    border-color: #1e1e1e; }
    .mpc-scope.scale-tile-container.active .comparison-empty-icon {
      display: none; }
    .mpc-scope.scale-tile-container.active .comparison-icon {
      display: block; }
  .mpc-scope.scale-tile-container .comparison-empty-icon,
  .mpc-scope.scale-tile-container .comparison-icon {
    line-height: 32px; }
    .mpc-scope.scale-tile-container .comparison-empty-icon svg,
    .mpc-scope.scale-tile-container .comparison-icon svg {
      vertical-align: middle; }
  .mpc-scope.scale-tile-container .comparison-empty-icon {
    width: 22px;
    height: 32px;
    margin: auto;
    fill: #C8C8C8; }
  .mpc-scope.scale-tile-container .comparison-icon {
    width: 22px;
    height: 32px;
    margin: auto;
    fill: #FFFFFF;
    display: none; }

.mobile-touchpoints {
  display: none; }

.mobileshop .mpc-scope.scale-tile-container {
  margin: 0;
  z-index: 12; }
  .mobileshop .mpc-scope.scale-tile-container.visible {
    display: block; }

.mpc-scope .compare-button {
  font-size: 11px;
  font-weight: bold;
  color: #787878;
  height: 42px;
  border: 1px solid #C8C8C8;
  text-decoration: none;
  background: #FFFFFF;
  margin: 5px auto auto auto;
  padding: 0; }
  .mpc-scope .compare-button .comparison-icon {
    width: 20px;
    height: 32px;
    margin-right: 12px;
    fill: #787878;
    line-height: 30px;
    display: inline-block; }
    .mpc-scope .compare-button .comparison-icon svg {
      vertical-align: middle; }

.mobileshop .mpc-scope.compare-button-wrapper {
  padding: 6px 12px 6px; }
  .mobileshop .mpc-scope.compare-button-wrapper .compare-button {
    margin-top: 0;
    width: 100%;
    height: 36px;
    color: #787878;
    border: 1px #787878 solid;
    font-size: 14px; }

.mobileshop .modal-body .mpc-scope.compare-button-wrapper {
  padding: 6px 5px 6px; }

