/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
.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;
}
@-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);
    }
}
.spinner-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    z-index: 99;
    padding-top: 15%;
}
.ffl-content {
	margin-bottom: 14px;
	padding: 10px;
}
.ffl-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, 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, 0.3);
    background-color: #333;
}
.list-wrapper {
	border-bottom: 1px solid #ccc;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(0px, 100%)) 115px;
	grid-column-gap: 5px;
	justify-content: center;
	justify-items: flex-start;
}
.ffl-list-div {
	color: #000;
	font-size: 14px;
	padding: 5px 15px;
	width: 90%;
	text-transform: lowercase;
}
.ffl-list-div {
	color: #000;
	font-size: 14px;
	padding: 5px 2px;
	text-transform: lowercase;
}
.select-button button {
	background: #fff;
	color: #333;
	padding: 2px 4px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	margin-bottom: 5px;
	text-align: center;
	outline: none;
	white-space: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 5px;
}


#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: rgb(229, 227, 223);
}
.ffl-map-full {
    width: 100%;
} 
/** BigCommerce Updates **/
#ffl-dealer-container {
    background-color: #fff;
	overflow: hidden;
}
#ffl-dealer-zip-code {
	background-color: #fff;
	box-shadow: inset 0 1px 1px #ebebeb;
	border: 1px solid #ebebeb;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	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;
	margin-bottom: -1px;
}


.selectedFFLDivButton {
    background: #7eb8f9 !important;
    color: #fff !important;
} 
/* The Modal (background) */
.modalFFL {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
} 
/* Modal Content */
.modalFFL-content {
	background-color: #fefefe;
	margin: auto;
	border: 10px solid #888;
	width: 50%;
	height: auto;
	padding: 0px;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.modalFFL-content img{
	height: 100%;
	width: auto;
}/* The Close Button */
.modal-close {
	color: #f70505;
	float: right;
	font-size: 45px;
	font-weight: bold;
	position: relative;
	top: -52px;
	right: -25px;
	position: absolute;
}
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} /** WooCommerce Updates **/
.ffl-dealer-heading {
    text-align: center;
}
.popup-img {
    width: 280px;
    margin: 30px auto;
    display: block;
}
#bodyContent{
	color: #000;
}
#bodyContent h3{
	font-size: 14px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    clear: both;
}
.notice {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 0;
    background: #ffe996;
} /* Last Update */
* {
    box-sizing: border-box;
}
#ffl-search {
	font-family: 'Open Sans', sans-serif;
	display: block;
	cursor: pointer;
	font-size: 16px;
	margin-top: 26px;
	padding: 8px 10px;
	background: #001699;
	border-radius: 5px;
	color: #fff;
}
.columns {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 150px)) 140px;
	grid-column-gap: 5px;
	justify-content: end;
}
.columns .column:last-child{
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content-box {
    display: block;
    width: 100%;
    margin: 0px;
}
.modal-float-right {
    float: right;
    display: contents;
    width: 48%;
}

#ffl-radius {
	margin-bottom: -1px;
}
.modalFFL {
	z-index: 99999999999 !important;
}
.modal-reopen button{
	border: none;
	text-transform: uppercase;
	padding: 5px 10px;
	line-height: 30px;
	text-align: center !important;
}
@media only screen and (max-width: 600px) {

    #ffl-map {
        width: 100%;
        float: left;
    }
    #ffl-list div button {
        display: block;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 5px;
        outline: none;
    }
    #ffl-list {
        width: 100%;
        padding: 0 5px 0 0px;
    }
    .modalFFL-content {
        width: 100%;
    }
    .modal-content-box {
        width: 100%;
        padding-top: 0px;
    }
    .modal-float-right {
        float: right;
        display: contents;
        width: 100%;
    }
	.columns {
		display: block;
		padding: 20px;
	}
	
	#ffl-search {
		margin: 5px 0px;
		width: 100%;
	}
	.modal-close {
		top: -15px;
		right: -5px;
		z-index: 9999999999999999999;
	}
}
@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%;
    }
}
@media (max-width: 1280px) {
    .modal-content-box {
        width: 100%;
        padding-top: 10px;
    }
    #ffl-dealer-container .modalFFL-content {
        height: 65vh;
    }
}
.dsbSearch {
    pointer-events: none;
}


@media(min-width:768px) {
	/*.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1 {
		width: 90%;
	}*/

	/*#customer_details {
		display: flex;
		flex-flow: column nowrap;
		float: left;
		width: 68%;
	}

	#customer_details .col-2 {
		width: 90%;
		margin-top: 20px;
	}

	#order_review,
	#order_review_heading {
		width: 30%;
		float: left;
		clear: none;
	}*/
}
.locator-shortcode-container{
	max-width: 700px;
}
.locator-shortcode-container #ffl-dealer-container{
	overflow: initial;
}