@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap');
/*STANDARD*/
html {
	height:100%;	
}
body {
	margin: 0;
	padding: 0 0 34px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #ebebeb;
	min-height:100%;
	position:relative;
	color:#080927
}
/****************************Header************************************/
header {
	min-width: 320px;
	background: #25265c;
	padding-top:20px;
}
header div {
	overflow:hidden;
	margin:0 auto 20px auto;
	position:relative;
	max-width: 1140px;
	min-width:300px;
}
header a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
header a#logo {
	max-width: 332px;
	display: block;
	font-family:Tinos, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:42px;
	float:left;
}
header a#logo span {
	text-transform:uppercase;
	font-size:36px;
	display:block;
}
header a#logo span span {
	font-size:22px;
	display:block;
}
header a#cartLink {
	display:flex;
	width:60px;
	height:60px;
	border:2px solid #fff;
	border-radius: 50%;
	float:right;
	align-items: center;
    justify-content: center;
	margin-top:6px;
	background: url(../../images/structure/cart.png) no-repeat 8px 16px;
}
header a#telLink {
	font-family:Tinos, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:bold;
	font-size:18px;
	position:absolute;
	bottom:2px;
	right:0;	
}
a#logo img {
	width: 100%;
	max-width: 332px;
	height: auto;
	display: block;
}

div#accountBar {
	background: #edeceb;
}
div#accountBar p {
	max-width: 1140px;
	min-width: 300px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
	color: #858788;
}
div#accountBar p a {
	color: #858788;
	text-decoration: none;
	font-weight: bold;
}
div#accountBar p a:hover {
	text-decoration: underline;
}
div#accountBar p span {
	display:inline-block;
	background: url(../../images/structure/profile.png) no-repeat left center;
	padding:8px 0px 8px 26px ;
}
/****************************PROVACY*********************************/

div#privacy{
	max-width:1140px;
	min-width:320px;
	margin:20px auto;
	text-align:left;
}
div#privacy h1,
div#privacy h2,
div#privacy h3 {
	margin-bottom:12px;
}

/****************************NAV************************************/
nav#primary {
	padding: 10px;
	background-color: #9e9fa1;
	font-size: 16px;
}
nav#primary ul {
	list-style-type: none;
	overflow: hidden;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	line-height: normal;
}
nav#primary ul li {
	float: left;
	margin-right: 22px;
	font-weight:bold;
}
nav#primary UL LI a {
	color: #FFF;
	text-decoration: none;
}
nav#primary UL LI span {
	color: #25265c;
}
nav#primary UL LI a:hover {
	color: #25265c;
}
nav#category {
	background:#fff;
	padding: 10px;
	margin: 0px;
	border-bottom:1px solid #77787b;
}
nav#category DL {
	text-align: left;
	font-size: 14px;
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
}
nav#category dl dt {
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	margin: 0;
	padding: 4px 0px;
}
nav#category dl dt span {
	background: url("../../images/structure/mini-menu.png") no-repeat right center;
	padding-right: 24px;
}
nav#category dl dd {
	display: none;
	background: #fff;
	position: absolute;
	top: 34px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 320px;
	z-index: 300;
	border:1px solid #77787b;
	border-width:0px 1px 1px 1px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
nav#category dl dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav#category dl dd ul li {
	border-top: 1px solid #cccccc;	
}
nav#category dl dd ul li a{
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
}
nav#category dl dd ul li a:hover{
	color: #77787b;
}

