div.footer{
  height: auto;
  background-color: #000;
  padding: 10px 30px 30px;
  /*font-size: 36px;*/
  line-height: 1.6;
}

.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;
}

@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: auto;
    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{}
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;
}
}
