  .wc_statusbar {display:none;} 
  
  /*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
 background: -webkit-linear-gradient(360deg, hsla(139, 34%, 24%, 1) 0%, hsla(216, 75%, 14%, 1) 100%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1050px) {
  .footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .footer__content .footer__logo {
    margin-bottom: 30px;
  }
  .footer .footer__content .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer__list {
  margin-bottom: 20px;
}

.footer__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 0;
}

.footer__list dl dd {
  margin-right: 5px;
}

.footer__list dl dt {
  font-weight: 700;
}

@media (max-width: 1050px) {
  .footer__list dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

/*------------------------------------*
	@COMPONENTS #ADDRESS
\*------------------------------------*/
address {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

address strong {
  font-weight: 400;
  display: block;
  font-size: 28px; 
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  address {
    font-size: 14px;
  }
}

/*------------------------------------*
	@COMPONENTS #COPYRIGHT
\*------------------------------------*/
.copyright p {
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;

}

.copyright a {
  color: #fff !important;
}  

@media (max-width: 560px) {
  .copyright p {
    font-size: 12px;
  }
}


/*------------------------------------*
	@COMPONENTS #LINK
\*------------------------------------*/
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 28px;
}

.link P {
  margin-bottom: 0;
  font-weight: 700;
}

.link strong {
  text-transform: uppercase;
}

.link i {
  margin-left: 10px;
}

.link:not(:last-child) {
  margin-bottom: 20px;
}

.link:hover {
  opacity: 0.5;
}

.link--alt strong {
  text-transform: capitalize;
} 



 