﻿footer.footerorderItemselection .summaryTotal {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
footer.main {
    /*height: 15vh;*/
}
footer.main a {
    color: black !important;
    padding-left: 25px !important;
}
.footer__wrap {
    background-color: #fff !important;
    color: #000 !important;
}
.footer-social-text {
    font-family: "ModernCaps";
    font-size: 21px !important;
    text-align: center;
}

.footer-box-social_icon {
    display: flex;
    justify-content: center;
    margin-right: 40px;
}
.locationFotter {
    background: url('../images/Footer-Pattern-Desktop.png') -0px -0px repeat-x;
    height: 20px;
}
.footer-box {
    display: flex;
    padding-right: 5px;
}

.footer-box-social {
    min-width: 350px;
    width: 35%;
    padding-top: 15px;
}

.footer-company {
    display: flex;
    flex-wrap: wrap;
}

.footer-terms {
    display: flex;
    flex-wrap: wrap;
}

.footer-customer {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 25px;*/
}

.footer-section-header {
    display: none;
    font-family: "BrandonGrotesque",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 25px;
    margin-top: 25px;
    height: 30px;
    text-align: left;
    border-bottom: #ccc 1px solid;
}

.fotter_nav__link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}

.fotter_nav__link_small {
    text-decoration: none;
    font-size: 16px;
    margin-top: 25px;
}

.fotter_nav__link_small_1 {
    text-decoration: none;
    font-size: 14px;
    margin-top: 25px;
    text-decoration: underline !important;
}

.footer-sign {
    float: right;
}

.act-footer {
    cursor: pointer;
}
.social-list__link > .icon {
    width: 36px;
    height: 36px;
}

.social-list__item {
    margin: .4375rem;
    overflow: hidden;
}

.social-list__link {
    color: #fff;
    display: block;
    transition: opacity .15s ease;
}
.social-list__link:hover {
    color: #ddd;
}
.powerBy {
    text-align: center;
}

.powerBy:hover {
    cursor: pointer;
}
.disclaimer {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display:block;
    margin-top:10px;
    text-align:center;
}
@media screen and (max-width: 690px) {

    .disclaimer {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }
    .footer-company {
        flex-flow: column;
        text-align: left;
        display: none;
    }

    .footer-terms {
        flex-flow: column;
        text-align: left;
        display: none;
    }

    .footer-customer {
        flex-flow: column;
        text-align: left;
        display: none;
        margin-top: 0px;
    }

    .nav__link {
        font-weight: normal;
    }

    .fotter_nav__link_small_1 {
        font-size: 18px;
        font-weight: normal;
        text-decoration: none !important;
    }

    .fotter_nav__link_small {
        font-size: 18px;
        font-weight: normal;
    }

    .fotter_nav__link {
        font-size: 18px;
        font-weight: normal;
    }

    .footer-box-social {
        width: 100%
    }

    .footer-box {
        flex-flow: column;
    }

    .footer-section-header {
        display: block;
        font-size: 18px;
    }

    .footer-box-social {
        min-width: unset;
    }
}
