/**
 * @site         B2B
 * @media        screen
 * @note         Base CSS for all devices 
 */

/**
 * @section NORMALIZE
 * @see https://necolas.github.io/normalize.css/8.0.1/normalize.css
 * ========================================================================== 
 */
 
 /* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */  
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * @section TYPOGRAPHY
 * ========================================================================== 
 */ 
 
/** @subsection General */ 
body {
    color: #848892;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 13px;   
}

/** @subsection Text elements */
h1, h2, h3 {
    margin: 0;
    color: #000000;
    font-weight: 500;
}
h1 {
    font-size: 1.5em
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover,
a:focus {
    color: #ffcc33;
}

/** @subsection Forms */
input {
    box-sizing: border-box;     
    border: 1px solid #ccc;
    padding: 4px;
    color: #000000;
}  

select {
    border: 1px solid #ccc;   
    padding: 4px;
    color: #000000;
}
  
button {
    border: none;  
    padding: 8px 4px;
    cursor: pointer;
}  

/** @subsection Panels */
.bgwhite {
    background: #fff;
    color: #848892;
    color: #000000;
}

.bglight {
    background: #f4f4f4;
    color: #848892;
}

.bgdark {
    background: #000000;
    color: #ccd0d9;
}

.bgdark h1,
.bgdark h2,
.bgdark h3 {
    color: #fff;
}
 
.bgemphase {
    background: #ffcc33;
    color: #fff;
}
 
/**
 * @section LAYOUT
 * ==========================================================================  
 */
 
/** @subsection Layout/General */
body {
 
}
.wrapper {
    margin: auto;
    max-width: 1024px;  
    position: relative;    
}

#container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#content {
    margin-top: 66px; /* header full height including borders */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; 
}

/** @subsection Layout/Login */
#login-box {
    padding: 1em 5em;
    margin: 1em;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
}

/** @subsection Layout/Header */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
/*     border-bottom: 1px solid #000000; */
-webkit-box-shadow: 0px 1px 5px 0px rgba(132,136,146,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(132,136,146,1);
box-shadow: 0px 1px 5px 0px rgba(132,136,146,1);
} 

#topheader {    
    padding: 0 1em;
    font-size: 0.8em;
}

#topheader > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;    
    align-items: center;  
    height: 25px;  
}

#subheader {    
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    padding: 0 0.5em;
    -webkit-box-pack: justify;    
    -ms-flex-pack: justify;    
    justify-content: space-between;
}

#subheader .logo {
/*     width: 25%; */
padding-right: 0.5em;
}



/* TEST */
#subheader {    
    height: 40px;
}
#subheader .logo img {
    height: 32px;    
}
/* FIN TEST */

#subheader .search {
/*     width: 50%;     */
    text-align: center;  
    
    flex-grow: 8;  
}

#subheader .search > div > form {
    -webkit-box-align: center;
    -ms-flex-align: center;     
    align-items: center;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;    
    -ms-flex-pack: center;
    justify-content: center;    
}

#subheader .customer {
/*     width: 25%;     */
/*     text-align: right; */
}

/** @subsection Layout/Vehicle banner */
#vehicle-banner {    
    padding: 1em 0.5em;
    border-bottom: 1px solid #000000;
}

#vehicle-banner > div {    
    display: -webkit-box;
    display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: column; 
        flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center; 
        align-items: center; 
    -webkit-box-pack: start;    
    -ms-flex-pack: start; 
        justify-content: flex-start;
}

#vehicle-banner .vehicle-type {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    padding-bottom: 0.5em;
    text-align: center;
}

#vehicle-banner .vehicle-actions { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;    
    justify-content: space-around;    
}

/** @subsection Layout/Vehicle */
#vehicle {
    padding-bottom: 2em;
}

#vehicle .vehicle-search-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: column; 
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;    
    -ms-flex-pack: center;    
    justify-content: center;
    color: #000000;
    /*padding: 0 0.5em;*/
}

#vehicle .vehicle-search-widget > div {
    width: 100%; 
    text-align: center;       
}

/** @subsection Layout/Breadcrumb */
#breadcrumb {
    padding: 1em 0.5em;
}

/** @subsection Layout/Catalog */
#catalog .catalog-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;     
/*     align-items: center; */
	-webkit-box-orient: horizontal;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: row;   
    flex-direction: row;   
    -ms-flex-pack: distribute;    
    justify-content: space-around;    
}

/** @subsection Layout/Catalog listing*/
#catalog-listing > div {
    display: -webkit-box;
    display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: horizontal;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: row;   
        flex-direction: row;   
    -webkit-box-pack: center;    
    -ms-flex-pack: center;    
        justify-content: center;
}

