/* :root {
    --primary_color: red;
    --secondary_color: blue;
} */

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
}

.footer04__footer-container {
    background: white;
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-areas:
        "logo links"
        "location-phone social-media";
    padding: 54px 203px;
    box-sizing: border-box;
    row-gap: 10px;
    column-gap: 10px;
    position: relative;
}

.footer04__tab-navigation-content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.footer04__links-content {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}

.footer04__tabs-content {
    grid-area: links;
}

.footer04__image {
    margin-right: 10px;
    margin-bottom: 4px;
}

.footer04__logo-content {
    grid-area: logo;
}

.footer04__link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "liga" off;
    color: #737373;
    padding: 5px 10px;
}

.footer04__link:hover,
.footer04__link:focus {
    border-radius: 8px !important;
}

.footer04__powered-content {
    background-color: rgba(250, 250, 250, 1);
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: end;
}

.footer04__powered-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "liga" off;
    color: #737373;
    text-align: center;
    cursor: pointer;
}

.footer04__social-media-content {
    grid-area: social-media;
    display: flex;
    row-gap: 25px;
    align-items: center;
    column-gap: 50px;
    justify-content: flex-end;
}

.footer04__contact-button {
    min-height: 52px;
    min-width: 153px;
    min-height: 17px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    justify-content: center;
    box-sizing: border-box;
}

.footer04__contact-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.footer04__location-phone-content {
    grid-area: location-phone;
}

.footer04__location-phone-content {
    grid-area: location-phone;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer04__location-content svg {
    min-width: 20px;
}

.footer04__sm-accounts-content {
    display: flex;
    column-gap: 15px;
}

.footer04__image {
    margin-right: 10px;
    margin-bottom: 4px;
}

.footer04__location-content {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.footer04__location-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14.5814px;
    line-height: 22px;
    letter-spacing: 0.182267px;
    color: #737373;
}

.footer04__phone-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14.5814px;
    line-height: 22px;
    letter-spacing: 0.182267px;
    color: #737373;
}

.footer04__tabs-content {
    display: flex;
    align-items: center;
}

.footer04__politics-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer04__terms-conditions {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.footer04__privacy-policy {
    color: var(--primary_color) !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    cursor: pointer;
}

.footer04__privacy-policy:hover {
    text-decoration: underline;
}

.tech_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
    padding: 20px;
    box-sizing: border-box;
}

.tech-footer-left__container {
    display: flex;
    align-items: center;
    column-gap: 20px;    
    width: 50%;
}

.tech__footer-right {
    padding-right: 5%;
    width: 50%;
}

.footer-left-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.2px;
    color: #737373;
}

.social-links {
    display: flex;
    column-gap: 15px;
}

.social-media-item {
    cursor: pointer;
}

.tech-footer__container {
    width: 100%;
}

.adcentral-link:hover {
    color: var(--primary_color);
    text-decoration: underline;
}

.hide-sm {
    display: none;
}

@media (min-width: 1501px) {
    .footer04__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
    }

    .footer04__footer-container {
        padding: 25px 125px 55px 120px !important;
    }

    .footer04__store-name-container {
        padding: 8px;
        box-sizing: border-box;
        background: #000000;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: 241px;
        height: 54px;
        display: flex;
        align-items: center;
    }

    .footer04__parent-store-name-content {
        width: 220px;
        height: 33px;
    }

    .footer04__store-name-label {
        width: 220px;
        height: 33px;
        background: #000000;
        text-align: center;
        color: white;
        display: flex !important;
        font-family: "Montserrat";
        align-items: center;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.17562px;
        text-transform: uppercase;
        justify-content: center;
    }
}

@media (min-width: 1001px) and (max-width: 1500px) {
    .footer04__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
    }

    .footer04__footer-container {
        padding: 25px 125px 55px 120px !important;
    }

    /*Styles new logo shape*/
    .footer04__footer-container {
        display: grid;
        justify-content: space-between;
        width: 100%;
        grid-template-areas:
            "logo links"
            "location-phone social-media";
        padding: 54px 70px;
        box-sizing: border-box;
        row-gap: 10px;
        column-gap: 10px;
    }

    .footer04__store-name-container {
        padding: 8px;
        box-sizing: border-box;
        background: #000000;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: 241px;
        height: 54px;
        display: flex;
        align-items: center;
    }

    .footer04__parent-store-name-content {
        width: 220px;
        height: 33px;
    }

    .footer04__store-name-label {
        width: 220px;
        height: 33px;
        background: #000000;
        text-align: center;
        color: white;
        display: flex !important;
        font-family: "Montserrat";
        align-items: center;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.17562px;
        text-transform: uppercase;
        justify-content: center;
    }
}

