/* CSS Document */
#map {
    height: 800px;
    z-index: 1;
    width: 100%;
}
#map .gm-style .gm-style-iw-c {
    background-color: #C4C4C4;
    padding: 12px 30px 12px 12px !important;
    border-radius: 0;
}
#map .gm-style .gm-style-iw-d {
    overflow: hidden !important;
}
#map .gm-style .gm-style-iw-t::after {
/*    box-shadow: -2px 2px 2px 0 #C4C4C4;*/
	background: none;
	background-color: #C4C4C4 !important;
}

a.get_directions {
	text-decoration: 1px solid #28231b underline;
}

div.map_btn button, .map_btn button:active, .map_btn button:hover {
	background-color: #33383B !important;
	color: #E7E2DE !important;
}

#map .gm-ui-hover-effect {
    width: 34px !important;
    height: 39px !important;
}
#map .gm-ui-hover-effect img {
    width: 19px !important;
    height: 25px !important;
    margin: 5px !important;
}
#map .popup-close-icon {
    display: none;
}
#map .map-popup {
	padding-bottom: 1px;
}
#map .map-popup h3, #map .map-popup p, #map .map-popup a {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    color: #28231b;
    font-family: "Prenton Pro";
    display: block;
    min-width: 190px;
}
#map .map-popup a:hover {
    text-decoration: underline;
}
#map .map-popup h3 {
/*    margin-bottom: 8px;*/
}
#map .map-popup #content-sect > * + * {
	margin-top: 8px;
}
#map .map-popup .link_block {
    margin-top: 8px;
}
#map .gm-bundled-control .gmnoprint {
    display: none !important;
}
.map-category-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
}
@media screen and (min-width: 768px) {
    .map-category-wrapper {
        min-height: 625px;
		/*margin-bottom: calc(-7 * var(--global--spacing-vertical));*/
    }
	
	#mobile_key_display li {
		display: none !important;
	}
}
#mobile_key_display li .overflow-scroll {
    height: auto;
}
#mobile_key_display li.scrollableMarkerList.active .sub-category {
	max-height: 176px;
	overflow-y: scroll;
}
#mobile_key_display li .sub-category {
    display: none;
    margin-top: 8px;
	padding-bottom: 12px;
}
#mobile_key_display li .sub-category div {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    padding: 5px 0;
    color: #f1f1f3;
}
#mobile_key_display li .sub-category div a {
    color: #28231b;
}
#mobile_key_display .mobile_category_holder {
	display: flex;
	justify-content: space-between;
	height: 40px;
}
#mobile_key_display .main-title {
	min-width: 260px;
	display: flex;
	align-items: center;
	padding-left: 40px;
}
#mobile_key_display .main-title:active {
	padding-left: 40px;
}
.mobile_key_holder {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	background-color: #33383b;
	color: #cbc8c5;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.mobile_key_holder > div:first-of-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 12px 4vw;
	border-bottom: 1px solid #E7E2DE;
}
.mobile_key_holder > div:first-of-type > h2 {
	padding-left: 8px;
	font-size: 20px !important;
	color: #cbc8c5;
}
.mobile_key_holder .arrow_icon {
	background: url("../images/drop-down-light.svg") no-repeat;
	background-position: center right;
	background-size: contain;
	height: 24px;
	width: 24px;
	transition: transform .5s;
}
.mobile_key_holder.open .arrow_icon {
	transform: rotateZ(-180deg);
}
@media (max-width: 767px) {
	.mobile_key_holder {
		display: flex;
	}
	
	#map {
		max-height: 70vh;
	}
	
	.map_btn {
		left: 0 !important;
		bottom: 18px !important;
	}
	
	.map-custom-control .travel-buttons {
		display: none !important;
	}
	
	#map-section {
		scroll-margin-top: 36px;
		margin-bottom: 3em;
	}
}
#mobile_key_display li .mobile_cat_open_icon {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#mobile_key_display li .mobile_cat_open_icon > div:first-of-type {
	background: url("../images/drop-down-light.svg") no-repeat;
	background-position: center right;
	background-size: contain;
	height: 24px;
	width: 24px;
	transition: transform .5s;
}
#mobile_key_display li.active .mobile_cat_open_icon > div:first-of-type {
	transform: rotateZ(-180deg);
}
.map-category-wrapper .custom-control {
    z-index: 2;
}
.mobile-map-btn {
    display: block;
    margin-bottom: 75px;
}
.mobile-map-btn .h-btn {
    pointer-events: auto !important;
}
#mobile_key_display {
	list-style-type: none;
	background-color: #33383B;
	padding: 1em 4vw;
	width: 100%;
	display: none;
}
#mobile_key_display li {
    border-bottom: 1px solid #E7E2DE;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3.6px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
	text-decoration: none;
    min-height: 40px;
    position: relative;
    z-index: 1;
