/*
 Theme Name: Salient Child
 Template: salient
 Author: Khurram Awan
 Description: A child theme for Salient
 Version: 1.0
*/


ul.products li.minimal.product .product-wrap {
   height: 1% !important; 
}

#copyright .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

#copyright .col{
  float:none !important;
}

#copyright .span_5{
  display:flex;
  align-items:center;
}

#copyright .span_7{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

#copyright img {
  margin-bottom: 0 !important;
}

#copyright .footer-right-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
}

#copyright .footer-payments{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
}

#copyright .footer-payments img{
  height:26px !important;
  width:auto;
  display:block;
}

#copyright ul.social{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:0;
}

#copyright ul.social li{
  list-style:none;
  margin:0;
  line-height:1;
}

#copyright .footer-payments {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#copyright .footer-payments img {
  width: auto !important;
  max-width: none !important;
  height: 24px !important;
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #copyright .footer-payments {
    justify-content: center;
    gap: 8px;
  }

  #copyright .footer-payments img {
    width: auto !important;
    max-width: none !important;
    height: 16px !important;
  }
}