/* Footer */
#footer .footer-top {
    background: #F7F7F7;
}

#footer .footer-top .footer-top-inner {
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-top-inner .footer-service-outer {
    position: relative;
}

#footer .footer-top .footer-top-inner .footer-service-outer:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 2000px;
}

#footer .footer-top .footer-top-inner .footer-service {
    padding: 32px 32px 0px 0px;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    position: relative;
}



#footer .footer-top .footer-top-inner .footer-service .footer-service-image {
    width: 250px;
    margin-top: -30px;
    max-height: 300px;
}

#footer .footer-top .footer-top-inner .footer-service .footer-service-image img {
    width: 100%;
}

#footer .footer-top .footer-top-inner .footer-service {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#footer .footer-top .footer-top-inner .footer-service .footer-subtitle {
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

#footer .footer-top .footer-top-inner .footer-service .footer-service-bottom {
    display: flex;
    gap: 16px;
    width: 500px;
}

#footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#footer .footer-top .footer-top-inner .footer-service .footer-service-bottom  .footer-service-text {
    color: #717171;
}

#footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-whatsapp a {
    display: flex;
    align-items: center;
    gap: 8px;
}

#footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-whatsapp i {
    font-size: 24px;
    color: #25d366;
}



#footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .btn-wrap {
    display: inline-flex;
}


#footer .footer-top .footer-newsletter {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 32px;
}

#footer .footer-top .footer-newsletter .newsletter-title,
#footer .footer-top .footer-newsletter .newsletter-text {
    margin-bottom: 24px;
}


#footer .footer-top #formNewsletter {
    display: flex;
    align-items: center;
    gap: 16px;
}

#footer .footer-top #formNewsletter input {
    border-radius: 4px;
    border: 1px solid #EDEDED;
    background: #FFF;
    max-width: 350px;
    width: 100%;
}

#footer .main-footer {
    background: #fff;
}

#footer.in-checkout .main-footer {
    border-top:1px solid var(--grey_border);
}

#footer .main-footer .inner {
    display: flex;
  justify-content: space-between;
  gap: 70px;
  /* margin: -15px; */
}

#footer .main-footer .footer-col {
    /* padding: 15px; */
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

#footer .main-footer .logo {
    margin-bottom: 8px;
}

#footer .main-footer .logo img {
    height: 56px;
}

#footer .footer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 8px;
}

#footer .footer-title.footer-title-mobile {
    margin: 0;
}

#footer .main-footer .footer-title .plusmin {
    width: 12px;
  height: 12px;
  position: relative;
}

#footer .main-footer .footer-title .plusmin:before,
#footer .main-footer .footer-title .plusmin:after {
    content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s ease-in-out;
}

#footer .main-footer .footer-title .plusmin:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#footer .main-footer .footer-links-wrap .footer-title.footer-title-mobile i {
    transition: transform .2s ease-in-out;
}

#footer .main-footer .footer-links-wrap.active .footer-title.footer-title-mobile i {
    transform: rotate(180deg);
}

#footer .main-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#footer .main-footer .footer-links-wrap.active .footer-title .plusmin:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

#footer .main-footer .contact-info {
    margin: -4px 0px;
}

#footer .main-footer .contact-info li {
    padding: 4px 0px;
}

#footer .main-footer .contact-info a {
    display: flex;
    align-items: center;
    gap: 4px;
    
}

#footer .main-footer .contact-info a i {
    font-size: 24px;
}

#footer .main-footer .footer-usp {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#footer .main-footer .footer-usp .usp-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

#footer .main-footer .btn-wrap {
    display: inline-block;
    margin-top: 32px;
}

#footer .main-footer .footer-usp .usp-item i {
    font-size: 24px;
}

#footer .main-footer .socials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

#footer .main-footer .socials a {
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF3FA;
    border-radius: 100%;
}

#footer .main-footer .payments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
    background: #F7F7F7;
    border-radius: 10px;
}

#footer .main-footer .payments a {
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

#footer .main-footer .payments img {
    width: 64px;
}

#footer .footer-bottom {
  background: #fff;
  padding: 16px 0;
  border-top:  1px solid #EDEDED;
}

#footer .footer-bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .footer-bottom .payments {
    display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -2px;
}

#footer .footer-bottom .payments li {
    padding: 2px;
}

#footer .footer-bottom .payments li a {
    display: inline-block;
}

#footer .footer-bottom .payments li img {
    height: 30px;
}

.footer-bottom__review {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom__links ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1199px) {
  #footer .footer-bottom .inner {
      flex-direction: column;
  }
  
  #footer .footer-bottom .copyright {
      text-align: center;
    margin-bottom: 10px;
  }
  
  #footer .footer-bottom .payments {
      justify-content: center;
  }
}

@media (max-width: 991px) {
    #footer .footer-top .footer-top-inner {
        flex-direction: column;
        gap: 32px;
    }

    #footer .footer-top .footer-newsletter {
        padding: 0;
    }

    #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-whatsapp i {
        font-size: 20px;
    }

    #footer .main-footer .inner {
        flex-direction: column;
        margin: 0;
        gap: 0;
    }

    #footer .main-footer .footer-col {
        padding: 0;
        gap: 0px;
    }

    #footer .main-footer .footer-links-wrap {
        border-top: 1px solid #e4e4e4;
        padding: 24px 0;
    }

    #footer .footer-title {
        font-size: 1.2em;
    }

    #footer .main-footer .footer-links {
        gap: 6px;
    }

    #footer .main-footer .footer-col-content {
        display: none;
        padding-top: 16px;
    }

    #footer .main-footer .footer-contact-block {
        padding-top: 16px;
    }

    #footer .main-footer .btn-wrap {
        margin-top: 16px;
    }

    #footer .main-footer .contact-info li {
        padding: 8px 0px;
    }

    #footer .main-footer .contact-info a i {
        font-size: 20px;
    }

    #footer .main-footer .payments {
        background: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #footer .main-footer .payments a {
        background: #F7F7F7;
    }
    #footer .main-footer .payments img {
        width: 56px;
    }

    #footer .main-footer .mobile-payments {
        padding: 32px 0px;
    }
}

@media (max-width: 767px) {
    #footer {
        font-size: 14px;
    }

    #footer .footer-title {
        font-size: 1.4em;
    }

    #footer .footer-top .footer-top-inner .footer-service-outer {
        width: 100%;
        
    }

    #footer .footer-top .footer-top-inner .footer-service {
        padding: 16px;
        border-radius: 10px;
    }

    #footer .footer-top .footer-top-inner .footer-service-outer:before {
        display: none;
    }

    #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom {
        width: 100%;
    }

    #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-col {
        width: 50%;
    }

    #footer .footer-top .footer-top-inner .footer-service .footer-service-image {
        width: auto;
        margin-top: 0px;
        margin-bottom: -60px;
    }
}

@media (max-width: 400px) {
  #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom {
    padding-bottom: 60px;
    }
  
  #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .btn-open-contact-popup {
  	padding: 0 16px;
  }
  
  #footer .footer-top .footer-top-inner .footer-service .footer-service-image {
        margin-bottom: -40px;
    }
  
    #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-col.footer-image-col {
      position: absolute;
      width: 52%;
      bottom: 0;
      right: 0;
      z-index: 0;
    }

    #footer .footer-top .footer-top-inner .footer-service .footer-service-bottom .footer-service-col {
        width: 100%;
        z-index: 99;
        position: relative;
    }
}
/* End footer */