﻿/* StorePicker Dropdown */

.StoreLocationsPicker-popup {
	position:absolute;
	top:38px;
	left:0;
	height:auto;
	min-width:408px;
	opacity:1;
	z-index: 1001;
	box-shadow: 0 0 3px rgb(0 0 0 / 25%), 0 5px 10px rgb(0 0 0 / 25%);
	transition: height 300ms ease 0s, opacity 300ms ease 0s;
	border-radius: 3px;
}
.StoreLocationsPicker-arrow {
	top: -7px;
	left: 50%;
	margin-left: -10px;		
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
	box-shadow: 0 0 3px rgb(0 0 0 / 25%), 0 5px 10px rgb(0 0 0 / 25%);
	z-index: 2;
	border-width: 10px;
	border-color: white transparent transparent white;
	border-style: solid;
	transition: box-shadow 0s ease 100ms;
}
.StoreLocationsPicker--has-selection .StoreLocationsPicker-arrow {
	left: 25%;
}
.StoreLocationsPicker-content {
	position: relative;
	height:100%;
	background: white;
	overflow: hidden;
	border-radius: 3px;
	z-index: 3;
}
.StoreLocationsPicker--hide .StoreLocationsPicker-popup {
	overflow: hidden;
	height:0 !important;
	opacity:0.5;
}
.StoreLocationsPicker-trigger--store span {
	font-weight:bold;
}
.StoreLocationsPicker-trigger:active,
.StoreLocationsPicker-trigger:focus {
	outline:none;
}
.StoreLocationsPicker__loc-detect a,
.StoreLocationsPicker__view-others {
	display: block;
	margin: 10px;
	padding: 4px 12px;
	background: #e76f0e;
	color: #fff;
	font-weight: bold;
	border-radius: 18px;
	text-align: center;
}
.StoreLocationsPicker__view-others {
	display: none;
}
.StoreLocationsPicker__locale,
.StoreLocationsPicker__loc-detect {
	padding:20px;
	margin-bottom: 20px;
	width: 100%;
	display: block !important;
}
.StoreLocationsPicker__locale__address {
	text-align: left;
}
.StoreLocationsPicker__locale__mystore input {
	margin: 0 5px 0 0;
}
.StoreLocationsPicker__locale__mystore label {
	margin: 0;
}
.StoreLocationsPicker__locale__view-hours {
	padding: 0px 5px;
	font-size:16px;
	font-weight: bold;
	border:1px solid;
}
.StoreLocationsPicker__locale__timezone {
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid;
}
.StoreLocationsPicker__locale__full-hours {
	display: none;
	padding: 5px 0 5px 5px;
	font-size: 0.9rem;
}
.StoreLocationsPicker__locale__day-hours--override span {
	font-size: 16px;
	text-decoration: line-through;
}
.StoreLocationsPicker__locale__day-hours--extra {
	padding-left: 18px;
}
.StoreLocationsPicker__locale__link {
	display:block;
	margin:10px 0;
	text-align:center;
}
.StoreLocationsPicker__locale__cta {
	display: block;
	margin: 6px auto 0 auto;
	padding: 8px;
	text-align:center;
	border: 3px solid;
	border-radius:2px;
	font-weight:bold;
}
	
/* MobileLocales Dropdown */
#MobileLocales .StoreLocationsPicker__locale {
	display:block !important; /* do not let this get hidden */
	border-bottom: 1px #1f1f1f solid;
}
#MobileLocales .MobileLocales__locale__address{
	font-size: 1rem;
	font-weight:normal;
	color: #fff;
}
#MobileLocales .MobileLocales__locale__address h2.store-name{ 
	color: #fff;
	margin:0 0 6px 0;
	padding: 0;
}
#MobileLocales .StoreLocationsPicker__locale__mystore{
	padding:6px 0 6px 0;
}
#MobileLocales .StoreLocationsPicker__locale__mystore span.StoreLocationsPicker__locale__mystore__text{
	font-size: 1rem;
	font-weight:normal;
	color: #fff;
}
#MobileLocales .MobileLocales__locale__address a.MobileLocales__phone__cta{
	font-size:1.25rem;
	padding:8px 0 8px 0;
	color:#fff;
	font-weight:bold;
	display:block;
}
#MobileLocales .MobileLocales__locale__hours{
	padding:10px;
	background:#131414;
}
#MobileLocales .MobileLocales__locale__hours .MobileLocales__locale__day-hours,
#MobileLocales .MobileLocales__locale__hours .MobileLocales__locale__day-hours--extra
{
	font-size: 1rem;
	line-height:2;
}
#MobileLocales .MobileLocales__locale__ctas ul.cta__list{
	margin:0;
	padding:10px 0 0 0;
	list-style-type:none;
	list-style-position:outside;
	overflow:hidden;
}
#MobileLocales .MobileLocales__locale__ctas ul.cta__list li{
	float:left;
	margin-right:10px;
}
#MobileLocales .MobileLocales__locale__ctas a.MobileLocales__directions__cta{
	width:100%;
	font-size:16px;
	font-weight: normal;
	display:inline-block;
	vertical-align:top;
	padding:5px 10px 5px 10px;
	background:#ffbe1e;
	color:#000;
	text-align:center;
}
#MobileLocales .MobileLocales__locale__ctas a.MobileLocales__details__cta{
	width:100%;
	font-size:16px;
	font-weight: normal;
	display:inline-block;
	vertical-align:top;
	padding:5px 10px 5px 10px;
	background:#ffbe1e;
	color:#000;
	text-align:center;
}

