#footer {
  background: none;
  padding: 0; }
  #footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #footer ul a {
      color: #424242; }
      #footer ul a:hover {
        color: #26CFD3; }
  #footer .footer_content {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 0;
    margin: 0; }
    #footer .footer_content ul li {
      display: inline-block;
      margin: 0 5px;
      position: relative;
      text-align: center;
      padding: 0 10px; }
      #footer .footer_content ul li a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        display: inline-block; }
      #footer .footer_content ul li:before {
        content: ".";
        display: block;
        height: 26px;
        position: absolute;
        left: -9px;
        top: -3px;
        color: #fff; }
      #footer .footer_content ul li:nth-last-child(1):after {
        content: ".";
        display: block;
        height: 26px;
        position: absolute;
        right: -9px;
        top: -3px;
        color: #fff; }
  #footer .shop_info {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 10px; }
    #footer .shop_info li {
      display: inline-block;
      margin: 0 5px;
      color: #26CFD3;
      font-size: 12px;
      position: relative;
      text-align: center;
      padding: 0 5px; }
      #footer .shop_info li a {
        color: #26CFD3; }
      #footer .shop_info li:before {
        content: "";
        display: block;
        border-left: 1px solid #26CFD3;
        height: 11px;
        position: absolute;
        left: -7px;
        top: 3px; }
      #footer .shop_info li:last-child:after {
        content: "";
        display: block;
        border-left: 1px solid #26CFD3;
        height: 11px;
        position: absolute;
        right: -7px;
        top: 3px; }
  #footer .social_media {
    background-color: #000;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 30px; }
    #footer .social_media li {
      display: inline-block;
      margin: 0 5px; }
    #footer .social_media .facebook-svg .svg-background, #footer .social_media .instagram-svg .svg-background, #footer .social_media .line-svg .svg-background, #footer .social_media .youtube-svg .svg-background {
      fill: none; }
    #footer .social_media .facebook-svg .svg-border, #footer .social_media .facebook-svg .svg-text, #footer .social_media .instagram-svg .svg-border, #footer .social_media .instagram-svg .svg-text, #footer .social_media .line-svg .svg-border, #footer .social_media .line-svg .svg-text, #footer .social_media .youtube-svg .svg-border, #footer .social_media .youtube-svg .svg-text {
      fill: #fff; }
    #footer .social_media .facebook-svg:hover .svg-text, #footer .social_media .instagram-svg:hover .svg-text, #footer .social_media .line-svg:hover .svg-text, #footer .social_media .youtube-svg:hover .svg-text {
      fill: #ffffff; }
    #footer .social_media .facebook-svg:hover .svg-border, #footer .social_media .facebook-svg:hover .svg-background {
      fill: #9A9EA2; }
    #footer .social_media .instagram-svg .svg-background {
      visibility: hidden; }
    #footer .social_media .instagram-svg:hover .svg-background {
      visibility: visible; }
    #footer .social_media .instagram-svg:hover .svg-border {
      fill: none; }
    #footer .social_media .line-svg:hover .svg-border, #footer .social_media .line-svg:hover .svg-background {
      fill: #3CD52E; }
    #footer .social_media .youtube-svg:hover .svg-border, #footer .social_media .youtube-svg:hover .svg-background {
      fill: #FF0000; }
  #footer .footer_footer {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px; }
    #footer .footer_footer a {
      color: #33A4E8 !important; }
    #footer .footer_footer .copyright {
      color: #33A4E8;
      font-size: 14px;
      word-break: break-word; }

@media (max-width: 768px) {
  #footer .footer_content {
    padding-bottom: 5px;
    margin-bottom: 0; }
    #footer .footer_content ul {
      width: 50%; }
      #footer .footer_content ul li {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left; }
        #footer .footer_content ul li:before {
          content: "" !important; }
        #footer .footer_content ul li:after {
          content: "" !important; }
  #footer .shop_info li {
    display: flex;
    padding: 0 5px;
    justify-content: center; }
    #footer .shop_info li:before {
      content: "";
      display: block;
      border-left: 1px solid #26CFD3;
      height: 11px;
      position: unset;
      padding: 0px 5px 0;
      margin-top: 3px; }
    #footer .shop_info li:after {
      content: "";
      display: block;
      border-right: 1px solid #26CFD3;
      border-left: none !important;
      height: 11px;
      position: unset;
      padding: 0px 5px 0;
      margin-top: 3px; }
    #footer .shop_info li:last-child:after {
      position: static; } }

