div.footer{
  /* height: 100%; */
  background-color: #000;
  padding: 10px 30px 30px;
  font-size: 36px;
  line-height: 1.6;
  padding-bottom: 280px;


  display: block !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    
}

.checkout-phase-one div.footer,
.checkout-phase-two div.footer,
.checkout-phase-three div.footer{
  font-size: 22px;
  margin-top:36px;
  padding-bottom: 20px;
}
.product-page div.footer,
.other-pages div.footer{
  font-size: 16px;
  margin-top:24px;
  padding-bottom: 16px;
}

.other-pages .container,
.other-pages .container-fluid{
  margin:0;
  padding:0;
}
 .other-pages div.footer, .product-page div.footer {
    padding-bottom: 72px;
}
  .footer-links{
    margin-top: 32px;
  }
.payment-section-footer {
  float: left;
    padding: 1% 5px;
    color: #fff;
    text-transform: uppercase;
}
.payment-section-footer p {
    padding: 10px 0;
}
    .payment-section-footer img {
    max-width: 200px;
}
@media(max-width:425px){
  .product-page div.footer{
    padding-bottom: 100px;
  }
}
.thankyou-page div.footer{
  font-size: 14px;
  margin-top:26px;
  padding-bottom: 0px;
}

div.footer .section-footer {
    /* height: 100%; */
    background-color: #000;
    padding: 10px 30px 30px;
    box-sizing: border-box;
}

div.footer .section-footer * {
  box-sizing: border-box;
}

div.footer .section-footer hr{
  border-top: #878888 solid 1px;margin: 8px 0;
}

div.footer .shopify-section.section-footer .two.columns{
  margin:20px 0;
}

div.footer .shopify-section.section-footer .offset-by-three.six.columns.alpha.tc-margin p {
  color: #878888;
  text-align: center;
}

div.footer .shopify-section.section-footer .offset-by-three.six.columns.alpha.tc-margin p a{
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
  color: #878888;
}

.offset-by-three.six.columns.alpha.tc-margin {
    text-align: center;
}

@media (max-width: 768px) {
.page-footer .section-footer {
    padding: 10px 33px 80px 31px;
}
}
@media only screen and (max-width: 514px){
  .payment-section-footer {
  float: none;
}
  .footer-links{
    margin-top: 0;
  }
}