#catalog-listing .catalog-menu {    
    flex-basis: auto;
    display: none;
}

#catalog-listing .catalog-products {
    width: 100%;
    padding: 0 1em;
}

/** @subsection Layout/Cart */
#cart {
    padding: 0 1em 1em;
}

#cart > div {
    display: -webkit-box;
    display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: column;    
        flex-direction: column;
}

#cart .cart-product {    
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: justify;    
    -ms-flex-pack: justify;    
    justify-content: space-between;
    background: #fff;
    padding: 0.5em;
    margin-bottom: 0.5em;
    min-height: 80px;
}

#cart .cart-product-description {   
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;      
    -webkit-box-orient: horizontal;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: row;   
    flex-direction: row;          
    -webkit-box-align: center;    
    -ms-flex-align: center;    
    align-items: center;
}

#cart .cart-product-rates {       
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;     
    -webkit-box-orient: vertical;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: column;    
    flex-direction: column;
    -webkit-box-align: end;    
    -ms-flex-align: end;    
    align-items: flex-end;
}

/** @subsection Layout/Customer */
#customer h1,
#customer h2 {
    text-align: center;
    padding: 0.5em 0.1em;
}
#customer > div {
    display: -webkit-box;
    display: -ms-flexbox;
        display: flex;
        flex-direction: column;   
    -webkit-box-pack: center;    
    -ms-flex-pack: center;    
        justify-content: center;
}

#customer .customer-orders {
/*     width: 100%; */
    padding: 0 1em;
}

#customer .customer-order {    
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;    
/*     -webkit-box-align: center; */
/*     -ms-flex-align: center;  */
/*     align-items: center; */
    -webkit-box-pack: justify;    
    -ms-flex-pack: justify;    
    justify-content: space-between;
    background: #fff;
    margin-bottom: 1em;
/*     min-height: 80px; */
	flex-direction: column;
/* 	border: 1px solid #f2f2f2; */
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75)
}

#customer .customer-order-header {    
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 0.5em;
}

#customer .customer-order-products { 
    padding: 0.5em;
}

#customer .customer-order-product {   
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    margin: 0.2em;
}	


#customer .customer-order-product.odd {
/* 	background: #f2f2f2; */
}

#customer .customer-order-product .product-name {  
	flex-basis:70%;
}

#customer .customer-order-product .product-price {  
	flex-basis:20%;
	text-align: right;
}

#customer .customer-order-product .product-qty {  
	flex-basis:30%;
	text-align: right;
}

#customer .customer-order-product .product-amount {  
	flex-basis:30%;
	text-align: right;
}

#customer .customer-order .title {    
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

/** @subsection Layout/Services */
#services {
    display: none;    
}

/** @subsection Layout/Help */
#help {
    display: none;
}

/** @subsection Layout/Footer */
#footer {
/*     box-shadow: 0 50vh 0 50vh #000000; */
}
#footer > div {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;    
    -webkit-box-direction: normal;    
    -ms-flex-direction: column; 
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;    
    -ms-flex-pack: center;    
    justify-content: center;
    
}
 
.footer-widget {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
    padding: 0 1em;
} 
 
/**
 * @section ELEMENTS
 * ========================================================================== 
 */
 
/** @subsection Elements/General */
.action {
    background: #ffcc33;
    color: #000;
    border: none;  
    padding: 8px 8px;
    cursor: pointer;
    display: inline-block;
     -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.action:hover, .action:focus {
    background: #000;
    color: #fff;    
}

.action.alertus {
    background: orange;
}

.action.alertus:hover {
    background: #000;
}

.subaction {
    background: #ffcc33;
    color: #000;
    border: none;  
    padding: 8px 8px;
    cursor: pointer;
    display: inline-block;
     -webkit-box-sizing: border-box; 
    box-sizing: border-box;
/*     font-size: 0.9em; */
}

.subaction:hover {
    background: #000;
    color: #fff;    
}
 
.subaction span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.2em;
    vertical-align: bottom;
}

.subaction:hover span.icon {    
    background-position: 16px 0;
}

.subaction.upload span.icon {
    background-image: url('img/download-16.png');
} 
 
hr {
    border: 1px solid #262626;    
    width: 6em;
    margin-top: 0;
    margin-bottom: 1.5em;
    border-color: #ffcc33;
}

.message.error h2 {
    color: #ff0000;
}

.message.error p {
    color: #ff0000;
}

.message.success p {
    color: #3fa84f
}

