/********************
	Part - block social
********************/
@media (max-width : 991px) {
  .block-social {
      text-align : center
  }
  footer#footer .footer-last-column .footer-item.footer-mobile-logo {
    margin-bottom: 50px !important;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
  }
  footer#footer .footer-last-column .footer-item.footer-mobile-logo a {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
  }
  footer#footer .footer-last-column .footer-item.footer-mobile-logo a img {
    height: 100px;
    width: 100px;
  }
}

/********************
	Part - block contact
********************/
@media (max-width : 991px) {
    .block-contact {
        padding-left : 1.5rem
    }
}


@media (max-width : 767px) {
    .footer-container {
        box-shadow : none;
        margin-top : 0
    }

    .footer-container .footer-column {
        padding : 0;
    }

    .footer-container .wrapper {
        padding-left  : 0 !important;
        padding-right : 0 !important
    }

    .footer-container .links .h3 {
        line-height : 1.5;
        font-size   : 1rem
    }

    .footer-container .links ul {
        background-color : #f6f6f6;
        margin-bottom    : 0
    }

    .footer-container .links ul > li {
        padding       : .625rem;
        border-bottom : 1px solid #fff;
        font-weight   : 700
    }

    .footer-container .links ul > li a {
        color : var(--color-black-default)
    }

    .links .collapse {
        display : none
    }

    .links .collapse.in {
        display : block
    }

    .links .title {
        padding       : .625rem;
        border-bottom : 1px solid #f6f6f6;
        cursor        : pointer
    }

    .links .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add {
        display : none
    }

    .links .title[aria-expanded=true] .collapse-icons .remove {
        display : block
    }

    .links .navbar-toggler {
        display : inline-block;
        padding : 0
    }

    .footer-item {
        flex-grow: 1;
    }

    .footer-item-title button {
        display : inline-flex;
    }
}

@media (max-width : 1023px) {
  .footer-container .footer {
      flex-wrap : wrap;
  }

  .footer-container .footer > * {
      flex : 1 0 100%;
  }

  .footer-last-column{
    order: -1;
    margin-bottom: 50px;
    gap: 50px 0;
    display: flex;
    flex-direction: column;
  }

  .footer-last-column .footer-item.copyright{
    display: none;
  }
  .footer-container .footer-item-title button{
    display:flex;
  }
  .footer-container .footer-item.always-visible .footer-item-title button {
    display: none;
  }
  .footer-container .footer-item:not(.always-visible) .footer-item-title {
    padding-bottom: 4px;
    border-bottom: .5px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer;
  }
  .footer-container .footer-item-title .title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .footer-container .footer-item:not(.active):not(.always-visible) p,
  .footer-container .footer-item:not(.active):not(.always-visible) a,
  .footer-container .footer-item:not(.active):not(.always-visible) .footer-shop-item {
    display: none!important;
  }

  .footer-container .footer-item {
    margin-bottom: 0!important;
  }

  .footer-container .footer-item.active {
    padding-bottom: 25px;
  }

  .footer-container .footer-item:not(.active) .footer-item-title {
    margin-bottom: 10px;
  }
  .footer-container .footer-column:not(.footer-last-column) .footer-item-title {
    margin-bottom: 35px !important;
  }
  footer#footer .footer-cms-pages-1-links, footer#footer .footer-categories-links, footer#footer .footer-shops-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer#footer .footer-cms-pages-1-links a:not(:last-child), footer#footer .footer-categories-links a:not(:last-child), footer#footer .footer-shops-items a:not(:last-child){
    margin-bottom: 12px;
  }
  .footer-container .footer-shop-item a {
    margin-bottom : 22px;
  }
}

@media (min-width: 768px){
  font-size: 16px !important;
}

@media (min-width:992px){
  .footer-container .footer {
    padding: 60px 40px;
  }
}

@media screen and (min-width : 1024px) {
    .before-footer {
        position : relative;
        z-index  : 1;
    }

    #footer {
        position : relative;
        z-index  : 1;
    }

    #footer.footer-fixed {
        position : -webkit-sticky;
        position : sticky;
        bottom   : 0;
    }

    #footer > .container {
        position : relative;
        z-index  : 1;
        padding  : 15px;
    }

    .footer-container .footer > * {
        flex : 0 0 calc(25% - (30px / 4));
    }

    .footer-container .footer > .footer-column {
        display : flex;
        flex-direction: column;
        flex      : 0 0 calc(25% - (30px / 4));
        max-width : calc(25% - (30px / 4));
    }

    .mobile-copyright{
        display: none;
    }

    footer#footer .footer-cms-pages-1-links, footer#footer .footer-categories-links, footer#footer .footer-shops-items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .footer-container .footer-mobile-logo{
        display: none;
    }

    .footer-container .footer {
        padding   : 100px 30px;
    }

    footer#footer .copyright img {
        width: 205px;
        height: auto;
        margin-top: 15px;
    }
    .footer-item.footer-mobile-logo{
      display: none;
    }
}

@media (min-width: 1200px){
  .footer-container .footer {
    padding   : 100px 10%;
  }
}
