/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.product {
    display: flex;
    flex-direction: column;
}

.woocommerce-result-count,
.woocommerce-ordering {
    font-weight: bold !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    z-index: 99999999;
}
.woocommerce ul.products li.product .button {
    background-color: #005BAA !important;
    border-radius: 0 !important;
}

.modal.addressSearchModal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content */
.addressSearchModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    position: relative;
    top: 18%;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    min-width: 400px;
    border: 0;
    z-index: 20;
}
.addressSearchModal .branch-modal-content {
    text-align: center;
    padding: 20px;
}
/* The Close Button */
.addressSearchModal .close {
    color: white;
    float: right;
    font-size: 20px;
    position: relative;
    top: 8px;
    right: 8px;
    z-index: 10;
    font-weight: bold;
    background-color: #FF4954;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}
.addressSearchModal .close:hover,
.addressSearchModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.addressSearchModal .fl-module-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.postSearchStoreClass input[type="submit"] {
    margin-top: 10px;
}
.addressSearchModal .fl-widget {
    width: 100%;
}
button.postSearchStoreOptionSelect {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}

.branch_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
	row-gap: 5px;
}

aside#text-3 {
    margin-bottom: 20px;
}

.branch_item {
	width: calc(33.33% - 15px);
    margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	justify-content: space-between;
	padding: 10px;
    border: 1px solid #f1f1f1;
}

.branch_item h4 {
	margin-top: 0;
    margin-bottom: 0;
}

div#branch-lists-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.branch_item .distance_info {
	font-size: 12px;
	font-style: italic;
}

button.btnDefaultBranch {
    background-color: #005BAA;
    font-family: "Poppins",sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .branch_item {
        flex-basis: 100%;
        width: 100%;
    }

	.addressSearchModal .modal-content {
		min-width: 320px;
	}
}


.cat-image {
    margin-bottom: 20px;
}