.available {
    color: #3fa84f;    
    text-transform: uppercase;
    font-weight: bold;
}

.available.bullet {
    display: inline-block;
    width: 12px;
    height:12px;
    background: url(img/bullet-green-12.png);
}

.unavailable {
    color: red;    
    text-transform: uppercase;
    font-weight: bold;
}

.unavailable.bullet {
    display: inline-block;
    width: 12px;
    height:12px;
    background: url(img/bullet-red-12.png);
}

.backorder {
    color: orange;    
    text-transform: uppercase;
    font-weight: bold;
}

/** @subsection Elements/Header */
#header #searchInput {
    height: 32px;
    width: 90%;
    border: 1px solid #ccc;
} 

#header #searchGo {
    height: 32px;
    width: 32px;
    border: none;
    background: #000000 url('img/search.png') center no-repeat;
    cursor: pointer;    
}

#topheader .etc {
    display: inline-block;
}

#topheader .next {
    display: none;
}



/** @subsection Elements/Subheader */
#subheader .search h2 {    
     margin-bottom: 0.2em; 
}

#subheader .customer > ul {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center;    
    -ms-flex-pack: center;   
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;  
    list-style: none;  
    padding: 0;
}

#subheader .customer > ul li {
    text-align: center;
    padding: 4px 2px 0;
    font-size:0.9em;
    text-transform: uppercase;
}    

#subheader .customer li span.text {
    display: none;
}

#subheader .customer li span.pic {
    display: inline-block;
    width: 32px;
    height: 32px;
}

#subheader .customer li.car span.pic {
    background: url('img/car2.png') center no-repeat;          
} 

#subheader .customer li.orders {
    display: none;    
}

#subheader .customer li.account span.pic {
    background: url('img/agent.png') center no-repeat;          
}

#subheader .customer li.cart span.pic {
    background: url('img/cart.png') center no-repeat;          
} 

#subheader .customer li.signout span.pic {
    background: url('img/signout.png') center no-repeat;          
} 

#subheader .customer li.orders span.pic {
    background: url('img/orders.png') center no-repeat;          
} 

#subheader .cart a {
    position: relative;
}

#subheader .cart span.bullet {
    font-size: 0.9em;
    position: absolute;        
    top: -20px;
    right: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(img/bullet-red-18.png?a) no-repeat;
    line-height: 1.7em;
    color: #fff;    
}

/** @subsection Elements/Vehicle banner */
#vehicle-banner .vehicle-actions a {
    display: inline-block;
    margin: 0 0.5em; 
    min-width: 90px;     
    text-align: center;  
}
 
/** @subsection Elements/Vehicle */
#vehicle > div > div input,
#vehicle > div > div select,
#vehicle > div > div button {
    width: 90%;       
}

#vehicle > div > div .action {
    width: 90%;
}

#vehicle .title {
    text-align: center;
    padding: 0.5em 1em;
    border: 1px solid #000000;    
    color: #000000; 
    cursor: pointer;
    background: url(img/arrow-bottom.png) 95% center no-repeat #ccd0d9;    
}

#vehicle .content {
    border: 1px solid #000000;    
    border-top: 1px solid #fff;
    background: #fff;
}

#vehicle h1, 
#vehicle h2 {
    text-align: center;
    padding: 0.5em 0;    
} 
 
#vehicle .search-vehicle-title {
    padding: 1em;        
    font-weight: bold;
} 

.search-vehicle-type .content {
    display: none;
}

#immat_wrapper {
    display: block;
    background: transparent url(img/immat.png) top center no-repeat;
    height: 51px;
    padding-bottom: 1em;
    text-align: center;
}

#immat_wrapper input {
    background: 0 0;
    border: none;
    font-weight: 700;
    font-size: 2.2em;
    text-align: center;
    width: 170px;
    text-transform: uppercase;
    text-shadow: none;
    outline-width: 0;
    padding: 0;
    padding-top: .3em;
}

::placeholder {
	color: #ddd;	
} 

/** @subsection Elements/Breadcrumb */
#breadcrumb a {
    text-decoration: underline;
}

/** @subsection Elements/Catalog */
#catalog .title {
    text-align: center;
    padding: 0.5em 1em;
    border: 1px solid #000000;
    background: #000000;   
    color: #fff;
}

#catalog h1,
#catalog h2 {
    text-align: center;
    padding: 0.5em 0.1em;
}

.catalog-category {
    margin-bottom: 1em;
    width: 220px;
}

.catalog-category .content {
    opacity: 0.9;
} 

.catalog-category .content:hover {
    opacity: 1;
} 

