﻿/* StorePicker Dropdown */
.StoreLocationsPicker {
	position:relative;
}
.StoreLocationsPicker a.StoreLocationsPicker-trigger{
	font-size:1.125rem;
	font-weight:bold;
	color:#fff !important;
    display: block;
    margin: 0;
	padding:8px;    
    text-align: center;
    text-decoration: none;	
}
.StoreLocationsPicker a.StoreLocationsPicker-trigger:hover{
	color:#fff !important;
}
.StoreLocationsPicker ul.tabs-mobile li.current a.StoreLocationsPicker-trigger{
	position:fixed;
	color:#dc1a20;
	width:100%;
	top:0;
	left:0;	
	right:0;
	z-index:110;
	background:#1a1a1a;
}
.mobile_locale_dropdown{
	padding-top:52px;
}
.StoreLocationsPicker-popup {
	position:absolute;
	top:38px;
	left:0;
	height:auto;
	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: 16px 30px;
	background: #c12025;
	color: yellow;
	font-weight: bold;
	text-align: center;
}
.StoreLocationsPicker__view-others {
	display: none;
}
.StoreLocationsPicker__locale,
.StoreLocationsPicker__loc-detect {
}
.StoreLocationsPicker__locale__address {
	text-align: left;
	color:#c12025;
	font-size:1.063rem;
	font-weight:bold;
}
.StoreLocationsPicker__locale__mystore {
	margin:5px 0 5px 0;
	text-align: left;
}
.StoreLocationsPicker__locale__mystore input {
	margin: 0 5px 0 0;
}
.StoreLocationsPicker__locale__mystore label {
	margin: 0;
	font-size:1rem;
}
.StoreLocationsPicker__locale__mystore span.StoreLocationsPicker__locale__mystore__text,
.StoreLocationsPicker__locale__mystore span.StoreLocationsPicker__locale__mystore__distance
{
	color:#fff;
	font-weight:normal;
}
.StoreLocationsPicker__locale__view-hours {
	padding: 0px 5px;
	font-size:12px;
	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: 12px;
	text-decoration: line-through;
}
.StoreLocationsPicker__locale__day-hours--extra {
	padding-left: 18px;
}
.StoreLocationsPicker__locale__link {
	display: block;
	background:#1d1d1d;
	color:#fff;
	margin: 6px auto 0 auto;
	padding: 8px;
	font-size:1rem;
	text-align:center;
	font-weight:bold;
}
.StoreLocationsPicker__phone__cta {
	display: block;
	background:#c12025;
	color:#fff;
	margin: 6px auto 0 auto;
	padding: 8px;
	font-size:1rem;
	text-align:center;
	font-weight:bold;
}
.StoreLocationsPicker__locale__cta {
	display: block;
	background:#ffbe1e;
	color:#000;
	margin: 6px auto 0 auto;
	padding: 8px;
	font-size:1rem;
	text-align:center;
	font-weight:bold;
}

