/*! comment
Theme Name: storefront 2020
Theme URI: www.mso.net
Author: mso.net
Author URI: mso.net
Description: 
Template: storefront
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: www.gnu.org
Text Domain: storefront
*/
.site-footer .footer-logo {
  padding-bottom: 3rem;
  border-bottom: 1px solid #edecdb;
  margin-bottom: 3rem;
}
.site-footer .footer-logo img {
  margin: auto;
}
.site-footer .footer-payment-methods {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  background: white;
}
.site-footer .footer-payment-methods .payment-logo {
  padding: 10px;
  flex: 0 0 25%;
}
.site-footer .footer-payment-methods img {
  max-height: 25px;
}
.site-footer .footer-columns .footer-column:first-child {
  flex: 0 0 18%;
  max-width: fit-content;
  margin-bottom: 2rem;
}
.site-footer .footer-columns h3 {
  color: #edecdb;
}
.site-footer .footer-columns .footer-nav {
  margin: 0 0 2rem;
}
.site-footer .footer-columns .footer-nav li {
  color: #edecdb;
  list-style: none;
}
.site-footer .footer-columns .footer-nav li a {
  text-decoration: none;
  color: inherit;
}
.site-footer .footer-columns .footer-nav li a:hover {
  text-decoration: underline;
}
.site-footer .copyright {
  display: flex;
  justify-content: center;
  border-top: 1px solid #fff;
  margin-top: 2rem;
  padding-top: 1rem;
}
@media (max-width: 586px) {
  .site-footer .copyright {
    display: block;
  }
}
.site-footer .copyright p {
  color: #fff;
}
.site-footer .copyright ul.footer-policies {
  list-style: none;
  margin: 0 0 2rem;
  display: flex;
}
@media (max-width: 767px) {
  .site-footer .copyright ul.footer-policies {
    display: block;
  }
}
.site-footer .copyright ul.footer-policies li {
  padding: 0 0 0 1rem;
  margin-left: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer .copyright ul.footer-policies li {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .copyright ul.footer-policies li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #fff;
    height: 70%;
  }
}
.site-footer .copyright ul.footer-policies li a {
  color: #fff;
  text-decoration: none;
}
.site-footer .copyright ul.footer-policies li a:hover {
  text-decoration: underline;
}
.page-template-template-homepage .entry-header h1 {
  text-align: center;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .page-template-template-homepage .entry-header h1 {
    font-size: 2rem;
  }
}
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
  max-width: 100%;
}
@media (max-width: 767px) {
  .home-content {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .home-content {
    max-width: 1400px;
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }
}
@media (min-width: 1400px) {
  .home-content {
    margin-left: auto;
    margin-right: auto;
  }
}