.catalog-category .content li {
    list-style: none;    
} 

.catalog-category .content li a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    padding: 0.3em 1em;
} 

.catalog-category .content li a:hover {
      
} 

/** @subsection Elements/Cart */

.addToCart input {
/*      width: 2em; */
box-sizing: border-box;
width: 5em;
/*      margin-right: 0.5em; */
     padding:6px;
     text-align: center;
     margin-bottom: 0.2em;
}

#cart .cart-actions {
    margin-bottom: 1em;    
}

#cart .minplus {
/*     font-weight: bold; */
    font-size: 1.2em;
}

#cart .cart-product-rates .availability {     
    flex-basis: 30%;
    text-align: right;
    font-size: 0.9em;
}

#cart .cart-product-rates .delete {     
    font-size: 0.9em;
    text-align: right;
}


#cart .cart-product p {
    margin: 0.5em 0;
}

#cart h1 {
    text-align: center;
    padding: 0.5em 0;    
} 

#cart .product-visual {    
    text-align: center;
}

#cart .product-visual img {
    max-width: 80px;
    max-height: 80px;
/*     height: 80px;     */
}

#cart .product-name {    
    padding: 0 0.5em;
}

#cart .category {
    text-transform: uppercase;
    font-weight: bold;
}

#cart .conditionnement {    
    font-weight: bold;
    color: #ff0000;
}

#cart .product-qty input {
    width: 2em;
    text-align: center;
}

.cart-summary > div {
    background: #fff;
    margin-left: 0.5em;
    padding: 1em;
}

.cart-summary .action {
    width: 100%;
}

.cart-summary input {
    width: 100%;
}

.cart-summary table {
    width: 100%;
}

.cart-summary table th {
    text-align: left;
}

.cart-summary table td {
    text-align: right;
}

/** @subsection Elements/Footer */
.footer-widget p {
    margin: 0.2em 0;
}  
 
.footer-widget h3 {
    padding: 0.5em 0;
}  

.footer-widget hr {
    margin-left: 0;
    width: 3em;
    text-align: left;
} 

.footer-widget ul {
    list-style: none;
    padding-left: 0;
} 

.footer-widget ul li{
    padding: 0.2em 0;
}

/** @subsection Elements/Catalog listing*/
#catalog-listing hr {    
    margin-left: 0;
    width: 3em;
    text-align: left;
}

#catalog-listing .catalog-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
} 

#catalog-listing .catalog-menu ul.categories > li {
    display: block;
    border: 1px solid #ccd0d9;
    border-top: none;
    font-size: 0.9em;
/*     background: url(img/arrow-bottom-white.png) 95% center no-repeat #aaa;     */
}  

#catalog-listing .catalog-menu ul.categories li.title {
    text-align: center;
    padding: 0.5em 1em;  
    background: #000000;
    color: #fff;
}  

#catalog-listing .catalog-menu ul.categories > li > a {
    display: block;
    padding: 0.5em 1em;    
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    background: url(img/arrow-bottom-white.png) 95% center no-repeat #000000;
} 

#catalog-listing .catalog-menu ul.categories > li > ul.categories2 {
    display: none;    
}

#catalog-listing .catalog-menu ul.categories > li > a.selected {
    background: url(img/arrow-top-white.png) 95% center no-repeat #000000;
    color: #fff;
} 

#catalog-listing .catalog-menu ul.categories > li > a.selected + ul.categories2 {
/*     display: block;   */
}

#catalog-listing .catalog-menu ul.categories2 > li > a {
    display: block;
    padding: 0.5em 0.5em;
    background: #fff;
}

#catalog-listing .catalog-product {
/*     border-bottom: 1px solid #ffcc33; */
    margin-bottom: 1em;      
    background: #fff;
}


#catalog-listing .catalog-product > div {    
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
}

#catalog-listing .catalog-product .product-main {
    min-height: 150px;    
}


#catalog-listing .catalog-product .product-visual {
/*     background: hotpink; */
    width: 30%;
    text-align: center;        
    padding: 0 0.5em;
}

#catalog-listing .catalog-product .product-visual img {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
/*     height: 150px; */
}

#catalog-listing .catalog-product .product-name {
    width: 40%;    
    padding: 0 0.5em;
}

#catalog-listing .catalog-product .category {
    text-transform: uppercase;
    font-weight: bold;
}

#catalog-listing .catalog-product .conditionnement {    
    font-weight: bold;
    color: #ff0000;
}

#catalog-listing .catalog-product .product-rates {
/*     background: lightgreen; */
    width: 30%;
    text-align: center;
    padding: 0 0.5em;
}