/*    font-family: "prenton";*/
}
#mobile_key_display li a, #mobile_key_display li a:active {
    color: #E7E2DE !important;
	text-decoration: none;
	padding-left: 16px;
}
#mobile_key_display li .main-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #E7E2DE;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
}
#mobile_key_display li .main-title::before {
  content: '';
  display: block;
  border-right: 1px solid #E7E2DE;
  border-bottom: 1px solid #E7E2DE;
  height: 1rem;
  width: .5rem;
  position: absolute;
  left: 0;
  top: 20px;
  transform: translate(95%, -80%) rotate(45deg);
  opacity: 0;
}
#mobile_key_display li.all .main-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #E7E2DE;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
}
.main-title.all {
	height: 40px;
}
#mobile_key_display li.all .main-title::before {
  content: '';
  display: block;
  border-right: 1px solid #E7E2DE;
  border-bottom: 1px solid #E7E2DE;
  height: 1rem;
  width: .5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(95%, -80%) rotate(45deg);
  opacity: 0;
}
#mobile_key_display li.active_mobile_key .main-title::before {
  opacity: 1;
}
#mobile_key_display li.active_mobile_key.all .main-title::before {
  opacity: 1;
}
#mobile_key_display li.active:after {
    background: url("../images/vector-dot.svg") no-repeat;
    right: 20px;
	height: 10px;
    top: 17px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 10px;
}
#mobile_key_display li:last-child {
    border-bottom: transparent;
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .mobile-map-btn {
        display: none;
    }
	
	#mobile_key_display {
		display: none;
	}
}
.mobile-map {
    background: url("../images/map.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
    margin-bottom: 50px;
}
.category-list {
    width: 360px;
    background-color: #33383B;
    padding: 29px 20px;
    position: absolute;
    right: 85px;
    top: 40px;
    z-index: 3;
	list-style: none;
}
@media screen and (min-width: 768px) and (max-width: 920px) {
    .category-list {
        top: 65px;
        right: 30px;
        width: 307px;
    }
}
@media screen and (max-width: 767px) {
    .category-list {
        display: none;
    }
}
.category-list li {
    border-bottom: 1px solid #E7E2DE;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3.6px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
	text-decoration: none;
    padding: 11px 16px;
    position: relative;
    z-index: 1;
/*    font-family: "prenton";*/
}
.category-list li a, .category-list li a:active {
    color: #E7E2DE !important;
	text-decoration: none;
}
.category-list li:after {
    background: url("../images/drop-down-light.svg") no-repeat;
    width: 25px;
    height: 13px;
    background-size: contain;
    content: '';
    position: absolute;
    z-index: 2;
    right: 6px;
    top: 16px;
}
.category-list li.active:after {
    background: url("../images/vector-dot.svg") no-repeat;
    right: 20px;
	height: 10px;
    top: 17px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 10px;
}
.category-list li:last-child {
    border-bottom: transparent;
    padding-bottom: 0;
}
.category-list li .overflow-scroll {
    height: auto;
}
.category-list li.scrollableMarkerList.active .overflow-scroll {
	height: 176px;
	overflow-y: scroll;
}
.category-list li .sub-category {
    display: none;
    margin-top: 8px;
	max-height: 176px;
}
.category-list li .sub-category div {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    padding: 5px 0;
    color: #f1f1f3;
}
.category-list li .sub-category div a {
    color: #28231b;
}
.location-wrapper .txt-sec {
    width: 65vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 150px;
}
.location-wrapper .txt-sec.width-adjustment {
    width: calc(65vw - 300px);
}
@media (max-width: 1335px) {
    .location-wrapper .txt-sec.width-adjustment {
        width: calc(65vw - 150px);
    }
}
@media (max-width: 768px) {
    .location-wrapper .txt-sec.width-adjustment {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .location-wrapper .txt-sec {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
}
.location-wrapper .txt-sec.finger-tip {
    display: none;
}
@media (max-width: 415px) {
    .location-wrapper {
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .location-wrapper {
        text-align: center;
    }
    .location-wrapper .content-section {
        order: 2;
    }
    .location-wrapper .image-section {
        order: 1;
    }
}
.location-wrapper .bottom-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 8.61vw 30px;
    justify-content: space-between;
}
.location-wrapper .bottom-wrap .bottom-left-link, .location-wrapper .bottom-wrap .bottom-right-link {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-weight: 500;
    font-size: 12px;
    color: #28231b;
    font-family: "Prenton Pro";
    text-decoration: none;
}
.location-wrapper .bottom-wrap .bottom-left-link {
    padding-left: 25px;
    background-image: url("../images/vector-left.svg");
    background-position: left center;
    background-repeat: no-repeat;
}
.location-wrapper .bottom-wrap .bottom-right-link {
    padding-right: 25px;
    background-image: url("../images/vector-right.svg");
    background-position: right center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .location-wrapper .bottom-wrap {
        padding: 0px 5.33vw 15px;
    }
    .location-wrapper .bottom-wrap .bottom-left-link {
        font-size: 10px;
        letter-spacing: normal;
        padding-left: 18px;
    }
    .location-wrapper .bottom-wrap .bottom-right-link {
        font-size: 10px;
        letter-spacing: normal;
        padding-right: 18px;
    }
}
.location-wrapper .view-btn {
    pointer-events: none;
    padding: 8px 56px;
}
@media (max-width: 768px) {
    .location-wrapper .view-btn {
        padding: 8px 60px;
    }
}

.map_btn {
	position: absolute;
	z-index: 3;
	display: flex;
	left: 5%;
	bottom: 40px;
}

.map_btn > * {
	margin-left: 1em;
	border: none;
}

.twoColumns {
	display: flex;
	align-items: center;
	padding-bottom: 5em;
}

.twoColumns > .content-section {
	padding: 1em;
}

.twoColumns > .image-section {
	min-height: 40em;
}

@media (max-width: 1000px) {
	.twoColumns {
		flex-direction: column;
	}
	
	.twoColumns > .image-section {
		width: 80vw;
	}
}

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

.center > * + * {
	margin-left: 1em;
}

.center.flexColumn > * + * {
	margin-left: 0;
	margin-top: 1em;
}

.flexColumn {
	flex-direction: column;
}

.twoColumns > .content-section > div {
	max-width: 50ch;
	text-align: center;
}

.twoColumns > * {
	width: 50%;
	height: 100%;
}
.map-custom-control .zoom-buttons > * + * {
	margin-left: 1em;
}
.map-custom-control .travel-buttons {
	margin-left: 1em;
}
.map-custom-control .travel-buttons > * {
	height: 100% !important;
}
.map-custom-control .travel-buttons > * + * {
	margin-left: 1em;
}
@media (max-width: 600px) {
	.map-custom-control .map_btn {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.map-custom-control .travel-buttons {
		margin-top: 1em;
	}
}
@media (max-width: 480px) {
	.map-custom-control .travel-buttons > * {
		margin-left: 0 !important;
	}
	
	.map-custom-control .travel-buttons > * + * {
		margin-top: 1em;
	}
	
	.map-custom-control .travel-buttons {
		display: flex;
		flex-direction: column;
	}
}
.map-custom-control .zoom-in,
.map-custom-control .zoom-out {
 display:inline-block;
 background:linear-gradient(#E7E2DE,#E7E2DE),linear-gradient(#E7E2DE,#E7E2DE),#fff;
 width:50px;
 height:50px;
 background-position:center;
 background-size:60% 1px,1px 60%;
 background-repeat:no-repeat;
	padding: 0 !important;
}
.map-custom-control .zoom-out {
 background-size:60% 1px,0 60%
}
.map-custom-control .zoom-out:hover {
 background-size:60% 1px,0 60%
}
.grid-container {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 30px !important;
  }
.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers the whole grid */
    gap: 20px;
    padding: 0 3vw;
  }
  
  .card {
    perspective: 1000px;
    width: 100%;
    max-width: 30%;  /* Will adjust with media queries */
    /* height: 30vw; */
    min-height: 30vw;
    flex: 1 1 30%;
    /* Remove margin! Let gap handle spacing */
  }
  
  @media (max-width: 1200px) {
    .card {
      max-width: 45%;
      flex: 1 1 45%;
      min-height: 45vw;
    }
  }
  
  @media (max-width: 767px) {
    .card {
      max-width: 100%;
      flex: 1 1 100%;
      min-height: 100vw;
    }
  }
  
  .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .front, .back {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    align-content: center;
  }
  .front{
    position: absolute;
  }
  .back {
    background: #fff; /* Optional: add your own styling */
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3.2vw;
    position: relative;
  }
  .back p{
    color: #33383B;
  }
  .retail-logo {
    width: 80%;
    max-width: 200px;
    height: auto;
  }
  .back a.button {
	background-color: #394C52 !important;
    border: 1px solid #394C52;
	color: white !important;
	min-width: 150px;
	margin-top: 20px;
}

.back a.button:hover {
	background-color: transparent !important;
	color: #394C52 !important;
}

.back p a:active,.back p a:focus{
    color: #33383B !important;
  }