div.footer {
    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;
        font-family: Nunito, sans-serif;
        -webkit-font-smoothing: antialiased;
}
.checkout-phase-one div.footer,
.checkout-phase-three div.footer,
.checkout-phase-two div.footer {
    font-size: 22px;
    margin-top: 36px;
    padding-bottom: 20px
}
.other-pages div.footer,
.product-page 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;
        min-height: 400px;
    }
}
.thankyou-page div.footer {
    font-size: 14px;
    margin-top: 26px;
    padding-bottom: 0
}
div.footer .section-footer {
    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 (max-width:600px) {
    .section p {
        padding: 2% 14%;
        font-size: 1.2em
    }
    .section .title {
        font-size: 1.6em
    }
}
.payment-section-footer img {
    max-width: 200px;
}
.payment-section-footer p {
    color: #878888;
    text-align: center;
    padding: 10px 0;
}
.payment-section-footer {
    float: left;
    padding: 1% 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
div.footer .section-footer hr {
    border-top: #878888 solid 1px;
    margin: 8px 0;
}
.footer-links {
    margin-top: 32px;
    font-size: 16px;
}
@media (max-width: 991px) {
    .payment-section-footer {
        width: 100%;
    }
    .items-label {
        display: none;
    }
    
}

/*@media screen and (max-width: 650px) {
  .product-page div.footer {
        padding-bottom: 100px;
        min-height: 400px;
    }
    .payment-section-footer {
        width: 100%;
    }
    .items-label {
        display: none;
    }
    .footer-links {
        font-size: 24px;
        width: 440px;
        margin: 32px auto 0;
    }
    .payment-section-footer p {
      font-size: 25px;
    }
    .payment-section-footer img {
      max-width: 300px;
    }
    .checkout-phase-one div.footer #shopify-section-footer + p {
      font-size: 15px;
  }
    
}*/
