.footer_main {
  width: 100%;
  background-color: #681e77;
  padding-top: 40px;

  .container {
    width: 100%;
  }
}

.footer_white {
  max-width: 240px;
}

footer {
  h5.pay-heading{
    font-size: 14px;
    font-family: "Lato", serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  a {
    font-family:  "Lato", serif;
    font-size: small;
    color: rgba(255, 255, 255, 0.75);
  }
  a:hover {
    color: white !important;
  }
  i {
    color: white;
    font-size: 25px;
  }
  h4 {
    font-family:  "Lato", serif;
    font-weight: bold;
    font-size: medium;
    color: #fff;
    text-transform: uppercase;
  }
  p {
    font-family:  "Lato", serif;
    color: rgba(255, 255, 255, 0.75);
    font-size: smaller;
    text-wrap: wrap;
  }

  hr {
    color: #fff;
    border: 1px solid white;
  }
}
.footer_social {
  margin-bottom: 10px;
  a {
    transition: transform 0.4s;
    img {
      width: 25px;
      height: 25px;
      @media (max-width:768px) {
        height: 20px;
        width: 20px;
      }
      object-fit: contain;
    }
  }
  .payment {
    width: 100%;
    height: 25px;
    @media (max-width:768px) {
      height: 20px;
    }
    object-fit: contain;
  }
}
@media (max-width:991px) {
    .footer-md-6 {
    flex-basis: 44%;
  }
  }
  @media (max-width:640px) {
    .footer-sm-12{
      flex-basis: 100%;
      width: 100%;
    }

  }

.footer_bottom_section {
  background-color: #681e77;
  padding-bottom: 12px;
  p{
    font-size: 11px;
  }
}


.newsLetter {
  form {
    position: relative;
    input {
      padding: 10px;
      width: 100%;
    }
    button {
      position: absolute;
      top: auto;
      bottom: auto;
      right: 5%;
      width: 32px;
      height: 32px;
      background-color: #681e77;
      border-radius: 50%;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      i {
        color: white;
        font-size: 16px;
      }
    }
  }
}

.newsletter_text {
  width: 300px;
}

.pe-md-5 {
  margin-right: 58px !important;
}

@media (max-width: 640px) {
  .pe-md-5 {
    margin-right: 0 !important;
  }
}

.footer_links a {
  position: relative;
  overflow: hidden;
}

.footer_links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 5px;
  transform: translateX(-120%);
  transition: transform 0.2s ease-in-out;
}

.footer_links a:hover:before {
  transform: translate(0);
}

.footer_social a:hover {
  transform: translateY(-4px);
}
.footer_links{
@media (max-width:768px) {
  margin-top: 10px !important;
}
i{
  width: 18px;
  font-size: 18px;
  @media (max-width:768px) {
    font-size: 16px;
    width: 16px;
  }
}
}

/* cart page items */

.cart-page-items {
  flex-basis: unset !important;
}