@media (min-width: 1px) and (max-width: 1000px) {
    .footer04__logo-content {
        position: absolute;
        left: 0px;
        width: 0px;
        top: 0px;
    }

    .footer04__links-content {
        display: flex !important;
        flex-wrap: wrap !important;
        column-gap: 20px !important;
        row-gap: 15px !important;
        justify-content: center !important;
        width: 265px !important;
        margin: 20px auto;
        margin-top: 60px;
    }

    /*Styles new logo shape*/
    /*.footer04__image {
        position: absolute;
        top: 50%;
        left: 7%;
        transform: translate(-50%, -50%);
        width: 110px;
    }*/

    .footer04__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 110px;
    }

    .footer04__footer-container {
        padding: 20px !important;
    }

    .footer04__logo-container {
        height: 65px;
        width: 100%;
    }

    .footer04__no-logo-container {
        min-width: 100%;
        margin: auto;
    }

    .footer04__image {
        margin: 0 auto;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .footer04__footer-container {
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        grid-template-areas:
            "logo social-media"
            "location-phone social-media";
        padding: 30px 32px;
        box-sizing: border-box;
        row-gap: 10px;
        column-gap: 10px;
        display: flex;
        padding: 0 !important;
    }

    .footer04__location-phone-content {
        grid-area: location-phone;
        /*background: violet;*/
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

    .footer04__location-content {
        display: flex;
        align-items: center;
        column-gap: 12px;
    }

    .footer04__location-text {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 14.5814px;
        line-height: 22px;
        letter-spacing: 0.182267px;
        color: #737373;
    }

    .footer04__phone-text {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 14.5814px;
        line-height: 22px;
        letter-spacing: 0.182267px;
        color: #737373;
    }

    .footer04__social-media-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        row-gap: 25px;
        justify-content: center;
        column-gap: 10px;
        margin: auto;
    }

    .footer04__tabs-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer04__location-phone-content {
        margin: 0 auto;
    }

    .footer04__powered-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 7.62141px;
        line-height: 13px;
        text-align: center;
        letter-spacing: 0.108877px;
        color: #737373;
    }

    .footer04__links-content {
        display: flex;
        column-gap: 20px;
        flex-wrap: initial;
        row-gap: 15px;
        justify-content: center;
    }

    .footer04__store-name-container {
        padding: 8px;
        box-sizing: border-box;
        background: #000000;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: 241px;
        height: 54px;
        display: flex;
        align-items: center;
    }

    .footer04__parent-store-name-content {
        width: 220px;
        height: 33px;
    }

    .footer04__store-name-label {
        width: 220px;
        height: 33px;
        background: #000000;
        text-align: center;
        color: white;
        display: flex !important;
        font-family: "Montserrat";
        align-items: center;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.17562px;
        text-transform: uppercase;
        justify-content: center;
    }

    .tech-footer-left__container {
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
    }

    .tech_footer {
        flex-direction: column;
        background: #ffffff;
        row-gap: 20px;
    }

    .tech__footer-right {
        padding-right: initial;
        width: 100%;
        text-align: center;
        align-items: center;
        background: #FAFAFA;
    }

    .footer04__privacy-policy {
        color: var(--primary_color) !important;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 7.62141px;
        line-height: 13px;
        text-align: center;
        letter-spacing: 0.108877px;
        cursor: pointer;
    } 

    .footer04__tabs-content {
        grid-area: inherit;
        /* padding-left: 80px; */
        justify-content: center;
        width: 100%;       
    }
}

@media (min-width: 763px) and (max-width: 1000px) {
    .footer04__image {
        top: 66%;
    }
}

@media (min-width: 1px) and (max-width: 650px) {
    .footer04__footer-container {
        flex-direction: column !important;
    }

    .footer04__links-content {
        padding-top: 30px;
    }

    /*.footer04__logo-content {
        position: absolute !important;
        right: 50% !important;
    }*/
}

@media (min-width: 1px) and (max-width: 450px) {

    .footer04__footer-container {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        grid-template-areas:
            "logo"
            "location-phone"
            "social-media";
        padding: 30px 32px;
        box-sizing: border-box;
        row-gap: 10px;
        column-gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .footer04__logo-content {
        margin: auto;
    }

    .footer04__location-content svg {
        min-width: 34px;
    }

    .footer04__location-phone-content {
        row-gap: 10px;
        margin-bottom: 10px;
    }

    .footer04__image {
        left: 50%;
        /*display: none;*/
    }

    .tech_footer {
        padding: 0;
    }

    footer .responsive-name__store-name-container {
        display: none;
    }

    .footer04__tabs-content {
        padding-left: initial;
    }
}
