@media (min-width:1501px) {
    .seller-dashb-options {
        max-height: 500px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
    }
}


/***** Marketing Popup ****************/

#facebox .market-popup {
    max-width: 660px !important;
    padding: 15px;
}

.appstore-link {
    display: flex;
    flex-wrap: wrap;
}

.appstore-link a {
    max-width: 140px;
    display: inline-block;
    margin: 5px;
}


.footer-appstore-link {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width:767px) {
    .footer-appstore-link {
        display: flex;
    }

    .footer-appstore-link a {
        max-width: 120px;
    }
}

.marketing-popup {
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}

.marketing-popup h3 {
    margin-bottom: 0;
    letter-spacing: -0.2px;
    background: var(--color-first);
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    border-radius: 4px 4px 0 0;
    line-height: 1.4;
    padding: 24px 30px 50px 30px;
}

.marketing-popup ul {
    margin-bottom: 30px;
    display: flex;
    text-align: center;
    padding: 0 20px;
    flex-wrap: wrap;
}

.marketing-popup ul li {
    color: #333333;
    font-size: 15px;
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
    border-bottom: 2px solid #333333;
    padding: 0 0 10px 0;
    max-width: calc(25% - 20px);
}

.marketing-popup a.btn {
    margin: 0 0 40px 0;
}

.site-populogo {
    margin: -30px auto 20px;
    max-width: 160px;
    width: 100px;
    padding: 10px 30px;
    border-radius: 100px;
    background: #ffffff;
    height: 60px;
}

.site-populogo a {
    display: inline-block;
    margin: 0;
}

.site-populogo img {
    height: 40px;
}

@media (max-width:576px) {

    .marketing-popup h3 {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .marketing-popup ul {
        padding: 0 10px;
    }

    .marketing-popup ul li {
        font-size: 13px;
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .marketing-popup a.btn {
        font-size: 14px;
    }
}

/***** Marketing Popup ****************/

.sa {
    background: #e1e1e1;
}

.sa label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 4px 0;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
}

.sa label:after {
    display: inline-flex;
    content: "";
    margin: 0 6px 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}

/* .sa label span {
    font-size: 20px;
    padding: 0 4px;
} */

.sa-location {
    display: none;
    /*flex-wrap: wrap;
    order-top: 1px solid #3e3e3e; 
    justify-content: center;
    align-items: center;*/
    padding: 0 0 6px 0;
    text-align: center;
}

.sa-location-inner {
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
}

.sa-location a {
    border: 1px solid #d3d3d3;
    margin: 4px;
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
}

.sa.is-active label:after {
    transform: rotate(-45deg);
    margin-bottom: -4px;
}


@media (min-width:1025px) {
    .sa-location a:hover {
        background: var(--color-first);
        border-color: var(--color-first);
        color: var(--color-first-inverse);
    }
}

@media (max-width:575px) {
    .sa-location-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sa-location a {
        padding: 5px 10px;
    }
}