
/* footer  */

.bd-top {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
  }
  
  .footer {
    background: #f0faf9;
    padding: 40px 0;
  }
  
  .footer-logo {
    img {
      width: 200px;
    }
  }
  
  .footer-add {
    p {
      font-size: 14px;
      color: #808080;
      font-weight: 500;
      line-height: 1.5;
      margin-bottom: 0;
    }
    .footer-add-tt {
      color: #121212;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 10px;
    }
  }
  
  .footer-menu-item h4 {
    font-size: 11px;
    font-weight: 900;
    margin: 5px 0 10px;
    display: block;
    text-transform: uppercase;
  }
  
  .footer-menu-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .footer-menu-item ul li {
    margin-bottom: 5px;
    a {
      font-size: 14px;
      color: #121212;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      display: block;
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  
  .footer-lang-opt select {
    font-size: 14px;
    color: #121212;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    background: transparent;
    outline: none;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 10px;
    width: 75%;
  }
  
  .footer-payment-logo a img {
    max-width: 200px;
    width: 100%;
  }
  
  .footer-payment-head h4 {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px;
  }
  
  .footer-payment-opt {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    gap: 10px;
  }
  
  .footer-payment-opt img {
    width: 100%;
  }
  
  .footer-copyright {
    text-align: center;
  }
  
  .footer-copyright span {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    a {
      color: #525252;
      &:hover {
        text-decoration: underline;
        color: #0466de;
      }
    
  }
  
  