/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.compare_box {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #333; }
  .compare_box.click .compare_box_tab {
    background-image: url(../images/selectarrow.png); }
  .compare_box.click .compare_box_content {
    display: block; }
  .compare_box_tab {
    position: absolute;
    width: 280px;
    top: -40px;
    left: calc((100% - 1400px) /2);
    height: 40px;
    background-image: url(../images/selectarrow_click.png);
    background-size: 1rem;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding-left: 15px;
    cursor: pointer; }
    @media screen and (min-width: 75em) and (max-width: 89.99875em) {
      .compare_box_tab {
        left: calc((100% - 1080px) /2); } }
    @media screen and (min-width: 64em) and (max-width: 74.99875em) {
      .compare_box_tab {
        left: calc((100% - 950px) /2); } }
    @media screen and (max-width: 63.99875em) {
      .compare_box_tab {
        left: 15px;
        width: 250px; } }
    .compare_box_tab button {
      line-height: 39px;
      font-weight: 600; }
      .compare_box_tab button span {
        font-weight: 600; }
  .compare_box_content {
    width: 1400px;
    margin: 0 auto;
    display: none;
    padding: 10px 0 20px 0;
    overflow: hidden;
    padding: 10px 0 20px 0; }
    @media screen and (min-width: 75em) and (max-width: 89.99875em) {
      .compare_box_content {
        width: 1080px; } }
    @media screen and (min-width: 64em) and (max-width: 74.99875em) {
      .compare_box_content {
        width: 950px; } }
    @media screen and (max-width: 63.99875em) {
      .compare_box_content {
        width: calc(100% - 30px); } }
    .compare_box_content_btn {
      width: calc(30% - 15px);
      float: left;
      margin: 50px 0 40px 15px; }
      @media screen and (min-width: 40em) and (max-width: 63.99875em) {
        .compare_box_content_btn {
          margin: 30px 6% 16% 15px; } }
      @media screen and (max-width: 39.99875em) {
        .compare_box_content_btn {
          width: 100%;
          margin: 10px 0 0 0; } }
      .compare_box_content_btn a {
        padding: 12px 20px;
        background: #0075d7;
        color: #fff;
        line-height: 40px; }
        @media screen and (max-width: 39.99875em) {
          .compare_box_content_btn a {
            padding: 0 20px;
            display: block;
            width: 150px;
            margin: 0 auto; } }
        .compare_box_content_btn a:focus {
          -webkit-box-shadow: inset 0 0 0 0.2rem rgba(225, 225, 225, 0.5);
                  box-shadow: inset 0 0 0 0.2rem rgba(225, 225, 225, 0.5); }
      .compare_box_content_btn_remove {
        margin: 20px 15px;
        cursor: pointer;
        display: block; }
        @media screen and (max-width: 39.99875em) {
          .compare_box_content_btn_remove {
            margin: 10px auto 0 auto;
            width: 120px; } }
        .compare_box_content_btn_remove .be-icon {
          display: block;
          float: left;
          font-size: 16px;
          color: #5c5c5c;
          margin: 3px 5px; }
        .compare_box_content_btn_remove span {
          color: #5c5c5c;
          font-size: .8rem; }
    .compare_box_content_product {
      float: left;
      width: 15.5%;
      margin: 0 1%; }
      @media screen and (min-width: 40em) and (max-width: 63.99875em) {
        .compare_box_content_product {
          width: 29%; } }
      @media screen and (max-width: 39.99875em) {
        .compare_box_content_product {
          width: 48%; } }
      .compare_box_content_product:hover .compare_box_content_product_img_box, .compare_box_content_product:focus .compare_box_content_product_img_box {
        -webkit-box-shadow: 0 2px 5px #ddd;
                box-shadow: 0 2px 5px #ddd; }
      .compare_box_content_product:hover .be-icon, .compare_box_content_product:focus .be-icon {
        opacity: 1; }
      .compare_box_content_product_img_box {
        position: relative;
        width: 80%;
        margin: 20px 10%;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (max-width: 63.99875em) {
          .compare_box_content_product_img_box {
            -webkit-box-shadow: 0 2px 5px #ddd;
                    box-shadow: 0 2px 5px #ddd;
            margin: 20px 10% 10px 10%; } }
        .compare_box_content_product_img_box img {
          width: 100%; }
          @media screen and (max-width: 39.99875em) {
            .compare_box_content_product_img_box img {
              width: 80%;
              display: block;
              margin: 0 auto; } }
        .compare_box_content_product_img_box .be-icon {
          position: absolute;
          top: -10px;
          right: -10px;
          font-size: 16px;
          color: #5c5c5c;
          opacity: 0;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          cursor: pointer; }
          @media screen and (max-width: 63.99875em) {
            .compare_box_content_product_img_box .be-icon {
              opacity: 1; } }
      .compare_box_content_product p {
        font-weight: 600;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media screen and (max-width: 39.99875em) {
          .compare_box_content_product p {
            line-height: 15px; } }

.be-icon-remove:focus {
  opacity: 1; }
