/* #HEADER */
    /* #header min 768*/
@media (min-width: 768px)
{
    .logo {
        max-width: 30%;
    }
    figure.customer-logo {
        height: 48px;
        width: 265px;
    } 
}
    /* end header min 768 */
    /* #header min 1024 */
@media (min-width: 1024px) {
    .top-bg .container {
        max-width: 1280px;
    }
    .header .top-bg p.left {
        display: inline-block;
        font-size: 13px;
        line-height: 27px;
        padding: 5px 5px 5px 45px;
        vertical-align: -webkit-baseline-middle;
    }
    .header .top-bg p.right {
        float: right;
        font-size: 13px;
        line-height: 27px;
        padding-right: 45px;
    }
    .panel.wrapper {
        display: none;
    }
    .panel.header {
        padding: 10px 20px;
    }
    .container {
        margin: 0 auto;
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .logo-row {
        display: block;
        padding: 20px 0 0;
    }
    .header.content {
        clear: both;
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding: 0;
        position: relative;
    }
    .nav-toggle {
        display: none;
    }
    .logo {
        display: block;
        margin: 8px;
        max-width: 25%;
        padding: 8px;
    }
    .logo img {
        display: block;
        max-height: inherit;
        width: 305px;
    }
    .account-top {
        margin: 0;
        padding: 8px 0;
        position: relative;
    }
    .account-options li a {
        padding: 10px;
    }
    .account-options li a:hover,
    .account-options li a:focus {
        padding: 10px;
    }
    div.minicart-wrapper {
        display: block;
        margin: 0;
        padding: 8px;
        position: static;
    }
    div.minicart-wrapper a.action.showcart::before {
        background-size: auto;
    }
    div.minicart-wrapper a.action.showcart span.counter.qty {
        font-size: 12px;
        line-height: 25px;
    }
    div.minicart-wrapper a.action.showcart span.counter {
        text-align: center;
    }
    .pagebuilder-mobile-only {
        display: none !important;
    }
    /* end header min 1024 */
/* END HEADER */
/* #FOOTER */
    /* #footer min 1024 */
    .footer-container footer {
        padding: 20px 0;
        min-height: 390px;
    }
    .footer__column {
        border-right: 1px solid #888b88;
        box-sizing: border-box;
        float: left;
        min-height: 338px;
        padding: 0 20px;
        width: 23%;
    }
    .footer__h2 {
        display: none;
    }
    .footer__column.about-us {
        padding-top: 0;
    }
    .footer__column-content {
        display: grid;
        font-size: 14px;
        line-height: 2em;
        margin-top: 20px;
        text-align: start;
    }
    .column-content-mobile.phone {
        display: none;
    }
    .column-content-mobile-hide {
        display: block;
    }
    /* .footer__column-content.column-content-mobile-hide p {
        line-height: 2em;
    } */
    .column-content-mobile {
        display: none;
    }
    .column-content__ul {
        margin-top: 0;
    }
    .column-content__li>a {
        white-space: normal;
    }
    .footer__li {
        display: none;
    }
    .call-icon {
        font-size: 16px;
        margin-bottom: 2px;
        position: relative;
        padding-left: 30px;
    }
    .call-icon::before {
        background: url(../images/phone-icon.svg) no-repeat;
        background-size: 80%;
        content: '';
        height: 20px;
        left: 0;
        position: absolute;
        top: 8;
        width: 23px;
    }
    .footer__email {
        margin-bottom: 7px;
    }
    .footer__column .social-icons {
        margin: 6px 0 11px;
    }
    .footer__column .social-icons li a {
        height: 32px;
        width: 32px;
    }
    .footer__column.right {
        box-sizing: border-box;
        float: right;
        margin: 0 20px 0 0;
        min-height: 243px;
        width: 290px;
    }
    .column-content__newsletter {
        overflow: hidden;
        width: auto;
    }
    .newsletter-content {
        text-align: left;
    }
    .newsletter-content .hbspt-form {
        justify-content: flex-start;
        width: 100%;
    }
    .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 79%;
}
    .content-subscribe {
        text-align: start;
        line-height: 2em;
    } 
    .sub-footer .sub-footer-div {
        display: flex;
        justify-content: space-between;
    }
    /* end footer min 1024 */
/* END FOOTER */
/* CUSTOMER ACCOUNT FORGOT PASSWORD */
    .customer-account-forgotpassword h1.page-title,
    .customer-account-confirmation h1.page-title {
        padding: 0 35px;
    }
    form#form-validate.form.password.forget, 
    form#form-validate.form.send.confirmation {
        display: flex;
        flex-direction: column;
        justify-items: flex-start;
        padding: 0 35px 40px;
        
    }
    .form.forget.password fieldset.fieldset {
        width: 50%;
    }
}
/* CUSTOMER ACCOUNT FORGOT PASSWORD END*/
