#footercontent {
  height: auto !important;
  background: #fff !important;
  padding-top: 0px; }
  #footercontent .col-common {
    -ms-flex-direction: column;
        flex-direction: column; }
  #footercontent .footer-logo {
    text-align: center;
    margin-top: 40px; }
    #footercontent .footer-logo img {
      width: 100px; }
  #footercontent .footer-common {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    text-align: center;
    margin-top: 32px; }
  #footercontent .footer-words {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    margin-top: 24px;
    height: 90px; }
    #footercontent .footer-words .footer-words-row {
      display: inline-block; }
    #footercontent .footer-words .footer-links {
      font-size: 14px !important;
      line-height: 24px !important;
      color: #707070 !important; }
    #footercontent .footer-words a {
      font-size: 14px;
      line-height: 24px;
      color: #707070 !important; }
      #footercontent .footer-words a.icon:after {
        content: '';
        width: 12px;
        height: 12px;
        background: url("../images/footer-share-icon.svg");
        background-repeat: no-repeat;
        display: inline-block;
        right: -12px;
        position: relative;
        margin-right: 10px; }
      #footercontent .footer-words a:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #707070;
        display: inline-block;
        top: -3px;
        left: -6px;
        position: relative; }
  #footercontent .footer-disclaimer-bottom {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    text-align: center;
    width: 100%;
    margin-top: 28px; }

#retailer-footer {
  background: #f3f3f3;
  padding: 20px 0 10px 0; }
  #retailer-footer .retailer-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px 0 24px 0; }
  #retailer-footer .content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    max-width: 85%; }
  #retailer-footer .retailer-list-container {
    display: none;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 24px;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 30px; }
    #retailer-footer .retailer-list-container .list-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-top: 2px; }
    #retailer-footer .retailer-list-container .title {
      font-size: 12px;
      line-height: 24px;
      color: #141414;
      font-weight: 700;
      width: 100%; }
    #retailer-footer .retailer-list-container .w-1 {
      -ms-flex: 1.5;
          flex: 1.5; }
    #retailer-footer .retailer-list-container .w-2 {
      -ms-flex: 2;
          flex: 2; }
    #retailer-footer .retailer-list-container .w-3 {
      -ms-flex: 2.5;
          flex: 2.5; }
    #retailer-footer .retailer-list-container .w-4 {
      -ms-flex: 4;
          flex: 4; }
    #retailer-footer .retailer-list-container .last {
      width: 40px; }
    #retailer-footer .retailer-list-container .item-text {
      font-size: 12px;
      line-height: 24px;
      font-weight: 400;
      color: #707070;
      width: 100%; }
      #retailer-footer .retailer-list-container .item-text.last {
        width: 40px; }
  #retailer-footer .title-row {
    margin-top: 24px !important;
    margin-bottom: 12px; }
  #retailer-footer .icon-click {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    opacity: 0;
    margin: 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #retailer-footer .retailer-check {
    display: none; }
  #retailer-footer .retailer-check:checked ~ .retailer-list-container {
    display: block; }
  #retailer-footer .retailer-check:checked ~ .retailer-header .rotate-up {
    transform: none; }
  #retailer-footer .rotate-up {
    transform: rotate(180deg); }
  #retailer-footer .arrow-icon-container {
    width: 16px;
    height: 16px; }
  #retailer-footer .arrow-icon {
    margin-top: -60px; }

@media screen and (max-width: 767px) {
  #retailer-footer .retailer-list-container {
    width: 100%;
    overflow-x: scroll; }
    #retailer-footer .retailer-list-container .list-row {
      width: 860px; } }
