/*
 * Global
 * Layout
 * Navigation
 * Widgets
 * Tables
 * Miscellaneous Note: these could do with sorting out into relevant sections
 */

/*
Global
*/
body {
   background: #FFF;
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.0em;
   margin: 0;
   padding: 0;

}
/*
Layout
*/
header{
   position: absolute;
   top: 50px;
   width: 100%;
   height: 200px;
   margin: 0 auto;
   background: #ffffff;
}

#header {
   margin: auto;
   width: 100%;
   height: 200px;
}
header #international {
   right: 12px;
   text-align:center;
}
header #telephone_number {
   width: 100%;
   margin: 10px auto 0px auto;
   text-align:center;
}
header #branding img {
   width: 50%;
}

header #branding {
   position: absolute;
   top: 10px;
   left: 0;
   text-align: center;
   width: 100%;
   height: 200px;
}

#main {
   width: 100%;
   margin: 230px auto 0px auto;
   background-color: #fff;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background: #ffffff; /* Old browsers */

}

section {
}
article {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   justify-content: flex-end;
}
article {
   padding: 24px;
}
#content {
   padding-right: 0;
   width: 100%;
   float: none;
}
#account-details.widget,
#billing-address.widget
{
   width: 100%;
   float: left;
   margin-right: 0;
}

#dashboardWidget,
#searchWidget,
#helpWidget,
#internationalWidget,
#basketWidget {
   width: 100%;
   float: none;
   clear: none;
   margin-bottom: 12px;
}
#helpWidget {
   margin-top: 12px;

}
#searchWidget  {
   order: 1;
}
#content {
   order: 2;
}
#basketWidget {
   order: 3;
}

#dashboardWidget {
   order: 4;
}
#helpWidget {
   order: 5;
}
footer {
   width: 100%;
}
div.footer-left {
   width: calc(100% - 24px);
   margin: 12px;
}
div.footer-right {
   width: calc(100% - 24px);
   text-align: left;
   margin: 12px;
}

/*
Navigation
*/
div.toggle {
   position: fixed;
   top: 0px;
   width: 100%;
   background-color: #104233;
}

div.toggle-button {
   display:block;
   position: fixed;
   z-index: 5;
   top: 0px;
   left: 0px;
}

div.toggle a {
   z-index: 3;
}
.nav {
   display: none;
   margin: 0;
   height: 100%;
   position: fixed;
   top: 38px;
   left: 0px;
   z-index: 10;
   background-color: rgba(16,66,51,0.8);
}
.nav ul {
   margin-left: 0;
   float: left;
   display: block;
   list-style: none;
}
.nav li {
   list-style: none;
   border: none;
   height: 40px;
   line-height: 45px;
   text-align: left;
}
.nav li a
{
   min-width: 80px;
   padding: 0 6px 0 6px;
   white-space: nowrap;
   font-weight: normal;
   color: white;
}
/*
Miscellaneous
*/
.mobilenoshow {
   display: none !important;
}
#country-select {
   position: absolute;
   top: 0;
   z-index: 2;
   width: 100%;
   height: 38px;
}
#country-select span:first-child
{
   display: none;
}
#currency
{
   margin-top: 3px;
}

#currency a {
   color: #f3b332;
   font-weight: normal;
}
#currency a.selected,
#currency a:hover{
   color: #FFF;
}

#countrySelect-button
{
   width: 150px;
   max-width: 200px;
}

div.regionalOptions
{
   right: 0px;
   position: fixed;
   margin-top: 2px;
   margin-right: 10px;
}

.half-size-left,
.half-size-right {
   width: 100%;
}

#delivery_options_guest select {
   width: 60%;
}