/****************************Crumb************************************/
nav#crumbTrail {
	border-bottom: 1px dotted #25265c;
	padding:0px 10px;
}
nav#crumbTrail ul {
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	padding:6px 0px;
}
nav#crumbTrail ul li {
	font-weight: bold;
	display: inline;
}
nav#crumbTrail ul li ol {
	overflow: hidden;
	list-style: none;
	padding: 0 0 0 4px;
	margin: 0;
	display: inline;
}
nav#crumbTrail ul li ol li {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
nav#crumbTrail ul li ol li+li:before {
	padding: 8px;
	color: black;
	content: '\00BB';
}
nav#crumbTrail ul a {
	display: inline-block;
	color: #25265c;
}
nav#crumbTrail ul a:hover {
	text-decoration: none;
}
nav#crumbTrail ul span {
	color: #25265c;
	font-weight: bold;
}
/****************************Footer************************************/
footer {
	/*clear: both;*/
	font-size: 12px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	border-top:1px solid #9e9fa1;
	background:#d4d4d4;	
}
footer div {
	max-width: 1140px;
	min-width: 280px;
	margin: 0 auto;
	overflow: hidden;
	padding:10px;
}
footer ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0
}
footer ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
footer ul li a {
	color: #000;
	text-decoration: none;
}
footer ul#links {
	float: left;
}
footer ul#links a {
	margin-left: 6px;
	border-left: 1px solid black;
	padding-left: 6px;
}
footer ul#f7 {
	float: right;
}
footer ul#f7 li:not(:first-child) {
	margin-left: 6px;
	border-left: 1px solid black;
	padding-left: 6px;
}
/* Content*/
img {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a:active {
	outline: none;
}
*:focus {
	outline: none;
}
a {
	color: #000;
}
h1, h2, h3, h4 {
	margin: 0;
	color: #1a1919;
}
h1 {
	font-size: 24px;
	/*color: #25265c;*/
	color: #212121;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
main p,
main li {
	line-height: 22px;
}
main {
	/*margin-top:10px;*/
	overflow: hidden;
}


div#introTxt {
	max-width:1140px;
	min-width:320px;
	margin:20px auto;
	text-align:center;
}

/****************************Utilities************************************/
form#logout {
	top: 0;
	left: 10px;
	width: 200px;
	margin: 0px;
	border: 1px solid black;
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	position: fixed;
	z-index: 500;
}
form#logout a {
	color: black;
}
form#logout a:hover, form#logout a:focus {
	color: #C5C2BB;
}
form#logout div {
	text-align: center;
	margin: 8px 0px 0px 0px;
}
input.logout {
	border: 1px solid #004684 !important;
	background-color: black;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px;
	overflow: visible;
}
/*******************Feedback**************************/
/* Feedback */
section.important,
section.notice {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 0px 10px;
	margin: 12px 0px;
	background: #f0f0f0;	
	display:flex;
	justify-content:center;
}
section.important h1,
section.notice h1  {
	margin-top:12px;
	font-size: 18px;
	text-align: center;
}
section.important {
	border: 4px solid #960404;
}
section.notice {
	border: 4px solid #25265c;
}
section.important h1 {
	color: #960404 !important;
}
section.notice h1 {
	color: #25265c !important;
}
@media only screen and (max-width : 1180px) {
header {
	padding-top:10px;
}
header div {
	margin:0px 10px 10px 10px;
}
div#actionOptions {
	right: 10px;
}
}

@media only screen and (max-width : 720px) {
nav#primary ul li {
	display: none;
	border-top: 1px solid #FFF;
}
nav#primary ul li {
	margin: 0;
	min-width: initial;
	max-width: initial;
	width: initial;
	min-height: initial;
	max-height: initial;
	height: initial;
	float: none;
	clear: both;
	padding-left: 0px;
}
nav#primary {
	cursor: pointer;
	padding: 40px 0px 0px 0px;
	background: #9e9fa1 url("../../images/structure/menu-icon.png") no-repeat 4px 0px;
	position:relative;
}
/*
nav#primary ul {
	color: #77787b;
	min-width: initial;
	max-width: initial;
	width: initial;
	min-height: initial;
	max-height: initial;
	height: initial;
	top: auto!important;
	right: auto!important;
}
*/
nav#primary UL {
	position: absolute;
	z-index: 12;
	overflow: hidden;
	top: 40px;
	right: 0;
	width: 100%;
	background: #9e9fa1;
	min-width: 320px;
	border-bottom:2px solid #77787b;

}
nav#primary ul li a,
nav#primary ul li span {
	display: block;
	padding: 6px 6px 6px 10px;
}
nav#category {
	background:#fff;
	padding: 10px 0px;
	margin: 0px;
}
nav#category dt {
	text-indent:10px;
}
nav#category dl dd {
	left: 0;
	right: 0;
	width:100%;
	border-radius:0;
	border:none;
	border-bottom:1px solid #77787b;
}
}
/****************************Cookie************************************/
article#cookieConsent {
	/*TODO*/
	display:none;
	z-index: 16;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 320px;
	-webkit-box-shadow: 0px 8px 23px 14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 23px 14px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 23px 14px rgba(0,0,0,0.75);
	background: #FFF;
	max-width: 480px;
}
article#cookieConsent div {
	padding: 0px 12px;
}
article#cookieConsent h1 {
	background: #4B7E93;
	margin: 0;
	padding: 8px 12px;
	color: #FFF;
}
article#cookieConsent section h1 {
	color: #000;
	border-bottom: 1px solid #000;
	padding: 2px 0px;
	font-size: 18px;
	background-color: #fff;
}
article#cookieConsent section p {
	width: calc(100% - 50px);
	float: left;
}
article#cookieConsent form label {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 24px;
	text-indent: -99999px;
	float: right;
	margin-top: 12px;
}
article#cookieConsent form label input {
	opacity: 0;
	width: 0;
	height: 0;
}
@media only screen and (max-width : 409.98px) {
body {
	padding: 0;
}
footer {
	position:relative;
}
footer ul {
	float: none;
}
footer ul li {
	display: block;
	padding: 2px 0px;
}
footer ul#f7 {
	text-align: right;
}
footer ul#f7 li {
	border: none!important;
}
footer ul#links a {
	margin: 0;
	padding: 0;
	border: none;
}
}