#catalog-listing .catalog-product .product-rates p {
    text-align: right;
}

#catalog-listing .catalog-product .product-attributes {
    padding: 0.5em;
}

#catalog-listing .catalog-product .product-attributes > table {
    width: 100%;
    border: none;
    border-spacing: 0;
}

#catalog-listing .catalog-product .product-attributes > table tr.odd {
    background: #efefef;
}

#catalog-listing .catalog-product .product-attributes > table td {
    padding: 0.2em;    
}

#catalog-listing .catalog-product .product-attributes > table tr td:first-child {
    width: 60%;    
}

/** @subsection Elements/Vehicle details and SIV */
#sivresult {
	
}
#sivresult table.cg {
	background: #d0dfe6;
}

#sivresult table thead td {
	font-weight: bold;	
}
#sivresult table td {
	padding: 0.2em;	
}
#sivresult table td.label {
	text-align: left;	
}
#sivresult table td.choose a {
	text-decoration: underline;
}

.siv-cg-table {	
	width: 100%;
    /*background:#e5f1f5;
    opacity:0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);*/ 
	/*font-size:.7em;*/    
    /*float:left;*/
    vertical-align:middle;
}

.siv-cg-table th {
	/*width: 50%;*/	
}

.siv-cg-table td.important {
	color:#e30a1d;
	font-weight:bold;
}

.siv-cg-table tr {
    text-align:left;
    background-color: #e5f1f5;
}

.siv-cg-table tr:nth-child(even) {
    background-color: #fff;
}

.orders-message {
    display: none;
    color: #e42124;
    text-align: center;
    padding-bottom: 1rem;
}

.customer-home-widget {
    margin: 0 1rem 1rem;  
    padding: 1rem; 
    background: #fff; 
}

table.customer-last-orders {
    width: 100%;
border-spacing : 0;
border-collapse : collapse;
}

table.customer-last-orders th {
    padding: 0.25rem;
    text-align: left;
    text-transform: uppercase;
}

table.customer-last-orders th.total,
table.customer-last-orders td.total {
    text-align: right;    
}
table.customer-last-orders td {
    padding: 0.25rem;
    line-height: 25px;
    border-top: 1px solid #ddd; 
}
table.customer-last-orders tr.orderdet td {
    border-top: none; 
}

table.customer-last-orders td.pdf {
    text-align: right;
}
table.customer-last-orders td.pdf a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('img/pdf-blue.svg');
    background-size: cover;
    vertical-align: bottom;
}

table.customer-last-orders td.details a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('img/loupe-black.svg');
    background-size: cover;
    vertical-align: bottom;
}

table.customer-last-orders tr:first-child td {    
    border-top: none; 
}

.orders-filter input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
}

.orders-filter .customer-home-widget-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
/*     padding: 1rem; */
}

.orders-filter .customer-home-widget-content div:last-child {
    flex-basis: 100%;
    text-align: center;
}

.orders-filter .customer-home-widget-content label {
    font-weight: bold;
    margin: 0.5rem;
}

.orders-filter .customer-home-widget-content .cta {
    align-self: flex-end;
    
}

/* RETURNS */
.returns-filter input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
}

.returns-filter .customer-home-widget-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
/*     padding: 1rem; */
}

/* .returns-filter .customer-home-widget-content div:last-child {
    flex-basis: 100%;
    text-align: center;
} */

.returns-filter .customer-home-widget-content label {
    font-weight: bold;
    margin: 0.5rem;
}

.returns-filter .customer-home-widget-content .cta {
    align-self: flex-end;
    
}

.return-form .customer-home-widget-content {
    display: flex;
    flex-wrap: wrap;
}

.return-form .col {
    flex: 1 1 50%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.return-form input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.return-form textarea {
    margin: 0.5rem 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}

.return-message {
    display: none;
    color: #e42124;
}
/* END RETURNS */


#subheader .submenu {
    display: none;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;    
    width: 100%;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

#subheader .account:hover .submenu{
    display: block;
}


#subheader .customer ul.submenu > li {
    padding: 0.5rem 1rem;
}

#subheader .submenu a {
    font-size: 1rem;
    text-transform: none;
/*     padding: 0.5rem 1rem; */
     ms-flex-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

 
/**
 * @section JAVASCRIPT
 * ========================================================================== 
 */
#browser-upgrade-outer-box {
     color: #fff;
     border: 1px solid #000;
     background: #000;
     text-align: center;
     clear: both;
     height: 100%;
     width: 100%;     
     position: absolute;
     z-index:12000;
}