div.footer{
  /* height: 100%; */
  background-image: linear-gradient(to top, #000000, #151515, #232323, #313131, #404040);
  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;
}
div.footer.index-footer{
    font-size: 16px;
    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: 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{}
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 screen and (max-width: 767px){
  div.footer.index-footer{
    font-size: 14px!important;
    padding: 10px 10px 90px;
  }
}
