@import"https://fonts.googleapis.com/css?family=Open+Sans&display=swap";

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ffl-hide {
    display: none
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.spinner-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    position: absolute;
    z-index: 99;
    padding-top: 15%
}

.content {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 1.6em;
    text-align: center
}

.content label {
    float: left;
    font-family: "Open Sans", sans-serif
}

.ffl-list-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

#ffl-list {
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    overflow-x: hidden;
    padding: 0 10px 0 0;
    margin: 0 0 20px 0;
    width: 100%
}

#ffl-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#ffl-list::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5
}

#ffl-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #333
}

#ffl-list .ffl-list-item button {
    display: flex;
    align-items: center;
    background: #fff;
    color: #333;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
    text-align: left;
    outline: none;
    white-space: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

#ffl-list .ffl-list-item button:hover {
    background: #bce2c6
}

#ffl-list .ffl-list-item button img.ffl-selected {
    display: none;
}

#ffl-list .ffl-list-item button img {
    width: 3%;
    margin-right: 1rem;
}

#ffl-map {
    height: 64vh;
    margin-top: 1%;
    margin-bottom: 30px;
    width: 100%
}

.ffl-map-resize {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ffl-inner-map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e5e3df
}

.ffl-map-full {
    width: 100%
}

#ffl_container {
    margin-top: 20px
}

#ffl-zip-code {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    box-shadow: inset 0 1px 1px #ebebeb;
    border: 1px solid #ebebeb;
    color: #000;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 45px;
    margin: 0;
    padding: 10px;
    transition: all 100ms ease-out;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif
}

#ffl-radius {
    border: 1px solid #d9d9d9;
    color: #333;
    cursor: pointer;
    height: 45px;
    width: 100%;
    background: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif
}

#ffl-search {
    height: 45px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    display: block;
    cursor: pointer;
    font-size: 12px !important;
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: 10px
}

#ffl-search.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

#ffl-search.button.alt:hover {
    background-color: #7249a4
}

.selectedFFLButton {
    background: #bce2c6 !important;
    color: #333 !important;
    font-weight: 700
}

.selectedFFLButton img {
    display: inline-block !important
}

.modalFFL {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modalFFL-content {
    background-color: #fefefe;
    margin: auto;
    border: 10px solid #888;
    width: 50%;
    padding: 50px;
    vertical-align: middle;
    font-size: 18px
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -45px;
    right: -25px
}

.modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.ffl-dealer-heading {
    text-align: left
}

.popup-img {
    width: 280px;
    margin: 30px auto;
    display: block
}

#add_payment_method #payment {
    clear: both
}

.woocommerce-cart #payment {
    clear: both
}

.woocommerce-checkout #payment {
    clear: both
}

.ffl-widget__notice {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 4px
}

.ffl-widget__notice .ffl-widget__notice-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

.ffl-widget__notice .ffl-widget__notice-block .ffl-widget__notice-icon {
    align-self: baseline;
    padding: 0
}

.ffl-widget__notice .ffl-widget__notice-block .ffl-widget__notice-icon svg {
    width: 1.5rem;
    margin-right: 1rem;
    vertical-align: text-bottom
}

.ffl-widget__notice .ffl-widget__notice-block .ffl-widget__notice-text {
    width: fit-content
}

.ffl-widget__notice .learn-more-link {
    width: 100%;
    margin-top: 1em
}

.ffl-widget__notice .learn-more-link a {
    text-decoration: underline
}

* {
    box-sizing: border-box
}

.columns {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.column {
    flex: 1;
    margin: 2px
}

.column:first-child {
    margin-left: 0
}

.column:last-child {
    margin-right: 0
}

.modal-float-left {
    float: left;
    display: inline;
    width: 48%;
    margin-right: 10px;
    padding-top: 80px
}

.modal-float-right {
    float: right;
    display: contents;
    width: 48%
}

@media(min-width: 320px)and (max-width: 480px) {
    #ffl-map {
        width: 100%;
        float: left
    }

    #ffl-list {
        width: 100%;
        padding: 0 5px 0 0
    }

    #ffl-list li button {
        display: flex;
        align-items: center;
        background: #fff;
        color: #333;
        width: 100%;
        padding: 15px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 5px;
        text-align: left;
        outline: none
    }

    #ffl-list li button img {
        display: none;
        width: 5% !important;
        margin-right: 10px
    }

    body {
        overflow-x: hidden
    }

    html {
        overflow-x: hidden
    }

    .modalFFL-content {
        width: 100%
    }

    .modal-float-left {
        float: left;
        display: inline;
        width: 100%;
        padding-top: 0
    }

    .modal-float-right {
        float: right;
        display: contents;
        width: 100%
    }
}

@media(min-width: 481px)and (max-width: 767px) {
    .ffl-map-resize {
        width: 91%
    }
}

@media(min-width: 768px)and (max-width: 1024px) {
    .ffl-map-resize {
        width: 69%
    }
}