#oticon-us-product-comparer * {
  box-sizing: border-box; }

#oticon-us-product-comparer table {
  width: 100%; }

#oticon-us-product-comparer .products .feature-label {
  font-family: "Soho Gothic W01 Bold", "Open Sans Bold", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3333em;
  padding: 0 1.4rem 0 1rem;
  margin: 0 0 .4em 0;
  line-height: 1.3;
  color: inherit; }
#oticon-us-product-comparer .products .product {
  width: 19%;
  height: auto;
  border-left: 5px solid white;
  border-right: 5px solid white; }
  #oticon-us-product-comparer .products .product .product-label {
    font-size: 1.555rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    #oticon-us-product-comparer .products .product .product-label strong {
      font-weight: normal; }
  #oticon-us-product-comparer .products .product .product-image {
    width: 100%;
    background-color: #f8f8fa; }
    #oticon-us-product-comparer .products .product .product-image img {
      width: 100%;
      padding: 3rem;
      box-sizing: border-box; }

#oticon-us-product-comparer .benefit {
  display: none;
  background-color: #e8e5e1; }
  #oticon-us-product-comparer .benefit td {
    padding: 2.33rem 2.33rem 2.9rem; }
    #oticon-us-product-comparer .benefit td .benefit-headline {
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
      #oticon-us-product-comparer .benefit td .benefit-headline b {
        font-weight: normal; }
    #oticon-us-product-comparer .benefit td .benefit-body {
      font-size: 1.33rem; }

#oticon-us-product-comparer .feature.open + .benefit {
  display: table-row; }

#oticon-us-product-comparer .feature {
  width: 100%;
  min-height: 5rem;
  border-top: 1px solid #e2e2e2;
  cursor: pointer; }
  #oticon-us-product-comparer .feature.open {
    background-color: #3b3c3d; }
    #oticon-us-product-comparer .feature.open .feature-value {
      background-color: #3b3c3d;
      border-left: 5px solid #3b3c3d;
      border-right: 5px solid #3b3c3d; }
      #oticon-us-product-comparer .feature.open .feature-value .filled-star,
      #oticon-us-product-comparer .feature.open .feature-value .empty-star {
        color: white; }
    #oticon-us-product-comparer .feature.open .feature-label {
      color: white; }
    #oticon-us-product-comparer .feature.open .feature-benefit {
      width: 18%;
      color: white;
      -webkit-user-select: none;
      /* Chrome all / Safari all */
      -moz-user-select: none;
      /* Firefox all */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none; }
      #oticon-us-product-comparer .feature.open .feature-benefit .benefit-headline::after {
        content: '\e604'; }
  #oticon-us-product-comparer .feature td {
    vertical-align: middle; }
  #oticon-us-product-comparer .feature .feature-label {
    width: 24%;
    font-size: 1rem;
    padding: 0 1.4rem 0 1rem; }
  #oticon-us-product-comparer .feature .feature-value {
    width: 19%;
    height: 5rem;
    background-color: #f8f8fa;
    border-left: 5px solid white;
    border-right: 5px solid white;
    opacity: 0;
    padding: 0 1.4rem;
    text-align: center; }
    #oticon-us-product-comparer .feature .feature-value.show {
      opacity: 1; }
    #oticon-us-product-comparer .feature .feature-value > div {
      /*position: relative;
				left: 50%;
				transform: translateX(-50%);*/
      display: inline-block;
      top: -3px; }
    #oticon-us-product-comparer .feature .feature-value .filled-star,
    #oticon-us-product-comparer .feature .feature-value .empty-star {
      position: relative;
      width: 1rem;
      display: inline-block;
      margin-right: 1rem;
      -webkit-user-select: none;
      /* Chrome all / Safari all */
      -moz-user-select: none;
      /* Firefox all */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;

      /** The following have been added for drawing css circles */
      border-radius: 50%;
      width: 16px;
      height: 16px;
      background: #000; }
      #oticon-us-product-comparer .feature .feature-value .filled-star:last-child,
      #oticon-us-product-comparer .feature .feature-value .empty-star:last-child {
        margin-right: 0; }
      #oticon-us-product-comparer .feature .feature-value .filled-star::after,
      #oticon-us-product-comparer .feature .feature-value .empty-star::after {
        /**
         * Using font icons for dots has been disabled in this version. To enable, add these and disable a few styles in .filled-star.
         * font-family: "Oticon-icon-www";
         * content: '\e904';
         */
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 1rem;
        position: absolute;
        left: 0;
        top: 0; }
    /*#oticon-us-product-comparer .feature .feature-value .empty-star::after {
      content: '\ead6'; }*/
    #oticon-us-product-comparer .feature .feature-value .empty-star {
      /*content: '\ead6';*/
      background: #ddd }

  #oticon-us-product-comparer .feature .feature-benefit {
    width: 18%; }
    #oticon-us-product-comparer .feature .feature-benefit .benefit-headline {
      font-size: 1.11rem;
      position: relative;
      display: inline-block;
      margin-left: 44%;
      transform: translateX(-50%); }
      #oticon-us-product-comparer .feature .feature-benefit .benefit-headline b {
        font-weight: normal; }
      #oticon-us-product-comparer .feature .feature-benefit .benefit-headline::after {
        font-family: "Oticon-icon-www";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: '\e601';
        font-size: 1rem;
        position: absolute;
        right: -2rem;
        top: 0; }
  #oticon-us-product-comparer .feature:last-child {
    border-bottom: 1px solid #e2e2e2; }
  #oticon-us-product-comparer .feature:not(.open):hover {
    background-color: #e8e5e1; }
    #oticon-us-product-comparer .feature:not(.open):hover .feature-value {
      background-color: #e8e5e1;
      border-left: 5px solid #e8e5e1;
      border-right: 5px solid #e8e5e1; }

@media screen and (max-width: 1090px) {
  #oticon-us-product-comparer .products .product .product-image img {
    padding: 2rem; }
  #oticon-us-product-comparer .feature .feature-value .filled-star:last-child,
  #oticon-us-product-comparer .feature .feature-value .empty-star:last-child {
    margin-right: 1rem; } }

@media screen and (max-width: 800px) {
  #oticon-us-product-comparer .products .product .product-image img {
    padding: 1rem; } }

@media screen and (max-width: 600px) {
  #oticon-us-product-comparer {
    display: none; } }
