#event-calendar-row .datepicker-inline {
    width: 100%;
    text-align: center;
}

body:not(.woocommerce-cart) .main-content #event-calendar-row .datepicker .datepicker-days {
    border: 3px solid #0093D0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding: 20px;
}

body:not(.woocommerce-cart) .main-content #event-calendar-row table {
    border: none !important;
}

body:not(.woocommerce-cart) .main-content #event-calendar-row th,
body:not(.woocommerce-cart) .main-content #event-calendar-row td {
    border: none !important;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    position: relative;
}

body:not(.woocommerce-cart) .main-content #event-calendar-row th.prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    display: inline;
    color: #0093D0;
}

body:not(.woocommerce-cart) .main-content #event-calendar-row th.next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: inline;
    color: #0093D0;
}

#event-calendar-row  .datepicker table tr td.disabled, #event-calendar-row .datepicker table tr td.disabled:hover {
    color: #d3d3d3;
    cursor: not-allowed;
}

#event-calendar-row .datepicker table tr td.active.active {
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
}

#event-calendar-row .datepicker table tr td.active.active::before {
    content: '';
    display: block;
    border-radius: 50%;
    background: #0093D0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    z-index: -1;
    transform: translate(-50%, -50%);
}

#event-calendar-row .col-6 {
    width: 49.5%;
    display: inline-block;
}

#event-calendar-row .datepicker table tr td.day:hover,
#event-calendar-row .datepicker table tr td.day:focus {
    background: transparent;
    color: #fff;
}

#event-calendar-row .datepicker table tr td.day:hover::before,
#event-calendar-row .datepicker table tr td.day:focus::before {
    content: '';
    display: block;
    border-radius: 50%;
    background: #0093D0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    z-index: -1;
    transform: translate(-50%, -50%);
}

#event-calendar-row .serviceCard .card-body {
    padding: 5%;
}

#event-calendar-row .serviceCard .card-body, #event-list-row .serviceCard .card-body {
    display: flex;
}

#event-list-row img.card-img-top {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.event-card p {
    padding-bottom: 10px;
}

.event-card a.label {
    font-weight: 700;
}

.event-card a.label:hover {
    text-decoration: underline;
}


/* Store Locator */
#store_locator {
    /* margin-top: -110px; */
}

#store_locator_filter_open_close {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    display: none;
}

#store_locator_filter_open_close i {
    float: right;
}

.store_locator_filter_content .single_filter {
    display: flex;
}

#store_locator_find_stores_button {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    border-radius: 50px !important;
    padding: 12px 24px;
    margin-top: -30px;
    font-size: 16px;
    cursor: pointer;
}

#store_locator_find_stores_button:hover {
    cursor: pointer;
}

#store_locator_search_box #store_locator_filter {
    margin-top: 0;
}

.store-locator-col-12 {
    display: flex;
    flex-direction: column;
}

.store-locator-col-md-9 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
}

.wordpress-store-locator-address-container {
    display: block;
    width: 100%;
}

#store_locator_address_field {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50px;
    font-family: 'Montserrat';
}

h5.wordpress-store-locator-address-title {
    display: none;
}

#store_locator *:before, #store_locator *:after {
    display: none;
}

#store_locator_main {
    display: block;
}

#store_locator_dragged_button {
    display: none !important;
}

#store_locator select {
    margin-bottom: 0;
    border-radius: 50px;
    padding: 0 24px;
}

.store_locator_result_list_item {
    background-color: #fff;
    font-family: 'Montserrat';
}

#store_locator_result_list {
    max-height: none !important;
    padding: 30px 15px;
}

p a.btn:hover {
    text-decoration: none;
}

.store_locator_actions a {
    margin-right: 10px;
OBOBOBOB}

OBOB.store_locator_result_list_item {
OBOBOBOB    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
OBOBOBOB    transition: .3s ease all;
    border-radius: 10px;
OB}

.store_locator_result_list_item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 25%);
}

.store_locator_result_list_box hr {
    display: none;
}

.wordpress-store-locator-filter-container {
    /* max-height: 60px;
    margin-top: -80px;
    margin-bottom: 75px; */
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 60px
}

a#store_locator_get_all_stores {
    margin-top: 10px;
    text-align: center;
    margin-right: 0;
    font-weight: 700;
    font-size: 14px;
}

#store_locator_filter_radius {
    display: none;
}

.gm-style-iw, .store_locator_infowindow {
    overflow: hidden;
}

.store_locator_details p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

#store_locator_result_list .store_locator_details .store_locator_contact {
    padding: 0;
    margin: 0;
}

/* Sweep To Right */
#store_locator button#store_locator_find_stores_button, #store_locator a#store_locator_get_my_position {
    background: #0093D0;
}

#store_locator button#store_locator_find_stores_button:focus, #store_locator a#store_locator_get_my_position:focus {
    color: #0093D0 !important;
}

#store_locator button#store_locator_find_stores_button:before, #store_locator a#store_locator_get_my_position:before {
    display: block !important;
}

button#store_locator_find_stores_button, #store_locator a#store_locator_get_my_position {
	/* display: inline-block; */
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: center;
    padding: 12px 14px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #0093d0;
}

button#store_locator_find_stores_button:before, #store_locator a#store_locator_get_my_position:before {
	content: "";
    background: #FFF;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

button#store_locator_find_stores_button:focus:before,
button#store_locator_find_stores_button:hover:before,
button#store_locator_find_stores_button:active:before,
#store_locator a#store_locator_get_my_position:focus:before,
#store_locator a#store_locator_get_my_position:hover:before,
#store_locator a#store_locator_get_my_position:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

button#store_locator_find_stores_button:focus,
button#store_locator_find_stores_button:hover,
button#store_locator_find_stores_button:active,
#store_locator a#store_locator_get_my_position:focus,
#store_locator a#store_locator_get_my_position:hover,
#store_locator a#store_locator_get_my_position:active {
	color: #0093D0;
}

.store_locator_result_list_item {
    margin-bottom: 30px;
}

@media only screen and (max-width: 999px) {
    .store_locator_actions a {
        margin-bottom: 10px;
    }

    .store-locator-col-md-9, .store-locator-col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
     }

    .store-locator-row {
        flex-direction: column;
    }
}
