.v002 img.directionsArrow {
    width: 18px;
}

.v002 .custom_map_location {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.v002 .map-container-branch {
    height: 400px;
    width: 50%;
    border-radius: 20px 0 0 20px;
    background-size: cover;
    background-position: center;
}

.v002 .details-container {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.v002 .locationTitleRowBranch {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.v002 .locationTitleRowBranch h4 {
    font-size: 28px !important;
}

.v002 .contactDivider {
    height: 1px;
    width: 50%;
    background-color: #ccc;
    margin: 20px 0;
}

.v002 .locationDetailsTextBranch {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.v002 .open-now {
    color: var(--e-global-color-primary);
    font-weight: bold;
}

.v002 .closed-now {
    color: red;
    font-weight: bold;
}

.v002 .moreDetailsButton {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--e-global-color-secondary) !important;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    width: 280px;
    margin-top: 20px;
}

.v002 .full-width-location-details {
    display: flex;
    gap: 40px;
    font-size: 18px;
    justify-content: space-between;
}

.v002.custom_full_width_map_location {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.v002 .full-width-map-container {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.v002 .full-width-details-container {
    padding: 20px;
    text-align: center;
}

.v002 .full-width-location-title {
	margin-top: 0px;
    margin-bottom: 0px;
	font-size: 18px;
    font-weight: 600;
	color: var(--e-global-color-primary) !important;
}

.v002 .locationNameLink {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.v002 a.directionsIcon {
/*     background-color: var(--e-global-color-secondary); */
    background-color: var(--e-global-color-primary);
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.v002 .opening-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.v002 .opening-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.v002 .opening-hours-list li span:first-child {
    width: 30%;
    font-weight: 700;
    font-size: 24px;
    color: #0F9EB5;
}

.v002 .opening-hours-list li span:last-child {
    width: 70%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    text-transform: lowercase;
}

.v002 .full-width-phone-number {
    display: flex;
    align-items: center;
	column-gap: 8px;
	transform: translateX(-45%);
}
@media only screen and (max-width:1024px) {
	.v002 .full-width-phone-number{
		transform: translateX(0%);
	}
}

.v002 .full-width-open-status {
    display: flex;
    flex-direction: row;
    align-items: center;
	column-gap: 8px;
}


@media only screen and (max-width: 768px) {
    .v002 .custom_map_location {
        flex-direction: column;
    }

    .v002 .map-container-branch,
    .v002 .details-container {
        height: 300px;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .v002 .full-width-map-container {
        height: 300px;
    }


    .v002 .full-width-location-details {
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width:1024px) {
    .v002 .full-width-location-details {
        display: flex;
        gap: 40px;
        font-size: 18px;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
}

.v002 .viewButton {
    position: absolute;
    bottom: 16px;
    left: 50%;
    display: flex;
    width: 141px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: var(--e-global-color-primary, #B79654);
    box-shadow: 57px 80px 27px 0px rgba(0, 0, 0, 0.00), 36px 51px 25px 0px rgba(0, 0, 0, 0.01), 20px 29px 21px 0px rgba(0, 0, 0, 0.05), 9px 13px 16px 0px rgba(0, 0, 0, 0.05), 2px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border: none;
    color: white;
	transform: translateX(-50%);
}
.v002 .viewButton:hover, .v002 .viewButton:active, .v002 .viewButton:focus {
	background: var(--e-global-color-secondary, #B79654);
}
