/** Shopify CDN: Minification failed

Line 93:0 Unexpected "}"

**/
footer.amd-footer {
  padding:80px 0px 40px;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo {
  height: 125px;
  width: 60%;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo .logo{
  height:100%;
  width:100%;
  display: block;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo .social{
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo .social li{
  list-style:none;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo .social li a i{
  font-size:25px;
  color:#18194b;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo .social li a i:hover{
  color:#a91735;
}
footer.amd-footer .page-width .row [class*="col-"] .links h4{
  font-size: 20px;
  color: #18194B;
}
footer.amd-footer .page-width .row [class*="col-"] .links ul{
  padding:0;
}
footer.amd-footer .page-width .row [class*="col-"] .links ul li {
  list-style:none;
}
footer.amd-footer .page-width .row [class*="col-"] .links ul li a{
  color: #242421;
  font-size: 17px;
  text-decoration: none;
}
footer.amd-footer .page-width .row [class*="col-"] .links ul li a:hover{
  color: #a91735;
}
footer.amd-footer .page-width .row [class*="col-"] .address p{
  font-size: 17px;
  color: #242421;
  margin:0;
}
footer.amd-footer .page-width .row [class*="col-"] .address .contact a{
  font-size:17px;
  color: #242421;
  font-weight:500;
  text-decoration:none;
}
footer.amd-footer .page-width .row [class*="col-"] .address .contact a:hover{
  color: #a91735;
}
footer.amd-footer .page-width .legal {
  display:flex;
  justify-content:end;
  padding: 10px 0;
  margin: 0;
}
footer.amd-footer .page-width .legal li{
  padding:0px 5px;
  list-style:none;
}
footer.amd-footer .page-width .legal li a{
  font-size:14px;
  color:#9d9d9b;
  font-weight: 400;
  text-decoration: none;
}
footer.amd-footer .page-width .legal li a:hover{
  color: #a91735;
  font-size: 12px;

}
footer.amd-footer .page-width .copyright span{
  font-size: 14px;
  color: #9d9d9b;
  text-align: right;
  display: block;
}
}

@media (max-width: 1199px){
footer.amd-footer .page-width .row [class*="col-"] .links ul li a {
    font-size: 15px;
}
footer.amd-footer .page-width .legal li a {
    font-size: 12px;
}  
}
@media (max-width: 991px){
footer.amd-footer .page-width .row [class*="col-"] .links h4 {
    font-size: 18px;
}
  footer.amd-footer .page-width .row [class*="col-"] .footer-logo {
    height: 200px;
    margin: 0px auto 40px;
}
footer.amd-footer .page-width .row [class*="col-"] .footer-logo .logo {
    height: 70%;
}  
}
@media (max-width: 767px){

.links{
  text-align:center;
  margin-bottom: 30px;
} 
footer.amd-footer .page-width .legal {
    justify-content: center;
}
footer.amd-footer .page-width .copyright span {
    text-align: center;
}  
}
@media (max-width: 480px){
footer.amd-footer {
    padding: 50px 0px 40px;
} 
}  